/**
 * gz
 * 层叠样式表
 */
.ff {
	font-family: 'iconfont' !important;
}
/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'AgencyFB-Reg';
	src: url('../fonts/AgencyFB-Reg.eot');
	src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
		url('../fonts/AgencyFB-Reg.woff') format('woff'),
		url('../fonts/AgencyFB-Reg.ttf') format('truetype'),
		url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('../fonts/AvantGardeITCbyBT-Book.eot');
	src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
		url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff2') format('woff2'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype'),
		url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot');
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
		url('../fonts/CenturyGothic-Bold.woff') format('woff'),
		url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
		url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}


@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'AGENCYB';
	src: url('../fonts/AGENCYB.TTF') format('truetype');
}
@font-face {
	font-family: 'Bodoni Book BT';
	src: url('../fonts/Bodoni Book BT.ttf') format('truetype');
}

@font-face {
	font-family: 'ITC Avant Garde CE Gothic Demi';
	src: url('../fonts/AVGARDD.TTF') format('truetype');
}
/*
	//放大
	-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: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-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;

	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;

	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
html{
	font-family: 'Microsoft YaHei', 'Arial', 'Source Han Sans CN' , 'SourceHanSerifCN','SimSun', 'PingFang SC';
	font-size: 14px;
	font-weight: normal;
}
body {
	float: left;
	width: 100%;
	font-family: 'Microsoft YaHei', 'Arial', 'Source Han Sans CN' , 'SourceHanSerifCN','SimSun', 'PingFang SC';
	font-size: 14px;
	font-weight: normal;
	color: #333;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	overflow-x: hidden;
	background: #f2f2f2;
	/* line-height: 1; */
}
/* body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
} */

body.searchactive {
	/* position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%; */
}
li,
ol,
ul {
	list-style: none;
}
a {
	color: inherit;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}
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;
}
ul {
	margin: 0;
	padding: 0;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
	-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;

	color: inherit;
}
a:visited,
a:link {
	text-decoration: none;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
p{
	margin: 0;
	padding: 0;
}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
}
.w-1560 {
	width: 1560px;
	margin: 0 auto;
}
@media (max-width: 1560px) {
	.w-1560 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1560 {
		padding: 0 3%;
	}
}
.w-1300 {
	width: 1300px;
	margin: 0 auto;
}
@media (max-width: 1300px) {
	.w-1300 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1300 {
		padding: 0 3%;
	}
}
.img-box {
	/* position: relative; */
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.header {
	position: fixed;
	z-index: 10002;
	top: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 0 6.25%;
	background: #fff;
}
@media (max-width: 1199px) {
	.header {
		height: 66px;
		padding: 0 3%;
	}
}
.header .fx{
	float: right;
	margin-left: 4.4%;
	margin-top: 32px;
	-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 .fx .bdsharebuttonbox{
	float: left;
}
.header .fx .bdsharebuttonbox a{
	float: left;
	width: 30px;
	height: 26px;
	margin: 0;
	padding: 0;
	margin-right: 32px;
	position: relative;
	background-size: 100% 100%!important;
	z-index: 99;
}
.header .fx .bdsharebuttonbox a::after{
	position: absolute;
	right: -16px;
	top: 3px;
	content: "/";
	font-size: 12px;
	line-height: 12px;
}
.header .fx .bds_emial{
	background: url(../images/ico-email.png) no-repeat;
}
.header .fx .bds_emial:hover{
	background: url(../images/ico-email-on.png) no-repeat;
}
.header .fx .bds_weixin{
	background: url(../images/ico-wx.png) no-repeat;
}
.header .fx .bds_weixin:hover{
	background: url(../images/ico-wx-on.png) no-repeat;
}
.header .fx .bds_tqq{
	background: url(../images/ico-qq.png) no-repeat;
}
.header .fx .bds_tqq:hover{
	background: url(../images/ico-qq-on.png) no-repeat;
}
.header .fx .bdsharebuttonbox a.language{
	background: none;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
.header .fx .bdsharebuttonbox a.language::after{
	font-weight: lighter;
	color: #333;
}
.header .fx .bdsharebuttonbox a.language:hover{
	color: #314e92;
}

.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 13px;
}
@media (max-width: 1440px) {
	.header .fx{
		margin-left: 2%;
	}
}
@media (max-width: 1199px) {
	.header .fx{
		margin-top: 18px;
	}
}
.header .logo a {
	display: block;
	height: 100%;
}
.header .logo img {
	display: block;
	height: 100%;
	-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-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: 1199px) {
	.header .logo{
		margin-top: 15px;
	}
	.header .logo img {
		height: 36px;
		-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-collapse {
		display: block;
		margin-top: 10px;
		margin-left: 14px;
	}
	.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: #fff !important;
	}
}
@media (max-width: 767px) {
	.header .fx .bds_weixin{
		display: none;
	}
	.header .fx .bds_tsina{
		display: none;
	}
	.header .nav-collapse {
		position: absolute;
		top: 13px;
		right: 0;
		margin-top: 0;
		border: none;
	}
	.header .fx{
		margin-left: 0;
		margin-right: 10%;
	}
	.header .fx .bdsharebuttonbox a {
	    width: 24px;
	    height: 20px;
	    margin-right: 18px;
	}
	.header .fx .bdsharebuttonbox a::after{
		position: absolute;
		right: -12px;
		top: 2px;
		content: "/";
	}
	.header .fx {
	    margin-top: 23px;
	}
	.header .fx .bdsharebuttonbox a.language{
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
}
@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: #666;
}
.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: #666;
}
.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 {
	border-color: transparent;
}
.header .nav-collapse.active .btn-line {
	background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.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);
}

.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);
}
.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
	}
}
@media (max-width: 1440px) {
	.header .nav {
	}
}
@media (max-width: 1280px) {
	.header .nav {
	}
}
@media (max-width: 1199px) {
	.header .nav {
	}
}
.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}
@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(30, 81, 162, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}
@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		position: relative;
		margin: 0 5px;
	}
	.header .nav .nav-list1>li::after{
		position: absolute;
		right: 0;
		top: 0;
		line-height: 96px;
		font-size: 16px;
		color: #bbb;
		-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>a {
		height: 100px;
		line-height: 20px;
		font-size: 18px;
		border-bottom: 8px solid rgba(255,255,255,0);
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #666;
		padding: 29px 20px 0 20px;
		padding: 36px 20px 0 20px;
		text-align: center;
	}
	.header .nav .nav-list1>li>a:before {}
	.header .nav .nav-list1>li:hover >a,
	.header .nav .nav-list1>li.active >a {
		border-bottom: 8px solid #314e92;
	}
	.header .nav .nav-list1>li:hover a:before,
	.header .nav .nav-list1>li.active a:before {
		width: 100%;
	}
	.header .nav .nav-list1>li>a p:nth-child(2){
		font-size: 14px;
		color: #999;
		font-family: 'CenturyGothic';
		margin-top: 1px;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		min-width: 180px;
		padding: 15px 0px 0px 0px;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 .nav2-con{
		background: #fff;
		/* padding: 6px 10px 12px 10px; */
		position: relative;
	}
	.header .nav .nav-list1 .nav-list2 .nav2-con::after{
		position: absolute;
		top: -20px;
		left: 42px;
		width: 0; 
		height: 0;
		border-width: 24px;
		border-style: solid;
		border-top: 10px transparent dashed;
		 border-left: 10px transparent dashed;
		 border-right: 10px transparent dashed;
		 border-bottom: 10px #fff solid;
		content: "";
	}
	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-bottom: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 16px;
		line-height: 48px;
		position: relative;
		z-index: 1;
		display: block;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}

	
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #314e92;
	}
}

@media (max-width: 1280px) {
	.header .nav .nav-list1>li {
		margin: 0 1px;
	}
	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
	
}
@media (max-width: 1199px) {
	.header .nav .nav-list1>li:nth-child(4){
		margin-right: 0;
	}
	.header .nav {
	    margin-left: 0%;
	}
	.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: 1199px) {
	.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-list2 a,
.header .nav .nav-list3 a {
	display: block;
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}
.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%;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.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;
	}

	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		/* line-height: 2.5; */
		line-height: 1.5;
		display: block;
		text-transform: uppercase;
		text-align: center;
	}
	.header .nav .nav-list1>li>a {
	    padding: 12px 10px 0 10px;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.header .fade-out ul.nav-list1>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: 14px;
	}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .seach-phone {
	float: right;
	-webkit-transition: all .4s;
	transition: all .4s;
}
@media (min-width: 1200px) {
	.header.fixed-header {
		height: 66px;
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .logo{
		margin-top: 6px;
	}
	.header.fixed-header .logo{
		height: 48px;
	}
	.header.fixed-header .nav .nav-list1>li>a{
		height: 66px;
	    padding: 12px 20px 0 20px;	
	    padding: 18px 20px 0 20px;	
	}
	.header.fixed-header .fx{
		margin-top: 20px;
	}
	.header.fixed-header .find {
		height: 26px;
		line-height: 26px;
	}
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a{
		padding: 29px 15px 0 15px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
	    padding: 12px 15px 0 15px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a{
	    padding: 29px 15px 0 15px;	
		font-size: 15px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
	    padding: 12px 15px 0 15px;
	}
	.header .nav .nav-list1>li>a p:nth-child(2){
		font-size: 12px;
	}
}

@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a{
	    padding: 29px 18px 0 18px;	
	    padding: 36px 18px 0 18px;	
	}
	.header.fixed-header .nav .nav-list1>li>a {
	    padding: 20px 18px 0 18px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1>li>a{
	    padding: 12px 10px 0 10px;	
	}
	.header.fixed-header .nav .nav-list1>li>a {
	    padding: 12px 20px 0 20px;
	}
}



.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {

	.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(30, 81, 162, .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: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;
}

@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
}

.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: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {

	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;

	margin: 25px 0;

	text-align: center;
}

@media (max-width: 1199px) {

	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 20px 0 0 0;
		font-size: 20px;
		line-height: 48px;
	}
}

.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%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.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;
	}

	

	.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: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}



@media (max-width:767px) {
}

/*搜索*/
.header .find {
	float: right;
	width: 30px;
	height: 26px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/ico-search.png) no-repeat;
	background-size: 100% 100%!important;
}
.header .find::before{
	display: none;
}
.header .find:hover{
	background: url(../images/ico-search-on.png) no-repeat;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
}
@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}
	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}
	
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	
}
@media (max-width: 767px) {
	.header .find{
		width: 24px;
		height: 20px;
	}
	.header .seach-phone{
		right: auto;
		left: 0;
	}
}

/*搜索弹窗*/
.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(49, 78, 146, .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: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: none;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    color: #fff;
} */
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	
	.header .search-box .input-submit.icon-sousuo:before{
		color: #fff;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;

	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.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 .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	width: 80%;
	max-width: 80%;
	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: 30px;

	-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;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}

/*搜索弹窗end*/

/*heart end*/

/*foot*/


.footer {
	float: left;
	width: 100%;
}
.footer .foot-top{
	float: left;
	width: 100%;
	padding: 50px 9.4% 66px 7.3%;
	background: #e5e5e5;
}
.footer .foot-top .foot-top-con{
	float: left;
	width: 100%;
	padding: 0 60px 0 193px;
	position: relative;
}
.footer .foot-top .foot-top-con .foot-top-logo{
	position: absolute;
	left: 0;
	top: 32px;
}
.footer .foot-top .foot-top-con .foot-top-logo img{
	width: 100%;
}
.footer .foot-top .foot-top-con .foot-top-up{
	position: absolute;
	right: 0;
	top: 70px;
	width: 60px;
	height: 60px;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	background: url(../images/foot-up.png) center no-repeat;
}
.footer .foot-top .foot-top-con .foot-top-link{
	float: left;
	width: 100%;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1{
	float: left;
	width: 14.285%;
	padding-left: 3.5%;
	position: relative;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1::after{
	position: absolute;
	right: 0;
	top: 12px;
	width: 1px;
	height: 236px;
	background: #dcdcdc;
	content: "";
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1:last-child::after{
	display: none;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-t{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 22px;
	color: #333;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-a{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-a a{
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-a a:hover{
	color: #314e92;
}
.footer .foot-bottom{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 20px 0;
	font-size: 16px;
	background: #666;
	color: #fff;
}
.footer .foot-bottom .foot-bot-left{
	float: left;
}
.footer .foot-bottom .foot-bot-right{
	float: right;
}
.footer .foot-bottom .foot-bot-right a:hover{
	opacity: 0.8;
}

@media (max-width: 1440px) {
	.footer .foot-top .foot-top-con .foot-top-logo{
		top: 24px;
	}
	.footer .foot-top {
		padding: 40px 3% 36px 3%;
	}
	.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-t {
	    line-height: 30px;
	    font-size: 18px;
	}
	.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-a a {
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.footer .foot-top .foot-top-con {
	    padding: 0 52px 0 160px;
	}
	.footer .foot-top .foot-top-con .foot-top-logo{
		width: 160px;
	}
	.footer .foot-top .foot-top-con .foot-top-up{
		width: 52px;
		height: 52px;
		top: 30px;
	}
	.footer .foot-bottom {
	    line-height: 28px;
	    padding: 15px 0;
	    font-size: 14px;
	}
	.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1::after{
		height: 180px;
	}
	.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1 .foot-top-link-1-t {
	    line-height: 24px;
	    font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.footer .foot-top .foot-top-con .foot-top-logo {
	    width: 140px;
	}
	.footer .foot-top .foot-top-con {
	    padding: 0 48px 0 140px;
	}
	.footer .foot-top .foot-top-con .foot-top-link .foot-top-link-1{
		padding-left: 2%;
	}
}
@media (max-width: 991px) {
	.footer .foot-top{
		display: none;
	}
}
@media (max-width: 991px) {
	.footer .foot-bottom {
		line-height: 20px;
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}
	.footer .foot-bottom .foot-bot-right{
		width: 100%;
		margin-top: 8px;
	}
}
/*foot end*/


/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 70px;
	text-align: center;
	font-family: 'AvantGardeITCbyBT-Book';
}

.page a {
	font-size: 22px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 49px;
	height: 49px;
	line-height: 47px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #777;
	border: 1px solid #d2d2d2;
}

.page a.prev {
	font-family: '21st-Regular';
	font-weight: bold;
	/* background: #fff url("../images/left.png") center no-repeat; */
}

.page a.next {
	font-family: '21st-Regular';
	font-weight: bold;
	/* 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: 1366px) {
	.page{
	}
	
}

@media (max-width: 1199px) {
	.page {
	}

	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}

@media (max-width: 991px) {
	.page {
		margin-top: 40px;
	}
	.page.page1{
		margin-top: 40px;
	}
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@media (max-width: 767px) {
	.page {
		margin-top: 15px;
	}
	.page.page1{
		margin-top: 15px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}	
	.page a {
		height: 40px;
		line-height: 38px;
		width: 40px;
		margin: 0 2px;
	}
}

.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}

.page a.prev {
	font-size: 18px;
}

.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}

.page a.next {
	font-size: 18px;
}

.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}

.page a.active,
.page a:hover {
	background-color: #314e92;
	border: 1px solid #314e92;
	color: #fff;
}
.page.page1{
	margin-top: 100px;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #008cd6;
	border: 1px solid #008cd6;
}



@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page.page1{
		margin-top: 60px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}

@media (max-width: 767px) {
	
	.page.page1{
		margin-top: 15px;
	}
}


/*首页banner*/
.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.banner{
		margin-top: 66px;
	}
}

@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	
}


.banner .slick-arrow {
	width: 38px;
	height: 66px;

	position: absolute;
	z-index: 9;
	top: 50%;

	padding: 0;

	cursor: pointer;

	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 100% 100%!important;
}
.banner .slick-arrow.slick-prev{
	left: 3%;
	background: url(../images/left-1.png) center no-repeat;
}
.banner .slick-arrow.slick-prev:hover{
	/* background: url(../images/banner-prev-hover.png) no-repeat; */
}
.banner .slick-arrow.slick-next{
	right: 3%;
	background: url(../images/right-1.png) center no-repeat;
}
.banner .slick-arrow.slick-next:hover{
	/* background: url(../images/banner-next-hover.png) no-repeat; */
}
@media (max-width: 1440px) {
	.banner .slick-arrow {
		width: 20px;
		height: 36px;
	}
	.banner .slick-arrow.slick-prev{
		left: 2%;
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
		right: 2%;
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
	}
	
	.banner .slick-arrow.slick-next{
	}
	
}
@media (max-width: 767px) {
	.banner .slick-arrow{
	}
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}


@media (max-width: 991px) {
	
}


.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
	position: absolute;
	right: 296px;
	bottom: 20px;

	height: 50px;

	text-align: center;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		right: 156px;
	}
}

@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 0;
	}
}

.banner .slick-dots li {
	position: absolute;
	right: 0;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner .slick-dots li button {
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;

	display: inline-block;

	opacity: 0;
	color: #fff;
	background: none;
}

.banner .slick-dots li button:before {
	content: '0';
}

.banner .slick-dots li button:after {
	position: absolute;
	top: 24px;
	right: -20px;
	display: inline-block;
	width: 20px;
	height: 1px;
	content: '';
	background-color: #fff;
}
.banner img {
	display: block;
	width: 100%;
}
.banner .img-box {
	padding-bottom: 51.0416666666667%;
}
.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}
.banner .text {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.banner .text-1 {
	padding-left: 9.1%;
	color: #fff;
}
.banner .text-1 h1 {
	font-family: 'CenturyGothic-Bold';
	font-weight: bold;
	line-height: 55px;
	font-size: 56px;
}
.banner .text-1 h2 {
	line-height: 39px;
	font-size: 32px;
}
.banner .text-1 h3 {
	line-height: 54px;
	font-size: 28px;
	color: #fff;
}
@media (max-width: 1440px) {
	.banner .text-1 {
		padding-left: 4.5%;
	}
	.banner .text-1 h1 {
		line-height: 38px;
		font-size: 38px;
	}
	.banner .text-1 h2 {
		line-height: 32px;
		font-size: 22px;
	}
	.banner .text-1 h3 {
		line-height: 36px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.banner .text{
		display: none;
	}
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}
}
@media (max-width: 767px) {
	.banner .img-box{
		padding-bottom: 62.5%;
	}
}
.banner .slick-current .text-1 h1,
.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 h3{
	-webkit-animation: fadeInUp 0.8s 0s ease both;
	animation: fadeInUp 0.8s 0s ease both;
	/* animation-delay: 0.3s; */
}
.banner .slick-current .text-2 h1,
.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 h3{
	-webkit-animation: fadeInUp 0.8s 0s ease both;
	animation: fadeInUp 0.8s 0s ease both;
	/* animation-delay: 0.3s; */
}





.i-about{
	float: left;
	width: 100%;
	margin-top: 76px;
	background: #fff;
}
.i-about-left{
	float: left;
	width: 50%;
	padding: 0 4.1% 0 3.3%;
}
.i-about-left .i-ab-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 44px;
	margin-top: 50px;
	font-size: 48px;
	color: #314e92;
}
.i-about-left .i-ab-c{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 32px;
	color: #666;
}
.i-about-left .i-ab-t{
	float: left;
	width: 100%;
	line-height: 40px;
	margin-top: 12px;
}
.i-about-left .i-ab-t span{
	display: inline-block;
	font-size: 24px;
	color: #465e9b;
	font-weight: bold;
	border-bottom: 4px solid #314e92;
}
.i-about-left .i-ab-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 2px;
	font-size: 18px;
	color: #666;
}
.i-about-left .i-ab-ul{
	float: left;
	width: 100%;
	margin-top: 33px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.i-about-left .i-ab-ul .i-ab-li{
	float: left;
	position: relative;
	padding: 16px 0 17px 0;
	color: #999;
}
.i-about-left .i-ab-ul .i-ab-li::after{
	position: absolute;
	right:0;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	background: #314e92;
	border-radius: 100%;
	content: "";
}
.i-about-left .i-ab-ul .i-ab-li:last-child::after{
	display: none;
}
.i-about-left .i-ab-ul .i-ab-li.w-32{
	width: 32%;
}
.i-about-left .i-ab-ul .i-ab-li.w-43{
	width: 43.9%;
	padding-left: 13.5%;
}
.i-about-left .i-ab-ul .i-ab-li.w-24{
	width: 24.1%;
	padding-left: 6%;
}
.i-about-left .i-ab-li-num{
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 20px;
}
.i-about-left .i-ab-li-num strong{
	font-family: 'CenturyGothic-Bold';
	font-size: 56px;
	color: #314e92;
	margin-right: 4px;
}
.i-about-left .i-ab-li-p{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
}

.i-ab-link{
	float: left;
	width: 100%;
	margin-top: 37px;
}
.i-ab-link a{
	float: left;
	display: inline-block;
	width: 175px;
	height: 39px;
	line-height: 39px;
	padding-left: 52px;
	font-size: 18px;
	color: #666;
}
.i-ab-link a:hover{
	color: #314e92;
	padding-left: 58px;
}
.i-about-left .play{
	background: url(../images/ico-play.png) left no-repeat;
}
.i-about-left .iframe{
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.i-about-left .i-ab-link-1{
	background: url(../images/ico-more.png) left no-repeat;
}

.i-about-right{
	float: left;
	width: 50%;
}
.i-about-right img{
	width: 100%;
}
.i-about-left .video{
	display: none;
}
/*首页应用*/
/*标题*/
.title{
	float: left;
	width: 100%;
}

.title .title-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 48px;
	color: #314e92;
	position: relative;
	text-align: center;
}
.title .title-e::after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	content: "";
}
.title .title-e span{
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 36px;
	z-index: 1;
}
.title .title-e span::after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	border: 5px solid #314e92;
	background: #fff;
	border-radius: 100%;
	content: "";
}
.title .title-e span::before{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	border: 5px solid #314e92;
	background: #fff;
	border-radius: 100%;
	content: "";
}

