/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: .46rem;
    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: 14rem;
    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{
    height: 100%;
    line-height: .9rem;
}
.navLi:hover .navLi_Ul {
    /* opacity: 1; */
    display: block;
}
.navLi1:hover .navLi_Ul {
    /* opacity: 1; */
    display: block;
}
.navLi_Ul{
    /* opacity:0; */
    display: none;
    transition: opacity 1s ease;
    position: absolute;
    /* display: block; */
    background: #42b034;
    width: auto !important;
    top: .93rem;
    z-index: 999;
    padding: .2rem 0;
    line-height: 3.2;
    height: 5rem;
    overflow-x: overlay;
}
.navLi_Ul a{
    font-size: .18rem;
    color: #fff !important;
    display: block;
    padding:  0 .2rem;
}
.navLi_Ul div a:hover {
    background: #328728 !important;
    cursor: pointer;
    color: #fff !important;
}
.navLi .navLi_a{
    font-size: .18rem;
    padding:.05rem .2rem;
    cursor: pointer;
    margin: 0 .1rem;
    color: #fff;
    position: relative;
    display: block;
}
.navLi .navLi_a:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #42b034;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
}
.navLi.on .navLi_a:after{
    width: 60% !important;
}
.navLi.on .navLi_a{
    color: #42b034;
}
.Nav_topContent1{
    width: 14rem;
    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{
    height: 100%;
    line-height: .9rem;
}
.navLi_a1{
    font-size: .18rem;
    padding:.05rem .2rem;
    cursor: pointer;
    margin: 0 .1rem;
    color: #000;
    position: relative;
    display: block;
}
.navLi_a1:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #42b034;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
}
.navLi1.on .navLi_a1:after{
    width: 60% !important;
}
.navLi1.on .navLi_a1{
    color: #42b034;
}
.Nav_header{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: .46rem;
    background: transparent;
    font-size: .15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.Nav_headerContent{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: left;
    align-items: center;
}
.headerContent_L{
    display: flex;
}
.headerContent_L a{
    color: rgba(255, 255, 255, 0.5);
    font-size: .16rem;
    margin-right: .4rem;
    display: flex;
}
.headerContent_L a img{
    width: .19rem;
    margin-right: .08rem;
}
.headerContent_R{
    display: flex;
    align-items: center;
}
.headerContent_R img{
    width: .19rem;
    margin-right: .2rem;
}
/*  */
.productsBanner{
    height: 2rem;
    position: relative;
}
.productsBanner img{
    width: 100%;
    height: 100%;
}
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
/*  */
.productsBox{
    overflow: hidden;
    background-color: #fff;
}
.products01{
    margin-top: .8rem;
    margin-bottom: 1rem;
}
.products01_C{
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.products01_CL{
    width: 28%;
}
.yd_TopNav{
    display: none;
}
.products01_CR{
    width: 69%;
}
.CL_UL1{
    width: 100%;
    padding-bottom: .3rem;
}
.CL_UL1_TT{
    cursor: pointer;
    font-family: pb;
    font-size: .34rem;
    color: #333;
}
.CL_UL1_Ul{
    margin-top: .3rem;
}
.CL_UL1_Ul li {
    margin: .13rem 0;
}
.CL_UL1_Ul li a{
    display: block;
    text-decoration: none;
    font-size: .16rem;
    color: #333;
    padding-left: .18rem;
    padding-top: .05rem;
    padding-bottom: .05rem;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: url("../img/links-icon2.png") no-repeat 0 .12rem;
}
.CL_UL1_Ul li:hover a{
    color: #42b034;
}
.CL_UL1_U2 li a {
    background: url("../img/links-icon.png") no-repeat 0 center;
    color: #666;
}
.CL_UL1_TT2{
    font-size: .19rem;
}
.CL_UL1_U2{
    margin-top: 0;
}
.CL_UL1_ULBox{
    margin-top: .2rem;
}
.CL_form{
    margin-top: .3rem;
}
.CL_form p {
    font-size: .17rem;
    line-height: .22rem;
    color: #999;
    font-family: Candara;
}
.infoform{
    margin-top: .2rem;
}
.CL_form input, .CL_form textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
    border: 1px solid #dcdcdc;
    background: none;
}
.CL_form input {
    height: .45rem;
    line-height: .48rem;
    border-radius: .05rem;
}
.CL_form textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.CL_form button, .productsD3_infoform button {
    width: 2rem;
    margin-top: .2rem;
    height: .45rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
    background: #42b034;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
    border-radius: .05rem;
}
.CL_form button:hover, .productsD3_infoform button:hover {
    opacity: 0.8;
}
.productsD_T{
    width: 100%;
    overflow: hidden;
    margin-bottom: .6rem;
}
.productsD_TL {
    width: 6rem;
    float: left;
}
.productsD_TR {
    margin-left: 6rem;
    padding-left: .36rem;
}
.productsD_TL .big img{
    width: 100%;
    display: none;
}
.productsD_TL .big img.on{
    display: block;
}
.productsD_TL .small {
    margin-top: .1rem;
    overflow: hidden;
}
.productsD_TL .small img{
    margin-bottom: .1rem;
    float: left;
    width: 22.5%;
    margin: 0 1%;
    cursor: pointer;
    border:  .01rem solid #e5e5e5;
}
.productsD_TL .small img.on{
    display: block;
    border: .01rem solid #42b034;
}
.TR_text {
    width: 100%;
    padding-top: .15rem;
}
.TR_textTT{
    font-size: .25rem;
    font-family: pb;
}
.TR_textMsg p{
    font-size: .13rem;
    line-height: .26rem;
    /* height: 156px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.TR_textMsg div{
    font-size: .14rem;
}
.TR_textmail{
    margin-top: .3rem;
}
.TR_textmail p{
    font-size: .17rem;
    font-family: Candara;
    color: #999;
}
.TR_textmail a {
    font-size: .18rem;
    color: #55b848;
    font-family: Candarab;
}
.TR_textBtn{
    height: .6rem;
    padding: 0 .3rem;
    background: #55b848;
    display: flex;
    align-items: center;
    border: 0;
    margin-top: .3rem;
    transition: all 0.3s;
    cursor: pointer;
}
.TR_textBtn p{
    text-transform: uppercase;
    font-family: Candarab;
    display: inline-block;
    line-height: .6rem;
    font-size: .26rem;
    text-align: center;
    color: #fff;
}
.TR_textBtn img{
    width: .26rem;
    height: auto;
    margin-right: .1rem;
}
.TR_textBtn:hover{
    background-color: #328728;
}
.TR_NavBox{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background: #e8e8e8;
    /* display: none; */
}
.TR_NavBox a {
    width: 24.9%;
    font-size: .17rem;
    font-family: GOTHAMBLACK-ITALIC;
    color: #222;
    float: left;
    display: block;
    line-height: .8rem;
    border-right: .02rem solid #fff;
    text-align: center;
}
.TR_NavBox a.on, .TR_NavBox a:hover {
    background: #42b034;
    color: #fff;
}
.TR_NavBox a:last-child{
    border-right:0;
}
.TR_del_box{
    border: 1px solid #ddd;
    padding: .15rem;
    border-top: 1px solid #42b034;
    box-sizing: border-box;
}
.TR_del_box h2{
    font-size: .23rem;
    font-family: pb;
    border-bottom: 1px solid #ddd;
    padding-bottom: .1rem;
}
.productsD1_Msg{
    font-size: .14rem;
    margin-top: .12rem;
}
.TR_table{
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.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;
}
.productsD2 h3{
    font-size: .22rem;
    margin-top: .18rem;
}
.productsD2 img{
    width: 100%;
    margin-top: .18rem;
    display: block;
}
.productsD2_smbl ul{
    margin-top: .12rem;
}
.productsD2_smbl li {
    font-size: .13rem;
    margin-bottom: .1rem;
    line-height: .24rem;
    padding-left: .32rem;
    background: url("../img/pro-adli.jpg") no-repeat 0 2px;
}
.productsD2_smbl li.productsD2_smbl_t1{
    background: none !important;
    padding-left: 0 !important;
}
.infoform_input{
    height: .45rem;
    line-height: .48rem;
    border-radius: .05rem;
}
.TR_del_box input, .TR_del_box textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
    border: 1px solid #dcdcdc;
    background: none;
}
.infoform_input1{
    float: left;
    width: 49% !important;
}
.infoform_input2{
    float: right;
    width: 49% !important;
}
.index03_con {
    margin-top: .3rem;
    background: #fff;
    /* padding: .6rem .45rem; */
    /* box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2); */
}
.index03_mySwiper{
    position: relative;
    height: 100%;
    overflow: hidden;
}

