﻿.banner{width:100%;}
.swiper-container {width: 100%;height: auto;overflow:hidden;}
.swiper-slide {width:100%;height:100%;overflow:hidden;text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide a{height:100%;}
.swiper-slide img{height:100%;transition: all 0.5s;margin:0 auto;}
.swiper-slide:hover img{transform: scale(1.05);}

.about{background:url(/images/about-bg.jpg) no-repeat center bottom;padding-bottom:150px;}
.about .wrap{padding-top:90px;}
.about .text{width:100%;}
.about .text h1{font-size:var(--f28);font-weight:bold;color:#019944;padding-bottom:10px;}
.about .text h2{font-size:var(--f26);font-weight:600;line-height:1.3;color:#005e29;padding-bottom:25px;}
.about .text p{font-size:var(--f20);color:#666;line-height:1.6;padding:0 0 10px 0;text-indent:2em;}
.about ul{display:flex;justify-content:space-between;margin-top:80px;}
.about ul li{width:30%;background:#fff;padding:30px 0 30px 2%;border-radius:20px;color:#019944;display:flex;box-sizing:border-box;}
.about ul li i{font-size:var(--f70);}
.about ul li p{font-size:var(--f22);font-weight:bold;padding-left:10px;line-height:1.4;padding-top:5px;}

.product{padding-bottom:80px;background:#f6f6f6;}
.product .title{display:flex;padding:100px 0 0px 0;justify-content:space-between;}
.product .title h1{font-size:var(--f44);color:#019944;font-weight:bold;}
.product .title ul{display:flex;justify-content:flex-end;width:65%;justify-content:space-between;}
.product .title li{line-height:1.2;font-size:var(--f24);color:#555;border-radius:30px;text-align:center;cursor:pointer;transition-duration: .5s; transition-timing-function:ease;display:flex;align-items:center;}
.product .title li.on{background:#eaf1ed;color:#019944;border:2px solid #019944;padding:0 15px;margin-right:10px;font-weight:600;}
.product .plist{display:none;}
.product .plist.active{display:block;}
.product .plist ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px;}
.product .plist ul li{width:23%;color:#006835;padding-bottom:40px;text-align:center;}
.product .plist ul li .img{width: 100%;height: 0;border-radius:10px;padding-top: 100%;position: relative;overflow: hidden;box-sizing:border-box;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);}
.product .plist ul li .img img{position: absolute;object-fit: cover;width: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.product .plist ul li h1{font-size:var(--f26);color:#019944;font-weight:600;padding-top:20px;line-height:1.8}
.product .plist ul li:hover .img{}
.product .plist .ad{width:100%;height:auto;margin-top:60px;display:block;background:none;}
.product .plist .ad img{width:100%;border-radius:10px;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);}

.article{padding-top:100px;padding-bottom:150px;box-sizing:border-box;}
.article .title{display:flex;justify-content:space-between;padding-bottom:50px;}
.article .title h1{font-size: var(--f44);font-weight: bold;color:#000;}
.article .more{transition: all 0.5s;line-height:55px;width:170px;text-align:center;color:#019944;font-size:var(--f22);border-radius:30px;border:2px solid #019944;text-align:center;height:55px;}
.article .more:hover{background:#019944;color:#fff;}
.article .more2{display:none;}

.article .list{display:flex;justify-content:space-between;position:relative;}
.article .list .left{width:68%;margin:0;}
.article .list .left ul{display:flex;justify-content:space-between;}
.article .list .left ul li{width:48%;background:#f8f8f8;}
.article .list .left ul li .img{width: 100%;height: 260px;position: relative;overflow: hidden;}
.article .list .left ul li .img img{position: absolute;object-fit: cover;width: 100%;left: 0;top: 0;height:100%;}
.article .list .left ul li .text{width:100%;box-sizing:border-box;padding:30px 30px;}
.article .list .left ul li .text h3{font-size:var(--f16);color:#019944;line-height:30px;}
.article .list .left ul li .text h1{font-size:var(--f20);color:#000;line-height:1.5;margin:10px 0 20px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.article .list .left ul li .text h4{font-size:var(--f14);color:#111;}
.article .list .left ul li .text h4 i{color:#019944;}

.article .list .right{width:30%;}
.list .right ul{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.article .list .right li{width:100%;padding:30px;position:relative;box-sizing:border-box;background:#f8f8f8;}
.article .list .right li:first-child{display:none;}
.article .list .right li h1{transition: all 0.5s;font-size:var(--f20);line-height:1.5;color:#444;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom:15px;}
.article .list .right li h3{font-size:var(--f16);font-weight:400;padding-bottom:5px;color:#019944;line-height:1.7;}
.article .list .right li p{font-size:var(--f15);color:#888;line-height:1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.article .list .right li:hover h1{color:#019944;font-weight:500}

@media screen and (max-width:1440px){
	.swiper-container{height:500px;}
	.about .text p{line-height:1.7;}
	.about .wrap{padding-top:60px;}
}
@media screen and (max-width:1280px){
	.swiper-container{height:420px;}
	.about{padding-bottom:120px;}
	.about ul{margin-top:60px;}
	.about ul li{}
	
	.product .title{padding:100px 0 40px 0;}	
	.product .plist .ad{margin-top:0px;}

	.article .title .more{line-height:50px;height:50px;border:1px solid #019944;}
	.article .list .left{width:67%;}
}
@media screen and (max-width:1024px) {
	.swiper-container{width:100%;height:380px;}
	.about{padding-bottom:100px;}
	
	.about ul li p{}
	.product .title ul{width:70%;}
	.product .title ul li{}

	.article{padding:70px 0 90px 0;}
	.article .list .left ul li .img{height:200px;}
}
@media screen and (max-width: 820px){
	.banner{width:100%;box-sizing:border-box;}
	.swiper-container{width:100%;height:auto;}
	.swiper-slide img{width:100%;height:auto;}
	.about{padding-bottom:100px;background-size:150% auto;}
	.about .text p{line-height:1.8;}
	.about .text .p2{display:none;}
	.about ul li{padding:20px 0 20px 2%;width:31%;}
	.about ul li p{padding-left:10px;}

	.product .title{padding:60px 0 30px 0;flex-direction:column;}
	.product .title h1{text-align:center;padding-bottom:20px;}
	.product .title ul{width:100%;}
	.product .title li{line-height:50px;}
	
	.article{padding-top:80px;padding-bottom:80px;}
	.article .title h2{font-size:34px;padding-bottom:20px;}
	.article .list{flex-direction:column;}	
	.article .list .right{width:100%;}
	.article .list .left{width:100%;padding-bottom:20px;}
	.article .list .right ul{flex-direction:row;}
	.article .list .right li{width:48%;}
}


@media screen and (max-width:670px){
	.about{padding-bottom:80px;background:url(/Images/about-bg-wap.jpg) no-repeat center bottom;background-size:100% auto}
	.about .wrap{padding-top:40px;}
	.about .text{width:100%;}
	.about .text h2{line-height:1.5;text-align:left;padding-bottom:10px;}
	.about .text p{line-height:1.6;}
	.about ul{flex-direction:column;margin-top:30px;align-items:center;}
	.about ul li{padding:15px 7%;width:100%;margin-bottom:20px;border-radius:7px;}
	.about ul li p{line-height:1.2;padding:5px 0 0 20px;}

	.product{padding-bottom:50px;}
	.product .title{padding:50px 0 10px 0;flex-wrap:wrap;}
	.product .title h1{width:100%;text-align:center;padding-bottom:20px;}
	.product .title ul{width:100%;flex-wrap:wrap;justify-content:left;}
	.product .title ul li{line-height:36px;height:36px;width:auto;font-size:15px;box-sizing:border-box;margin:0 0 5px 10px;}
	.product .title li.on{padding:0 5px;border:1px #019944 solid;margin-right:0;}
	.product .title ul li:first-child{margin-left:0;}

	.product .plist ul{margin-top:30px;}
	.product .plist ul li{width:48%;padding-bottom:20px;}
	.product .plist ul li h1{padding-top:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}


	.article{padding:50px 0;}
	.article .title{padding-bottom:20px;justify-content:center;}	
	.article .title .more{display:none;}
	.article .more2{display:block;margin:40px auto 0 auto;}
	.article .list .left{padding-bottom:0;}
	.article .list .left ul,.article .list .right ul{flex-direction:column;}
	.article .list .left ul li,.article .list .right ul li{width:100%;margin-bottom:20px;}	
	.article .list .right ul li{padding:20px;}

	.article .list li h3{font-size:14px;}
	.article .list .left ul li .text{padding:20px;}
}
@media screen and (max-width:390px) {
    .about ul li p{font-size:17px;}   
}