/* 导航 */
.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;
}
.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: 2rem;
    position: relative;
}
.productsBanner img{
    width: 100%;
    height: 100%;
}
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
/*  */
.AboutUsBox{
    background-color: #fff;
}
.AboutUsBox_C{
    margin: auto;
    padding: .3rem .2rem;
    overflow: hidden;
    box-sizing: border-box;
}
.AboutUsBox01_TT{
    font-size: .36rem;
    font-family: pb;
}
.AboutUsBox01_CL{
    overflow: hidden;
}
.AboutUsBox01_CL img{
    width: 100%;
}
.CR_p{
    font-size: .28rem;
    line-height: 1.5;
    font-family: Candara;
}
.CR_Ul{
    width: 100%;
    overflow: hidden;
    margin-top: .26rem;
}
.CR_Ul li{
    width: 100%;
    margin-bottom: .2rem;
}
.CR_Ul_data{
    width: 100%;
    border-radius: .01rem;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: .27rem 0 .27rem 1.5rem;
    box-sizing: border-box;
}
.Ul_data_icon{
    transition: all 0.3s;
    position: absolute;
    left: .3rem;
    top: .5rem;
    color: #42b034;
    width: .8rem;
    height: .8rem;
}
.CR_Ul li:first-child .Ul_data_icon{
    background: url('../img/22.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:nth-child(2) .Ul_data_icon{
    background: url('../img/26.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:nth-child(3) .Ul_data_icon{
    background: url('../img/23.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:last-child .Ul_data_icon{
    background: url('../img/25.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul_data p span {
    font-size: .6rem;
    color: #666;
    font-weight: bold;
    font-style: normal;
    font-family: Arial black;
}
.CR_Ul_data p {
    font-size: .27rem;
    line-height: 1.4;
    color: #999;
    font-family: Candara;
}
.CR_Ul li:hover{
    background-color: #42b034;
}
.CR_Ul li:hover .CR_Ul_data p{
    color: #fff;
}
.CR_Ul li:hover .CR_Ul_data p span{
    color: #fff;
}
.CR_Ul li:hover:first-child .Ul_data_icon{
    background: url('../img/21.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:hover:nth-child(2) .Ul_data_icon{
    background: url('../img/3.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:hover:nth-child(3) .Ul_data_icon{
    background: url('../img/4.png') no-repeat center 0;
    background-size: 100%;
}
.CR_Ul li:hover:last-child .Ul_data_icon{
    background: url('../img/24.png') no-repeat center 0;
    background-size: 100%;
}

.AboutUsBox02{
    margin-top: .7rem;
}
.AboutUsBox02_UL {
    margin-top: .15rem;
    width: 100%;
    overflow: hidden;
}
.AboutUsBox02_UL li{
    width: 100%;
    margin: 0 0 .28rem 0;
}
.Ul02_li_pic{
    width: 100%;
    overflow: hidden;
}
.Ul02_li_pic img{
    transition: all 0.3s;
    width: 100%;
    display: block;
}
.Ul02_li_msg{
    padding-top: .15rem;
}
.Ul02_li_msg h4{
    font-size: .35rem;
    font-family: Candarab;
    line-height: 1.5;
    overflow: hidden;
}
.Ul02_li_msg p {
    font-size: .3rem;
    line-height: 1.5;
    overflow: hidden;
    color: #666;
    font-family: Candara;
    margin-top: .08rem;
}
.AboutUsBox02_UL li:hover .Ul02_li_pic img{
    transform: scale(1.1);
}
.AboutUsBox02_UL li:hover .Ul02_li_msg h4{
    color: #42b034;
}
.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;
    /* width: 3.5rem !important; */
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.S_item{
    margin: 0 .1rem;
    /* width: 3.5rem;  */
}
.AboutUsBox02_C{
    padding-top: .5rem;
}
.AboutUsBox03_C{
    margin-top: .15rem;
    overflow: hidden;
    padding-bottom: .5rem;
}
.AboutUsBox03_CL{
    width: 100%;
    margin-bottom: .1rem;
}
.AboutUsBox03_CR{
    width: 100%;
}
.CL_Tpic{
    width: 100%;
    overflow: hidden;
}
.CL_Tpic img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.CL_Bpic{
    margin-top: .08rem;
    overflow: hidden;
}
.CL_BpicL{
    float: left;
    width: 49.3%;
    overflow: hidden;
}
.CL_BpicL img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.CL_BpicR img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.CL_BpicR{
    float: right;
    width: 49.3%;
    overflow: hidden;
}
.AboutUsBox03_CR .CL_Bpic{
    margin-top: 0;
    margin-bottom: .08rem;
}
.CL_Tpic:hover img{
    transform: scale(1.1);
}
.CL_BpicL:hover img{
    transform: scale(1.1);
}
.CL_BpicR:hover img{
    transform: scale(1.1);
}






.warper{
    padding: 0 .2rem;
    margin: .2rem 0;
}
.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;
}



 
/*  */
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;
}
