/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    z-index: 10;
}
.Nav_top1{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}
.Nav_topContent{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent>img{
    width: 1.62rem;
    height: .45rem;
}
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
    color: #fff;
}
.Nav_topContent1{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent1>img{
   width: 1.62rem;
    height: .45rem;
}
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1 a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #000;
    display: block;
}

/*  */
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 6rem;
    background-image: url('../img/newsbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    font-size: .26rem;
    color: #333;
font-family: pb; line-height: 0.36rem; margin-top: 50px;
 
    left: 10%;
}
/*  */

.NewsDetails01{
    width: 100%;
    background-color: #fff;
}
.NewsDetails01_content{
    width: 15rem;
    margin: auto;
    padding: .3rem 0;
}
.NewsDetails01_span{
    color:#575760;
    font-size: .2rem;
    margin-bottom: .3rem;
    display: block;
}
.NewsDetails01_MsgBox p{
    font-size: .18rem;
    color: #444;
    margin-bottom: .2rem;
    font-family: p;
}
.NewsDetails01_MsgBox .NewsDetails01_MsgH2{
    position: relative;
    padding-left: .26rem;
    box-sizing: border-box;
    margin: 10px 0 20px 0;
    font-size: .22rem;
}
.NewsDetails01_MsgBox .NewsDetails01_MsgH2:before {
    content: '';
    width: .13rem;
    height: .13rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #C12D31;
    border-radius: .15rem;
}
.NewsDetails01_img{
    width: 70%;
    display: inline-block;
}
.NewsDetails01_img img{
    width: 100%;
    height: auto;
}
.NewsDetails01_li{
    font-size: .18rem;
    color: #444;
    margin-bottom: .2rem;
    font-family: p;
}
/*  */
.ContactUs01{
    width: 100%;
    background-color: #fff;
}
.ContactUs01_box{
    width: 15rem;
    margin:.5rem auto;
    display: flex;
    background: url('../img/Contact-Us_03.jpg') no-repeat;
    height: 7rem;
    background-size: cover;
    box-shadow:0 0 12px 0px #999;
}
.ContactUs01_L{
    width: 60%;
    height: 100%;
    padding: .3rem .5rem;
    box-sizing: border-box;
}
.ContactUs01_R{
    width: 40%;
    height: 100%;
    background: rgba(217, 118, 42, 0.11);
    padding: .3rem .5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.ContactUs01_LT{
    font-size: .4rem;
    color: #bd2c29;
    text-transform: uppercase;
    font-family: pb;
}
.ContactUs01_LM{
    color: #999;
    font-size: .2rem;
}
.ContactUs01_inputBox{
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ContactUs01_inputBox li p{
    font-size: .16rem;
    margin-bottom: .1rem;
}
.ContactUs01_inputBox li:nth-child(5){
    width: 100%;
}
.ContactUs01_inputBox li {
    width: 45%;
    /* margin-right: 6%; */
    margin-bottom: .2rem;
    color: #444;
}
.ContactUs01_inputBox li input{
    background: none;
    border-radius: .05rem;
    border: solid 1px #d5d5d5;
    padding: .1rem .15rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: .18rem;
    color: #444;
}
.ContactUs01_inputBox .ismassage {
    width: 100%;
    margin-right: 0;
}
.ContactUs01_L .ContactUs01_inputBox .ismassage textarea{
    width: 100% !important;
}
.index07_LI_label {
    font-size: 16px;
    font-style: italic;
    color: #444;
    line-height: 1.2;
}
.index07_LI_label>span{
    color: #999;
}
.ContactUs01_inputBox li textarea {
    width: 100%;
    font-size: .3rem;
    color: #444;
    background: none;
    border-radius: 0;
    margin-top: .2rem;
    border: solid 1px #d5d5d5;
    height: 1.2rem;
    resize: none;
    font-size: .18rem;
    padding: .1rem .15rem;
    box-sizing: border-box;
}
.index07_btn {
    outline: none;
    border: none;
    width: 120px;
    height: 43px;
    background: #bd2c29;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContactUs01_RT {
    margin-bottom: 15px;
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    display: inline-block;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.ContactUs01_R_ul{
    font-size: 18px;
    color: #444;
}
.ContactUs01_R_ul>li{
    margin-bottom: .2rem;
}
.ContactUs01_R_ul>li a{
    color: #cc4b1d;
}
.ContactUs01_RIcon{
    margin-bottom: .4rem;
}
.ContactUs01_RIcon a{
    margin-right: .3rem;
}
.index07{
    display: none;
}



/*  */
.index06{
    width: 100%;
    color: #fff;
    background: #000;
    /* background: url('../img/contact_bg.jpg') no-repeat; */
    background-size: 100%;
}
.index06_footerC{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.index06_footerCIcon img{
    width: 2rem;
    height: .6rem;
}
.index06_footerCIcon{
    margin-bottom: .3rem;
}
.index06_footerCUl{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footerCUl_h2{
    color: #fff;
    font-size: .24rem;
    margin-bottom: .3rem;
    font-family: pb;
}
.textwidget_ul div {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    font-size: .15rem;
    line-height: 1.4;
}
.index06_footerCUl>li {
    max-width: 25%;
}
.textwidget_ul div a{
    font-size: .15rem;
    color: #fff;
}
.textwidget_ul div>img{
    margin-right: .2rem;
}
.media_icon{
    margin-top: .5rem;
}
.media_icon>a{
    margin-right: .2rem;
}
.footerCUl_li2{
    position: relative;
    margin-bottom: .15rem;
}
.footerCUl_li2:before {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #fff;
    margin-left: -.08rem;
    margin-right: .12rem;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: .15rem; */
}
.textwidget_ul2{
    padding-left: .1rem;
}
.footerCUl_li2>a{
    color: #fff;
    font-size: .15rem;
}
.textwidget_ul3{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.textwidget_ul3img{
    width: 2rem;
    height: 1rem;
    background: red;
}
.textwidget_ul3img:first-child{
    margin-right: .3rem;
}
.index06_info{
    width: 100%;
    height: .4rem;
    background-color: rgba(33, 33, 33, 0.2);
    font-size: .15rem;
    text-align: center;
    line-height: .4rem;
}
body {
    font-size: .14rem;
}
