.product{
	background-color: #f6f6f6;
	padding: 32px 0 80px;
}
.product1{
	padding-bottom: 80px;
}
.download{
	padding-bottom: 62px;
}
.q-a{
	padding-bottom: 80px;
}
.product .box1 .content1400{
	display: flex;
	align-items: flex-start;
}
.product .box1 .l{
	background-color: #fff;
	width: 293px;
	padding: 41px 0 48px;
	/*min-height: 700px;*/
}
.chanaa1{
    padding: 0 26px 0 37px;
    margin-bottom: 30px;
}
.neiye{
	display: block;
}
.product .box1 .l .nav>li:not(:last-child){
	margin-bottom: 38px;
}
.product .box1 .l .nav .li-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-family: PingFang;
	color: #333333;
	line-height: 1;
	cursor: pointer;
	padding: 0 26px 0 37px;
	font-weight: bold;
}
.product .box1 .l .nav li.active .li-top .iconfont{
	transform: rotate(-180deg);
	color: rgba(0, 145, 41, 1);
}
.product .box1 .l .nav .li-top .iconfont{
	display: block;
	font-size: 18px;
	color: rgba(215, 215, 215, 1);
	transition: transform 0.6s;
}
.product .box1 .l .nav .sub-nav{
	margin-top: 20px;
	display: none;
}
.product .box1 .l .nav .sub-nav li{
	position: relative;
	line-height: 25px;
	padding: 15px 0;
}
.product .box1 .l .nav .sub-nav li.active,
.product .box1 .l .nav .sub-nav li:hover{
	background-color: rgba(248, 248, 248, 1);
}
.product .box1 .l .nav .sub-nav li.active::before,
.product .box1 .l .nav .sub-nav li:hover::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: rgba(0, 145, 41, 1);
}
.product .box1 .l .nav .sub-nav li a{
	display: block;
	padding-left: 57px;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
}
.product .box1 .l .nav .sub-nav li.active a,
.product .box1 .l .nav .sub-nav li:hover a{
	color: rgba(0, 145, 41, 1);
}
.product .box1 .r{
	margin-left: 30px;
	flex: 1;
}
.product .box1 .r .r-top{
	background-color: #fff;
	padding: 16px 19px;
}
.product .box1 .r .r-top ul{
	display: flex;
	flex-wrap: wrap;
}
.product .box1 .r .r-top li{
	margin-right: 8px;
	margin-bottom: 1px;
}
.product .box1 .r .r-top li a{
	padding: 0 23px;
	line-height: 34px;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}
.product .box1 .r .r-top li:hover,
.product .box1 .r .r-top li.active{
	background-color: rgba(0, 145, 41, 1);
}
.product .box1 .r .r-top li:hover a,
.product .box1 .r .r-top li.active a{
	color: #fff;
}
.product .box1 .r .r-c{
	margin-top: 40px;
}
.product .box1 .r .r-c .title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.product .box1 .r .r-c .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.product .box1 .r .r-c .list li{
	width: 33.3%;
}
.product .box1 .r .r-c .list li a{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 36px;
}
.product .box1 .r .r-c .list li a:hover{
	color: rgba(0, 145, 41, 1);
}
.product .box1 .r .r-top1{
	background-color: #fff;
}
.product .box1 .r .r-top1 .swiper-slide{
	width: 20%;
	text-align: center;
	height: 70px;
}
.product .box1 .r .r-top1 .swiper-slide:hover,
.product .box1 .r .r-top1 .swiper-slide.active{
	background-color: rgba(0, 145, 41, 1);
}
.product .box1 .r .r-top1 .swiper-slide a{
	padding: 11px 0;
	display: block;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}
