/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
    height: 1.26rem;
}
.navBox_header {
    width: 100%;
    height: 118px;
    background: url("../img/hdbg.png") no-repeat center;
}
.navBox_wrapper{
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 90%;
    max-width: 16rem;
    margin: auto;
}
.navBox_wrapperT{
    width: 70%;
    height: .35rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapperT_L , .wrapperT_R{
    display: flex;
}
.wrapperT_icon1 {
    background-image: url("../img/hdicon1.png");
}
.wrapperT_icon2 {
    background-image: url("../img/hdicon2.png");
}
.wrapperT_icon3 {
    background-image: url("../img/hdicon5.png");
}
.wrapperT_icon4 {
    background-image: url("../img/hdicon4.png");
}
.wrapperT_icon{
    margin-right: .2rem;
    display: block;
    width: .21rem;
    height: .21rem;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.wrapperT_R>div , .wrapperT_R>div>a{
    color: #fff;
    font-size: .16rem;
}
.wrapperT_R>div{
    margin-right: .15rem;
}
.nav_logo{
    width: 31.25%;
    height: .7rem;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    /* background: #fff; */
    /* position: relative; */
}
.nav_logo img{
    width: 2.71rem;
    height: .7rem;
    z-index: 1;
}
.nav_itemL{
    display: flex;
    justify-content: space-around;
    width: calc(100% - 5rem);
    height: .7rem;
}
.nav_itemLLi{
    line-height: .7rem;
}
.nav_YDD{
    display: none !important;
}
.nav_YDS{
    display: block;
}
.nav_itemLLi a {
    display: block;
    color: #000;
    font-size: .25rem;
    background: bottom;
}
.nav_YDS_UL{
    width: 2.6rem;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    top: .7rem;
    display: none;
}
.nav_YDS:hover .nav_YDS_UL{
    display: block !important;
}
.nav_YDS_Li a{
    font-size: .2rem;
    line-height: 2;
    padding: 0 .2rem;
    transition: all 350ms;
}
.nav_YDS_Li a:hover{
    background-color: #000;
    color: #fff;
}
/*  */
/*  */
.index01{
    width: 100%;
}
.index01_swiper {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeBox_mySwiper{
    height: 8rem;
}
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_mySwiper .swiper-button-next, .homeBox_mySwiper .swiper-button-prev {
    color: #fff;
    width: .46rem;
    height: .46rem;
    background-color:rgba(0, 0, 0, 0.5);
    /* border-radius: 50%; */
    font-size: .26rem;
}
/*  */
.products02_nav{
    width: 100%;
}
.products02_navC{
    width: 12rem;
    margin: auto;
    border-bottom: .01rem solid #888;
    font-size: .2rem;
    padding: .1rem 0;
}
.products02_navC a{
    color: #333;
}
.products02_navC a:last-child{
    color: #ed1c24;
}
.products02_box{
    width: 12rem;
    margin: auto;
    padding-top: .5rem;
    padding-bottom: 1rem;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
}
.p_right{
    /* float: left; */
    width: 72%;
    /* padding-left: 3.58rem; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* position: absolute; */
}
.p_right_pT{
    margin-bottom: .5rem;
    padding-bottom: .17rem;
    line-height: 1.2;
    font-size: .18rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #6d6d6d;
}
.p_right_Li:first-child{
    margin-top: 0;
}
.p_right_Li{
    margin-top: .32rem;
}
.p_right_Li a{
    position: relative;
    padding:.34rem .34rem;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.p_right_Li a:before {
    content: "";
    position: absolute;
    left: -.01rem;
    top: 0;
    width: .03rem;
    height: 100%;
    background-color: #c6c6c6;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.p_right_Li a:hover::before{
    background-color: #ed1c24;
}
.right_Li_time {
    padding-left: .26rem;
    line-height: .16rem;
    font-size: .14rem;
    color: #666666;
    background: url("../img/news_08.png") no-repeat left center;
}
.right_Li_TT{
    margin-top: .15rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .24rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_Li_Msg{
    margin-top: .14rem;
    /* height: ; */
    line-height: 1.5;
    overflow: hidden;
    color: #555555;
    font-size: .14rem;
}
.p_right_CasesUl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}
.p_right_CasesLi{
    width: 32.30404%;
}
.right_CasesLi_picBox{
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.right_CasesLi_pic{
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.right_CasesLi_pic img{
    max-width: 100%;
    border: 0px solid #ccc;
    height: auto !important;
    transition: all 350ms;
}
.right_CasesLi_a {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/cases_06.png") no-repeat center;
    background-color: rgba(51, 51, 51, 0.5);
    transition: all 350ms;
    /* background-color: #333; */
}
.right_CasesLi_picBox:hover .right_CasesLi_a {
    top: 0;
}
.right_CasesLi_picBox:hover .right_CasesLi_pic img {
    transform: scale(1.1);
}
.right_CasesLi_Msg{
    margin-top: .07rem;
    margin-bottom: .12rem;
    height: .44rem;
    line-height: .22rem;
    font-size: .16rem;
    color: #333333;
    font-family: pb;
}
.p_ser_b1 {
    position: relative;
    text-align: center;
}
.p_ser_b1 img{
    width: 100%;
}
.ser_b1_T {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -.2rem;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    line-height: 0;
    padding: .2rem 0;
    font-size: .3rem;
    color: #fff;
    text-transform: uppercase;
}
.ser_b2_item:first-child{
    margin-top: 0;
}
.ser_b2_item{
    margin-top: .28rem;
}
.ser_b2_item{
    display: flex;
    justify-content: space-between;
}
.ser_b2_itemPic{
    width: 31%;
}
.ser_b2_itemPic img{
    width: 100%;
    height: 100%;
    display: block;
}
.yd_ser_b2_itemPic{
    display: none;
}
.ser_b2_itemMsg{
    width: 68%;
    position: relative;
    height: 2.5rem;
    padding: .35rem .1rem;
    background-color: #f6f6f6;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: .26rem;
    font-size: .16rem;
    color: #333333;
    overflow: hidden;
}
.ser_b2_itemMsg:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .08rem;
    height: 100%;
    background-color: #ef484e;
}
.ser_b2_itemMsg1:before {
    right: auto;
    left: 0;
}
.p_ser_b3{
    margin-top: .6rem;
}
.p_ser_b3UL{
    display: flex;
    justify-content: space-between;
}
.ser_b3UL_Li{
    position: relative;
    float: left;
    margin-right: 3.32542%;
    margin-bottom: .2rem;
    width: 31.11639%;
}
.ser_b3UL_LiT {
    position: absolute;
    bottom: 24.54305%;
    width: 100%;
    line-height: 1;
    font-size: .18rem;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    overflow: inherit;
}
.p_ser_b4{
    margin-top: .3rem;
    line-height: .26rem;
    font-size: .16rem;
    color: #333333;
}
.p_ser_b4 p{
    margin-bottom: .15rem;
}
.p_right1_Li{
    margin-bottom: .15rem;
}
.right1_Li_T{
    position: relative;
    background-color: #f1f1f1;
}
.right1_Li_T:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .05rem;
    height: 100%;
    background-color: #ed1c24;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.right1_Li_T p{
    position: relative;
    display: block;
    padding: .13rem .4rem .13rem .2rem;
    line-height: .24rem;
    font-weight: bold;
    font-size: .18rem;
    color: #000000;
}
.right1_Li_T.active p{
    color: white;
}
.right1_Li_T p:before {
    content: "";
    position: absolute;
    right: .17rem;
    top: 0;
    display: block;
    width: .17rem;
    height: 100%;
    background: url("../img/faq_03.png") no-repeat center center;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.right1_Li_T p:hover {
    background-color: #000;
    color: white;
}
.right1_Li_T.active {
    background-color: #000;
}
.right1_Li_deso{
    display: none;
    padding: .14rem .19rem;
    line-height: .26rem;
    font-size: .16rem;
    color: #555555;
    border: 2px solid #000;
    border-top: none;
}
.right1_Li_deso span{
    color: #ed1c24;
    font-weight: bolder;
}
.right1_Li_T:hover::before {
    background-color: #175eab;
    z-index: 1;
}
.right1_Li_T.active::before {
    background-color: #175eab;
    z-index: 1;
}
.right1_Li_T:hover p:before {
    background-image: url("../img/faq_06.png");
}
.right1_Li_T.active p:before {
    background-image: url("../img/faq_06.png");
}
.products02_nav{
    width: 100%;
}
.products02_navC{
    width: 12rem;
    margin: auto;
    border-bottom: .01rem solid #888;
    font-size: .2rem;
    padding: .1rem 0;
}
.products02_navC a{
    color: #333;
}
.products02_navC a:last-child{
    color: #ed1c24;
}
.products02_box1{
    /* width: 12rem; */
    margin: auto;
    /* padding-top: .5rem; */
    padding-bottom: 1rem;
    position: relative;
}
.video01{
    /* width: 8.5rem; */
    margin: auto;
}
.video01_TT{
    margin-top: .18rem;
    line-height: .26rem;
    font-size: .16rem;
    color: #333333;
    text-align: center;
}
.video01_Msg{
    margin-top: .07rem;
    line-height: 1.5;
    font-size: .14rem;
    color: #333333;
    text-align: center
}
.video01_Ul{
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}
.video01_Li{
    /* float: left; */
    margin-right: 1.5%;
    /* margin-bottom: ; */
    width: 31.66667%;
}
.video01_Li_img img{
    display: block;
    width: 100%;
}
.video01_Li_Msg{
    margin-top: .06rem;
    padding: .13rem .16rem;
    height: .25rem;
    line-height: .25rem;
    font-size: .16rem;
    color: #333333;
    font-weight: bold;
    border: 1px solid #e5e5e5;
}
.video01_img{
    width: 100%;
}
.video01_img img{
    width: 100%;
    display: block;
}
.p_left{
    width: 3.16rem;
    /* position: absolute; */
    top: .5rem;
}
.yd_p_left{
    display: none;
}
.p_left_Ul_btn{
    display: none;
}
.p_left_Li1{
    position: relative;
    display: block;
    padding-top: .15rem;
    padding-bottom: .15rem;
    padding-left: .19rem;
    padding-right: .42rem;
    line-height: .28rem;
    font-size: .16rem;
    color: #000000;
    background-color: #f1f1f1;
    margin-bottom: .2rem;
    transition: all 350ms;
}
.p_left_Li1.hover{
    background-color: #000;
    color: #fff;
}
.p_left_Li1.hover:before{
    background-image: url("../img/prol_06.png");
}
.p_left_Li1:hover{
    background-color: #000;
    color: #fff;
}
.p_left_Li1:hover:before{
    background-image: url("../img/prol_06.png");
}
.p_left_Li1:before {
    content: "";
    position: absolute;
    right: .16rem;
    top: 50%;
    margin-top: -.08rem;
    display: block;
    width: .16rem;
    height: .16rem;
    background: url("../img/prol_16.png") no-repeat center;
    background-size: 100% 100%;
}
.right_box_Ul{
    margin-bottom: -.23rem;
    overflow: hidden;
}
.right_box_Li{
    position: relative;
    float: left;
    margin-right: 1.54394%;
    margin-bottom: .23rem;
    width: 31.30404%;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.R_box_liPic{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.R_box_liPic_img{
    width: 100%;
}
.R_box_liFont {
    padding-top: .1rem;
    padding-bottom: .21rem;
    padding-left: .08rem;
    padding-right: .08rem;
    text-align: center;
    border-top: .01rem solid #dcdcdc;
}
.R_box_liFont_T1{
    color: #333;
    font-size: .16rem;
}
.R_box_liFont_btn {
    margin-top: .24rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 2.3rem;
    height: .39rem;
    line-height: .36rem;
    font-size: .13rem;
    color: #333333;
    text-transform: uppercase;
    border: 1px solid #3c3c3c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 350ms;
    cursor: pointer;
}
.R_box_liFont_btn:hover{
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #fff;
}
.P_news_box{
    margin-top: .55rem;
}
.news_box_T1{
    font-size: .2rem;
    font-family: pb;
    line-height: 1.4;
    padding-bottom:.09rem;
    text-transform: uppercase;
    border-bottom: .03rem solid #000;
}
.news_box_Ul{
    margin-top: .23rem;
}
.news_box_Ul li {
    margin-top: .17rem;
    padding-bottom: .13rem;
    border-bottom: 1px dotted #636363;
    line-height: .26rem;
    font-size: .16rem;
    color: #000000;
}
.news_box_Ul li a {
    max-height: .52rem;
    line-height: .26rem;
    font-size: .16rem;
    color: #000000;
}
.right_box_page {
    position: relative;
    margin-top: .89rem;
    min-height: .32rem;
    overflow: hidden;
}
.box_page_c{
    display: flex;
}
.page_cSpan{
    margin-left: .1rem;
    margin-right: .1rem;
    width: auto;
    color: #333;
    background-color: inherit;
    border-radius: 0;
    border-color: transparent;
    font-size: .14rem;
    cursor: pointer;
}
.page_num{
    margin-left: .05rem;
    margin-right: .05rem;
    margin-bottom: .1rem;
    display: inline-block;
    width: .23rem;
    height: .23rem;
    line-height: .21rem;
    font-size: .14rem;
    color: #0a0a0a;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0a0a0a;
}
.page_num.active {
    color: white;
    background-color: #0a0a0a;
}
.item-time {
    margin-top: .15rem;
    padding-left: .19rem;
    line-height: .16rem;
    font-size: .12rem;
    color: #666666;
    background: url("../img/prol_19.jpg") no-repeat left center;
}







/*  */
.index08{
    width: 100%;
    background-color: #212223;
}
.index08_T {
    position: relative;
    padding-top: .5rem;
    padding-bottom: .24rem;
    line-height: .3rem;
    font-size: .14rem;
    color: #ffffff;
}
.index08_T:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background: url("../img/ft_02.jpg") no-repeat center;
}
.index08_TC{
    width: 12rem;
    margin: auto;
}
.TC_box{
    display: flex;
}
.TC_box_Li1{
    width: 2.22rem;
    margin-right: .5rem;
}
.TC_box_Li1:last-child{
    margin-right: 0;
}
.TC_box_TT{
    color: #fff;
    font-size: .24rem;
}
.TC_box_MUl{
    margin-top: .2rem;
}
.TC_box_Mli,.TC_box_Mli a{
    color: #fff;
    font-size: .14rem;
}
.TC_box_iconUl{
    display: flex;
    margin-top:.18rem;
}
.TC_box_iconLI{
    margin-right: .12rem;
    margin-bottom: .12rem;
    display: block;
    width: .35rem;
    font-size: 0;
    line-height: 0;
}
.index08_TC_info,.index08_TC_info a{
    margin-top: .2rem;
    color: #fff;
    font-size: .14rem;
    line-height: 1.5;
}
.linklist{
    padding-top: .13rem;
    padding-bottom: .13rem;
    background: url("../img/ftbg_04.jpg") repeat-y center;
    min-height: .24rem;
    display: none;
}
.linklist_msg {
    margin: 0 auto;
    max-width: 12rem;
    overflow: hidden;
}
.linklist ul {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
}
.linklist ul li {
    margin: 0 .06rem;
    display: inline-block;
    font-size: .14rem;
    color: #ffffff;
    line-height: .24rem;
}