/* 导航 */
.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;
}
.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;
}
.About01_Top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.About01_Top_L{
    width: 58%;
}
.About01_Top_R{
    width: 40%;
}
.yd_About01_Top_R{
    display: none;
}
.Top_L_title{
    position: relative;
    padding-left: .18rem;
}
.Top_L_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .08rem;
    height: 100%;
    background-color: #ed1c24;
}
.Top_L_titleT{
    line-height: 1;
    font-size: .3rem;
    font-weight: bold;
}
.Top_L_titleT span{
    color: #ed1c24;
}
.Top_L_titleB{
    margin-top: .08rem;
    line-height: 1.2;
    font-size: .14rem;
    color: #333333;
}
.About01_Top_LMsg{
    line-height: 26px;
    font-size: .16rem;
    color: #555555;
    margin-top: .4rem;
}
.About01_Top_Rpic{
    position: relative;
    float: right;
    margin-left: .2rem;
    width: 100%;
    height: 2.98rem;
}
.About01_Top_Rpic::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: -.68rem;
    bottom: .03rem;
    width: 100%;
    height: 2.98rem;
    background: url("../img/abt1bg_03.png") no-repeat center;
}
.About01 p{
    line-height: 26px;
    font-size: .16rem;
    color: #555555;
    margin-bottom: .2rem;
}
.About01 p img{
    width: 100%;
}








/*  */
.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;
}