.index03_mySwiper{
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding-bottom: .4rem;
}
.index03_mySwiper .swiper-pagination-bullet{
    width: .18rem;
    height: .18rem;
}
.index03_mySwiper .swiper-pagination-bullet-active{
    background: #42b034;
}
.index03_mySwiper .swiper {
    width: 100%;
    height: 100%;
}
.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.S_item{
    margin: 0 .1rem;
}
.S_itemC {
    background: #fff;
    width: 100%;
    padding: .06rem;
    box-sizing: border-box;
}
.S_itemC_pic{
    overflow: hidden;
}
.S_itemC_pic img{
    width: 100%;
    transition: all 0.3s;
}
.S_itemC_msg {
    padding: 18px 10px 12px 10px;
}
.S_itemC_msg p {
    font-size: .15rem;
    text-align: center;
    /* height: 20px; */
    line-height: .2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.S_item:hover .S_itemC_pic img{
    transform: scale(1.1);
}
.warper{
    display: none;
}



/*  */
footer{ 
    background: #333;
}
.footer_C{
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer_B{
    background: #222;
    font-family: Candara;
    font-size: .17rem;
    padding: .15rem;
    clear: both;
    text-align: center;
    color: rgba(204, 204, 204, 0.5);
}
.footer_B a {
    color: rgba(204, 204, 204, 0.5);
}
.footer_item1{
    width: 25%;
    padding-top: .6rem;
}
.footer_item2{
    width: 23%;
    padding-top: .6rem;
}
.footer_item3{
    width: 23%;
    padding-top: .6rem;
}
.footer_item4{
    width: 22%;
    background: #42b034;
    padding: .38rem .28rem .8rem .28rem;
}
footer h4 {
    color: #fff;
    font-size: .22rem;
    font-family: Gotham-Bold;
    margin-bottom: .18rem;
}
.footer_ul{
    margin-bottom: .3rem;
}
footer .footer_ul p a {
    color: #ddd;
    font-size: .15rem;
    line-height: .35rem;
    display: block;
}
.footer_item4 input, .footer_item4 textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}
.footer_item4 input {
    height: .45rem;
    line-height: .48rem;
    border-radius: .5rem;
}
.footer_item4 textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.footer_item4 button {
    width: 2rem;
    margin: auto;
    margin-top: .2rem;
    height: .45rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
    border-radius: .5rem;
    background: rgb(50, 135, 40);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
}
.footer_item4 button:hover {
    opacity: 0.8;
}
.footer_item3 p {
    font-size: .17rem;
    color: rgb(204, 204, 204);
    line-height: .24rem;
    font-family: Candara;
}
.item3_ULli{
    display: flex;
    align-items: center;
}
.item3_ULli P, .item3_ULli a {
    font-size: .15rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}
.item3_ULli a span{
    font-size: .18rem;
    font-family: Candarab;
    color: #42b034;
}
.item3_ULli img{
    width: .25rem;
    height: .25rem;
    margin-right: .08rem;
}