/* 导航 */
.Yd_navBox{
    width: 5px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}
.menubtn {
    width: .4rem;
    height: .3rem;
    position: absolute;
    top: .3rem;
    right: .2rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}
.menubtn span {
    display: block;
    width: 100%;
    height: .05rem;
    margin-bottom: .06rem;
    background-color: #333;
}
.nav_item{
    overflow: hidden;
    width: 5rem;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: auto;
    overflow: scroll;
    height: 100%;
    transition: all 0.4s ease 0s;
}
.nav_item > ul {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: .8rem;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_item > ul > li {
    line-height: 1.5;
    font-size: .12rem;
    text-indent: .2rem;
    position: relative;
    padding: .15rem 0;
    margin-bottom: .2rem;
}
.nav_item > ul > li > a {
    margin-right: .4rem;
    color: #fff;
    font-size: .24rem;
    display: block;
}
.addition_sl{
    margin-top: .2rem;
    display: none;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.addition_slItem > a span {
    font-size: .26rem;
    color: #fff;
}
.addition_slItem > a {
    position: relative;
    margin-right: .4rem;
    font-size: .12rem;
    color: #fff;
    display: block;
    padding-top: .05rem;
    padding-bottom: .05rem;
    line-height: 2.5;
    padding-left: .2rem;
}
.addition {
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: .15rem;
    top: .1rem;
    background: url("../img/shizi.png") no-repeat center center;
}
/*  */
.navBox{
    width: 100%;
    /* display: none; */
}
.navBox_wrapperT{
    /* width: 70%; */
    height: .6rem;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed1c24;
}
.wrapperT_L{
    display: none;
}
.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: .26rem;
}
.wrapperT_R>div{
    margin-right: .15rem;
}
.wrapperT_R>div:last-child{
    display: none;
}
.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: 2rem;
    height: .6rem;
}
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi a{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
}
.Nav_topContent1{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent1>img{
    width: 2rem;
    height: .6rem;
}
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1 a{
    font-size: .22rem;
    padding:.05rem 0;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
}
.nav_itemL{
    display: flex;
    justify-content: space-around;
    width:100%;
    background-color: #ed1c24;
    margin-top: .2rem;
}
.nav_YDD{
    display: block;
}
.nav_YDS{
    display: none;
}
.nav_itemLLi{
    width: 25%;
}
.nav_itemLLi a {
    display: block;
    color: #fff;
    font-size: .25rem;
    padding: .1rem .03rem;
    text-align: center;
    box-sizing: border-box;
}
.nav_itemLLi a.active {
    background-color: #333;
}
.nav_logo{
    display: flex;
    justify-content: center;
}

/*  */
/*  */
.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: .3rem;
    padding: .1rem 0;
    text-indent: .3rem;
}
.products02_navC a{
    color: #333;
}
.products02_navC a:last-child{
    color: #ed1c24;
}
.products02_box{
    /* width: 12rem; */
    margin: auto;
    padding: .5rem 0;
    position: relative;
}
.p_right_pT{
    margin-bottom: .5rem;
    padding-bottom: .17rem;
    line-height: 1.2;
    font-size: .28rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #6d6d6d;
}
.About01_Top{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
}
.About01_Top_L{
    width: 100%;
    margin-top: .3rem;
}
.About01_Top_R{
    width: 100%;
}
.pc_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: .4rem;
    font-weight: bold;
}
.Top_L_titleT span{
    color: #ed1c24;
}
.Top_L_titleB{
    margin-top: .08rem;
    line-height: 1.2;
    font-size: .28rem;
    color: #333333;
}
.About01_Top_LMsg{
    line-height: 26px;
    font-size: .26rem;
    color: #555555;
    margin-top: .4rem;
}
.About01_Top_Rpic{
    position: relative;
    /* float: right; */
    /* margin-left: .2rem; */
    width: 100%;
    /* height: 2.98rem; */
}
.About01_Top_Rpic img{
    width: 100%;
    display: block;
}
.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: .26rem;
    color: #555555;
    margin-bottom: .2rem;
}
.About01 p img{
    width: 100%;
}
.About01{
    padding: 0 .2rem;
    box-sizing: border-box;
}







/*  */
.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: none;
}
.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{
    color: #fff;
    font-size: .28rem;
    line-height: 1.5;
    padding: 0 .2rem;
}
.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;
}