/* 导航 */
.Yd_navBox{
    width: 100%;
    z-index: 100;
    height: .8rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
}
.Yd_navBox_img{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 .5rem;
}
.productsBanner img:nth-of-type(1){
    display: none !important;
}
.Yd_navBox_img>img{
    width: 1.80rem;
    height: .52rem;
}
.Yd_navBox_imgicon>img{
    width: .68rem;
    height: .68rem;
    display: block;
}
.Yd_navBox_Details{
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}
.Yd_navBox_Details>div{
    text-align: right;
    font-size: .48rem;
    padding: .2rem .5rem .2rem 0;
}
.Yd_navBox_DetailsUl>li{
    width: 100%;
    height: .5rem;
    padding: .3rem .2rem;
    font-size: .26rem;
    line-height: .5rem;
}
.Yd_navBox_DetailsUl>li a{
    color: #000;
}
/*  */
.navBox{
    width: 100%;
    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 .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
}
/*  */
.productsBanner{
    height: 12rem; 
    padding-top: 1rem;
    position: relative;
}
.productsBanner img{
    width: 100%;
    height: 100%;
}
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
/*  */
.productsBox{
    overflow: hidden;
    background-color: #fff;
}
.products01{
    margin-top: .2rem;
    /* margin-bottom: 1rem; */
}
.products01_C{
    margin: auto;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.products01_CL{
    width: 28%;
    display: none;
}
.products01_CR{
    width: 100%;
}
.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("../imgs/links-icon2.png") no-repeat 0 .12rem;
}
.CL_UL1_Ul li:hover a{
    color: #42b034;
}
.CL_UL1_U2 li a {
    background: url("../imgs/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: 5rem;
    margin-top: .2rem;
    height: .8rem;
    font-family: Candarab;
    line-height: .8rem;
    color: rgb(255, 255, 255);
    font-size: .28rem;
    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;
}
.yd_TopNav{
    width: 100%;
    margin-bottom: .3rem;
}
.yd_TopNav h2 {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 1%;
    cursor: pointer;
    background: url("../imgs/menu.png") 98% center no-repeat #42b034;
    border: none;
    text-indent: 10px;
    font-size: 18px;
    margin: 0 auto;
    box-sizing: border-box;
}
.yd_TopNav div{
    width: 100%;
    height: 0;
    overflow: hidden;
    /* display: none; */
}
.yd_TopNav h3 {
    color: #000;
    padding: .2rem .15rem;
    width: 100%;
    display: block;
    font-size: .42rem;
    background: #eee;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.yd_TopNav h3 a {
    display: block;
    font-size: .36rem;
    color: #333;
}
.yd_TopNav ul {
    overflow: auto;
    background: #fff;
    margin-top: .1rem;
}
.yd_TopNav ul li {
    padding: .2rem 0 .2rem .1rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.yd_TopNav ul li a {
    font-size: .24rem;
}
.productsD_T{
    width: 100%;
    overflow: hidden;
    margin-bottom: .6rem;
}
.productsD_TL {
    width: 100%;
}
.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.45%;
    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: .4rem;
}
.TR_textTT{
    font-size: .4rem;
    font-family: pb;
}
.TR_textMsg p{
    font-size: .26rem;
    line-height: .5rem;
    /* height: 156px; */
    overflow: hidden;
 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-family: p;
}
.TR_textMsg div{
    font-size: .24rem;
}
.TR_textmail{
    margin-top: .3rem;
}
.TR_textmail p{
    font-size: .3rem;
    font-family: Candara;
    color: #999;
     font-family: p;
}
.TR_textmail a {
    font-size: .35rem;
    color: #55b848;
    font-family: Candarab;
}
.TR_textBtn{
    height: .8rem;
    padding: 0 .9rem;
    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: .36rem;
    text-align: center;
    color: #fff;
}
.TR_textBtn img{
    width: .36rem;
    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: .42rem;
    font-family: pb;
    border-bottom: 1px solid #ddd;
    padding-bottom: .1rem;
}
.productsD1_Msg{
    font-size: .24rem;
    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.26rem;
}
.productsD2 h3{
    font-size: .27rem;
    margin-top: .18rem;
}
.productsD2 img{
    width: 100%;
    margin-top: .18rem;
    display: block;
}
.productsD2_smbl ul{
    margin-top: .12rem;
}
.productsD2_smbl li {
    font-size: .26rem;
    margin-bottom: .1rem;
    line-height: .45rem;
    padding-left: .32rem;
    background: url("../imgs/pro-adli.jpg") no-repeat 0 2px;
}
.productsD2_smbl li.productsD2_smbl_t1{
    background: none !important;
    padding-left: 0 !important;
}
.infoform_input{
    height: .8rem;
    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: .26rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
    border: 1px solid #dcdcdc;
    background: none;
}
.infoform_input1{
    /* float: left; */
    width: 100% !important;
}
.infoform_input2{
    /* float: right; */
    width: 100% !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: .28rem;
    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{
    padding: 0 .2rem;
    margin-bottom: .2rem;
}
.warper_C{
    color: #666;
    font-family: Candara;
    font-size: .33rem;
    border-bottom: .01rem solid #ccc;
    padding: .1rem 0;
}
.warper_C img{
    width: .5rem;
}
.warper_C a {
    color: #666;
    margin: 0 .2rem;
}
/*  */



.productsD02{
    width: 100%;
    background: #e7f0ff;
    padding: .8rem .2rem;
    box-sizing: border-box;
}
.productsD02_C{
    /* width: 15rem; */
    margin: auto;
}
.productsD_TT{
    font-size: .4rem;
    font-family: pb;
    color: #272727;
    text-align: center;
    text-transform:capitalize;
}
.productsD05_tab .pc_additional{ display:none;}
.productsD05_tab .wb_additional{margin-top:30px;}
.productsD05_tab .wb_additional img{ width:100%; height:auto;}
.productsD02_CUL{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .3rem;
}
.productsD02_CLi{
    width: 100%;
    margin-bottom: .2rem;
    display: flex;
    cursor: pointer;
}
.P02_LIimg{
    width: 45%;
    overflow: hidden;
}
.P02_LIimg img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.productsD02_CLi:hover .P02_LIimg img{ 
    transform: scale(1.1);
}
.productsD02_CText{
    width: 55%;
    background: #fff;
    padding:.2rem  .2rem 0;
    box-sizing: border-box;
}
.productsD02_CText h3{
    font-size: .3rem;
    line-height: 0.4rem;
    color: #272727;
    font-family: pb;
}
.productsD02_CText p{
    font-size: .26rem;
    color: #666666;
    margin-top: .1rem;
    font-family: p;
    line-height: 1.3;
}
/*  */
.productsD03{
    width: 100%;
    background: #fff;
    padding: .8rem .2rem;
    box-sizing: border-box;
}
.productsD03_C{
    /* width: 15rem; */
    margin: auto;
}
.productsD_Msg{
    width: 90%;
    text-align: center;
    font-size: .26rem;
    color: #666666;
    margin: auto;
    margin-top: .1rem;
    font-family: p;
}
.p03_ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    flex-wrap: wrap;
}
.p03_ul .p03_Li:last-child{
    display: none;
}
.p03_Li{
    width: 49%;
    cursor: pointer;
    margin-bottom: .2rem;
}
.p03_LiImg{
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}
.p03_LiImg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}
.p03_Li:hover .p03_LiImg img{ 
    transform: scale(1.1);
}
.p03_LiText{
    background:#008e5a;
    width: 100%;
    height: 1.5rem;
    position: relative;
    padding-top: .45rem;
    box-sizing: border-box;
}
.p03_LiTextB{
    width: .63rem;
    height: .63rem;
    border-radius: .5rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.p03_LiTextB span{
    display: block;
    width: 0;
    height: 0;
    border-top: .15rem solid #ff9900;
    border-right: .15rem solid transparent;
    border-left: .15rem solid transparent;
}
.p03_LiTextM{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #fff;
    color: #fff;
    font-size: .3rem;
}
/*  */
.productsD04{
    width: 100%;
    background-color: #008e5a;
    padding: .8rem 0.2rem;
    box-sizing: border-box;
}
.productsD04_C{
    /* width: 15rem; */
    margin: auto;
}
.productsD04_C .productsD_TT{
    color: #fff !important;
}
.P04_UL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.P04_Li{
    width: 49%;
    background: #fff;
    padding-bottom: .5rem;
    margin-bottom: .2rem;
    box-sizing: border-box;
}
.P04_LiImg{
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
}
.P04_LiImg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}
.P04_Li:hover .P04_LiImg img{ 
    transform: scale(1.05);
}
.P04_UL p{
    width: 90%;
    margin: auto;
    margin-top: .2rem;
    font-size: .25rem;
    color: #272727;
    text-align: center;
}
.P04_UL a{
    width: 90%;
    height: .7rem;
    background: #ff9900;
    margin: auto;
    font-size: .25rem;
    color: #fff;
    text-align: center;
    line-height: .7rem;
    display: block;
    margin-top: .3rem;
    padding-right: 16%;
    box-sizing: border-box;
}
.P04_UL a i{
    width: .5rem;
    height: .5rem;
    background: url("../imgs/39.png") no-repeat center center ;
    background-size: 100%;
    display:block;
    float: left;
    margin-top: 5%;
    margin-left: 25%;
}
/*  */
.productsD05{
    width: 100%;
    background: #fff;
    padding: .8rem 0.2rem;
    box-sizing: border-box;
}
.productsD05_C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
}
.productsD05 table{
    width: 100%;
    height: 4.22rem;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    font-size: 0.18rem; margin-top: 0.3rem; font-family: p;
}
.productsD05 table tr:nth-of-type(1) {
        background: #ff9900 !important;
        color: #fff !important;
        font-family: pb;
    }