.title .title-c{
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 26px;
	margin-top: 10px;
	color: #666;
	text-align: center;
}

.title.bg-0{
	position: absolute;
	top: 62px;
	z-index: 9;
	width: 93.6%;
	left: 3.2%;
}
.title.bg-0 .title-e span{
	background: none;
	color: #fff;
}
.title.bg-0 .title-e span::after{
	background: none;
	border-color: #fff;
}
.title.bg-0 .title-e span::before{
	background: none;
	border-color: #fff;
}
.title.bg-0 .title-e::after{
	width: 32%;
	left: 0;
	top: 50%;
}
.title.bg-0 .title-e::before{
	position: absolute;
	width: 32%;
	right: 0;
	top: 50%;
	border-bottom: 1px solid #d2d2d2;
	content: "";
}
.title.bg-0 .title-c{
	color: #fff;
}

.i-app{
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 40px 2.5% 73px 2.5%;
	background: #fff;
}
.i-app .i-app-list{
	float: left;
	width: 100%;
	margin-top: 46px;
}
.i-app .i-app-list .i-app-ul{
	float: left;
	width: 100%;
}
.i-app .i-app-list .i-app-ul .slick-slide{
	padding: 0 16px;
}
.i-app .i-app-list .i-app-ul .i-app-li{
	width: 100%;
	position: relative;
}
.i-app .i-app-list .i-app-ul .i-app-li > a{
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.i-app .i-app-list .i-app-ul .i-app-li > a img{
	width: 100%;
	display: inline-block;
	-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-app .i-app-list .i-app-ul .i-app-li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text{
	position: absolute;
	left: 0;
	bottom: 43px;
	width: 100%;
	padding: 0 10.2%;
	color: #fff;
}
.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text .i-app-li-t{
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
}
.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text .i-app-li-p{
	float: left;
	width: 100%;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.i-app .i-app-list .i-app-ul .slick-dots{
	float: left;
	width: 100%;
	height: 6px;
	margin-top: 34px;
	text-align: center;
}
.i-app .i-app-list .i-app-ul .slick-dots li{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 6px;
	background: #dcdcdc;
	border-radius: 6px;
	margin: 0 5px;
	cursor: pointer;
}
.i-app .i-app-list .i-app-ul .slick-dots li.slick-active{
	background: #314e92;
}
.i-app .i-app-list .i-app-ul .slick-dots li button{
	display: none;
}

.i-link{
	float: left;
	width: 100%;
	margin-top: 47px;
	text-align: center;
}
.i-link a{
	display: inline-block;
	padding: 0 32px;
	line-height: 54px;
	border-radius: 27px;
	border: 1px dashed #314e92;
	font-size: 22px;
	color: #666;
}
.i-link a:hover{
	background: #314e92;
	border: 1px solid #314e92;
	color: #fff;
}
.i-link.mt-55{
	margin-top: 55px;
}

/*技术能力*/
.i-skill{
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.i-skill-top_hd {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 54px;
	padding: 0 3.2%;
}

.i-skill-top_hd .slick-list{
	position: relative;
	/* border-bottom: 1px solid #ddd; */
}
.i-skill-top_hd .slick-list::before{
	position: absolute;
	bottom: 20px;
	left: 40px;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
}

.i-skill-top_hd .slick-list .slick-slide{
	padding-bottom: 40px;
}

.i-skill-top_hd::after{
	position: absolute;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 3.2%;
	bottom: 28px;
	background: url(../images/ico-1.png) no-repeat;
	content: "";
	z-index: 2;
}
.i-skill-top_hd ul {
	float: left;
	width: 100%;
	height: 167px;
	/* overflow-x: auto;
	position: relative;
	overflow-y: hidden;
	display: -webkit-box; */
}

/* .i-skill-top_hd ul::-webkit-scrollbar{
	height:13px;
}
.i-skill-top_hd ul::-webkit-scrollbar-track{
  background: #eee;
  border-radius:13px;
}
.i-skill-top_hd ul::-webkit-scrollbar-thumb{
  background: #314e92;
  border-radius:13px;
}
.i-skill-top_hd ul::-webkit-scrollbar-thumb:hover{
  background: #314e92;
}
.i-skill-top_hd ul::-webkit-scrollbar-corner{
  background: #eee;
} */

.i-skill-top_hd ul li {
	display: block;
	width: 33.333%;
	margin-bottom: 32px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.i-skill-top_hd ul li::after{
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 100%;
	/* border-bottom: 1px solid #ddd; */
	content: "";
	z-index: 0;
}
.i-skill-top_hd ul li .i-skill-year{
	font-family: 'impact';
	float: left;
	width: 19.2%;
	height: 65px;
	line-height: 65px;
	font-size: 40px;
	border-radius: 10px;
	color: #fff;
	background: #314e92;
	text-align: center;
	position: relative;
}
.i-skill-top_hd ul li .i-skill-year::after{
	width: 14px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	background: url(../images/ico-jt-h.png) no-repeat;
	content: "";
}
.i-skill-top_hd ul li .i-skill-year::before{
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: -75px;
	left: 50%;
	margin-left: -9px;
	background: url(../images/ico-1.png) no-repeat;
	content: "";
	z-index: 2;
}
.i-skill-top_hd ul li .i-skill-p{
	float: left;
	width: 80.8%;
	font-size: 18px;
	padding: 0 45px 0 24px;
	color: #fff;
}
.i-skill-top_hd ul .slick-slide.slick-current li span{
	color: #314e92;
	background: #fff;
}
.i-skill-top_hd ul .slick-slide.slick-current li .i-skill-year::after{
	background: url(../images/ico-jt.png) no-repeat;
}
.i-skill-top_bd .slick-slide img{
	max-width: 100%;
}
.slideTxtBox{
	float: left;
	width: 100%;
}
.i-skill-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.i-skill-slideBox {
	float: left;
	width: 100%;
	/* opacity: 0; */
	/* filter: alpha(opacity=00); */
	/* position: absolute; */
}
.i-skill-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	/* z-index: 9; */
	/* opacity: 1; */
	/* filter: alpha(opacity=100); */
}
.i-skill-slideBox ul {
	float: left;
	width: 100%;
}
.i-skill-slideBox ul img{
	width: 100%;
}
.slider{
	float: left;
	width: 100%;
}



/*首页新闻*/
.i-news{
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #fff;
	padding: 40px 3.2% 62px 3.2%;
}
.i-news-contact{
	float: left;
	width: 100%;
	margin-top: 62px;
}
.i-news-contact .i-news-left{
	float: left;
	width: 49.7%;
}
.i-news-contact .i-news-left .i-news-ul{
	float: left;
	width: 100%;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li{
	width: 100%;
	padding-left: 104px;
	padding-right: 10%;
	position: relative;
}
.i-news-contact .i-news-left .i-news-ul .slick-dots{
	float: left;
	width: 100%;
	height: 6px;
	padding-left: 104px;
	margin-top: 33px;
}
.i-news-contact .i-news-left .i-news-ul .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 50px;
	height: 6px;
	border-radius: 3px;
	background: #d2d2d2;
	cursor: pointer;
}
.i-news-contact .i-news-left .i-news-ul .slick-dots li button{
	display: none;
}
.i-news-contact .i-news-left .i-news-ul .slick-dots li.slick-active{
	background: #173477;
}

.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-time{
	position: absolute;
	left: 0;
	top: 0;
	background: #173477;
	color: #fff;
	width: 72px;
	height: 72px;
	padding-top: 12px;
	text-align: center;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-time .i-news-li-day{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 36px;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-time .i-news-li-year{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	line-height: 15px;
	font-size: 12px;
}


.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text{
	float: left;
	width: 100%;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-t{
	float: left;
	width: 100%;
	height: 84px;
	line-height: 42px;
	font-size: 32px;
	color: #333;
	
}

.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-p{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 30px;
	margin-top: 8px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-pic{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-pic a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-pic a img{
	width: 100%;
	-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-contact .i-news-left .i-news-ul .i-news-li:hover .i-news-li-text .i-news-li-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news-contact .i-news-left .i-news-ul .i-news-li:hover .i-news-li-text .i-news-li-t{
	color: #314e92;
}

.i-news-contact .i-news-right{
	float: left;
	width: 50.3%;
}
.i-news-contact .i-news-right .i-news-ri-ul{
	float: left;
	width: 100%;
	border-left: 1px solid #d2d2d2;
	position: relative;
}
.i-news-contact .i-news-right .i-news-ri-ul::after{
	position: absolute;
	top: 0;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #173477;
	background: #fff;
	content: "";
}
.i-news-contact .i-news-right .i-news-ri-ul::before{
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #173477;
	background: #fff;
	content: "";
}


.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li{
	float: left;
	width: 50%;
	padding: 0 7.3%;
	border-right: 1px solid #d2d2d2;
	position: relative;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li::after{
	position: absolute;
	top: 0;
	right: -4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #173477;
	background: #fff;
	content: "";
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li::before{
	position: absolute;
	bottom: 0;
	right: -4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #173477;
	background: #fff;
	content: "";
}



.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-day{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 48px;
	font-size: 64px;
	color: #ddd;
	margin-top: -12px;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-year{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	line-height: 20px;
	margin-top: 9px;
	font-size: 20px;
	color: #999;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-span{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-span span{
	display: inline-block;
	padding: 0 8px;
	line-height: 26px;
	border: 1px solid #d2d2d2;
	border-radius: 13px;
	font-size: 16px;
	color: #df2d32;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-t{
	float: left;
	width: 100%;
	margin-top: 23px;
	line-height: 28px;
	font-size: 20px;
	color: #333;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li:hover .i-news-ri-li-t a{
	color: #314e92;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-p{
	float: left;
	width: 100%;
	margin-top: 37px;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-pic{
	float: left;
	width: 100%;
	margin-top: 21px;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-pic a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-pic img{
	width: 100%;
	-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-contact .i-news-right .i-news-ri-ul .i-news-ri-li:hover .i-news-ri-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link{
	float: left;
	width: 100%;
	margin-top: 58px;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link a{
	display: inline-block;
}
.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link a:hover{
	margin-left: 10px;
}

.i-brand{
	float: left;
	width: 100%;
	padding: 48px 3.2% 84px 3.2%;
	margin: 50px 0 178px 0;
	background: #fff;
}
.i-brand .i-brand-ul{
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
}
.i-brand .i-brand-ul .i-brand-li{
	display: block;
	float: left;
	width: 20%;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
}
.i-brand .i-brand-ul .i-brand-li img{
	width: 100%;
	-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-brand .i-brand-ul .i-brand-li:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1440px){
	.title.bg-0 .title-e::after{
		width: 38%;
	}
	.title.bg-0 .title-e::before{
		width: 38%;
	}
	.i-about{
		margin-top: 40px;
	}
	.i-about-left {
	    padding: 0 3% 0 2%;
	}
	.i-about-left .i-ab-e {
	    line-height: 32px;
	    margin-top: 36px;
	    font-size: 36px;
	}
	.i-about-left .i-ab-c {
	    line-height: 36px;
	    font-size: 24px;
	}
	.i-about-left .i-ab-t {
	    line-height: 32px;
	    margin-top: 6px;
	}
	.i-about-left .i-ab-t span {
	    font-size: 20px;
	    border-bottom: 2px solid #314e92;
	}
	.i-about-left .i-ab-li-num{
		font-size: 18px;
		line-height: 48px;
	}
	.i-about-left .i-ab-li-num strong{
		font-size: 42px;
	}
	.i-about-left .i-ab-li-p {
	    line-height: 32px;
	    font-size: 16px;
	}
	.i-about-left .i-ab-ul .i-ab-li.w-43{
		padding-left: 12%;
	}
	.i-about-left .i-ab-ul .i-ab-li.w-24{
		padding-left: 5%;
	}
	.i-ab-link{
		margin-top: 30px;
	}
	.i-ab-link a{
		font-size: 16px;
	}
	.title .title-e {
	    height: 36px;
	    line-height: 36px;
	    font-size: 36px;
	}
	.title .title-c{
		font-size: 22px;
	}
	.i-app {
	    margin-top: 40px;
	    padding: 30px 2% 43px 2%;
	}
	.i-app .i-app-list{
		margin-top: 30px;
	}
	.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text {
	    bottom: 20px;
	    padding: 0 8%;
	}
	.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text .i-app-li-t {
	    height: 30px;
	    line-height: 30px;
	    font-size: 20px;
	}
	.i-app .i-app-list .i-app-ul .i-app-li .i-app-li-text .i-app-li-p {
	    font-size: 14px;
	    height: 30px;
	    line-height: 30px;
	}
	.i-app .i-app-list .i-app-ul .slick-dots {
	    height: 4px;
	    margin-top: 24px;
	}
	.i-app .i-app-list .i-app-ul .slick-dots li {
	    width: 48px;
	    height: 4px;
	    border-radius: 4px;
	    margin: 0 3px;
	}
	.i-link a {
	    padding: 0 24px;
	    line-height: 48px;
	    border-radius: 24px;
	    font-size: 16px;
	}
	
	.i-skill-top_hd ul li .i-skill-year{
		font-size: 32px;
	}
	.i-skill-top_hd ul li .i-skill-p {
	    font-size: 15px;
	    padding: 0 30px 0 20px;
	}
	.i-skill-top_hd .slick-list .slick-slide{
		padding-bottom: 50px;
	}
	/* .i-skill-top_hd ul::-webkit-scrollbar{
		height:8px;
	}
	.i-skill-top_hd ul::-webkit-scrollbar-track{
	  border-radius:8px;
	}
	.i-skill-top_hd ul::-webkit-scrollbar-thumb{
	  border-radius:8px;
	} */
	.i-news {
	    margin-top: 40px;
	    padding: 30px 3% 42px 3%;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-t {
	    height: 64px;
	    line-height: 32px;
	    font-size: 24px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-p {
	    height: 52px;
	    line-height: 26px;
	    margin-top: 4px;
	    font-size: 15px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-pic{
		margin-top: 18px;
	}
	.i-news-contact .i-news-left .i-news-ul .slick-dots{
		margin-top: 20px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li {
	    padding: 0 4.8%;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-span{
		margin-top: 12px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-t{
		margin-top: 14px;
		font-size: 18px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-p {
	    margin-top: 20px;
	    height: 48px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-pic{
		margin-top: 16px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link{
		margin-top: 36px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-day {
	    line-height: 36px;
	    font-size: 48px;
	    margin-top: -8px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-year {
	    line-height: 16px;
	    margin-top: 4px;
	    font-size: 16px;
	}
	.i-link.mt-55 {
	    margin-top: 35px;
	}
	.i-brand {
	    padding: 38px 3% 44px 3%;
	    margin: 40px 0 48px 0;
	}
	
}
@media (max-width: 1199px){
	.i-about-left{
		width: 100%;
	}
	.i-about-right{
		width: 100%;
		margin-top: 40px;
	}
	.i-skill-top_hd{
		padding: 0 3%;
		bottom: 30px;
	}
	.i-skill-top_hd ul::-webkit-scrollbar{
		height:8px;
	}
	.i-skill-top_hd ul::-webkit-scrollbar-track{
	  border-radius:8px;
	}
	.i-skill-top_hd ul::-webkit-scrollbar-thumb{
	  border-radius:8px;
	}
	.i-skill-top_hd ul li .i-skill-year {
	    font-size: 24px;
	}
	.i-skill-top_hd ul li .i-skill-p {
	    font-size: 14px;
	    padding: 0 14px 0 14px;
	}
	.i-skill-top_hd ul li {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.i-skill-top_hd ul li .i-skill-year::before{
		bottom: -62px;
	}
	.i-skill-top_hd ul li::after{
		left: 36px;
	}
	.i-skill-top_hd::after{
		bottom: 13px;
		right: 3%;
	}
	.i-skill-top_hd ul{
		height: 140px;
	}
	.i-app .i-app-list .i-app-ul .slick-slide{
		padding: 0 6px;
	}
	.title.bg-0{
		top: 36px;
	}
	.title.bg-0 .title-e::after {
	    width: 33%;
	}
	.title.bg-0 .title-e::before {
	    width: 33%;
	}
	.title .title-e{
		line-height: 28px;
		font-size: 28px;
	}
	.title .title-e span::after {
	    width: 10px;
	    height: 10px;
	    border: 3px solid #314e92;
		margin-top: 0;
	}
	.title .title-e span::before {
	    width: 10px;
	    height: 10px;
	    border: 3px solid #314e92;
		margin-top: 0;
	}
	.title .title-e span {
	    padding: 0 24px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li {
	    padding-left: 84px;
	    padding-right: 5%;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-t {
	    height: 54px;
	    line-height: 27px;
	    font-size: 20px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-p {
	    height: 50px;
	    line-height: 25px;
	    font-size: 14px;
	}
	.i-news-contact .i-news-left .i-news-ul .slick-dots{
		padding-left: 84px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li {
	    padding: 0 3.6%;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-day {
	    line-height: 30px;
	    font-size: 36px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-t {
	    margin-top: 5px;
	    font-size: 16px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-p {
	    margin-top: 10px;
	    height: 40px;
	    line-height: 20px;
	    font-size: 13px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-pic {
	    margin-top: 8px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link {
	    margin-top: 30px;
	}
	
	
	.i-about-left .play{
		display: none;
	}
	/*首页手机视频*/
	.i-about-left .video
	{
		display: block;
		float: left;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 400px;
		margin-top: 35px;
	}
	.i-about-left .video .img-box
	{
		width: 100%;
		height: 100%;
		z-index: 0;
		position: relative;
		padding-bottom: 49.56521739130435%;
		background-color: rgba(0,0,0,0);
		
	}
	.i-about-left .video .img-box .black{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		z-index: 99;
		-webkit-transition: all 1s ease;
				transition: all 1s ease;
	}
	.i-about-left .video .img-box img
	{
		-webkit-transition: all .6s ease;
				transition: all .6s ease;
	}
	.i-about-left .video .video-box
	{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.i-about-left .video .iframe
	{
		display: none;

		width: 100% !important;
		height: 100% !important;
		position: relative;
		z-index: 1;
	}
	.i-about-left .video .play
	{
		position: absolute;
		top: 50%;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 54px;
		margin-bottom: 100%;
		-webkit-transition: all .0s;
				transition: all .0s;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		color: #fff;
		background: url(../images/video-play.png) center no-repeat;
	}
	.i-about-left .video .play:before
	{
		font-family: 'iconfont';
		font-size: 60px;
		font-weight: normal;
		line-height: 1;
		display: block;
		/*content: '\e67f';*/
	   width: 63px;
	   height: 63px;
		
	}
	.i-about-left .video:hover .img-box img
	{
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
		/* opacity: .95; */
	}
	.i-about-left .video:hover .img-box .black{
		background-color: rgba(0,0,0,0);
	}
}
@media (max-width: 991px){
	.i-about {
		margin-top: 20px;
	}
	.i-about-left .i-ab-e{
		margin-top: 24px;
	}
	.i-skill-top_hd ul li{
		width: 50%;
	}
	.i-news {
	    margin-top: 30px;
	    padding: 30px 4% 42px 4%;
	}
	.i-news-contact{
		margin-top: 36px;
	}
	.i-news-contact .i-news-left{
		width: 100%;
	}
	.i-news-contact .i-news-right{
		width: 100%;
		margin-top: 48px;
	}
	.i-news-contact .i-news-left .i-news-ul .slick-dots {
	    padding-left: 0px;
		text-align: center;
	}
	.i-about-right{
		margin-top: 30px;
	}
	.i-link{
		margin-top: 30px;
	}
	.i-app{
		margin-top: 30px;
		padding: 30px 2% 23px 2%;
	}
	.i-skill{
		margin-top: 30px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li{
		padding-left: 100px;
	}
	.i-news {
	    padding: 30px 3% 22px 3%;
	}
	.i-brand {
	    padding: 30px 3% 30px 3%;
	    margin: 30px 0 30px 0;
	}
}
@media (max-width: 767px){
	.i-about-left {
	    padding: 0 3% 0 3%;
	}
	.i-about-left .i-ab-e {
		line-height: 24px;
		margin-top: 10px;
		font-size: 20px;
	}
	.i-about-left .i-ab-c {
	    line-height: 28px;
	    font-size: 18px;
	}
	.i-about-left .i-ab-t {
	    line-height: 28px;
	    margin-top: 4px;
	}
	.i-about-left .i-ab-t span {
	    font-size: 18px;
	}
	.i-about-left .i-ab-p {
	    line-height: 28px;
	    font-size: 14px;
		margin-top: 4px;
	}
	.i-about-left .i-ab-ul{
		margin-top: 10px;
	}
	.i-about-left .i-ab-ul .i-ab-li{
		text-align: center;
		padding-left: 0;
	}
	.i-about-left .i-ab-ul .i-ab-li::after{
		display: none;
	}
	.i-about-left .i-ab-ul .i-ab-li.w-32{
		/* width: 35%; */
		width: 50%;
		padding-left: 0;
	}
	.i-about-left .i-ab-ul .i-ab-li.w-43{
		/* width: 40%; */
		width: 50%;
		padding-left: 0%;
	}
	.i-about-left .i-ab-ul .i-ab-li.w-24 {
		width: 100%;
	    padding-left: 0%;
	}
	
	.i-about-left .i-ab-ul .i-ab-li {
	    padding: 10px 0 10px 0;
	}
	.i-about-left .i-ab-li-num{
		line-height: 36px;
	}
	.i-about-left .i-ab-li-num strong {
	    font-size: 24px;
	}
	.i-about-left .i-ab-li-p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.i-about-left .i-ab-ul .i-ab-li::after {
	    width: 6px;
	    height: 6px;
	    margin-top: -3px;
	}
	.i-about-left .i-ab-link-1 {
	    background-size: 30px 30px;
	}
	.i-ab-link {
	    margin-top: 15px;
	}
	.i-ab-link a {
	    width: 140px;
	    height: 30px;
	    line-height: 30px;
	    padding-left: 36px;
	    font-size: 14px;
	}
	.i-about-left .video {
	    height: 240px;
	    margin-top: 18px;
	}
	.title .title-e {
		height: auto;
	    line-height: 20px;
	    font-size: 20px;
	}
	.title .title-c {
	    line-height: 20px;
	    font-size: 18px;
	    margin-top: 4px;
	}
	.i-app .i-app-list .i-app-ul .slick-slide {
	    padding: 0 0px;
	}
	.i-app .i-app-list {
	    margin-top: 15px;
	}
	.title .title-e span {
	    padding: 0 0px;
	}
	.title .title-e span::after{
		display: none;
	}
	.title .title-e span::before{
		display: none;
	}
	.title .title-e::after{
		display: none;
	}
	.i-app {
	    margin-top: 15px;
	    padding: 15px 3% 15px 3%;
	}
	.i-app .i-app-list .i-app-ul .slick-dots {
		height: 3px;
	    margin-top: 10px;
	}
	.i-app .i-app-list .i-app-ul .slick-dots li {
	    width: 24px;
	    height: 3px;
	    margin: 0 2px;
	}
	.i-link {
	    margin-top: 18px;
	}
	.i-link a {
	    padding: 0 16px;
	    line-height: 32px;
	    border-radius: 16px;
	    font-size: 14px;
	}
	.i-skill-top_hd ul {
	   /* height: auto;
	    overflow-x: hidden;
	    display: block; */
	}

	.i-skill-top_hd{
		position: relative;
		padding: 0 3%;
		bottom: auto;
	}
	.i-skill-top_hd ul{
		height: auto;
	}
	.i-skill-top_hd ul li{
		/* float: left; */
		width: 100%;
		color: #314e92;
	}
	.i-skill-top_hd ul li .i-skill-year::before{
		display: none;
	}
	.i-skill-top_hd::after{
		display: none;
	}
	.i-skill-top_hd ul li::after{
		display: none;
	}
	.title.bg-0 .title-e::before{
		display: none;
	}
	.i-skill-top_hd ul li .i-skill-p{
		color: #314e92;
		padding: 0 14px 14px 14px;
	}
	.i-skill-top_hd .slick-dots {
		height: 3px;
		margin-top: 10px;
		text-align: center;
	}
	.i-skill-top_hd .slick-dots li {
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 3px;
		margin: 0 2px;
		background: #d2d2d2;
	}
	.i-skill-top_hd .slick-dots li.slick-active{
	    background: #173477;	
	}
	.i-skill-top_hd .slick-dots li button{
		display: none;
	}

	
	.title.bg-0{
		position: relative;
		float: left;
		width: 100%;
	    left: auto;
		top: auto;
	}
	.i-skill {
	    margin-top: 20px;
	}
	.title.bg-0 .title-e span{
		color: #314e92;
	}
	.title.bg-0 .title-c{
		color: #314e92;
	}
	.slider{
		margin-top: 20px;
	}
	.i-skill-top_hd ul li{
		margin-bottom: 25px;
		margin-bottom: 0px;
	}
	.i-skill-top_hd{
		margin-top: 15px;
	}
	.i-skill-top_hd .slick-list .slick-slide{
		padding-bottom: 0;
	}
	.i-skill-top_hd .slick-list::before{
		display: none;
	}
	.i-news {
	    padding: 15px 3% 15px 3%;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li{
		padding-left: 0;
		padding-right: 0;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-time{
		display: none;
	}
	.i-news-contact {
	    margin-top: 15px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-t {
	    height: 40px;
	    line-height: 20px;
	    font-size: 18px;
	}
	.i-news-contact .i-news-left .i-news-ul .i-news-li .i-news-li-text .i-news-li-pic {
	    margin-top: 10px;
	}
	.i-news-contact .i-news-left .i-news-ul .slick-dots{
		margin-top: 5px;
	}
	.i-news-contact .i-news-left .i-news-ul .slick-dots li {
	    margin:0 2px;
	    width: 24px;
	    height: 4px;
	    border-radius: 2px;
	}
	.i-news-contact .i-news-right{
		margin-top: 12px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul{
		border: 0;
	}
	.i-news-contact .i-news-right .i-news-ri-ul::after{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul::before{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li{
		width: 100%;
		padding: 0;
		border: 0;
		margin-top: 25px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-p{
		margin-top: 5px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li::after{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li::before{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-day{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-year{
		display: none;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-span {
	    margin-top: 0px;
	}
	.i-news-contact .i-news-right .i-news-ri-ul .i-news-ri-li .i-news-ri-li-link {
	    margin-top: 10px;
		display: none;
	}
	.i-link.mt-55 {
	    margin-top: 15px;
	}
	.i-brand {
	    padding: 15px 3% 15px 3%;
	    margin: 15px 0 15px 0;
	}
	.i-brand .i-brand-ul .i-brand-li{
		width: 33.33%;
	}
}
/*首页*/




/*首页新闻end*/

/*内页banner + 内页导航*/
.banner-in
{
	width: 100%;
    padding: 0;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1024px){
	.banner-in{
		margin-top: 66px;
	}
}


@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        
    }
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 38.54166666666667%;
}

.banner-in .text-in
{
    position: absolute;
    bottom: 0px;

    width: 100%;

  /*  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */

    color: #fff;
}
.banner-in .banner-txt-1{
	text-align: center;
	color: #fff;
}
.banner-in .banner-txt-1 h1{
	line-height: 38px;
	font-size: 26px;
	font-weight: lighter;
}
.banner-in .banner-txt-1 h2{
	font-family: 'Roboto-Bold';
	line-height: 30px;
	font-size: 24px;
}
.banner-in .banner-txt-1 h3{
	margin-top: 18px;
}
.banner-in .banner-txt-1 h3 span{
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 76px;
	background: #fff;
}


@media (max-width: 991px){
	.banner-in .img-box {
		height: 100%;
		padding-bottom: 0%;
	}
	.banner-in .banner-txt-1{
		display: none;
	}
	.banner-in .img-box img{
		position: relative;
	}
}
@media (max-width: 767px){
	
	.banner-in .slick-slide > div{
		height: 100%;
	}
	.banner-in .slick-slide > div .item{
		height: 100%;
	}
}

/*内页导航*/

.bo-1{
	position: relative;
	/* z-index: 999; */
	z-index: 10001;
	margin-top: -72px;
}
.ri-10{
	position: absolute;
	left: 0;
	top: 0;
	width: 13.2%;
	height: 72px;
	background: #314e92;
}
.wrap-sidenav{
	float: left;
	width: 100%;
	
}
.wrap-sidenav .sidenav
{
    position: relative;
	float: left;
	width: 100%;
	height: 72px;
	overflow: hidden;
}
.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;
	vertical-align: top;
}

.wrap-sidenav .sidenav ul li a
{
    position: relative;
    display: block;
    height: 72px;
	line-height: 72px;
    padding: 0 20px;
	background: #314e92;
	
	font-size: 16px;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.wrap-sidenav .sidenav ul li:last-child a{
	border-right: 1px solid rgba(255,255,255,0.3);
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #fff;
	background: #1e3876;
}

@media (max-width: 1440px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 14px;
		font-size: 14px;
	}
}

@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 10px;
		font-size: 12px;
	}
	.wrap-sidenav .sidenav{
	}
}	
@media (max-width: 1199px) {
	.bo-1 {
	    margin-top: -70px;
	}
	.ri-10{
		height: 48px;
		/* display: none; */
	}
	.nav-top{
	}
	.wrap-sidenav .sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
	}
	.wrap-sidenav .sidenav ul li a {
	    height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    font-size: 16px;
	}
	.nav-top .address{
		height: 48px;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	.nav-top{
		padding: 0 3%;
	}
	.wrap-sidenav .sidenav{
		width: 100%;
	}
	.nav-top .address{
		display: none;
	}
	.wrap-sidenav .sidenav ul li a {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {	
	.bo-1{
		margin-top: 0;
		background: #314e92;
	}
	.wrap-sidenav .sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
		text-align: left;
	}
	.wrap-sidenav .sidenav ul li a{
		 padding: 0 15px;
		 font-size: 14px;
	}
}

/*关于我们*/
.about-1{
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 50px;
}
.about-1 .about-1-left{
	float: left;
	width: 50%;
	padding: 63px 3.2% 0 3.2%;
	color: #666;
}
.about-1 .about-1-left .about-1-left-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 42px;
	color: #314e92;
}
.about-1 .about-1-left .about-1-left-c{
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 26px;
}
.about-1 .about-1-left .about-1-left-p{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	margin-top: 34px;
}
.about-1 .about-1-left .about-1-left-ico{
	float: left;
	width: 100%;
	margin-top: 48px;
}
.about-1 .about-1-left .about-1-left-ico img{
	margin-right: 15px;
}
.about-1 .about-1-right{
	float: left;
	width: 50%;
}
.about-1 .about-1-right .slick-dots{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 53px;
	bottom: 37px;
}
.about-1 .about-1-right .slick-dots li{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 17px;
	border: 6px solid #fff;
	border-radius: 100%;
}
.about-1 .about-1-right .slick-dots li.slick-active{
	border-color: #1a3f8f;
}
.about-1 .about-1-right .slick-dots li button{
	display: none;
}
.about-1:nth-child(2n) .about-1-left{
	float: right;
}

.about-2{
	float: left;
	width: 100%;
	margin: 50px 0 120px 0;
	background: #fff;
	padding: 50px 3.2% 66px 3.2%;
}
.about-2-list{
	float: left;
	width: 100%;
	margin-top: 16px;
}
.about-2-list ul{
	float: left;
	width: 100%;
}
.about-2-list ul li{
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #f2f2f2;
}
.about-2-list ul li .about-2-li-pic{
	float: left;
	width: 50%;
}
.about-2-list ul li .about-2-li-text{
	float: left;
	width: 50%;
	padding: 57px 3.8% 0 3.8%;
}
.about-2-list ul li:nth-child(2n) .about-2-li-pic{
	float: right;
}
.about-2-list ul li .about-2-li-pic img{
	width: 100%;
}
.about-2-list ul li .about-2-li-text .about-2-li-t{
	float: left;
	width: 100%;
}
.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span{
	font-family: 'CenturyGothic-Bold';
	display: inline-block;
	vertical-align: middle;
	height: 54px;
	line-height: 36px;
	padding-bottom: 17px;
	border-bottom: 1px solid #1e3876;
	font-size: 48px;
	color: #1e3876;
}
.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span span{
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 28px;
	color: #fff;
	background: #1e3876;
}
.about-2-list ul li .about-2-li-text .about-2-li-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 13px;
	font-size: 28px;
	color: #1e3876;
}
.about-2-list ul li .about-2-li-text .about-2-li-txt{
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 37px;
	font-size: 20px;
	color: #666;
}
.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p{
	float: left;
	width: 100%;
	margin-top: 7px;
}
.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p .ab2-span1{
	float: left;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 22px;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	background: #1e3876;
	border-radius: 100%;
}
.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p .ab2-span2{
	border: 1px dashed #bfbfbf;
	border-radius: 14px;
	line-height: 26px;
	font-size: 20px;
	padding: 0 8px;
	color: #1e3876;
	margin-right: 12px;
}

@media (max-width: 1440px) {
	.about-1{
		margin-top: 40px;
	}
	.about-1 .about-1-left {
	    padding: 48px 3% 0 3%;
	}
	.about-1 .about-1-left .about-1-left-e {
	    line-height: 36px;
	    font-size: 36px;
	}
	.about-1 .about-1-left .about-1-left-c {
	    line-height: 32px;
	    font-size: 22px;
	}
	.about-1 .about-1-left .about-1-left-p {
	    line-height: 36px;
	    font-size: 16px;
	    margin-top: 24px;
	}
	.about-1 .about-1-right .slick-dots li {
	    width: 18px;
	    height: 18px;
	    margin-right: 12px;
	    border: 4px solid #fff;
	}
	.about-2 {
	    margin: 50px 0 80px 0;
	    padding: 40px 3% 46px 3%;
	}
	.about-2-list ul li .about-2-li-text {
	    padding: 48px 3% 0 3%;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span {
	    height: 38px;
	    line-height: 28px;
	    padding-bottom: 10px;
	    font-size: 28px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span span {
	    padding: 0 12px;
	    line-height: 28px;
	    border-radius: 14px;
	    font-size: 20px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-p {
	    line-height: 32px;
	    margin-top: 10px;
	    font-size: 24px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-txt {
	    margin-top: 20px;
	    line-height: 32px;
	    font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.about-1 .about-1-left {
	    padding: 18px 3% 0 3%;
	}
	.about-1 .about-1-left .about-1-left-e {
	    line-height: 30px;
	    font-size: 30px;
	}
	.about-1 .about-1-left .about-1-left-c {
	    line-height: 28px;
	    font-size: 18px;
	}
	.about-1 .about-1-left .about-1-left-p {
	    line-height: 30px;
	    font-size: 14px;
	    margin-top: 14px;
	}
	.about-1 .about-1-left .about-1-left-ico {
	    margin-top: 14px;
	}
	.about-1 .about-1-left .about-1-left-ico img{
		width: 36px;
	}
	.about-2-list{
		margin-top: 0;
	}
	.about-2-list ul li .about-2-li-text {
	    padding: 28px 2% 0 2%;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span {
	    height: 30px;
	    line-height: 24px;
	    padding-bottom: 6px;
	    font-size: 20px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-t .about-2-li-span span {
	    padding: 0 10px;
	    line-height: 24px;
	    border-radius: 12px;
	    font-size: 16px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-p {
	    line-height: 24px;
	    margin-top: 6px;
	    font-size: 18px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-txt {
	    margin-top: 10px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p .ab2-span1 {
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	    font-size: 18px;
	    margin-right: 10px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p .ab2-span2 {
	    line-height: 26px;
	    font-size: 16px;
	    padding: 0 6px;
	    margin-right: 8px;
	}
}
@media (max-width: 991px) {
	.about-1 {
	    margin-top: 30px;
	}
	.about-1 .about-1-left {
		width: 100%;
	    padding: 18px 3% 18px 3%;
	}
	.about-1 .about-1-right{
		width: 100%;
	}
	.about-2 {
	    margin: 30px 0 50px 0;
	    padding: 30px 3% 36px 3%;
	}
	.about-2-list ul li .about-2-li-pic{
		width: 100%;
	}
	.about-2-list ul li .about-2-li-text{
		width: 100%;
	}
	.about-2-list ul li .about-2-li-text {
	    padding: 18px 3% 18px 3%;
	}
}
@media (max-width: 767px) {
	.about-1 {
		margin-top: 15px;
	}
	.about-1 .about-1-left {
	    padding: 15px 3% 15px 3%;
	}
	.about-1 .about-1-left .about-1-left-e {
	    line-height: 20px;
	    font-size: 20px;
	}
	.about-1 .about-1-left .about-1-left-c {
	    line-height: 24px;
	    font-size: 16px;
	}
	.about-1 .about-1-left .about-1-left-p {
	    line-height: 28px;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.about-1 .about-1-right .slick-dots {
	    padding-left: 5%;
	    bottom: 10px;
	}
	.about-1 .about-1-right .slick-dots li {
	    width: 12px;
	    height: 12px;
	    margin-right: 6px;
	    border: 3px solid #fff;
	}
	.about-2 {
	    margin: 15px 0 20px 0;
	    padding: 15px 3% 15px 3%;
	}
	.about-2-list ul li{
		margin-top: 15px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-p {
	    margin-top: 4px;
	    font-size: 16px;
	}
	.about-2-list ul li .about-2-li-text .about-2-li-txt .about-2-li-txt-p .ab2-span1 {
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    font-size: 16px;
	    margin-right: 6px;
	}
}

/*发展历程*/
.history{
	float: left;
	width: 100%;
	margin-top: 84px;
	margin-bottom: 155px;
	padding-top: 24px;
	overflow: hidden;
}
.his-ul{
	float: left;
	width: 100%;
	position: relative;
}
.his-ul::after{
	position: absolute;
	top: 9px;
	left: 0;
	z-index: -1;
	width: 100%;
	border-top: 1px dashed #959595;
	content: "";
}
.his-ul .slick-arrow{
	position: absolute;
	top: -15px;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 100%;
	border: 1px dashed #1a3f8f;
	z-index: 9999;
}
.his-ul .slick-arrow.slick-prev{
	left: 0;
	background:#f2f2f2 url(../images/about/his-left.png) center no-repeat;
}
.his-ul .slick-arrow.slick-next{
	right: 0;
	background:#f2f2f2 url(../images/about/his-right.png) center no-repeat;
}
.his-ul .his-li{
	float: left;
	padding: 0 10px;
}
.his-ul .his-li .his-li-con{
	float: left;
	width: 100%;
	background: #fff;
}
.his-ul .his-li .his-li-zs{
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	position: relative;
}
.his-ul .his-li .his-li-zs::before{
	position: absolute;
	left: 50%;
	top: 0;
	border-left: 1px dashed #081c84;
	height: 100%;
	content: "";
}
.his-ul .his-li .his-li-zs span{
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	border: 1px dashed #081c84;
	padding: 3px;
	background: #f2f2f2;
	/* background: #1a3f8f; */
} 
.his-ul .his-li .his-li-zs span::after{
	position: absolute;
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	background: #1a3f8f;
	border-radius: 100%;
	content: "";
}
.his-ul .his-li .his-li-time{
	float: left;
	width: 100%;
	text-align: center;
}
.his-ul .his-li .his-li-time span{
	font-family: 'CenturyGothic-Bold';
	display: inline-block;
	width: 290px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	text-align: center;
	background: #1a3f8f;
	font-size: 32px;
	color: #fff;
}
.his-ul .his-li .his-li-pic{
	float: left;
	width: 100%;
	margin-top: 23px;
}
.his-ul .his-li .his-li-pic a{
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
}
.his-ul .his-li .his-li-pic a 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;
}
.his-ul .his-li:hover .his-li-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.his-ul .his-li .his-li-text{
	float: left;
	width: 100%;
	padding: 14px 0 15px 20px;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}
.his-ul .his-li .his-li-text .his-li-text-t{
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 26px;
	color: #1a3f8f;
	font-weight: bold;
}
.his-ul .his-li .his-li-text .his-li-text-p{
	float: left;
	width: 100%;
	line-height: 32px;
	margin-top: 6px;
	font-size: 18px;
	color: #666;
}
.his-ul .his-li .his-li-list{
	float: left;
	width: 100%;
	background: #fff;
}
.his-ul .his-li .his-li-list .his-li-list-div{
	float: left;
	width: 100%;
	padding: 18px;
	border-bottom: 1px solid #f2f2f2;
}
.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-span{
	float: left;
	width: 100%;
}
.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-span span{
	display: inline-block;
	padding: 0 14px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 15px;
	color: #fff;
	background: #1a3f8f;
} 
.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-p{
	float: left;
	width: 100%;
	margin-top: 14px;
	line-height: 32px;
	font-size: 16px;
	color: #999;
}

@media (max-width: 1440px) {
	.history {
	    margin-top: 44px;
	    margin-bottom: 85px;
	}
	.his-ul .his-li .his-li-time span{
		font-size: 28px;
	}
	.his-ul .his-li .his-li-text .his-li-text-t{
		font-size: 20px;
	}
	.his-ul .his-li .his-li-text .his-li-text-p{
		font-size: 16px;
	}
	.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-p{
		font-size: 14px;
	}
	.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-span span{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.history {
		margin-top: 24px;
		margin-bottom: 25px;
	}
	.his-ul .his-li .his-li-time span {
	    width: 240px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 20px;
	}
	.his-ul .his-li{
		padding: 0;
	}
	.his-ul .his-li .his-li-pic{
		margin-top: 15px;
	}
	.his-ul .his-li .his-li-text {
	    padding: 10px 3% 10px 3%;
	}
	.his-ul .his-li .his-li-text .his-li-text-t {
	    line-height: 28px;
	    font-size: 18px;
	}
	.his-ul .his-li .his-li-text .his-li-text-p {
	    line-height: 24px;
	    margin-top: 4px;
	    font-size: 14px;
	}
	.his-ul .his-li .his-li-list .his-li-list-div {
	    padding: 10px;
	}
	.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-span span {
	    font-size: 16px;
	}
	.his-ul .his-li .his-li-list .his-li-list-div .his-li-list-div-p {
	    margin-top: 8px;
	    line-height: 24px;
	    font-size: 14px;
	}
}

/*荣誉资质*/
.honor{
	float: left;
	width: 100%;
	margin: 62px 0 76px 0;
	padding: 46px 3.2% 30px 3.2%;
	background: #fff;
}
.honor-list{
	float: left;
	width: 100%;
	padding-top: 70px;
}
.honor-list ul{
	float: left;
	width: 100%;
}


.honor-list ul li{
	float: left;
	width: 25%;
	margin-top: 16px;
	position: relative;
} 
.honor-list ul .xian{
	position: absolute;
	right: 0px;
	top: -200px;
	width: 3px;
	height: 490px;
	border-radius: 50px;
	background: url(../images/about/hon-bg-2.png) repeat-y;
}
.honor-list ul .xian.xian-1{
	right: auto;
	left: -0px;
}

.honor-list ul li .hon-li-pic{
	float: left;
	width: 100%;
	padding: 0 12.1%;
}
.honor-list ul li .hon-li-pic img{
	width: 100%;
}
.honor-list ul li .hon-li-radiu{
	float: left;
	width: 100%;
	height: 23px;
	margin-top: 32px;
	text-align: center;
	position: relative;
	
}
.honor-list ul li .hon-li-radiu::after{
	position: absolute;
	left: 0;
	top: 10px;
	height: 3px;
	width: 50%;
	background: url(../images/about/hon-bg-1.png) repeat-x;
	content: "";
}
.honor-list ul li .hon-li-radiu::before{
	position: absolute;
	right: 0;
	top: 10px;
	height: 3px;
	width: 50%;
	background: url(../images/about/hon-bg-1.png) repeat-x;
	content: "";
}
.honor-list ul li:first-child .hon-li-radiu::after{
	display: none;
}
.honor-list ul li:last-child .hon-li-radiu::before{
	display: none;
}
.honor-list ul li .hon-li-radiu span{
	display: inline-block;
	width: 23px;
	height: 23px;
	padding: 4px;
	background: #fff;
	border: 1px solid #314e92;
	border-radius: 100%;
	position: relative;
	z-index: 9;
}
.honor-list ul li .hon-li-radiu span::after{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #314e92;
	content: "";
	z-index: 1;
}
.honor-list ul li .hon-li-time{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 11px;
	font-size: 26px;
	padding: 0 12.1%;
	color: #314e92;
	text-align: center;
}
.honor-list ul li .hon-li-p{
	float: left;
	width: 100%;
	height: 120px;
	line-height: 30px;
	margin-top: 12px;
	font-size: 18px;
	padding: 0 12.1%;
	color: #666;
	text-align: center;
	overflow: hidden;
}
@media (max-width: 1440px) {
	.honor-list ul li .hon-li-pic{
		padding: 0 7%;
	}
	.honor-list{
		padding-top: 40px;
	}
}
@media (max-width: 1400px) {
	.honor-list ul li .hon-li-pic{
		padding: 0 6%;
	}
}
@media (max-width: 1366px) {
	.honor-list ul li .hon-li-pic{
		padding: 0 5%;
	}
}
@media (max-width: 1199px) {
	.honor {
		margin: 42px 0 46px 0;
		padding: 26px 3% 20px 3%;
	}
	.honor-list ul li .hon-li-radiu {
	    height: 23px;
	    margin-top: 24px;
	}
	.honor-list ul li .hon-li-time {
	    line-height: 24px;
	    margin-top: 5px;
	    font-size: 20px;
		padding: 0 6%;
	}
	.honor-list ul li .hon-li-p {
	    height: 96px;
	    line-height: 24px;
	    margin-top: 6px;
	    font-size: 14px;
	    padding: 0 6%;
	}
	.honor-list ul .xian {
	    top: -158px;
	    height: 380px;
	}
}
@media (max-width: 991px) {
	.honor-list {
		padding-top: 20px;
	}
	.honor-list ul li .hon-li-radiu {
	    margin-top: 18px;
	}
	.honor-list ul li .hon-li-time {
	    line-height: 20px;
	    margin-top: 4px;
	    font-size: 16px;
	    padding: 0 3%;
	}
	.honor-list ul li .hon-li-p {
	    height: 80px;
	    line-height: 20px;
	    margin-top: 2px;
	    font-size: 12px;
	    padding: 0 4%;
	}
	.honor-list ul .xian {
	    top: -133px;
	    height: 304px;
	}
}
@media (max-width: 767px) {
	.honor {
		margin: 22px 0 26px 0;
		padding: 16px 3% 10px 3%;
	}
	.honor-list ul .xian{
		display: none;
	}
	.honor-list ul{
		margin-top: -10px;
	}
	.honor-list ul li{
		width: 50%;
		margin-top: 10px;
	}
	.honor-list ul li .hon-li-radiu::after{
		display: none;
	}
	.honor-list ul li .hon-li-radiu::before{
		display: none;
	}
	
	.honor-list ul li .hon-li-pic {
	    padding: 0 3%;
	}
	.honor-list ul li .hon-li-radiu {
	    margin-top: 5px;
		height: 16px;
	}
	.honor-list ul li .hon-li-radiu span {
	    width: 16px;
	    height: 16px;
	}
	.honor-list ul li .hon-li-radiu span::after {
	    width: 6px;
	    height: 6px;
	}
	.honor-list ul li .hon-li-p{
		height: 72px;
		font-size: 13px;
		line-height: 24px;
		padding: 0 2%;
	}
	.honor-list ul li .hon-li-time{
		font-size: 16px;
	}
}


/*产品中心*/
.bo-2{
	margin-top: -144px;
}
.bo-2 .wrap-sidenav .sidenav ul li a{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bo-2 .ri-10{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.wrap-sidenav .sidenav ul li.st a{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.wrap-sidenav .sidenav ul li.st.st-1 a{
	padding-right: 73px;
}
.wrap-sidenav .sidenav ul li.st a span{
	font-family: 'CenturyGothic-Bold';
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.wrap-sidenav .sidenav ul li.st.active a, 
.wrap-sidenav .sidenav ul li.st:hover a {
    background: #314e92;
}

.product-list{
	float: left;
	width: 100%;
	margin: 62px 0 70px 0;
	padding: 23px 3.2% 109px 3.2%;
	background: #fff;
}
.product-list ul{
	float: left;
	width: 100%;
}
.product-list ul li{
	float: left;
	width: 100%;
	padding: 0px 0 0px 499px;
	margin-top: 20px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.product-list ul li > a{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 500px;
	overflow: hidden;
}
.product-list ul li > a img{
	width: 100%;
	-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;
}
.product-list ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list ul li .pro-li-text{
	float: left;
	width: 100%;
	padding: 21px 5.4% 30px 5.4%;
	-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;
}
.product-list ul li .pro-li-text .pro-li-t{
	float: left;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.product-list ul li .pro-li-text .pro-li-t span{
	display: inline-block;
	vertical-align: top;
	line-height: 47px;
	border-bottom: 3px solid #314e92;
	font-size: 30px;
	color: #314e92;
	font-weight: bold;
}

.product-list ul li .pro-li-text .pro-li-span1{
	float: left;
	width: 100%;
	margin-top: 14px;
	height: 28px;
	overflow: hidden;
}
.product-list ul li .pro-li-text .pro-li-span1 span{
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 16px;
	margin-right: 7px;
	border-radius: 14px;
	color: #666;
	border: 1px dashed #314e92;
}
.product-list ul li .pro-li-text .pro-li-p{
	float: left;
	width: 100%;
	height: 96px;
	line-height: 32px;
	margin-top: 14px;
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.product-list ul li .pro-li-text .pro-li-link{
	float: left;
	width: 100%;
	line-height: 32px;
	margin-top: 22px;
	font-size: 18px;
	color: #df0023;
}
.product-list ul li .pro-li-text .pro-li-link img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	margin-left: 16px;
}
.product-list ul li .pro-li-text .pro-li-link a img.block{
	display: inline-block;
}
.product-list ul li .pro-li-text .pro-li-link a img.none{
	display: none;
}
.product-list ul li .pro-li-text .pro-li-link a:hover{
	margin-left: 5px;
}
.product-list ul li:hover{
    border: 1px solid #314e92;	
}
.product-list ul li:hover .pro-li-text{
	background: #314e92;
}
.product-list ul li:hover .pro-li-text .pro-li-t span{
	color: #fff;
	border-bottom-color: #fff;
}
.product-list ul li:hover .pro-li-text .pro-li-span1 span {
    color: #fff;
    border: 1px dashed #fff;
}
.product-list ul li:hover .pro-li-text .pro-li-p{
	color: #fff;
}
.product-list ul li:hover .pro-li-text .pro-li-link a{
	color: #fff;
}
.product-list ul li:hover .pro-li-text .pro-li-link a img.block{
	display: none;
}
.product-list ul li:hover .pro-li-text .pro-li-link a img.none{
	display: inline-block;
}
@media (max-width: 1440px) {
	.wrap-sidenav .sidenav ul li.st.st-1 a{
		padding-right: 67px;
	}
	.product-list ul li .pro-li-text .pro-li-t span {
		font-size: 24px;
	}
	.product-list ul li .pro-li-text .pro-li-span1 span{
		font-size: 14px;
	}
	.product-list ul li .pro-li-text .pro-li-p {
	    font-size: 16px;
	}
	.product-list ul li .pro-li-text .pro-li-link{
		font-size: 16px;
	}
}
@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li.st.st-1 a {
	    padding-right: 63px;
	}
}

@media (max-width: 1199px) {
	.wrap-sidenav .sidenav ul li.st a{
		font-size: 16px;
	}
	.wrap-sidenav .sidenav ul li.st a span {
	    font-size: 14px;
	    margin-left: 5px;
	}
	.wrap-sidenav .sidenav ul li.st.st-1 a {
	    padding-right: 61px;
	}
	.bo-2 {
	    margin-top: -118px;
	}
	.product-list {
	    margin: 32px 0 30px 0;
	    padding: 13px 3% 59px 3%;
	}
	.product-list ul li > a{
		width: 380px;
	}
	.product-list ul li{
		padding: 0 0 0 379px;
	}
	.product-list ul li .pro-li-text {
	    padding: 10px 4% 15px 4%;
	}
	.product-list ul li .pro-li-text .pro-li-t {
		height: 34px;
	}
	.product-list ul li .pro-li-text .pro-li-t span {
	    line-height: 32px;
	    border-bottom: 2px solid #314e92;
	    font-size: 20px;
	}
	.product-list ul li .pro-li-text .pro-li-span1{
		margin-top: 10px;
		height: 24px;
	}
	.product-list ul li .pro-li-text .pro-li-span1 span {
	    height: 24px;
	    line-height: 22px;
	    padding: 0 8px;
	    font-size: 14px;
	    margin-right: 5px;
	    border-radius: 12px;
	}
	.product-list ul li .pro-li-text .pro-li-p {
	    height: 90px;
	    line-height: 30px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.product-list ul li .pro-li-text .pro-li-link {
	    line-height: 28px;
	    margin-top: 11px;
	    font-size: 14px;
	}
	.product-list ul li .pro-li-text .pro-li-link img{
		height: 16px;
	}
}
@media (max-width: 991px) {
	.wrap-sidenav .sidenav ul li.st.st-1 a {
	    padding-right: 56px;
	}
	.product-list ul li .pro-li-text {
	    padding: 11px 4% 15px 4%;
	}
}
@media (max-width: 767px) {
	.bo-2 {
	    margin-top: -48px;
	}
	.bo-2 {
	    margin-top: 0px;
	}
	.wrap-sidenav .sidenav ul li.st.st-1 a {
	    padding-right: 50px;
	}
	.wrap-sidenav .sidenav ul li.st a {
	    font-size: 14px;
	}
	.wrap-sidenav .sidenav ul li.st a span {
	    font-size: 12px;
	    margin-left: 2px;
	}
	
	.product-list ul li{
		padding-left: 0;
	}
	.product-list ul li > a{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.product-list ul li .pro-li-text{
		width: 100%;
	}
	.product-list {
	    margin: 15px 0 15px 0;
	    padding: 0px 3% 15px 3%;
	}
	.product-list ul li{
		margin-top: 15px;
	}
	.product-list ul li .pro-li-text {
	    padding: 10px 3% 10px 3%;
	}
	.product-list ul li .pro-li-text .pro-li-t span{
		font-size: 18px;
	}
	.product-list ul li .pro-li-text .pro-li-p {
	    height: 72px;
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 14px;
	}
	.product-list ul li .pro-li-text .pro-li-link {
	    line-height: 24px;
	    margin-top: 8px;
	}
	.product-list ul li .pro-li-text .pro-li-link img {
		height: 14px;
	    padding-bottom: 3px;
	    margin-left: 8px;
	}
	.product-list ul li {
	    border: 0px solid #314e92;
	}
	.product-list ul li:hover {
	    border: 0px solid #314e92;
	}
}

/*产品详情*/
.h-100{
	height: 100px;
}
.pro-add{
	float: left;
	width: 100%;
	background: #314e92;
	color: #fff;
	padding: 32px 0% 32px 0%;
	line-height: 36px;
}
.pro-add .pro-add-l{
	float: left;
	font-size: 30px;
}
.pro-add .pro-add-r{
	float: right;
	font-size: 18px;
	position: relative;
}
.pro-add .pro-add-r::after{
	position: absolute;
	left: -12px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #fff;
	content: "";
}
.pro-add .pro-add-r a:hover{
	opacity: 0.8;
}


.pro-de{
	float: left;
	width: 100%;
	margin: 48px 0 124px 0;
	padding: 0 3.2% 156px 3.2%;
	background: #fff;
}
.pro-de-1{
	float: left;
	width: 100%;
	padding: 45px 0 94px 0;
}
.pro-de-1 .pro-de-left{
	float: left;
	width: 49.5%;
}
.pro-de-1 .pro-de-left .slider-nav .slick-list{
	position: absolute;
	top: 13.6%;
	width: 100%;
	/* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.pro-de-1 .pro-de-left .slider-for{
	float: left;
	width: 81.5%;
	/* border: 1px solid #dcdcdc; */
	/* background: #fff; */
}
.pro-de-1 .pro-de-left .slider-for .slick-list .slick-track .slick-slide > div {
	width: 100%;
}

.pro-de-1 .pro-de-left img{
	width: 100%;
}
.pro-de-1 .pro-de-left .slider-nav
{
	float: right;
	position: relative;
	width: 15.6%;
	height: 480px;
    /*background-color: #eee;*/
}
.pro-de-1 .pro-de-left .slider-nav button{
	width: 51px;
	height: 26px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	margin: 0;
	padding: 0;
}
.pro-de-1 .pro-de-left .slider-nav button.slick-prev{
	background: url("../images/product/de-up.png") no-repeat;
	background-size: 100% 100%;
	top: 3px;
}
/* .pro-de-1 .pro-de-left .slider-nav button.slick-prev:hover{
	background: url("../images/product/datails-top-on.png") no-repeat;
	background-size: 100% 100%;
} */
.pro-de-1 .pro-de-left .slider-nav button.slick-next{
	background: url("../images/product/de-down.png") no-repeat;
	background-size: 100% 100%;
	bottom: 3px;
}
/* .pro-de-1 .pro-de-left .slider-nav button.slick-next:hover{
	background: url("../images/product/datails-bottom-on.png") no-repeat;
	background-size: 100% 100%;
} */
.pro-de-1 .pro-de-left .slider-nav .slick-slide img
{
	width: 100%;
    padding: 0px 0px;
	cursor: pointer;
	border: 1px solid #dcdcdc;
}
.pro-de-1 .pro-de-left .slider-nav .slick-slide img{
	
}
.pro-de-1 .pro-de-left .slider-nav .slick-slide.slick-current img{
	border: 1px solid #314e92;
}

.pro-de-1 .pro-de-right{
	float: left;
	width: 50.5%;
	padding-left: 4.9%;
}
.pro-de-1 .pro-de-right .pro-de-ri-t{
	float: left;
	width: 100%;
}

.pro-de-1 .pro-de-right .pro-de-ri-t{
	float: left;
	width: 100%;
}
.pro-de-1 .pro-de-right .pro-de-ri-t span{
	display: inline-block;
	line-height: 61px;
	font-size: 36px;
	color: #314e92;
	font-weight: bold;
	border-bottom: 4px solid #314e92;
}

.pro-de-1 .pro-de-right .pro-de-ri-text{
	float: left;
	width: 100%;
	margin-top: 31px;
}
.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li{
	float: left;
	width: 100%;
	padding: 15px 0 24px 124px;
	position: relative;
	border-bottom: 1px dashed #eee;
}
.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li:last-child{
	border-bottom: 0px dashed #eee;
}
.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-span{
	float: left;
	position: absolute;
	left: 0;
	top: 15px;
	width: 124px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	font-size: 20px;
	color: #fff;
	background: #314e92;
	text-align: center;
}
.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-p{
	float: left;
	padding-top: 6px;
	line-height: 32px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #666;
}

.pro-de-2{
	float: left;
	width: 100%;
}
.pro-de-2 .pro-de-2-text{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 40px;
	font-size: 18px;
	color: #666;
	text-indent: 2em;
}
.pro-de-2 .pro-de-2-pic{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.pro-de-2 .pro-de-2-pic img{
	float: left;
	width: 32.3%;
	margin-right: 1.55%;
	margin-top: 12px;
}
.pro-de-2 .pro-de-2-pic img:nth-child(3n){
	margin-right: 0%;
}



.pro-de-3{
	float: left;
	width: 100%;
	margin-top: 130px;
}


.pro-de-3 .pro-de-3-form{
	float: left;
	width: 100%;
	margin-top: 50px;
}
/*产品在线留言*/
.pro-de-3 .pro-de-3-form-left{
	float: left;
	width: 50%;
	padding-right: 3.6%;
	margin-top: -8px;
	
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1{
	float: left;
	width: 100%;
	margin-top: 8px;
	border-radius: 10px;
	overflow: hidden;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1{
	font-family: arial;
	float: left;
	width: 49.5%;
	height: 64px;
	line-height: 23px;
	padding: 15px 28px;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 18px;
	color: #666;
	background: #fff;
	border-radius: 10px;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input2{
	font-family: arial;
	float: left;
	width: 100%;
	height: 180px;
	line-height: 28px;
	padding: 20px 28px;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 18px;
	color: #333;
	background: #fff;
	border-radius: 10px;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3{
	font-family: arial;
	display: inline-block;
	width: 432px;
	height: 64px;
	line-height: 64px;
	background: #314e92;
	font-size: 28px;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3:hover{
	opacity: 0.8;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1.left{
	margin-right: 1%;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1.right{
	margin-right: 0%;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3{
	border: 1px solid #dcdcdc;
	padding-right: 50%;
	position: relative;
	background: #fff;
	
}

.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div4 .contact-me-fo-input1{
	width: 100%;
}

.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
	width: 100%;
	border: 0px;
	height: 64px;
	line-height: 64px;
	padding-right: 28px;
	padding-left: 28px;
}


.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1::-webkit-input-placeholder {
	color: #999;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input2::-webkit-input-placeholder {
	color: #999;
}

.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
	font-family: arial;
	position: absolute;
	left: 50%;
	float: left;
	max-height: 64px;
	overflow: hidden;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span{
	display: inline-block;
	line-height: 64px;
	margin-left: 33px;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	float: left;
	width: 27px;
	height: 27px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:15px;
	margin-top: 18px;
	background: url(../images/product/de-radio.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #999;
	font-weight: normal;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../images/product/de-radio-on.png) no-repeat;
}
.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2{
	float: left;
	width: 100%;
	margin-top: 21px;
}

.pro-de-3 .pro-de-3-form-right{
	float: left;
	width: 50%;
}
.pro-de-3 .pro-de-3-form-right img{
	width: 100%;
}



@media (max-width: 1440px){
	.pro-add {
	    padding: 15px 3.125% 15px 3.125%;
	    line-height: 24px;
	}
	.pro-add .pro-add-l{
	    font-size: 28px;	
	}
	.pro-add .pro-add-l span {
	    font-size: 22px;
	}
	.pro-add .pro-add-r{
		font-size: 16px;
	}
	
	.pro-de {
	    margin: 24px 0 60px 0;
	    padding: 0 3% 70px 3%;
	}
	.pro-de-1 {
		padding-top: 45px;
		padding-bottom: 32px;
	}
	.pro-de-1 .pro-de-left .slider-nav{
		height: 424px;
	}
	.pro-de-1 .pro-de-left .slider-nav .slick-list{
		top: 14%;
	}
	.pro-de-1 .pro-de-right{
		padding-left: 3%;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-t span {
	    line-height: 48px;
	    font-size: 28px;
	    border-bottom: 3px solid #314e92;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text{
		margin-top: 15px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li {
	    padding: 20px 0 20px 100px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-span {
	    top: 15px;
	    width: 100px;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 18px;
	    font-size: 16px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-p {
	    padding-top: 4px;
	    line-height: 28px;
	    padding-right: 10px;
	    padding-left: 10px;
	    font-size: 14px;
	}
	.pro-de-2 .pro-de-2-text {
	    line-height: 32px;
	    margin-top: 30px;
	    font-size: 16px;
	}
	.pro-de-3{
		margin-top: 70px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
		height: 54px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 54px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 14px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
		height: 54px;
		line-height: 62px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1{
		padding: 10px 28px;
		height: 54px;
		line-height: 32px;
		font-size: 16px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input2{
		height: 170px;
		font-size: 16px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 18px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2{
		margin-top: 15px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3{
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 54px;
	}
}
@media (max-width: 1366px){
	.pro-de-1 .pro-de-left .slider-nav {
	    height: 404px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-p{
		padding-top: 0;
	}
}
@media (max-width: 1199px){
	.pro-de-1 .pro-de-left{
		width: 100%;
	}
	.pro-de-1 .pro-de-left .slider-for{
		width: 100%;
	}
	.pro-de-1 .pro-de-left .slider-nav{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	.pro-de-1 .pro-de-left .slider-nav .slick-slide{
		padding: 0 15px;
	}
	.pro-de-1 .pro-de-left .slider-nav .slick-list{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		height: auto;
	}
	.pro-de-1 .pro-de-left .slider-nav button{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 30px;
		height: 16px;
	}
	.pro-de-1 .pro-de-left .slider-nav button.slick-prev{
		top: auto;
		bottom: auto;
		left: -16px;
		top: 50%;
		margin-top: -15px;
	}
	.pro-de-1 .pro-de-left .slider-nav button.slick-next{
		top: auto;
		bottom: auto;
		right: -16px;
		top: 50%;
		margin-top: -15px;
	}
	
	.pro-de-1 .pro-de-right{
		width: 100%;
		padding: 40px 3% 30px 3%;
	}
	.pro-de-3 .pro-de-3-form-left{
		width: 100%;
		padding-right: 0%;
		margin-top: 0px;
		padding-bottom: 30px;
	}
	
	.pro-de-3 .pro-de-3-form-right{
		width: 100%;
	}
	
}
@media (max-width: 991px){
	.pro-add .pro-add-l {
	    font-size: 22px;
	}
	.pro-add .pro-add-l span {
	    font-size: 16px;
	}
	.pro-add .pro-add-r {
	    font-size: 14px;
	}
	
	.pro-de-1 {
	    padding-top: 25px;
	    padding-bottom: 12px;
	}
	.pro-de-1 .pro-de-left{
		width: 100%;
	}
	.pro-de-1 .pro-de-left .slider-nav{
		height: 603px;
	}
	.pro-de-1 {
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
	.pro-de-1 .pro-de-left .slider-for{
		width: 100%;
	}
	.pro-de-1 .pro-de-left .slider-nav{
		width: 100%;
		height: auto;
		padding: 5px 2%;
	}
	
	.pro-de-1 .pro-de-left .slider-nav .slick-slide{
		padding: 0 10px;
	}
	.pro-de-1 .pro-de-right {
	    padding: 20px 2% 20px 2%;
	}
}

@media (max-width: 767px){
	.h-100 {
	    height: 66px;
	}
	.pro-de {
	    margin: 15px 0 20px 0;
	    padding: 0 3% 20px 3%;
	}
	.pro-de-1 .pro-de-left .slider-nav{
		margin-top: 0px;
	}
	.pro-de-1 .pro-de-left .slider-nav .slick-slide {
	    padding: 0 5px;
	}
	.pro-de-1 .pro-de-right {
	    padding: 10px 0% 10px 0%;
		border-bottom: 1px solid #eee;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-p{
		padding-right: 0;
		 line-height: 24px;
	}
	
	.pro-de-1 .pro-de-right .pro-de-ri-t span {
	    line-height: 30px;
	    font-size: 18px;
	    border-bottom: 2px solid #314e92;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text {
	    margin-top: 5px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li {
	    padding: 10px 0 10px 90px;
	}
	.pro-de-1 .pro-de-right .pro-de-ri-text .pro-de-ri-li .pro-de-ri-li-span {
	    top: 10px;
	    width: 90px;
	    height: 28px;
	    line-height: 28px;
	    border-radius: 14px;
	    font-size: 14px;
	}
	.pro-de-2 .pro-de-2-text {
	    line-height: 28px;
	    margin-top: 15px;
	    font-size: 14px;
	}
	.pro-de-2 .pro-de-2-pic{
		margin-top: 5px;
	}
	.pro-de-2 .pro-de-2-pic img{
		width: 100%;
		margin-right: 0;
	}
	.pro-de-3 {
	    margin-top: 20px;
	}
	.pro-de-3 .pro-de-3-form{
		margin-top: 20px;
	}
	.pro-de-3 .pro-de-3-form-left{
		padding-bottom: 20px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		padding: 10px 3%;
		height: 48px;
		line-height: 28px;
		font-size: 14px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
		height: 48px;
		line-height: 28px;
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex{
		margin-top: 0;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3{
		padding-right: 42%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
		left: 58%;
		max-height: 48px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1{
		margin-top: 0;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex{
		width: 100%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 48px;
		margin-left: 0;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span label{
		margin-right: 5px;
		font-size: 14px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 14px;
		margin-right: 10px;
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div1 .contact-me-fo-input2{
		margin-top: 10px;
		line-height: 28px;
		padding: 10px 3%;
		height: 140px;
		font-size: 14px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2 {
	    margin-top: 15px;
	}
	.pro-de-3 .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.pro-add .pro-add-r{
		display: none;
	}
	.pro-add .pro-add-l {
	    font-size: 16px;
	}
	.pro-add .pro-add-l span {
	    font-size: 13px;
		margin-top: 5px;
	}
}

.news{
	float: left;
	width: 100%;
	padding: 55px 3.2% 96px 3.2%;
	margin: 42px 0 60px 0;
	background: #fff;
}
.news-list{
	float: left;
	width: 100%;
}
.news-list ul{
	float: left;
	width: 100%;
}
.news-list ul li{
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	margin-top: 38px;
	padding: 26px;
	border: 1px solid #e5e5e5;
}
.news-list ul li:nth-child(3n){
	margin-right: 0%;
}
.news-list ul li .news-li-con{
	float: left;
	width: 100%;
	padding-bottom: 6px;
}

.news-list ul li .news-li-con > a{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 61.82266009852217%;
}
.news-list ul li .news-li-con > a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-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 > a 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 .news-li-text{
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 16px;
	color: #999;
}
.news-list ul li .news-li-con .news-li-text .news-li-time{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 20px;
	margin-top: 14px;
	color: #314e92;
}
.news-list ul li .news-li-con .news-li-text .news-li-t{
	float: left;
	width: 100%;
	height: 28px;
	margin-top: 10px;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li .news-li-con .news-li-text .news-li-p{
	float: left;
	width: 100%;
	height: 56px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list ul li .news-li-con .news-li-text .news-li-link{
	float: left;
	width: 100%;
	height: 28px;
	margin-top: 17px;
}
.news-list ul li .news-li-con .news-li-text .news-li-link img{
	display: inline-block;
	padding-bottom: 3px;
	width: 20px;
	height: 14px;
	margin-left: 14px;
}
.news-list ul li .news-li-con .news-li-text .news-li-link:hover a{
	margin-left: 5px;
}

@media (max-width: 1440px){
	.news {
	    padding: 45px 3% 56px 3%;
	    margin: 42px 0 40px 0;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-time{
		font-size: 18px;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-t{
		font-size: 20px;
	}
	.news-list ul li .news-li-con .news-li-text{
		font-size: 14px;
	}
}
@media (max-width: 1199px){
	.news-list ul li {
		width: 32%;
		margin-right: 2%;
		margin-top: 18px;
		padding: 10px;
	}
	.news-list ul li .news-li-con .news-li-text{
		line-height: 24px;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-time {
	    font-size: 16px;
		margin-top: 6px;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-t {
	    font-size: 18px;
		height: 24px;
		margin-top: 6px;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-p {
	    height: 48px;
	    margin-top: 8px;
	}
	.news-list ul li .news-li-con .news-li-text .news-li-link {
	    height: 24px;
	    margin-top: 10px;
	}
}
@media (max-width: 767px){
	.news-list ul li {
		width: 100%;
		margin-right: 0;
	}
	.news {
	    padding: 15px 3% 16px 3%;
	    margin: 22px 0 20px 0;
	}
}


/*新闻详情*/

.news-details{
	float: left;
	width: 100%;
	padding: 50px 3.2% 130px 3.2%;
	margin: 48px 0 86px 0;
	background: #fff;
}
.ne-de-title{
	float: left;
	width: 100%;
	line-height: 42px;
	padding-bottom: 22px;
	font-size: 32px;
	color: #008cd6;
}


.news-de-2-f{
	float: left;
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2-f .news-de-2-time {
    float: left;
    max-width: 65%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #008cd6;
    overflow: hidden;
}



.news-de-2-f .news-de-2-fun{
	float: right;
	max-width: 35%;
	height: 32px;
	overflow: hidden;
}
.news-de-2-f .news-de-2-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

.news-de-2-f .news-de-2-fun a:first-child:after{
	display: none;
}
.news-de-2-f .news-de-2-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-2-f .news-de-2-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
	color: #ccc;
}

.news-de-2-f .news-de-2-fun .de-down{
	float: left;
	background: url(../images/down1.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-bigger{
	float: left;
	background: url(../images/news/jia.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-small{
	float: left;
	background: url(../images/news/jian.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
	float: left;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-2-f .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../images/news/qq.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../images/news/wb.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../images/news/wx.png) center no-repeat !important;
}

.news-de-2{
	float: left;
	width: 72.6%;
}

.news-de-2 .text {
    float: left;
    width: 100%;
    padding: 44px 0 58px 0;
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.news-de-2 .text img{
	max-width: 100%;
}
.news-de-2 .text h2{
	font-size: 28px;
	color: #0065a8;
	padding: 37px 0 26px 0;
	text-indent: 0;
}

.news-de-2 .news-down{
	float: left;
	width: 100%;
	margin-top: 28px;
	margin-bottom: 100px;
	padding: 15px 24px 15px 33px;
	background: #f9f9f9;
}
.news-de-2 .news-down .news-down-con{
	float: left;
	width: 100%;
	padding-right: 130px;
	position: relative;
}
.news-de-2 .news-down p{
	float: left;
	width: 100%;
	padding-left: 56px;
	padding-right: 3%;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #314e92;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/down2.png) left center no-repeat;
}
.news-de-2 .news-down a{
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	border-radius: 21px;
	color: #fff;
	text-align: center;
	background: #314e92;
}
.news-de-2 .news-down a:hover{
	opacity: 0.9;
}

.news-de-2 .news-page{
	float: left;
	width: 100%;
}
.news-de-2 .news-page a{
	float: left;
	width: 58%;
	height: 48px;
	line-height: 46px;
	padding: 0 24px;
	font-size: 18px;
	color: #008cd6;
	border: 1px solid #d2d2d2;
	border-radius: 24px;
	margin-top: 22px;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.news-de-2 .news-page a:last-child{
}
.news-de-2 .news-page a:hover{
	background: #008cd6;
	border: 1px solid #008cd6;
	color: #fff;
}
.news-de-right{
	float: right;
	width: 20.5%;
}
.news-de-right .news-de-ri-t{
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 56px 0 45px 0;
	font-size: 32px;
	font-weight: bold;
	color: #008cd6;
	text-align: right;
}
.news-de-right .news-de-ri-list{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li > a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li > a img{
	width: 100%;
	-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-de-right .news-de-ri-list ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


		
			

.news-de-right .news-de-ri-list ul li .news-de-ri-li-text{
	float: left;
	width: 100%;
	padding: 12px 0 15px 0;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p{
	float: left;
	width: 100%;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time{
	font-family: arial;
	font-weight: bold;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #008cd6;
	overflow: hidden;
}
.news-de-right .news-de-ri-link{
	float: left;
	width: 100%;
	margin-top: 14px;
}
.news-de-right .news-de-ri-link a{
	display: inline-block;
	width: 142px;
	height: 48px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 24px;
	color: #008cd6;
	text-align: center;
	border: 1px dashed #bfbfbf;
}
.news-de-right .news-de-ri-link a:hover{
	background: #008cd6;
	border: 1px dashed #008cd6;
	color: #fff;
}
.news-de-right img{
	max-width: 100%;
}


@media (max-width: 1680px){
	.news-de-2-f .news-de-2-time{
		max-width: 60%;
	}
	.news-de-2-f .news-de-2-fun {
	    float: right;
	    max-width: 40%;
	}
}
@media (max-width: 1440px){
	.news-details {
	    margin: 24px 0 43px 0;	
		padding: 14px 3% 40px 3%;
	}
	.ne-de-title {
	    line-height: 42px;
	    padding-bottom: 18px;
	    font-size: 24px;
	}
	.news-de-2 .text {
	    padding: 24px 0 34px 0;
	    font-size: 16px;
	}
	.news-de-right .news-de-ri-t {
	    line-height: 36px;
	    padding: 28px 0 28px 0;
	    font-size: 26px;
	}
	.news-de-2 .news-page a{
		width: 80%;
		font-size: 16px;
	}
	.news-de-2 .news-down{
	    padding: 10px 3% 10px 3%;	
		margin-bottom: 40px;
	}
	.news-de-2 .news-down p {
	    padding-left: 46px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 18px;
	}
	.news-de-2 .news-down a {
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	
	
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p {
	    height: 48px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text {
	    padding: 8px 0 12px 0;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time {
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
}
@media (max-width: 1199px){
	.news-de-2-f .news-de-2-fun a {
	    width: 56px;
	    height: 32px;
	    line-height: 32px;
	}
}	
@media (max-width: 991px){
	.news-de-2-f .news-de-2-fun a {
		width: 46px;
		height: 32px;
		line-height: 32px;
	}
	.news-details {
	    padding: 14px 2% 28px 2%;
	}
	.ne-de-title {
	    line-height: 32px;
	    padding-bottom: 6px;
	    font-size: 22px;
		text-align: center;
	}
	.news-details .news-de-h2{
		margin-top: 20px;
		font-size: 28px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 18px;
	}
	.news-de-right{
		width: 22%;
	}
	.news-de-right .news-de-ri-link{
		margin-top: 4px;
	}
	.news-de-right .news-de-ri-link a{
		font-size: 16px;
		width: 136px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
	}
	.news-de-2 .text {
	    padding: 16px 0 28px 0;
	}
	.news-de-2 .news-page a{
		width: 100%;
	}
}
@media (max-width: 767px){
	.news-de-2{
		width: 100%;
	}
	
	.news-de-2 .news-down{
	    padding: 10px 2% 10px 2%;	
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.news-de-2 .news-down .news-down-con{
		padding-right: 80px;
	}
	.news-de-2 .news-down p {
	    padding-left: 28px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
		background-size: auto 18px; 
	}
	.news-de-2 .news-down a {
	    width: 80px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    border-radius: 15px;
	}
	
	.news-details {
	    margin: 15px 0 15px 0;
	}
	.news-de-right{
		width: 100%;
	}
	.news-details {
	    padding: 15px 3% 20px 3%;
	}
	.ne-de-title {
	    line-height: 28px;
	    padding-bottom: 10px;
	    font-size: 18px;
		text-align: center;
	}
	.news-de-2-f .news-de-2-time{
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 16px;
	}
	
	.news-de-2-f .news-de-2-fun{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.news-de-2-f .news-de-2-fun .de-down{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .switcher-small{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .switcher-bigger{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a:after{
		left: -5px;
	}
	.news-de-2-f{
		padding: 10px 0;
	}	
	
	.news-de-2 .text {
		padding: 15px 0 20px 0;
		font-size: 14px;
	}
	.news-de-2 .text h2 {
	    font-size: 18px;
	    padding: 20px 0 16px 0;
	    text-indent: 0;
	}
	.tj-pro.ne-de-licon {
	    padding-bottom: 20px;
	}
	.news-de-2 .news-page a {
	    height: 40px;
	    line-height: 38px;
	    padding: 0 3%;
		margin-top: 12px;
	}
	.news-de-right .news-de-ri-t {
	    line-height: 30px;
	    padding: 18px 0 18px 0;
	    font-size: 18px;
		text-align: center;
	}
	.news-de-right .news-de-ri-link{
		text-align: center;
	}
	.news-de-right .news-de-ri-link a{
		display: inline-block;
	}
}

.technical-1{
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 48px 3.2% 78px 3.2%;
	background: #fff;
	position: relative;
}
.technical-1 .tech-text{
	float: left;
	width: 100%;
	padding: 0 4.4%;
	margin-top: 30px;
}
.technical-1 .tech-text .tech-text-con{
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.technical-1 .tech-text .tech-text-con .tech-te-1{
	float: left;
	width: 29.4%;
	padding-left: 5.5%;
	line-height: 113px;
	font-size: 20px;
	color: #666;
	position: relative;
}

.technical-1 .tech-text .tech-text-con .tech-te-1 span{
	font-family: 'CenturyGothic-Bold';
	font-size: 64px;
	color: #314e92;
	margin-right: 12px;
}

.technical-1 .tech-text .tech-text-con .tech-te-1::after{
	position: absolute;
	right: 0;
	top: 50%;
	width: 9px;
	height: 9px;
	
	margin-top: -4px;
	border-radius: 100%;
	background: #314e92;
	content: "";
}
.technical-1 .tech-text .tech-text-con .tech-te-1:last-child::after{
	display: none;
}
.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-2{
	width: 20.1%;
}
.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-3{
	width: 27.5%;
}
.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-4{
	width: 23%;
}

.patent{
	float: left;
	width: 100%;
	padding: 37px 40px 0px 40px;
}
.patent .slick-slide img{
	width: 100%;
}
.patent .patent-li{
	padding: 0 20px;
	line-height: 55px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.patent .patent-li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.patent .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	width: 25px;
	height: 45px;
	background-size: 100% 100%!important;
}
.patent .slick-arrow.slick-prev{
	left: -0px;
	background: url(../images/left.png) no-repeat;
}
.patent .slick-arrow.slick-next{
	right: -0px;
	background: url(../images/right.png) no-repeat;
}
.patent .slick-dots{
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 22px;
	text-align: center;
}
.patent .slick-dots li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	background: #dcdcdc;
	border-radius: 100%;
}
.patent .slick-dots li.slick-active{
	border: 3px solid #314e92;
	background: #fff;
}
.patent .slick-dots li button{
	display: none;
}

.laboratory{
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 52px 3.2% 84px 3.2%;
	background: #fff;
	position: relative;
} 
.laboratory .laboratory-top_hd {
	float: left;
	width: 100%;
	height: 51px;
	margin-top: 36px;
	text-align: center;
}

.laboratory .laboratory-top_hd ul {
	display: inline-block;
}
.laboratory .laboratory-top_hd ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin:0 3px;
	background: url("../assets/images/case-bg-2.jpg") right center no-repeat;
	cursor: pointer;
	position: relative;
}
.laboratory .laboratory-top_hd ul li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 26px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	border-radius: 24px;
	background: #dcdcdc;
	color: #314e92;
	text-align: center;
	-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;
}
.laboratory .laboratory-top_hd ul li.on span {
	background: #314e92;
	color: #fff;
}



.laboratory .laboratory-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 24px;
}
.laboratory .laboratory-slideBox {
	float: left;
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.laboratory .laboratory-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}
.laboratory-slideBox .laboratory-ul {
	float: left;
	width: 100%;
	padding: 0 3%;
}
.laboratory-slideBox .laboratory-ul .laboratory-li {
	
}

.laboratory .slick-arrow{
	position: absolute;
	top: 38%;
	width: 18px;
	height: 33px;
	background-size: 100% 100%!important;
}
.laboratory .slick-arrow.slick-prev{
	left: 0;
	background: url(../images/technical/prev.png) no-repeat;
} 
.laboratory .slick-arrow.slick-next{
	right: 0;
	background: url(../images/technical/next.png) no-repeat;
} 

.laboratory .lab-li{
	float: left;
	/* width: 23.8%; */
	width: 25%;
	line-height: 45px;
	/* margin-right: 1.6%; */
	padding: 0 16px;
	margin-top: 20px;
}
.laboratory .lab-li p{
	float: left;
	width: 100%;
	height: 45px;
	font-size: 18px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.laboratory .lab-li > a{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
}
.laboratory .lab-li > a img{
	width: 100%;
	-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;
}
.laboratory .lab-li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.laboratory .lab-li:nth-child(4n){
	margin-right: 0;
}

.laboratory .slick-dots{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 52px;
}
.laboratory .slick-dots li{
	display: inline-block;
	margin: 0 6px;
	width: 15px;
	height: 15px;
	background: #dcdcdc;
	border-radius: 100%;
}
.laboratory .slick-dots li.slick-active{
	background: #fff;
	border: 3px solid #314e92;
}
.laboratory .slick-dots li button{
	display: none;
}

.projects-list{
	float: left;
	width: 100%;
	background: #fbfbfb;
	margin-top: 50px;
	padding: 55px 1.6% 84px 1.6%;
	position: relative;
}
.projects-list .news-list ul{
	padding: 0 1px;
}

.projects-list .news-list ul.slick-dots{
	text-align: center;
	margin-top: 66px;
}
.projects-list .news-list ul.slick-dots li {
    float: none;
	display: inline-block;
    width: 15px;
	height: 15px;
    margin: 0 7px;
    padding: 0px;
    border: 0px solid #e5e5e5;
	background: #dcdcdc;
	border-radius: 100%;
}
.projects-list .news-list ul.slick-dots li.slick-active {
	border: 3px solid #314e92;
	background: #fff;
}
.projects-list .news-list ul.slick-dots li button{
	display: none;
}


.technical{
	float: left;
	width: 100%;
	margin: 50px 0 70px 0;
	padding: 44px 3.2% 90px 3.2%;
	background: #fff;
	position: relative;
}
.technical-list{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.technical-list .technical-list-ul{
	float: left;
	width: 100%;
}
.technical-list .technical-list-ul .slick-initialized .slick-slide{
	display: inline-block;
}
.technical-list .technical-list-ul .slick-slide{
	padding: 0 15px;
}

.technical-list .technical-list-ul .technical-list-li a{
	width: 100%;
	overflow: hidden;
}
.technical-list .technical-list-ul .technical-list-li a 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;
}
.technical-list .technical-list-ul .technical-list-li:hover a img{
	-webkit-transform: scale(1.05);
	-mos-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.technical-list .technical-list-ul .technical-list-li p{
	float: left;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.technical-list .technical-list-ul .slick-dots{
	width: 100%;
	text-align: center;
	margin-top: 48px;
}
.technical-list .technical-list-ul .slick-dots li{
	display: inline-block;
	margin: 0 6px;
	width: 15px;
	height: 15px;
	background: #dcdcdc;
	border-radius: 100%;
}
.technical-list .technical-list-ul .slick-dots li.slick-active{
	background: #fff;
	border: 3px solid #314e92;
}

.technical-list .technical-list-ul .slick-dots li button{
	display: none;
}

@media (max-width: 1440px){
	.technical-1 {
	    margin-top: 30px;
	    padding: 36px 3% 48px 3%;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1 {
	    padding-left: 4%;
	    line-height: 90px;
	    font-size: 18px;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1 span {
	    font-size: 48px;
	    margin-right: 8px;
	}
	.patent .patent-li {
	    padding: 0 10px;
	    line-height: 40px;
	    font-size: 16px;
	}
	
	.laboratory {
	    margin-top: 36px;
	    padding: 32px 3% 44px 3%;
	}
	.laboratory .laboratory-top_hd{
		height: 40px;
	}
	.laboratory .laboratory-top_hd ul li span {
	    padding: 0 20px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 18px;
	    border-radius: 20px;
	}
	.laboratory .laboratory-parBd{
		margin-top: 15px;
	}
	.laboratory .lab-li p {
	    height: 36px;
		line-height: 36px;
	    font-size: 16px;
	}
	
	.laboratory .slick-dots{
		margin-top: 30px;
	}
	
	.projects-list {
	    margin-top: 36px;
	    padding: 35px 1.6% 44px 1.6%;
	}
	.projects-list .news-list ul.slick-dots {
	    margin-top: 30px;
	}
	
	.technical {
	    margin: 30px 0 50px 0;
	    padding: 34px 3% 50px 3%;
	}
	
	.technical-list .technical-list-ul .slick-dots {
	    margin-top: 30px;
	}
}
@media (max-width: 1199px){
	.technical-1 .tech-text .tech-text-con .tech-te-1 {
	    padding-left: 3%;
	    line-height: 60px;
	    font-size: 16px;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1 span {
	    font-size: 36px;
	    margin-right: 6px;
	}
	.patent {
	    padding: 27px 40px 0px 40px;
	}
}
@media (max-width: 991px){
	.technical-1 {
	    margin-top: 20px;
	    padding: 28px 3% 36px 3%;
	}
	.technical-1 .tech-text{
		padding: 0;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1{
		padding-left: 2%;
		font-size: 14px;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1 span {
	    font-size: 28px;
	    margin-right: 4px;
	}
	.patent {
	    padding: 20px 30px 0px 30px;
	}
	.patent .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	.laboratory .lab-li{
		width: 50%;
		margin-top: 10px;
	}
}

@media (max-width: 767px){
	.technical-1 {
		margin-top: 15px;
		padding: 15px 3% 15px 3%;
	}
	.technical-1 .tech-text{
		margin-top: 15px;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1{
		width: 50%;
		line-height: 36px;
		padding-left: 0;
		text-align: center;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1 span {
	    font-size: 24px;
	    margin-right: 3px;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-2{
		width: 50%;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-3{
		width: 50%;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1.tech-te-4{
		width: 50%;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1:nth-child(2n)::after{
		display: none;
	}
	.technical-1 .tech-text .tech-text-con .tech-te-1::after{
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	
	.patent {
	    padding: 20px 20px 0px 20px;
	}
	.patent .slick-arrow{
		width: 16px;
		height: 28px;
	}
	.patent .slick-dots{
		margin-top: 5px;
	}
	.laboratory {
	    margin-top: 15px;
	    padding: 15px 3% 15px 3%;
	}
	.laboratory .laboratory-top_hd{
		margin-top: 15px;
		height: 32px;
	}
	.laboratory .laboratory-top_hd ul li span {
	    padding: 0 15px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 14px;
	    border-radius: 16px;
	}
	
	.laboratory .slick-arrow{
		width: 12px;
		height: 24px;
	}
	.laboratory .lab-li{
		padding: 0 5px;
	}
	.laboratory .lab-li p{
		font-size: 14px;
	}
	.laboratory .slick-dots {
	    margin-top: 10px;
	}
	.laboratory .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 4px;
	} 
	.projects-list {
	    margin-top: 15px;
	    padding: 15px 1.6% 15px 1.6%;
	}
	.news-list ul li{
		margin-top: 15px;
	}
	.projects-list .news-list ul.slick-dots {
	    margin-top: 15px;
	}
	.projects-list .news-list ul.slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	.technical {
	    margin: 15px 0 20px 0;
	    padding: 15px 3% 20px 3%;
	}
	.technical-list .slick-slide{
		text-align: center;
	}
	.technical-list .slick-slide img{
		display: inline-block;
		max-width: 100%;
	}
	.technical-list{
		margin-top: 15px;
	}
	.technical-list .technical-list-ul .technical-list-li p {
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	}
	.technical-list .technical-list-ul .slick-dots {
	    margin-top: 15px;
	}
	.technical-list .technical-list-ul .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
}

/*招聘*/
.md{
	position: absolute;
	left: 0;
	top: -30px;
}

.concept{
	float: left;
	width: 100%;
	margin-top: 62px;
	padding: 46px 3.2% 67px 3.2%;
	background: #fff;
	position: relative;
}
.concept-1{
	float: left;
	width: 100%;
	padding: 52px 0% 0 0%;
}
.concept-1 .concept-left{
	float: left;
	width: 50%;
	padding-right: 4.1%;
	padding-top: 5px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
}
.concept-1 .concept-right{
	float: left;
	width: 50%;
}
.concept-1 .concept-right img{
	width: 100%;
}
.projects-list.job-list{
	padding-left: 3.2%;
	padding-right: 3.2%;
}

/*加入我们 招聘列表*/
.job-c{
	float: left;
	width: 100%;
	margin: 48px 0 110px 0;
	padding: 46px 3.2% 98px 3.2%;
	/* background: #f9f9f9; */
	background: #fff;
	position: relative;
}

.wrap-job{
	float: left;
	width: 100%;
}
.wrap-job .job{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.wrap-job .job .job-p1{
	float: left;
	width: 100%;
	line-height: 35px;
	padding: 10px 0;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.wrap-job .job .list
{
	float: left;
	width: 100%;
}
.wrap-job .job .list > ul
{
	float: left;
	width: 100%;
    overflow: hidden;
}
.wrap-job .job .list > ul > li
{
	float: left;
	width: 100%;
	background: #eee;
	margin-top: 10px;
}

.wrap-job .job .list > ul > li .tlist
{
	float: left;
	width: 100%;
    overflow: hidden;
	height: 72px;
	line-height: 72px;
	padding: 0 30px 0 50px;
	cursor: pointer;
}
.wrap-job .job .list > ul > li .tlist .titem
{
	float: left;
	max-width: 80%;
    font-size: 24px;
	color: #0065a8;
    display: inline-block;
	overflow: hidden;
}
.wrap-job .job .list > ul > li .tlist .titem.right{
	float: right;
}
.wrap-job .job .list > ul > li .tlist .titem span{
	float: left;
	font-size: 18px;
	color: #666;
	margin-left: 30px;
}


.wrap-job .job .list > ul > li .tlist .titem p
{
	float: left;
    margin: 0;
	font-size: 24px;
    font-weight: bold;
	color: #0065a8;
}

.wrap-job .job .list > ul > li .tlist .titem a
{
    float: right;
}


.wrap-job .job .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent #0065a8 transparent;
}
.wrap-job .job .list > ul > li .tlist .titem a.apply
{
    color: #d70c18;
}
/* .wrap-job .job .list > ul > li.current
{
    background-color: #f4f4f4;
}
 */
.wrap-job .job .list > ul > li .tlist.on .titem a.more:after{
	transform: rotate(180deg)
}

.wrap-job .job .list > ul > li.current .tlist.on .titem a.more:after{
	transform: rotate(180deg)
}


.wrap-job .job .list > ul > li .note
{
    display: none;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #666;
	line-height: 36px;
    background-color: #f9f9f9;
	position: relative;
	
}
.wrap-job .job .list > ul > li .note .job-gzzz{
	float: left;
	width: 100%;
	padding: 17px 0 43px 60px;
	border-bottom: 1px solid #dcdcdc;
}
.wrap-job .job .list > ul > li .note .job-rzyq{
	float: left;
	width: 100%;
	padding: 13px 0 62px 60px;
	position: relative;
}
.wrap-job .job .list > ul > li .note .span1{
	float: left;
}
.wrap-job .job .list > ul > li .note .job-gzyq{
	float: left;
	width: 690px;
}
.wrap-job .job .list > ul > li .note .job-yp{
	position: absolute;
	bottom: 46px;
	right: 46px;
	width: 160px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 10px;
	background: #0065a8;
	font-size: 20px;
	color: #fff;
}
.wrap-job .job .list > ul > li .note .job-yp:hover{
	opacity: 0.9;
}
/*加载更多*/
.wrap-job .showMorehandle1
{
	float: left;
	width: 100%;
    line-height: 30px;

    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle1 a
{
    display: inline-block;
	width: 240px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #0065a8;
	border: 1px solid #0065a8;
	background: #fff;
}

@media (max-width: 1440px){
	.concept-1 .concept-left {
	    padding-right: 3%;
	    padding-top: 2px;
	    line-height: 32px;
	    font-size: 16px;
	}
}

@media (max-width: 1199px){
	.concept {
	    margin-top: 36px;
	    padding: 26px 3% 37px 3%;
	}
	.job-c {
	    margin: 24px 0 50px 0;
	    padding: 26px 3% 48px 3%;
	}
	.concept-1{
		padding: 30px 0 0 0;
	}
	.concept-1 .concept-left {
		width: 100%;
	    padding-right: 3%;
	    padding-top: 0px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.concept-1 .concept-right {
		width: 100%;
		margin-top: 20px;
	}
	.wrap-job{
	}
	.join-con-title span {
	 
	    line-height: 36px;
	    border-bottom: 2px solid #4183cd;
	    font-size: 24px;
	   
	}
	.wrap-job .job .list > ul > li .tlist {
	    height: 64px;
	    line-height: 64px;
	    padding: 0 20px 0 20px;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 18px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
	    font-size: 15px;
	    margin-left: 20px;
	}
	.wrap-job .job .list > ul > li .note{
		line-height: 24px;
		font-size: 14px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after{
		border-width: 0 6px 6px 6px;
	}
	.wrap-job .job .list > ul > li .note .job-gzzz {
	  
	    padding: 10px 0 30px 30px;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 20px;
	    right: 20px;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 8px;
	    font-size: 16px;
	}
	.wrap-job .job .list > ul > li .note .job-rzyq {
	    padding: 10px 0 70px 30px;
	}
}
@media (max-width: 991px){
	.concept {
		margin-top: 15px;
		padding: 15px 3% 15px 3%;
	}
	
	
}
@media (max-width: 767px){
	.job-c {
	    margin: 15px 0 20px 0;
	    padding: 15px 3% 20px 3%;
	}
	.concept-1 {
	    padding: 0px 0 0 0;
	}
	.concept-1 .concept-left {
	    padding-right: 0%;
	    padding-top: 10px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.concept-1 .concept-right {
	    margin-top: 10px;
	}
	.wrap-job .job .job-p1 {
	   
	    line-height: 24px;
	    padding: 10px 0 5px 0;
	    font-size: 14px;
	  
	}
	.wrap-job .job{
		margin-top: 0px;
	}
	.wrap-job {
		margin-top: 10px;
	}
	.join-con-title span {
	    line-height: 36px;
	    font-size: 20px;
	}
	.wrap-job .job .list > ul > li .note .job-gzyq{
		width: 100%;
	}
	.wrap-job .job .list > ul > li .note .job-gzzz {
	    padding: 10px 4% 15px 4%;
	}
	.wrap-job .job .list > ul > li .note .job-rzyq {
	    padding: 10px 4% 70px 4%;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 15px;
	    right: 15px;
	    width: 100px;
	    height: 32px;
	    line-height: 32px;
	    border-radius: 6px;
	    font-size: 15px;
	}
	.wrap-job .job .list > ul > li .tlist {
	    height: auto;
	    line-height: 24px;
	    padding: 10px 4% 10px 4%;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
		display: inline-block;
		width: 100%;
	    font-size: 12px;
	    margin-left: 0px;
	}
	.wrap-job .showMorehandle1 {
		margin-top: 15px;
	}
	.wrap-job .showMorehandle1 a
	{
		padding: 0 15px;
		width: auto;
		height: 42px;
		line-height: 40px;
		font-size: 16px;
	}
}

/*联系我们*/
.contact-1{
	float: left;
	width: 100%;
	margin-top: 62px;
	padding: 50px 3.2% 58px 3.2%;
	background: #fff;
	position: relative;
}
.contact-1-ico{
	float: left;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 60px;
}
.contact-1-ico .contact-1-ico-1{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 32px;
	position: relative;
}
.contact-1-ico .contact-1-ico-1::after{
	position: absolute;
	right: 0;
	top: 35px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #314e92;
	content: "";
}
.contact-1-ico .contact-1-ico-1:nth-child(5n)::after{
	/* display: none; */
}
.contact-1-ico .contact-1-ico-1:nth-child(5),
.contact-1-ico .contact-1-ico-1:nth-child(6),
.contact-1-ico .contact-1-ico-1:nth-child(7),
.contact-1-ico .contact-1-ico-1:nth-child(8),
.contact-1-ico .contact-1-ico-1:nth-child(9),
.contact-1-ico .contact-1-ico-1:nth-child(10)
{
	margin-top: 60px;
}

.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-PT{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 0 10%;
	color: #314e92;
}
.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-PT > p{
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 5px;
}
.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p{
	font-family: 'CenturyGothic';
	word-break:break-all;
	float: left;
	width: 100%;
	margin-top: 4px;
	font-size: 20px;
	line-height: 22px;
	padding: 5px 3%;
	height: 54px;
	color: #999;
}
.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p.ft-16{
	font-size: 16px;
}
.contact-map{
	float: left;
	width: 100%;
	height: 380px;
	position: relative;
}
.map1 {
    float: left;
    width: 100%;
    height: 100%;
}

.contact-2{
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	margin-top: 50px;
	margin-bottom: 112px;
	padding: 50px 3.2% 90px 3.2%;
}


.pro-de-3.pro-de-3-con{
	width: 100%;
	margin-top: 0;
}
.pro-de-3.pro-de-3-con .pro-de-3-form-left{
	width: 100%;
	padding-right: 0;
}
.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2{
	text-align: center;
	margin-top: 30px;
}
.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3 {
    width: 290px;
    height: 86px;
    line-height: 86px;
    font-size: 32px;
}

@media (max-width: 1440px){
	.contact-1 {
		margin-top: 40px;
		padding: 40px 3% 38px 3%;
	}
	.contact-1-ico .contact-1-ico-1{
		line-height: 28px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-PT{
		font-size: 16px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p.ft-16{
		font-size: 14px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p{
		font-size: 18px;
	}
	.contact-1-ico {
	    margin-top: 40px;
	    padding-bottom: 30px;
	}
	.contact-2 {
	    margin-top: 40px;
	    margin-bottom: 50px;
	    padding: 30px 3.2% 40px 3.2%;
	}
	.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2{
		margin-top: 20px;
	}
	.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3 {
	    width: 250px;
	    height: 72px;
	    line-height: 72px;
	    font-size: 24px;
	}
}
@media (max-width: 1199px){
	.contact-1-ico .contact-1-ico-1::after {
	    top: 30px;
	    width: 6px;
	    height: 6px;
	}
	.contact-1-ico .contact-1-ico-1 {
	    line-height: 24px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-PT{
		font-size: 14px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p.ft-16 {
	    font-size: 13px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p {
	    font-size: 15px;
	    padding: 2px 3%;	
	}
	.contact-2 {
	    margin-top: 20px;
	    margin-bottom: 40px;
	    padding: 20px 3% 0px 3%;
	}
	.pro-de-3.pro-de-3-con .pro-de-3-form{
		margin-top: 20px;
	}
}
@media (max-width: 991px){
	.contact-1-ico .contact-1-ico-1:nth-child(6),
	.contact-1-ico .contact-1-ico-1:nth-child(7),
	.contact-1-ico .contact-1-ico-1:nth-child(8),
	.contact-1-ico .contact-1-ico-1:nth-child(9),
	.contact-1-ico .contact-1-ico-1:nth-child(10)
	{
		margin-top: 0px;
		margin: 15px 0;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p{
		height: 44px;
	}
	.contact-1-ico {
	    margin-top: 30px;
		text-align: center;
	}
	.contact-1-ico .contact-1-ico-1{
		width: 50%;
		margin: 15px 0;
	}
	.contact-1-ico .contact-1-ico-1:last-child{
		/* width: 100%; */
		/* float: none; */
	}
	.contact-1-ico .contact-1-ico-1::after{
		display: none;
	}
	.contact-1-ico .contact-1-ico-1:nth-child(2n)::after{
		display: none;
	}
}
@media (max-width: 767px){
	.contact-1 {
	    margin-top: 15px;
	    padding: 15px 3% 15px 3%;
	}
	.contact-1-ico{
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.contact-1-ico .contact-1-ico-1{
		width: 100%;
		margin: 0px 0;
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #eee;
	}
	.contact-1-ico .contact-1-ico-1:last-child{
		float: left;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-p{
		height: auto;
	}
	.contact-1-ico .contact-1-ico-1:nth-child(5),
	.contact-1-ico .contact-1-ico-1:nth-child(6),
	.contact-1-ico .contact-1-ico-1:nth-child(7),
	.contact-1-ico .contact-1-ico-1:nth-child(8)
	{
		margin-top: 0px;
	}
	.contact-1-ico .contact-1-ico-1 .contact-1-ico-1-PT > p{
		height: auto;
	}
	.contact-map{
		height: 240px;
	}
	.contact-2 {
	    margin-top: 15px;
	    margin-bottom: 15px;
	    padding: 15px 3% 0px 3%;
	}
	.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2 {
	    margin-top: 15px;
	}
	.pro-de-3.pro-de-3-con .pro-de-3-form-left .contact-me-fo-div2 .contact-me-fo-input3 {
	    width: 180px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 18px;
	}
	
}

/*客户常见问题解答*/
.gz-text{
	float: left;
	width: 100%;
	line-height: 2;
	font-size: 18px;
	padding: 5% 0%;
	color: #333;
}

@media (max-width:1440px){
	.gz-text{
		font-size: 16px;
		padding: 4% 0%;
	}
}
@media (max-width:767px){
	.gz-text{
		font-size: 14px;
		padding: 5% 0%;
	}
}


/*党建*/
.building{
	float: left;
	width: 100%;
	margin: 42px 0 60px 0;
	padding: 55px 3.2% 0px 3.2%;
	background: #fff;
}
.building-list{
	float: left;
	width: 100%;
	padding: 6px 0 108px 0;
}
.building-list ul{
	float: left;
	width: 100%;
}
.building-list ul li{
	float: left;
	width: 100%;
	margin-top: 30px;
	-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;
}
.building-list ul li .building-li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 453px;
}
.building-list ul li .building-li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 453px;
	display: inline-block;
	overflow: hidden;
}
.building-list ul li .building-li > a img{
	width: 100%;
	-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;
}
.building-list ul li:hover .building-li > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.building-list ul li .building-li .building-li-text{
	float: left;
	width: 100%;
	padding: 22px 10px 26px 40px;
}
.building-list ul li .building-li .building-li-text .building-li-t{
	font-weight: normal;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 28px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.building-list ul li .building-li .building-li-text .building-li-p{
	float: left;
	width: 100%;
	height: 96px;
	line-height: 32px;
	margin-top: 26px;
	font-size: 18px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.building-list ul li .building-li .building-li-text .building-li-link{
	float: left;
	width: 100%;
	margin-top: 37px;
}
.building-list ul li .building-li .building-li-text .building-li-link a{
	display: inline-block;
	
	padding: 0 20px;
	height: 42px;
	line-height: 40px;
	border-radius: 21px;
	font-size: 18px;
	text-align: center;
	color: #314e92;
	border: 1px solid #d2d2d2;
}
.building-list ul li .building-li .building-li-text .building-li-link a:hover{
	background: #314e92;
	color: #fff;
}
.building-list ul li:hover .building-li .building-li-text .building-li-t{
	color: #314e92;
}	

.building-branch{
	float: left;
	width: 100%;
	padding: 85px 0 115px 0;
	text-align: center;
}
.building-branch img{
	max-width: 100%;
}

@media (max-width: 1440px) {
	.building-list {
	    margin-top: 10px;
		padding: 0 0% 60px 0%;
	}
	.building-list ul li {
	    margin-top: 38px;
	}
}
@media (max-width: 1199px) {
	.building-list ul li {
	    margin-top: 28px;
	}
	.building-list ul li .building-li{
		padding-left: 380px;
	}
	.building-list ul li .building-li > a{
		width: 380px;
	}
	.building-list ul li .building-li .building-li-text {
	    padding: 22px 0% 26px 5%;
	}
	.building-list ul li .building-li .building-li-text .building-li-t {
	    line-height: 32px;
	    font-size: 22px;
	}
	.building-list ul li .building-li .building-li-text .building-li-p {
		height: 90px;
	    line-height: 30px;
	    margin-top: 12px;
	}
	.building-list ul li .building-li .building-li-text .building-li-link{
		margin-top: 15px;
	}
	.building-list ul li .building-li .building-li-text .building-li-link a {
	    /* width: 90px; */
	    height: 38px;
	    line-height: 36px;
	    border-radius: 18px;
	}
	
	.building-branch{
		padding: 45px 0 65px 0;
	}
}
@media (max-width: 991px) {
	.building-list ul li .building-li{
		padding-left: 300px;
	}
	.building-list ul li .building-li > a{
		width: 300px;
	}
	.building-list ul li .building-li .building-li-text {
	    padding: 14px 0% 14px 3%;
	}
	.building-list ul li .building-li .building-li-text .building-li-t {
	    line-height: 24px;
	    font-size: 18px;
	}
	.building-list ul li .building-li .building-li-text .building-li-p {
	    height: 72px;
	    line-height: 24px;
	    margin-top: 4px;
		font-size: 16px;
	}
	.building-list ul li .building-li .building-li-text .building-li-link a{
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}
	.building-list {
	    padding: 0 2% 45px 2%;
	}
}
@media (max-width: 767px) {
	.building-branch{
		padding: 20px 0 30px 0;
	}
	.building {
	    margin: 12px 0 20px 0;
	    padding: 15px 3% 0px 3%;
	}
	.building-list {
	    padding: 0 0% 15px 0%;
	}
	.building-list ul li {
	    margin-top: 15px;
	}
	.building-list ul li .building-li{
		padding-left: 0;
	}
	.building-list ul li .building-li > a{
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
	}
	.building-list ul li .building-li .building-li-text {
	    padding: 15px 3% 15px 3%;
	}
}

.technical-1 .tech-text .tech-text-con { border:0; }
.technical-1 .tech-text .tech-text-con > div {
	text-indent:2em;
	font-size:16px;
	line-height:2;
}
.technical .title .te-content {
	display:flex;
	width:100%;
	text-indent:2em;
	font-size:16px;
	line-height:2;
	padding-top:20px;
}