
/**
 * style.less
 * 层叠样式表
 gz
 */
/* 网站小图标 */
@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot') format('embedded-opentype'),
			 url('iconfont.woff2') format('woff2'),
			 url('iconfont1.woff') format('woff'),
			 url('iconfont1.ttf') format('truetype'),
			 url('iconfont.svg') format('svg');
}
@font-face {
	font-family: 'iconfontmy';
	src:  url('iconfontmy.woff2') format('woff2'),
			url('iconfontmy.woff') format('woff'),
			url('iconfontmy.ttf') format('truetype');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Demi';
	src: url('AvantGardeITCbyBT-Demi.eot');
	src: url('AvantGardeITCbyBT-Demi.eot') format('embedded-opentype'),
			 url('AvantGardeITCbyBT-Demi.woff2') format('woff2'),
			 url('AvantGardeITCbyBT-Demi.woff') format('woff'),
			 url('AvantGardeITCbyBT-Demi.ttf') format('truetype'),
			 url('AvantGardeITCbyBT-Demi.svg') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('AvantGardeITCbyBT-Book.eot');
	src: url('AvantGardeITCbyBT-Book.eot') format('embedded-opentype'),
			 url('AvantGardeITCbyBT-Book.woff2') format('woff2'),
			 url('AvantGardeITCbyBT-Book.woff') format('woff'),
			 url('AvantGardeITCbyBT-Book.ttf') format('truetype'),
			 url('AvantGardeITCbyBT-Book.svg') format('svg');
}
@font-face {
	font-family: 'BarlowCondensed-SemiBold';
	src: url('BarlowCondensed-SemiBold.eot');
	src: url('BarlowCondensed-SemiBold.eot') format('embedded-opentype'),
			 url('BarlowCondensed-SemiBold.woff2') format('woff2'),
			 url('BarlowCondensed-SemiBold.woff') format('woff'),
			 url('BarlowCondensed-SemiBold.ttf') format('truetype'),
			 url('BarlowCondensed-SemiBold.svg') format('svg');
}
/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
	//居中
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
html,
body {
	position: relative;
}
body {
	font-family: 'microsoft yahei','PingFang Regular', 'Heiti SC', 'Helvetica', 'Helvetica Neue', 'Arial' ;
	font-size: 16px;
	/* font-weight: 300; */
	color: #333;
	background: #fff;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
body.body-01 {
	height: 100%;
	/* overflow-y: auto; */
	overflow-x: hidden;
}
@media (max-width: 800px) {
	body.body-01 {
		height: auto;
	}
}
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
	height:100%;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
/* 文字超出隐藏 */
.ell-o { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ell-t { display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more {
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
	background-position: 0 -0px!important;	
}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
}

.w-1680 {
	width: 1680px;
	margin: 0 auto;
}
@media (max-width: 1720px) {
	.w-1680 {
		width: 100%;
		padding: 0 5%;
	}
}
.w-1550 {
	width: 1550px;
	margin: 0 auto;
}
@media (max-width: 1580px) {
	.w-1550 {
		width: 100%;
		padding: 0 5%;
	}
}
.w-1440 {
	width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1480px) {
	.w-1440 {
		width: 100%;
		padding: 0 5%;
	}
}


/*视频*/
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content {
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;	
	}
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.relative{
	position: relative;
}
.md {
	position: absolute;
	top: -80px;
}
.title {
	text-align: center;
	color: #fff;
}
.title .title-c {
	font-size: 38px;
}
.title .title-e {
	font-family: 'AvantGardeITCbyBT-Book';
	text-transform: uppercase;
	font-size: 32px;
	margin-top: 12px;
}
@media (max-width: 1440px) {
	.title .title-c {
		font-size: 28px;
	}
	.title .title-e {
		font-size: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.title .title-c {
		font-size: 20px;
	}
	.title .title-e {
		font-size: 16px;
		margin-top: 5px;
	}
}
.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo {
	float: left;
	margin-top: 24px;
}
.header .logo img {
	height: 47px;
	float: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header .logo {
	float: left;
}
@media (max-width: 800px) {
	.header .logo {
		top: 15px;
	}
}
@media (max-width: 767px) {	
	.header .logo {
		margin-top: 20px;
	}
	.header .logo img {
		height: 28px;
	}
}
.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 94px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}
.header.header-in,
.header.fixed-header {
	/* display: none; */
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 800px) {
	.header .nav-collapse {
		display: block;
		margin-top: 28px;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #333 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}
.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #333;
}
.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	background-color: #fff!important;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	background-color: #fff!important;
}
.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	background-color: #fff!important;
}
.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
}
@media (min-width: 800px) {
	.header .nav {
		float: right;
	}
}
@media (max-width: 1680px) {
	
}
@media (max-width: 1440px) {
	
}
@media (max-width: 800px) {
	.header .nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		margin-left: 0%;
		margin-top: 0;
		padding: 0 50px;
		margin-top: 0;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(5, 139, 114, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		position: relative;
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}
@media (max-width: 767px) {
	.header {
		height: 66px;
		box-shadow: 0 0 5px #bbb;
	}
	.header .nav-collapse {
		position: absolute;
		top: 12px;
		right: 0;
		margin-top: 0;
		border: none;
	}
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}
.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (min-width: 800px) {
	.header .nav .nav-list1 > li {
		float: left;
		padding: 0 30px;
	}
 
	.header .nav .nav-list1 > li > a {
		display: block;
		float: left;
		font-size: 18px;
		line-height: 94px;
		padding: 0 10px;
		position: relative;
		z-index: 2;
		color: #333;
		background-image: none;
		position: relative;
	}
	.header .nav .nav-list1 > li:hover > a,
	.header .nav .nav-list1 > li.active > a {
		color: #007244;
	}
	.header .nav .nav-list1 > li > a::after,
	.header .nav .nav-list1 > li > a::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 3px;
		background: #007244;
		content: "";
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	}
	.header .nav .nav-list1 > li:hover > a::after,
	.header .nav .nav-list1 > li.active > a::after {
		width: 100%;
	}
	.header.header-in .nav .nav-list1 > li > a,
	.header.fixed-header .nav .nav-list1 > li > a {
		color: #333;
	}
	.header.header-in .nav .nav-list1 > li:hover > a,
	.header.header-in .nav .nav-list1 > li.active > a,
	.header.fixed-header .nav .nav-list1 > li.active > a,
	.header.fixed-header .nav .nav-list1 > li:hover > a {
		color: #007244;
		border-bottom-color: rgba(33,85,146,1);
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		display: none;
		left: -0%;
		top: 100%;
		width: 100%;
		text-align: center;
		background: rgba(255,255,255,1);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		/* box-shadow: 5px 1px 5px rgba(0,0,0,0.5); */
	}
	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;
	}
	.header .nav .nav-list1 .nav-list2 li a {
		display: inline-block;
		color: #333;
		position: relative;
		font-size: 16px;
		padding: 0 28px;
		line-height: 60px;
	}
	.header .nav .nav-list1 .nav-list2 > li:hover > a {
		background: #007244;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li a::before {
		position: absolute;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
		/* content: ""; */
		background: #274a8a;
		width: 0px;
		height: 2px;
	}
	.header .nav .nav-list1 .nav-list2 li:hover a::before {
		width: 10px;
	}
}
@media (max-width: 1600px) {
	.header .nav .nav-list1 > li {
		float: left;
		padding: 0 20px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1 > li {
		padding: 0 10px;
	}
	.header .nav .nav-list1 > li > a {
		/* font-size: 16px; */
	}
}
@media (max-width: 1280px) {
	.header .nav .nav-list1 > li {
		padding: 0 8px;
	}
	.header .nav .nav-list1 > li > a {
		padding: 0 8px;
	}
}
@media (max-width: 800px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1 > li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1 > a {
		font-size: 20px;
		color: #fff;
	}
}
@media (max-width: 800px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
	.header.fixed-header .nav-collapse .btn-line:nth-child(3),
	.header.fixed-header .nav-collapse .btn-line:nth-child(1) {
		background: #274a8a;
	}
	.header.fixed-header .nav-collapse .btn-line,
	.header.fixed-header .nav-collapse .btn-line {
		background: #274a8a;
	}
}
.header .nav .nav-list2 > a,
.header .nav .nav-list3 > a {
	display: inline-block;
	/* color: #fff; */
}
.header.header-in .nav .nav-list2 > a,
.header.header-in .nav .nav-list3 > a {
	/* color: #fff; */
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}
.header .nav-2,
.header .nav-3 {
	display: none;
}
@media (max-width: 800px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: rgba(5, 139, 114, .9);
	}
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn{
	position: relative;
	z-index: 1;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	left: 0;
}
.header .nav-2 .nav-top h2 a,
.header .nav-3 .nav-top h2 a{
	color: #fff;
}
@media (max-width: 767px) {
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
		z-index: -1;
	}
	.header.header-in .nav-collapse .btn-line {
		background: #fff;
	}
	.header.fixed-header .nav-collapse .btn-line {
		background: #274a8a;
	}
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 90%;
	margin-top: 0%;
	position: relative;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
		padding: 0 0px;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 30%;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
}
@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 15px 0 0 0;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 19px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 800px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 800px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1 > li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1 > li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 > li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		/* margin-top: -14px; */
		content: '\e72f';
		color: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header .nav .nav-list1 > li {
		width: 100%;
	}
	.header .nav .nav-list1 > li:first-child {
		width: 100%;
	}
	.header .fade-out ul.nav-list1 > li > a {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 2.5;
		text-transform: uppercase;
	}
	.header.fixed-header .nav .nav-list1 > li > a {
	  color: #fff;
	}
	.header .fade-out ul.nav-list1 > li > a p {
		display: inline-block;
		margin-left: 3%;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		width: 100%;
	}
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		display: inline-block;
		width: 100%;
		color: #fff;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}
@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1 > li {
		margin: 0;
	}
}
@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2 > li > a {
		font-size: 18px;
	}
}
@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2 > li > a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		/* width: 48%; */
		width: 100%;
	}
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		margin: 15px 0;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		font-size: 18px;
		margin-top: 0;
	}
}
@media (min-width: 800px) {
	.header.fixed-header {
		box-shadow: 0 0 5px #bbb;
	}
}
.header.fixed-header {
	box-shadow: 0 0 5px #bbb;
	background: #fff;
}
/*搜索*/
.header .find {
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 100%;
}
.header .find > span {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url(../images/search.png) center no-repeat;
}
.header .find:hover > span {
	background: url(../images/search-on.png) center no-repeat;
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 800px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}
	.header .find img {
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find span {
		width: 23px;
		height: 23px;
	}
}
/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(5, 139, 114, .9);
}
.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}
.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}
@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}
.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 27px;
	height: 27px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: url(../images/search-on.png) no-repeat;
	color: #fff;
}
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}
.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 800px) {
	.header .search-box.search-xs {
		display: none;
	}
}
@media (max-width: 800px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}
.header .search-box.search-xs.show {
	z-index: 66;
}
.header .search-box.search-xs.show .search {
	left: 0;
}
.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}
@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}
@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}
.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}
.header .search-box.search-xs .input-submit:before {
	color: #104384;
}
.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	display: none;
	cursor: pointer;
}
.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e660';
	color: #8cc63f;
}
.header .search-lg {
	top: 0;
}
.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 90%;
	max-width: 800px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}
.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}
.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}
.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}
@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.head-right {
	float: right;
	margin-left: 5px;
	margin-top: 31px;
}
.head-right a {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 34px;
	margin-left: 24px;
	text-align: center;
	border: 1px solid #818182;
	border-radius: 100%;
}
.head-right a.active,
.head-right a:hover {
	color: #fff;
	background: #007244;
	border: 1px solid #007244;
}
@media (max-width: 1540px) {
	.head-right {
		margin-left: 50px;
	}
}
@media (max-width: 1366px) {
	.head-right {
	  margin-left: 20px;
	}
}
@media (max-width: 800px) {
	.head-right {
		margin-left: 0;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.head-right {
	  margin-right: 26px;
		margin-top: 18px;
	}
	.head-right a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-left: 10px;
	}
	.header .find span {
		background-size: 16px auto!important;
	}
}

.wrap-sidenav {
	height: 66px;
	margin-top: -0px!important;
	padding: 0 0%;
	background: #eee;
	position: relative;
}
.wrap-sidenav .sidenav {
  position: relative;
}
.wrap-sidenav .sidenav ul {
	font-size: 0;
	position: relative;
	position: absolute;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}
