* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: OpenSans; /* Project id 3500083 */
  src: url('../fonts/Open-Sans-2.ttf') format('truetype');
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all 0.6s;
	display: block;
	width: 100%;
}
.header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(245, 245, 245, .1);
}
.header.active{
	background-color: #fff;
}
.header.active1{
	background-color: rgba(245, 245, 245, 1);
}
.header .content{
	padding: 0 3.12%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .c .nav{
	display: flex;
	align-items: center;
}
.header .c .nav li{
	position: relative;
	line-height: 100px;
}
.header .c .nav li .subNav{
    position: absolute;
    left: 50%;
    transform: translate(-50%,30px);
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 30px 10px rgba(0,0,0,.03);
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.header .c .nav li:hover .subNav{
    opacity: 1;
    pointer-events: inherit;
    transform: translate(-50%,0);
}
.header .c .nav li .subNav a{
    display: block;
    line-height: 34px;
    font-size: 16px;
    white-space: nowrap;
    color: #333;
    text-align: center;
}
.header .c .nav li .subNav a:hover{
    color: rgba(44, 154, 64, 1);
}
.header .c .nav li:before{
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 100%;
	height: 3px;
	background: #27943C;
	opacity: 0;
}
.header .c .nav li.active:before,
.header .c .nav li:hover:before{
	opacity: 1;
}
.header.active .r li{
	color: rgba(0, 0, 0, 1);
}
.header.active .content .header-search .icon-sousuo{
	color: rgba(0, 0, 0, 1);
}
.header .c .nav li:not(:last-child){
	margin-right: 80px;
}
.header .c .nav li a{
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 300;
	color: #F5F5F5;
	line-height: 1;
}
.header.active .c .nav li a{
	color: rgba(51, 51, 51, 1);
}
.header .c .nav li.active>a,
.header .c .nav li:hover>a{
	color: rgba(44, 154, 64, 1);
}
.header .r{
	display: flex;
}
.header .r ul{
	display: flex;
}
.header .r li{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #F5F5F5;
	line-height: 20px;
}
.header .r li .iconfont{
	font-size: 22px;
	margin-right: 9px;
}
.header .r li:not(:last-child){
	margin-right: 47px;
}
.header .content .header-search {
	position: relative;
	margin-left: 80px;
}
.header .content .header-search .icon-sousuo {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}

.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.footer{
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
}
.footer .box-c{
	padding: 80px 0 70px;
}
.footer .box-c ul{
	display: flex;
	justify-content: space-between;
}
.footer .box-c ul .logo img{
	display: block;
}
.footer .box-c ul .text-box{
	font-size: 15px;
	font-family: OpenSans;
	font-weight: 300;
	color: #999999;
	line-height: 30px;
	margin-top: 33px;
	width: 270px;
	max-width: 100%;
}
.footer .box-c li{
	max-width: 332px;
}
.footer .box-c .icons{
	margin-top: 30px;
	display: flex;
}
.footer .box-c .icons .icon a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}
.footer .box-c .icons .icon:not(:last-child){
	margin-right: 15px;
}
.footer .box-c .icons .icon .iconfont{
	color: rgba(51, 51, 51, 1);
	font-size: 28px;
}
.footer .box-c .li-title{
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 32px;
}
.footer .box-c .li-text a,
.footer .box-c .li-text p{
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 300;
	color: #999999;
	line-height: 30px;
	display: block;
}
.footer .box-c .li-text a:not(:last-child){
	margin-bottom: 14px;
}
.footer .box-c .li-text .showMore{
    font-size:14px;cursor: pointer;
}
.footer .box-c .li-text .showMore:before{
    content: "unfold";
    padding-right: 4px;
}
.footer .box-c .li-text span{
    color: #999;
}
.footer .box-c .li-text .text{
    color: #999;
    white-space: normal;
    word-break: break-word;
    color: #999;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .box-c .li-text.active .text{
    display: block;
}
.footer .box-c .li-text .iconfont{
    display: inline-block;
    font-size: 12px;
    transform: rotate(90deg);
    /*padding-bottom: 4px;*/
    vertical-align: middle;
}
.footer .box-c .li-text.active .showMore:before{
    content: "fold ";
}
.footer .box-c .li-text.active .showMore .iconfont{
    transform: rotate(-90deg);
}
.footer .box-b{
	padding: 29px 0;
	border-top: 1px solid rgba(80, 80, 80, 1);
}
.footer .box-b .content1400{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-family: OpenSans;
	font-weight: 400;
	color: #888888;
	line-height: 24px;
}
.footer .box-b .content1400 a{
	color: #888;
}
.innerPage{
	padding-top: 100px;
}
.banner1{
	position: relative;
}
.banner1 .banner-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .title{
	font-size: 48px;
	font-family: Porter;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.banner1 .banner-box .des{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 10px;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 230px;
	object-fit: cover;
}
.banner1 .common-bread{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	color: #FFFFFF;
}
.banner1 .common-bread a{
	color: #FFFFFF;
}
.common-bread{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	padding: 30px 0;
}
.common-bread a{
	color: rgba(51, 51, 51, 1);
}
.common-bread .iconfont{
	font-size: 6px;
	margin: 0 5px;
}
.common-nav{
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.common-nav .swiper-slide{
	line-height: 70px;
	width: 25%;
	position: relative;
	font-size: 18px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
.common-nav .swiper-slide a{
	display: block;
	color: #999;
}
.common-nav .swiper-slide:before{
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #27943C;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.common-nav .swiper-slide:hover:before,
.common-nav .swiper-slide.active:before{
	opacity: 1;
}
.common-nav .swiper-slide:hover a,
.common-nav .swiper-slide.active a{
	color: rgba(39, 148, 60, 1);
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

.modal .modal-content video {
	width: 100%;
	height: 100%;
}

.modal .modal-content .close {
	position: absolute;
	top: -40px;
	right: -40px;
	color: #fff;
	cursor: pointer;
}

.modal .modal-content .close .iconfont {
	font-size: 28px;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	margin: 5px;
	cursor: pointer;
	border: 1px solid rgba(228, 228, 228, 1);
}
/* 
.pagination ul li:first-child,
.pagination ul li:last-child {
	width: 62px;
	color: rgba(153, 153, 153, 1);
} */

.pagination ul li .iconfont {
	font-size: 18px;
}
.pagination ul li .iconfont.icon-shuangjiantou-zuo,
.pagination ul li .iconfont.icon-shuangjiantou-you{
	transform: scale(1.2);
}
.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(39, 148, 60, 1);
	color: #fff;
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px){
	.header .c .nav li:not(:last-child){
		margin-right: 50px;
	}
	.header .r li:not(:last-child){
		margin-right: 25px;
	}
	.header .content .header-search{
		margin-left: 35px;
	}
}
@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}
@media (max-width:1440px){
	.header .c .nav li:not(:last-child){
		margin-right: 30px;
	}
	.header .c .nav li a{
		font-size: 16px;
	}
	.header .r li{
		font-size: 14px;
	}
	.banner1 .banner-box .title{
		font-size: 36px;
	}
}
@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.header{
		padding: 15px 0;
	}
	.header .l img,
	.footer .box-c ul .logo img{
		height: 40px;
	}
	.header .content .c{
		display: none;
	}
	.header .r ul{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #fff;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #27943C;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: #747474 !important;
	}
	
	.m-navbar li.active a {
		color: #27943C !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	
	.m-navbar li+li {
		margin-top: 12px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.footer .box-c ul{
		flex-direction: column;
	}
	.footer .box-c li{
		width: 100%;
		max-width: 100%;
	}
	.footer .box-c ul .text-box{
		width: 100%;
		margin-top: 20px;
	}
	.footer .box-c .li-text a{
		display: inline-block;
	}
	.footer .box-c .li-text a:not(:last-child){
		margin-right: 14px;
		margin-bottom: 0;
	}
	.footer .box-c .li-title{
		margin: 25px 0 15px;
	}
	.footer .box-c{
		padding: 50px 0;
	}
	.footer .box-c .icons{
		margin-top: 20px;
	}
	.footer .box-b{
		padding: 18px 0;
	}
	.innerPage{
		padding-top: 75px;
	}
	.banner1 .banner-box .title{
		font-size: 30px;
	}
}
@media (max-width:768px) {
	.footer .box-b .content1400{
		flex-wrap: wrap;
	}
	.footer .box-c .li-text a{
		display: block;
		margin-right: 0;
	}
	.footer .box-c li:first-child{
		margin-bottom: 25px;
	}
	.footer .box-c li .li-text{
		display: none;
	}
	.footer .box-c .li-title{
		line-height: 40px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		margin: 0;
	}
	.footer .box-c{
		padding: 50px 0 0px;
	}
	.footer .box-b{
		padding: 10px  0;
		border-top: none;
	}
	.header{
		padding: 7px 0;
	}
	.innerPage{
		padding-top: 59px;
	}
	.banner1 .banner-box .title{
		font-size: 26px;
	}
	.common-bread{
		padding: 20px 0;
	}
	.common-nav .swiper-slide{
		line-height: 50px;
		font-size: 16px;
		width: auto;
		padding: 0 15px;
	}
}
@media (max-width:500px) {
	.footer .box-c{
		padding-top: 30px;
	}
	.footer .box-c ul .text-box{
		margin-top: 10px;
	}
	.banner1 .banner-box .title{
		font-size: 22px;
	}
}