/* 导航 */
.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%;
    display: none;
}
.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 .1rem .2rem;
}
.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;
}
.p_right{
    /* float: left; */
    width: 100%;
    /* padding-left: 3.58rem; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* position: absolute; */
    padding: 0 .2rem;
}
.p_left{
    width: 100%;
    /* display: none; */
    padding:  0 .2rem;
    box-sizing: border-box;
}
.p_left_Ul_btn {
    margin-top: .15rem;
    margin-bottom: .15rem;
    width: 100%;
    padding: .25rem .2rem;
    line-height: .25rem;
    font-size: .28rem;
    color: white;
    text-transform: uppercase;
    background-color: #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.p_left_Ul_btn > p span {
    margin-bottom: .035rem;
    display: block;
    width: .4rem;
    height: .04rem;
    background-color: white;
}
.p_left_Ul_btn > .p1{
    display: none;
}
.p_left_Li{
    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_Li.hover{
    background-color: #000;
    color: #fff;
}
.p_left_Li.hover:before{
    background-image: url("../img/prol_06.png");
}
.p_left_Li:hover{
    background-color: #000;
    color: #fff;
}
.p_left_Li:hover:before{
    background-image: url("../img/prol_06.png");
}
.p_left_Li: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-bottom: .23rem;
    width: 100%;
    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{
    transition: all .5s;
}
.R_box_liPic:hover img{
    transform: scale(1.1);
}
.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: .3rem;
}
.R_box_liFont_btn {
    margin-top: .24rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 4.3rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .25rem;
    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: .28rem;
    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;
    border-bottom: 1px dotted #636363;
    line-height: .26rem;
    font-size: .26rem;
    padding: .25rem 0;
    color: #000000;
}
.news_box_Ul li a {
    max-height: .52rem;
    line-height: .26rem;
    font-size: .26rem;
    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;
}
/*  */
.ProductD01_C{
    /* width: 12rem; */
    margin: auto;
    margin-top: .4rem;
    /* display: flex; */
    justify-content: space-between;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.ProductD01_C_pic{
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ProductD01_C_Ctab{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .3rem;
}
.ProductD01_C_MsgBox{
    width: 100%;
    margin-top: .3rem;
}
.ProductD01_C_pic img{
    width: 100%;
    height: auto;
    display: block;
}
.ProductD01_C_Ctab img{
    width: 30%;
    display: block;
    border: 1px solid #dcdcdc;
    height: auto;
}
.ProductD01_C_Ctab img.hover{
    border: 1px solid #ed1c24;
}
.C_MsgBox_TT{
    margin-top: .2rem;
    padding-bottom: .16rem;
    line-height: 1;
    font-size: .37rem;
    color: #333333;
    border-bottom: 1px solid #6d6d6d;
    font-family: pb;
}
.C_MsgBox_Msg{
    margin-top: .2rem;
    line-height: 1.5;
    font-size: .25rem;
    color: #333333;
}
.C_MsgBox_BtnBox{
    margin-top: .68rem;
    margin-bottom: -.2rem;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
}
.C_MsgBox_BtnBox a {
    display: block;
    width: 80%;
    height: .7rem;
    line-height: .7rem;
    font-size: .28rem;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 350ms;
    margin: auto;
    margin-bottom: .2rem;
}
.C_MsgBox_BtnBox a:first-child{
    background-color: #ed1c24;
}
/* .C_MsgBox_BtnBox a:hover {
    background-color: #ed1c24;
    font-size: .13rem;
} */
.pro_tab_box{
    display: none;
    position: sticky;
    top: 0;
}
.pro_tab_item {
    width: 24.94062%;
}
.pro_tab_item{
    position: relative;
    display: block;
    padding: .1rem;
    line-height: .28rem;
    font-size: .16rem;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    background-color: #f1f1f1;
    border-left: 1px solid white;
}
.pro_tab_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: .04rem;
    background-color: #ed1c24;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}
.pro_tab_item.active{
    background-color: #f7f7f7;
}
.pro_tab_item.active:before {
    width: 100%;
}
.pro_tab_item:hover:before {
    width: 100%;
}
.pro_tab_item:hover {
    background-color: #f7f7f7;
}
/*  */
.tab_item{
    margin-top: .2rem;
}
.tab_item_TT {
    margin-bottom: .26rem;
    line-height: 1.5;
    font-size: .35rem;
    font-family: pb;
    color: #333333;
    text-transform: uppercase;
}
.tab_item_TT span{
    color:#df0505;
}
.tab_item_Msg P{
    font-size: .27rem;
    color: #555;
    line-height: 1.6;
}
.tab_item_form{
    padding-left: .3rem;
    padding-right: .54rem;
    padding-top: .34rem;
    padding-bottom: .3rem;
    background-color: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_form_item{
    margin-bottom: .3rem;
    padding-left: .15rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    width:100%;
}
.item_form_item.important {
    background: url("../img/star1.png") no-repeat left 9px;
}
.item_form_item input, .item_form_item textarea {
    width: 100%;
    height: .7rem;
    padding: 0 .1rem;
    line-height: .44rem;
    font-size: .24rem;
    color: #999999;
    background-color: #fff;
    border-radius: .05rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
input, textarea{
    border: none;
    background: none;
    font-family: inherit;
    outline: none
}
.item_form_C{
    width: 100% !important;
}
.item_form_item textarea{
    height: 1rem !important;
}
.item_form_btn{
    width: 90%;
    height: .7rem;
    font-size: .26rem;
    color: white;
    background-color: #ed1c24;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    margin-top: .2rem;
    cursor: pointer;
    border: none;
}
.tns_table {
    margin: auto;
    width: 100%;
    height: 5.49rem;
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    font-size: 0.18rem;
}
.item-time {
    margin-top: .2rem;
    padding-left: .38rem;
    line-height: .16rem;
    font-size: .25rem;
    color: #666666;
    background: url("../img/prol_19.jpg") no-repeat left center;
}