.wrap-sidenav .sidenav ul li {
	display: inline-block;
	position: relative;
}
.wrap-sidenav .sidenav ul li::after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #d1d1d1;
	content: "";
}
.wrap-sidenav .sidenav ul li:last-child::after {
	display: none;
}
.wrap-sidenav .sidenav ul li a {
  font-size: 20px;
	height: 66px;
	line-height: 66px;
	padding: 0 30px 0 30px;
	color: #333;
	position: relative;
	display: block;
}
.wrap-sidenav .sidenav ul li a img {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
	max-width: none;
}
.wrap-sidenav .sidenav ul li a .block {
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover {
	display: none;
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a {
	border-bottom-color: #007244;
	background: #007244;
	color: #fff;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block {
    display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover {
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1600px) {
	.wrap-sidenav {
		height: 60px;
	}
	.wrap-sidenav .sidenav ul li a {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		padding: 0 15px 0 15px;
	}
}
@media (max-width: 800px) {
	.wrap-sidenav .sidenav ul li:hover a:before {
		display: none;
	}
}
@media (max-width: 800px) {
	.wrap-sidenav {
	  height: 50px;
	}
	.wrap-sidenav .sidenav ul li a {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.wrap-sidenav {
		height: 50px;
	}
	.wrap-sidenav .sidenav {
		height: 50px;
		overflow: hidden;
	}
	.wrap-sidenav .sidenav ul li a {
	  padding: 0 8px 0 8px;
	}
}

.add {
	float: right;
	line-height: 66px;
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/add.png) left center no-repeat;
	color: #666;
	position: relative;
}
.add a {
	color: #666;	
}
.add a:hover,
.add a.active {
	color: #007244;
}
@media (max-width: 1600px) {
	.add {
		line-height: 60px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.add {
		display: none;
	}
}
/**
 * page
 */
.pagination>li:first-child>a, .pagination>li:first-child>span { border-top-left-radius: 50%; border-bottom-left-radius: 50%; }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 50%; border-bottom-right-radius: 50%; }
.pagination>li>a, .pagination>li>span { margin-left: inherit; }
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
	text-align: center;
	font-family: 'centurygothic';
}
.page a, .page span {
	font-size: 20px;
	line-height: 43px!important;
	display: inline-block;
	overflow: hidden;
	padding: 0!important;
	width: 45px;
	height: 45px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #007244;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.page a.prev {
	/* background: #fff url("../images/left.png") center no-repeat; */
}
.page a.next {
	/* background: #fff url("../images/right.png") center no-repeat; */
}
/* 
.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}

.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */
@media (max-width: 1440px) {
	.page{
		margin-bottom: 60px;
	}
}
@media (max-width: 800px) {
	.page{
		margin-bottom: 40px;
	}
	.page a, .page span {
		margin: 0 6px;
		height: 42px;
		line-height: 40px!important;
		width: 42px;
	}
}
@media (max-width: 800px) {
	.page{
		margin-bottom: 30px;
	}
	.page a, .page span {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@media (max-width: 767px) {
	.pagination { display: flex; flex-wrap: wrap; justify-content: center; }
	.page {
		margin-bottom: 30px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}	
	.page a, .page span {
		height: 40px;
		line-height: 40px;
		width: 40px;
		margin: 0 2px 2px;
	}
}
.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}

.page a.prev {
	
}
.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}

.page a.next {
	
}
.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}
.page a.active,
.page a:hover {
	background-color: #007244!important;
	border: 1px solid #007244!important;
	color: #fff!important;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #007244;
	border: 1px solid #007244;
}
@media (max-width: 1024px) {
	.page a, .page span {
		font-size: 16px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
	.page a:prev {
		background-size: 7px auto;
	}
	.page a:next {
		background-size: 7px auto;
	}
}


/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 99;
	margin-top: 94px;
}
.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 58px;
	z-index: 99999;
	color: #fff;
}
.banner .slick-dots li {
	width: 17px;
	height: 17px;
	border-radius: 100%;
	margin: 0 11px;
	border: 2px solid rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	display: inline-block;
	cursor: pointer;
}
.banner .slick-dots li.slick-active {
	border-color: #007244;
	background: #007244;
}
.banner .slick-dots li button {
	display: none;
}
.banner .img-box {
	padding-bottom: 43.38541666666667%;
}
.banner.banner-in .img-box {
	padding-bottom: 29.94791666666667%;
}

.banner .pc {
	display: block;
}
.banner .ph {
	display: none;
}
@media (max-width: 1440px) {
	.banner .slick-dots {
		bottom: 40px;
	}
}
@media (max-width: 800px) {
	.banner .pc {
		display: none;
	}
	.banner .ph {
		display: block;
	}
	.banner .img-box {
		padding-bottom: 100%;
	}
	.banner.banner-in .img-box {
		padding-bottom: 100%;
	}
}
@media (max-width: 767px) {
	.banner {
		margin-top: 66px;
	}
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
}

.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4,
.banner .text .h5,
.banner .text .h6 {
	margin: 0;
	padding: 0;
}
.banner .slick-current .text {
	opacity: 1;
}
.banner .slick-current .text .h1,
.banner .slick-current .text .h2,
.banner .slick-current .text .h3,
.banner .slick-current .text .h4,
.banner .slick-current .text .h5,
.banner .slick-current .text .h6 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .text {
	top: 36%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	z-index: 9999999;
	color: #fff;
}
.banner.banner-in .text {
	color: #fff;
}
.banner .text .h1 {
	font-size: calc(100vw / 1920 * 50);
	/* padding-bottom: 16px; */
	position: relative;
	font-family: arial;
	letter-spacing: .2em;
}
.banner.banner-in .text .h1 {
	padding-bottom: 0;
	font-size: calc(100vw / 1920 * 40);
}
.banner.banner-in .text .h2 {
	font-size: 32px;
	margin-top: 32px!important;
}


.banner .text .h1::after,
.banner .text .h1::before {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 60px;
	height: 3px;
	background: #007244;
	background: #fff;
	/* content: ""; */
}
.banner .text .h1::before {
	width: 90px;
	height: 1px;
	bottom: 1px;
	left: 0;
}
.banner.banner-in .text .h1::after,
.banner.banner-in .text .h1::before {
	display: none;
}
.banner .text .h2 {
	font-size: 45px;
	margin-top: 0!important;
}
.banner.banner-in .text .h2 {
	margin-top: 32px;
	margin-top: 32px;
}
@media (max-width: 1440px) {

	.banner.banner-in .text .h1 {
		/* font-size: 42px; */
	}
	.banner.banner-in .text .h2 {
		font-size: 24px;
		margin-top: 24px!important;
	}
	
}
@media (max-width: 1199px) {
	.banner .text .h1 { font-size: 30px; }
	.banner.banner-in .text .h1 { font-size: 30px; }
}
@media (max-width: 800px) {
	.banner .text .h1 {
		font-size: 30px;
		font-size: 36px;
		padding-bottom: 15px;
		padding-bottom: 5px;
	}
	.banner .text .h2 {
		font-size: 28px;
		margin-top: 20px;
		margin-top: 10px;
	}
	.banner.banner-in .text .h2 {
		margin-top: 16px;
	}
}
@media (max-width: 767px) {
	.banner .text .h1 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.banner .text .h2 {
		font-size: 19px;
		margin-top: 10px;
	}
	.banner.banner-in .text .h1 {
		font-size: 22px;
	}
	.banner.banner-in .text .h2 {
		font-size: 18px;
		margin-top: 6px!important;
	}
	
}


.footer {
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.footer .foot-top,
.footer .foot-bot {
	float: left;
	width: 100%;
	padding-left: 6.25%;
	padding-right: 6.25%;
}
.footer .foot-top {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 52px;
	padding-bottom: 38px;
	line-height: 42px;
}
.footer .foot-top a > img {
	height: 48px;
}
.footer .foot-top .footT-right {
	float: right;
	font-size: 18px;
	line-height: 38px;
}
.footer .foot-top .footT-right a {
	color: #3b3e43;
	margin-left: 50px;
}
.footer .foot-top .footT-right a:hover {
	color: #007244;
}
.footer .foot-top .footT-right a:first-child {
	margin-left: 0;
}

.footer .foot-bot {
	padding-top: 58px;
	padding-bottom: 68px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .foot-bot .footB-l {
	float: left;
	width: 56.6%;
	font-size: 16px;
	line-height: 2.2;
	color: #8b8b8b;
}
.footer .foot-bot .footB-l a,
.footer .foot-bot .footB-l span {
	color: #8b8b8b;
	margin-right: 26px;
}
.footer .foot-bot .footB-r {
	float: left;
	width: 42.4%;
}
.footer .foot-bot .footB-r .footB-r-link {
	float: left;
}
.footer .foot-bot .footB-r .footB-r-link a {
	display: inline-block;
	position: relative;
	color: #8b8b8b;
	padding: 0 26px;
	font-size: 16px;
	line-height: 14px;
	margin: 16px 0;
}
.footer .foot-bot .footB-r .footB-r-link a:hover {
	color: #007244;
}
.footer .foot-bot .footB-r .footB-r-link a::after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #b0afaf;
	content: "";
}
.footer .foot-bot .footB-r .footB-r-link a:last-child::after {
	display: none;
}
.footer .foot-bot .footB-r .footB-r-fun {
	float: right;
}
.footer .foot-bot .footB-r .footB-r-fun a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-left: 18px;
	border-radius: 100%;
	background-color: #eeeded;
	background-repeat: no-repeat!important;
	background-position: center;
	position: relative;
}
.footer .foot-bot .footB-r .footB-r-fun a:first-child {
	margin-left: 0;
}
.footer .foot-bot .footB-r .footB-r-fun a:hover {
	background-color: #007244;
}
.footer .foot-bot .footB-r .footB-r-fun a.wx {
	background-image: url(../images/wx.png);
}
.footer .foot-bot .footB-r .footB-r-fun a.backtop {
	background-image: url(../images/up.png);
}
.footer .foot-bot .footB-r .footB-r-fun a.wx:hover {
	background-image: url(../images/wx-on.png);
}
.footer .foot-bot .footB-r .footB-r-fun a.backtop:hover {
	background-image: url(../images/up-on.png);
}
.footer .foot-bot .footB-r .footB-r-fun a.wx > span {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}
.footer .foot-bot .footB-r .footB-r-fun a.wx:hover > span {
	display: block;
}

