*{
    margin:0;
    padding:0;
    font-family: 'Microsoft Yahei';
    box-sizing: border-box;
}
.body{
    min-width:98vw;
    min-height: 100vh;
    /* background: #FAFAFA; */
}
.banner{
    width:100%;
    height:34px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.banner-img{
    width: 19px;
    height: 15px;
    position: relative;
    top: -1px;
    margin:0 5px;
}
.banner-body{
    display: flex;
    justify-content: space-between;
    margin:auto;
    width:1200px;
    height:100%;
    min-width: 600px;
}
.nav-item{
    min-width: 1200px;
}
.banner-left{

}
.banner-right .cservice{
    color:#45B233;
}
.banner-right .cservice img{
    position: relative;
    width: 15px;
    top:-2px;
}
.banner-btn .iconEmail{
    background: url("../imgs/email.png");
    background-size:contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    margin:0 5px;
    position: relative;
    top:2px;
    display: inline-block;
}
.banner-btn:hover .iconEmail{
    background: url("../imgs/emailHover.png");
}
.banner-btn{
    padding-right: 8px;
}
.banner-btn .iconCollection{
    display: inline-block;
    background-size:auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    position: relative;
    background: url("../imgs/collection.png");
    top:2px;
    margin:0 5px;
}
.banner-btn:hover .iconCollection{
    background: url("../imgs/CollectionHover.png");
    
}
.banner-btn1{
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    padding-right: 14px;
    margin-right: -6px;
}
.banner-btn1:hover{
    background: #fff;
    box-sizing: border-box;

    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
}
.banner-btn .iconArrow{
    display: inline-block;
    background: url("../imgs/more.png");
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top:-1px;
    margin-left: 2px;
}
.banner-btn .wxIcon{
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url("../imgs/wx.png");
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top:2.5px;
    margin:0 5px;
}
.banner-btn:hover .wxIcon{
    background: url("../imgs/wxHover.png");
    
}
.wxShow_box p{
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #555;
    font-size: 12px;
    line-height: 1;
    padding-top: 8px;
    text-align: center;
    display: block;
    white-space: nowrap;
}
.banner-btn:hover .wxShow_box{
    display: block;
    border-top: none;
}
.wxShow_box{
    
    display: none;
    position: absolute;
    top:33px;
    left: -1px;
    z-index: 4;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 8px 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.banner-btn{
    display: inline-block;
    height: 100%;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #666666;
    line-height: 41px;
    cursor: pointer;
    position: relative;
}
.iconArrow{
    transition: all 0.3s linear;
}

.banner-btn:hover .iconArrow{
    transform: rotate(180deg);

}
.nav-icon-box img{
    margin-left: 50%;
    transform: translate(-50%,0);
}
.company-icon{
    width: 1200px;;
    height:98px;
    margin:0 auto;
    background: #fff;
   
}
.icon-box{
    width: 1200px;
    padding-top: 24px;
    margin-left: 50%;
    transform: translate(-50%,0);
}
.nav-box{
width: 100%;
background: #45B233;
min-width: 1200px;;
}


.layui-carousel{
    min-width: 1200px;
}
.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover{
    background: none;
}
.companyIcon2{
    margin-left: 12px;
    position: relative;
    top:-6px;
}
.showMoreIcon{
    top:0;
}
body .layui-nav{
    background-color: #45B233;
    width: 1200px;
    padding:0;
}
.layui-nav .layui-nav-item a{
    padding:0 50px;
    font-size: 16px;
}
.layui-nav .layui-this:after {display: none;}
.layui-nav .layui-this a
{
    color:#45B233;
}
.layui-nav .layui-this{
    background:#fff;
    color:#45B233;
}

.layui-nav .layui-this a:hover{
    color: #45B233;
}
.layui-nav-bar{
    display: none;
}
.layui-nav .layui-nav-item{
    line-height: 48px;
}
.nav-item-bottom{
    margin-top:62px;
    display: flex;
    justify-content: space-between;
}
.aboutUs{
    min-width: 1200px;
    width: 100%;
    height: 595px;
    background: url("../imgs/bg1.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position:100% 100%;
    position: relative;
    padding: 85px 0;
}
.aboutUsBody{
    width:1200px;
    margin-left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: space-between;
}
.aboutUs .leftBox {
    width: 420px;
    margin-right:42px;
}
.aboutUs .leftBox .left-title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
}

.aboutUs .leftBox .left-text{
    margin-top:36px;
    width: 420px;
    height: 111px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E6FFF0;
    line-height: 24px;
    
}
.aboutUs .leftBox .left-slogan{
    height: 29px;
    font-size: 30px;
    margin-top:68px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #E6FFF0;
    line-height: 41px;

}
.layui-nav .layui-nav-item a{
    color:#fff;
}
.layui-nav .layui-this a{
    color:#45B233;
}
.aboutUs .rightBox {
    width:696px;
    height:420px;
    background: #fff;
    border-radius: 20px;
    padding:30px 39px;
}
.aboutUs .rightBox .right-header{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #ececec;
    padding-bottom:12px;
    margin-bottom: 28px;
}
.aboutUs .rightBox .right-header .left{
    width: 72px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    
    
}
.aboutUs .rightBox .right-header .btn-more{
    color: #999;
}
.aboutUs .rightBox .newsItem{
    display: flex;
    margin-bottom:22px;
}
.aboutUs .rightBox .newsItem .newItem-left{
    margin-right: 34px;
}
.aboutUs .rightBox .newsItem .newItem-right .title{
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    
}
.aboutUs .rightBox .newsItem .newItem-right .news-item-text{
    margin-top:13px;
    width: 426px;
    height: 53px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 540;
    color: #777777;
    line-height: 20px;
    
}
/* .box-choisePlan .clickItem:hover{
    border:2px solid #45B233;
} */
.box-choisePlan .clickItem{
    cursor: pointer;
}
.checked_product{
    border:2px solid #45B233;
}
.home-bottom{
    height: 150px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    
}
.home-bottom .bottomCent{
    margin-top:42px;
    box-sizing: border-box;
    height: 98px;
    width:1200px;
    text-align: center;
    margin:42px auto 0;
}
.home-bottom .bottomCent .Copyright{
    margin-top:22px;
    margin-bottom: 10px;
    font-weight:500;
}
.home-bottom .bottomCent .record{
    font-weight:500;

}
.layui-nav .layui-nav-item{
 
}
.layui-nav .layui-nav-item a{
text-align: center;
}
body .layui-nav{
    margin-left:50%;
transform: translate(-50%,0);
display: flex;
justify-content: space-around;
}
.bottom_icon{
    position: relative;
}
.bottom_icon .icon_title{
    position: absolute;
    bottom:0;
    left:100px;
    width: 97px;
    height: 14px;
    font-size: 14px;
    font-family: FZZhengHeiS-M-GB;
    font-weight: 400;
    color: #45B233;
    line-height: 25px;
    bottom: 7px;
    left: 65px;
}
.fixBtn{
    position:absolute;
    right:30px;
    top:995px;
    width: 70px;
}
.fixBtn .btn_ite{
    width: 60px;
    height: 60px;
    background: #434343;
    opacity: 0.2;
    border-radius: 5px;
    box-sizing: border-box;
    padding:15px;
    margin-bottom:2px;
    cursor: pointer;
}
.fixBtn .btn_ite:hover{
    background: RGBA(69, 178, 51, 1);
    opacity: 1;
}
.fixBtn .btn_ite img{
    cursor: pointer;
}