/* 导航 */
.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;
    z-index: 3;
}
.homeBox_img{
    width: 100%;
    height: 6rem;
    background-image: url('../img/newsbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    font-size: .4rem;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 10%;
}
/*  */


.AboutUsBox{
    width: 100%;
    background: #fff;
}
.AboutUs01{
    background: #f8f4f4;
    width: 100%;
    padding-top: .8rem;
    position: relative;
    z-index: 2;
}
.AboutUs01_content{
    width: 16rem;
    margin: auto;
    display: flex;
    background-color: #fff;
    padding:.5rem 0;
}
.AboutUs01_L{
    width: 50%;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.AboutUs01_R{
    width: 50%;
}
.AboutUs01_R img{
    width: 115%;
    height: 100%;
}
.AboutUs01_LT {
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent !important;
    font-size: .36rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .6rem;
}
.AboutUs01_L > p {
    font-size: .18rem;
    color: #666;
    margin-bottom: 10px; line-height: 30px; font-family: p;
}
.AboutUs01_LUl{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.AboutUs01_LUl li{
    display: flex;
    margin-right: .3rem;
    margin-bottom: .3rem;
    width: 40%;
}
.li_R{
    margin-left: .3rem;
}
.li_RT {
    font-size: .45rem;
    font-weight: bold;
    color: #c12d31;
    line-height: 1.2;
}
.li_RT span{
    font-size: .22rem;
}
.li_RM {
    font-size: .18rem;
    color: #444;
    margin-bottom: 0;
}
/*  */
.AboutUs02{
    width: 100%;
    background: #f8f4f4;
    padding-top: .8rem;
    position: relative;
    z-index: 2;
}
.index02{
    width: 100%;
    height: 7rem;
    background-color: #fff;
    display: flex;
    position: relative;
}
.index02_left{
    width: 50%;
    height: 7rem;
    position: absolute;
    left: 0;
    display: flex;
    overflow: hidden;
}
.index02_left>div{
    width: 100%;
    height: 100%;
}
.index02_left>div img{
    width: 100%;
    height: auto;
}
.index02_right{
    width: 50%;
    height: 7rem;
    background-color: #fff;
    padding: .35rem .5rem 0 .55rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.index02_rightT{
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: .38rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .2rem;
}
.class_nav{
   display: flex; 
}
/* .class_nav li.active {
    color: #fff;
} */
.class_nav li:hover, .class_nav li.active {
    color: #fff;
}
.class_nav li {
    flex: 1;
    text-align: center;
    font-size: .25rem;
    position: relative;
    height: .38rem;
    line-height: .38rem;
    text-transform: uppercase;
    /* font-style: italic; */
    color: #444444;
    transition: color 0.3s;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}
.class_nav li:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: top 0.3s;
    border-top-left-radius: .03rem;
    border-top-right-radius: .03rem;
}
.class_nav li:hover:after, .class_nav li.active:after {
    top: 0;
}
.class_nav li:first-child:after {
    background: #c22d31;
}
.class_nav li:nth-child(2):after {
    background: #e27b30;
}
.class_nav li:nth-child(3):after {
    background: #ecaf23;
}
.class_nav {
    display: flex;
    list-style: none;
    margin: 0 0 .42rem;
    padding: 0;
    border-bottom: .02rem solid;
    border-image: linear-gradient(to right, #C12D31, #EFC31D) 4;
}
.index02_rightMsg{
    /* height: 100%; */
}
.index02_rightMsg p{
    font-size: .2rem;
    line-height: .42rem;
    color: #666; 
}
.index02_rightData{
    display: flex;
    margin: 45px 0 0;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 1.4rem;
}
.index02_rightData li {
    box-sizing: border-box;
    position: relative;
    max-width: 33.3333%;
    padding-bottom: 15px;
}
.LI_isMsg_t1{
    margin-right: .08rem;
}
.LI_isMsg_t1 span:first-child{
    font-size: .4rem;
}
.LI_isMsg_t1 span:last-child{
    font-size: .2rem;
}
.LI_isMsg_t2{
    font-size: .2rem;
}
.index02_rightData li div{
    display: flex;
    align-items: end;
}
.index02_rightData li:first-child {
    color: #c22d31;
    border-bottom: 2px solid #c22d31;
}
.index02_rightData li:nth-child(2) {
    color: #e27b30;
    border-bottom: 2px solid #e27b30;
}
.index02_rightData li:nth-child(3) {
    color: #ecaf23;
    border-bottom: 2px solid #ecaf23;
}
.index02_rightData li:last-child {
    margin-right: 0;
    width: 100%;
    margin-top: .4rem;
    text-align: center;
    max-width: 100%;
}
.index02_rightData li:last-child a {
    color: #444;
    font-size: .18rem;
    text-decoration: none;
    font-style: italic;
}
.index02_rightData li:last-child div {
    display: block;
}
/*  */
.AboutUs03{
    background: #f8f4f4;
    width: 100%;
    padding: .8rem 0;
    position: relative;
    z-index: 2;
}
.AboutUs03_C{
    width: 16rem;
    margin: auto;
}
.AboutUs03_CT{
    display: flex;
    justify-content: center;
}
.AboutUs03_CT>div{
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent !important;
    font-size: .36rem;
    font-weight: bold;
    text-transform: uppercase;
}
.AboutUs03_CUL{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.AboutUs03_CUL li {
    width: calc(25% - .15rem);
    margin-right: .15rem;
    border-width: .02rem;
    border-style: solid;
    position: relative;
    font-size: .18rem;
    color: #000;
    box-sizing: border-box;
    padding: .6rem .4rem .3rem;
    text-align: left;
}
.AboutUs03_CUL li .AboutUs03_CUlT {
    position: absolute;
    left: 50%;
    top: -.24rem;
    width: 2rem;
    height: .48rem;
    text-align: center;
    line-height: .48rem;
    color: #fff;
    font-size: 24px;
    transform: translateX(-50%);
    border-radius: .05rem;
}
.AboutUs03_CUL li p {
    position: relative;
    padding-left: .2rem;
    margin-bottom: .05rem;
    font-size: .17rem;
}
.AboutUs03_CUL li p:before {
    content: '';
    position: absolute;
    left: 0;
    width: .08rem;
    height: .08rem;
    top: .1rem;
    display: inline-block;
    border-radius: .04rem;
}
.AboutUs03_CUL li:first-child {
    border-color: #c12d31;
}
.AboutUs03_CUL li:first-child .AboutUs03_CUlT {
    background: #c12d31;
}
.AboutUs03_CUL li:nth-child(2) {
    border-color: #cc4231;
}
.AboutUs03_CUL li:nth-child(2) {
    border-color: #cc4231;
}
.AboutUs03_CUL li:nth-child(2) .AboutUs03_CUlT {
    background: #cc4231;
}
.AboutUs03_CUL li:nth-child(3) {
    border-color: #e27b2f;
}
.AboutUs03_CUL li:nth-child(3) {
    border-color: #e27b2f;
}
.AboutUs03_CUL li:nth-child(3) .AboutUs03_CUlT {
    background: #e27b2f;
}
.AboutUs03_CUL li:nth-child(4) {
    border-color: #eba827;
}
.AboutUs03_CUL li:nth-child(4) {
    border-color: #eba827;
}
.AboutUs03_CUL li:nth-child(4) .AboutUs03_CUlT {
    background: #eba827;
}
.AboutUs03_CUL li:first-child p:before {
    background: #c12d31;
}
.AboutUs03_CUL li:nth-child(2) p:before {
    background: #cc4231;
}
.AboutUs03_CUL li:nth-child(3) p:before {
    background: #e27b2f;
}
.AboutUs03_CUL li:nth-child(4) p:before {
    background: #eba827;
}
/*  */
.AboutUs04 {
    width: 100%;
    background: url('../img/about03.jpg') no-repeat fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.AboutUs04_C {
    width: 87.25%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 50%;
    top: 28%;
    z-index: -1;
    transform: translateX(-50%);
}
.AboutUs04_CT{
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}
.AboutUs04_CT>div{
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent !important;
    font-size: .36rem;
    font-weight: bold;
    text-transform: uppercase;
}
.about-FOOTPRINTS .t2 {
    font-size: 18px;
}
.AboutUs04_CM{
    font-size: .18rem;
    text-align: center;
}
/*  */
.AboutUs05{
    background: #f8f4f4;
    width: 100%;
    padding: .8rem 0;
    position: relative;
    z-index: 2;
}
.AboutUs05_C{
    width: 16rem;
    background-color: #fff;
    margin: auto;
    display: flex;
    padding: .6rem;
}
.AboutUs05_CL{
    width: 45%;
    padding-right: .4rem;
}
.AboutUs05_CLT{
    background: linear-gradient(to right, #C12D31, #e8be46);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent !important;
    font-size: .36rem;
    font-weight: bold;
    text-transform: uppercase;
}
.AboutUs05_CR{
    width: 55%;
}
.AboutUs05_CR img{
    width: 100%;
    height: 100%;
}
.AboutUs05_CLUl{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 75px;
}
.AboutUs05_CLUl_num {
    font-size: 45px;
    font-weight: bold;
    color: #c12d31;
    text-align: center;
}
.AboutUs05_CLUl_text {
    font-size: 18px;
    color: #444;
    margin-bottom: 0;
}
.AboutUs05_CLUl_text span {
    font-size: 22px;
    font-weight: normal;
    top: 0;
}
.AboutUs05_CL > p {
    font-size: .18rem;
    margin-bottom: 0;
    line-height: 1.8; color: #666;
}
/*  */
.AboutUs06{
    background: #f8f4f4;
    width: 100%;
    padding: 0rem 0 0.8rem;
    position: relative;
    z-index: 2;
}
.AboutUs06_C{
    width: 16rem;
    margin: auto;
}
.AboutUs06_iscontain{
    background: #fff;
    /* margin-right: auto; */
    display: flex;
    margin-top: .28rem;
}
.AboutUs06_iscontain_L{
    width: 65%;
    background: url("../img/About-Us_15.jpg") no-repeat;
    background-size: 100% 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    box-sizing: border-box;
    padding-left: .5rem;
    padding: .5rem;
}
.AboutUs06_iscontain_R{
    width: 35%;
    padding: .5rem;
}
.AboutUs06_iscontain_LT {
    color: #fff;
    max-width: 50%;
    font-size: .3rem;
}
.AboutUs06_Mission{
    font-weight: bold;
    color: #fff;
    margin-top: .4rem;
    font-size: 0.24rem;
}
.AboutUs06_Mission:after {
    content: '';
    display: block;
    width: 1.28rem;
    height: 4px;
    background: #c12d31;
    margin-top: .12rem;
}
.AboutUs06_iscontain_L p {
    color: #fff;
    max-width: 45%;
    font-size: .18rem;
    line-height: 1.7;
    margin-top: .4rem;
}
.AboutUs06_iscontain_R p {
    /* color: #fff; */
    /* max-width: 45%; */
    font-size: .18rem;
    line-height: 1.7;
    margin-top: .3rem;
}
.AboutUs06_RMission{
    font-size: .24rem;
    color: #444444;
    margin-bottom: .12rem;
    font-weight: 600;
    margin-top: .2rem;
}
.AboutUs06_RMission:after {
    content: '';
    display: block;
    width: 1.28rem;
    height: .04rem;
    background: #eba827;
    margin-top: .12rem;
}
/*  */
.AboutUs07{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 4.4rem;
    background: url("../img/About-Us_18.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.AboutUs07_C{
    width: 60%;
    background: rgba(255, 255, 255, 0.74);
    padding: 50px 5%;
}
.AboutUs07_C p {
    font-size: .18rem;
    color: #444444;
    margin-bottom: 0;
    text-align: center;
    margin-top: .2rem;
}



/*  */
.ContactUs01{
    width: 100%;
    background-color: #fff;
    padding: .5rem 0;
    position: relative;
    z-index: 2;
}
.ContactUs01_box{
    width: 15rem;
    margin: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;
}
.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%;
    position: relative;
    z-index: 2;
}
.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;
}