.productsD05 table td {
           font-size: 0.24rem;
        padding-top: 0.1rem;
        padding-bottom:0.1rem;
        border: 1px solid #ccc;
    }
.P05_L{
    width: 100%;
    /* padding-right: 4%; */
    box-sizing: border-box;
}
.P05_R{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.P05_L .TR_textTT{
    line-height: 1;
}
.P05_Limg{
    width: 100%;
    margin-top:.5rem ;
}
.P05_Limg img{
    width: 100%;
    display: block;
    height: 100%;
}
.P05_RItem{
    width: 100%;
    background: #e7f0ff;
    padding: .3rem;
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.P05_RItem .P05_RItemIcon { display:block; width:1.2rem; height:1.2rem;}
.P05_RItem i img{margin-bottom:0.2rem;}
.P05_RItemIcon{
    display: block;
    width: 1rem;
    height: 1rem;

    background-size: cover;
}
.P05_RItem:nth-child(2) .P05_RItemIcon{
    
    background-size: 100%;
}
.P05_RItem:nth-child(3) .P05_RItemIcon{
   
    background-size: 100%;
}
.P05_RItem:nth-child(4) .P05_RItemIcon{
   
    background-size: 100%;
}
.P05_RItem h3{
    font-size: .35rem;
    color: #272727;
    margin-top: .2rem;
    font-family: pb;
}
.P05_RItem p{
    font-size: .28rem;
    color: #666666;
    margin-top: .1rem;
    font-family: p;
}
/*  */
.productsD06{
    width: 100%;
    background: url("../imgs/16.jpg") no-repeat center center;
    background-size: cover;
    padding: .8rem .2rem;
    box-sizing: border-box;
}
.productsD06_C{
    /* width: 15rem; */
    margin: auto;
}
.productsD06_C .productsD_TT{
    color: #fff;
}
.P06_UI{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    flex-wrap: wrap;
}
.P06_Li{
    background: rgba(8, 136, 91, 0.8);
    border: .01rem solid #11b67d;
    padding:.5rem;
    box-sizing: border-box;
    border-radius: .15rem;
    overflow: hidden;
    width: 95%; margin-left: 2%;
    margin-bottom: .2rem;
}
.P06_LiIcon{
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background: url("../imgs/44.png") no-repeat center center #fff;
    background-size: cover;
    margin: auto;
}
.P06_Li:nth-child(2) .P06_LiIcon{
    background: url("../imgs/45.png") no-repeat center center #fff;
    background-size: cover;
}
.P06_Li:nth-child(3) .P06_LiIcon{
    background: url("../imgs/46.png") no-repeat center center #fff;
    background-size: cover;
}
.P06_Li:nth-child(4) .P06_LiIcon{
    background: url("../imgs/47.png") no-repeat center center #fff;
    background-size: cover;
}
.P06_Li h3{
    font-size: .35rem;
    color: #fff;
    margin: .2rem 0;
    font-family: pb;
}
.P06_Li p{
    font-size: .28rem;
    color:#fff;
    font-family: p;
}
/*  */
.productsD07{
    width: 95%;
    background: #fff;
    padding: .8rem 0.2rem;
    box-sizing: border-box;
    margin-left: 2.5%;
}
.productsD07_C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
}
.P07_L{
    width: 100%;
    padding-right: 3%;
    box-sizing: border-box;
}
.P07_R{
    width: 100%;
    height: 100%;
    margin-top: .3rem;
}
.P07_R img{
    width: 100%;
    height: 100%;
    display: block;
}
.P07_L p{
    font-size: .26rem;
    color: #666666;
    margin-top: .2rem;
    font-family: p;
}
.btn_quote{
    width: 85%;
    height: .95rem;
    background: #ff9900;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    line-height: .95rem;
    display: block;
    margin-top: .3rem;
    padding-right: 9%;
    box-sizing: border-box;
    font-family: pb;
}
.productsD02_C .btn_quote{
    margin: auto;
    margin-top: .3rem;
}
.productsD05 .btn_quote{
    margin: auto;
    margin-top: .3rem;
}
.btn_quote i{
    width: .6rem;
    height: .6rem;
    background: url("../imgs/39.png") no-repeat center center;
    background-size: cover;
    display:block;
    float: left;
    margin-top: 4%;
    margin-left: 25%;
}
.productsD07_C1{
    width: 15rem;
    margin: auto;
    margin-top: .3rem;
    display: none;
}
.P07_C1{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
}
.index09_Tbb{
    width: 16rem;
    padding: .5rem 0;
    background: #fff;
    padding: .5rem .3rem 0;
    box-sizing: border-box;
    /* position: absolute; */
    /* top: -12%; */
    /* left: 50%; */
    /* transform: translate(-50%); */
    display: flex;
    justify-content: center;
}
.index09_TbbI{
    padding: .1rem .2rem;
    border: .02rem solid #008e5a;
    font-size: .22rem;
    color: #666666;
    margin-right: .2rem;
    cursor: pointer;
}
.index09_TbbI.on{
    color: #fff;
    background-color: #008e5a;
    position: relative;
}
.index09_TbbI.on span{
    width: 0;
    height: 0;
    border-bottom: .1rem solid #008e5a;
    border-right: .1rem solid transparent;
    border-left: .1rem solid transparent;
    position: absolute;
    left: 50%;
    bottom: .54rem;
    transform: translate(-50%);
}
.index09_Img{
    width: 15rem;
    margin: auto;
    margin-top: .4rem;
    display: none;
    transition: all .3s;
}
.index09_ImgItem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 5.2rem;
}
.index09_Img.on{
    display: block;
}
.index09_ImgItemL{
    width: 30%;
    height: 5.2rem;
    /* border: .01rem solid #f77b35; */
    overflow: hidden;
}
.index09_ImgItemL img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.index09_ImgItemL:hover img{
    transform: scale(1.05);
}
.index09_ImgItemR{
    width: 69%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.I09_item{
    width: 32.333%;
    height: 48.5%;
    /* border: .01rem solid #f77b35; */
    overflow: hidden;
}
.I09_item img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.I09_item:hover img{
    transform: scale(1.05);
}
.yd_productsD07_C1{
    width: 100%;
}
.index09{
    width: 100%;
    background: #fff;
    /* position: relative; */
    /* height: 6.5rem; */
    padding: .4rem 0 0 0;
    box-sizing: border-box;
}
.index09_1{
    width: 100%;
    /* position: relative; */
    /* height: 6.5rem; */
}
.index09_1Ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* position: absolute; */
    /* top: -1rem; */
}
.index09_1Li{
    width: 49%;
    height: 2.22rem;
    border: .01rem solid #008e5a;
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.index09_1Li img{
    width: 100%;
    height: 100%;
    display: block;
}
.index09_1Btn{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: .8rem;
}
.index09_2Btn{
    width: 80%;
}
.index09_1Btns{
    /* width: 3.5rem; */
    height: .56rem;
    background: #008e5a;
    border-radius: .4rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    font-size: .36rem;
    color: #fff;
    text-align: center;
    line-height: .56rem;
    text-transform: uppercase;
    padding: .05rem .3rem; font-family: pb; width: :65%;
}
.index09_1Btn span{
    width: 0;
    height: 0;
    border-top: .15rem solid #008e5a;
    border-right: .15rem solid transparent;
    border-left: .15rem solid transparent;
    position: absolute;
    left: 50%;
    bottom: .05rem;
    transform: translate(-50%);
}
.index09_2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.index09_2Item{
    width: 32.5%;
    height: 1.68rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    border: .01rem solid #008e5a;
    float: left;
}

.index09_2Item img{
    width: 100%;
    height: 100%;
}
/*  */
.productsD08{
    width: 100%;
    background: url("../imgs/dibg.jpg") no-repeat center center;
    background-size: cover;
    padding: .8rem 0.2rem;
    box-sizing: border-box;
}
.productsD08_C{
    /* width: 15rem; */
    margin: auto; width: 90%;
}
.productsD08_C .TR_textTT{
    color: #fff;
    text-align: center;
}
.productsD08_C p{
    width: 100%;
    font-size: .26rem;
    color: #fff; font-family: p;
}
.index08_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
  }
  .index08_form input{
    width: 100%;
    background: rgba(255, 255, 255, .1);
    border: none;
    height: .8rem;
    font-size: .26rem;
    color: #fff;
    border-radius: .5rem;
    padding-left: .1rem;
    outline-style: none;
    display: block;
    padding-left: .3rem;
    box-sizing: border-box;
  }
  .index08_form textarea {
    border: 0;
    display: block;
    width: 100%;
    background-color: #f8fbfb;
    clear: both;
    padding: .1rem;
    border-radius: .3rem;
    height: 2rem;
    background-color:  rgba(255, 255, 255, .1);
    color: #fff;
    resize: none;
    outline: none;
    font-family: p;
    font-size: .26rem;
    padding-left: .3rem;
    box-sizing: border-box;
    font-family: p;
}
.input_Style{
    width: 100%;
    margin-bottom: .2rem;
}
.input_Style1{
    width: 100% !important;
}
.input_Style2{
    width: 100%;
    margin-bottom: .2rem;
}
.FromBtn{
    width: 3rem;
    height: .6rem;
    font-size: .25rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    margin: auto;
    background: #0386b9;
    display: block;
    margin-top: .2rem;
}
.index08_form  input::placeholder {
    color: #fff;
}
.index08_form  textarea::placeholder {
    color: #fff!important;
}
.P08_B{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .2rem;
}
.P08_Bbtn{
    display: block;
    width: 4.7rem;
    height: .7rem;
    border-radius: .5rem;
    background: linear-gradient(to right, #55b848 40%, #008e5a);
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .7rem;
    border:none;
}
.P08_BMsgS{
    font-size: .3rem;
    color: #fff;
    margin:  0 .3rem;
}
.P08_BIcon{
    width: .8rem;
    height: .8rem;
    background: url("../imgs/48.png") no-repeat center center;
    background-size: cover;
}
.P08_BMsg{
    font-size: .2rem;
    width: 50%;
    margin: 0 .3rem;
}
.P08_BMsg p{
    display: block;
}
.P08_BMsg p:first-child{
    color: #fff;
}
.P08_BMsg p:last-child{
    color: #55a66b;
}









/*  */
footer{ 
    background: #333;
}
.footer_C{
    /* width: 14rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
    padding: 0 .5rem;
}
.footer_B{
    background: #222;
    font-family: Candara;
    font-size: .3rem;
    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;
    display: none;
}
.footer_item2{
    width: 23%;
    padding-top: .6rem;
    display: none;
}
.footer_item3{
    width: 100%;
    padding-top: .6rem;
}
.footer_item4{
    width: 100%;
    background: #42b034;
    padding: .38rem .28rem .8rem .28rem;
    box-sizing: border-box;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
footer h4 {
    color: #fff;
    font-size: .36rem;
    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: .2rem;
    color: rgb(34, 34, 34);
    font-size: .3rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}
.footer_item4 input {
    height: .7rem;
    line-height: .7rem;
    border-radius: .5rem;
}
.footer_item4 textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.footer_item4 button {
    width: 4rem;
    margin: auto;
    margin-top: .2rem;
    height: .8rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .3rem;
    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: .32rem;
    color: rgb(204, 204, 204);
    line-height: 1.4;
    font-family: Candara;
}
.item3_ULli{
    display: flex;
    align-items: center;
}
.item3_UL{
    margin-top: .2rem;
}
.item3_ULli P, .item3_ULli a {
    font-size: .3rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}
.item3_ULli a span{
    font-size: .3rem;
    font-family: Candarab;
    color: #42b034;
}
.item3_ULli img{
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}
