@charset "utf-8";
/**
 * style.less
 * 层叠样式表
 gz
 */

/* 网站小图标 */

@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: '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: '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: 'ITC Avant Garde Gothic LT Demi';
	src: url('../fonts/ITC Avant Garde Gothic LT Demi.ttf');
}
@font-face {
	font-family: 'BarlowCondensed-SemiBold';
	src: url('../fonts/BarlowCondensed-SemiBold.ttf');
}


/*
	//放大
	-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;
*/
* {
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
html, body {
    position: relative;
}
body {
	font-family: 'Microsoft YaHei', 'Arial',  'Source Han Sans CN', 'SourceHanSerifCN',  'Helvetica', 'PingFang Regular';
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 1!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
}
li,
ol,
ul {
	list-style: none;
}
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;
	max-width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
	/* color: #5d61aa; */
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more{
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
}

.main {
	float: left;
	width: 100%;
	/* overflow-y: hidden; */
	position: relative;
}
.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1580px) {
	.w-1500 {
		width: 100%;
		padding: 0 5.230%;
	}
}

/*二维码*/
.bd_weixin_popup{
	width: 260px!important;
	height: 310px!important;
}
/*地图多余*/
.BMapLabel{
	display: none;
}
.img-box {
	position: relative;

	display: block;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content{
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content{
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;	
	}
}

.header {
	position: fixed;
	z-index: 9993;
	top: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 0 5.2%;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
@media (max-width: 1199px) {
	.header {
		/* height: 66px; */
		padding: 0 3%;
	}
}
.header .logo {
	float: left;
	position: relative;
	margin-top: 23px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo img {
	float: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header .logo a {
	display: block;
	height: 100%;
}
.header .logo img.block{
	display: block;
}
.header .logo img.none{
	display: none;
}
.header.fixed-header .logo img.block{
	display: none;
}
.header.fixed-header .logo img.none{
	display: block;
}


.header .logo span{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	color: #fff;
	border: 1px dashed #fff;
	margin-top: 10px;
	margin-left: 24px;
}

@media (max-width: 1600px) {
	.header .logo span{
		font-size: 16px;
		line-height: 32px;
		padding: 0 8px;
		border-radius: 8px;
		margin-top: 15px;
		margin-left: 18px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a{
		padding: 0 6px;
	}
}



@media (max-width: 767px) {
	.header {
		height: 60px;
	}
	.header .logo {
	    margin-top: 10px;
	}
	.header .logo span{
		display: none;
	}
	.header .logo img {
		height: 40px;
	}
}
.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 18px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 32px;
	}
	.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 .nav-collapse {
		position: absolute;
		top: 10px;
		right: 0;
		margin-top: 0;
		border: none;
	}
}
@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: #fff;
}
.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: #fff;
}
.header.fixed-header .nav-collapse .btn-line,
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1){
	background: #004189;
}


.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) {
	
	
}
@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(0,65,137,0.9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.header .nav .tbl-cell .i-tel{
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
	}
}
@media (max-width: 1199px) {
	.header .nav {
		margin-left: 0%;
	}
}
@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}
.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		margin-right: 50px;
		position: relative;
	}
	.header .nav .nav-list1>li:last-child { margin-right:0; }
	.header .nav .nav-list1>li>a {
		line-height: 99px;
		font-size: 18px;
		padding: 0 10px;
		text-align: center;
		/* padding: 0 20px; */
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #fff;
	}
	.header .nav .nav-list1>li>a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: rgba(255,255,255,0);
		content: "";
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a{
		color:#fff;
		font-weight: bold;
	} 
	.header .nav .nav-list1>li:hover>a::after,
	.header .nav .nav-list1>li.active>a::after {
		background-color: rgba(0,65,137,1);
	}
	
	.header.fixed-header .nav .nav-list1>li>a,
	.header.fixed-header .nav .nav-list1>li>a{
		color: #333;
	}
	.header.fixed-header .nav .nav-list1>li:hover>a,
	.header.fixed-header .nav .nav-list1>li.active>a {
		font-weight: bold;
		color: #004189;
	}
	
	.header.fixed-header .nav .nav-list1>li:hover>a::after,
	.header.fixed-header .nav .nav-list1>li.active>a::after {
		background-color: #004189;
	}
	
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100px;
		display: none;
		width: auto;
		width: 200%;
		margin-left: -50%;
		padding: 0px 0px;
		text-align: center;
		text-align: left;
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
	}
	.header .nav .nav-list1 .nav-list2 .nav-div-1 {
		/* width: 1200px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li {
		/* float: left; */
		/* display: inline-block; */
		position: relative;
		/* border-right: 1px solid #ccc; */
	}
	
	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 16px;
		font-size: 14px;
		line-height: 20px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 10px 5px;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		color: #666;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li:hover>a {
		
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text{
		margin-top: 10px;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p1{
	    color: #004189;	
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p2{
		line-height: 14px;
		font-size: 12px;
		color: #666;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child>a {
		border-bottom: 0;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover {
		/* color: #004189;
		background: none; */
		background: #004189;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li> .nav-list3{
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		display: none;
	}
	.header .nav .nav-list1 .nav-list2 li> .nav-list3 > li{
		background: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li> .nav-list3 > li > a{
		
	}
}




@media (max-width: 1680px) {
	.header .nav .nav-list1>li{
		margin-right: 36px;
	}
}

@media (max-width: 1440px) {
	.header .nav .nav-list1>li{
		margin-right: 20px;
	}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li{
		margin-right: 10px;
	}
}
@media (max-width: 1199px) {
	.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>li>a{
		width: auto;
	}
	.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-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}
.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 .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 0;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: rgba(0,65,137,0.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;
}
.header .nav-2 .nav-top h2 a,
.header .nav-3 .nav-top h2 a{
	color: #fff;
}
@media (max-width: 767px) {
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
	}
}
.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 {
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
@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: 20px;
	line-height: 24px;
	margin: 25px 0;
	text-align: center;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 15px 0 0 0;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
	color: #fff;
}
.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>li>a {
		font-size: 20px;
		height: auto;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.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 (min-width: 1200px) {
	.header.fixed-header {
		/* height: 66px; */
		/* box-shadow: 0 0 5px #bbb; */
	}
	.header.fixed-header .logo img {
		/* width: auto;
		height: 50px;
		margin-top: 8px; */
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		/* top: 70px; */
	}
	.header.fixed-header .nav .nav-list1>li>a {
		/* line-height: 66px; */
	}
}
.header.fixed-header {
	background: #fff;
	/* height: 66px; */
	box-shadow: 0 0 5px #bbb;
	border-bottom-width: 0;
}

.i-ico-right{
	float: right;
	margin-left: 32px;
	margin-top: 41px;
	-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-ico-right > a{
	float: left;
	width: 21px;
	height: 20px;
	position: relative;
}

.i-ico-right > a.tel{
	width: 21px;
	height: 20px;
	background: url(../images/tel.png) no-repeat;
	position: relative;
}
.i-ico-right > a.tel .number{
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
	color: #004189;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.i-ico-right > a.tel:hover .number{
	display: block;
	
}
.i-ico-right .bdsharebuttonbox{
	float: left;
	margin-right: 52px;
	position: relative;
}
/*.i-ico-right .bdsharebuttonbox::after{*/
/*	position: absolute;*/
/*	right: -26px;*/
/*	width: 1px;*/
/*	height: 24px;*/
/*	background: rgba(255,255,255,0.4);*/
/*	content: "";*/
/*	visibility: initial;*/
/*}*/
.header.fixed-header .i-ico-right .bdsharebuttonbox::after{
	background: #e9e9e9;
}
.i-ico-right .bdsharebuttonbox a{
	width: 28px!important;
	height: 22px!important;
	margin: 0!important;
	padding: 0!important;
	position: relative;
}

.i-ico-right .bdsharebuttonbox a.bds_weixin{
	background: url(../images/wx.png) no-repeat;
	background-size: 100% 100%;
}


.header.fixed-header .i-ico-right > a.tel{
	background: url(../images/tel-on.png) no-repeat;
}
.header.fixed-header .i-ico-right .bdsharebuttonbox a.bds_weixin{
	background: url(../images/wx-on.png) no-repeat;
}
@media (max-width: 1680px) {
	.i-ico-right{
		margin-left: 18px;
	}
}

@media (max-width: 1440px) {
	
}

@media (max-width: 767px) {
	.i-ico-right{
		margin-left: 0;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 34px;
	}
	.i-ico-right{
		margin-left: 0px;
	}
	.i-ico-right .bdsharebuttonbox {
		display: none;
		margin-right: 22px;
	}
	.i-ico-right .bdsharebuttonbox::after{
		right: -10px;
		height: 20px;
	}
	
}

/*搜索*/
.header .find {
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .find:hover {
	opacity: 0.8;
}
.header .find img{
	vertical-align: top;
}
.header .find img.block{
	display: block!important;
}
.header .find img.none{
	display: none!important;
}
.header.fixed-header .find img.block{
	display: none!important;
}
.header.fixed-header .find img.none{
	display: block!important;
}

.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}


@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}
	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}
	.header .find {
	}
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}
	.header .find {
		
	}
	.header .find img{
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find {
		
	}
}
/*搜索弹窗*/
.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(0,65,137,.9);
	
}
.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}
.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}
@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}
.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 27px;
	height: 27px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: url(../images/search.png) no-repeat;
	color: #fff;
}
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}
.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 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: 90%;
	max-width: 800px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}
.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}
.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}
@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*/

/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	z-index: 99;
}
.banner .pc{
	display: block;
}
.banner .phone{
	display: none;
}