@media (max-width: 1680px) {
	.footer .foot-bot .footB-l { width: 52%; }
	.footer .foot-bot .footB-r { width: 47%; }
}
@media (max-width: 1600px) {
	.footer .foot-bot .footB-r .footB-r-link a {
		padding: 0 20px;
	}
}
@media (max-width: 1440px) {
	.footer .foot-top {
		padding-top: 50px;
		padding-bottom: 40px;
		line-height: 36px;
	}
	.footer .foot-top .footT-right {
		font-size: 16px;
	}
	.footer .foot-top .footT-right a {
		margin-left: 30px;
	}
	.footer .foot-top, .footer .foot-bot {
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer .foot-bot {
		padding-top: 38px;
		padding-bottom: 48px;
	}
	.footer .foot-bot .footB-r .footB-r-link a {
	  padding: 0 15px;
		/* margin-top: 13px; */
	}
	.footer .foot-bot .footB-r .footB-r-fun a {
		width: 40px;
		height: 40px;
		margin-left: 12px;
	}
	.footer .foot-bot .footB-l { line-height: 1.5; margin-top: 12px; }
}
@media (max-width: 800px) {
	.footer .foot-bot .footB-l,
	.footer .foot-bot .footB-r {
		width: 100%;
	}
	.footer .foot-bot .footB-r {
		margin-top: 20px;
	}
}
@media (max-width: 800px) {
	.footer .foot-top .footT-right {
		float: left;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding-bottom: 50px;
	}
	.footer .foot-top,
	.footer .foot-top .footT-right {
		display: none;
	}
	.footer .foot-bot {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer .foot-bot .footB-l a, .footer .foot-bot .footB-l span {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.8;
	}
}


.foot-tel {
	display: none;
}
@media (max-width: 767px) {
	.foot-tel {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #007244;
		width: 100%;
		z-index: 999;
	}	
	.foot-tel a {
		display: block;
		float: left;
 
		width: 20%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.foot-tel a:last-child {
		border-right: 0;
	}
	.footer .foot-bot .footB-r {
		text-align: center;
	}
	.footer .foot-bot .footB-r .footB-r-fun {
		display: none;
	}
	.footer .foot-bot .footB-r .footB-r-link {
		width: 100%;
	}
	.footer .foot-bot .footB-r .footB-r-link a {
		float: none;
		padding: 0 8px;
		margin-top: 0px;
	}
	.footer .foot-bot .footB-r .footB-r-link a::after {
		right: -2px;
	}
}

.bg-f9 {
	background: #f9f9f9;
}
.i-by {
	float: left;
	width: 100%;
	margin: 86px 0 100px 0;
	padding-top: 30px;
	background: #fff;
	position: relative;
}
.i-by .i-by-text {
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-right: 80px;
	padding-top: 72px;
}
.i-by-t {
	padding-left: 55px;
	font-size: 32px;
	background: url(../images/logo-left.png) no-repeat;
	background-size: auto 100%;
}
.i-by .i-by-text .i-by-p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 36px;
	color: #7b7b7b;
}
.i-by .i-by-text .i-by-p.ell-t { -webkit-line-clamp: 4; }
.i-by .i-by-text .i-by-a {
	margin-top: 20px;
}
.i-by .i-by-text .i-by-a a {
	display: inline-block;
	padding-right: 30px;
	font-size: 16px;
	color: #b7b7b7;
	background: url(../images/more.png) right center no-repeat;
}
.i-by .i-by-text .i-by-a a:hover {
	color: #007244;
}
.i-by .i-by-video {
	float: left;
	width: 50%;
}
.i-by .i-by-video1 {
	float: left;
	width: 33%;
}
.i-by .i-by-video .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.i-by .i-by-video .video img{
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-by .i-by-video .video:hover .video img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.i-by .i-by-video .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 72.61904761904762%;
	background-color: rgba(0, 0, 0, 0);
}
.i-by .i-by-video .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.i-by .i-by-video .video .img-box .black img {
	position: absolute;
	left: 30px;
	bottom: 35px;
}
.i-by .i-by-video .video .img-box > img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.i-by .i-by-video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.i-by .i-by-video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.i-by .i-by-video .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 90px;
	height: 90px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(../images/play.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.i-by .i-by-video .video:hover .img-box > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.i-by .i-by-video .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

.i-by .i-by-shzr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}
.i-by .i-by-shzr img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-by .i-by-shzr:hover img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-by .i-by-shzr p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	padding: 0 30px;
	font-size: 32px;
}

.i-news{
	float: left;
	width: 100%;
	padding: 88px 0 102px 0;
}

.i-news-list {
	float: left;
	width: 100%;
	margin-top: 22px;
}
.i-news-list .i-news-li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	padding: 20px;
	background: #f9f9f9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news-list .i-news-li:hover {
	background: #007244;
}
.i-news-list .i-news-li:nth-child(3n) {
	margin-right: 0;
}
.i-news-list .i-news-li .i-news-con {}
.i-news-list .i-news-li .i-news-con .img-box {
	padding-bottom: 60.36585365853659%;
	border: 3px solid rgba(255,255,255,0);
}
.i-news-list .i-news-li:hover .i-news-con .img-box {
	border-color: rgba(255,255,255,1);
}
.i-news-list .i-news-li .i-news-con .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news-list .i-news-li:hover .i-news-con .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news-list .i-news-li .i-news-con .i-news-li-txt{
	padding: 0px 20px 0px 20px;
}
.i-news-list .i-news-li .i-news-con .i-news-li-p {
	font-size: 24px;
	height: 80px;
	line-height: 40px;
	margin: 36px 0 24px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news-list .i-news-li .i-news-con .i-news-li-p a {
	color: #000;
}
.i-news-list .i-news-li:hover .i-news-con .i-news-li-p a {
	color: #fff;
}
.i-news-list .i-news-li .i-news-con .i-news-li-d {
	line-height: 18px;
	padding-top: 18px;
	border-top: 1px solid #f1f0f0;
}
.i-news-list .i-news-li .i-news-con .i-news-li-d span {
	font-size: 16px;
	color: #cccbcb;
}
.i-news-list .i-news-li .i-news-con .i-news-li-d a {
	display: inline-block;
	float: right;
	width: 36px;
	height: 16px;
	background: url(../images/more1.png) no-repeat;
}
.i-news-list .i-news-li:hover .i-news-con .i-news-li-d a {
	background: url(../images/more1-on.png) no-repeat;
}
.i-news-list .i-news-li:hover .i-news-con .i-news-li-d span {
	color: #b8defc;
}


.bg-par {
	/* background: url(../images/bg.jpg) no-repeat; */
	background: url(../images/16914617005329mibmg.jpg) center no-repeat;
	background-size: cover;
}
.i-partner{
	float: left;
	width: 100%;
	text-align: center;
	padding: 94px 0 154px 0;
}
.i-partner .i-by-t {
	background: none;
}
.i-par-list {
	float: left;
	width: 100%;
	margin-top: 36px;
}
.i-par-list ul li {
	float: left;
	width: 16.1%;
	margin-right: 0.68%;
	margin-top: 10px;
}
.i-par-list ul li:nth-child(6n) {
	margin-right: 0;
}
.i-par-list ul li a {
	cursor: default;
}
.i-par-list ul li .img-box {
	padding-bottom: 52.8%;
}
.i-par-list ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-par-list ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
	
@media (max-width: 1600px) {
	.i-by .i-by-text {
		padding-left: 30px;
		padding-right: 60px;
		padding-top: 42px;
	}
	.i-by .i-by-text .i-by-p {
		margin-top: 26px;
	}
}
@media (max-width: 1600px) {
	.i-by {
		margin: 68px 0 80px 0;
		padding-top: 20px;
	}
	.i-by .i-by-text {
		padding-right: 40px;
		padding-top: 30px;
	}
	.i-by-t {
		padding-left: 48px;
		font-size: 24px;
	}
	.i-by .i-by-text .i-by-p {
		font-size: 16px;
		margin-top: 20px;
	}
	.i-by .i-by-shzr p {
		padding: 0 24px;
		font-size: 28px;
	}
	.i-by .i-by-video .video .play {
		width: 80px;
		height: 80px;
	}   
	.i-news-list .i-news-li .i-news-con .i-news-li-p {
		font-size: 20px;
		height: 68px;
		line-height: 34px;
		margin: 30px 0 20px 0;
	}
}
@media (max-width: 1440px) {
	.i-partner {
	  padding: 64px 0 124px 0;
	}
	.i-news-list .i-news-li {
		padding: 15px;
	}
	.i-news-list .i-news-li .i-news-con .i-news-li-p {
		font-size: 18px;
		height: 64px;
		line-height: 32px;
		margin: 24px 0 18px 0;
	}
}
@media (max-width: 800px) {
	.i-by {
		margin: 60px 0 60px 0;
		padding-top: 0px;
	}
	.i-by .i-by-text,
	.i-by .i-by-video {
    width: 100%;
	}
	.i-by .i-by-shzr {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	.i-by .i-by-text {
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.i-by .i-by-shzr img {
		width: 100%;
	}
	.i-news {
	  padding: 68px 0 68px 0;
	}
	.i-news-list .i-news-li .i-news-con .i-news-li-p {
		font-size: 16px;
		height: 52px;
		line-height: 26px;
		margin: 16px 0 12px 0;
	}
	.i-news-list .i-news-li .i-news-con .i-news-li-d {
		line-height: 16px;
		padding-top: 12px;
	}
	.i-news-list .i-news-li .i-news-con .i-news-li-txt {
	  padding: 0px 10px 0px 10px;
	}
	.i-partner {
	  padding: 48px 0 84px 0;
	}
	.i-par-list ul li {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}
	.i-par-list ul li:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 800px) {
	.i-news-list .i-news-li {
		width: 100%;
		padding: 0;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.i-news-list .i-news-li .i-news-con .i-news-li-txt {
	  padding: 0px 20px 0px 20px;
	}
}
@media (max-width: 767px) {
	.i-by {
		margin: 30px 0 30px 0;
		padding-top: 0px;
	}
	.i-by .i-by-text {
		padding: 20px;
	}
	.i-by-t {
		padding-left: 40px;
		font-size: 18px;
	}
	.i-by .i-by-text .i-by-p {
		margin-top: 15px;
	}
	.i-by .i-by-text .i-by-a {
	  margin-top: 15px;
	}
	.i-by .i-by-text .i-by-a a {
		font-size: 16px;
		 background-size: auto 12px;
	}
	.i-by .i-by-video .video .play {
		width: 48px;
		height: 48px;
	}
	.i-by .i-by-video .video .img-box .black img {
		left: 20px;
		bottom: 20px;
		width: 100px;
	}
	.i-by .i-by-shzr p {
		padding: 0 20px;
		font-size: 20px;
	}
	.i-news {
		padding: 30px 0 30px 0;
	}
	.i-news-list {
		margin-top: 0;
	}
	.i-news-list .i-news-li {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.i-partner {
	  padding: 30px 0 30px 0;
	}
	.i-par-list {
		margin-top: 10px;
	}
	.i-par-list ul li {
		width: 49%;
		margin-right: 2%;
	}
	.i-par-list ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.i-par-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.i-by .i-by-text .i-by-p.ell-t { -webkit-line-clamp: 10; }
}

.about-1 {
	float: left;
	width: 100%;
	margin-top: 108px;
	position: relative;
	background: #F9F9F9 url(../images/bg-1.jpg) 13px 44px no-repeat;
}
.about-1 .ab1-left {
	float: left;
	width: 50%;
}
.about-1 .ab1-left .ab1-txt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	padding: 0 56px;
}
.about-1 .ab1-left .ab1-txt .ab1-t {
	font-size: 24px;
	color: #007244;
}
.about-1 .ab1-left .ab1-txt .ab1-p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	color: #666;
}
.about-1 .ab1-right {
	float: right;
	width: 50%;
}
.about-1 .ab1-right .img-box {
	padding-bottom: 64.28571428571429%;
	cursor: default;
}

.about-2 {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.about-2 ul li {
	float: left;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #eaeaea;
}
.about-2 ul li:last-child {
	border-bottom: 0;
}
.about-2 ul li > span {
	float: left;
	width: 27.5%;
}
.about-2 ul li > span .img-box {
	padding-bottom: 63.41991341991342%;
}
.about-2 ul li > span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-2 ul li:hover > span .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.about-2 ul li .ab2-txt {
	float: right;
	width: 72.5%;
	padding-left: 70px;
}
.about-2 ul li .ab2-txt .ab2-t {
	margin-top: 32px;
	font-size: 20px;
	padding: 16px 0 16px 65px;
	padding: 16px 0 16px 0px;
	line-height: 24px;
	color: #007244;
	position: relative;
}
.about-2 ul li .ab2-txt .ab2-t span{
	/* position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 56px;
	line-height: 56px;
	background: url(../images/about/bg-2.png) no-repeat;
	text-align: center;
	color: #fff; */
}
.about-2 ul li .ab2-txt .ab2-p {
	font-size: 16px;
	margin-top: 36px;
	line-height: 1.8;
	color: #666;
}
.about-2 ul li .ab2-txt .ab2-p a {
	color: #666;
}
@media (max-width: 1440px) {
	.about-1 {
	  margin-top: 88px;
	}
	.about-1 .ab1-left .ab1-txt {
		padding: 0 40px;
	}
	.about-1 .ab1-left .ab1-txt .ab1-t {
		font-size: 20px;
	}
	.about-1 .ab1-left .ab1-txt .ab1-p {
		font-size: 16px;
		line-height: 2;
		margin-top: 20px;
	}
	.about-2 ul li {
		float: left;
		width: 100%;
		margin-top: 60px;
		padding-bottom: 30px;
	}
	.about-2 ul li .ab2-txt {
	  padding-left: 50px;
	}
	.about-2 ul li .ab2-txt .ab2-t {
		margin-top: 24px;
	}
	.about-2 ul li .ab2-txt .ab2-p {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media (max-width: 1199px) {
	.about-1 .ab1-left .ab1-txt {
		padding: 0 20px;
	}
}
@media (max-width: 800px) {
	.about-1 {
	  margin-top: 48px;
	}
	.about-1 .ab1-left .ab1-txt .ab1-p {
		line-height: 1.8;
	}
	.about-2 ul li {
		margin-top: 40px;
		padding-bottom: 20px;
	}
	.about-2 ul li .ab2-txt {
	  padding-left: 36px;
	}
	.about-2 ul li .ab2-txt .ab2-t {
		margin-top: 10px;
		margin-top: 0px;
		/* font-size: 16px; */
		padding: 8px 0 8px 0px;
		line-height: 20px;
		line-height: 16px;
	}
	.about-2 ul li .ab2-txt .ab2-t span {
		width: 30px;
		/* height: 36px; */
		/* line-height: 36px; */
		background-size: 100% auto;
	}
	.about-2 ul li .ab2-txt .ab2-p {
		margin-top: 10px;
		margin-top: 0px;
	}
}
@media (max-width: 800px) {
	.about-1 .ab1-left {
		width: 100%;
	}
	.about-1 .ab1-left .ab1-txt {
		width: 100%;
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 30px 30px;
	}
	.about-1 .ab1-right {
		width: 100%;
	}
	.about-2 ul li > span,
	.about-2 ul li .ab2-txt {
		width: 100%;
	}
	.about-2 ul li .ab2-txt {
		padding: 20px 30px;
	}
}
@media (max-width: 767px) {
	.about-1 {
	  margin-top: 20px;
		background-size: 90% auto!important;
		background-position: center 20px!important;
	}
	.about-1 .ab1-left .ab1-txt {
		padding: 20px;
	}
	.about-1 .ab1-left .ab1-txt .ab1-p {
		margin-top: 10px;
	}
	.about-2 {
		padding-bottom: 20px;
	}
	.about-2 ul li {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.about-2 ul li .ab2-txt {
	  padding: 10px 0px;
	}
}


.acre {
	float: left;
	width: 100%;
	padding: 98px 0 95px 0;
}
.text-t {
	font-size: 32px;
	color: #007244;
}
.text-t-icon a {
	line-height:1;
	display: flex;
}
.text-t-icon a:after {
	font-family:'iconfontmy';
	font-size:36px;
	color:#007244;
	content:'\e61d';
	padding-left:10px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.text-t-icon a:hover:after {
	-webkit-animation:link 1s linear infinite;
	animation:link 1s linear infinite;
}
@keyframes link {
	0%,100% { transform:scale(1); }
	50% { transform:scale(.8); }
}
.text-t a {
	color: #007244;
}
.text-p {
	font-size: 16px;
	margin-top: 24px;
	line-height: 1.8;
	color: #666;
}
.text-a {
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
}
.text-a a {
	color: #007244;
}


.acre-1 {
	margin-top: 70px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.acre-1::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px dashed #007244;
	content: "";
}
.acre-1 span {
	line-height: 58px;
	border-radius: 30px;
	padding: 0 30px;
	font-size: 24px;
	background: #fff;
	display: inline-block;
	border: 1px dashed #007244;
	color: #007244;
	position: relative;
	z-index: 1;
}
.acre-2 {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.acre-2 span {
	float: left;
	width: 48.8%;
	margin-right: 2.4%;
}
.acre-2 span:nth-child(2n) {
	margin-right: 0;
}
@media (max-width: 800px) {
	.acre {
	  padding: 58px 0 55px 0;
	}
	.text-t {
	  font-size: 24px;
	}
	.text-p {
		font-size: 16px;
		margin-top: 18px;
		line-height: 1.6;
	}
	.text-a {
		font-size: 16px;
	}
	.acre-1 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.acre-1 span {
		line-height: 48px;
		border-radius: 25px;
		padding: 0 20px;
		font-size: 20px;
	}
	.acre-2 {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.acre {
	  padding: 30px 0 30px 0;
	}
	.text-t {
	  /* font-size: 18px; */
	}
	.text-t-icon a { align-items: center; }
	.text-p {
		margin-top: 10px;
	}
	.acre-1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.acre-1 span {
		line-height: 36px;
		border-radius: 20px;
		padding: 0 15px;
		font-size: 16px;
	}
	.acre-2 {
	  margin-top: 10px;
	}
	.acre-2 span {
		width: 100%;
		margin-top: 15px;
	}
}

.banking{
	float: left;
	width: 100%;
	padding: 98px 0 136px 0;
}
.banking-list {}
.banking-list ul {
	margin-top: 38px;
}
.banking-list ul li {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	background: #f5f6f6;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.banking-list ul li:hover {
	background: #007244;
}
.banking-list ul li .bank-li {
	float: left;
	width: 100%;
	background: #fff;
}
.banking-list ul li .bank-li span {
	float: left;
	width: 28.7%;
	border-right: 1px solid #e5e5e5;
}
.banking-list ul li .bank-li span .img-box {
	padding-bottom: 63.65591397849462%;
}
.banking-list ul li .bank-li span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.banking-list ul li:hover .bank-li span .img-box img {	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.banking-list ul li .bank-li .bankLi-txt {
	float: left;
	width: 71.3%;
	padding: 36px 52px 0;
}
.banking-list ul li .bank-li .bankLi-txt .bankLi-t {}
.banking-list ul li .bank-li .bankLi-txt .bankLi-t a {
	font-size: 24px;
	color: #007244;
	font-weight: bold;
}
.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
	font-size: 16px;
	height: 120px;
	line-height: 30px;
	margin-top: 22px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.banking-list ul li .bank-li .bankLi-txt .bankLi-a {}
.banking-list ul li .bank-li .bankLi-txt .bankLi-a a {
	display: inline-block;
	font-size: 16px;
	padding-right: 16px;
	margin-top: 24px;
	padding-right: 22px;
	background: url(../images/ico.png) right center no-repeat;
}
.banking-list ul li .bank-li .bankLi-txt .bankLi-a a:hover {
	margin-left: 5px;
}

.banking-list ul li:nth-child(2n) .bank-li .bankLi-txt {}
.banking-list ul li:nth-child(2n) .bank-li span {
	float: right;
	border-right: 0;
	border-left: 1px solid #e5e5e5;
}
@media (max-width: 1680px) {
	.banking-list ul li .bank-li .bankLi-txt {
	  padding: 32px 48px 0;
	}
}
@media (max-width: 1600px) {
	.banking-list ul li .bank-li .bankLi-txt {
	    padding: 30px 40px 0;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-t a {
	  font-size: 20px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
		font-size: 16px;
		height: 112px;
		line-height: 28px;
		margin-top: 20px;
	}
}
@media (max-width: 1440px) {
	.banking {
	    padding: 28px 0 66px 0;
	}
	.banking-list ul li {
		margin-top: 20px;
		padding: 20px;
	}
	.banking-list ul li .bank-li .bankLi-txt {
	  padding: 24px 30px 0;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
		height: 96px;
		line-height: 24px;
		margin-top: 18px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-a a {
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.banking-list ul {
		margin-top: 20px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-t a {
	  font-size: 18px;
	}
	.banking-list ul li .bank-li .bankLi-txt {
	  padding: 18px 20px 0;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
		height: 80px;
		line-height: 20px;
		margin-top: 10px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-a a {
		margin-top: 10px;
	}
}
@media (max-width: 800px) {
	.banking-list ul li .bank-li span,
	.banking-list ul li .bank-li .bankLi-txt {
		width: 100%;
	}
	.banking-list ul li .bank-li span {
		border-right-width: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.banking-list ul li:nth-child(2n) .bank-li span {
		border-left-width: 0;
	}
	.banking-list ul li .bank-li .bankLi-txt {
	  padding: 30px 30px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
		height: auto;
		line-height: 2;
		margin-top: 15px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-a a {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.banking {
	  padding: 30px 0 30px 0;
	}
	.banking-list ul {
	  margin-top: 10px;
	}
	.banking-list ul li {
		margin-top: 15px;
		padding: 15px;
	}
	.banking-list ul li .bank-li .bankLi-txt {
	  padding: 20px 20px;
	}
	.banking-list ul li .bank-li .bankLi-txt .bankLi-p {
		line-height: 1.8;
	}
}

.news-list,
.news-list ul,
.news-list ul li,
.news-list ul li .news-li-con {
	float: left;
	width: 100%;
}
.news-list {
	margin-top: 28px;
	padding-bottom: 70px;
}
.news-list ul li {
	padding: 36px 0;
	border-bottom: 1px solid #f3f4f4;
}
.news-list ul li:last-child {
	/* border-bottom: 0; */
}
.news-list ul li .news-li-con > span {
	float: left;
	width: 19.8%;
	overflow: auto;
}
.news-list ul li .news-li-con > span > .img-box {
	padding-bottom: 60.36585365853659%;
}
.news-list ul li .news-li-con > span > .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-list ul li:hover .news-li-con > span > .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news-list ul li .news-li-con .newsLi-txt {
	float: left;
	width: 80.2%;
	padding-left: 45px;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-t {
	margin-top: 12px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-t a {
	color: #333;
}
.news-list ul li:hover .news-li-con .newsLi-txt .newsLi-t a {
	color: #007244;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-time {
	font-size: 16px;
	margin-top: 16px;
	color: #c3c2c2;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-a {
	font-size: 16px;
	margin-top: 36px;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-a a {
	color: #c3c2c2;
	position: relative;
	padding-left: 32px;
}
.news-list ul li:hover .news-li-con .newsLi-txt .newsLi-a a {
	color: #007244;
}
.news-list ul li .news-li-con .newsLi-txt .newsLi-a a::after {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 1px;
	background: #c3c2c2;
	content: "";
}
.news-list ul li:hover .news-li-con .newsLi-txt .newsLi-a a::after {
	background: #007244;
}
@media (max-width: 1680px) {
	.news-list ul li .news-li-con .newsLi-txt .newsLi-t {
		margin-top: 8px;
		/* font-size: 18px; */
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-time {
		margin-top: 10px;
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-p {
    line-height: 28px;
    /* margin-top: 14px; */
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-a {
		margin-top: 32px;
	}
}
@media (max-width: 1440px) {
	.news-list ul li .news-li-con .newsLi-txt {
		padding-left: 36px;
	}
	.news-list ul li {
	  padding: 24px 0;
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-p {
		/* font-size: 16px; */
		line-height: 24px;
		margin-top: 12px;
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-a {
	  margin-top: 24px;
	}
}
@media (max-width: 800px) {
	.news-list ul li .news-li-con > span {
		width: 28%;
	}
	.news-list ul li .news-li-con .newsLi-txt {
		width: 72%;
	}
}
@media (max-width: 767px) {
	.news-list {
		margin-top: 10px;
		padding-bottom: 30px;
	}
	.news-list ul li .news-li-con > span,
	.news-list ul li .news-li-con .newsLi-txt {	
		width: 100%;
	}
	.news-list ul li .news-li-con .newsLi-txt {
		padding-left: 0;
		margin-top: 10px;
	}
	.news-list ul li .news-li-con .newsLi-txt .newsLi-a {
    margin-top: 20px;
	}
	.news-list ul li {
	  padding: 20px 0;
	}
}

.news-details {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 68px 0 72px 0;
}
.newsDe-h1 {
	font-size: 26px;
	line-height: 1.4;
}
.news-details .newsDe-con {
	float: left;
	width: 100%;
}
.news-details .newsDe-con .newsDe-left {
	float: left;
	width: 77%;
	padding-right: 50px;
	border-right: 1px solid #eee;
	position: relative;
}
.newsDe-fun {
	line-height: 18px;
	margin-top: 22px;
	padding: 18px 0;
	font-size: 16px;
	color: #bbb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.newsDe-fun span {
	margin-right: 75px;
}
.newsDe-fun span:last-child {
	margin-right: 0;
}
.news-details .text {
	float: left;
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 38px;
}
.news-details .newsDe-con .newsDe-right {
	float: left;
	width: 23%;
	padding-left: 50px;
}
.news-details .newsDe-right .newsDeR-t {
	font-size: 24px;
	padding-bottom: 12px;
	position: relative;
	color: #007244;
}
.news-details .newsDe-right .newsDeR-t::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47px;
	height: 2px;
	background: #007244;
	content: "";
}
.news-details .newsDe-right .newsDeR-list {} 
.news-details .newsDe-right .newsDeR-list li {
	padding: 48px 0 24px 0;
	border-bottom: 1px solid #eee;
} 
.news-details .newsDe-right .newsDeR-list li:first-child {
	padding-top: 36px;
}
.news-details .newsDe-right .newsDeR-list li p {
	line-height: 1.8;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-details .newsDe-right .newsDeR-list li p a {
	color: #666;
}
.news-details .newsDe-right .newsDeR-list li p:hover a {
	color: #007244;
}
.news-details .newsDe-right .newsDeR-list li .newsDeR-time {
	margin-top: 16px;
	font-size: 16px;
	color: #a8a8a8;
}

.news-details .ftCaseDe-Ma {
	float: left;
	width: 100%;
	margin-top: 60px;
	padding-top: 28px;
	border-top: 1px solid #f2f1f1;
}
.news-details .ftCaseDe-Ma > a {
	float: left;
	width: 75%;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-details .ftCaseDe-Ma > a:hover {
	color: #007244;
}

.news-details .page-fun {
	position: absolute;
	right: 50px;
	bottom: 28px;
	line-height: 37px;
}
.news-details .page-fun > span {
	float: left;
	color: #9fa0a0;
	font-size: 16px;
}
.news-details .social-share {
	float: left;
}
.news-details .social-share a {
	margin: 0;
	border-radius: 5px;
	margin-left: 10px;
	width: 37px;
	height: 37px;
	border-color: #007244;
	background-color: #007244;
	background-repeat: no-repeat!important;
	background-position: center!important;
}
.news-details .social-share a:hover {
	background-color: #007244;
	opacity: 0.9;
}
.news-details .social-share a.icon-qq {
	background-image: url(../images/qq.png);
}
.news-details .social-share a.icon-wechat {
	background-image: url(../images/wx1.png);
}
.news-details .social-share a.icon-weibo {
	background-image: url(../images/wb.png);
}
.news-details .social-share a:first-child {
	/* margin-left: 0; */
}
.news-details .social-share a::before {
	display: none;
}

@media (max-width: 1440px) {
	.news-details {
	  padding: 48px 0 100px 0;
	}
	.newsDe-h1 {
	  font-size: 24px;
	}
	.news-details {
	    padding: 36px 0 60px 0;
	}
	.news-details .newsDe-con .newsDe-left {
		padding-right: 36px;
	}
	.news-details .ftCaseDe-Ma {
		margin-top: 40px;
	}
	.newsDe-fun {
		margin-top: 20px;
		padding: 15px 0;
		font-size: 16px;
	}
	.news-details .page-fun {
		right: 36px;
	}
	.news-details .newsDe-con .newsDe-right {
		padding-left: 36px;
	}
}


@media (max-width: 800px) {
	.news-details .page-fun {
		position: relative;
		right: auto;
		bottom: auto;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.news-details .ftCaseDe-Ma {
		margin-top: 40px;
	}
	.news-details .ftCaseDe-Ma > a {
		line-height: 48px;
	}
	.news-details .newsDe-con .newsDe-left,
	.news-details .newsDe-con .newsDe-right {	
		width: 100%;
		padding: 0;
	}
	.news-details .newsDe-con .newsDe-left {
		border-right: 0;
	}
	.news-details .newsDe-con .newsDe-right {
		margin-top: 40px;
	}
	.news-details .newsDe-right .newsDeR-list li {
	  padding: 12px 0 12px 0;
	}
	.news-details .newsDe-right .newsDeR-list li .newsDeR-time {
		margin-top: 10px;
		font-size: 16px;
	}
	.newsDe-fun span {
	  margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.news-details {
	  padding: 30px 0% 30px 0%;
	}
	.newsDe-h1 {
	  font-size: 18px;
	}
	.newsDe-fun {
		margin-top: 14px;
		padding: 10px 0;
	}
	.news-details .text {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.news-details .newsDe-right .newsDeR-t {
		font-size: 20px;
	}
	.news-details .newsDe-right .newsDeR-list li {
		padding: 15px 0 15px 0;
	}
	.news-details .newsDe-right .newsDeR-list li:first-child {
	  padding-top: 15px;
	}
	.news-details .newsDe-right .newsDeR-list li p {
		line-height: 1.8;
		font-size: 16px;
	}
	.news-details .ftCaseDe-Ma {
		margin-top: 20px;
		padding-top: 15px;
	}
	.news-details .ftCaseDe-Ma > a {
		max-width: 100%;
		width: 100%;
		line-height: 36px;
		padding: 0;
	}
	.news-details .social-share a.icon-wechat {
		display: none;
	}
	.news-details .page-fun {
		margin-top: 20px;
	}
	.news-details .newsDe-con .newsDe-right {
	  margin-top: 30px;
	}
}


.xgyq {
	float: left;
	width: 100%;
	padding: 114px 0 84px 0;
}
.acre-1.bor-0 {
	margin: 0;
}
.acre-1.bor-0 span {
	border-width: 0;
	padding: 0 54px;
	font-size: 28px;
}
.xgyq .xgyq-li {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}
.xgyq .xgyq-li:last-child {
	margin-bottom: 0;
}
.xgyq-li-p,
.xgyq-li-pic,
.xgyq-li-pic ul {
	float: left;
	width: 100%;
}
.xgyq-li-p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 48px;
}
.xgyq-li-pic {
	margin-top: 18px;
}
.xgyq-li-pic ul li {
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 28px;
}
.xgyq-li-pic ul li:nth-child(3n) {
	margin-right: 0;
}
.xgyq-li-pic ul li .img-box {
	padding-bottom: 66.52267818574514%;
}
.xgyq-li-pic ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.xgyq-li-pic ul li:hover .img-box img {	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (min-width: 800px) and (max-width: 1600px) {
  
  #indabout{ width:100%; background:url(../images/aboutbg.jpg) center top no-repeat #f4f4f4; overflow:hidden; }
.indabout{ width:1200px; margin:0 auto; overflow:hidden;padding-bottom:6%; padding-top:1%;}
.indabout_con{ width:100%; margin:0 auto;}
.indabout_left{ width:48%;margin-left:2%; float:left; line-height:26px; color:#4d4d4d; }
.indabout_l_til{ padding:2% 3%; border:1px solid #bababa; border-radius:25px; width:40%; text-align:center; font-size:28px; font-family:SYHTt; }
.indabout_l_con{ padding:7% 10% 0 0;}
.indabout_l_con h5{ font-size:18px; font-family:SYHTt; font-weight:normal; color:#ff9900;}
.indabout_l_con span{ padding:7% 0 12%; display:block;}
.indabout_right{ width:50%; float:left; }
.indabout_right ul{ padding-top:8%; }
.indabout_right ul li{ float:left; width:100%; list-style:none; padding:0; margin-bottom:1%; margin-right:1.5%;}
.indabout_right ul li img{ width:auto ; height:auto; margin:0 ; padding:0;}
a.abmore{ display: inline-block;; padding-bottom:3%; font-size:14px; background:url(../images/line1.jpg) -50px bottom no-repeat; transition:1000;}
a.abmore:hover{background:url(../images/line1.jpg) 0 bottom  no-repeat;  }#indabout{ width:100%; background:url(../images/aboutbg.jpg) center top no-repeat #f4f4f4; overflow:hidden; }
.indabout{ width:1200px; margin:0 auto; overflow:hidden;padding-bottom:6%; padding-top:1%;}
.indabout_con{ width:100%; margin:0 auto;}
.indabout_left{ width:48%;margin-left:2%; float:left; line-height:26px; color:#4d4d4d; }
.indabout_l_til{ padding:2% 3%; border:1px solid #bababa; border-radius:25px; width:40%; text-align:center; font-size:28px; font-family:SYHTt; }
.indabout_l_con{ padding:7% 10% 0 0;}
.indabout_l_con h5{ font-size:18px; font-family:SYHTt; font-weight:normal; color:#ff9900;}
.indabout_l_con span{ padding:7% 0 12%; display:block;}
.indabout_right{ width:50%; float:left; }
.indabout_right ul{ padding-top:8%; }
.indabout_right ul li{ float:left; width:100%; list-style:none; padding:0; margin-bottom:1%; margin-right:1.5%;}
.indabout_right ul li img{ width:auto ; height:auto; margin:0 ; padding:0;}
a.abmore{ display: inline-block;; padding-bottom:3%; font-size:14px; background:url(../images/line1.jpg) -50px bottom no-repeat; transition:1000;}
a.abmore:hover{background:url(../images/line1.jpg) 0 bottom  no-repeat;  }

    
    #indfeed{ width:100%; background:url(../images/feedbg.jpg) center top no-repeat #fff; overflow:hidden; }
.indfeed{ width:1200px; margin:0 auto; overflow:hidden; }
.indfeed_con{ width:100%; margin:0 auto; overflow: hidden;clear: both;padding:5% 0;}
.indpd_top9{ padding-top:9%;}
.indpd_top4{ padding-top:4%;}
.indfeed_l_til{}
.indfeed_l_til h3{ font-size:2.5em; font-weight: normal; font-family:SYHTt;}
.indfeed_l_con{ padding-top:5%;}
.indfeed_l_con .input{ border:1px solid #d9d9d9;background:none; border-radius:25px; padding:1.7% 2%; font-family: microsoft yahei; width:87%; color:#999; margin-bottom:2%; text-align:left;}
.h35{ height:150px !important; background:none;}
.btn_send{border:1px solid #d9d9d9; border-radius:25px; padding:0.7% 4.5% 0.1%; font-family:SYHTt; font-size:1em; background:url(../images/btnbg.png) -180px top no-repeat; cursor:pointer;  color:#000;  text-align:center; transition:600ms;}
.btn_send:hover{background:url(../images/btnbg.png) 0 top no-repeat;color:#000; border:1px solid #d9d9d9;}


}

@media (max-width: 1440px) {
  
    #indfeed{ width:100%; background:url(../images/feedbg.jpg) center top no-repeat #fff; overflow:hidden; }
.indfeed{ width:100%; margin:0 auto; overflow:hidden; }
.indfeed_con{ width:100%; margin:0 auto; overflow: hidden;clear: both;padding:5% 0;}
.indpd_top9{ padding-top:9%;}
.indpd_top4{ padding-top:4%;}
.indfeed_l_til{}
.indfeed_l_til h3{ font-size:2.5em; font-weight: normal; font-family:SYHTt;}
.indfeed_l_con{ padding-top:5%;}
.indfeed_l_con .input{ border:1px solid #d9d9d9;background:none; border-radius:25px; padding:1.7% 2%; font-family: microsoft yahei; width:95%; color:#999; margin-bottom:2%; text-align:left;}
.h35{ height:150px !important; background:none;}
.btn_send{border:1px solid #d9d9d9; border-radius:25px; padding:0.7% 4.5% 0.1%; font-family:SYHTt; font-size:1em; background:url(../images/btnbg.png) -180px top no-repeat; cursor:pointer;  color:#000;  text-align:center; transition:600ms;}
.btn_send:hover{background:url(../images/btnbg.png) 0 top no-repeat;color:#000; border:1px solid #d9d9d9;}

	.xgyq {
		padding: 84px 0 64px 0;
	}
	.acre-1.bor-0 span {
		padding: 0 42px;
		font-size: 24px;
	}
	.xgyq-li-p {
		margin-top: 20px;
	}
	.xgyq-li-pic {
		margin-top: 12px;
	}
	.xgyq-li-pic ul li {
		margin-top: 24px;
	}
}
@media (max-width: 800px) {
    
    #indfeed{background: #fff;;}
	.featureBox{height:auto}
	.design_box_c,.case_box_c{padding-bottom:7%;}
	.case_box_c h3{height:3em;}
	.news_box_c h3{font-size: 1.2em;;}
	.left_words{width:50%;}
	.right-pic img, .left-pic img{width:40%;;}
	.suppoet_mobile .right_words,.admin_report .left_words,.advantage_content .right_words,.experience_10years .left_words{padding:0}
	.special_scene,.admin_report, .suppoet_mobile{padding:10% 0;}
	.heart{font-size:45px;}
	.nav li{font-size:18px;}
	.headFirst .nav li .bg{background-image:none;border:1px solid #ccc;border-radius:3em;}
	/*app*/
	.app-desi-deve .service .service_box{padding:3% 2%;}
	.service .middle{width: 2%;}
	.service .service_box{width: 49%;}
	
	.app-process .water{width: 1.5123rem;height: 2.1573rem;padding:0.2rem}
	.app-process .single .water,.app-process .double .water{background-size: 100%;}
	.app-process .water .niconfont{font-size: 0.7rem;}
	.app-process .niconfont{margin:0.2rem;}
	.app-process .num{font-size: 0.5rem;line-height: 0.5rem;}
	.app-process .double .water{padding-top:0.5rem;margin-top:0.2rem;}
	.app-process h5{font-size: 14px;}

.navBtn { width: 24px; height: 18px; background: url(../images/navBtn.png) no-repeat center; position: absolute; right: 15px; top: 20px; transition: 300ms; }
	.navShow { -webkit-transform: rotate(-90deg); }
	.nav, .navBtn2 { display: none !important; }
	.indabout_left,.indabout_right{width:90%;margin:0 5%;}
	.ca_list,.indnews_list,.team a.teammore{display: none;;}
	.team .name{font-size:1.5em;height:3em;overflow: hidden;}
	/*#nybanner #slides img{-webkit-transform: scale(2,2) translate(17px.0);-moz-transform: scale(2,2) translate(17px,0);-ms-transform: scale(2,2) translate(17px,0);transform: scale(2,2) translate(17px,0px);margin-top:27px;}*/
	.banner{margin-top:56px;}
	/*nybanner*/
	#nybanner{margin-top:56px;}
	.slidesjs-pagination{display: none;;}
	.mtitleft a{padding:0.8em 0.5em;height:auto;line-height: initial;}
	.product_function{height:auto;}
	.product_function p.text{height:5.5em;}
	.btn_scroll{width:98%;margin:0 1%;}
	.btn_scroll a.next{float: right;}
	.app-case .btn_scroll{width:98%;margin:0 1%;}
	.app-case .btn_scroll a.next{float: right;}
	#Big_Slide .hd span{width: 23px;height: 65px;background-size: 100%;}
	#Big_Slide .hd{margin-top:-32px;}

	.xgyq {
		padding: 54px 0 44px 0;
	}
	.acre-1.bor-0 span {
		padding: 0 32px;
		font-size: 22px;
	}
}
@media (max-width: 767px) {
    
    #indfeed{background: #fff;;}
	.featureBox{height:auto}
	.design_box_c,.case_box_c{padding-bottom:7%;}
	.case_box_c h3{height:3em;}
	.news_box_c h3{font-size: 1.2em;;}
	.left_words{width:50%;}
	.right-pic img, .left-pic img{width:40%;;}
	.suppoet_mobile .right_words,.admin_report .left_words,.advantage_content .right_words,.experience_10years .left_words{padding:0}
	.special_scene,.admin_report, .suppoet_mobile{padding:10% 0;}
	.heart{font-size:45px;}
	.nav li{font-size:18px;}
	.headFirst .nav li .bg{background-image:none;border:1px solid #ccc;border-radius:3em;}
	/*app*/
	.app-desi-deve .service .service_box{padding:3% 2%;}
	.service .middle{width: 2%;}
	.service .service_box{width: 49%;}
	
	.app-process .water{width: 1.5123rem;height: 2.1573rem;padding:0.2rem}
	.app-process .single .water,.app-process .double .water{background-size: 100%;}
	.app-process .water .niconfont{font-size: 0.7rem;}
	.app-process .niconfont{margin:0.2rem;}
	.app-process .num{font-size: 0.5rem;line-height: 0.5rem;}
	.app-process .double .water{padding-top:0.5rem;margin-top:0.2rem;}
	.app-process h5{font-size: 14px;}
.navBtn { width: 24px; height: 18px; background: url(../images/navBtn.png) no-repeat center; position: absolute; right: 15px; top: 20px; transition: 300ms; }
	.navShow { -webkit-transform: rotate(-90deg); }
	.nav, .navBtn2 { display: none !important; }
	.indabout_left,.indabout_right{width:90%;margin:0 5%;}
	.ca_list,.indnews_list,.team a.teammore{display: none;;}
	.team .name{font-size:1.5em;height:3em;overflow: hidden;}
	/*#nybanner #slides img{-webkit-transform: scale(2,2) translate(17px.0);-moz-transform: scale(2,2) translate(17px,0);-ms-transform: scale(2,2) translate(17px,0);transform: scale(2,2) translate(17px,0px);margin-top:27px;}*/
	.banner{margin-top:56px;}
	/*nybanner*/
	#nybanner{margin-top:56px;}
	.slidesjs-pagination{display: none;;}
	.mtitleft a{padding:0.8em 0.5em;height:auto;line-height: initial;}
	.product_function{height:auto;}
	.product_function p.text{height:5.5em;}
	.btn_scroll{width:98%;margin:0 1%;}
	.btn_scroll a.next{float: right;}
	.app-case .btn_scroll{width:98%;margin:0 1%;}
	.app-case .btn_scroll a.next{float: right;}
	#Big_Slide .hd span{width: 23px;height: 65px;background-size: 100%;}
	#Big_Slide .hd{margin-top:-32px;}


	.xgyq {
	  padding: 30px 0 30px 0;
	}
	.xgyq .xgyq-li {
		margin-bottom: 20px;
	}
	.acre-1.bor-0 span {
		padding: 0 15px;
		font-size: 18px;
	}
	.xgyq-li-p {
		font-size: 16px;
		margin-top: 10px;
	}
	.xgyq-li-pic {
	  margin-top: 5px;
	}
	.xgyq-li-pic ul li {
		width: 100%;
		margin-top: 15px;
	}
}

.shjz{
	 float: left;
	 width: 100%;
	 padding: 82px 0 70px 0;
}
.shjz-p {
	float: left;
	width: 100%;
	margin-top: 64px;
	font-size: 16px;
	line-height: 24px;
}
.shjz-p h2 {
	font-size: 18px;
	margin-bottom: 24px;
}
.shjz-p p {
	margin: 24px 0;
}
@media (max-width: 1440px) {
	.shjz{
		 padding: 62px 0 50px 0;
	}
	.shjz-p {
		margin-top: 48px;
	}
	.shjz-p p {
		margin: 20px 0;
	}
}
@media (max-width: 800px) {
	.shjz{
		 padding: 42px 0 40px 0;
	}
	.shjz-p h2 {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 18px;
	}
	.shjz-p {
		margin-top: 36px;
		font-size: 16px;
	}
	.shjz-p p {
		margin: 15px 0;
	}
}
@media (max-width: 767px) {
	.shjz {
		padding: 30px 0 30px 0;
	}
	.shjz-p {
	  margin-top: 10px;
	}
}

.shzr {
	float: left;
	width: 100%;
	padding: 40px 0 95px 0;
}
.shzr ul {
	float: left;
	width: 100%;
	margin: 0;
}
.shzr ul li {
	float: left;
	width: 17.9%;
	margin-top: 36px;
	margin-right: 2.625%;
}
.shzr ul li:nth-child(5n) {
	margin-right: 0;
}
.shzr ul li .img-box {
	padding-bottom: 138.7596899224806%;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.shzr ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.shzr ul li:hover .img-box img {	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.shzr ul li .shzr-txt {
	margin-top: 46px;
}
.shzr ul li .shzr-txt .shzr-p {
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shzr ul li .shzr-txt .shzr-a {
	margin-top: 10px;
	text-align: center;
}
.shzr ul li .shzr-txt .shzr-a a {
	font-size: 16px;
	line-height: 32px;
	border-radius: 16px;
	padding: 0 30px;
	display: inline-block;
	color: #fff;
	background: #007244;
}
.shzr ul li .shzr-txt .shzr-a a:hover {
	opacity: 0.8;
}
@media (max-width: 1440px) {
	.shzr ul li .shzr-txt {
	  margin-top: 36px;
	}
	.shzr ul li .shzr-txt .shzr-p {
		font-size: 16px;
	}
	.shzr ul li .shzr-txt .shzr-a {
	  margin-top: 18px;
	}
}
@media (max-width: 800px) {
	.shzr ul {
		/* text-align: center; */
	}
	.shzr ul li {
		float: none;
		display: inline-block;
		width: 28%;
		margin: 40px 2% 0 2%;
	}
	.shzr ul li:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width: 800px) {
	.shzr ul li {
		width: 44%;
		margin: 40px 2% 0 2%;
	}
}
@media (max-width: 767px) {
	.shzr {
	  padding: 20px 0 30px 0;
	}
	.shzr ul li {
		width: 44%;
		margin: 20px 2% 0 2%;
	}
	.shzr ul li .shzr-txt {
	  margin-top: 20px;
	}
	.shzr ul li .shzr-txt .shzr-a {
	  margin-top: 10px;
	}
	.shzr ul li .shzr-txt .shzr-a a {
		line-height: 30px;
		border-radius: 15px;
		padding: 0 20px;
	}
}

.lxwm {
	float: left;
	width: 100%;
	padding: 62px 0 72px 0;
}
.xgyq-li-p .bold {
	font-size: 20px;
	font-size: 24px;
	font-weight: normal;
}
.certify {
	float: left;
	position: relative;
	width: 1440px;
	margin: 12px auto 0 auto;
}
.certify .swiper-container {
	position: relative;
	z-index: 1;
	padding: 48px 0 48px 0;
}
.certify  .swiper-slide {
	width: 544px;
	height: 357px;
	background: #fff;
	padding: 3px;
	border-radius: 3px;
	box-shadow: 3px 0 6px rgba(0,0,0,0.15);
}
.certify  .swiper-slide p {
	width: 100%;
	bottom: -48px;
	font-size: 18px;
	position: absolute;
	text-align: center;
	opacity: 0;
}
.certify .swiper-slide.swiper-slide-active p {
	opacity: 1;
}
.certify  .swiper-slide img{
	display:block;
	width: 100%;
}
.certify .swiper-pagination {
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 25px;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #008cd6;
	background-color: #fff;
	width: 23px;
	height: 23px;
	opacity: 1;
	z-index: 999;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #008cd6;
	background-color: #008cd6;
}
.certify .swiper-button-prev {
	left: -0px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #eee url(../images/left.png) center no-repeat;
	z-index: 9;
}
.certify .swiper-button-prev:hover {
	background: #007244 url(../images/left-on.png) center no-repeat;
}
.certify .swiper-button-next {
	right: -0px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #eee url(../images/right.png) center no-repeat;
	z-index: 9;
}
.certify .swiper-button-next:hover {
	background: #007244 url(../images/right-on.png) center no-repeat;
}
@media (max-width: 1440px) {
	.certify {
		width: 100%;
	}
}
@media (max-width: 800px) {
	.certify {
		padding: 0 60px;
	}
	.certify .swiper-slide {
		width: 100%;
		height: auto;
	}
	.certify .swiper-slide.swiper-slide-active {
	}
	.certify .swiper-slide img{
		width: 100%;
	}
	
}
@media (max-width: 767px) {
	.certify {
	  margin: 0px auto 0 auto;
	}
	.lxwm {
		padding: 30px 0 30px 0;
	}
	.xgyq-li-p .bold {
	  font-size: 18px;
	}
	.certify .swiper-container {
	  padding: 30px 0 30px 0;
	}
	.certify .swiper-slide p {
		bottom: -28px;
		font-size: 16px;
	}
	
	.certify {
		margin: 20px auto 0 auto;
		padding: 0 9%;
	}
	
	.certify .swiper-pagination{
		margin-top: 10px;
	}
	.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
		margin: 0 3px;
	}
	
	.certify .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: 8px auto;
	}
	.certify .swiper-button-prev:hover {
		background-size: 8px auto;
	}
	.certify .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: 8px auto;
	}
	.certify .swiper-button-next:hover {
		background-size: 8px auto;
	}
}

.contact,
.con-1 {	
	float: left;
	width: 100%;
}
.contact {
	margin-top: 8px;
}
.contact .con-1 {
	padding: 64px 0;
	border-bottom: 1px dashed #d3d2d2;
}
.contact .con-1:last-child {
	border-bottom-width: 0;
}
.contact .con-1 .con1-con {
	float: left;
	width: 100%;
	position: relative;
}
.contact .con-1 .con1-left {
	float: left;
}
.contact .con-1 .con1-left  .con1-l-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
}
.contact .con-1 .con1-left  .con1-l-txt .con1-l-t {
	width: 100%;
	font-size: 32px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #d3d2d2;
}
.contact .con-1 .con1-left  .con1-l-txt .con1-l-p {
	width: 100%;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 14px;
	color: #828282;
}
.contact .con-1 .con1-right {
	float: right;
	width: 61.8%;
	height: 353px;
}
.contact .con-1 .con1-right .map {
	width: 100%;
	height: 100%;
}
@media (max-width: 1440px) {
	.contact .con-1 {
	  padding: 48px 0;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-t {
		font-size: 24px;
		padding-bottom: 18px;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p {
		font-size: 16px;
		margin-top: 8px;
	}
}
@media (max-width: 800px) {
	.contact .con-1 .con1-left,
	.contact .con-1 .con1-right {
		float: left;
		width: 100%;
	}
	.contact .con-1 .con1-left .con1-l-txt {
		position: relative;
		top: auto;
		transform: translateY(-0%);
		width: 100%;
	}
	.contact .con-1 .con1-right {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.contact .con-1 {
	  padding: 30px 0;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-t {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p {
		line-height: 1.6;
		font-size: 16px;
	}
	.contact .con-1 .con1-right {
	  margin-top: 10px;
		height: 240px;
	}
}

.honor {
	 float: left;
	 width: 100%;
	 padding: 90px 0 78px 0;
}
.honor-list,
.honor-list ul {
	float: left;
	width: 100%;
} 
.honor-list ul li {
	float: left;
	width: 17.9%;
	margin-right: 2.625%;
	margin-top: 56px;
} 
.honor-list ul li:nth-child(5n) {
	margin-right: 0;
}
.honor-list ul li .img-box {
	padding-bottom: 138.7596899224806%;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
} 
.honor-list ul li .honor-p {
	padding: 0 36px;
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media (max-width: 1440px) {
	.honor {
	  padding: 80px 0 68px 0;
	}
	.honor-list ul li {
		margin-top: 48px;
	}
	.honor-list ul li .honor-p {
		padding: 0 10px;
		margin-top: 12px;
		line-height: 20px;
		height: 60px;
	}
}
@media (max-width: 800px) {
	.honor-list ul li {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	} 
	.honor-list ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.honor-list ul li:nth-child(3n) {
		margin-right: 0%;
	}
}
@media (max-width: 767px) {
	.honor {
	  padding: 30px 0 30px 0;
	}
	.honor-list ul li {
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	} 
	.honor-list ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.honor-list ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.honor-list ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.honor-list ul li .honor-p {
		padding: 0;
		height: 80px;
		-webkit-line-clamp: 4;
	}
}

.culture,
.culture .culture-txt {
	float: left;
	width: 100%;
}
.culture {
	padding: 95px 0 78px 0;
}
.culture .culture-txt {
	margin-top: 16px;
	font-size: 18px;
	line-height: 2;
}
.culture .culture-txt h2 {
	margin-top: 28px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.culture-pic {
	margin-top: 50px;
}
@media (max-width: 1440px) {
	.culture {
		padding: 65px 0 58px 0;
	}
	.culture .culture-txt {
		margin-top: 14px;
		font-size: 16px;
	}
	.culture .culture-txt h2 {
		margin-top: 22px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.culture-pic {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.culture {
		padding: 30px 0 30px 0;
	}
	.culture .culture-txt {
		margin-top: 4px;
		font-size: 16px;
		line-height: 1.8;
	}
	.culture .culture-txt h2 {
		margin-top: 12px;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.culture-pic {
		margin-top: 20px;
	}
}

.xgyq.text {
	padding: 80px 0;
}
@media (max-width: 767px) {
	.xgyq.text {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.footer .foot-bot .footB-l p {
		text-align: center;
	}
	.footer .foot-bot .footB-l p span {
		display: inline-block;
		width: auto;
		margin-right: 0;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1598px) {
	.xgyq,
	.shjz,
	.shzr {
		padding-left: 3%;
		padding-right: 3%;
	}
}


.i-news-list.bakccc {
	margin-top: 20px;
}
.i-news-list.bakccc .i-news-li {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 24.1%;
	margin-right: 1.2%;
}
/* .i-news-list.bakccc .i-news-li:nth-child(4n) {
	margin-right: 0;
} */
.i-news-list.bakccc .i-news-li .i-news-con .img-box {
	padding-bottom: 63.65591397849462%;
}

.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-p {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 10px 0;
    -webkit-line-clamp: 1;
}
.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-text {
	font-size: 16px;
	height: 112px;
	line-height: 28px;
	margin-top: 10px;
	overflow-y: auto;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden; */
	color: #666;
}
.i-news-list.bakccc .i-news-li:hover .i-news-con .i-news-li-text {
	color: #fff;
}
.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d {
	margin-top: 20px;
}
.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d > span {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d a {
	font-size: 16px;
	background: none;
	width: auto;
	height: auto;
	float: right;
}
.i-news-list.bakccc .i-news-li:hover .i-news-con .i-news-li-d a {
	color: #fff;
}


@media (max-width: 800px) {
	.i-news-list.bakccc .i-news-li {
		width: 49%;
		margin-right: 2%;
	}
	.i-news-list.bakccc .i-news-li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.i-news-list.bakccc {
		margin-top: 10px;
	}
	.i-news-list.bakccc .i-news-li {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 49%;
		margin-right: 0%;
		padding: 2px 2px 20px 2px;
	}
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d {
	  margin-top: 10px;
	}
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-p {
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		margin: 15px 0 8px 0;
	}
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-text {
		margin-top: 5px;
	}
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d a {
		font-size: 16px;
	}
}


/* 创新孵化 */
.i-news-list.bakccc .innovate-list-title {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
	padding-top: 40px;
	align-items:center;
	width:100%;
}
.i-news-list.bakccc .innovate-list-title > i {
	display:inline-block;
	width:calc(50% - 100px);
	border-top:2px dashed #007244;
	opacity:.3;
}
.i-news-list.bakccc .innovate-list-title > i:first-child {
	margin-right:auto;
}
.i-news-list.bakccc .innovate-list-title > i:last-child {
	margin-left:auto;
}
.i-news-list.bakccc .innovate-list-title > span {
	font-size:28px;
	color:#007244;
}

.i-news-list.bakccc .i-news-li {
	margin:15px 0.4%;
}
.i-news-list.bakccc .i-news-li.innovate-list-li .i-news-con .img-box {
	padding-bottom: 50.27%;
}
.i-news-list.bakccc .i-news-li.innovate-list-li .i-news-con .i-news-li-d a {
	color:#666;
}
.i-news-list.bakccc .i-news-li.innovate-list-li:hover {
	background-color:#fafafa;
}
.i-news-list.bakccc .i-news-li.innovate-list-li:hover .i-news-con .i-news-li-p a {
	color:#007244;
}
.i-news-list.bakccc .i-news-li.innovate-list-li:hover .i-news-con .i-news-li-text {
	color:#666;
}
.i-news-list.bakccc .i-news-li.innovate-list-li:hover .i-news-con .i-news-li-d a {
	color:#007244;
}
.i-news-list.bakccc .i-news-li.innovate-list-li {
	margin:0.4% 0.4%;
}
@media (max-width:1199px) {
	.i-news-list.bakccc .i-news-li:nth-child(2n) {
		margin-left:0;
	}
}
@media (max-width:768px) {
	.i-news-list.bakccc .i-news-li.innovate-list-li {
		margin:10px 0.4%;
	}
	.i-news-list.bakccc .innovate-list-title > span { font-size:18px; }
	.i-news-list.bakccc .innovate-list-title > i { width: calc(50% - 65px); }
}





/* 语言切换 */
.language {
	float:left;
	position:relative;
	margin-left: 24px;
}
.language>a { margin-left: 0; }
.language>div { display:none; }
.language ul {
	display:flex;
	position:absolute;
	top:100%;
	left:50%;
	background-color: #fff;
	padding:10px 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow:0 0 10px rgba(0,0,0,.1);
	z-index:9;
}
.language ul li:first-child a { margin-left:0; }






/* 语言切换按钮修改 */
.head-right {
	margin-top:0;
	height: 94px;
	display: flex;
	align-items: center;
}
.language {
	height: 100%;
	display: flex;
	align-items: center;
}
.head-right .language a {
	width:auto;
	height:auto;
	border:none;
	font-size:18px;
}
.head-right .language a:hover {
	background:none;
	color:#007244;
}
.language ul {
	flex-direction: column;
	align-items: center;
	min-width:100px;
	padding:0;
}
.language ul li { width:100%; }
.language ul li a {
	margin-left:0;
	width: 100%!important;
	padding: 5px 10px;
	border-radius:0;
}
.language ul li a:hover {
	background-color:#007244!important;
	color:#fff!important;
}
.head-right .language>a:before {
	font-family:'iconfontmy';
	font-size: 20px;
	font-weight: bold;
	content: '\e99b';
	margin-right: 10px;
}
.head-right .language>a:after {
	font-family: 'iconfontmy';
	content: '\e605';
	font-size: 16px;
	margin-left: 8px;
}
@media (max-width:767px) {
	.head-right { height:66px;margin-top:0; }
}















/* 800-1200 响应式调整 */
@media (min-width: 801px) and (max-width: 1199px) {
	/* 首页 */
	.header .logo { margin-top: 33px; }
	.header .logo img { height: 38px; }
	.head-right a { margin-left:15px; }
	.language { margin-left:0; }
	.head-right .language a { font-size: 16px; }
	.header .nav .nav-list1 > li { padding: 0 6px; }
	.header .nav .nav-list1 > li > a { font-size: 16px; padding: 0 6px; }

	.i-by .i-by-text .i-by-p { font-size: 16px; margin-top: 10px; line-height: 1.8; }
	.i-by-t { padding-left: 38px; font-size: 18px; }
	.i-by .i-by-text { padding:  5px 20px 0; }
	.i-by .i-by-text .i-by-a { margin-top: 10px; }
	.i-by .i-by-text .i-by-a a { font-size: 16px; }
	.i-by .i-by-shzr p { font-size: 22px; }
	.i-news { padding: 60px 0 60px 0; }
	.i-news-list .i-news-li .i-news-con .i-news-li-p { font-size: 16px; margin: 10px 0 10px 0; line-height:22px; height: 46px; }
	.i-news-list .i-news-li .i-news-con .i-news-li-d span { font-size: 16px; }
	.i-news-list .i-news-li .i-news-con .i-news-li-txt { padding: 0; }
	.footer .foot-top a > img { height: 38px; }
	.footer .foot-bot .footB-l { font-size: 16px; line-height: 1.5; }
	.footer .foot-top .footT-right { font-size: 16px; }
	.footer .foot-bot .footB-r .footB-r-link a { padding: 0 10px; font-size: 16px; }
	
	.head-right { margin-left: 0; }
	.head-right a { margin-left: 10px; }
	.head-right .language>a:after { margin-left: 4px; }
	
	/* 集团简介 */
	/* .banner.banner-in .text .h1 { font-size:28px; } */
	.banner.banner-in .text .h2 { font-size:20px; }
	.wrap-sidenav .sidenav ul li a { font-size: 16px; }
	.add { font-size: 16px; }
	.about-1 .ab1-left .ab1-txt .ab1-t { font-size:18px; }
	.about-1 .ab1-left .ab1-txt .ab1-p { font-size: 16px; }
	.about-2 ul li .ab2-txt .ab2-t { margin-top:0; padding: 10px 0 10px 0px; }
	.about-2 ul li .ab2-txt .ab2-p { font-size: 16px; margin-top:10px; }
	
	/* 企业文化 */
	.culture .culture-txt { font-size: 16px; }
	
	/* 新闻详情 */
	.newsDe-h1 { font-size:20px; }
	.news-details .text { font-size: 16px; }
	.news-details .ftCaseDe-Ma > a { font-size: 16px; }
	.news-details .page-fun > span { font-size: 16px; }
	.news-details .newsDe-right .newsDeR-t { font-size:20px; }
	.news-details .newsDe-right .newsDeR-list li p { font-size: 16px; }
	.news-details .newsDe-right .newsDeR-list li .newsDeR-time { font-size: 16px; }
	.news-details .page-fun { position:initial; }
	
	
	/* 品牌商业化平台 */
	.text-t { font-size:22px; }
	.text-t-icon a { align-items: center; }
	.text-p { font-size: 16px; }
	.text-a { font-size: 16px; }
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-p { font-size:18px;height:30px;line-height:30px;padding:0; }
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-text { line-height:24px; }
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-d a { font-size: 16px; }
	
	/* 创新孵化 */
	.i-news-list.bakccc .innovate-list-title > span { font-size:22px; }
	
	/* 联系我们 */
	.contact .con-1 .con1-left .con1-l-txt .con1-l-t { font-size:20px; }
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p { font-size: 16px; }
	
	/* 下拉导航 */
	.header .nav .nav-list1 .nav-list2 li a { font-size: 16px; }
}


@media (min-width: 801px) and (max-width: 991px) {
	/* 首页 */
	.header .logo img { height: 30px; }
	.header .nav .nav-list1 > li { padding: 0 0; }
	.header .nav .nav-list1 > li > a { padding: 0 3px; }
	.i-by .i-by-text .i-by-p { line-height: 1.4; }
	.footer .foot-top a > img { height: 30px; }
	
	/* 集团简介 */
	.about-2 ul li .ab2-txt { padding-left: 25px; }
	.about-2 ul li .ab2-txt .ab2-t { padding:0; }
	.about-2 ul li .ab2-txt .ab2-p { line-height:1.5; }
	
	/* 企业荣誉 */
	.honor-list ul li .honor-p { font-size: 16px; }
	
	/* 新闻中心 */
	.news-list ul li .news-li-con .newsLi-txt .newsLi-t { margin-top:0; }
	/* .news-list ul li .news-li-con .newsLi-txt .newsLi-time { font-size: 16px; } */
	/* .news-list ul li .news-li-con .newsLi-txt .newsLi-p { font-size: 16px; } */
	/* .news-list ul li .news-li-con .newsLi-txt .newsLi-a { font-size: 16px; } */
	
	/* 品牌商业化平台 */
	/* .text-t { font-size:18px; } */
	.text-p { font-size: 16px; }
	.text-a { font-size: 16px; }
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-p { font-size: 16px; }
	.i-news-list.bakccc .i-news-li .i-news-con .i-news-li-text { font-size: 16px; }
	.i-news-list .i-news-li .i-news-con .i-news-li-d { line-height:10px;padding-top:10px; }
	
	/* 创新孵化 */
	.i-news-list.bakccc .innovate-list-title > span { font-size:18px; }
	
	/* 联系我们 */
	/* .contact .con-1 .con1-left .con1-l-txt .con1-l-t { font-size:16px; } */
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p { font-size: 16px; }
}






/* 创新孵化标题 */
.i-news-list.bakccc .innovate-list-title > span {
	white-space:nowrap;
	position:relative;
}
.i-news-list.bakccc .innovate-list-title > span:before {
	content:'';
	position:absolute;
	top:0;
	left:-50px;
	width:50px;
	height:100%;
	background-color:#fff;
	z-index:1;
}
.i-news-list.bakccc .innovate-list-title > span:after {
	content:'';
	position:absolute;
	top:0;
	right:-50px;
	width:50px;
	height:100%;
	background-color:#fff;
	z-index:1;
}

@media (max-width:767px) {
	.i-news-list.bakccc .innovate-list-title > span { white-space: initial;text-align:center; }
	.i-news-list.bakccc .innovate-list-title > span:before { left: -20px; width: 20px; }
	.i-news-list.bakccc .innovate-list-title > span:after { right: -20px; width: 20px; }
}




/* 首页-创新孵化 */
.index-health {
	margin:0;
	padding:0;
	padding: calc(20vw / 1920 * 150) calc(65vw / 1920 * 140) calc(20vw / 1920 * 230);
}
.index-health .i-by-text {
	padding:0;
	width:690px;
}
.index-health .i-by-text .i-by-p {
	font-size:18px;
	color:#eaeaea;
	line-height:2;
}
.index-health .i-by-text .i-by-a a { color:#eaeaea; font-size: 30px;
}

@media (max-width:1199px) {
	.index-health .i-by-text { width:50%; }
	.index-health .i-by-text .i-by-p { font-size: 16px;line-height:1.5; }
}
@media (max-width:800px) {
	.index-health { padding: 49px 5% 60px; }
	.index-health .i-by-text { width:100%; }
}




/* 产品三级导航 */
.header .nav .nav-list1 .nav-list2 .nav-list3 {
	display: none;
	position: absolute;
	z-index: 50;
	display: none;
	left: -0%;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header .nav .nav-list1 .nav-list2 .nav-list3 > li:hover > a {
	background: #007244;
	color: #fff;
}


/* 二级导航文字位置调整 */
.header .nav .nav-list1 > li:nth-child(3) .nav-list2 { padding-left: 0; }
.header .nav .nav-list1 > li:nth-child(4) .nav-list2 { padding-left: 12%; }
.header .nav .nav-list1 > li:nth-child(5) .nav-list2 .nav-list3 { padding-left: 24%; }
.header .nav .nav-list1 > li:nth-child(5) .nav-list2 { padding-left: 30%; }
.header .nav .nav-list1 > li:nth-child(6) .nav-list2 { padding-left: 45%; }

@media (max-width: 1680px) {
	.header .nav .nav-list1 > li:nth-child(3) .nav-list2 { padding-left: 0; }
	.header .nav .nav-list1 > li:nth-child(4) .nav-list2 { padding-left: 0; }
	.header .nav .nav-list1 > li:nth-child(5) .nav-list2 .nav-list3 { padding-left: 10%; }
	.header .nav .nav-list1 > li:nth-child(5) .nav-list2 { padding-left: 24%; }
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 { padding-left: 40%; }
}
@media (max-width: 1440px) {
	.header .nav .nav-list1 > li:nth-child(5) .nav-list2 { padding-left: 20%; }
}
@media (max-width: 991px) {
	.header .nav .nav-list1 > li:nth-child(4) .nav-list2 { padding-left: 0; }
	.header .nav .nav-list1 > li:nth-child(4) .nav-list2 .nav-list3 { padding-left: 0; }
	.header .nav .nav-list1 > li:nth-child(5) .nav-list2 { padding-left: 0; }
}




/* 产业布局-修改 */
.layout {
	padding: 0 0 113px;
}
.layout-title {
	display: flex;
	justify-content: center;
	padding-top: calc(100vw / 1920 * 120);
	align-items: center;
	width: 1680px;
	margin: 0 auto;
}
.layout-title > i {
	display: inline-block;
	width: calc(50% - 60px);
	border-top: 2px dashed #007244;
	opacity: .3;
}
.layout-title > i:first-child { margin-right: auto; }
.layout-title > i:last-child { margin-left: auto; }
.layout-title > span {
	font-size: 28px;
	color: #007244;
	white-space: nowrap;
	position: relative;
}
.layout-title > span:before {
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.layout-title > span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}

.layout .content {
	position: relative;
	width: 1680px;
	margin: 0 auto;
}
.layout .content .con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.layout .list {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #007244;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.layout .list::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0,104,183,.4);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .5s;
}
.layout .list::before { opacity: 1; animation: circle 2s linear infinite; }
@keyframes circle {
	0%,100% { transform: translate(-50%, -50%) scale(0); }
	60% { transform: translate(-50%, -50%) scale(1); }
	80% { transform: translate(-50%, -50%) scale(1); }
}
.layout .list .title {
	min-width: 240px;
	min-height: 54px;
	border-radius: 27px;
	background-color: #63ac30;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	transition: background-color .5s;
}
/* 标题线 */
.layout .list .title::after {
	content: '';
	position: absolute;
}
.layout .list:nth-child(1) .title::after {
	width: 42px;
	height: 101px;
	top: 53px;
	left: 174px;
	background: url(../images/layout-line1.png) center no-repeat;
}
.layout .list:nth-child(2) .title::after {
	width: 82px;
	height: 36px;
	top: 28px;
	left: -79px;
	background: url(../images/layout-line2.png) center no-repeat;
}
.layout .list:nth-child(3) .title::after {
	width: 70px;
	height: 86px;
	top: -55px;
	left: -68px;
	background: url(../images/layout-line4.png) center no-repeat;
}
.layout .list:nth-child(4) .title::after {
	width: 126px;
	height: 46px;
	top: 27px;
	left: 280px;
	background: url(../images/layout-line3.png) center no-repeat;
}
.layout .list:nth-child(5) .title::after {
	width: 46px;
	height: 127px;
	top: -123px;
	left: 30px;
	background: url(../images/layout-line5.png) center no-repeat;
}
.layout .list:nth-child(6) .title::after {
	width: 82px;
	height: 36px;
	top: 28px;
	left: -79px;
	background: url(../images/layout-line2.png) center no-repeat;
}
/* 标题定位 */
.layout .list:nth-child(1) .title { top: -152px; left: -214px; }
.layout .list:nth-child(2) .title { top: -62px; left: 80px; min-width: 220px; }
.layout .list:nth-child(3) .title { top: 57px; left: 69px; min-width: 220px; }
.layout .list:nth-child(4) .title { top: -71px; left: -404px; width: 280px; }
.layout .list:nth-child(5) .title { top: 126px; left: -29px; }
.layout .list:nth-child(6) .title { top: -62px; left: 80px; min-width: 220px; }


/* .layout .list:hover .title { background-color: #007244; } */
.layout .list.active .title { background-color: #007244; }
.layout .list .h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	overflow: hidden;
}
.layout .list .h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/layout-tbg.png) center no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: 1;
	transition: opacity .5s;
}
.layout .list .h3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/layout-tbgh.png) center no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0;
	transition: opacity .5s;
}
/* .layout .list:hover .h3::before { opacity: 0; }
.layout .list:hover .h3::after { opacity: 1; } */
.layout .list.active .h3::before { opacity: 0; }
.layout .list.active .h3::after { opacity: 1; }
.layout .list .title.left .h3 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
	order: 2;
}
.layout .list .title.left .h3::before {
	background: url(../images/layout-tbgl.png) center no-repeat;
	background-size: 100% 100%;
}
.layout .list .title.left .h3::after {
	background: url(../images/layout-tbglh.png) center no-repeat;
	background-size: 100% 100%;
}
.layout .list .title .text {
	width: calc(100% - 83px);
	display: flex;
	align-items: center;
	text-align: left;
	line-height: 1.25;
	padding: 0 7px;
	font-size: 16px;
}
.layout .list .title.left .text { padding-left: 14px; padding-right: 7px; }

.layout .list .li {
	width: 330px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 23px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transform: translateX(20%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s, transform 1.5s;
}
/* 弹窗位置 */
.layout .list:nth-child(1) .li { top: -347px; left: 45px; }
.layout .list:nth-child(2) .li { top: -347px; left: 84px; }
.layout .list:nth-child(3) .li { top: 58px; left: 330px; }
.layout .list:nth-child(4) .li { top: 0; left: -460px; }
.layout .list:nth-child(5) .li { top: 124px; left: 240px; }
.layout .list:nth-child(6) .li { top: 14px; left: 80px; }

.layout .list.active .li { opacity: 1; visibility: visible; transform: translateX(0); }


.layout .list .li .text .t {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.4;
	color: #015494;
}
.layout .slick .slick-dots {
  position: absolute; width: 100%; bottom: 10px;
  display: flex; justify-content: flex-end;
	padding-right: 7px;
}
.layout .slick .slick-dots li button {
  width: 15px; height: 15px; background-color: #fff; cursor: pointer;
  font-size: 0; border-radius: 50%;  margin: 0 7px;
}
.layout .slick .slick-dots li.slick-active button { background-color: #007244; }
.layout .slick.hide-dots .slick-dots { opacity: 0; }

.layout .con .list:nth-child(1) { top: 266px; left: 586px; }
.layout .con .list:nth-child(2) { top: 275px; left: 590px; }
.layout .con .list:nth-child(3) { top: 296px; left: 608px; }
.layout .con .list:nth-child(4) { top: 330px; left: 605px; }
.layout .con .list:nth-child(5) { top: 365px; left: 574px; }
.layout .con .list:nth-child(6) { top: 286px; left: 1125px; }

.layout .overflow { overflow: hidden; padding-top: 100px; }

@media (max-width: 1700px) {
	.layout-title { width: 1440px; }
	.layout .overflow { padding-top: 140px; }
	.layout .content { width: 1440px; }
	.layout .con .list:nth-child(1) { top: 226px; left: 501px; }
	.layout .con .list:nth-child(2) { top: 235px; left: 503px; }
	.layout .con .list:nth-child(3) { top: 250px; left: 519px; }
	.layout .con .list:nth-child(4) { top: 284px; left: 518px; }
	.layout .con .list:nth-child(5) { top: 314px; left: 492px; }
	.layout .con .list:nth-child(6) { top: 245px; left: 964px; }
}
@media (max-width: 1460px) {
	.layout-title { width: 1200px; }
	.layout .overflow { padding-top: 180px; }
	.layout .content { width: 1200px; }
	.layout .con .list:nth-child(1) { top: 188px; left: 417px; }
	.layout .con .list:nth-child(2) { top: 196px; left: 419px; }
	.layout .con .list:nth-child(3) { top: 208px; left: 432px; }
	.layout .con .list:nth-child(4) { top: 236px; left: 432px; }
	.layout .con .list:nth-child(5) { top: 261px; left: 410px; }
	.layout .con .list:nth-child(6) { top: 204px; left: 802px; }

}
@media (max-width: 1280px) {
	.layout .list:nth-child(4) .li { left: -420px; }
}
@media (max-width: 1220px) {
	.layout .overflow { overflow: auto; }
	.layout-title { width: 990px; }
	.layout-title > span { font-size: 22px; }
	.layout .content { width: 990px; padding: 0 0 60px; }
	.layout .list .h3 { font-size: 16px; }
	.layout .con .list:nth-child(1) { top: 155px; left: 344px; }
	.layout .con .list:nth-child(2) { top: 162px; left: 345px; }
	.layout .con .list:nth-child(3) { top: 172px; left: 357px; }
	.layout .con .list:nth-child(4) { top: 196px; left: 351px; }
	.layout .con .list:nth-child(5) { top: 214px; left: 338px; }
	.layout .con .list:nth-child(6) { top: 168px; left: 660px; }
	.layout .list:nth-child(1) .li { top: -325px; }
	.layout .list:nth-child(2) .li { top: -320px; }
	.layout .list:nth-child(4) .li { left: -354px; }
	.layout .list .li { width: 300px; padding: 15px; }
	.layout .list .li .text .t { font-size: 16px; margin-top: 15px; }
	.layout .slick .slick-dots li button { width: 10px; height: 10px; margin: 0 4px; }
	.layout .list .title .text { font-size: 16px; }
	.layout .list:nth-child(4) .title { left: -330px; }
	.layout .list:nth-child(4) .title::after { width: 84px; top: 36px; left: 247px; }
}
@media (max-width: 1020px) {
	.layout .overflow { padding-left: 40px; }
	.layout-title { width: 780px; }
	/* .layout { width: 780px; margin: 0 auto; } */
	.layout .content { width: 780px; }
	.layout .con .list:nth-child(1) { top: 122px; left: 271px; }
	.layout .con .list:nth-child(2) { top: 127px; left: 272px; }
	.layout .con .list:nth-child(3) { top: 135px; left: 281px; }
	.layout .con .list:nth-child(4) { top: 154px; left: 276px; }
	.layout .con .list:nth-child(5) { top: 167px; left: 266px; }
	.layout .con .list:nth-child(6) { top: 132px; left: 520px; }
	.layout .list:nth-child(1) .li { top: -260px; }
	.layout .list:nth-child(2) .li { top: -245px; }
	.layout .list:nth-child(4) .li { left: -290px; }
	.layout .list .li { width: 235px; padding: 10px; top: -20px; }
	.layout .list .li .text .t { font-size: 16px; margin-top: 10px; }
}
@media (max-width: 800px) {
	.layout .overflow { padding-top: 140px; }
	.layout { padding: 0 0 40px; }
	.layout { width: 100%; padding: 0; margin: 0 0 40px; overflow: auto; }
	.layout .content { width: 780px; margin: 0 20px; padding-bottom: 40px; }
	.layout .list .h3 { font-size: 16px; }
	.layout .slick .slick-dots li button { width: 8px; height: 8px; margin: 0 2px; }
	.layout-title { width: 90%; padding: 40px 0; }
	.layout-title > span { white-space: initial; text-align: center; line-height: 1.2; font-size: 18px; }
	.layout-title > span:before { width: 0; }
	.layout-title > span:after { width: 0; }
}




/* 美国地图图片 */
.contact .con-1 .con1-right .img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}





/* 图片固定宽高比例 */
.i-box { position: relative; overflow: hidden; height: 0; padding-bottom: 100%; }
.i-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
/* 图片放大效果 */
.i-scale .img { overflow: hidden; }
.i-scale .img img { transition: transform 1s ease-in-out; }
.i-scale:hover .img img { transform: scale(1.1); }
/* 滚动条 */
.scrollbar { overflow: auto; padding-right: 5px; }
.scrollbar::-webkit-scrollbar { width: 2px; height: 2px; background-color: rgba(0, 0, 0, 0.05); }
.scrollbar::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 5px; }
/* 研发生产基地 */
.i-base-list {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
}
.i-base-list .i-base-li {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #efefef;
	box-shadow: 0 10px 10px rgba(14,5,10,.1);
}
.i-base-list .i-base-li:last-child { margin-bottom: 0; }
.i-base-list .i-base-li .img { width: 1120px; }
.i-base-list .i-base-li:nth-child(2n) .img { order: 2; }
.i-base-list .i-base-li .img .i-box { padding-bottom: 49.10714285714286%; }
.i-base-list .i-base-li .img .i-base-slick .slick-slide > div { font-size: 0; }
.i-base-list .i-base-li .con {
	width: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 73px;
}
.i-base-list .i-base-li .con .h2 {
	font-size: 22px;
	font-weight: bold;
	color: #007244;
	display: inline-block;
	padding-bottom: 14px;
	border-bottom: 2px solid #007244;
}
.i-base-list .i-base-li .con .text {
	font-size: 16px;
	color: #666;
	line-height: 1.875;
	margin-top: 30px;
}
.i-base-list .i-base-li .con .text ul { padding-left: 20px; }
.i-base-list .i-base-li .con .text ul li { list-style: initial; }
.i-base-list .i-base-li .con .text.scrollbar { max-height: 12em; }
.i-base-list .i-base-li .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
	width: 100%;
}
.i-base-list .i-base-li .con .list .li { width: 50%; }
.i-base-list .i-base-li .con .list .li .t {
	color: #007244;
	line-height: 1;
	display: flex;
	align-items: flex-start;
}
.i-base-list .i-base-li .con .list .li .t .num {
	font-family: 'Bebas','Impact';
	font-size: 48px;
}
.i-base-list .i-base-li .con .list .li .t .unit { margin-left: 3px; font-size: 16px; }
.i-base-list .i-base-li .con .list .li .b {
	font-size: 16px;
	color: #666;
	margin-top: 14px;
}


.i-base-list .i-base-li .i-base-slick .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	display: flex;
	justify-content: center;
}
.i-base-list .i-base-li .i-base-slick .slick-dots li button {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-color: #fff;
	font-size: 0;
	border-radius: 50%;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border .5s, background-color .5s;
}
.i-base-list .i-base-li .i-base-slick .slick-dots li.slick-active button {
	background-color: #007244;
}
    


@media (max-width: 1720px) {
	.i-base-list .i-base-li .img { width: 65.76629477392836%; }
	.i-base-list .i-base-li .con { width: 32.88314738696418%; padding: 20px calc(100vw / 1920 * 73); }
	.i-base-list .i-base-li .con .h2 {
		/* font-size: calc(100vw / 1920 * 24); */
		padding-bottom: calc(100vw / 1920 * 14);
	}
	.i-base-list .i-base-li .con .text {
		/* font-size: 16px; */
		color: #666;
		line-height: 1.875;
		margin-top: calc(100vw / 1920 * 30);
	}
	.i-base-list .i-base-li .con .list { margin-top: calc(100vw / 1920 * 62); }
	.i-base-list .i-base-li .con .list .li .t .num { font-size: calc(100vw / 1920 * 48); }
	.i-base-list .i-base-li .con .list .li .t .unit { font-size: 16px; }
	.i-base-list .i-base-li .con .list .li .b { font-size: 16px; margin-top: calc(100vw / 1920 * 14); }
}
@media (max-width: 1680px) {
	.i-base-list .i-base-li .con .h2 { font-size: 20px; }
}
@media (max-width: 1440px) {
	.i-base-list .i-base-li .con .h2 { font-size: 18px; }
	/* .i-base-list .i-base-li .con .text { font-size: 16px; } */
	.i-base-list .i-base-li .con .list .li .t .unit { font-size: 16px; }
	.i-base-list .i-base-li .con .list .li .b { font-size: 16px; }
	.i-base-list .i-base-li .con { padding: 20px calc(100vw / 1920* 50); }
}
@media (max-width: 1199px) {
	
	.i-base-list .i-base-li .con .h2 { font-size: 16px; }
	.i-base-list .i-base-li .con .list { margin-top: calc(100vw / 1920 * 40); }
}
@media (max-width: 991px) {
	.i-base-list .i-base-li .img { width: 100%; }
	.i-base-list .i-base-li .con { width: 100%; padding: 20px; }
	.i-base-list .i-base-li .con .text.scrollbar { max-height: initial; padding-right: 0; }
	/* .i-base-list .i-base-li .con .text { font-size: 16px; } */
	.i-base-list .i-base-li .con .list .li .b { font-size: 16px; }
	.i-base-list .i-base-li:nth-child(2n) .img { order: 0; }
}
@media (max-width: 767px) {
	.i-base-list { margin-top: 30px; }
	.i-base-list .i-base-li .con .list .li .t .num { font-size: 24px; }
	.i-base-list .i-base-li .con .h2 { padding-bottom: 10px; }
	.i-base-list .i-base-li .con .text { margin-top: 20px; }
	.i-base-list .i-base-li .con .list { margin-top: 25px; }
	.i-base-list .i-base-li .con .list .li .b { margin-top: 5px; }
	.i-base-list .i-base-li .i-base-slick .slick-dots { bottom: 15px; }
	.i-base-list .i-base-li .i-base-slick .slick-dots li button { width: 12px; height: 12px; margin: 0 4px; }
}



/* 关于鹊兄 - 产业布局 - 大湾区位置修改 */
.layout .list:nth-child(5) .title { top: 85px; left: 85px; }
.layout .list:nth-child(5) .title::after {
	width: 116px;
	height: 110px;
	top: -82px;
	left: -116px;
	background: url(../images/layout-line5-n.png) center bottom no-repeat;
}
.layout .list:nth-child(5) .li { top: 90px; left: 350px; }
@media (max-width: 1700px) {
	.layout .list:nth-child(5) .title { top: 80px; left: 83px; }
	.layout .list:nth-child(5) .li { top: 82px; left: 350px; }
	.layout .list:nth-child(5) .title::after { height: 107px; top: -78px; left: -116px; }
	.layout .list:nth-child(3) .title { top: 33px; left: 55px; }
	.layout .list:nth-child(3) .title::after {
		width: 70px;
		height: 62px;
		top: -32px;
		left: -68px;
		background: url(../images/layout-line4.png) bottom center no-repeat;
	}
	.layout .list:nth-child(3) .li { top: 38px; }
}
@media (max-width: 1460px) {
	.layout .list:nth-child(5) .title { top: 69px; left: 70px; }
	.layout .list:nth-child(5) .li { top: 72px; left: 330px; }
	.layout .list:nth-child(5) .title::after { height: 97px; top: -67px; left: -109px; }
	.layout .list:nth-child(3) .title { top: 28px; left: 53px; }
	.layout .list:nth-child(3) .li { top: 34px; left: 320px; }
	.layout .list:nth-child(3) .title::after {
		width: 70px;
		height: 57px;
		top: -26px;
		left: -68px;
		background: url(../images/layout-line4.png) bottom center no-repeat;
	}
}
.i-base-list .i-base-li .con .h2 a:focus, .i-base-list .i-base-li .con .h2 a:hover { color: #007244; }




/* 移动端 - 产业布局 */
.layout .list .li .text .t .bt { display: none; }
@media (max-width: 767px) {
	.layout .overflow { padding: 0; }
	.layout .content { width: 90%; margin: 0 auto; padding: 0; }
	.layout .content > .img { display: none; }
	.layout .content .con { position: initial; }
	.layout .list::before { display: none; }
	.layout .list .title::after { display: none; }
	.layout .list { position: initial; width: 100%; height: auto; border-radius: 0; background-color: transparent; margin-bottom: 20px; }
	.layout .list .title { display: none; }
	.layout .list .li { position: initial; transform: translateX(0); opacity: 1; visibility: visible; width: 100%; padding: 0; }
	.layout .slick .slick-dots { bottom: 15px; padding-right: 15px; }
	.layout .slick .slick-dots li button { width: 10px; height: 10px; margin: 0 4px; }
	.layout .content .img img { width: 100%; }
	.layout .list .li .text .t { background-color: #efefef; padding: 20px; margin-top: 0; color: #333; font-weight: bold; }
	.layout .list .li .text .img { position: relative; overflow: hidden; height: 0; padding-bottom: 58.55855855855856%; }
	.layout .list .li .text .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
	.layout .list .li .text .t .bt { display: inline-block; color: #007244; margin-right: 25px; position: relative; }
	.layout .list .li .text .t .bt::after {
		content: '';
		width: 20px;
		height: 2px;
		background-color: #007244;
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
	}
}





/* 2025-1-2 logo修改 */
.header .logo { margin-top: 20px; }
.header .logo img { height: 52px; }
.header .nav .search.find { display: none; }
.head-right { margin-left: 0; }
.header .find > span { margin-bottom: 3px; }
.header .logo .ph { display: none; }
.header .w-1680 { width: 1760px }

@media (max-width: 1780px) {
	.header .w-1680 { width: 100%; padding: 0 3%; }
}
@media (max-width: 1720px) {
	.header .nav .nav-list1 > li { padding: 0 20px; }
}
@media (max-width: 1600px) {
	.header .nav .nav-list1 > li { padding: 0 12px; }
}
@media (max-width: 1440px) {
	.header .logo { margin-top: 26px; }
	.header .logo img { height: 42px; }
	.header .nav .nav-list1 > li { padding: 0 18px; }
	.header .nav .nav-list1 > li > a { font-size: 18px; }
}
@media (max-width: 1199px) {
	.header .logo { margin-top: 30px; }
	.header .logo img { height: 34px; }
	.header .nav .nav-list1 > li { padding: 0 2px; }
}
@media (max-width: 991px) {
	.header .logo img { height: 26px; }
	.header .nav .nav-list1 > li { padding: 0; }
	.header .nav .nav-list1 > li > a { font-size: 14px; }
}
@media (max-width: 800px) {
	.header .logo .pc { display: none; }
	.header .logo .ph { display: block; }
	.header .logo img { height: 38px; }
}
@media (max-width: 767px) {
	.header .logo { margin-top: 15px; }
}