@charset "UTF-8";

/* header */
.header{
    width: 100%;overflow: hidden;
    height: 128px;
    padding: 0 4.5%;
}
.header.inheader{box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);}
.header .logo{
    display: inline-block;
    height: 128px;line-height: 128px;
    float: left;
}
.nav{
    float: right;font-size: 0;
}
.nav a{
    display: inline-block;
    margin-left: 48px;
    height: 128px;line-height: 128px;
    color: #333333;font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.nav a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #449828;
    left: 0;bottom: 0;
}
.nav a:hover, .nav a.active{color: #449828;}
.nav a.active::after{width: 100%;}
.bannerwrap{
    width: 100%;overflow: hidden;
    padding: 0 4.5%;
}
@media screen and (max-width:1540px){
    .nav a{margin-left: 30px;font-size: 12px;}
}
.banner{overflow: hidden;position: relative;}
.banner .btns{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 286px;height: 136px;
    display: flex;
    justify-content: center;
}
.banner .btns .btn{
    display: inline-block;
    height: 136px;
    line-height: 136px;
}
.banner .swiper-pagination{
    width: 70px;
    position: relative;
    bottom: 0;
    height: 136px;
    line-height: 136px;
    color: #333333;font-size: 14px;
    font-weight: bold;
}
.footer{
    background: #40483e;
    width: 100%;overflow: hidden;
    padding: 26px 4.5%;
    color: #fff;font-size: 14px;
    text-align: center;
}
.footer .line{
    margin: 30px 0;
}
.main{
    padding: 30px 4.5% 110px;
}
.main0{padding-top: 100px;}
.m-title{
    text-align: center;
    margin-bottom: 90px;
}
.m-title .tt{
    text-transform: uppercase;
    color: #30332f;font-size: 50px;
    font-weight: bold;
    line-height: 1;margin-bottom: 44px;
}
.m-title .line{
    margin: 0 auto;
    width: 48px;height: 2px;
    background: #449828;
}
.plist{display: flex;}
.plist li{
    width: 20%;
    padding: 10px;
    flex: 1;
    transition: all .3s ease;
}
.plist li+li{border-left: 1px solid #f3f3f3;}
.plist li a{display: block;padding-bottom: 80px;}
.plist li .num{
    color: #e5e5e5;font-size: 70px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
.plist li .title{
    color: #30332f;font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    height: 54px;overflow: hidden;
}
.plist li .line{
    width: 48px;height: 2px;
    background: #449828;
    margin: 44px 0;
}
.plist li .pic img{width: 100%;}
.plist li .state{
    color: #666666;font-size: 14px;line-height: 2.1;
    margin-top: 12px;
    height: 116px;
    overflow: hidden;
}
.plist li .con{
    color: #666666;font-size: 14px;
    line-height: 2.1;
    height: 320px;
    overflow: hidden;
    margin-bottom: 40px;
    opacity: 0;visibility: hidden;
}
.plist li.active{
    flex: 1.5;
}
.plist li.active .con{opacity: 1;visibility: visible;}
.plist li.active .num{color: #449828;}
.plist li.active .state{display: none;}

.imgwrap{background: #f7f7f7;padding: 52px 95px;display: flex;align-items: center;}
.leftwrap{
    width: 50%;
    padding-right: 50px;overflow: hidden;
}
.leftimg{
    position: relative;
    overflow: hidden;
    padding-bottom: 66px;
}
.leftimg  li{text-align: center;line-height: 486px;}
.leftimg  li img{max-height: 100%;}
.leftimg .btns{
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    justify-content: center;
}
.leftimg .btns .btn{
    display: inline-block;
    width: 30px;height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.leftimg .btns .prev{
    background-image: url(../images/left.png);
}
.leftimg .btns .next{
    background-image: url(../images/right.png);
}
.leftimg .btns .prev:hover{
    background-image: url(../images/left2.png);
}
.leftimg .btns .next:hover{
    background-image: url(../images/right2.png);
}
.leftimg .swiper-pagination{
    position: relative;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
}
.rightwrap{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.rightimg{overflow: hidden;padding:0 2px;}
.rightimg li .img{
    text-align: center;
    border: 1px solid #eeeeee;
    height: 100px;
    line-height: 100px;
    padding: 10px;
}
.rightimg li .img img{max-height: 80%;}
.rightimg li.active .img{border: 1px solid #439728;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);}

.rightwrap .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;height: 100px;line-height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.rightwrap .prev{
    background-image: url(../images/left.png);
    left: 0;
}
.rightwrap .next{
    background-image: url(../images/right.png);
    right: 0;
}
.rightwrap .prev:hover{
    background-image: url(../images/left2.png);
}
.rightwrap .next:hover{
    background-image: url(../images/right2.png);
}
.leftimg .swiper-pagination-bullet{
    background: #6ca35a;opacity: .5;
    margin: 0 5px;
}
.leftimg .swiper-pagination-bullet-active{opacity: 1;background: #6ca35a;}
.intitle{
    color: #30332f;font-size: 18px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 76px;
    padding: 0 40px;
    font-weight: bold;
}
.intitle .line{
    width: 48px;height: 2px;
    background: #449828;
    margin-top: 40px;
    font-weight: bold;
}
.rightwrap .wrap{position: relative;padding: 0 40px;}
.product-info{
    padding: 86px 4.5% 0;
}
.product-info .p-title{
    color: #30332f;font-size: 18px;font-weight: bold;
    margin-bottom: 54px;
    text-transform: uppercase;
    line-height: 1.8;
}
.product-info .p-title .line{
    background: #449828;width: 48px;height: 2px;
    margin-top: 44px;
}
.product-info .detail{
    color: #666666;font-size: 14px;line-height: 2.1;
}
.plist2{margin: 0 -5px;}
.plist2 li{
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.plist2 li a{display: block;background: #f7f7f7;text-align: center;padding: 40px 20px 30px;}
.plist2 li .tt{
    color: #30332f;font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;line-height: 1.7;
}
.plist2 li .line{
    background: #449828;width: 48px;height: 2px;
    margin: 40px auto;
}
.plist2 li .more{
    display: inline-block;
    color: #30332f;font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #7b7b7b;
    width: 108px;height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.plist2 li .pic{height: 324px;line-height: 324px;text-align: center;}
.plist2 li .pic img{max-width: 324px;}
.plist2 li a:hover .tt{color: #449828;}