@keyframes blue{
	0% { 
		-webkit-transform: scale(1.1);
		-mos-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% { 
		-webkit-transform: scale(1);
		-mos-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.banner .slick-current .item .img-box > img{
	/* animation: blue 1.5s 0s ease both; */
}


.banner .slick-list {
	z-index: 1;
}
.banner .slick-track {
	z-index: 1;
	top: auto;
	bottom: 0;
}
.banner .slick-slide {
	top: auto!important;
	bottom: 0;
	z-index: 1;
}
.banner .slick-arrow{
	position: absolute;
	bottom: 62px;
	width: 12px;
	height: 22px;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	z-index: 10;
	-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;	
}
.banner .slick-arrow.slick-prev{
	right: 16.4%;
	background: url(../images/left.png);
}
.banner .slick-arrow.slick-next{
	right: 9.7%;
	background: url(../images/right.png);
}

.banner .slick-dots {
	font-family: 'ITC Avant Garde Gothic LT Demi';
	position: absolute;
	right: 15%;
	bottom: 62px;
	height: 24px;
	line-height: 24px;
	font-size: 32px;
	z-index: 99999;
	color: #fff;
}
.banner .slick-dots li {
	position: absolute;
	opacity: 0;
	font-size: 32px;
}
.banner .slick-dots li.slick-active{
	opacity: 1;
}
.banner .slick-dots li button {
	clear: both;
	background: none;
	font-size: 32px;
}
.to-num{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	right: 11.979%;
	bottom: 62px;	
	height: 24px;
	line-height: 24px;
	font-size: 28px;
	color: #fff;
	z-index: 99;
}
.to-num::after{
	position: absolute;
	left: -15px;
	font-size: 26px;
	content: "/";
}

.banner .slick-slide > div .item {
    position: relative;
    bottom: 0;
    /* height: 100%; */
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.banner .img-box {
	padding-bottom: 49.32291666666667%;
}

.banner .img-box .text{
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
}
.banner .img-box .text .h1,
.banner .img-box .text .h2,
.banner .img-box .text .h3,
.banner .img-box .text .h4,
.banner .img-box .text .h5{
	margin: 0;
}
.banner .img-box .text.text-1{
	text-align: right;
}
.banner .img-box .text.text-3{
	text-align: right;
}

.banner .img-box .text.text-1 .h1{
	font-size: 56px;
}
.banner .img-box .text.text-1 .h2{
	font-family: 'CenturyGothic';
	font-size: 32px;
	padding-bottom: 20px;
	margin-top: 10px;
	line-height: 1.4;
	position: relative;
}

.banner .img-box .text.text-2 .h1{
	font-size: 50px;
}
.banner .img-box .text.text-2 .h2{}
.banner .img-box .text.text-2 .h2 span{
	display: inline-block;
	margin-top: 24px;
	font-size: 24px;
	padding: 0 16px;
	line-height: 56px;
	border-radius: 5px;
	background: #004189;
}
.banner .img-box .text.text-2 .h3{
	font-family: 'CenturyGothic';
	position: relative;
	font-size: 20px;
	margin-top: 30px;
	padding-bottom: 28px;
	line-height: 1.5;
}
.banner .img-box .text.text-3 .h1{
	font-size: 54px;
	line-height: 1.4;
}
.banner .img-box .text.text-3 .h2{
	font-family: 'BarlowCondensed-SemiBold';
	position: relative;
	margin-top: 10px;
	font-size: 60px;
	padding-bottom: 36px;
	text-transform: uppercase;
}
.banner .img-box .text.text-3 .h2::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 5px;
	background: #fff;
	content: "";
}

.banner .img-box .text.text-1 .h2::after,
.banner .img-box .text.text-2 .h3::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fff;
	content: "";
}
.banner .img-box .text.text-2 .h3::after{
	right: auto;
	left: 0;
}

.banner .slick-current .text-1 .h1,
.banner .slick-current .text-1 .h2,
.banner .slick-current .text-1 .h3,
.banner .slick-current .text-1 .h4 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-2 .h1,
.banner .slick-current .text-2 .h2,
.banner .slick-current .text-2 .h3,
.banner .slick-current .text-2 .h4{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-3 .h1,
.banner .slick-current .text-3 .h2,
.banner .slick-current .text-3 .h3,
.banner .slick-current .text-3 .h4{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 0.6s 0s ease both;
}

.banner .slick-current .text-4 .h1,
.banner .slick-current .text-4 .h2,
.banner .slick-current .text-4 .h3,
.banner .slick-current .text-4 .h4{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}


@keyframes blue{
	0% { 
		-webkit-transform: scale(1.1);
		-mos-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% { 
		-webkit-transform: scale(1);
		-mos-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.banner .slick-current .item .img-box > img{
	animation: blue 1.5s 0s ease both;
}


@media (max-width: 1680px) {

	.banner .img-box .text.text-1 .h1{
		font-size: 48px;
	}
	.banner .img-box .text.text-1 .h2{
		font-size: 28px;
		padding-bottom: 16px;
		margin-top: 6px;
	}
	.banner .img-box .text.text-2 .h1{
		font-size: 42px;
	}
	.banner .img-box .text.text-2 .h2 span{
		margin-top: 20px;
		font-size: 20px;
		padding: 0 12px;
		line-height: 48px;
	}
	.banner .img-box .text.text-2 .h3{
		font-size: 18px;
		margin-top: 24px;
		padding-bottom: 22px;
	}
	.banner .img-box .text.text-3 .h1{
		font-size: 46px;
	}
	.banner .img-box .text.text-3 .h2{
		margin-top: 8px;
		font-size: 52px;
		padding-bottom: 30px;
	}
	.banner .img-box .text.text-3 .h2::after{
		width: 68px;
		height: 4px;
	}
	.banner .img-box .text.text-1 .h2::after,
	.banner .img-box .text.text-2 .h3::after{
		width: 46px;
	}
	.to-num{
		right: 11.6%;
	}
	.banner .slick-dots{
		right: 15.2%;
	}
}	
@media (max-width: 1600px) {	
	
	
}
@media (max-width: 1440px) {
	.banner .slick-dots{
		right: 9%;
		bottom: 68px;
	}
	.to-num {
		right: 5%;
		bottom: 68px;
	}
	.banner .slick-arrow{
		bottom: 68px;
	}
	.banner .slick-arrow.slick-next{
		right: 3%;
	}
	.banner .slick-arrow.slick-prev{
		right: 10%;
	}
	
	.banner .img-box .text.text-1 .h1{
		font-size: 36px;
	}
	.banner .img-box .text.text-1 .h2{
		font-size: 22px;
		padding-bottom: 12px;
		margin-top: 4px;
	}
	.banner .img-box .text.text-2 .h1{
		font-size: 28px;
	}
	.banner .img-box .text.text-2 .h2 span{
		margin-top: 16px;
		font-size: 16px;
		padding: 0 10px;
		line-height: 42px;
	}
	.banner .img-box .text.text-2 .h3{
		font-size: 16px;
		margin-top: 18px;
		padding-bottom: 16px;
	}
	.banner .img-box .text.text-3 .h1{
		font-size: 36px;
	}
	.banner .img-box .text.text-3 .h2{
		margin-top: 8px;
		font-size: 40px;
		padding-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
	  right: 12%;
	}
	.banner .slick-dots{
		right: 10.8%;
	}
	.to-num {
		right: 5.4%;
	}
	
	.banner .img-box .text.text-1 .h1{
		font-size: 28px;
	}
	.banner .img-box .text.text-1 .h2{
		font-size: 20px;
		padding-bottom: 12px;
		margin-top: 4px;
	}
	.banner .img-box .text.text-2 .h1{
		font-size: 28px;
	}
	.banner .img-box .text.text-2 .h2 span{
		margin-top: 14px;
		font-size: 14px;
		padding: 0 10px;
		line-height: 36px;
	}
	.banner .img-box .text.text-2 .h3{
		font-size: 14px;
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.banner .img-box .text.text-3 .h1{
		font-size: 28px;
	}
	.banner .img-box .text.text-3 .h2{
		margin-top: 6px;
		font-size: 30px;
		padding-bottom: 15px;
	}
}


.banner .img-box .block{
	display: block;
}
.banner .img-box .none{
	display: none;
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.banner .img-box {
	    padding-bottom: 100%;
	}
	.banner .img-box .block{
		display: none;
	}
	.banner .img-box .none{
		display: block;
	}
	.banner .slick-dots{
		right: 13%;
	}
	.banner .slick-arrow.slick-prev {
	  right: 14%;
	}
}
@media (max-width: 767px) {
	.banner .img-box .text.text-1 .h1{
		font-size: 20px;
	}
	.banner .img-box .text.text-1 .h2{
		font-size: 14px;
		padding-bottom: 10px;
		margin-top: 4px;
	}
	.banner .img-box .text.text-2 .h1{
		font-size: 20px;
	}
	.banner .img-box .text.text-2 .h2 span{
		margin-top: 12px;
		font-size: 14px;
		padding: 5px 10px;
		line-height: 1.4;
	}
	.banner .img-box .text.text-2 .h3{
		font-size: 14px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.banner .img-box .text.text-3 .h1{
		font-size: 20px;
	}
	.banner .img-box .text.text-3 .h2{
		margin-top: 4px;
		font-size: 22px;
		padding-bottom: 10px;
	}
	.banner .img-box .text.text-3 .h2::after {
		width: 46px;
		height: 2px;
	}
	.to-num{
		bottom: 20px;
	}
	.banner .slick-dots{
		right: 18%;
		bottom: 20px;
	}
	.banner .slick-arrow{
		width: 10px;
		height: 18px;
	}
	.banner .slick-arrow.slick-next{
		bottom: 23px;
	}
	.banner .slick-arrow.slick-prev {
	  right: 20%;
		bottom: 23px;
	}
	.to-num{
		font-size: 20px;
	}
	.banner .slick-dots li,
	.banner .slick-dots li button{
		font-size: 22px;
	}
	.to-num{
		right: 7.4%;
	}
	.to-num::after{
		left: -10px;
		font-size: 18px;
	}
}

.banner.banner-in .img-box{
	padding-bottom: 44.53125%;
} 


.banner .img-box .text.text-in{
	text-align: center;
}
.banner .img-box .text.text-in .h1{
	font-size: 44px;
}
.banner .img-box .text.text-in .h2{
	font-family: 'BarlowCondensed-SemiBold';
	font-size: 60px;
	margin-top: 18px;
	text-transform: uppercase;
}
.banner .img-box  .ico{
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	height: 44px;
	background: url(../images/ban-ico.png) center no-repeat;
	background-size: auto 100%;
}
@media (max-width: 1440px) {
	.banner .img-box .ico{
		height: 36px;
	}
	.banner .img-box .text.text-in .h1{
		font-size: 32px;
	}
	.banner .img-box .text.text-in .h2{
		font-size: 42px;
		margin-top: 12px;
	}
}
@media (max-width: 991px) {
	.banner.banner-in .img-box{
		padding-bottom: 100%;
	}
}
@media (max-width: 767px) {
	.banner .img-box .ico{
		height: 24px;
		bottom: 20px;
	}
	.banner .img-box .text.text-in .h1{
		font-size: 24px;
	}
	.banner .img-box .text.text-in .h2{
		font-size: 24px;
		margin-top: 10px;
	}
} 
/*首页*/

/*内页banner end*/
@keyframes lr
{
	0%   { opacity: 1; }
	10%  { opacity: 0.9; }
	20%  { opacity: 0.8; }
	30%  { opacity: 0.7; }
	40%  { opacity: 0.6; }
	50%  { opacity: 0.5; }
	60%  { opacity: 0.6; }
	70%  { opacity: 0.7; }
	80%  { opacity: 0.8; }
	90%  { opacity: 0.9;}
	100% { opacity: 1; }
}
	/* animation: lr 5s 0s infinite; */
.both{
	clear: both;
}
.md {
    position: absolute;
    left: 0;
    top: -40px;
}
.footer{
	float: left; 
	width: 100%; 
	position: relative; 
	z-index: 11;
	background: #091918;
	padding: 52px 5.2% 68px 5.2%;
}
.foot-top,
.foot-middle,
.foot-bot{
	float: left;
	width: 100%;
}
.foot-top{
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.foot-top > a{
	float: left;
}
.foot-top .foot-t-link{
	float: right;
	margin-top: 18px;
}
.foot-top .foot-t-link a{
	font-size: 16px;
	margin-left: 88px;
	color: #b1b1b1;
}
.foot-top .foot-t-link a:first-child{
	margin-left: 0px;
}
.foot-top .foot-t-link a:hover{
	color: #fff;
}
.foot-middle{
	padding: 34px 0 48px 0;
}
.foot-middle .foot-M-left{
	float: left;
	width: 37.6%;
	padding-top: 17px;
}
.foot-middle .foot-M-left a{
	color: #b1b1b1;
}
.foot-middle .foot-M-left p{
	padding-left: 40px;
	margin-bottom: 24px;
	line-height: 20px;
	font-size: 16px;
	color: #b1b1b1;
}
.foot-middle .foot-M-left .p1{
	background: url(../images/foot-ico1.png) left center no-repeat;
}
.foot-middle .foot-M-left .p2{
	background: url(../images/foot-ico2.png) left center no-repeat;
}
.foot-middle .foot-M-right{
	float: left;
	width: 62.4%;
	position: relative;
	color: #fff;
	padding-left: 82px;
	margin-top: 17px;
	padding-right: 111px;
	background: url(../images/foot-tel.png) left center no-repeat;
}
.foot-middle .foot-M-right span{
	font-size: 16px;
}
.foot-middle .foot-M-right p{
	font-family: 'CenturyGothic';
	font-weight: bold;
	font-size: 44px;
	margin-top: 12px;
}

.foot-middle .foot-M-right .ewm{
	position: absolute;
	right: 0;
	top: -17px;
	height: 111px;
}
.foot-bot{
	float: left;
	width: 100%;
	padding: 17px 44px 17px 24px;
	background: #2c2e2e;
	color: #b1b1b1;
}
.foot-bot a{
	color: #b1b1b1;
}
.foot-bot a,
.foot-bot span{
	 float: left;
	 margin-right: 16px;
}
.foot-bot .support{
	float: right;
}

@media (max-width: 1440px) {
	.footer {
	  padding: 40px 5.2% 40px 5.2%;
	}
	.foot-middle {
	  padding: 24px 0 38px 0;
	}
	.foot-top .foot-t-link a{
		margin-left: 48px;
	}
}
@media (max-width: 1199px) {
	.footer {
	  padding: 30px 5.2% 30px 5.2%;
	}
	.foot-top{
		padding-bottom: 12px;
	}
	.foot-top .foot-t-link{
		margin-top: 24px;
	}
	.foot-top .foot-t-link a{
		font-size: 14px;
		margin-left: 18px;
	}
	.foot-middle .foot-M-left{
		width: 45%;
		padding-top: 14px;
	}
	.foot-middle .foot-M-right{
		width: 55%;
		padding-right: 86px;
	}
	.foot-middle .foot-M-right .ewm{
		height: 86px;
	}
	.foot-middle .foot-M-left p {
		padding-left: 30px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	.foot-middle .foot-M-right{
		padding-left: 60px;
		background-size: auto 48px;
	}
	.foot-middle .foot-M-right span{
		font-size: 16px;
	}
	.foot-middle .foot-M-right p {
		font-size: 28px;
		margin-top: 10px;
	}
	.foot-middle {
		padding: 24px 0 30px 0;
	}
	.foot-bot {
	  padding: 12px 24px 12px 24px;
	}
	.foot-bot a,
	.foot-bot span{
		display: block;
		width: 100%;
		text-align: center;
		line-height: 1.5;
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.foot-top{
		text-align: center;
	}
	.foot-top > a{
		float: none;
		display: inline-block;
	}
	.foot-top .foot-t-link {
		float: left;
		width: 100%;
		text-align: center;
	  margin-top: 18px;
	}
	.foot-top .foot-t-link a{
		display: inline-block;
		float: none;
		margin: 0 5px;
	}
	.foot-middle .foot-M-left,
	.foot-middle .foot-M-right{
		width: 100%;
	}
	.foot-middle .foot-M-left{
		padding-top: 0;
	}
	.foot-middle .foot-M-right{
		padding-right: 0;
		background-position: top left;
	}
	.foot-middle .foot-M-right p {
		font-size: 24px;
		margin-top: 8px;
	}
	.foot-middle .foot-M-left p{
		margin-bottom: 10px;
	}
	.foot-bot{
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.footer {
	    padding: 20px 5.2% 70px 5.2%;
	}
	.foot-top .foot-t-link{
		display: none;
	}
	.foot-middle{
		display: none;
	}
	.foot-bot {
		padding: 12px 5% 12px 5%;
		margin-top: 15px;
	}
}


/*底部*/
.foot-tel{
	display: none;
}
@media (max-width: 767px) {
	.foot-tel{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #004189;
		width: 100%;
		z-index: 999;
	}	
	.foot-tel a{
		display: block;
		float: left;
		width: 33.3333%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
}	


/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 100px;
	text-align: center;
	font-family: 'centurygothic';
}
.page a {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 40px;
	height: 40px;
	margin: 0 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	background-color: #dcdcdc;
	color: #fff;
	border: 1px solid rgba(255,255,255,0);
}
/* 
.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}

.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */
@media (max-width: 1440px) {
	.page{
		margin-top: 60px;
	}
}
@media (max-width: 1199px) {
	.page{
		margin-top: 40px;
	}
	.page a {
		margin: 0 6px;
	}
}
@media (max-width: 991px) {
	.page{
		margin-top: 30px;
	}
	.page a {
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 30px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}	
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
		margin: 0 2px;
	}
}
.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}
.page a.active,
.page a:hover {
	background-color: #004189;
	border: 1px solid #004189;
	color: #fff;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #004189;
	border: 1px solid #004189;
}
.page a.prev {
	/* border: 0; */
	/* background: url("../images/news/page-l.png") center no-repeat; */
}
.page a.next {
	/* border: 0; */
	/* background: url("../images/news/page-r.png") center no-repeat; */
}
.page a.prev:hover {
	/* border: 0; */
	/* background: url("../images/news/page-l.png") center no-repeat; */
}
.page a.next:hover {
	/* border: 0; */
	/* background: url("../images/news/page-r.png") center no-repeat; */
}
.page a.info{
	border: 0;
	background: none;
	color: #595959;
	font-size: 14px;
}
.page a.info:hover{
	border: 0;
	background: none;
	color: #595959;
}
@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
}
/*内页导航*/

.bo-1{
	position: relative;
	/* z-index: 999; */
	/* z-index: 10001; */
	z-index: 9992;
	background: #f9f9f9;
}
.ri-10{
	position: absolute;
	left: 0;
	top: 0;
	width: 13.3%;
	height: 72px;
	background: #004189;
}
.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 32px;
	background: #004189;
	
	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: #004189;
	font-weight: bold;
}

@media (max-width: 1440px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 24px;
	}
}

@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 20px;
	}
	.wrap-sidenav .sidenav{
	}
}	
@media (max-width: 1199px) {
	.bo-1 {
	    margin-top: -0px;
	}
	.ri-10{
		height: 68px;
		/* display: none; */
	}
	.nav-top{
	}
	.wrap-sidenav .sidenav{
		height: 68px;
	}
	.wrap-sidenav .sidenav ul{
	}
	.wrap-sidenav .sidenav ul li a {
	    height: 68px;
	    line-height: 68px;
	    padding: 0 20px;
	    font-size: 16px;
	}
	.nav-top .address{
		height: 68px;
		line-height: 68px;
	}
}
@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 18px;
	}
}
@media (max-width: 767px) {	
	.bo-1{
		margin-top: 0;
		background: #004189;
	}
	.wrap-sidenav .sidenav{
		height: 68px;
	}
	.wrap-sidenav .sidenav ul{
		text-align: left;
	}
	.wrap-sidenav .sidenav ul li a{
		 padding: 0 15px;
		 font-size: 14px;
	}
}

.relative{
	position: relative;
}
.add{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	right: 0;
	line-height: 70px;
	color: #c3c2c2;
	padding-left: 34px;
	background: url(../images/link-ico.png) left center no-repeat;
}
.add a{
	font-size: 16px;
	margin: 0 4px;
	color: #c3c2c2;
}
.add a:hover,
.add a.active{
	color: #004189;
}
@media (max-width: 1680px){
	.add{
		right: 3%;
	}
}

@media (max-width: 1199px){
	.add{
		display: none;
	}
}


.title{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	font-family: 'BarlowCondensed-SemiBold';
}
.title .title-c{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
}
.title .title-c span{
	color: #004189;
}
.title .title-e{
	font-size: 150px;
	color: #f6f6f6;
	text-transform: uppercase;
}
@media (max-width: 1440px){
	.title .title-c{
		font-size: 32px;
		margin-top: 5px;
	}
	.title .title-e{
		font-size: 100px;
	}
}
@media (max-width: 1199px){
	.title .title-c{
		font-size: 28px;
		margin-top: 4px;
	}
	.title .title-e{
		font-size: 80px;
	}
}
@media (max-width: 767px){
	.title .title-c{
		font-size: 20px;
		margin-top: 2px;
	}
	.title .title-e{
		font-size: 48px;
	}
}

.title-in{
	font-size: 36px;
	text-align: center;
}
.title-in .title-c span{
	color: #004189;
}
.title-in .title-e{
	margin-top: 14px;
	color: #bebebe;
	text-transform: uppercase;
	font-family: 'AvantGardeITCbyBT-Book';
}
@media (max-width: 1440px){
	.title-in {
	  font-size: 30px;
	}
	.title-in .title-e{
		margin-top: 10px;
	}
}
@media (max-width: 767px){
	.title-in {
	  font-size: 20px;
	}
}

.i-ab-bg{
	background: url(../images/bg-1.png) bottom right no-repeat;
}
.i-about{
	float: left;
	width: 53%;
	padding: 102px 5% 100px 0;
}
.i-about .i-ab-t1,
.i-about .i-ab-t2,
.i-about .i-ab-p,
.i-about .i-ab-a{
	/* float: left; */
	/* width: 100%; */
}

.i-about .i-ab-t1{
	font-size: 24px;
}
.i-about .i-ab-t2{
	font-size: 36px;
	padding: 18px 0 22px 0;
	font-weight: bold;
	color: #004189;
	position: relative;
}
.i-about .i-ab-t2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 4px;
	background: #004189;
	content: "";
}
.i-about .i-ab-p{
	font-size: 16px;
	margin-top: 60px;
	line-height: 2.2;
}
.i-about .i-ab-a{}
.i-about .i-ab-a a{
	display: inline-block;
	margin-top: 70px;
	line-height: 48px;
	padding: 0 30px;
	background: #004189;
	color: #fff;
}
.i-about .i-ab-a a:hover{
	opacity: 0.8;
}

.i-video{
	float: left;
	width: 47%;
	margin-top: 140px;
}
.i-video .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.i-video .video img{
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-video .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.i-video .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 60%;
	background-color: rgba(0, 0, 0, 0);
}
.i-video .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.i-video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.i-video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.i-video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.i-video .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 54px;
	height: 54px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(../images/play.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.i-video .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.i-video .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1680px) {
	.i-video{
		width: 50%;
	}
}
@media (max-width: 1440px) {
	.i-video{
		margin-top: 100px;
	}
}
@media (max-width: 1366px) {
	.i-video{
		margin-top: 120px;
	}
}
@media (max-width: 1199px) {
	.i-video{
		margin-top: 130px;
	}
}
@media (max-width: 991px) {
	.i-video{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


.i-num-bg{
	background: url(../images/bg-2.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.i-num-bg::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	content: "";
}

.i-num-bg .i-num-li{
	float: left;
	width: 25%;
	padding: 119px 0 124px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	-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-num-bg .i-num-li::after{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	/* height: 245px; */
	height: 63.8%;
	background: rgba(255,255,255,0.5);
	content: "";
}
.i-num-bg .i-num-li:last-child::after{
	display: none;
}
.i-num-bg .i-num-li:hover{
	background: rgba(0,65,137,0.8);
}
.i-num-bg .i-numLi-t{
	font-family: 'BarlowCondensed-SemiBold';
	font-size: 90px;
	padding-bottom: 34px;
	position: relative;
}
.i-num-bg .i-numLi-t::after,
.i-num-bg .i-numLi-t::before{
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.i-num-bg .i-numLi-t::after{
	width: 33px;
	height: 3px;
	bottom: -1px;
}
.i-num-bg .i-numLi-t::before{
	width: 82px;
	height: 1px;
	bottom: 0;
}
.i-num-bg .i-numLi-t span{}
.i-num-bg .i-numLi-p{
	font-size: 24px;
	margin-top: 24px;
}

.i-business-con{
	float: left;
	width: 100%;
	padding: 80px 0 112px 0;
}
.i-bus{
	float: left;
	width: 100%;
	margin-top: 90px;
}
.i-bus .hd{
	float: left;
	width: 100%;
}
.i-bus .hd ul{
	float: left;
	width: 100%;
}
.i-bus .hd ul li{
	padding: 40px 0 38px 0;
	cursor: pointer;
	float: left;
	width: 25%;
	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;
}
.i-bus .hd ul li.on{
	background: #004189;
	color: #fff;
}


.i-bus .hd ul li span{
	display: inline-block;
	vertical-align: middle;
}
.i-bus .hd ul li span img.block{
	display: block;
}
.i-bus .hd ul li span img.none{
	display: none;
}
.i-bus .hd ul li.on span img.block{
	display: none;
}
.i-bus .hd ul li.on span img.none{
	display: block;
}

.i-bus .hd ul li .i-bus-p{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 20px;
}
.i-bus .hd ul li .i-bus-p .i-bus-pc{
	font-size: 26px;
	color: #010101;
}
.i-bus .hd ul li .i-bus-p .i-bus-pe{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 20px;
	margin-top: 10px;
	color: #666;
	text-transform: uppercase;
}
.i-bus .hd ul li.on .i-bus-p .i-bus-pc,
.i-bus .hd ul li.on .i-bus-p .i-bus-pe{
	color: #fff;
}

.i-bus .bd{
	float: left;
	width: 100%;
}
.i-bus .bd ul{
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.i-bus .bd ul.i-bus-1.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}
.i-bus .bd ul.i-bus-1 .i-bus-txt{
	position: absolute;
	left: 80px;
	bottom: 82px;
	width: 446px;
	color: #fff;
}
.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-p{
	font-size: 18px;
	line-height: 2;
}
.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a{
	display: inline-block;
	margin-top: 36px;
	padding: 0 20px;
	line-height: 45px;
	background: #004189;
	color: #fff;
}
.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a:hover{
	opacity: 0.9;
}
.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.i-par-bg{
	background: url(../images/bg-3.jpg) no-repeat;
	background-size: cover;
}

.i-partner,
.i-partner .i-par-t,
.i-partner .i-par-c,
.i-partner .i-par-e,
.i-partner .i-par-txt,
.i-partner .i-par-txt .i-par-t1,
.i-partner .i-par-txt .i-par-p1,
.i-partner .i-par-txt a{
	float: left;
	width: 100%;
	color: #fff;
}
.i-partner{
	width: 36.2%;
	padding: 104px 0 110px 0;
}

.i-partner .i-par-t{
	font-size: 40px;
	padding-bottom: 20px;
	position: relative;
}
.i-partner .i-par-t::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #fff;
	content: "";
}
.i-partner .i-par-c{
	margin-top: 24px;
	font-size: 18px;
}
.i-partner .i-par-e{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #e2e2e2;
	font-family: 'AvantGardeITCbyBT-Book';
}
.i-partner .i-par-txt{
	background: #fff;
	margin-top: 124px;
	padding: 42px 36px;
}
.i-partner .i-par-txt .i-par-t1{
	font-size: 30px;
	color: #004189;
}
.i-partner .i-par-txt .i-par-p1{
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.8;
	color: #666;
}
.i-partner .i-par-txt a{
	font-size: 14px;
	margin-top: 36px;
	color: #999;
}
.i-partner .i-par-txt a:hover{
	color: #004189;
}


.i-partner-pic{
	float: right;
	width: 63.8%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.i-partner-pic img{
	max-width: none;
	margin-right: 7%;
}

.i-news{
	float: left;
	width: 100%;
	padding: 74px 0 164px 0;
}
.i-news-ul,
.i-news-ul .i-news-li,
.i-news-ul .i-news-li .img-box,
.i-news-ul .i-news-li .i-newsLi-txt,
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-time,
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-t,
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-p,
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a{
	float: left;
	width: 100%;
}
.i-news-ul{
	margin-top: 62px;
}
.i-news-ul .i-news-li{
	width: 31.4%;
	margin-right: 2.9%;
	position: relative;
	overflow: hidden;
}
.i-news-ul .i-news-li:nth-child(3){
	margin-right: 0;
}
.i-news-ul .i-news-li .img-box{
	padding-bottom: 62.71186440677966%;
}
.i-news-ul .i-news-li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.i-news-ul .i-news-li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.i-news-ul .i-news-li .i-newsLi-txt{
	padding: 34px 24px 24px 24px;
}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-time{
	font-size: 20px;
	color: #004189;
}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-t{
	font-size: 24px;
	margin-top: 22px;
	height: 76px;
	line-height: 38px;
	color: #010101;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-p{
	font-size: 16px;
	margin-top: 20px;
	height: 64px;
	line-height: 32px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a{}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a{
	display: inline-block;
	padding: 0 20px;
	line-height: 42px;
	font-size: 14px;
	margin-top: 36px;
	background: #004189;
	color: #fff;
}
.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a:hover{
	opacity: 0.9;
}
.i-news-ul .i-news-li .i-newsLi-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 96px 50px 0 50px;
	background: url(../images/bg-4.jpg) no-repeat;
	background-size: cover;
	opacity: 0;
	-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;
	left: -100%;
}
.i-news-ul .i-news-li:hover .i-newsLi-con{
	opacity: 1;
	left: 0;
}
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt{
	padding: 0;
}
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-time,
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-t,
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-p{
	color: #fff;
}
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-p{
	-webkit-line-clamp: 5;
	margin-top: 48px;
}
.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-a a{
	background: #fff;
	color: #004189;
}	
@media (max-width: 1680px) {
	.i-about{
		width: 50%;
	}
}
@media (max-width: 1600px) {
	.i-ab-bg{
		background-size: auto 480px!important;
	}
	.i-partner {
	  padding: 84px 0 90px 0;
	}
	.i-partner .i-par-txt{
		margin-top: 84px;
	}
	.i-partner-pic img {
	  max-width: 80%;
	}
}
@media (max-width: 1440px) {
	.i-ab-bg{
		background-size: auto 360px!important;
	}
	.i-about{
		padding: 82px 5% 80px 0;
	}
	.i-about .i-ab-t1 {
	  font-size: 22px;
	}
	.i-about .i-ab-t2 {
		font-size: 30px;
		padding: 16px 0 20px 0;
	}
	.i-about .i-ab-p {
		font-size: 14px;
		margin-top: 40px;
		line-height: 2;
	}
	.i-about .i-ab-a a {
		margin-top: 60px;
		line-height: 42px;
		padding: 0 24px;
	}
	.i-num-bg .i-num-li {
		padding: 90px 0 90px 0;
	}
	.i-num-bg .i-numLi-t {
		font-size: 62px;
		padding-bottom: 20px;
	}
	.i-num-bg .i-numLi-p {
		font-size: 18px;
		margin-top: 18px;
	}
	.i-business-con {
	  padding: 60px 0 82px 0;
	}
	.i-bus{
		margin-top: 60px;
	}
	.i-bus .hd ul li .i-bus-p{
		margin-left: 10px;
	}
	.i-bus .hd ul li span img{
		height: 48px;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pc{
		font-size: 24px;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pe{
		font-size: 18px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt {
		left: 60px;
		bottom: 62px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-p{
		font-size: 16px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a {
		margin-top: 28px;
		padding: 0 16px;
		line-height: 40px;
	}
	.i-partner .i-par-t {
	  font-size: 28px;
	  padding-bottom: 18px;
	}
	.i-partner .i-par-c {
		margin-top: 20px;
		font-size: 16px;
	}
	.i-partner .i-par-e {
		margin-top: 14px;
		line-height: 1.6;
	}
	.i-partner .i-par-txt {
	  margin-top: 68px;
		padding: 36px 28px;
	}
	.i-partner .i-par-txt .i-par-t1{
		font-size: 26px;
	}
	.i-partner .i-par-txt .i-par-p1 {
		font-size: 14px;
		margin-top: 14px;
		line-height: 1.6;
	}
	.i-partner .i-par-txt a{
		margin-top: 28px;
	}
	.i-partner-pic img {
	  max-width: 93%;
	}
	.i-news {
	  padding: 54px 0 104px 0;
	}
	.i-news-ul {
	  margin-top: 48px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-time{
		font-size: 18px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-t {
		font-size: 20px;
		height: 60px;
		line-height: 30px;
		margin-top: 18px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-p {
		margin-top: 18px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a {
		padding: 0 18px;
		line-height: 40px;
		margin-top: 30px;
	}
	.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-p{
		margin-top: 36px;
	}
}
@media (max-width: 1366px) {
	.i-partner-pic img {
	  max-width: 92%;
	}
}
@media (max-width: 1280px) {
	.i-partner-pic img {
	  max-width: 100%;
	  max-width: 90%;
	}
}
@media (max-width: 1199px) {
	.i-ab-bg {
	  background-size: auto 360px;
	}
	.i-about {
	  padding: 62px 3% 60px 0;
	}
	.i-about .i-ab-t1 {
	  font-size: 20px;
	}
	.i-about .i-ab-t2 {
		font-size: 24px;
		padding: 12px 0 16px 0;
	}
	.i-about .i-ab-p {
	  margin-top: 24px;
	}
	.i-about .i-ab-a a{
		margin-top: 40px;
	}
	.i-num-bg .i-num-li {
	  padding: 60px 0 60px 0;
	}
	.i-num-bg .i-numLi-t {
		font-size: 40px;
		padding-bottom: 18px;
	}
	.i-num-bg .i-numLi-t::after{
		width: 28px;
	}
	.i-num-bg .i-numLi-t::before{
		width: 60px;
	}
	.i-num-bg .i-numLi-p{
		font-size: 16px;
		margin-top: 16px;
	}
	.i-business-con {
	  padding: 40px 0 42px 0;
	}
	.i-bus {
	  margin-top: 40px;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pc {
	  font-size: 18px;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pe {
	  font-size: 14px;
	}
	.i-bus .hd ul li span img {
	  height: 40px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt {
	  left: 40px;
	  bottom: 42px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-p{
		font-size: 14px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a{
		margin-top: 20px;
		font-size: 12px;
	}
	.i-partner {
		/* width: 48%; */
	  padding: 44px 0 50px 0;
	}
	.i-partner .i-par-t{
		font-size: 24px;
	}
	.i-partner .i-par-txt {
	  margin-top: 48px;
	  padding: 28px 24px;
	}
	.i-partner .i-par-txt .i-par-t1 {
	  font-size: 22px;
	}
	.i-news {
	  padding: 44px 0 84px 0;
	}
	.i-news-ul {
	  margin-top: 40px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt {
	  padding: 24px 20px 18px 20px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-time {
	  font-size: 16px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-t {
		font-size: 18px;
		height: 56px;
		line-height: 28px;
		margin-top: 14px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-p {
		font-size: 14px;
		height: 56px;
		line-height: 28px;
	  margin-top: 14px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a{
		margin-top: 20px;
	}
	.i-news-ul .i-news-li .i-newsLi-con {
	  padding: 46px 36px 0 36px;
	}
	.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-p{
		margin-top: 30px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a{
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.i-ab-bg {
	  background-size: auto 240px;
	}
	.i-about{
		width: 62%;
		width: 100%;
		padding: 30px 0 0px 0;
	}
	.i-about .i-ab-t2 {
		font-size: 22px;
		padding: 10px 0 14px 0;
	}
	.i-about .i-ab-p {
	  margin-top: 20px;
	}
	.i-about .i-ab-a a {
	  margin-top: 30px;
	}
	.i-num-bg .i-numLi-t {
		font-size: 36px;
		padding-bottom: 14px;
	}
	.i-num-bg .i-num-li {
	  padding: 40px 0 40px 0;
	}
	.i-bus .hd ul li {
		width: 50%;
	  padding: 24px 0 24px 0;
	}
	.i-partner {
		/* width: 50%; */
		padding: 30px 0 30px 0;
	}
	.i-partner .i-par-t {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.i-partner .i-par-c {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.i-partner .i-par-e{
		margin-top: 6px;
	}
	.i-partner .i-par-txt {
		margin-top: 15px;
		padding: 15px 15px;
	}
	.i-partner .i-par-txt .i-par-t1 {
	  font-size: 20px;
	}
	.i-partner .i-par-txt a {
	  margin-top: 20px;
	}
	.i-news {
	  padding: 30px 0 40px 0;
	}
	.i-news-ul {
	  margin-top: 30px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt {
	  padding: 18px 16px 14px 16px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-t {
		font-size: 16px;
		margin-top: 10px;
	}
	.i-news-ul .i-news-li .i-newsLi-txt .i-newsLi-a a {
	  margin-top: 20px;
	}
	.i-news-ul .i-news-li .i-newsLi-con .i-newsLi-txt .i-newsLi-p{
		margin-top: 24px;
	}
	.i-news-ul .i-news-li .i-newsLi-con {
	    padding: 36px 30px 0 30px;
	}
}

@media (max-width: 767px) {
	.i-about{
		width: 100%;
		padding: 30px 0 180px 0;
		padding: 30px 0 0px 0;
	}
	.i-ab-bg {
	  background-size: 100% auto;
	}
	.i-about .i-ab-t1 {
	  font-size: 18px;
	}
	.i-about .i-ab-t2{
		font-size: 20px;
	}
	.i-about .i-ab-t2::after{
		width: 40px;
		height: 3px;
	}
	.i-about .i-ab-a a {
	  margin-top: 20px;
	}
	.i-num-bg .i-num-li{
		width: 50%;
		padding: 24px 0 24px 0;
	}
	.i-num-bg .i-num-li::after{
		height: 50%;
	}
	.i-num-bg .i-num-li:nth-child(2n)::after{
		display: none;
	}
	.i-num-bg .i-numLi-t{
		font-size: 28px;
	}
	.i-num-bg .i-numLi-t::before {
	  width: 48px;
	}
	.i-num-bg .i-numLi-t::after{
		width: 22px;
	}
	.i-num-bg .i-numLi-p{
		font-size: 14px;
	}
	.i-business-con {
	    padding: 30px 0 32px 0;
	}
	.i-bus {
	  margin-top: 20px;
	}
	.i-bus .hd ul li {
	  padding: 18px 0 18px 0;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pc{
		font-size: 16px;
	}
	.i-bus .hd ul li .i-bus-p .i-bus-pe{
		font-size: 12px;
		margin-top: 4px;
	}
	.i-bus .hd ul li .i-bus-p{
		margin-left: 5px;
	}
	.i-bus .hd ul li span img {
	    height: 36px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt{
		width: 90%;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt {
		left: 5%;
		bottom: 20px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-p{
		font-size: 14px;
		line-height: 1.8;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-a {
		padding: 0 12px;
		line-height: 36px;
	  margin-top: 10px;
	}
	.i-bus .bd ul.i-bus-1{
		overflow: hidden;
	}
	.i-bus .bd ul.i-bus-1 img{
		max-width: 150%;
		margin-left: -25%;
	}
	.i-partner{
		width: 100%;
		padding-bottom: 0;
	}
	.i-partner-pic{
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
	}
	.i-partner-pic{
		width: 100%;
	}
	.i-partner-pic img{
		margin-right: 0;
	}
	.i-partner .i-par-e{
		color: #fff;
	}
	.i-news {
	  padding: 20px 0 20px 0;
	}
	.i-news-ul {
	    margin-top: 10px;
	}
	.i-news-ul .i-news-li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i-news-ul .i-news-li .i-newsLi-con{
		display: none;
	}
	
}




.hover-text{
	opacity: 0;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff!important;
	background: rgba(30,121,113,0.95);
	-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;
	padding: 96px 52px 0 52px;
}



.news{
	float: left;
	width: 100%;
	margin: 72px 0 96px 0;
}
.news .news-list{
	float: left;
	width: 100%;
	margin-top: 83px;
}
.news .news-list ul{
	float: left;
	width: 100%;
}
.news .news-list ul li{
	float: left;
	width: 33.33%;
	padding: 30px 26px 28px 26px;
	border-right: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.news .news-list ul li:hover .hover-text{
	bottom: 0;
	opacity: 1;
	color: #fff;
}
.news .news-list ul li:nth-child(3n){
	border-right-width: 0;
}

.news .news-list ul li .news-li-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	font-size: 18px;
	color: #004189;
}
.news .news-list ul li .news-li-t{
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 12px;
	height: 80px;
	line-height: 40px;
	font-size: 24px;
	color: #010101;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-list ul li .news-li-pic{
	float: left;
	width: 100%;
	margin-top: 32px;
}
.news .news-list ul li .news-li-pic a{
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 57.99522673031026%;
	padding-bottom: 66.66666666666667%;
}
.news .news-list ul li .news-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;
}
.news .news-list ul li:hover .news-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-list ul li .news-li-p{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 32px;
	margin-top: 24px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news-list ul li .news-li-link{
	float: left;
	width: 100%;
	margin-top: 22px;
	color: #898989;
}
.news .news-list ul li .news-li-link span,
.news .news-list ul li .news-li-link a{
	display: inline-block;
	width: 107px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #004189;
	-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 .news-list ul li .hover-text .news-li-p{
	-webkit-line-clamp: 4;
	height: 128px;
	margin-top: 60px;
}
.news .news-list ul li .hover-text .news-li-link span,
.news .news-list ul li .hover-text .news-li-link a{
	margin-top: 90px;
	background: #fff;
	color: #004189;
}
.news .news-list ul li .news-li-link span:hover,
.news .news-list ul li .news-li-link a:hover{
	opacity: 0.8;
}
.news .news-list ul li .hover-text .news-li-time,
.news .news-list ul li .hover-text .news-li-t,	
.news .news-list ul li .hover-text .news-li-p{
	color: #fff;
}

@media (max-width: 1440px){
	.news{
		margin: 52px 0 76px 0;
	}
	.news .news-list{
		margin-top: 60px;
	}
	
	
}


@media (max-width: 1199px){
	.news .news-list {
	  margin-top: 30px;
	}
	.hover-text{
		display: none;
	}
	.news {
		margin: 38px 0 37px 0;
		padding: 30px 0 36px 0;
	}
	.news .news-list ul {
	    padding: 10px 3% 10px 3%;
	}
	.news .news-list ul li {
		width: 50%;
		line-height: 24px;
		padding: 20px 2% 20px 2%;
	}
	.news .news-list ul li:nth-child(3n){
		border-right-width: 1px;
	}
	.news .news-list ul li:nth-child(2n){
		border-right-width: 0px;
	}
	.news .news-list ul li .news-li-time{
		font-size: 16px;
	}
	.news .news-list ul li .news-li-t{
		margin-top: 4px;
		font-size: 20px;
	}
	.news .news-list ul li .news-li-pic{
		margin-top: 14px;
	}
	.news .news-list ul li .news-li-p{
		margin-top: 10px;
		font-size: 14px;
	}
	.news .news-list ul li .news-li-link{
		margin-top: 5px;
	}
	
}

@media (max-width: 991px){
	.news .news-list ul {
		padding: 10px 2% 10px 2%;
	}
}
@media (max-width: 767px){
	.news {
	    margin: 18px 0 17px 0;
	    padding: 10px 0 16px 0;
	}
	.news .news-list{
		margin-top: 10px;
	}
	.news .news-list ul {
	  padding: 0px 0% 0px 0%;
	}
	.news .news-list ul li{
		width: 100%;
		border-right: 0;
		padding: 20px 2% 20px 2%;
	}
	.news .news-list ul li{
		border-bottom: 1px solid #eee;
	}
	.news .news-list ul li .news-li-t {
		margin-top: 4px;
		font-size: 18px;
		height: 60px;
		line-height: 30px;
	}
	.news .news-list ul li .news-li-p {
		margin-top: 10px;
		height: 60px;
		line-height: 30px;
	}
	.news .news-list ul li .news-li-link{
		margin-top: 10px;
	}
}



.news-details{
	float: left;
	width: 100%;
	padding: 44px 0 102px 0;
}
.news-details .newDe-left{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-t{
	width: 100%;
	font-size: 30px;
	padding-right: 84px;
	line-height: 1.1;
	color: #333;
	position: relative;
}

.newDe-time{
	position: absolute;
	right: 0;
	top: 0;
	color: #004189;
	width: 84px;
	line-height: 1.1;
	text-align: center;
	font-family: 'AvantGardeITCbyBT-Book';
}
.newDe-time .newDe-day{
	font-size: 50px;
	font-weight: bold;
}
.newDe-time .newDe-year{
	font-size: 20px;
}


.news-details .newDe-left .newDe-p{
	float: left;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}
.news-details .newDe-left .newDe-p span{
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #999;
}

.news-details .newDe-left .text{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 40px 0 70px 0;
	margin-bottom: 24px;
	line-height: 2.5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}
.news-details .newDe-left .text img {
	height: auto!important;
}
.news-details .newDe-left .newDe-a{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-a a{
	float: left;
	max-width: 48%;
	line-height: 48px;
	border-radius: 24px;
	font-size: 16px;
	padding: 0 25px;
	border: 1px dashed #e5e5e5;
	background: #e5e5e5;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-details .newDe-left .newDe-a a:last-child{
	float: right;
}
.news-details .newDe-left .newDe-a a:hover{
	color: #fff;
	background: #004189;
	border-color: #004189;
}

.news-details .pro-list ul li{
	margin-top: 20px;
}

.prde2-t1{
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-top: 74px;
	line-height: 60px;
	font-size: 20px;
	background: #0070be;
	color: #fff;
}
.prde2-t1 a{
	float: right;
	font-size: 14px;
	color: #fff;
}
.prde2-t1 a:hover{
	opacity: 0.8;
}

.newDeCon-rTel{
	float: left;
	width: 100%;
	padding: 30px 20px;
	background: #004189;
	color: #fff;
}
.newDeCon-rTel .newDeCon-rTc{
	font-size: 20px;
	padding-left: 40px;
	line-height: 26px;
	background: url(../images/tel.png) left center no-repeat;
	background-size: auto 100%;
}
.newDeCon-rTel .newDeCon-rTn{
	font-family: 'BarlowCondensed-SemiBold';
	font-size: 48px;
	line-height: 0.9;
	margin-top: 10px;
}
@media (max-width: 1600px) {
	.newDeCon-rTel .newDeCon-rTn {
		font-size: 40px;
	}
}

@media (max-width: 1440px) {
	.news-details {
	  padding: 30px 0 80px 0;
	}
	.newDeCon-right .news {
	  margin-top: 30px;
	}
	.newDeCon-rTel {
		padding: 20px 15px;
	}
	.newDeCon-rTel .newDeCon-rTc {
		font-size: 18px;
		padding-left: 36px;
		line-height: 24px;
	}
	.newDeCon-rTel .newDeCon-rTn {
		font-size: 40px;
		margin-top: 8px;
	}
	.news-details .newDe-left .newDe-t {
		font-size: 24px;
	}
	.newDe-time .newDe-day{
		font-size: 40px;
	}
	.newDe-time .newDe-year {
	  font-size: 18px;
	}
	.news-details .newDe-left .text {
		font-size: 14px;
		padding: 30px 0 50px 0;
	}
	.news-details .newDe-left .newDe-a a {
		line-height: 48px;
		border-radius: 24px;
		font-size: 14px;
		padding: 0 20px;
	}
	.prde2-t1 {
		margin-top: 40px;
		line-height: 48px;
		font-size: 18px;
	}
	.news-details .newDe-left .newDe-p span{
		margin-right: 20px;
	}
}
@media (max-width: 1280px) {
	.newDeCon-rTel .newDeCon-rTn {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.news-details .newDe-left .newDe-t {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.news-details .newDe-left .newDe-p span{
		font-size: 14px;
	}
	.news-details .newDe-left .newDe-a a {
	  line-height: 40px;
	  border-radius: 20px;
	}
	
}

@media (max-width: 991px) {
	.news-details .newDe-left{
		width: 100%;
		padding: 0;
		border: 0;
	} 
	.news-details {
	    padding: 40px 0 34px 0;
	}
}
@media (max-width: 767px) {
	.news-details {
	  padding: 20px 0 20px 0;
	}
	.news-details .newDe-left .newDe-t{
		font-size: 18px;
		line-height: 1.4;
		padding-bottom: 0;
	}
	.news-details .newDe-left .newDe-p{
		padding: 10px 0 15px 0;
	}
	.news-details .newDe-left .text {
		padding: 10px 0 20px 0;
		margin-bottom: 15px;
		line-height: 1.8;
	}
	.newDeCon-right {
	    margin-top: 20px;
	}
	.news-details .newDe-left .newDe-a a{
		max-width: 100%;
		width: 100%;
		margin: 5px 0;
	}
	.newDe-time .newDe-day{
		font-size: 30px;
	}
	.newDe-time .newDe-year{
		font-size: 14px;
	}
	.prde2-t1 {
		margin-top: 20px;
		line-height: 40px;
		font-size: 16px;
	}
	.prde2-t1 a{
		font-size: 12px;
	}
}

.newDe-con{
	float: left;
	width: 100%;
	position: relative;
}
.newDe-con::after{
	position: absolute;
	left: 76%;
	width: 1px;
	height: 100%;
	background: #f1f3f3;
}
.newDeCon-left{
	float: left;
	width: 79.5%;
	padding-right: 52px;
}
.newDeCon-right{
	float: left;
	width: 20.5%;
}
.newDeCon-rh{
	float: left;
	width: 100%;
	font-size: 30px;
	padding-bottom: 22px;
	font-weight: bold;
	position: relative;
	color: #333;
}
.newDeCon-rh::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 4px;
	background: #004189;
	content: "";
}
.newDeCon-right .news{
	margin-top: 36px;
	margin-bottom: 15px;
}
.newDeCon-right .news ul li{
	padding: 0;
	margin-top: 0px;
}
.newDeCon-right .news ul li:hover{
	background: none;
}
.newDeCon-right .news ul li .news-con .news-pic,
.newDeCon-right .news ul li .news-con .news-text{
	width: 100%;
}
.newDeCon-right .news ul li .news-con .news-pic .img-box{
	padding-bottom: 62.74509803921569%;
}
.newDeCon-right .news ul li .news-con .news-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.newDeCon-right .news ul li:hover .news-con .news-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.newDeCon-right .news ul li .news-con .news-text{
	padding-left: 0;
}
.newDeCon-right .news ul li .news-con .news-text .news-title {
	font-size: 16px;
	line-height: 24px;
	color: #004189;
	margin: 12px 0 28px 0;
	white-space: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newDeCon-right .news ul li .news-con .news-text .news-title a{
	color: #004189;
}
.newDeCon-right .news ul li .news-con .news-text .news-p {
	font-size: 14px;
	height: 60px;
	line-height: 30px;
	margin-top: 14px;
	color: #949393;
}

@media (max-width: 1199px) {
	.newDe-con::after{
		display: none;
	}
	.newDeCon-left,
	.newDeCon-right{
		width: 100%;
		padding: 0;
	}
	.newDeCon-right{
		margin-top: 30px;
	}
	.newDeCon-right .news{
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.newDeCon-rh {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.newDeCon-right .news{
		margin-bottom: 0;
	}
	.newDeCon-right .news ul li .news-con .news-text .news-title {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.newDeCon-right .news ul li .news-con .news-text .news-p {
		height: 48px;
		line-height: 24px;
		margin-top: 0px;
	}
	.newDeCon-right .news {
	  margin-top: 0px;
	}
	.newDeCon-right .news ul li {
	  margin-top: 10px;
	}
}


.con-t{
	background: url(../images/contact/bg-1.jpg) no-repeat;
	background-size: cover;
	padding: 88px 0 74px 0;
}
.con-d{
	background: url(../images/contact/bg-2.jpg) no-repeat;
	background-size: cover;
}

.con-t1{
	float: left;
	width: 100%;
}
.con-t1 .con-t1L{
	float: left;
	padding-bottom: 32px;
	position: relative;
}
.con-t1 .con-t1L::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 5px;
	background: #004189;
	content: "";
}
.con-t1 .con-t1L .con-t1L-c{
	font-size: 36px;
}
.con-t1 .con-t1L .con-t1L-e{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 18px;
	margin-top: 12px;
	color: #999;
}
.con-t1 .con-t1R{
	float: right;
}
.con-t1 .con-t1R-ewm{
	float: right;
	border: 1px solid #d8d8d8;
}
.con-t1 .con-t1R-add{
	float: right;
	text-align: right;
	margin-right: 36px;
}
.con-t1 .con-t1R-add-1{
	margin-top: 10px;
	font-size: 20px;
}
.con-t1 .con-t1R-add-2{
	margin-top: 16px;
	font-size: 18px;
}

.con-t2{
	float: left;
	width: 100%;
	margin: 86px 0 66px 0;
}
.con-t2 .con-t2-li{
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding-top: 8px;
}
.con-t2 .con-t2-li::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 190px;
	background: #e5e5e5;
	content: "";
}
.con-t2 .con-t2-li:last-child::after{
	display: none;
}
.con-t2-li-t{
	font-size: 20px;
	margin-top: 28px;
}
.con-t2-li-p{
	margin-top: 14px;
}
.con-t2-li-p p{
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.con-t2-li-p strong{
	font-size: 30px;
	font-family: 'AvantGardeITCbyBT-Book';
}
.con-t3{
	float: left;
	width: 100%;
}
.con-t3 .map
{
	float: left;
	width: 100%;
  height: 542px;
}

.con-d1{
	float: left;
	width: 100%;
	color: #fff;
	padding: 94px 0 102px 0;
}
.con-d1-t{
	text-align: center;
}
.con-d1-t .con-d1-t1{
	font-size: 36px;
	padding-bottom: 30px;
	position: relative;
}
.con-d1-t .con-d1-t1::before,
.con-d1-t .con-d1-t1::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "";
}
.con-d1-t .con-d1-t1::before{
	width: 43px;
	height: 3px;
	background: #fff;
	z-index: 2;
}
.con-d1-t .con-d1-t1::after{
	bottom: 1px;
	width: 580px;
	height: 2px;
	background-image: linear-gradient(to right, rgba(246,246,246,0) , rgba(246,246,246,0.6), rgba(246,246,246,0));
	z-index: 1;
}

.con-d1-t .con-d1-t2{
	font-size: 16px;
	padding-top: 32px;
}
.con-d1 .con-d1-form{
	float: left;
	width: 100%;
	margin-top: 38px;
}
.con-d1 .con-d1-form input[type=text]{
	float: left;
	width: 42%;
	height: 70px;
	margin: 20px 4% 0 4%;
	padding: 0 3px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
}
.con-d1 .con-d1-form input[type=text]::placeholder {
  color: #c1c1c1;
}
.con-d1 .con-d1-form input[type=submit]{
	padding: 0 118px;
	line-height: 58px;
	border-radius: 29px;
	margin-top: 90px;
	font-size: 18px;
	color: #fff;
	background: #004189;
	-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;
}
.con-d1 .con-d1-form input[type=submit]:hover{
	opacity: 0.9;
}

@media (max-width: 1440px) {
	.con-t {
	  padding: 68px 0 54px 0;
	}
	.con-t1 .con-t1L{
		padding-bottom: 24px;
	}
	.con-t1 .con-t1L .con-t1L-c{
		font-size: 30px;
	}
	.con-t1 .con-t1L .con-t1L-e{
		font-size: 16px;
		margin-top: 10px;
	}
	.con-t1 .con-t1L::after{
		width: 36px;
		height: 4px;
	}
	.con-t1 .con-t1R-add{
		margin-right: 28px;
	}
	.con-t1 .con-t1R-add-1 {
	  margin-top: 8px;
	  font-size: 18px;
	}
	.con-t1 .con-t1R-add-2 {
	  margin-top: 12px;
	  font-size: 16px;
	}
	.con-t1 .con-t1R-ewm img{
		width: 100px;
	}
	.con-t2 {
	  margin: 66px 0 66px 0;
	}
	.con-t2-li-t {
		font-size: 18px;
		margin-top: 20px;
	}
	.con-t2-li-p {
	  margin-top: 10px;
	}
	.con-t2-li-p p{
		font-size: 16px;
		line-height: 1.8;
	}
	.con-t2-li-p strong {
	  font-size: 24px;
	}
	.con-t2 .con-t2-li::after{
		height: 180px;
	}
	.con-t3 .map{
		height: 480px;
	}
	.con-d1 {
	  padding: 74px 0 82px 0;
	}
	.con-d1-t .con-d1-t1 {
	  font-size: 30px;
	  padding-bottom: 24px;
	}
	.con-d1-t .con-d1-t2 {
		font-size: 14px;
		padding-top: 24px;
	}
	.con-d1 .con-d1-form {
	  margin-top: 28px;
	}
	.con-d1 .con-d1-form input[type=text] {
		height: 60px;
		margin: 18px 4% 0 4%;
	}
	.con-d1 .con-d1-form input[type=submit] {
		padding: 0 90px;
		line-height: 50px;
		border-radius: 25px;
		margin-top: 60px;
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.con-t1 .con-t1L{
		padding-bottom: 18px;
	}
	.con-t1 .con-t1L .con-t1L-c{
		font-size: 20px;
	}
	.con-t1 .con-t1L .con-t1L-e{
		margin-top: 8px;
		font-size: 14px;
	}
	.con-t1 .con-t1L::after{
		width: 24px;
		height: 3px;
	}
	.con-t1 .con-t1R-add > img{
		height: 30px;
	}
	.con-t1 .con-t1R-add-1{
		font-size: 16px;
	}
	.con-t1 .con-t1R-add-2 {
		margin-top: 8px;
		font-size: 14px;
	}
	.con-t1 .con-t1R-ewm img {
	  width: 80px;
	}
	.con-t2 {
	  margin: 46px 0 46px 0;
	}
	.con-t2-li-t {
		font-size: 16px;
		margin-top: 10px;
	}
	.con-t2-li-p p {
		font-size: 14px;
		line-height: 1.4;
	}
	.con-t2-li-p strong {
	  font-size: 20px;
	}
}

@media (max-width: 767px) {
	.con-t {
	  padding: 30px 0 30px 0;
	}
	.con-t1 .con-t1L,
	.con-t1 .con-t1R{	
		width: 100%;
	}
	.con-t1 .con-t1R-ewm{
		display: none;
	}
	.con-t1 .con-t1R-add{
		display: none;
		margin-top: 20px;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.con-t2 .con-t2-li{
		width: 100%;
		padding-top: 0;
		margin-top: 20px;
	}
	.con-t2 .con-t2-li::after{
		display: none;
	}
	.con-t2 .con-t2-li > img{
		height: 30px;
	}
	.con-t2 {
	  margin: 20px 0 30px 0;
	}
	.con-t3 .map{
		height: 360px;
	}
	.con-d1 {
	  padding: 30px 0 30px 0;
	}
	.con-d1-t .con-d1-t1{
		font-size: 20px;
		padding-bottom: 20px;
	}
	.con-d1-t .con-d1-t1::after{
		width: 300px;
	}
	.con-d1-t .con-d1-t2{
		padding-top: 18px;
	}
	.con-d1 .con-d1-form {
	  margin-top: 0px;
	}
	.con-d1 .con-d1-form input[type=text] {
		width: 100%;
		height: 48px;
		font-size: 14px;
		margin: 12px 0% 0 0%;
	}
	.con-d1 .con-d1-form input[type=submit] {
		padding: 0 60px;
		line-height: 42px;
		border-radius: 21px;
		margin-top: 30px;
	}
}

.about-1,
.about-2,
.about-3{
	float: left;
	width: 100%;
}
.about-1{
	padding: 70px 0 64px 0;
}
.ab1-L{
	float: left;
	width: 40%;
}
.ab1-L .ab1-Lc{
	font-size: 40px;
	color: #010101;
}
.ab1-L .ab1-Le{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 22px;
	margin-top: 14px;
	color: #999;
}
.ab1-R{
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 2.2;
}
.about-2{
	background: url(../images/about/bg-1.jpg) no-repeat;
	background-size: cover;
}
.about-2 ul{
	float: left;
	width: 100%;
}
.about-2 ul li{
	float: left;
	width: 25%;
	padding-left: 62px;
	padding: 58px 0 80px 62px;
	position: relative;
}
.about-2 ul li::after{
	position: absolute;
	right: 0;
	top: 2%;
	width: 1px;
	height: 98%;
	content: "";
	background-image: linear-gradient(rgba(205,205,205,0), rgba(205,205,205,1), rgba(205,205,205,0));
}
.about-2 ul li:last-child::after{
	display: none;
}

.about-2 ul li img{
	float: left;
	border: 2px solid #004189;
	border-radius: 100%;
	margin-right: 24px;
}
.about-2 ul li .ab2-p1{
	font-family: 'BarlowCondensed-SemiBold';
	font-size: 60px;
	line-height: 0.9;
	margin-top: 0px;
	color: #004189;
}
.about-2 ul li .ab2-p2{
	font-size: 20px;
	margin-top: 12px;
	color: #666;
}

.about-3{
	margin-top: 75px;
}
.about-3 .ab3-li{
	float: left;
	width: 100%;
	margin-bottom: 94px;
} 

.about-3 .ab3-li .ab3Li-left{
	float: left;
	width: 46.6%;
}
.about-3 .ab3-li .ab3Li-right{
	float: right;
	width: 46.6%;
}
.about-3 .ab3-li:nth-child(2n) .ab3Li-left{
	float: right;
}
.about-3 .ab3-li:nth-child(2n) .ab3Li-right{
	float: left;
	margin-left: 48px;
}
.about-3 .ab3-li .ab3Li-rt{
	font-size: 26px;
	margin-top: 54px;
	padding-top: 60px;
	position: relative;
}
.about-3 .ab3-li:nth-child(2n) .ab3Li-rt{
	margin-top: -30px;
}
.about-3 .ab3-li .ab3Li-rt::after,
.about-3 .ab3-li .ab3Li-rt::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 3px solid #004189;
	content: "";
}
.about-3 .ab3-li .ab3Li-rt::before{
	width: 36px;
	height: 36px;
	top: -2px;
	left: 5px;
	border-color: #91c1bd;
}
.about-3 .ab3-li .ab3Li-rh{
	font-size: 32px;
	margin-top: 14px;
	color: #004189;
}
.about-3 .ab3-li .ab3Li-rp{
	font-size: 16px;
	margin-top: 40px;
	line-height: 2.2;
}

.ab4-bg{
	position: relative;
}
.about-4{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
}
.ab4-con{
	float: right;
	width: 36%;
}
.about-4 .ab4-p{
	font-size: 18px;
	line-height: 2.4;
}
.about-4 .ab4-t{
	display: inline-block;
	float: right;
	margin-top: 66px;
	padding-bottom: 14px;
	font-size: 22px;
	position: relative;
}
.about-4 .ab4-t::after,
.about-4 .ab4-t::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
}
.about-4 .ab4-t::before{
	bottom: 5px;
}
.about-4 .ab4-t a{
	color: #fff;
}
.about-4 .ab4-t a:hover{
	opacity: 0.8;
}
@media (max-width: 1440px) {
	.about-1 {
	  padding: 50px 0 44px 0;
	}
	.ab1-L .ab1-Lc{
		font-size: 30px;
	}
	.ab1-L .ab1-Le {
		font-size: 18px;
		margin-top: 12px;
	}
	.ab1-R {
		font-size: 14px;
		line-height: 2;
	}
	.about-2 ul li {
		padding-left: 48px;
		padding: 38px 0 50px 42px;
	}
	.about-2 ul li img {
		width: 80px;
		margin-right: 20px;
	}
	.about-2 ul li .ab2-p1 {
	  font-size: 48px;
	}
	.about-2 ul li .ab2-p2 {
	  font-size: 18px;
	  margin-top: 10px;
	}
	.about-3 .ab3-li{
		margin-bottom: 80px;
	}
	.about-3 .ab3-li .ab3Li-rt {
		font-size: 22px;
		margin-top: 36px;
		padding-top: 40px;
	}
	.about-3 .ab3-li .ab3Li-rt::after,
	.about-3 .ab3-li .ab3Li-rt::before{
		width: 28px;
		height: 28px;
		border-width: 3px;
	}
	.about-3 .ab3-li .ab3Li-rt::before{
		width: 32px;
		height: 32px;
	}
	.about-3 .ab3-li .ab3Li-rh{
		font-size: 24px;
	}
	.about-3 .ab3-li .ab3Li-rp {
		font-size: 14px;
		margin-top: 30px;
		line-height: 2;
	}
	.about-4 .ab4-p{
		font-size: 16px;
		line-height: 2;
	}
	.about-4 .ab4-t {
		margin-top: 36px;
		padding-bottom: 12px;
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.about-1 {
	  padding: 30px 0 30px 0;
	}
	.ab1-L,
	.ab1-R{
		width: 100%;
	}
	.ab1-R{
		margin-top: 20px;
	}
	.about-2 ul li{
		width: 50%;
	}
	.about-2 ul li:nth-child(2n)::after{
		display: none;
	}
	.about-3 .ab3-li {
	  margin-bottom: 40px;
	}
	.about-3 .ab3-li .ab3Li-left,
	.about-3 .ab3-li .ab3Li-right{
		width: 100%;
	}
	.about-3 .ab3-li:nth-child(2n) .ab3Li-right{
		margin-left: 0;
	}
	.about-3 .ab3-li:nth-child(2n) .ab3Li-rt{
		margin-top: 40px;
	}
	.relative-1 > img{
		max-width: 160%;
		margin-left: -30%;
	}
	.ab4-con{
		width: 50%;
	}
}
@media (max-width: 767px) {
	.ab1-L .ab1-Lc {
		font-size: 24px;
	}
	.ab1-L .ab1-Le {
		font-size: 16px;
		margin-top: 8px;
	}
	.ab1-R{
		margin-top: 20px;
	}
	.about-2 ul li img {
		width: 56px;
		margin-right: 10px;
	}
	.about-2 ul li {
		padding-left: 24px;
		padding: 15px 0 15px 10px;
	}
	.about-2 ul li .ab2-p1 {
	  font-size: 30px;
	}
	.about-2 ul li .ab2-p2 {
	  font-size: 14px;
	}
	.about-3 {
	  margin-top: 30px;
	}
	.about-3 .ab3-li .ab3Li-rt {
		font-size: 20px;
		margin-top: 28px;
		padding-top: 30px;
	}
	.about-3 .ab3-li .ab3Li-rt::after,
	.about-3 .ab3-li .ab3Li-rt::before{
		width: 24px;
		height: 24px;
		border-width: 2px;
	}
	.about-3 .ab3-li .ab3Li-rt::before{
		width: 26px;
		height: 26px;
		top: -1px;
	}
	.about-3 .ab3-li .ab3Li-rh{
		font-size: 18px;
	}
	.about-3 .ab3-li .ab3Li-rp{
		margin-top: 20px;
	}
	.about-3 .ab3-li {
	  margin-bottom: 20px;
	}
	.about-3 .ab3-li:nth-child(2n) .ab3Li-rt {
	    margin-top: 30px;
	}
	.ab4-con {
	  width: 80%;
	}
	.about-4 .ab4-p{
		font-size: 14px;
		line-height: 1.6;
	}
	.about-4 .ab4-t {
		margin-top: 15px;
		padding-bottom: 14px;
		font-size: 16px;
	}
}

.cul-bg{
	background: url(../images/culture/bg.jpg) no-repeat;
	background-size: cover;
}
.culture{
	float: left;
	width: 100%;
	padding: 137px 35px 104px 35px;
}
.culture .cul-left{
	float: left;
	width: 20.5%;
}
.culture .cul-left .hd{
	float: left;
	width: 100%;
	margin-top: 152px;
}
.culture .cul-left .hd ul{
	float: left;
	width: 100%;
	position: relative;
}
.culture .cul-left .hd ul::after{
	position: absolute;
	left: 5px;
	top: 2%;
	width: 1px;
	height: 96%;
	background: #b5b5b5;
	content: "";
}
.culture .cul-left .hd ul li{
	padding-left: 32px;
	line-height: 16px;
	font-size: 16px;
	margin-bottom: 64px;
	position: relative;
	cursor: pointer;
}
.culture .cul-left .hd ul li.on{
	color: #004189;
	font-weight: bold;
	font-size: 20px;
}
.culture .cul-left .hd ul li:last-child{
	margin-bottom: 0;
}
.culture .cul-left .hd ul li::after{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #b5b5b5;
	border-radius: 100%;
	z-index: 9;
	content: "";
}
.culture .cul-left .hd ul li.on::after{
	background: #004189;
}
.culture .cul-right{
	float: left;
	width: 79.5%;
}

.culture .cul-right .bd .ul {
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.culture .cul-right .bd .ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.culture .cul-right .bd .ul .cul-txt{
	float: left;
	width: 50.7%;
	margin-top: 152px;
}
.culture .cul-right .bd .ul .cul-txt .cul-c{
	color: #004189;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
}
.culture .cul-right .bd .ul .cul-txt .cul-c.fs-28{
	font-size: 28px;
}
.culture .cul-right .bd .ul .cul-txt .cul-e{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 22px;
	margin-top: 22px;
	line-height: 1.6;
	color: #666;
	text-transform: uppercase;
}
.culture .cul-right .bd .ul .cul-pic{
	float: right;
	width: 49.3%;
}
.culture .cul-right .bd .ul .cul-pic img{
	border-radius: 100%;
	box-shadow: 0 0 32px rgba(0,0,0,0.42);
}
@media (max-width: 1440px) {
	.culture .cul-right .bd .ul .cul-txt .cul-c{
		font-size: 28px;
	}
	.culture .cul-right .bd .ul .cul-txt .cul-c.fs-28{
		font-size: 22px;
	}
	.culture .cul-right .bd .ul .cul-txt .cul-e {
	    font-size: 20px;
	    margin-top: 16px;
	}
}

@media (max-width: 1199px) {
	.culture {
	  padding: 50px 0px 50px 0px;
	}
	.culture .cul-left,
	.culture .cul-right{
		width: 100%;
	}
	.culture .cul-right .bd .ul .cul-txt,
	.culture .cul-right .bd .ul .cul-pic{
		width: 100%;
	}
	.culture .cul-right .bd .ul .cul-pic{
		text-align: center;
	}
	.culture .cul-right .bd .ul .cul-txt{
		margin-top: 0;
	}
	.culture .cul-left .hd{
		margin-top: 0;
	}
	.culture .cul-left .hd ul li{
		float: left;
		width: 25%;
		margin-bottom: 30px;
	}
	.culture .cul-left .hd ul::after{
		display: none;
	}
}

@media (max-width: 767px) {
	.culture {
	  padding: 30px 0px 40px 0px;
	}
	.culture .cul-left .hd ul li.on {
	  font-size: 16px;
	}
	.culture .cul-left .hd ul li {
		width: 50%;
		margin-bottom: 15px;
		padding-left: 16px;
		font-size: 14px;
	}
	.culture .cul-left .hd ul li::after{
		width: 6px;
		height: 6px;
	}
	.culture .cul-right .bd .ul .cul-txt{
		margin-top: 15px;
	}
	.culture .cul-right .bd .ul .cul-txt .cul-c {
	  font-size: 20px;
	}
	.culture .cul-right .bd .ul .cul-txt .cul-c.fs-28 {
	  font-size: 18px;
	}
	.culture .cul-right .bd .ul .cul-txt .cul-e {
		font-size: 14px;
		margin-top: 6px;
	}
	.culture .cul-right .bd .ul .cul-pic{
		margin-top: 15px;
		padding: 0 15px;
	}
}

.advantage{
	float: left;
	width: 100%;
	margin: 70px 0 76px 0;
}
.advantage .adv-left{
	float: left;
	width: 58.8%;
	padding: 0 88px;
}
.advantage .adv-left .adv-h,
.advantage .adv-left .adv-t,
.advantage .adv-left .adv-p{
	float: left;
	width: 100%;
}
.advantage .adv-left .adv-h{
	font-size: 38px;
	margin-top: 48px;
}
.advantage .adv-left .adv-t{
	font-size: 28px;
	margin-top: 20px;
	padding-bottom: 24px;
	position: relative;
	font-weight: bold;
	color: #004189;
}
.advantage .adv-left .adv-t::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	background: #004189;
	content: "";
}
.advantage .adv-left .adv-p{
	font-size: 16px;
	line-height: 2.8;
	margin-top: 40px;
}
.advantage .adv-right{
	float: left;
	width: 41.2%;
}
@media (max-width: 1440px) {
	.advantage .adv-left {
	    padding: 0 68px;
	}
	.advantage .adv-left .adv-h{
		font-size: 30px;
		margin-top: 38px;
	}
	.advantage .adv-left .adv-t{
		font-size: 20px;
		margin-top: 15px;
		padding-bottom: 20px;
	}
	.advantage .adv-left .adv-t::after{
		width: 40px;
		height: 2px;
	}
	.advantage .adv-left .adv-p{
		font-size: 16px;
		line-height: 2.4;
		margin-top: 30px;
	}
}
@media (max-width: 1199px) {
	.advantage .adv-left {
	    padding: 0 36px 0 12px;
	}
	.advantage .adv-left .adv-h{
		font-size: 24px;
		margin-top: 30px;
	}
	.advantage .adv-left .adv-t{
		font-size: 18px;
		margin-top: 10px;
		padding-bottom: 18px;
	}
	.advantage .adv-left .adv-t::after{
		width: 30px;
	}
	.advantage .adv-left .adv-p{
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
}
@media (max-width: 991px) {
	.advantage .adv-left,
	.advantage .adv-right{
		width: 100%;
	}	
	.advantage {
	  margin: 20px 0 30px 0;
	}
	.advantage .adv-right{
		margin-top: 20px;
	}
	.advantage .adv-right img{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.advantage .adv-left .adv-h {
		font-size: 20px;
		margin-top: 0px;
	}
	.advantage .adv-left .adv-t{
		font-size: 16px;
		padding-bottom: 14px;
		line-height: 1.4;
	}
	.advantage .adv-left .adv-p{
		margin-top: 15px;
	}
	.advantage .adv-left {
	  padding: 0 0px 0 0px;
	}
}

.honor{
	float: left;
	width: 100%;
	padding: 75px 0 110px 0;
}
.honor .hon-top{
	position: relative;
}
.honor .hon-top .title-in{
	float: left;
	text-align: left;
}
.hon-link{
	float: right;
	margin-top: 15px;
}
.hon-link a{
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	font-size: 18px;
	margin: 0 12px;
	border-radius: 25px;
	color: #333;
	background: #d1d1d1;
}
.hon-link > a:hover,
.hon-link > a.active{
	background: #004189;
	color: #fff;
}

.hon-link .hd li.on a{
	background: #004189;
	color: #fff;
}
.hon-link a:first-child{
	margin-left: 0;
}
.hon-link a:last-child{
	margin-right: 0;
}

.honor ul{
	float: left;
	width: 100%;
}
.honor ul li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-top: 52px;
}
.honor ul li:nth-child(4n){
	margin-right: 0;
}
.honor ul li .img-box{
	padding-bottom: 143.2584269662921%;
	border: 1px solid #cdcdcd;
}
.honor.honor-1 ul li .img-box{
	padding-bottom: 73.87640449438202%;
}
.honor ul li .img-box img{	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.honor ul li:hover .img-box img{		
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.honor ul li p{
	margin-top: 22px;
	font-size: 16px;
	text-align: center;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.partner .hd{
	float: left;
	width: 100%;
	position: relative;
}
.partner .hd ul li{
	display: inline-block;
	margin: 0 10px;
}


.partner .bd{
	float: left;
	width: 100%;
	position: relative;
}
.partner .bd .ul {
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	width: 100%;
}
.partner .bd .ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}




@media (max-width: 1199px) {
	.honor {
	  padding: 60px 0 80px 0;
	}
	.hon-link a {
		line-height: 40px;
		padding: 0 30px;
		font-size: 16px;
		margin: 0 10px;
		border-radius: 20px;
	}
	.honor ul li{
		margin-top: 36px;
	}
	.honor ul li p {
		margin-top: 18px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.honor ul li{
		margin-top: 36px;
		width: 49%;
		margin-right: 2%;
	}
	.honor ul li:nth-child(2n){
		margin-right: 0;
	}
	.honor ul li p {
		margin-top: 18px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.honor {
	  padding: 30px 0 30px 0;
	}
	.hon-link{
		margin-top: 10px;
	}
	.hon-link a {
	    line-height: 36px;
	    padding: 0 15px;
	    font-size: 14px;
	    margin: 4px 2px;
	    border-radius: 18px;
	}
	.honor ul li{
		margin-top: 20px;
	}
	.honor ul li p{
		margin-top: 10px;
	}
	.partner .hd ul li{
		margin: 0 2px;
	}
}

.par-bg{
	/*background: url(../images/partner/bg.png) no-repeat;*/
	background-size: cover;
}
.partner{
	float: left;
	width: 100%;
	padding: 76px 0 112px 0;
}
.partner .hon-link{
	width: 100%;
	text-align: center;
	margin-top: 68px;
	margin-bottom: 50px;
}
.par-pic{
	float: left;
	width: 100%;
	padding: 0 5.4%;
}
.par-pic .par-li{
	padding: 50px 24px;
}
.par-pic .par-li .img-box{
	border-radius: 12px;
	padding-bottom: 58.24561403508772%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	border: 3px solid rgba(0,0,0,0);
}
.par-pic .par-li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.par-pic .par-li:hover .img-box{
	border-color: #004189;
}
.par-pic .par-li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.par-pic .par-li p{
	margin-top: 24px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.par-pic .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -21px;
	width: 23px;
	height: 42px;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
	background-color: none!important;
}
.par-pic .slick-arrow.slick-prev{
	left: 0;
	background: url(../images/partner/left.png);
}
.par-pic .slick-arrow.slick-prev:hover{
	background: url(../images/partner/left-on.png);
}
.par-pic .slick-arrow.slick-next{
	right: 0;
	background: url(../images/partner/right.png);
} 
.par-pic .slick-arrow.slick-next:hover{
	background: url(../images/partner/right-on.png);
}
@media (max-width: 1440px) {
	.partner {
	  padding: 60px 0 90px 0;
	}
	.partner .hon-link {
		margin-top: 48px;
		margin-bottom: 40px;
	}
	.par-pic .par-li {
	  padding: 40px 20px;
	}
	.par-pic .par-li p{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.partner {
	  padding: 30px 0 30px 0;
	}
	.partner .hon-link {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.par-pic .par-li {
	  padding: 10px 20px;
	}
	.par-pic .slick-arrow{
		width: 16px;
		height: 30px;
	}
}

.env-1{
	float: left;
	width: 100%;
	padding-top: 72px;
	position: relative;
}
.env1-con{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 72px;
}
.env1-p{
	position: absolute;
	top: 0;
	right: 0;
	width: 41.2%;
	height: 100%;
	color: #fff;
	background: rgba(35, 132, 123, 0.95);
	font-size: 16px;
	padding: 74px 60px 0 60px;
	line-height: 2;
}

.env-2{
	float: left;
	width: 100%;
	padding: 70px 0 84px 0;
	position: relative;
}
.env2-p{
	float: left;
	width: 100%;
	padding: 0 256px;
	font-size: 16px;
	line-height: 2;
	margin-top: 36px;
	text-align: center;
}

.env2-box{
	float: left;
	width: 100%;
}
.env2-box .hd,
.env2-box .bd{
	float: left;
	width: 100%;
	font-size: 0;
}
.env2-box .bd{
	position: relative;
}
.env2-box .hd{
	text-align: center;
	margin-top: 48px;
}
.env2-box .hd ul{
	display: inline-block;
	background: #f9f9f9;
}
.env2-box .hd ul,
.env2-box .hd ul li{
	border-radius: 25px;
}	
.env2-box .hd ul li{
	display: inline-block;
	cursor: pointer;
	line-height: 50px;
	padding: 0 38px;
	font-size: 16px;
	color: #666;
}
.env2-box .hd ul li.on{
	font-size: 18px;
	background: #004189;
	color: #fff;
	font-weight: bold;
}

.env2-box .bd .env2-box-1{
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.env2-box .bd .env2-box-1.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}
.env2-box .bd .env2-box-1 ul{
	float: left;
	width: 100%;
}
.env2-box .bd .env2-box-1 ul li{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
	margin-top: 50px;
	padding: 38px 40px;
	background: #f9f9f9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	

.env2-box .bd .env2-box-1 ul li:hover{
	background: #004189;
}
.env2-box .bd .env2-box-1 ul li:nth-child(4n){
	margin-right: 0;
}
.env2-box .bd .env2-box-1 ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.env2-box .bd .env2-box-1 ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.env2-box .bd .env2-box-1 ul li p{
	font-size: 20px;
	height: 72px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
}
.env2-box .bd .env2-box-1 ul li:hover p{
	color: #fff;
}

.env2-box .bd .env2-box-1 ul.slick-dots{
	text-align: center;
	margin-top: 64px;
}
.env2-box .bd .env2-box-1 ul.slick-dots li{
	display: inline-block;
	float: none;
	width: 14px;
	height: 14px;
	margin: 0 9px;
	padding: 0;
	border: 2px solid #c6c6c6;
	border-radius: 100%;
	background: none;
	cursor: pointer;
}
.env2-box .bd .env2-box-1 ul.slick-dots li:nth-child(2n){
	margin: 0 9px;
}
.env2-box .bd .env2-box-1 ul.slick-dots li:hover{
	background: none;
}
.env2-box .bd .env2-box-1 ul.slick-dots li.slick-active{
	background: #004189;
	border-color: #004189;
}
.env2-box .bd .env2-box-1 ul.slick-dots li button{
	display: none;
}
@media (max-width: 1600px) {
	.env1-p{
		font-size: 14px;
		padding: 68px 48px 0 48px;
	}
}
@media (max-width: 1440px) {
	.env-1 {
	  padding-top: 60px;
	}
	.env1-con {
	  margin-top: 60px;
	}
	.env1-p {
		width: 50%;
		padding: 60px 48px 0 48px;
		line-height: 1.8;
	}
	.env-2 {
	  padding: 50px 0 64px 0;
	}
	.env2-p {
		padding: 0 12%;
		margin-top: 24px;
	}
	.env2-box .hd{
		margin-top: 36px;
	}
	.env2-box .hd ul li.on {
	  font-size: 16px;
	}
	.env2-box .hd ul li {
		line-height: 42px;
		padding: 0 30px;
		font-size: 14px;
	}
	.env2-box .bd .env2-box-1 ul li {
		margin-top: 40px;
		padding: 28px 30px;
	}
	.env2-box .bd .env2-box-1 ul li p {
		font-size: 18px;
		height: 60px;
		line-height: 30px;
	}
	.env2-box .bd .env2-box-1 ul.slick-dots {
	  margin-top: 40px;
	}
}
@media (max-width: 1199px) {
	.env1-con {
	  margin-top: 40px;
	}
	.env1-p{
		width: 60%;
	}
	.env1-p {
	  padding: 40px 5% 0 5%;
		font-size: 14px;
		line-height: 1.6;
	}
	.env2-p {
		font-size: 14px;
		padding: 0 4%;
		margin-top: 12px;
	}
	.env2-box .bd .env2-box-1 ul li {
		margin-top: 30px;
		padding: 18px 20px;
	}
	.env2-box .bd .env2-box-1 ul li p {
		font-size: 16px;
		height: 48px;
		line-height: 24px;
	}
}
@media (max-width: 991px) {
	.env-1{
	  padding-top: 40px;
	}
	.env1-con{
	  margin-top: 30px;
	}
	.env1-p{
		position: relative;
		right: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.env1-p {
	  padding: 30px 5% 30px 5%;
	}
	.env2-box .hd ul li {
		line-height: 36px;
		padding: 0 18px;
	}
	.env2-box .bd .env2-box-1 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.env2-box .bd .env2-box-1 ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.env-1 {
	  padding-top: 30px;
	}
	.env1-con {
	  margin-top: 20px;
	}
	.env1-p {
	  padding: 20px 5% 20px 5%;
	}
	.env-2 {
	  padding: 30px 0 30px 0;
	}
	.env2-box .hd {
	  margin-top: 20px;
	}
	.env2-box .hd ul{
		background: none;
	}
	.env2-box .bd .env2-box-1 ul li{
		margin-top: 15px;
		padding: 15px 15px;
	}
	.env2-box .bd .env2-box-1 ul li p{
		font-size: 14px;
	}
	.env2-box .bd .env2-box-1 ul.slick-dots {
	  margin-top: 20px;
	}
	
	.env2-box .bd .env2-box-1 ul.slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 4px;
		border-width: 1px;
	}
	.env2-box .bd .env2-box-1 ul.slick-dots li:nth-child(2n){
		margin: 0 4px;
	}
}


.po-bg{
	background: url(../images/position/bg.jpg) left bottom no-repeat;
}
.position{
	float: left;
	width: 100%;
	padding: 72px 0 80px 0;
}
.position .po-left{
	float: left;
	width: 50%;
	padding-right: 6.6%;
	padding-top: 50px;
}
.position .po-left .poL-p{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 50px;
	line-height: 2;
}
.position .title-in{
	text-align: left;
}
.title-line{
	width: 50px;
	height: 5px;
	margin-top: 22px;
	background: #004189;
	position: relative;
	z-index: 2;
}
.position .po-right{
	float: left;
	width: 50%;
}
@media (max-width: 1440px) {
	.position .po-left {
		padding-right: 4.8%;
		padding-top: 30px;
	}
	.position .po-left .poL-p {
	    margin-top: 40px;
	    line-height: 1.8;
	}
}
@media (max-width: 1199px) {
	.position .po-left,
	.position .po-right{
		width: 100%;
	}	
	.position .po-right{
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.position {
	  padding: 30px 0 30px 0;
	}
	.position .po-left {
		padding-right: 0%;
		padding-top: 0px;
	}
	.title-line {
		width: 40px;
		height: 3px;
		margin-top: 10px;
	}
	.position .po-left .poL-p{
		margin-top: 20px;
	}
}

.twin{
	float: left;
	width: 100%;
	padding: 0px 0 86px 0;
}
.twin .twin-div{
	float: left;
	width: 100%;
	margin-top: 72px;
}
.twin .twin-div .twin-pic,
.twin .twin-div .twin-txt{
	float: left;
	width: 50%;
}
.twin .twin-div .twin-pic img{
	width: 100%;
}  
.twin .twin-div .twin-txt{
	padding-left: 4.4%;
	padding-top: 60px;
}
.twin .twin-div:nth-child(2n) .twin-txt{
	padding-top: 28px;
	padding-left: 0;
	padding-right: 3.2%;
}
.twin .twin-div .twin-txt .twin-t{
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	padding-left: 18px;
	border-left: 5px solid #004189;
	color: #bebebe;
	text-transform: uppercase;
	font-family: 'AvantGardeITCbyBT-Book';
}
.twin .twin-div .twin-txt .twin-t span{
	color: #004189;
	margin-right: 24px;
}
.twin .twin-div .twin-txt .twin-p{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 36px;
	line-height: 2;
}
.twin .twin-div:nth-child(1){
	background: #f9f9f9;
}
.twin .twin-div:nth-child(2n) .twin-pic{
	float: right;
}
@media (max-width: 1440px) {
	.twin .twin-div .twin-txt {
		padding-left: 3.6%;
		padding-top: 40px;
	}
	.twin .twin-div .twin-txt .twin-t span{
		margin-right: 20px;
	}
	.twin .twin-div .twin-txt .twin-t {
		font-size: 30px;
		line-height: 30px;
		padding-left: 12px;
		border-left-width: 3px;
	}
	.twin .twin-div .twin-txt .twin-p {
		font-size: 14px;
		margin-top: 30px;
	}
}
@media (max-width: 1199px) {
	.twin .twin-div .twin-pic, 
	.twin .twin-div .twin-txt{
		width: 100%;
	}
	.twin .twin-div:nth-child(2n) .twin-txt{
		padding-left: 3.2%;
	}
	.twin .twin-div .twin-txt {
	    padding-left: 3.6%;
	    padding-right: 3.6%;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.twin .twin-div{
		margin-top: 40px;
	}
	.twin {
	    padding: 0px 0 68px 0;
	}
	.twin .twin-div .twin-txt .twin-t {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.twin .twin-div .twin-txt {
		padding-left: 3.6%;
		padding-right: 3.6%;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.twin .twin-div {
	  margin-top: 20px;
	}
	.twin .twin-div .twin-txt .twin-t {
		line-height: 18px;
		font-size: 18px;
	}
	.twin .twin-div .twin-txt .twin-p{
		margin-top: 18px;
	}
	.twin {
	  padding: 0px 0 20px 0;
	}
	.twin .twin-div .twin-txt .twin-t span {
	  margin-right: 10px;
	}
}

.wisdom-1{
	float: left;
	width: 100%;
	position: relative;
	padding: 72px 0 86px 0;
}
.wisdom-1 .wis1-p{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
	padding: 0 8%;
	line-height: 2;
	color: #333;
	text-align: center;
}
.wisdom-1 .wis1-txt{
	float: left;
	width: 100%;
	margin-top: 60px;
	padding-left: 4.2%;
}
.wisdom-1 .wis1-txt .wis1-li{
	float: left;
	width: 32.7%;
	padding-right: 6.9%;
}
.wisdom-1 .wis1-txt .wis1-li:nth-child(2){
	width: 34.9%;
}
.wisdom-1 .wis1-txt .wis1-li:nth-child(3){
	width: 32.4%;
}
.wisdom-1 .wis1-txt .wis1-li span{
	display: inline-block;
	border-radius: 5px;
	line-height: 60px;
	font-size: 22px;
	padding: 0 14px;
	margin-bottom: 16px;
	color: #fff;
	background: #004189;
}
.wisdom-1 .wis1-txt .wis1-li p{
	font-size: 16px;
	line-height: 2.2;
}

.wisdom-1 .wis1-pic{
	float: left;
	width: 100%;
	padding: 60px 0 0px 0;
}

.bg-f9{
	background: #f9f9f9;
}
.wisdom-2{
	float: left;
	width: 100%;
	padding: 80px 0;
}
.wisdom-2 .wis2-left,
.wisdom-2 .wis2-right{	
	float: left;
	width: 50%;
}
.wisdom-2 .wis2-right img{
	width: 100%;
}	
.wisdom-2 .wis2-left{
	padding-right: 3.3%;
}
.wisdom-2 .wis2-left .title-in{
	text-align: left;
}
.wisdom-2 .wis2-left .wis2-p{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 46px;
	line-height: 2;
}
.wisdom-2 .wis2-left .wis2-p strong{
	font-size: 22px;
}

.wisdom-3{
	float: left;
	width: 100%;
	padding: 66px 0 82px 0;
}
.wisdom-3 .wis3-p{
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 0 18%;
	margin-top: 30px;
	line-height: 2;
	text-align: center;
}
.wisdom-3 .wis3-txt{
	float: left;
	width: 100%;
	padding: 30px 0 42px 0;
}
.wisdom-3 .wis3-txt .wis3-li{
	float: left;
	width: 50%;
	position: relative;
	padding-left: 12.8%;
	padding-right: 6.6%;
	padding-top: 42px;
	padding-bottom: 42px;
}
.wisdom-3 .wis3-txt .wis3-li::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(rgba(232,232,232,0), rgba(232,232,232,1), rgba(232,232,232,0));
	content: "";
}
.wisdom-3 .wis3-txt .wis3-li:nth-child(2n){
	padding-right: 12.8%;
	padding-left: 6.6%;
}
.wisdom-3 .wis3-txt .wis3-li .wis3-t{
	font-size: 26px;
	padding-left: 15px;
	border-left: 5px solid #004189;
	color: #004189;
	font-weight: bold;
}
.wisdom-3 .wis3-txt .wis3-li .wis3-p1{
	margin-top: 28px;
	font-size: 16px;
	line-height: 2;
}
.wis3-ul{
	float: left;
	width: 100%;
	padding-bottom: 64px;
}
.wis3-ul .slick-list{
	margin: 0 -15px;
}
.wis3-ul .wis3-li{
	padding: 0 15px;
}
.wis3-ul .wis3-li .img-box{
	padding-bottom: 61.79540709812109%;
}
.wis3-ul .wis3-li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.wis3-ul .wis3-li:hover .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.wis3-ul .wis3-li p{
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wis3-ul .slick-arrow{
	position: absolute;
	bottom: 0;
	width: 43px;
	height: 7px;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
}
.wis3-ul .slick-arrow.slick-prev{
	left: 46%;
	background: url(../images/left1.png);
}
.wis3-ul .slick-arrow.slick-prev:hover{
	background: url(../images/left1-on.png);
}
.wis3-ul .slick-arrow.slick-next{
	right: 46%;
	background: url(../images/right1.png);
}
.wis3-ul .slick-arrow.slick-next:hover{
	background: url(../images/right1-on.png);
}

.wisdom-4{
	float: left;
	width: 100%;
	padding: 70px 0 90px 0;
}
.wisdom-4 .wis4-left,
.wisdom-4 .wis4-right{
	float: left;
	width: 50%;
}
.wisdom-4 .wis4-right .title-in{
	text-align: left;
}

.wisdom-4 .wis4-right{
	padding-left: 4%;
	padding-top: 36px;
}
.wisdom-4 .wis4-right .wis4-p{
	font-size: 16px;
	margin-top: 40px;
	line-height: 2;
}
.wisdom-4 .wis4-right .wis4-link{
	float: left;
	width: 100%;
	margin-top: 36px;
}
.wisdom-4 .wis4-right .wis4-link a{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	border-radius: 5px;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	background: #004189;
	color: #fff;
}
.wisdom-4 .wis4-right .wis4-link a:hover{
	opacity: 0.9;
}
.wisdom-4 .wis4-right .wis4-link a:last-child{
	margin-right: 0;
}

.wisdom-5{
	float: left;
	width: 100%;
	margin-top: 74px;
	position: relative;
}
.wisdom-5 .wis5-img{
	float: left;
	width: 100%;
	overflow: hidden;
}
.wisdom-5 .wis5-img img{
	
}
.wisdom-5 .wis5-txt{
	position: absolute;
	left: 6%;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 38%;
}
.wisdom-5 .wis5-txt .title-in{
	text-align: left;
}
.wisdom-5 .wis5-txt .title-in .title-e{
	color: #fff;
}
.wisdom-5 .wis5-txt .wis5-p{
	font-size: 16px;
	margin-top: 36px;
	line-height: 2;
}
.wisdom-5 .wis5-txt .title-line{
	background: #fff;
}

.wisdom-6{
	float: left;
	width: 100%;
	padding: 58px 0 102px 0;
	position: relative;
}
.wisdom-6 .wis6-ul{
	float: left;
	width: 100%;
}
.wisdom-6 .wis6-ul .wis6-li{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.wisdom-6 .wis6-ul .wis6-li .wis6-pic,
.wisdom-6 .wis6-ul .wis6-li .wis6-txt{
	float: left;
	width: 50%;
}
.wisdom-6 .wis6-ul .wis6-li .wis6-pic img{
	width: 100%;
}
.wisdom-6 .wis6-ul .wis6-li:nth-child(2n) .wis6-pic{
	float: right;
}
.wisdom-6 .wis6-ul .wis6-li .wis6-txt{
	padding-left: 5.3%;
	padding-top: 80px;
	padding-right: 40px;
}
.wisdom-6 .wis6-ul .wis6-li:nth-child(2n) .wis6-txt{
	padding-right: 68px;
}
.wisdom-6 .wis6-ul .wis6-li .wis6-txt span{
	display: inline-block;
	line-height: 60px;
	border-radius: 30px;
	font-size: 26px;
	padding: 0 30px;
	color: #fff;
	background: #004189;
}
.wisdom-6 .wis6-ul .wis6-li .wis6-txt .wis6-p{
	font-size: 16px;
	margin-top: 40px;
	line-height: 2;
}
@media (max-width: 1440px) {
	.wisdom-1 .wis1-txt .wis1-li {
	  padding-right: 4%;
	}
	.wisdom-1 .wis1-txt .wis1-li span {
		line-height: 48px;
		font-size: 18px;
		padding: 0 10px;
		margin-bottom: 12px;
	}
	.wisdom-1 .wis1-txt .wis1-li p{
		font-size: 14px;
	}
	.wisdom-2 .wis2-left .wis2-p {
		font-size: 14px;
		margin-top: 36px;
	}
	.wisdom-2 .wis2-left .wis2-p strong {
	  font-size: 18px;
	}
	.wisdom-3 .wis3-p {
	  padding: 0 10%;
	}
	.wisdom-3 .wis3-txt .wis3-li{
		padding-left: 8.8%;
		padding-right: 4.6%;
	}
	.wisdom-3 .wis3-txt .wis3-li:nth-child(2n){
		padding-right: 8.8%;
		padding-left: 4.6%;
	}
	.wisdom-3 .wis3-txt .wis3-li .wis3-t {
		font-size: 22px;
		padding-left: 10px;
		border-left-width: 3px;
	}
	.wisdom-3 .wis3-txt .wis3-li .wis3-p1 {
		margin-top: 20px;
		font-size: 14px;
	}
	.wisdom-4 .wis4-right .wis4-p {
		font-size: 14px;
		margin-top: 20px;
	}
	.wisdom-4 .wis4-right .wis4-link a {
		line-height: 42px;
		font-size: 12px;
	}
	.wisdom-5 .wis5-txt .wis5-p {
		font-size: 14px;
		margin-top: 24px;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt{
		padding-left: 4.8%;
		padding-top: 60px;
		padding-right: 30px;
	}
	.wisdom-6 .wis6-ul .wis6-li:nth-child(2n) .wis6-txt{
		padding-right: 48px;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt span {
		line-height: 56px;
		border-radius: 28px;
		font-size: 22px;
		padding: 0 24px;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt .wis6-p {
		font-size: 14px;
		margin-top: 30px;
	}
}
@media (max-width: 1366px) {
	.wisdom-1 .wis1-p{
		padding: 0 4%;
	}
	.wisdom-2 .wis2-left .wis2-p{
		margin-top: 30px;
	}
}
@media (max-width: 1199px) {
	.wisdom-2 .wis2-left, 
	.wisdom-2 .wis2-right{
		width: 100%;
	}
	.wisdom-2 .wis2-right{
		margin-top: 20px;
	}
	.wis3-ul .slick-arrow.slick-prev{
		left: 44%;
	}
	.wis3-ul .slick-arrow.slick-next{
		right: 44%;
	}
	.wisdom-4 .wis4-left, 
	.wisdom-4 .wis4-right{
		width: 100%;
	}
	.wisdom-4 .wis4-right{
		padding-left: 0;
	}
	.wisdom-5 .wis5-txt{
		width: 50%;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-pic, 
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt{
		width: 100%;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt{
		padding: 40px 5%;
	}
}
@media (max-width: 991px) {
	.wis3-ul .slick-arrow.slick-prev{
		left: 40%;
	}
	.wis3-ul .slick-arrow.slick-next{
		right: 40%;
	}
	.wisdom-5 .wis5-img img{
		max-width: 140%;
		margin-left: -20%;
	}
	.wisdom-5 .wis5-txt{
		width: 60%;
	}
	.wisdom-5 .wis5-txt .wis5-p{
		line-height: 1.8;
	}
}
@media (max-width: 767px) {
	.wisdom-1 {
	  padding: 30px 0 30px 0;
	}
	.wisdom-1 .wis1-p {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 10px;
		padding: 0 3%;
		text-align: left;
	}
	.wisdom-1 .wis1-txt {
	    margin-top: 20px;
	    padding-left: 0%;
	}
	.wisdom-1 .wis1-txt .wis1-li{
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.wisdom-1 .wis1-txt .wis1-li:nth-child(2),
	.wisdom-1 .wis1-txt .wis1-li:nth-child(3){
		width: 100%;
		margin-top: 20px;
	}
	.wisdom-1 .wis1-txt .wis1-li p{
		line-height: 1.8;
	}
	.wisdom-1 .wis1-txt .wis1-li span {
		line-height: 36px;
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 8px;
	}
	.wisdom-1 .wis1-pic {
	  padding: 20px 0 0px 0;
	}
	.wisdom-2 {
	  padding: 20px 0;
	}
	.wisdom-2 .wis2-left .wis2-p {
	  margin-top: 10px;
		line-height: 1.8;
	}
	.wisdom-2 .wis2-left .wis2-p strong {
	  font-size: 16px;
	}
	.wisdom-3 {
	  padding: 30px 0 30px 0;
	}
	.wisdom-3 .wis3-p {
		font-size: 14px;
		padding: 0 3%;
		margin-top: 10px;
		text-align: left;
	}
	.wisdom-3 .wis3-txt {
	    padding: 10px 0 20px 0;
	}
	.wisdom-3 .wis3-txt .wis3-li{
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 0;
		padding-bottom: 0;
		margin: 10px 0;
	}
	.wisdom-3 .wis3-txt .wis3-li:nth-child(2n){
		padding-right: 3%;
		padding-left: 3%;
	}
	.wisdom-3 .wis3-txt .wis3-li::after{
		display: none;
	}
	.wisdom-3 .wis3-txt .wis3-li .wis3-t {
	  font-size: 18px;
	  padding-left: 8px;
	}
	.wisdom-3 .wis3-txt .wis3-li .wis3-p1 {
	  margin-top: 10px;
	}
	.wis3-ul {
	  padding-bottom: 30px;
	}
	.wis3-ul .wis3-li {
	  /* padding: 0 15px; */
	}
	.wis3-ul .slick-arrow.slick-prev{
		left: 36%;
	}
	.wis3-ul .slick-arrow.slick-next{
		right: 36%;
	}
	.wisdom-4 {
	  padding: 30px 0 30px 0;
	}
	.wisdom-4 .wis4-right .wis4-p{
		line-height: 1.8;
	}
	.wisdom-4 .wis4-right .wis4-link{
		margin-top: 10px;
	}
	.wisdom-4 .wis4-right .wis4-link a{
		width: 48%;
		margin-right: 4%;
		margin-top: 10px;
	}
	.wisdom-4 .wis4-right .wis4-link a:nth-child(2n){
		margin-right: 0;
	}
	.wisdom-5{
		margin-top: 20px;
	}
	.wisdom-5 .wis5-txt{
		width: 88%;
	}
	.wisdom-5 .wis5-img img {
	    max-width: 240%;
	    margin-left: -70%;
	}
	.wisdom-5 .wis5-txt .wis5-p{
		margin-top: 10px;
		line-height: 1.6;
	}
	.wisdom-6 {
	    padding: 30px 0 30px 0;
	}
	.wisdom-6 .wis6-ul .wis6-li{
		margin-top: 20px;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt {
	  padding: 20px 4%;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt span {
		line-height: 44px;
		border-radius: 22px;
		font-size: 16px;
		padding: 0 18px;
	}
	.wisdom-6 .wis6-ul .wis6-li .wis6-txt .wis6-p {
		line-height: 1.8;
	  margin-top: 10px;
	}
}

.survey-1{
	float: left;
	width: 100%;
	padding: 72px 0 64px 0;
}

.survey-1 .sur1-con{
	float: left;
	width: 100%;
	margin-top: 62px;
	font-size: 16px;
	line-height: 2.2;
}
.survey-1 .sur1-con .sur1-left{
	float: left;
	width: 50%;
}
.survey-1 .sur1-con .sur1-right{
	float: left;
	width: 50%;
	padding: 52px 60px 0 80px;
}
.survey-1 .sur1-con .sur1-right p{
	margin-bottom: 20px;
}
.survey-1 .sur1-con .sur1-right p:last-child{
	margin-bottom: 0;
}

.survey-2{
	float: left;
	width: 100%;
	padding-bottom: 74px;
}
.survey-2 .sur2-t,
.survey-2 .sur2-d{
	float: left;
	width: 100%;
}
.survey-2 .sur2-t .hd{
	float: left;
	width: 100%;
	background: #004189;
	position: relative;
	color: #fff;
}
.survey-2 .sur2-t .hd ul{}
.survey-2 .sur2-t .hd ul li{
	float: left;
	padding: 0 36px;
	font-size: 24px;
}
.survey-2 .sur2-t .hd ul li,
.survey-2 .sur2-t .sur2T-span{
	line-height: 74px;
}
.survey-2 .sur2-t .hd ul li.on{
	background: #155d56;
}
.survey-2 .sur2-t .sur2T-span{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	right: 2%;
	font-size: 26px;
	text-transform: uppercase;
}

.survey-2 .sur2-d .bd{
	float: left;
	width: 100%;
	position: relative;
}
.survey-2 .sur2-d .bd .ul {
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	width: 100%;
}
.survey-2 .sur2-d .bd .ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.survey-3{
	float: left;
	width: 100%;
	padding: 68px 0 78px 0;
}
.survey-2 .wis3-ul,
.survey-3 .wis3-ul{
	margin-top: 54px;
}
@media (max-width: 1440px) {
	.survey-1 .sur1-con .sur1-right {
	  padding: 30px 30px 0 40px;
	}
	.survey-1 .sur1-con{
		line-height: 2;
	}
	.survey-2 .sur2-t .hd ul li{
		font-size: 20px;
	}
	.survey-2 .sur2-t .sur2T-span{
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.survey-1 .sur1-con .sur1-right {
	  padding: 20px 20px 20px 24px;
	}
	.survey-1 .sur1-con {
	  margin-top: 38px;
	  font-size: 14px;
		line-height: 1.8;
	}
	.survey-1 {
	  padding: 52px 0 44px 0;
	}
}
@media (max-width: 991px) {
	.survey-1 .sur1-con .sur1-left,
	.survey-1 .sur1-con .sur1-right{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.survey-1 {
	  padding: 30px 0 30px 0;
	}
	.survey-1 .sur1-con{
		margin-top: 15px;
	}
	.survey-2 .sur2-t .sur2T-span{
		/* display: none; */
		font-size: 16px;
	}
	.survey-2 .sur2-t .hd ul li, 
	.survey-2 .sur2-t .sur2T-span {
	    line-height: 48px;
			font-size: 16px;
	}
	.survey-2 .wis3-ul, .survey-3 .wis3-ul {
	  margin-top: 20px;
	}
	.survey-2 {
	  padding-bottom: 30px;
	}
	.survey-2 .sur2-t .hd ul li{
		padding: 0 20px;
	}
	.survey-3 {
	  padding: 30px 0 30px 0;
	}
}

.mapping-1{
	float: left;
	width: 100%;
	padding: 72px 0 38px 0;
}
.mapping-1.mapping-2{
	padding-top: 0;
	padding-bottom: 86px;
}
.mapping-1.mapping-2 .map1-txt{
	padding-top: 0;
}
.mapping-1 .wis3-ul{
	margin-top: 50px;
}
.mapping-1 .map1-txt{
	float: left;
	width: 100%;
	padding-top: 60px;
}
.mapping-1 .map1-txt .map1-t span{
	display: inline-block;
	font-size: 24px;
	padding: 0 38px;
	line-height: 56px;
	border-radius: 10px;
	color: #fff;
	background: #004189;
}
.mapping-1 .map1-txt .map1-p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.2;
}
@media (max-width: 767px) {
	.mapping-1 {
	  padding: 30px 0 30px 0;
	}
	.mapping-1 .map1-txt {
	  padding-top: 20px;
	}
	.mapping-1 .map1-txt .map1-t span {
		font-size: 16px;
		padding: 0 24px;
		line-height: 40px;
		border-radius: 5px;
	}
	.mapping-1 .map1-txt .map1-p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.mapping-1 .wis3-ul {
	  margin-top: 20px;
	}
	.mapping-1.mapping-2 {
		padding-bottom: 30px;
	}
}

.civil-1{
	float: left;
	width: 100%;
	padding-top: 72px;
}
.civil-1 .civil1-p{
	float: left;
	width: 100%;
	padding: 0 10.6%;
	font-size: 16px;
	margin: 40px 0 48px 0;
	line-height: 2.2;
	text-align: center;
}
.civil-2{
	float: left;
	width: 100%;
	padding: 55px 0 66px 0;
}
.civil-2 .wis3-ul{
	margin-top: 54px;
}
@media (max-width: 767px) {
	.civil-1 {
	  padding-top: 30px;
	}
	.civil-1 .civil1-p {
		padding: 0 3%;
		font-size: 14px;
		margin: 10px 0 20px 0;
		line-height: 1.8;
	}
	.civil-2 {
	  padding: 20px 0 30px 0;
	}
	.civil-2 .wis3-ul {
	  margin-top: 20px;
	}
}


.ground-1{
	float: left;
	width: 100%;
	padding-top: 72px;
}
.ground-1 .ground-con{
	float: left;
	width: 100%;
	margin-top: 68px;
	background: #f8f8f8;
}
.ground-1 .ground-con .ground-txt,
.ground-1 .ground-con .gro1-pic{
	float: left;
	width: 50%;
}
.ground-1 .ground-con .gro1-pic img{
	max-width: none;
}
.ground-1 .ground-con .ground-txt{
	padding: 80px 70px 0 70px;
	font-size: 16px;
	line-height: 2.2;
}
.ground-2{
	float: left;
	width: 100%;
	padding: 68px 0 90px 0;
}
.ground-2 .wis3-ul{
	margin-top: 55px;
}
@media (max-width: 1440px) {
	.ground-1 .ground-con .ground-txt {
		padding: 60px 40px 0 40px;
		line-height: 2;
	}
}
@media (max-width: 1199px) {
	.ground-1 .ground-con .ground-txt {
		padding: 40px 30px 0 30px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.ground-1 .ground-con .ground-txt, 
	.ground-1 .ground-con .gro1-pic {
	  width: 100%;
	}
	.ground-1 .ground-con .ground-txt {
	  padding: 30px 30px 30px 30px;
	}
	.ground-1 .ground-con .gro1-pic img{
		max-width: 100%;
	}
	.ground-1 {
	  padding-top: 30px;
	}
	.ground-1 .ground-con {
		margin-top: 20px;
	}
	.ground-1 .ground-con .ground-txt {
	  padding: 20px 20px 20px 20px;
		line-height: 1.8;
	}
	.ground-2 {
		padding: 30px 0 30px 0;
	}
	.ground-2 .wis3-ul {
	  margin-top: 20px;
	}
}


.uav-1{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.uav1-p{
	position: absolute;
	right: 12.6%;
	top: 15.8%;
	font-size: 36px;
	line-height: 66px;
	padding: 0 20px;
	color: #fff;
	background: #004189;
}

.uav-2{
	float: left;
	width: 100%;
	padding: 76px 0;
	position: relative;
}
.uav-2 .uav2-p{
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 30px 12.8% 54px 12.8%;
	line-height: 2;
	text-align: center;
}
.uav-3{
	float: left;
	width: 100%;
	background: #f9f9f9;
	position: relative;
}
.uav3-left{
	float: left;
	width: 56%;
	font-size: 16px;
	position: relative;
}
.uav3-min{
	position: absolute;
	top: 0;
	left: 5.2%;
	width: 18.5%;
	height: 100%;
	padding: 55px 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.uav3-min .slick-list{
	height: 100%!important;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.uav3-min .slick-list .slick-track{
	height: 100%!important;
}
.uav3-min .slick-slide{
	border-width: 0;
	height: 20%;
	text-align: center;
	padding-top: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.uav3-min .slick-slide.slick-current{
	background: #004189;
}
.uav3-min .slick-arrow{
	position: absolute;
	left: 0;
	width: 100%;
	height: 55px;
	background-repeat: no-repeat!important;
	background-position: center!important;
} 
.uav3-min .slick-arrow.slick-prev{
	top: 0;
	background: url(../images/uav/up.png);
} 
.uav3-min .slick-arrow.slick-next{
	bottom: 0;
	background: url(../images/uav/down.png);
} 
.uav3-min .slick-slide img{
	display: inline-block;
}
.uav3-min .slick-slide p{
	width: 100%;
	margin-top: 16px;
}
.uav3-max{
	font-size: 0;
}
.uav3-right{
	float: left;
	width: 44%;
	padding: 96px 210px 0 88px;
}
.uav3-right .title-in{
	text-align: left;
}
.uav3-right .uav3r-p{
	position: relative;
	font-size: 16px;
	padding-top: 42px;
	line-height: 2.2;
	margin-top: -3px;
	border-top: 1px solid #dcdcdc;
	z-index: 0;
}
.uav-4{
	float: left;
	width: 100%;
	margin: 95px 0 105px 0;
	position: relative;
}
.uav-4 .uav4-left{
	float: left;
	width: 45.3%;
}
.uav-4 .uav4-left .title-in{
	text-align: left;
}
.uav-4 .uav4-left .uav4-p{
	font-size: 16px;
	line-height: 2;
	margin-top: 50px;
}
.uav-4 .uav4-left .uav4-h{
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.9;
	font-weight: bold;
	color: #004189;
}
.uav-4 .uav4-right{
	position: absolute;
	top: 0;
	right: -26.2%;
	width: 76.4%;
	padding-top: 58px;
}
.uav-4 .uav4-right .slick-slide{
	padding: 0 12px;
} 
.uav-4 .uav4-right .slick-list{
	margin: 0 -12px;
}


.uav4-right .slick-arrow{
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 32px;
	background-color: #dcdcdc;
	background-position: center;
	background-repeat: no-repeat;
}
.uav4-right .slick-arrow:hover{
	background-color: #004189;
}
.uav4-right .slick-arrow.slick-next{
	left: 70%;
	background-image: url(../images/uav/right.png);
}
.uav4-right .slick-arrow.slick-prev{
	left: 64.3%;
	background-image: url(../images/uav/left.png);
}

.uav-5{
	float: left;
	width: 100%;
	padding: 75px 0 90px 0;
	position: relative;
}
.uav-5 .uav5-p{
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 0 12.5%;
	margin-top: 24px;
	line-height: 2;
	text-align: center;
}
.uav-5 .uav5-pic{
	float: left;
	width: 100%;
	margin-top: 48px;
	background: #11197b;
	position: relative;
}
.uav-5 .uav5-pic .uav5P-left{
	float: left;
	width: 65.5%;
}
.uav-5 .uav5-pic .uav5P-right{
	float: left;
	width: 34.5%;
	color: #fff;
	padding: 75px 70px 0 80px;
}
.uav-5 .uav5-pic .uav5P-right .uav5P-t{
	font-size: 24px;
}
.uav-5 .uav5-pic .uav5P-right .uav5P-p{
	font-size: 16px;
	line-height: 2.2;
	margin-top: 20px;
}
@media (max-width: 1900px) {
	.uav3-min .slick-list{
		height: 102%!important;
	}
}

@media (max-width: 1680px) {
	.uav-1 img{
		height: 360px;
	}
	.uav1-p {
		right: 10%;
		top: 15.8%;
		font-size: 28px;
		line-height: 58px;
		padding: 0 18px;
	}
	.uav3-min{
		padding: 44px 0;
	}
	.uav3-min .slick-slide img{
		height: 36px;
	}
	.uav3-min .slick-slide p{
		margin-top: 10px;
	}
	.uav3-min .slick-arrow{
		height: 44px;
	}
	.uav3-right {
	  padding: 46px 90px 0 48px;
	}
	.uav4-right .slick-arrow.slick-next{
		left: 57%;
	}
	.uav4-right .slick-arrow.slick-prev{
		left: 51%;
	}
	.uav-4 .uav4-left .uav4-p{
		margin-top: 30px;
	}
}
@media (max-width: 1600px) {
	.uav3-min {
	  padding: 40px 0;
	}
	.uav3-min .slick-arrow {
	  height: 40px;
	}
	.uav3-right .uav3r-p {
		padding-top: 36px;
		line-height: 1.8;
	}
	.uav3-right {
	  padding: 46px 50px 0 48px;
	}
}
@media (max-width: 1440px) {
	.uav-1 img {
	  height: 300px;
	}
	.uav1-p{
		font-size: 24px;
	}
	.uav-2 .uav2-p {
		font-size: 14px;
		padding: 30px 8.8% 54px 8.8%;
	}
	.uav3-left{
		font-size: 14px;
	}
	.uav3-min .slick-slide{
		padding-top: 14px;
	}
	.uav3-min .slick-slide p {
	  margin-top: 8px;
	}
	.uav3-min {
	  padding: 36px 0;
	}
	.uav3-min .slick-arrow {
	  height: 36px;
	}
	.uav3-right {
	  padding: 46px 3% 0 48px;
	}
	.uav-5 .uav5-p {
		font-size: 14px;
		padding: 0 8.5%;
		margin-top: 20px;
	}
	.uav3-right .uav3r-p{
		font-size: 14px;
	}
	.uav-4 .uav4-left .uav4-p{
		font-size: 14px;
	}
	.uav-4 .uav4-left .uav4-h {
		margin-top: 10px;
		font-size: 18px;
		line-height: 1.8;
	}
	.uav-5 .uav5-pic .uav5P-right{
		padding: 60px 3% 0 4%;
	}
	.uav-5 .uav5-pic .uav5P-right .uav5P-t{
		font-size: 22px;
	}
	.uav-5 .uav5-pic .uav5P-right .uav5P-p{
		/* font-size: 14px; */
		line-height: 2;
	}
}
@media (max-width: 1366px) {
	.uav3-min {
	  padding: 32px 0;
	}
	.uav-5 .uav5-pic .uav5P-right {
	  padding: 48px 3% 0 4%;
	}
}
@media (max-width: 1199px) {
	.uav-1 img {
			height: 240px;
	}		
	.uav1-p {
		top: 12%;
		right: 3%;
	  font-size: 18px;
		line-height: 42px;
	}
	.uav-2 .uav2-p {
	  padding: 20px 0% 30px 0%;
	}
	.uav3-left,
	.uav3-right{
		width: 100%;
	}
	.uav3-min {
	  padding: 36px 0;
	}
	.uav3-min .slick-slide {
	    padding-top: 28px;
	}
	.uav3-right {
	  padding: 36px 3% 36px 3%;
	}
	.uav-4 {
	  margin: 60px 0 60px 0;
	}
	.uav-4 .uav4-left,
	.uav-4 .uav4-right{
		width: 100%;
	}
	.uav-4 .uav4-right {
		position: inherit;
		top: auto;
		right: auto;
		float: left;
		width: 100%;
		position: relative;
	}
	.uav-4 .uav4-right{
		padding-top: 36px;
		padding-bottom: 54px;
	}
	.uav4-right .slick-arrow{
		top: auto;
		bottom: 0;
	}
	.uav4-right .slick-arrow.slick-next{
		left: auto;
		right: 43%;
	}
	.uav4-right .slick-arrow.slick-prev{
		left: 43%;
	}
	.uav-5 .uav5-p {
	  padding: 0 0%;
	}
	.uav-5 .uav5-pic .uav5P-right {
	  padding: 24px 2% 0 2%;
	}
	.uav-5 .uav5-pic .uav5P-right .uav5P-p{
		font-size: 14px;
		line-height: 1.8;
	}
	.uav-5 .uav5-pic .uav5P-right .uav5P-t {
	  font-size: 20px;
	}
}
@media (max-width: 991px) {
	.uav-1 img {
	  height: 200px;
	}
	.uav1-p{
		font-size: 16px;
	}
	.uav3-min{
		left: auto;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 80px;
		padding: 0 80px;
	}
	.uav3-min .slick-slide{
		padding-top: 10px;
		height: 100%;
		border-bottom-width: 0;
		border-top-width: 0;
		border-left: 1px solid rgba(255,255,255,0.3);
	}
	.uav3-min .slick-list {
		border-left: 1px solid rgba(255,255,255,0.3);
		border-right: 1px solid rgba(255,255,255,0.3);
	}
	.uav3-min .slick-arrow{
		left: auto;
		top: auto;
		bottom: 0;
		right: auto;
		width: 80px;
		height: 80px;
	}
	.uav3-min .slick-arrow.slick-prev{
		left: 0;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.uav3-min .slick-arrow.slick-next{
		right: 0;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.uav-5 .uav5-pic .uav5P-left,
	.uav-5 .uav5-pic .uav5P-right{
		width: 100%;
	}
	.uav-5 .uav5-pic .uav5P-right {
	  padding: 24px 3% 24px 3%;
	}
	.uav4-right .slick-arrow.slick-next{
		right: 40%;
	}
	.uav4-right .slick-arrow.slick-prev{
		left: 40%;
	}
}
@media (max-width: 767px) {
	.uav1-pic{
		overflow: hidden;
		text-align: center;
	}
	.uav1-p{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 90%;
		top: 6%;
	}
	.uav1-pic > img{
		max-width: 300%;
		margin-left: -100%;
	}
	.uav-1{
		left: 0;
	}
	.uav-1 img {
	  height: auto;
		width: 94%;
	}
	.uav-2 {
	  padding: 30px 0;
	}
	.uav-2 .uav2-p {
	  padding: 15px 0% 20px 0%;
	}
	.uav3-min {
		height: 60px;
		padding: 0 40px;
	}
	.uav3-min .slick-arrow{
		width: 40px;
		height: 60px;
	}
	.uav3-min .slick-slide{
		padding-top: 8px;
	}
	.uav3-min .slick-slide img {
	  height: 24px;
	}
	.uav3-min .slick-arrow{
		background-size: 18px 10px!important;
	}
	.uav3-min .slick-slide p {
	  margin-top: 6px;
	}
	.uav3-right {
		padding: 30px 3% 30px 3%;
	}
	.uav3-right .uav3r-p {
	  padding-top: 20px;
	}
	.uav-4 {
	  margin: 30px 0 20px 0;
	}
	.uav-4 .uav4-left .uav4-p {
	  margin-top: 20px;
	}
	.uav-4 .uav4-left .uav4-h{
		font-size: 16px;
	}
	.uav-4 .uav4-right {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.uav4-right .slick-arrow.slick-next{
		right: 33%;
	}
	.uav4-right .slick-arrow.slick-prev{
		left: 33%;
	}
	.uav-5 {
		padding: 30px 0 30px 0;
	}
	.uav-5 .uav5-pic{
		margin-top: 20px;
	}
}

.sell{
	float: left;
	width: 100%;
	padding: 72px 0 76px 0;
}
.sell ul{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.sell ul li{
	float: left;
	width: 31.9%;
	margin-right: 2.15%;
	margin-top: 32px;
}
.sell ul li:nth-child(3n){
	margin-right: 0;
}
.sell ul li .img-box{
	padding-bottom: 61.79540709812109%;
}
.sell ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.sell ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sell ul li p{
	line-height: 68px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-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;
}
.sell ul li:hover p{
	background: #004189;
	color: #fff;
}
@media (max-width: 1440px) {
	.sell ul li p{
		line-height: 60px;
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.sell {
	  padding: 42px 0 46px 0;
	}
	.sell ul li{
		margin-top: 20px;
	}
	.sell ul li p {
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.sell ul{
		margin-top: 0;
	}
	.sell ul li{
		width: 100%;
		margin-right: 0;
	}
}

.de-add{
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 36px;
	font-size: 14px;
}
.banDe-txt{
	position: absolute;
	bottom: 97px;
	width: 100%;
	text-align: right;
}
.banDe-txt span{
	display: inline-block;
	text-align: right;
	font-size: 36px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(23,23,23,0.5);
}

.sellDe-1{
	float: left;
	width: 100%;
	margin: 70px 0 50px 0;
}
.sellDe1-span{
	float: left;
	width: 28.2%;
	padding-bottom: 16px;
	font-size: 34px;
	color: #004189;
	position: relative;
}
.sellDe1-span::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background: #004189;
	content: "";
}
.sellDe1-p{
	float: left;
	width: 71.8%;
	font-size: 16px;
	line-height: 2.2;
}

.sellDe-2{
	float: left;
	width: 100%;
	padding: 53px 66px;
	background: url(../images/sell/de-bg-1.jpg) no-repeat;
	background-size: cover;
}
.sellDe-2 .sellDe2-pic{
	float: left;
	width: 58.1%;
	text-align: center;
	padding-top: 58px;
}
.sellDe-2 .sellDe2-text{
	float: right;
	width: 38.9%;
	background: #fff;
	padding: 24px 34px 56px 34px;
}
.sellDe-2 .sellDe2-text table{
	width: 100%;
	font-size: 16px;
}
.sellDe-2 .sellDe2-text table tr{
	border-bottom: 1px solid #dcdcdc;
}
.sellDe-2 .sellDe2-text table tr td{
	width: 50%;
	line-height: 20px;
	padding: 15px 0 15px 50px;
}

.sellDe-3{
	float: left;
	width: 100%;
	padding: 52px 0 116px 0;
	text-align: center;
}
.sellDe3-t,
.sellDe3-p,
.sellDe3-pic{
	float: left;
	width: 100%;
	line-height: 1.8;
}
.sellDe3-t{
	font-size: 36px;
}
.sellDe3-p{
	font-size: 18px;
	margin-top: 24px;
}
.sellDe3-pic{
	margin-top: 76px;
}
.sellDe3-pic a{
	margin: 0 50px;
}

.sellDe-4{
	float: left;
	width: 100%;
	margin-bottom: 105px;
	color: #fff;
	background: #004189 url(../images/sell/de-bg-2.png) left bottom no-repeat;
}
.sellDe-4 .sellDe4-left{
	float: left;
	width: 43.6%;
	padding: 44px 96px 0px 70px;
}
.sellDe-4 .sellDe4-right{
	float: left;
	width: 56.3%;
}
.sellDe-4 .hd{
	float: left;
	width: 100%;
	position: relative;
}
.sellDe-4 .hd ul li{
	display: inline-block;
	margin-right: 20px;
	width: 158px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	border-radius: 26px;
	background: #105e57;
	text-align: center;
	cursor: pointer;
}
.sellDe-4 .hd ul li.on{
	background: #fff;
	color: #333;
}
.sellDe-4 .hd ul li:last-child{
	margin-right: 0;
}
.sellDe-4 .bd{
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.sellDe-4 .bd .ul {
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	width: 100%;
}
.sellDe-4 .bd .ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}
.sellDe-4 .bd .ul table{
	width: 100%;
	font-size: 16px;
}
.sellDe-4 .bd .ul table tr{
	border-bottom: 1px solid #fff;
}
.sellDe-4 .bd .ul table tr td{
	padding: 15px 0 15px 70px;
}
@media (max-width: 1440px) {
	.de-add{
		margin-top: 20px;
	}
	.banDe-txt span {
		font-size: 30px;
		padding-bottom: 6px;
	}
	.banDe-txt{
		bottom: 60px;
	}
	.sellDe-1 {
	  margin: 50px 0 40px 0;
	}
	.sellDe1-span {
		padding-bottom: 14px;
		font-size: 30px;
	}
	.sellDe1-span::after{
		width: 46px;
		height: 3px;
	}
	.sellDe1-p{
		line-height: 2;
	}
	.sellDe-2 .sellDe2-text {
	  padding: 20px 30px 48px 30px;
	}
	.sellDe-2 .sellDe2-text table tr td {
	  padding: 12px 0 12px 40px;
	}
	.sellDe3-t {
	  font-size: 32px;
	}
	.sellDe3-p {
		font-size: 16px;
		margin-top: 20px;
	}
	.sellDe3-pic a {
	  margin: 0 30px;
	}
	.sellDe-4 .sellDe4-left {
	  padding: 36px 76px 0px 50px;
	}
	.sellDe-4 .bd{
		margin-top: 30px;
	}
	.sellDe-4 .hd ul li {
		margin-right: 15px;
		width: 140px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
		border-radius: 24px;
	}
	.sellDe-4 .bd .ul table tr td {
	  padding: 12px 0 12px 50px;
	}
}
@media (max-width: 1199px) {
	.sellDe-2 .sellDe2-pic,
	.sellDe-2 .sellDe2-text{
		width: 100%;
	}
	.sellDe-2 .sellDe2-text{
		margin-top: 30px;
	}
	.sellDe-4 .sellDe4-left,
	.sellDe-4 .sellDe4-right{
		width: 100%;
	}
	.sellDe-4 .sellDe4-right{
		text-align: center;
		margin-top: 0px;
	}
	.sellDe-4 .sellDe4-left {
	    padding: 36px 50px 36px 50px;
	}
	.sellDe-4{
		margin-bottom: 80px;
		padding-bottom: 50px;
	}
	.sellDe-2 {
	  padding: 40px 5%;
	}
	.sellDe-2 .sellDe2-pic{
		padding-top: 0;
	}
	.sellDe3-pic a {
	  margin: 0 10px;
	}
	.sellDe3-pic a img{
		height: 100px;
	}
}
@media (max-width: 767px) {
	.banDe-txt span {
	    font-size: 20px;
	}
	.banDe-txt {
	  bottom: 20px;
	}
	.sellDe1-span,
	.sellDe1-p{
		width: 100%;
	}
	.sellDe1-span {
	  padding-bottom: 142x;
	  font-size: 20px;
	}
	.sellDe1-p{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.sellDe-1 {
	  margin: 30px 0 20px 0;
	}
	.sellDe-2 {
	    padding: 20px 5% 30px;
	}
	.sellDe-2 .sellDe2-text {
	  padding: 10px 20px 20px 20px;
		margin-top: 20px;
	}
	.sellDe-2 .sellDe2-text table{
		font-size: 14px;
	}
	.sellDe-2 .sellDe2-text table tr td {
	  padding: 10px 0 10px 10px;
	}
	.sellDe-3 {
	  padding: 20px 0 20px 0;
	}
	.sellDe3-t{
		line-height: 1.2;
		font-size: 20px;
	}
	.sellDe3-p{
		font-size: 14px;
	  line-height: 1.8;
		margin-top: 10px;
	}
	.sellDe3-pic {
	  margin-top: 20px;
	}
	.sellDe3-pic a{
		display: inline-block;
		margin: 10px 15px;
	}
	.sellDe3-pic a img{
		height: 80px;
	}
	.sellDe-4 .sellDe4-left {
	  padding: 20px 20px 20px 20px;
	}
	.sellDe-4 .hd ul li {
		margin-right: 10px;
		width: 110px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 20px;
	}
	.sellDe-4 .bd {
	  margin-top: 10px;
	}
	.sellDe-4 .bd .ul table{
		font-size: 14px;
	}
	.sellDe-4 {
		margin-bottom: 20px;
		padding-bottom: 0px;
		background-size: 30% auto;
	}
	.sellDe-4 .bd .ul table tr td {
	  padding: 10px 0 10px 20px;
	}
}

.base-1{
	float: left;
	width: 100%;
	padding: 72px 0 60px 0;
	position: relative;
}
.base-1 .base1-left{
	float: left;
	width: 51.6%;
	padding-right: 54px;
}
.base-1 .base1-left .title-in{
	text-align: left;
}
.base-1 .base1-left .base1L-p{
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
}
.base-1 .base1-right{
	float: left;
	width: 48.4%;
}
.base-1 .wis3-ul{
	margin-top: 74px;
}

.base-2{
	float: left;
	width: 100%;
	padding: 60px 0;
	position: relative;
}
.base-2 .wis3-ul{
	margin-top: 50px;
}

.base-3{
	float: left;
	width: 100%;
	padding: 56px 0 66px 0;
}
.base-3 .base3-p{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
	line-height: 2;
	text-align: center;
}
.base-3 .wis3-ul{
	margin-top: 52px;
}


.base-4{
	float: left;
	width: 100%;
	padding: 80px 0 72px 0;
}
.base-4 .title-in{
	text-align: left;
}
.base-4 .wis3-ul{
	margin-top: 45px;
	padding-bottom: 0;
}
.base-4 .wis3-ul .wis3-li .img-box{
	border: 1px solid #cacaca;
	padding-bottom: 70.35490605427975%;
}
.base-4 .wis3-ul .slick-arrow{
	top: -76px;
	left: auto;
	width: 56px;
	height: 32px;
	background-size: auto!important;
}
.base-4 .wis3-ul .slick-arrow:hover{
	background-color: #004189!important;
}
.base-4 .wis3-ul .slick-arrow.slick-prev{
	right: 66px;
	background: #dcdcdc url(../images/uav/left.png) center no-repeat;
}
.base-4 .wis3-ul .slick-arrow.slick-next{
	right: 0;
	background: #dcdcdc url(../images/uav/right.png) center no-repeat;
}
.base-4 .base4-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 52px;
}
.base-4 .base4-link a{
	display: inline-block;
	background: #004189;
	color: #fff;
	width: 172px;
	height: 55px;
	line-height: 55px;
	border-radius: 28px;
	font-size: 16px;
}
.base-4 .base4-link a:hover{
	opacity: 0.9;
}
.base-5{
	float: left;
	width: 100%;
	position: relative;
}
.base-5 .base5-link{
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.base-5 .base5-link a{
	float: right;
	display: inline-block;
	color: #fff;
	background: #004189;
	margin-right: 56px;
	padding: 0 45px;
	line-height: 55px;
	font-size: 20px;
	border-radius: 5px;
}
.base-5 .base5-link a:hover{
	opacity: 0.9;
}
.base-5 .base5-link a:first-child{
	margin-right: 90px;
}
.base-6{
	float: left;
	width: 100%;
	padding: 64px 0;
	position: relative;
}
.base-6 .par-pic{
	margin-top: 30px;
}
.base-7{
	float: left;
	width: 100%;
	margin-bottom: 78px;
	background: #004189;
	position: relative;
}
.base-7 .base7-left{
	float: left;
	width: 50%;
}
.base-7 .base7-left .img-box{
	padding-bottom: 54.4%;
}
.base-7 .base7-ul{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 82px 0 108px;
}
.base-7 .base7-right{
	float: left;
	width: 50%;
	color: #fff;
}
.base-7 .base7-right .base7-li{
	float: left;
	width: 100%;
	padding-left: 90px;
	font-size: 18px;
}
.base-7 .base7-right .base7-li:first-child{
	padding-top: 10px;
	padding-bottom: 40px;
	background: url(../images/base/ico-tel.png) left 5px no-repeat;
}
.base-7 .base7-right .base7-li:last-child{
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 1px dashed rgba(255,255,255,0.5);
	background: url(../images/base/ico-add.png) left bottom no-repeat;
}
.base-7 .base7-right .base7-li .base7-li-t{
	font-size: 18px;
}
.base-7 .base7-right .base7-li .base7-li-p{
	margin-top: 16px;
}
.base-7 .base7-right .base7-li .base7-li-p span{
	font-size: 26px;
}
@media (max-width: 1440px) {
	.base-1{
		padding: 62px 0 40px 0;
	}	
	.base-1 .base1-left .base1L-p{
	  margin-top: 30px;
	}
	.base-1 .base1-left{
		padding-right: 3%;
	}
	.base-7 .base7-ul{
		padding: 0 4% 0 5%;
	}
	.base-7 .base7-right .base7-li{
		font-size: 16px;
		padding-left: 70px;
	}
	.base-7 .base7-right .base7-li .base7-li-p {
	  margin-top: 12px;
	}
	.base-7 .base7-right .base7-li .base7-li-p span {
	  font-size: 22px;
	}
	.base-7 .base7-right .base7-li:last-child {
		padding-top: 30px;
		padding-bottom: 0px;
		background-size: 50px auto;
	}
	.base-7 .base7-right .base7-li:first-child {
		padding-top: 0px;
		padding-bottom: 30px;
		background-size: 50px auto;
		background-position: top left;
	}
}
@media (max-width: 1199px) {
	.base-1 .base1-left,
	.base-1 .base1-right{
		width: 100%;
		padding: 0;
	}
	.base-1 .base1-right{
		text-align: center;
		margin-top: 30px;
	}
	.base-3 .base3-p {
		font-size: 14px;
		margin-top: 20px;
	}
	.base-5 .base5-link a:first-child {
	  margin-right: 40px;
	}
	.base-5 .base5-link a {
		margin-right: 20px;
		padding: 0 38px;
		line-height: 48px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.base-5 .base5-link a:first-child {
	  margin-right: 0px;
	}
	.base-5 .base5-link a {
		margin-right: 20px;
		padding: 0 36px;
		line-height: 40px;
		font-size: 14px;
	}
	.base-7 .base7-left,
	.base-7 .base7-right{
		width: 100%;
	}
	.base-7 .base7-ul {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		float: left;
		padding: 30px 5% 30px 5%;
	}
}
@media (max-width: 767px) {
	.base-1 {
	  padding: 30px 0 30px 0;
	}
	.base-1 .base1-left .base1L-p{
	  margin-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.base-1 .base1-right{
		margin-top: 20px;
	}
	.base-1 .wis3-ul{
	  margin-top: 20px;
	}
	.base-2{
	  padding: 30px 0;
	}
	.base-2 .wis3-ul{
	  margin-top: 20px;
	}
	.base-3{
	  padding: 30px 0 30px 0;
	}
	.base-3 .wis3-ul{
	  margin-top: 20px;
	}
	.base-3 .base3-p{
		margin-top: 10px;
		line-height: 1.8;
	}
	.base-4{
	  padding: 20px 0 20px 0;
	}
	.base-4 .wis3-ul{
		margin-top: 15px;
	}
	.base-4 .wis3-ul .slick-arrow{
		top: -46px;
		width: 46px;
		height: 22px;
	}
	.base-4 .wis3-ul .slick-arrow.slick-prev{
		right: 56px;
	}
	.base-4 .base4-link{
		margin-top: 20px;
	}
	.base-4 .base4-link a{
		width: 120px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}
	.base-5 img{
		max-width: 200%;
		margin-left: -50%;
	}
	.base-5 .base5-link a{
		margin-right: 10px;
		padding: 0 20px;
		line-height: 36px;
		font-size: 12px;
	}
	.base-6{
	  padding: 30px 0;
	}
	.base-6 .par-pic{
	  margin-top: 20px;
	}
	.base-7{
		margin-bottom: 30px;
	}
	.base-7 .base7-right .base7-li{
		padding-left: 50px;
		font-size: 14px;
	}
	.base-7 .base7-right .base7-li .base7-li-t{
	  font-size: 16px;
	}
	.base-7 .base7-right .base7-li .base7-li-p span{
	  font-size: 16px;
	}
	.base-7 .base7-right .base7-li:first-child{
		background-size: 36px auto;
		padding-bottom: 15px;
	}
	.base-7 .base7-right .base7-li:last-child{
		background-size: 36px auto;
		padding-top: 15px;
	}
}

.uav-6{
	float: left;
	width: 100%;
	position: relative;
}
.uav6-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	padding: 0 5.2%;
	background: rgba(0,0,0,0.5);
	font-size: 0;
}
.uav6-top .slick-arrow{
	position: absolute;
	top: 0;
	width: 5.2%;
	height: 100%;
	background-color: rgba(0,0,0,0)!important;
	background-repeat: no-repeat!important;
	background-position: center;
}
.uav6-top .slick-arrow.slick-prev{
	left: 0;
	background-image: url(../images/uav/left1.png);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.uav6-top .slick-arrow.slick-next{
	right: 0;
	background-image: url(../images/uav/right1.png);
	border-left: 1px solid rgba(255,255,255,0.3);
}
.uav6-top .slick-slide{
	padding: 20px 0;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.uav6-top .slick-slide.slick-current{
	background: #004189;
}
.uav6-top .uav6-t-img{
}
.uav6-top .uav6-t-img img{
	display: inline-block;
}
.uav6-top .uav6-t-p{
	margin-top: 16px;
	font-size: 16px;
}
.uav6-bot{
	font-size: 0;
}
.uav6-bot .uav6-Bt{
	float: left;
	width: 100%;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.uav6-bot .uav6-Bt img{}
.uav6-bot .uav6-Bt .uav6-Bt-txt{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 828px;
	padding: 56px 100px 56px 70px;
	background: rgba(35,132,123,0.95);
	color: #fff;
}
.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t{
	float: left;
	width: 100%;
	font-size: 36px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t::after{
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 70px;
	height: 3px;
	background: #fff;
	content: "";
}
.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-d{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	margin-top: 36px;
}
.uav6-bot .uav6-Bd{
	float: left;
	width: 100%;
	padding: 50px 0;
	font-size: 16px;
	line-height: 36px;
	display: none;
}
.uav-6 .slick-slide.slick-active .uav6-Bd{
	display: block;
}
@media (max-width: 1600px) {
	.uav6-bot .uav6-Bt .uav6-Bt-txt{
		width: 45%;
		padding: 48px 50px 48px 40px;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t{
		font-size: 24px;
		padding-bottom: 18px;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-d{
		font-size: 14px;
		line-height: 2;
		margin-top: 24px;
	}
	.uav6-top .slick-slide{
	  padding: 15px 0;
	}
	.uav6-top .uav6-t-p {
		margin-top: 12px;
		font-size: 14px;
	}
}
@media (max-width: 1366px) {
	.uav6-bot .uav6-Bt .uav6-Bt-txt {
	  padding: 30px 4% 30px 3%;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t {
		font-size: 22px;
		padding-bottom: 16px;
	}
	.uav6-bot .uav6-Bd {
		padding: 40px 0;
		font-size: 14px;
		line-height: 2;
	}
}
@media (max-width: 1199px) {
	.uav6-bot .uav6-Bt .uav6-Bt-txt{
		width: 68%;
		padding: 20px 3% 20px 3%;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t{
		font-size: 20px;
		padding-bottom: 12px;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-d{
		margin-top: 15px;
		line-height: 1.6;
	}
}
@media (max-width: 991px) {
	.uav6-bot .uav6-Bt > img{
		max-width: 200%;
		margin-left: -50%;
	}
}
@media (max-width: 767px) {
	.uav6-bot .uav6-Bt .uav6-Bt-txt{
		position: relative;
		right: auto;
		bottom: auto;
		float: left;
		width: 100%;
		padding: 15px 4% 15px 4%;
	}
	.uav6-bot .uav6-Bt .uav6-Bt-txt .uav6-Bt-t{
		font-size: 18px;
	}
	.uav6-top .uav6-t-p{
		font-size: 12px;
		margin-top: 8px;
	}
	.uav6-top{
		padding: 0 40px;
	}
	.uav6-top .slick-arrow{
		width: 40px;
		background-size: 10px auto;
	}
	.uav6-top .uav6-t-img img{
		height: 30px;
	}
	.uav6-top .slick-slide {
	  padding: 10px 0;
	}
	.uav6-bot .uav6-Bd {
		padding: 20px 0;
		font-size: 14px;
		line-height: 1.8;
	}
}








/* 修改 */
.par-pic {
	padding:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.par-pic .par-li {
	width:25%;
	padding:20px;
}
@media (max-width:767px) {
	.par-pic .par-li {
		width:50%;
		padding: 12px 10px;
	}
}

.newDeCon-left { width:70%; }
.newDeCon-right { width:30%; }
.news-details .newDe-left .text {
	border:none;
	padding: 0;
	margin:0;
}
.news-details .newDe-left .text table { width:100%; }
.newDe-content {
	background-color:#f0f0f0;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
	overflow:hidden;
}
.newDe-content .newDeCon-right {
	display:flex;
	align-items: center;
}

@media (max-width: 1199px) {
	.newDeCon-left, .newDeCon-right { width:100%; }
	.newDeCon-right { margin:0; }
	.newDe-content { background-color:transparent; }
	.newDe-content .newDeCon-left { margin-bottom:20px; }
	.news-details .newDe-left .text { margin: 0; }
}
@media (max-width: 767px) {
	.newDe-content { margin:20px 0; }
}









/* 修改 */
.advantage .adv-left .adv-h { margin-top:0; }
.advantage .adv-left .adv-p { line-height:2.25; }
.advantage .adv-left { padding-left:0; }
.advantage .adv-left { width: 65%; }
.advantage .adv-right { width: 34.93%; }

.newDe-content .newDeCon-right { padding-right:40px; }

@media (max-width:1440px) {
	.news-details .newDe-left .text { line-height:2; }
}
@media (max-width:1199px) {
	.newDe-content .newDeCon-right { padding-right:0px; }
}

@media (min-width:1440px) and (max-width:1560px) {
	.i-bus .hd ul li .i-bus-p .i-bus-pc { font-size:22px; }
	.i-bus .hd ul li .i-bus-p .i-bus-pe { font-size:16px; }
}
@media (min-width:1200px) and (max-width:1440px) {
	.i-bus .hd ul li .i-bus-p .i-bus-pc { font-size:16px; }
	.i-bus .hd ul li .i-bus-p .i-bus-pe { font-size:12px; }
}
@media (min-width:991px) and (max-width:1199px) {
	.i-bus .hd ul li .i-bus-p .i-bus-pc { font-size:16px; }
	.i-bus .hd ul li .i-bus-p .i-bus-pe { font-size:12px; }
}
@media (max-width:767px) {
	.advantage .adv-left { width:100%; }
	.advantage .adv-right { width:100%; }
}
@media (max-width:480px) {
	.i-bus .hd ul li .i-bus-p {
		margin-left: 0px;
		text-align: center;
		width: 100%;
		margin-top:10px;
	}
	.i-bus .bd ul.i-bus-1 .i-bus-txt .i-bus-p {
		font-size:12px;
		line-height:1.5;
	}
}





/* 修改 */
.header .logo { display:flex;align-items: center; }
.header .tel {
	font-size:20px;
	color:#fff;
	margin-left:50px;
}
.header.fixed-header .tel { color:#333; }

@media (max-width:767px) {
	.header .tel { font-size:18px;margin-left:15px; }
}