.product .box1 .r .r-top1 .swiper-slide:hover a,
.product .box1 .r .r-top1 .swiper-slide.active a{
	color: #fff
}
.product .box1 .r .r-c1{
	margin-top: 53px;
}
.product .box1 .r .r-c1>div:not(:last-child){
	margin-bottom: 38px;
}
.product .box1 .r .r-c1 .title{
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.product .box1 .r .r-c1 .list{
	margin-top: 13px;
}
.product .q-a-box1 .title,
.product .download-box1 .title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.product .q-a-box1 ul{
	margin-top: 22px;
}
.product .q-a-box1 li{
	background-color: #fff;
	padding: 0 29px 0 39px;
	margin-bottom: 10px;
}
.product .q-a-box1 li .li-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 24px 0;
}
.product .q-a-box1 li .li-t .icon-xia{
	display: block;
	color: rgba(102, 102, 102, 1);
	font-weight: bold;
	transition: transform 0.6s;
}
.product .q-a-box1 li.active .li-t .icon-xia{
	transform: rotate(-180deg);
	color: rgba(0, 145, 41, 1);
}
.product .q-a-box1 li.active .li-title{
	color: rgba(0, 145, 41, 1);
}
.product .q-a-box1 li .li-title{
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	font-family: PingFang;
	font-weight: 500;
}
.product .q-a-box1 li .li-title label{
	color: rgba(0, 145, 41, 1);
}
.product .q-a-box1 li .li-c{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
	margin-top: 14px;
	display: none;
	padding-bottom: 26px;
}
.product .q-a-box1 li .li-c table p{
    /*text-align: center;*/
    text-indent: 0px !important;
}
.li-c img{
    width: 100%;
    height: 100%;
}
.product .download-box1 ul{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .download-box1 li{
	display: flex;
	justify-content: space-between;
	height: 68px;
	align-items: center;
	background-color: #fff;
	width: 48.9%;
	padding: 0 25px 0 28px;
	margin-bottom: 15px;
}
.product .download-box1 li .li-l{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	flex: 1;
	margin-right: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .download-box1 li .li-r a{
	display: flex;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #009129;
	align-items: center;
}
.product .download-box1 li .li-r a .iconfont{
	margin-right: 7px;
	font-weight: bold;
	font-size: 20px;
}
.product-d{
	
}
.product-d .box1{
	/*background: url(../img/product-d-box1-bg.jpg) center left;*/
	padding: 78px 0 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-d .box1 .content1400{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.product-d .box1 .en{
	font-size: 46px;
	font-family: Arial;
	font-weight: 400;
	color: #394F8C;
	line-height: 1;
	opacity: 0.2;
}
.product-d .box1 .zh{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #009129;
	line-height: 1;
	margin-top: 21px;
}
.product-d .box1 .l{
	width: 38.5%;
}
.product-d .box1 .l .img img{
	max-width: 100%;
}
.product-d .box1 .r{
	width: 48.5%;
}
.product-d .box1 .r .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 69px;
}
.product-d .box1 .r .text-box p{
	margin-bottom: 34px;
}
.product-d .box2{
	padding: 0px 0 0px;
}
.product-d .box2 li:not(:last-child){
	margin-bottom: 67px;
}
table{
    width: 100%;
}
.product-d .box2 .title{
	position: relative;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	padding-left: 23px;
}
.product-d .box2 .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: rgba(0, 145, 41, 1);
}
.product-d .box2 .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-top: 28px;
}

.product-d .box2 .text-box img{
    width: 100%;
}
@media (max-width:1400px) {
	.product .box1 .r .r-top1 .swiper-slide a{
		font-size: 16px;
	}
	.product-d .box1 .zh{
		font-size: 30px;
		line-height: 1.5;
	}
	.product-d .box1 .r .text-box{
		margin-top: 50px;
	}
}
@media (max-width:1199px) {
	.product-d .box2 .title{
		font-size: 24px;
	}
	.product .box1 .r .r-top1 .swiper-slide{
		width: auto;
		padding: 0 15px;
		line-height: 50px;
		height: auto;
	}
	.product .box1 .r .r-top1 .swiper-slide a{
		padding: 0;
	}
	.product .box1 .l{
		width: 240px;
	}
	.product .box1 .l .nav .li-top{
		padding: 0 15px 0 20px;
	}
	.product .box1 .l .nav .sub-nav li a{
		padding-left: 35px;
	}
	.product .box1 .r .r-c .list li{
		width: 49%;
	}
	.product-d .box1 .content1400{
		flex-wrap: wrap;
	}
	.product-d .box1 .r{
		width: 100%;
		margin-top: 40px;
	}
	.product-d .box1 .l{
		width: auto;
		max-width: 100%;
	}
}
@media (max-width:1000px){
	.product .download-box1 li{
		width: 100%;
	}
} 
@media (max-width: 768px) {
	.product .box1 .content1400{
		flex-wrap: wrap;
	}
	.product .box1 .r{
		margin-left: 0;
		width: 100%;
		flex: none;
		margin-top: 40px;
	}
	.product .box1 .l{
		width: 100%;
	}
	.product .box1 .r .r-top li a{
		padding: 0 15px;
	}
	.product .box1 .r .r-c .list li{
		width: 100%;
	}
	.product .box1 .r .r-top1 .swiper-slide{
		
	}
	.product-d .box1 .en{
		font-size: 30px;
	}
	.product-d .box1 .zh{
		font-size: 24px;
	}
	.product-d .box2 .title{
		font-size: 22px;
	}
	.product .q-a-box1 li{
		padding: 0 15px 0 20px;
	}
}
@media (max-width: 500px) {
	.product .q-a-box1 .title, .product .download-box1 .title,.product-d .box1 .zh{
		font-size: 22px;
	}
	.product .box1 .r .r-top li a{
		font-size: 14px;
	}
	.product .box1 .r .r-top1 .swiper-slide a{
		font-size: 14px;
	}
	.product .box1 .r .r-c .title{
		font-size: 22px;
	}
	.product-d .box1 .r .text-box{
		margin-top: 30px;
	}
	.product-d .box1 .r .text-box p{
		margin-bottom: 0;
	}
	.product-d .box1 .r .text-box p:not(:last-child){
		margin-bottom: 20px;
	}
	.product-d .box2 .title{
		font-size: 18px;
	}
	.product-d .box2 li:not(:last-child){
		margin-bottom:40px;
	}
	.product-d .box2 .text-box{
		margin-top: 20px;
	}
	.product{
		padding-bottom: 80px;
	}
	.q-a{
		padding-bottom: 70px;
	}
	
}