@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: 'AvantGardeITCbyBT-Demi';
	src: url('../fonts/AvantGardeITCbyBT-Demi.eot');
	src: url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
			 url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'),
			 url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
			 url('../fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') 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: 'BarlowCondensed-SemiBold';
	src: url('../fonts/BarlowCondensed-SemiBold.eot');
	src: url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'),
			 url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'),
			 url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype'),
			 url('../fonts/BarlowCondensed-SemiBold.svg#BarlowCondensed-SemiBold') format('svg');
}


/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
	//居中
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
html,
body {
	position: relative;
}
body {
	font-family: 'Microsoft YaHei', 'Arial', 'SimSun', 'Source Han Sans CN', 'SourceHanSerifCN', 'WenQuanYi Micro Hei', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'sans-serif', 'PingFang Regular';
	font-size: 14px;
	/* font-weight: 300; */
	color: #333;
	background: #fff;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
body.body-01 {
	height: 100%;
	/* overflow-y: auto; */
	overflow-x: hidden;
}
@media (max-width: 1199px) {
	body.body-01 {
		height: auto;
	}
}
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more {
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
	background-position: 0 -0px!important;	
}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
}
.w-1400 {
	width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.w-1400 {
		width: 100%;
		padding: 0 3%;
	}
}
.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1540px) {
	.w-1500 {
		width: 100%;
		padding: 0 3%;
	}
}
.w-1720 {
	width: 1720px;
	margin: 0 auto;
}
@media (max-width: 1740px) {
	.w-1720 {
		width: 100%;
		padding: 0 3%;
	}
}
/*视频*/
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content {
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;	
	}
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.relative{
	position: relative;
}
.md {
	position: absolute;
	top: -40px;
}
.title {
	text-align: center;
	color: #fff;
}
.title .title-c {
	font-size: 38px;
}
.title .title-e {
	font-family: 'AvantGardeITCbyBT-Book';
	text-transform: uppercase;
	font-size: 32px;
	margin-top: 12px;
}
@media (max-width: 1440px) {
	.title .title-c {
		font-size: 28px;
	}
	.title .title-e {
		font-size: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.title .title-c {
		font-size: 20px;
	}
	.title .title-e {
		font-size: 16px;
		margin-top: 5px;
	}
}
.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo {
	float: left;
	margin-top: 19px;
}
.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 {
	float: left;
}
@media (max-width: 1199px) {
	.header .logo {
		top: 15px;
	}
}
@media (max-width: 767px) {	
	.header .logo {
		margin-top: 15px;
	}
	.header .logo img {
		height: 36px;
	}
}
.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}
.header.header-in,
.header.fixed-header {
	/* display: none; */
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

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


.head-right {
	float: right;
	margin-left: 138px;
	margin-top: 41px;
}
.head-right .social-share{
	float: left;
}
.head-right .social-share .social-share-icon {
	margin: 0;
	border: 0;
	width: 27px;
	height: 23px;
	margin-left: 44px;
	position: relative;
}
.head-right .social-share .social-share-icon::after {
	position: absolute;
	left: -26px;
	font-size: 19px;
	line-height: 23px;
	color: #c3c3c3;
	content: "/";
}
.head-right .social-share .icon-wechat {
	background: url(../images/wx.png) no-repeat;
}
.head-right .social-share .icon-weibo {
	background: url(../images/wb.png) no-repeat;
}
.head-right .social-share .icon-wechat:before,
.head-right .social-share .icon-weibo:before {
	display: none;
}

@media (max-width: 1540px) {
	.head-right {
		margin-left: 50px;
	}
}
@media (max-width: 1366px) {
	.head-right {
	  margin-left: 30px;
	}
}
@media (max-width: 1199px) {
	.head-right {
	  margin-right: 20px;
	  margin-left: 0px;
		margin-top: 38px;
	}
}
@media (max-width: 767px) {
	.head-right {
	  margin-right: 40px;
		margin-top: 22px;
	}
	.head-right .social-share .icon-wechat {
		display: none;
	}
	.head-right .social-share .social-share-icon {
		margin-left: 30px;
	}
	.head-right .social-share .social-share-icon::after {
		left: -20px;
	}
}
.wrap-sidenav {
	height: 65px;
	box-shadow: 3px 0 3px rgba(0,0,0,0.1);
	position: relative;
	background: #274a8a;
	z-index: 100;
}
.wrap-sidenav .sidenav {
  position: relative;
}
.wrap-sidenav .sidenav ul {
	font-size: 0;
	position: relative;
	position: absolute;
	left: 0;
	white-space: nowrap;
	text-align: left;
}
.wrap-sidenav .sidenav ul li {
  display: inline-block;
}
.wrap-sidenav .sidenav ul li > a {
	font-size: 16px;
	color: #fff;
	line-height: 65px;
	position: relative;
	display: block;
	height: 65px;
	padding: 0 28px 0 28px;
}
.wrap-sidenav .sidenav ul li > a img {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 0px;
	max-width: none;
}
.wrap-sidenav .sidenav ul li > a .block {
	display: inline-block!important;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li > a .hover {
	display: none!important;
	margin-right: 6px;
}
.wrap-sidenav .sidenav ul li.active > a,
.wrap-sidenav .sidenav ul li:hover > a {
	background: #0c2e55;
	color: #fff;
}
.wrap-sidenav .sidenav ul li.active > a .block,
.wrap-sidenav .sidenav ul li:hover > a .block {
    display: none!important;
}
.wrap-sidenav .sidenav ul li.active > a .hover,
.wrap-sidenav .sidenav ul li:hover > a .hover {
	display: inline-block!important;
	padding-bottom: 3px;
}
@media (max-width: 1440px) {
	.wrap-sidenav .sidenav ul li > a {
		padding: 0 20px 0 20px;
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.wrap-sidenav.case-sidenav {
		height: 80px;
	}
}
@media (max-width: 991px) {
	.wrap-sidenav {
	  height: 50px;
	}
	.wrap-sidenav .solu-span,
	.wrap-sidenav .solu-span1,
	.wrap-sidenav .solu-span2 {
		font-size: 16px;
		line-height: 50px;
	}
	.wrap-sidenav .solu-span1 {
		font-size: 14px;
	}
	.wrap-sidenav .solu-span2 {
		padding: 0 10px 0 4px;
		font-size: 16px;
	}
	.wrap-sidenav .sidenav ul li > a {
		height: 50px;
		line-height: 50px;
	}
	.wrap-sidenav .sidenav ul li > a img {
		width: 36px;
		margin-right: 6px;
	}
	.wrap-sidenav .sidenav ul li > a {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.wrap-sidenav {
		height: 50px;
		margin-top: -0px;
	}
	.wrap-sidenav .sidenav ul li > a {
		padding: 0 12px 0 12px;
	}
	.wrap-sidenav.case-sidenav {
		height: 60px;
	}
}

.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 80px;
	text-align: center;
}
.page a {
	font-family: 'CenTuryGoThic';
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 40px;
	height: 40px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #595959;
	border: 1px dashed rgba(0,0,0,0);
}
.page a.prev {
	background: url("../images/about/left.png") center no-repeat;
}
.page a.next {
	background: url("../images/about/right.png") center no-repeat;
}
.page span {
	vertical-align: top;
	display: inline-block;
	line-height: 40px;
}
.page a.prev:hover {
	background: #274a8a url("../images/about/left-on.png") center no-repeat;
}
.page a.next:hover {
	background: #274a8a url("../images/about/right-on.png") center no-repeat;
}
.page a.omit:hover {
	color: #fff;
}
.page a.prev {
	font-size: 14px;
}
.page a.next {
	font-size: 14px;
}
.page a.active,
.page a:hover {
	background-color: #274a8a;
	border: 1px solid #274a8a;
	color: #fff;
}
@media (max-width: 1199px) {
	.page a {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin: 0 6px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
	.page span {
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	.page a {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 30px;
	}
	.page a {
		height: 30px;
		line-height: 30px;
		width: 30px;
		margin: 0 2px;
	}
}

/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 99;
	margin-top: 100px;
}
.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 58px;
	z-index: 99999;
	color: #fff;
}
.banner .slick-dots li {
	display: inline-block;
	width: 36px;
	height: 6px;
	border-radius: 6px;
	margin: 0 8px;
	background: rgba(255,255,255,0.8);
}
.banner .slick-dots li.slick-active {
	background: #274a8a;
}
.banner .slick-dots li button {
	display: none;
}
.banner .img-box {
	padding-bottom: 42.70833333333333%;
}
.banner.banner-in .img-box {
	padding-bottom: 18.48958333333333%;
}

.banner .pc {
	display: block;
}
.banner .ph {
	display: none;
}
@media (max-width: 1440px) {
	.banner .slick-dots {
		bottom: 40px;
	}
}
@media (max-width: 991px) {
	.banner .pc {
		display: none;
	}
	.banner .ph {
		display: block;
	}
	.banner .img-box {
		padding-bottom: 100%;
	}
	.banner.banner-in .img-box {
		padding-bottom: 50%;
	}
}
@media (max-width: 767px) {
	.banner {
		margin-top: 66px;
	}
	.banner .slick-dots {
		bottom: 20px;
	}
	.banner .slick-dots li {
		width: 24px;
		height: 4px;
		border-radius: 4px;
		margin: 0 5px;
	}
}

.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4,
.banner .text .h5,
.banner .text .h6 {
	margin: 0;
	padding: 0;
}
.banner .slick-current .text {
	opacity: 1;
}
.banner .slick-current .text .h1,
.banner .slick-current .text .h2,
.banner .slick-current .text .h3,
.banner .slick-current .text .h4,
.banner .slick-current .text .h5,
.banner .slick-current .text .h6 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .text {
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	z-index: 9999999;
	color: #fff;
	text-transform: uppercase;
}
.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4 {
	padding-left: 274px;
	padding-right: 274px;
}
.banner .text .h1 {
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 66px;
	line-height: 0.8;
	position: relative;
	text-transform: uppercase;
}
.banner .text .h1:after {
	position: absolute;
	left: 0;
	top: 30px;
	width: 222px;
	height: 2px;
	background: #fff;
	content: "";
}
.banner .text .h1::before {
	position: absolute;
	left: 222px;
	top: 21px;
	width: 19px;
	height: 19px;
	border: 5px solid #fff;
	border-radius: 100%;
	content: "";
}
.banner .text .h2 {
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 76px;
	line-height: 0.8;
	margin-top: 24px;
}
.banner .text .h3 {
	margin-top: 44px;
	font-size: 30px;
}

.banner .text.text-1 {
	text-align: right;
}
.banner .text.text-1 .h1:after,
.banner .text.text-1 .h1::before {
	left: auto;
	right: 0;
}
.banner .text.text-1 .h1::before {
	right: 222px;
}

@media (max-width: 1600px) {
	.banner .text .h1 {
		font-size: 54px;
	}
	.banner .text .h1:after {
		top: 29px;
	}
	.banner .text .h1::before {
		top: 20px;
	}
	.banner .text .h3 {
		margin-top: 24px;
	}
}
@media (max-width: 1440px) {
	.banner .text .h1 {
		font-size: 42px;
	}
	.banner .text .h2 {
		margin-top: 20px;
		font-size: 48px;
	}
	.banner .text .h3 {
		margin-top: 20px;
		font-size: 24px;
	}
	.banner .text .h1::before {
		left: 160px;
		width: 18px;
		height: 18px;
	}
	.banner .text.text-1 .h1::before {
		right: 160px;
	}
	.banner .text .h1:after {
		width: 160px;
		top: 17px;
	}
	.banner .text .h1::before {
		top: 9px;
		border-width: 3px;
	}
	
	.banner .text .h1, 
	.banner .text .h2, 
	.banner .text .h3{
		padding-left: 200px;
		padding-right: 200px;
	}
	.banner .text.text-1 .h1,
	.banner .text.text-1 .h2, 
	.banner .text.text-1 .h3{
		padding-right: 200px;
	}
}
@media (max-width: 1199px) {
	.banner .text .h1::before,
	.banner .text .h1::after {
		display: none;
	}
	.banner .text .h1, 
	.banner .text .h2, 
	.banner .text .h3{
		padding-left: 3%;
		padding-right: 3%;
	}
	.banner .text.text-1 .h1,
	.banner .text.text-1 .h2, 
	.banner .text.text-1 .h3{
		padding-right: 3%;
	}
	.banner .text .h1 {
		font-size: 36px;
	}
	.banner .text .h2 {
		margin-top: 15px;
		font-size: 38px;
	}
	.banner .text .h3 {
		margin-top: 14px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.banner .text .h1,
	.banner .text .h2, 
	.banner .text .h3{
		padding-left: 5%;
		padding-right: 5%;
	}
	.banner .text.text-1 .h1,
	.banner .text.text-1 .h2, 
	.banner .text.text-1 .h3{
		padding-right: 5%;
	}
	.banner .text .h1 {
		font-size: 24px;
	}
	.banner .text .h2 {
		margin-top: 10px;
		font-size: 26px;
	}
	.banner .text .h3 {
		margin-top: 10px;
		font-size: 16px;
	}
}

.banner.banner-in .text .h1{
	font-size: 34px;
	text-align: center;
}
.banner.banner-in .text .h1::after,
.banner.banner-in .text .h1::before {
	display: none;
}

@media (max-width: 767px) {
	.banner.banner-in .text .h1{
		font-size: 24px;
	}
}

.footer {
	padding: 24px 0;
	float: left;
	width: 100%;
	text-align: center;
	background: #ebebeb;
}
.footer a,
.footer span {
	color: #999;
	margin: 0 16px;
	font-size: 14px;
}
@media (max-width: 1440px) {
	.footer {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 10px 0 60px 0;
	}
	.footer a, 
	.footer span {
		display: block;
		width: 100%;
		line-height: 1.6;
	}
}
.foot-tel {
	display: none;
}
@media (max-width: 767px) {
	.foot-tel {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #274a8a;
		width: 100%;
		z-index: 999;
	}	
	.foot-tel a {
		display: block;
		float: left;
		width: 33.33%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.foot-tel a:last-child {
		border-right: 0;
	}
}

.i-news{
	float: left;
	width: 100%;
	padding: 60px 0 46px 0;
}
.i-news ul {
	float: left;
	width: 100%;
}
.i-news ul li {
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	transition: all .6s;
}
.i-news ul li:hover {
	transform: translateY(-20px);
}
.i-news ul li:nth-child(4n) {
	margin-right: 0;
}
.i-news ul li .img-box {
	padding-bottom: 54.65686274509804%;
}
.i-news ul li .img-box img {
	transition: all 0.6s ease-out 0s;
}
.i-news ul li:hover .img-box img {
	transform: scale(1.1);
}
.i-news ul li .iNews-txt {
	padding: 22px 0 11px 0;
	position: relative;
}
.i-news ul li .iNews-txt::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #274a8a;
	transition: all 0.6s ease-out 0s;
	content: "";
}
.i-news ul li:hover .iNews-txt::after {
	width: 100%;
}
.i-news ul li .iNews-txt .iNews-time {
	line-height: 14px;
	font-size: 14px;
	color: #999;
}
.i-news ul li .iNews-txt .iNews-p {
	font-size: 16px;
	height: 64px;
	line-height: 32px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news ul li .iNews-txt .iNews-p span {
	color: #c70000;
}
.i-news ul li .iNews-txt .iNews-time,
.i-news ul li:hover .iNews-txt .iNews-p,
.i-news ul li:hover .iNews-txt .iNews-p span {
	color: #274a8a;
}
@media (max-width: 1440px) {
	.i-news {
		padding: 48px 0 36px 0;
	}
	.i-news ul li .iNews-txt {
		padding: 18px 0 10px 0;
	}
	.i-news ul li .iNews-txt .iNews-p {
		height: 60px;
		line-height: 30px;
		margin-top: 6px;
	}
}
@media (max-width: 991px) {
	.i-news {
	  padding: 40px 0 20px 0;
	}
	.i-news ul li {
		width: 48%;
		margin: 15px 4% 15px 0;
	}
	.i-news ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.i-news {
	  padding: 20px 0 20px 0;
	}
	.i-news ul li {
		width: 100%;
		margin: 10px 0% 15px 0;
	}
	.i-news ul li:hover {
		transform: translateY(-10px);
	}
}

.fantuo {
	float: left;
	width: 100%;
	padding: 66px 0 94px 0;
}
.fantuo .ft-left {
	float: left;
	width: 34.2%;
}
.fantuo .ft-right {
	float: left;
	width: 65.8%;
	padding-left: 76px;
}
.ft-rt {
	margin-top: 100px;
}
.ft-rc {
	font-size: 24px;
	color: #274a8a;
}
.ft-rc span {
	font-size: 20px;
	color: #666;
}
.ft-re {
	font-size: 20px;
	margin-top: 8px;
	color: #999;
	font-family: 'AvantGardeITCbyBT-Book';
	text-transform: uppercase;
}
.ft-rp {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2.2;
	text-indent: 2em;
}
.ft-rd {
	line-height: 42px;
	padding-top: 24px;
	margin-top: 40px;
	font-size: 16px;
	border-top: 1px solid #e5e5e5;
}
.ft-rd > div {
	padding-left: 40px;
}
.ft-rd .ft-rd-add {
	background: url(../images/fantuo/ico-2.png) left center no-repeat;
}
.ft-rd .ft-rd-tel {
	background: url(../images/fantuo/ico-3.png) left center no-repeat;
}
.ft-rd .ft-rd-em {
	background: url(../images/fantuo/ico-4.png) left center no-repeat;
}
@media (max-width: 1440px) {
	.fantuo .ft-right {
		padding-left: 68px;
	}
	.ft-rt {
	  margin-top: 80px;
	}
}
@media (max-width: 1366px) {
	.ft-rp {
		margin-top: 30px;
		line-height: 2;
	}
}
@media (max-width: 1280px) {
	.ft-rt {
	  margin-top: 60px;
	}
	.ft-rp {
		font-size: 14px;
	}
	.ft-rd {
		line-height: 38px;
		padding-top: 24px;
		margin-top: 30px;
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.fantuo .ft-right {
	  padding-left: 40px;
	}
	.ft-rt {
	  margin-top: 10px;
	}
	.ft-rc {
	  font-size: 20px;
	}
	.ft-re {
		font-size: 18px;
		margin-top: 6px;
	}
	.ft-rp {
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.fantuo .ft-left {
		width: 100%;
		text-align: center;
	}
	.fantuo .ft-right {
		width: 100%;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.fantuo {
		padding: 30px 3% 30px 3%;
	}
	.fantuo .ft-right {
		padding-left: 0;
		margin-top: 10px;
	}
	.ft-rp {
		margin-top: 10px;
		line-height: 1.8;
	}
	.ft-rd {
		padding-top: 15px;
		margin-top: 20px;
	}
	.ft-rd > div {
		line-height: 1.4;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 5px 0;
	}
}

.personal{
	float: left;
	width: 100%;
	padding: 77px 0 132px 0;
}
.personal .per-left,
.personal .per-middle,
.personal .per-right {
	float: left;
}
.personal .per-left {
	width: 25.2%;
	padding-left: 12px;
	padding-right: 12px;
}
.personal .per-left .perL-t1 {
	font-size: 46px;
	margin-top: 50px;
	color: #274a8a;
}
.personal .per-left .perL-t2 {
	font-size: 38px;
	margin-top: 10px;
	color: #999;
}
.personal .per-left ul {
	margin-top: 20px;
}
.personal .per-left ul li,
.personal .per-right ul li {	
	line-height: 20px;
	font-size: 16px;
	padding: 8px 0 8px 18px;
	position: relative;
}
.personal .per-left ul li::after,
.personal .per-right ul li::after {
	width: 10px;
	height: 3px;
	background: #274a8a;
	position: absolute;
	left: 0;
	top: 16px;
	content: "";
}
.personal .per-right ul li::after {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	top: 15px;
}
.personal .per-middle {
	width: 46.3%;
}
.personal .per-middle > img {
	width: 100%;
}
.personal .per-right {
	width: 28.5%;
	padding-left: 45px;
}
.personal .per-right .perR-t1 {
	margin-top: 22px;
}
.personal .per-right .perR-t1 span {
	padding: 0 22px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 22px;
	display: inline-block;
	color: #fff;
	background: #274a8a;
}
.personal .per-right ul {
	margin-top: 24px;
}
@media (max-width: 1440px) {
	.personal .per-left .perL-t1 {
		font-size: 40px;
		margin-top: 40px;
	}
	.personal .per-left .perL-t2 {
		font-size: 32px;
		margin-top: 8px;
	}
	.personal .per-right ul {
		margin-top: 20px;
	}
}
@media (max-width: 1280px) {
	.personal .per-left {
		padding-left: 0;
		padding-right: 30px;
	}
	.personal .per-left .perL-t1 {
		margin-top: 0px;
	}
	.personal .per-right {
		padding-left: 30px;
	}
	.personal .per-right .perR-t1 {
		margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.personal .per-left .perL-t1 {
		font-size: 30px;
	}
	.personal .per-left .perL-t2 {
		font-size: 24px;
		margin-top: 6px;
	}
	.personal .per-left ul {
	margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.personal .per-left,
	.personal .per-middle,	
	.personal .per-right {
		width: 100%;
	}	
	.personal .per-middle {
		margin: 30px 0;
	}
}
@media (max-width: 767px) {
	.personal {
		padding: 30px 3% 30px 3%;
	}
	.personal .per-left {
		padding-right: 0;
	}
	.personal .per-left .perL-t1 {
		font-size: 24px;
	}
	.personal .per-left .perL-t2 {
		font-size: 20px;
		margin-top: 6px;
	}
	.personal .per-left ul li, 
	.personal .per-right ul li {
		font-size: 14px;
	}
	.personal .per-left ul li, 
	.personal .per-right ul li {
		padding: 6px 0 6px 18px;
	}
	.personal .per-left ul li::after {
		top: 14px;
	}
	.personal .per-middle {
		margin: 10px 0;
	}
	.personal .per-right {
		padding-left: 0;
	}
	.personal .per-right .perR-t1 span {
		padding: 0 18px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 16px;
	}
	.personal .per-right ul {
		margin-top: 10px;
	}
	.personal .per-right ul li::after {
		width: 6px;
		height: 6px;
		top: 12px;
	}
}

.team-top {
	margin: 58px 0;
	padding-left: 290px;
	position: relative;
}
.team-top .team-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
}

.team-top .team-right {
	width: 100%;
	font-size: 16px;
	line-height: 36px;
}
.team-top .team-right strong {
	color: #274a8a;
}
.team-list {
	float: left;
	width: 100%;
	padding-bottom: 90px;
}
.team-list ul {}
.team-list ul li {
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
	margin-bottom: 50px;
}
.team-list ul li:nth-child(4n) {
	margin-right: 0;
}
.team-list ul li .img-box {
	padding-bottom: 144.8916408668731%;
}
.team-list ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.team-list ul li:hover .img-box img {	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-list ul li .img-box::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170px;
	background: url(../images/fantuo/bg.png) left bottom no-repeat;
	background-size: 100% auto;
	content: "";
}
.team-list ul li .img-box .team-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	width: 100%;
	padding: 0 24px 30px 24px;
}
.team-list ul li .img-box .team-txt .team-t {
	font-size: 26px;
}
.team-list ul li .img-box .team-txt .team-p {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.2;
}
.team-list .showMorehandle {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.team-list .showMorehandle a,
.honor .showMorehandle a {
	line-height: 56px;
	border-radius: 30px;
	padding: 0 50px;
	font-size: 22px;
	border: 2px solid #274a8a;
	display: inline-block;
	color: #274a8a;
}
@media (max-width: 1440px) {
	.team-top {
	  margin: 48px 0;
	  padding-left: 240px;
	}
	.team-top .team-left {
		width: 240px;
	}
	.team-top .team-right {
		font-size: 14px;
		line-height: 30px;
	}
	.team-list {
	padding-bottom: 80px;
	}
	.team-list ul li .img-box .team-txt {
		padding: 0 20px 24px 20px;
	}
	.team-list ul li .img-box .team-txt .team-t {
	  font-size: 22px;
	}
	.team-list ul li .img-box .team-txt .team-p {
		font-size: 14px;
		margin-top: 10px;
	}
	.team-list .showMorehandle {
		margin-top: 30px;
	}
	.team-list .showMorehandle a,
	.honor .showMorehandle a  {
		line-height: 50px;
		border-radius: 25px;
		padding: 0 40px;
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.team-top {
		padding-left: 200px;
	}
	.team-top .team-left {
		width: 200px;
	}
	.team-top {
	  margin: 40px 0;
	}
	.team-list ul li {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.team-top {
		padding-left: 0;
	}
	.team-top .team-left {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
	}
	.team-top .team-right {
		margin-top: 20px;
	}
	.team-list ul li {
		width: 48%;
		margin-right: 4%;
	}
	.team-list ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.team-list {
		padding-bottom: 30px;
	}
	.team-list .showMorehandle {
		margin-top: 10px;
	}
	.team-list .showMorehandle a,
	.honor .showMorehandle a  {
		line-height: 40px;
		border-radius: 20px;
		padding: 0 30px;
		font-size: 16px;
		border-width: 1px;
	}
	.team-top {
		margin: 30px 0 20px;
		padding: 0 3%;
	}
	.team-top .team-right {
		margin-top: 10px;
	}
	.team-list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.team-list ul li .img-box .team-txt {
		padding: 0 8% 15px 8%;
	}
	.team-list ul li .img-box .team-txt .team-t {
		font-size: 18px;
	}
}

.case{
	float: left;
	width: 100%;
	padding: 60px 0 86px 0;
}
.case-list{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.case-list ul {
	float: left;
	width: 100%;
	margin-top: -66px;
}
.case-list ul li {
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 66px;
}
.case-list ul li:nth-child(3n) {
	margin-right: 0;
}
.case-list ul li .img-box {
	padding-bottom: 62.22222222222222%;
}
.case-list ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.case-list ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.case-list ul li .img-box .case-t,
.case-list ul li .img-box .case-a {
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(39,74,138,0.7);
	color: #fff;
	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;
}

.case-list ul li .img-box .case-t {
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-list ul li:hover .img-box .case-t {
	opacity: 0;
}
.case-list ul li .img-box .case-a {
	/* bottom: -100%; */
	opacity: 0;
	height: 100%;
}
.case-list ul li:hover .img-box .case-a {
	opacity: 1;
	bottom: 0;
}
.case-list ul li .img-box .case-a span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 20px;
	line-height: 48px;
}
@media (max-width: 1440px) {
	.case {
		padding: 50px 0 60px 0;
	}
	.case-list {
		margin-top: 40px;
	}
	.case-list ul {
		margin-top: -50px;
	}
	.case-list ul li {
		margin-top: 50px;
	}
	.case-list ul li .img-box .case-t {
		padding: 0 18px;
		height: 48px;
		line-height: 48px;
	}
	.case-list ul li .img-box .case-a span {
		padding: 0 18px;
		line-height: 42px;
	}
}
@media (max-width: 1199px) {
	.case-list ul {
		margin-top: -25px;
	}
	.case-list ul li {
		margin-top: 25px;
	}
	.case-list ul li .img-box .case-t, 
	.case-list ul li .img-box .case-a {
		font-size: 14px;
	}
	.case-list ul li .img-box .case-a span {
		padding: 0 16px;
		line-height: 38px;
	}
}
@media (max-width: 991px) {
	.case-list ul li {
		width: 48%;
		margin-right: 4%;
	}
	.case-list ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.case-list ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.case {
		padding: 30px 0 30px 0;
	}
	.case-list {
		margin-top: 0px;
	}
	.case-list ul {
		margin-top: 0;
	}
	.case-list ul li {
		width: 100%;
		margin-top: 15px;
	}
}

.bg-f9 {
	background: #f9f9f9;
}
.de-nav {
	float: left;
	width: 100%;
	padding: 48px 0 52px 0;
	font-size: 16px;
	color: #666;
}
.de-nav .deNav-add {
	float: left;
	padding-left: 28px;
	background: url(../images/fantuo/ico-1.png) left center no-repeat;
}
.de-nav .deNav-add a {
	display: inline-block;
	vertical-align: top;
	color: #666;
}
.de-nav .deNav-add a:last-child {
	max-width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.de-nav .deNav-return {
	float: right;
	color: #274a8a;
	padding-left: 32px;
	background: url(../images/fantuo/ico.png) left center no-repeat;
}
.de-nav .deNav-return:hover {
	margin-right: 5px;
}
.ftCaseDe-top{
	float: left;
	width: 100%;
	margin-top: 68px;
	overflow: hidden;
}
.ftCaseDe-top .ftCaseDe-tL {
	float: left;
	width: 66.4%;
}
.ftCaseDe-top .ftCaseDe-tL .ftCaT {
	float: left;
	width: 100%;
}
.ftCaseDe-top .ftCaseDe-tL .ftCaD .slick-slide {
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
}
.ftCaseDe-top .ftCaseDe-tL .ftCaD .slick-slide img {
	display: inline-block;
	filter: grayscale(100%);
}
.ftCaseDe-top .ftCaseDe-tL .ftCaD .slick-slide.slick-current img {
	filter: grayscale(0%);
}
.ftCaseDe-top .ftCaseDe-tL .ftCaD {
	float: left;
	width: 100%;
}
.ftCaseDe-top .ftCaseDe-tR {
	float: left;
	width: 33.6%;
	padding-left: 50px;
}
.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-t {
	font-size: 30px;
	margin-top: 38px;
}
.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-span {
	margin-top: 24px;
}
.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-span span {
	display: inline-block;
	color: #999;
	border: 1px solid #c9c9c9;
	border-radius: 18px;
	line-height: 35px;
	padding: 0 14px;
	font-size: 16px;
}
.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-p {
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.8;
}
.ftCaseDe-top .ftCaseDe-tR #share1 {
	margin-top: 50px;
}
.ftCaseDe-top .ftCaseDe-tR #share1 a {
	margin: 0;
	margin-right: 24px;
	background: #e9e9e9;
	border-color: #e9e9e9;
	width: 41px;
	height: 41px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: 100% 100%!important;
}
.ftCaseDe-top .ftCaseDe-tR #share1 a:last-child {
	margin-right: 0;
}
.ftCaseDe-top .ftCaseDe-tR #share1 .social-share a:before{
	display: none;
}
.ftCaseDe-top .ftCaseDe-tR #share1 .icon-wechat {
	background-image: url(../images/fantuo/ico-5.png) !important;
}
.ftCaseDe-top .ftCaseDe-tR #share1 .icon-weibo {
	background-image: url(../images/fantuo/ico-6.png) !important;
}
.ftCaseDe-top .ftCaseDe-tR #share1 .icon-qq {
	background-image: url(../images/fantuo/ico-7.png) !important;
}
.ftCaseDe-middle {
	float: left;
	width: 100%;
	margin-top: 68px;
	padding-bottom: 80px;
}
.ftCaseDe-Mt {
	color: #00183c;
	font-size: 22px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}
.ftCaseDe-Mp {
	font-size: 16px;
	line-height: 2.2;
	margin-top: 40px;
	color: #666;
	text-indent: 2em;
}
.ftCaseDe-Ma {
	margin-top: 60px;
}
.ftCaseDe-Ma a {
	font-size: 14px;
	padding: 0 28px;
	line-height: 58px;
	max-width: 48%;
	display: inline-block;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ftCaseDe-Ma a:hover {
	background: #274a8a;
	color: #fff;
}
.ftCaseDe-Ma a:nth-child(2) {
	float: right;
}

.ftCaseDe-bottom {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.ftCaseDe-bottom .ftCaseDe-Bt {
	font-size: 22px;
	line-height: 62px;
	padding: 0 26px;
	color: #274a8a;
	background: #f9f9f9;
}
.ftCaseDe-bottom .ftCaseDe-Bul {
	font-size: 0;
	padding: 0 52px;
	margin-top: 44px;
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-arrow {
	margin-top: -17px;
	width: 17px;
	height: 33px;
	background-repeat: no-repeat!important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-arrow.slick-prev {
	left: 0;
	background: url(../images/fantuo/left1.png);
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-arrow.slick-next {
	right: 0;
	background: url(../images/fantuo/right1.png);
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-list {
	margin: 0 -22px;
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-slide {
	padding: 0 22px;
}
.ftCaseDe-bottom .ftCaseDe-Bul .img-box {
	padding-bottom: 59.20398009950249%;
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-slide .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;
}
.ftCaseDe-bottom .ftCaseDe-Bul .slick-slide:hover .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.ftCaseDe-bottom .ftCaseDe-Bul p {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1199px) {
	.de-nav {
		padding: 28px 0 28px 0;
		font-size: 14px;
	}
	.ftCaseDe-top {
		margin-top: 48px;
	}
	.ftCaseDe-top .ftCaseDe-tR {
		padding-left: 40px;
	}
	.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-t {
		font-size: 24px;
		margin-top: 28px;
	}
	.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-span {
		margin-top: 18px;
	}
	.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-span span {
		border-radius: 14px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
	}
	.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-p {
		margin-top: 8px;
		font-size: 16px;
		line-height: 1.6;
	}
	.ftCaseDe-top .ftCaseDe-tR #share1 {
		margin-top: 30px;
	}
	.ftCaseDe-top .ftCaseDe-tR #share1 a {
		margin-right: 18px;
	}
	.ftCaseDe-middle {
		margin-top: 48px;
		padding-bottom: 60px;
	}
	.ftCaseDe-Mt {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.ftCaseDe-Mp {
		font-size: 14px;
		line-height: 2;
		margin-top: 30px;
	}
	.ftCaseDe-Ma {
		margin-top: 40px;
	}
	.ftCaseDe-Ma a {
		line-height: 48px;
		padding: 0 20px;
	}
	.ftCaseDe-bottom .ftCaseDe-Bt {
		font-size: 18px;
		line-height: 48px;
	}
	.ftCaseDe-bottom .ftCaseDe-Bul .slick-list {
		margin: 0 -15px;
	}
	.ftCaseDe-bottom .ftCaseDe-Bul .slick-slide {
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.ftCaseDe-top .ftCaseDe-tL,
	.ftCaseDe-top .ftCaseDe-tR {
		width: 100%;
	}
	.ftCaseDe-top .ftCaseDe-tR {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.de-nav {
		padding: 20px 0 20px 0;
	}
	.de-nav .deNav-add {
		display: none;
	}
	.ftCaseDe-top {
	  margin-top: 30px;
	}
	.ftCaseDe-top .ftCaseDe-tL .ftCaD .slick-slide {
		padding: 0 5px;
	}
	.ftCaseDe-top .ftCaseDe-tR .ftCaseDe-tR-t {
		font-size: 20px;
		margin-top: 20px;
	}
	.ftCaseDe-top .ftCaseDe-tR #share1 {
	  margin-top: 20px;
	}
	.ftCaseDe-middle {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.ftCaseDe-Mp {
		margin-top: 20px;
	}
	.ftCaseDe-Ma {
	  margin-top: 20px;
	}
	.ftCaseDe-Ma a {
		max-width: 100%;
		width: 100%;
		line-height: 40px;
	}
	.ftCaseDe-Ma a:nth-child(2) {
	  float: left;
	}
	.ftCaseDe-bottom .ftCaseDe-Bt {
		font-size: 16px;
		line-height: 44px;
		padding: 0 10px;
	}
	.ftCaseDe-bottom .ftCaseDe-Bul {
		padding: 0 50px;
		margin-top: 20px;
	}
	.ftCaseDe-bottom .ftCaseDe-Bul .slick-slide {
	  padding: 0 0px;
	}
	.ftCaseDe-bottom {
		padding-bottom: 30px;
	}
}


.bg-274a8a{
	background: #274a8a;
}
.about-top {
	float: left;
	width: 100%;
}
.about-top .abT-left {
	float: left;
	width: 45%;
	color: #fff;
	padding-right: 120px;
}
.about-top .abT-left .abT-Lt {
	font-size: 38px;
	margin-top: 98px;
}
.about-top .abT-left .abT-Lp {
	font-size: 16px;
	line-height: 2.2;
	margin-top: 46px;
}
.about-top .abT-left .abT-La {
	margin-top: 60px;
}
.about-top .abT-left .abT-La a {
	line-height: 18px;
	padding-right: 32px;
	display: inline-block;
	color: #fff;
	background: url(../images/about/down.png) right center no-repeat;
}
.about-top .abT-right {
	float: left;
	width: 55%;
}
.about-top .abT-right img {
	max-width: none;
}

.about-1{
	float: left;
	width: 100%;
	padding: 92px 0 48px 0;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.about-1 .ab1-left {
	float: left;
	width: 57.8%;
}
.about-1 .ab1-right {
	float: left;
	width: 42.2%;
	text-align: right;
}

.ab-t {
	font-size: 34px;
	color: #274a8a;
}
.ab-p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.about-1 .ab1-right .ab1-li{
	display: inline-block;
	position: relative;
	text-align: center;
	margin-left: 138px;
}
.about-1 .ab1-right .ab1-li::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -70px;
	background-image: linear-gradient(#f9f9f9, #e0e0e0, #f9f9f9);
	width: 1px;
	height: 100px;
	content: "";
}
.about-1 .ab1-right .ab1-li:first-child::after {
	display: none;
}
.about-1 .ab1-right .ab1-li:first-child {
	margin-left: 0;
}
.about-1 .ab1-right .ab1-li .ab1Li-num {
	font-size: 80px;
	font-family: 'BarlowCondensed-SemiBold';
	color: #274a8a;
}
.about-1 .ab1-right .ab1-li p {
	font-size: 16px;
	margin-top: 18px;
	color: #999;
}

.about-2 {
	float: left;
	width: 100%;
	padding: 68px 0 104px 0;
}
.about-2 .ab2-img {
	float: left;
	width: 46.4%;
}
.about-2 .ab2-text{
	float: left;
	width: 53.6%;
	padding-left: 42px;
	padding-top: 52px;
}
@media (max-width: 1366px) {
	.about-top .abT-left {
		padding-left: 3%;
		padding-right: 6%;
	}
	.about-top .abT-left .abT-Lt {
		font-size: 30px;
	}
	.about-top .abT-left .abT-Lp {
		line-height: 2;
	}
	.ab-t {
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.bg-274a8a {
		background: none;
	}
	.about-top {
		margin-top: 30px;
	}
	.about-top .abT-left {
		width: 100%;
		background: #274a8a;
		padding: 30px 6%;
	}
	.about-top .abT-left .abT-Lt {
		margin-top: 0;
	}
	.about-top .abT-right {
		width: 100%;
	}
	.about-top .abT-right img{
		max-width: 100%;
	}
	.about-1 .ab1-left,
	.about-1 .ab1-right,
	.about-2 .ab2-img,
	.about-2 .ab2-text {
		width: 100%;
	}
	.about-1 {
		padding: 30px 0 30px 0;
	}
	.about-1 .ab1-right {
		text-align: center;
	}
	.about-2 .ab2-img {
		text-align: center;
	}
	.about-2 .ab2-text {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.about-top .abT-left {
		padding: 30px 6%;
	}
	.about-top .abT-left .abT-Lt {
		font-size: 18px;
	}
	.about-top .abT-left .abT-Lp {
		font-size: 14px;
		margin-top: 20px;
	  line-height: 1.8;
	}
	.about-top .abT-left .abT-La {
	  margin-top: 20px;
	}
	.ab-p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.ab-t {
	  font-size: 18px;
	}
	.about-1 .ab1-right {
		margin-top: 20px;
	}	
	.about-1 .ab1-right .ab1-li {
		margin-left: 30px;
	}
	.about-1 .ab1-right .ab1-li .ab1Li-num {
	  font-size: 30px;
	}
	.about-1 .ab1-right .ab1-li p {
		font-size: 14px;
		margin-top: 10px;
	}
	.about-1 .ab1-right .ab1-li::after {
		left: -15px;
		width: 1px;
		height: 40px;
	}
	.about-2 {
	  padding: 30px 0 30px 0;
	}
	.about-2 .ab2-text {
		padding-top: 30px;
	}
}

.z-100 {
	position: relative;
	z-index: 100;
}
.culture {
	float: left;
	width: 100%;
	padding: 68px 4.1% 86px 4.1%;
}
.culture .cul-left {
	float: left;
	width: 22.7%;
}
.culture .cul-left .cul-Lt {
	position: relative;
}
.culture .cul-left .cul-Lt::after,
.culture .cul-left .cul-Lt::before {
	position: absolute;
	top: -124px;
	left: 50%;
	width: 3px;
	height: 93px;
	background: #274a8a;
	content: "";
}
.culture .cul-left .cul-Lt::before {
	top: auto;
	bottom: -124px;
}
.culture .cul-left .cul-Lt p {
	font-family: 'AvantGardeITCbyBT-Demi';
	position: absolute;
	left: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	bottom: 24px;
	font-size: 40px;
}
.culture .cul-left .cul-Ld {
	padding-top: 160px;
	padding-bottom: 422px;
	color: #274a8a;
	font-family: 'AvantGardeITCbyBT-Demi';
	position: relative;
}
.culture .cul-left .cul-Ld .cul-Ld1 {
	font-size: 50px;
}
.culture .cul-left .cul-Ld .cul-Ld2 {
	font-size: 44px;
	margin-top: 8px;
}
.culture .cul-left .cul-Ld::after {
	position: absolute;
	left: 50%;
	bottom: -0px;
	background: #274a8a;
	content: "";
	width: 3px;
	height: 372px;
}

.culture .cul-right {
	float: right;
	width: 68%;
}
.culture .cul-right .cul-rt {
	font-size: 34px;
	color: #274a8a;
}
.culture .cul-right .cul-rp {
	font-size: 16px;
	line-height: 2.2;
	margin-top: 30px;
	color: #666;
}
.culture .cul-right .cul-rList {
	margin-top: 18px;
}
.culture .cul-right .cul-rList ul {
	
}
.culture .cul-right .cul-rList ul li {
	margin-top: 32px;
	position: relative;
}
.culture .cul-right .cul-rList ul li .cul-r-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 0 42px 42px 42px;
}
.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-t {
	font-size: 36px;
}
.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-p {
	font-size: 32px;
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.culture {
	  padding: 48px 3% 60px 3%;
	}
	.culture .cul-left .cul-Lt::after, .culture .cul-left .cul-Lt::before {
		top: -100px;
		width: 2px;
		height: 80px;
	}
	.culture .cul-left .cul-Lt p {
		bottom: 20px;
		font-size: 28px;
	}
	.culture .cul-left .cul-Lt::before {
		top: auto;
		bottom: -100px;
	}
	.culture .cul-left .cul-Ld {
		padding-top: 120px;
		padding-bottom: 220px;
	}
	.culture .cul-left .cul-Ld::after {
		width: 2px;
		height: 200px;
	}
	.culture .cul-left .cul-Ld .cul-Ld1 {
		font-size: 40px;
	}
	.culture .cul-left .cul-Ld .cul-Ld2 {
		font-size: 34px;
		margin-top: 5px;
	}
	.culture .cul-right .cul-rt {
	  font-size: 28px;
	}
	.culture .cul-right .cul-rp {
		font-size: 14px;
		line-height: 2;
		margin-top: 20px;
	}
	.culture .cul-right .cul-rList ul li {
	  margin-top: 20px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt {
	  padding: 0 30px 30px 30px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-t {
		font-size: 24px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-p {
		font-size: 20px;
		margin-top: 16px;
	}
}
@media (max-width: 767px) {
	.culture .cul-left {
		display: none;
		width: 100%;
	}
	.culture .cul-left .cul-Lt {
		text-align: center;
	}
	.culture .cul-left .cul-Ld {
		text-align: center;
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.culture .cul-left .cul-Ld::after {
		width: 2px;
		height: 100px;
	}
	.culture .cul-right {
		width: 100%;
	}
	.culture {
	  padding: 30px 3% 30px 3%;
	}
	.culture .cul-right .cul-rt {
	  font-size: 22px;
	}
	.culture .cul-right .cul-rp {
		margin-top: 10px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt {
	  padding: 0 15px 15px 15px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-t {
	  font-size: 18px;
	}
	.culture .cul-right .cul-rList ul li .cul-r-txt .cul-r-p {
		font-size: 16px;
		margin-top: 10px;
	}
}

.honor {
	float: left;
	width: 100%;
	padding: 46px 0 88px 0;
}
.honor .waterfall {
	float: left;
	width: 100%;
	margin-top: 45px;
}
.honor .col-xs-6 {
  margin: 15px 0px;
}
.honor .col-xs-6 .item {
	display: block!important;
	margin: 15px 0;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}
.honor .col-xs-6 .item 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 .col-xs-6 .item:hover img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.honor .showMorehandle{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 90px;
}
@media (max-width: 991px) {
	.honor .waterfall{
		margin-top: 20px;
	}
	.honor .showMorehandle {
	  margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.honor {
	  padding: 30px 0 30px 0;
	}
	.honor .waterfall {
		margin-top: 30px;
	}
	.honor .row {
		margin: -5px 0px;
	}
	.honor .col-xs-6 {
		margin: 5px 0px;
	}
	.honor .padding {
		padding: 0 5px;
	}	
	.honor .showMorehandle {
	  margin-top: 20px;
	}
}



/*发展历程*/
.history {
	float: left;
	width: 100%;
	margin-top: 46px;
	margin-bottom: 80px;
	overflow: hidden;
}
.his-ul {
	margin-top: 70px;
	float: left;
	width: 100%;
	position: relative;
}
.his-ul::after {
	position: absolute;
	top: 9px;
	left: 0;
	z-index: -1;
	width: 100%;
	border-top: 1px dashed #959595;
	content: "";
}
.his-ul .slick-arrow {
	position: absolute;
	top: -15px;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 100%;
	border: 1px dashed #1a3f8f;
	z-index: 99;
}
.his-ul .slick-arrow.slick-prev {
	left: 0;
	background:#fff url(../images/about/left1.png) center no-repeat;
}
.his-ul .slick-arrow.slick-next {
	right: 0;
	background:#fff url(../images/about/right1.png) center no-repeat;
}
.his-ul .his-li {
	float: left;
	padding: 0 14px;
}
.his-ul .his-li .his-li-con {
	float: left;
	width: 100%;
	background: #fff;
}
.his-ul .his-li .his-li-zs {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	position: relative;
}
.his-ul .his-li .his-li-zs::before {
	position: absolute;
	left: 50%;
	top: 0;
	border-left: 1px dashed #081c84;
	height: 100%;
	content: "";
}
.his-ul .his-li .his-li-zs span {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	border: 1px dashed #081c84;
	padding: 3px;
	background: #f2f2f2;
	/* background: #1a3f8f; */
} 
.his-ul .his-li .his-li-zs span::after {
	position: absolute;
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	background: #1a3f8f;
	border-radius: 100%;
	content: "";
}
.his-ul .his-li .his-li-time {
	float: left;
	width: 100%;
	text-align: center;
}
.his-ul .his-li .his-li-time span {
	font-family: 'AvantGardeITCbyBT-Book';
	display: inline-block;
	width: 290px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	text-align: center;
	background: #1a3f8f;
	font-size: 32px;
	color: #fff;
}
.his-ul .his-li .his-li-pic {
	float: left;
	width: 100%;
	margin-top: 32px;
	border: 1px solid #e7e7e7;
}
.his-ul .his-li .his-li-pic a {
	padding-bottom: 51.98776758409786%;
}
.his-ul .his-li .his-li-pic a img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.his-ul .his-li:hover .his-li-pic a img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.his-ul .his-li .his-li-text {
	float: left;
	width: 100%;
	padding: 20px 0 10px 10px;
	background: #fff;
}
.his-ul .his-li .his-li-text .his-li-text-p {
	float: left;
	width: 100%;
	line-height: 2;
	margin-top: 6px;
	font-size: 16px;
	color: #666;
}
@media (max-width: 1440px) {
	.history {
		margin-top: 44px;
		margin-bottom: 85px;
	}
	.his-ul .his-li .his-li-time span {
		font-size: 28px;
	}
	.his-ul .his-li .his-li-text .his-li-text-p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.history {
		margin-top: 24px;
		margin-bottom: 25px;
	}
	.his-ul {
		margin-top: 40px;
	}
	.his-ul .his-li .his-li-time span {
		width: 240px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.his-ul .his-li {
		padding: 0;
	}
	.his-ul .his-li .his-li-pic {
		margin-top: 15px;
	}
	.his-ul .his-li .his-li-text {
	  padding: 10px 3% 10px 3%;
	}
	.his-ul .his-li .his-li-text .his-li-text-p {
		line-height: 24px;
		margin-top: 4px;
		font-size: 14px;
	}
}

.contact,
.contact .con-1,
.contact .con-1 .con1-con,
.contact .con-2 {
	float: left;
	width: 100%;
}

.contact {
	padding-bottom: 80px;
}
.contact .con-1,
.contact .con-2 {
	margin-top: 64px;
}
.contact .con-1 .con1-con {
	margin-top: 32px;
	background: #f8f8f8;
}
.contact .con-1 .con1-map,
.contact .con-1 .con1-text {
	float: left;
	width: 50%;
}
.contact .con-1 .con1-map {
	height: 376px;
}
.map {
	width: 100%;
	height: 100%;
}
.contact .con-1 .con1-text {
	padding: 66px 64px 0;
}
.contact .con-1 .con1-text .con1-t {
	border-bottom: 1px solid #c4c4c4;
}
.contact .con-1 .con1-text .con1-t span {
	position: relative;
	display: inline-block;
	color: #274a8a;
	font-weight: bold;
	padding-bottom: 26px;
	font-size: 30px;
}
.contact .con-1 .con1-text .con1-t span::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #274a8a;
	content: "";
}
.contact .con-1 .con1-text .con1-d {
	line-height: 24px;
	margin-top: 15px;
	font-size: 16px;
}
.contact .con-1 .con1-text .con1-d > div {
	margin-top: 24px;
	background-position: left center; 
	padding-left: 38px;
}
.contact .con-1 .con1-text .con1-d .tel {
	background: url(../images/contact/ico-1.png) no-repeat;
}
.contact .con-1 .con1-text .con1-d .email {
	background: url(../images/contact/ico-2.png) no-repeat;
}
.contact .con-1 .con1-text .con1-d .add {
	background: url(../images/contact/ico-3.png) no-repeat;
}

.contact .con-2 .con2-form {
	float: left;
	width: 100%;
	margin-top: 34px;
	font-size: 16px;
}
.contact .con-2 .con2-form input[type="text"] {
	float: left;
	width: 48.4%;
	line-height: 73px;
	margin-top: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #dcdcdc;
}
.contact .con-2 .con2-form input[type="text"].float {
	float: right;
}
.contact .con-2 .con2-form textarea {
	float: left;
	width: 100%;
	height: 170px;
	padding-top: 60px;
	border-bottom: 1px solid #dcdcdc;
}
.contact .con-2 .con2-form input[type="submit"] {
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #274a8a;
	-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;
}
.contact .con-2 .con2-form input[type="submit"]:hover {
	opacity: 0.9;
}
.contact .con-2 .con2-form .right {
	margin-top: 50px;
	float: left;
	width: 100%;
	text-align: right;
}
.contact .con-2 .con2-form input[type=text].focus,
.contact .con-2 .con2-form textarea.focus {
	border-bottom: 1px solid #274a8a;
}
.contact .con-2 .con2-form input[type=text].focus::input-placeholder,
.contact .con-2 .con2-form textarea.focus::input-placeholder { 
	color: #274a8a;
}
.contact .con-2 .con2-form input[type=text].focus::-webkit-input-placeholder,
.contact .con-2 .con2-form textarea.focus::-webkit-input-placeholder { 
	color: #274a8a;
}
.contact .con-2 .con2-form input[type=text].focus:-moz-placeholder,
.contact .con-2 .con2-form textarea.focus:-moz-placeholder { 
	color: #274a8a;
}
.contact .con-2 .con2-form input[type=text].focus::-moz-placeholder,
.contact .con-2 .con2-form textarea.focus::-moz-placeholder { 
	color: #274a8a;
}
.contact .con-2 .con2-form input[type=text].focus::-ms-input-placeholder,
.contact .con-2 .con2-form textarea.focus::-ms-input-placeholder { 
	color: #274a8a;
}
@media (max-width: 1199px) {
	.contact {
	  padding-bottom: 60px;
	}
	.contact .con-1, .contact .con-2 {
	  margin-top: 48px;
	}
	.contact .con-1 .con1-text {
	  padding: 56px 40px 0;
	}
	.contact .con-1 .con1-text .con1-t span {
		padding-bottom: 20px;
		font-size: 24px;
	}
	.contact .con-1 .con1-text .con1-d > div {
		margin-top: 20px;
		padding-left: 30px;
	}
	.contact .con-2 .con2-form input[type="text"] {
		line-height: 60px;
		margin-top: 12px;
	}
	.contact .con-2 .con2-form textarea {
		height: 160px;
		padding-top: 40px;
	}
	.contact .con-2 .con2-form .right {
	  margin-top: 40px;
	}
	.contact .con-2 .con2-form input[type="submit"] {
		width: 160px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.contact .con-1 .con1-map, 
	.contact .con-1 .con1-text {
		width: 100%;
	}
	.contact .con-1 .con1-text {
	  padding: 40px 40px;
	}
}
@media (max-width: 767px) {
	.contact .con-1, .contact .con-2 {
	  margin-top: 30px;
	}
	.contact .con-1 .con1-con {
	  margin-top: 20px;
	}
	.contact .con-1 .con1-map {
	  height: 300px;
	}
	.contact .con-1 .con1-text {
	  padding: 30px 20px;
	}
	.contact .con-1 .con1-text .con1-t span {
		padding-bottom: 14px;
		font-size: 18px;
	}
	.contact .con-1 .con1-text .con1-d > div {
		margin-top: 10px;
		padding-left: 28px;
		font-size: 14px;
		line-height: 20px;
	}
	.contact .con-2 .con2-form {
		margin-top: 10px;
		font-size: 14px;
	}
	.contact .con-2 .con2-form input[type="text"] {
		width: 100%;
		line-height: 40px;
		margin-top: 10px;
	}
	.contact .con-2 .con2-form textarea {
		height: 120px;
		padding-top: 20px;
		line-height: 1.8;
	}
	.contact .con-2 .con2-form .right {
	  margin-top: 20px;
	}
	.contact {
	  padding-bottom: 40px;
	}
	.contact .con-2 .con2-form input[type="submit"] {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

.item-project {
	float: left;
	width: 100%;
	padding: 64px 0 84px 0;
}
.item-project .item-list,
.item-project .item-list ul, 
.item-project .item-list ul li {
	float: left;
	width: 100%;
}
.item-project .item-list ul li {
	background: #f8f8f8;
	position: relative;
	margin-top: 40px;
}
.item-project .item-list ul li > span,
.item-project .item-list ul li .item-txt {
	float: left;
	width: 50%;
}
.item-project .item-list ul li:nth-child(2n) > span {
	float: right;
}
.item-project .item-list ul li > span .img-box {
	padding-bottom: 51.42857142857143%;
}
.item-project .item-list ul li > span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.item-project .item-list ul li:hover > span .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.item-project .item-list ul li .item-txt .item-con {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	padding: 0 56px;
}
.item-project .item-list ul li .item-txt .item-con .item-t a {
	font-size: 30px;
	color: #010101;
}
.item-project .item-list ul li .item-txt .item-con .item-p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 24px;
}
.item-project .item-list ul li .item-txt .item-con .item-a a {
	margin-top: 28px;
	line-height: 35px;
	border-radius: 16px;
	padding: 0 24px;
	display: inline-block;
	background: #acacac;
	color: #fff;
}
.item-project .item-list ul li:hover .item-txt .item-con .item-t a {
	color: #274a8a;
}
.item-project .item-list ul li:hover .item-txt .item-con .item-a a {
	background: #274a8a;
}
@media (max-width: 1440px) {
	.item-project .item-list ul li .item-txt .item-con {
		padding: 0 40px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-t a {
		font-size: 24px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-p {
		font-size: 14px;
		margin-top: 20px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-a a {
		margin-top: 20px;
		line-height: 32px;
		border-radius: 16px;
		padding: 0 20px;
	}
}
@media (max-width: 1199px) {
	.item-project .item-list ul li {
		margin-top: 30px;
	}
	.item-project .item-list ul li .item-txt .item-con {
	  padding: 0 30px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-t a {
	  font-size: 20px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-p {
		line-height: 1.6;
		margin-top: 15px;
	}
	.item-project .item-list ul li .item-txt .item-con .item-a a {
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.item-project .item-list ul li > span,
	.item-project .item-list ul li .item-txt {
		width: 100%;
	}
	.item-project .item-list ul li .item-txt .item-con {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		width: 100%;
		padding: 30px 3%;
	}
}
@media (max-width: 767px) {
	.item-project {
	  padding: 30px 0 30px 0;
	}
	.item-project .item-list ul li {
		margin-top: 20px;
	}
	.item-project .item-list ul li .item-txt .item-con {
		padding: 20px 5%;
	}
}


.news {
	float: left;
	width: 100%;
	padding: 48px 0 100px 0;
}
.news-list {
	margin-top: 45px;
}
.news-list,
.news-list ul,
.news-list ul li,
.news-list ul li .newsLi-con {
	float: left;
	width: 100%;
}
.news-list ul li {
	padding: 38px 48px 38px 34px;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-list ul li:hover {
	background: #f9f9f9;
}
.news-list ul li .newsLi-con {
	position: relative;
}
.news-list ul li .newsLi-con > span {
	float: left;
	width: 31.1%;
}
.news-list ul li .newsLi-con > span .img-box {
	padding-bottom: 54.39024390243902%;
}
.news-list ul li .newsLi-con > span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-list ul li:hover .newsLi-con > span .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news-list ul li .newsLi-con .newsLi-txt {
	float: left;
	width: 68.9%;
	padding-left: 38px;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-t {
	float: left;
	width: 100%;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-t a {
	font-size: 24px;
	margin-top: 22px;
	display: block;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-time {
	float: left;
	width: 100%;
	margin-top: 24px;
	font-size: 16px;
	color: #999;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-p {
	float: left;
	width: 100%;
	font-size: 16px;
	height: 64px;
	line-height: 32px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-a {
	float: left;
	width: 100%;
	margin-top: 38px;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-a a {
	padding-left: 24px;
	font-size: 16px;
	display: inline-block;
	width: 100px;
	color: #274a8a;
	position: relative;
	transition: all 0.6s ease-out 0s;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-a a::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 6px;
	background: #274a8a;
	content: "";
}
.news-list ul li:hover .newsLi-con .newsLi-txt .newsLi-a a {
	width: 100%;
}
.news-list ul li .newsLi-con .newsLi-txt .newsLi-a a span {
	float: right;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	padding-left: 10px;
}
@media (max-width: 1400px) {
	.news-list {
	  margin-top: 40px;
	}
	.news-list ul li {
	  padding: 28px 24px 28px 24px;
	}
	.news-list ul li .newsLi-con .newsLi-txt {
		padding-left: 30px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-t a {
		font-size: 20px;
		margin-top: 20px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-time {
		margin-top: 22px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-a {
		margin-top: 30px;
	}
}
@media (max-width: 1199px) {
	.news-list ul li .newsLi-con > span {
		width: 34%;
	}
	.news-list ul li .newsLi-con .newsLi-txt {
		width: 66%;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-t a {
		font-size: 18px;
		margin-top: 14px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-time {
	  margin-top: 18px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-p {
		margin-top: 4px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-a {
	  margin-top: 12px;
	}
}
@media (max-width: 991px) {
	.news {
	  padding: 30px 0 50px 0;
	}
	.news-list {
	  margin-top: 20px;
	}
	.news-list ul li {
	  padding: 20px 16px;
	}
	.news-list ul li .newsLi-con .newsLi-txt {
	  padding-left: 20px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-t a {
		margin-top: 5px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-time {
		margin-top: 10px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-a {
	  margin-top: 8px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-a a {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.news-list ul li .newsLi-con > span,
	.news-list ul li .newsLi-con .newsLi-txt {
		width: 100%;
	}
	.news {
	  padding: 30px 2% 30px 2%;
	}
	.news-list {
	  margin-top: 0px;
	}
	.news-list ul li {
		padding: 0px 0px;
		margin-top: 20px;
	}
	.news-list ul li .newsLi-con .newsLi-txt {
		padding: 20px;
	}
	.news-list ul li .newsLi-con .newsLi-txt .newsLi-t a {
		margin-top: 0;
	}
}

.news-details {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 66px 0 122px 0;
}
.news-details .ftCaseDe-Ma {
	float: left;
	width: 100%;
	margin-top: 0;
}
.newsDe-h1 {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
.newsDe-fun {
	line-height: 22px;
	margin-top: 44px;
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.newsDe-fun .newsDe-fun-right {
	float: right;
}
.newsDe-fun .newsDe-fun-right a {
	width: 90px;
	height: 22px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #ddd;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.newsDe-fun .newsDe-fun-right a:first-child {
	border-left: 0;
}
.newsDe-fun .newsDe-fun-right a.switcher-small {
	background-image: url(../images/news/ico-3.png);
}
.newsDe-fun .newsDe-fun-right a.switcher-bigger {
	background-image: url(../images/news/ico-4.png);
}
.news-details .newsDe-con {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding: 64px 0 106px 0;
}
.news-details .newsDe-con .newsDe-left {
	float: left;
	width: 70%;
	padding-right: 50px;
	border-right: 1px solid #f0f0f0;
}
.news-details .text {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 2.2;
}
.news-details .newsDe-con .newsDe-right {
	float: left;
	width: 30%;
	padding-left: 52px;
}
.news-details .newsDe-right .newsDeR-t {
	font-size: 22px;
	padding-left: 10px;
	border-left: 3px solid #274a8a;
	color: #274a8a;
}
.news-details .newsDe-right .newsDeR-list {} 
.news-details .newsDe-right .newsDeR-list li {
	margin-top: 30px;
} 
.news-details .newsDe-right .newsDeR-list li .img-box {
	padding-bottom: 54.6448087431694%;
}
.news-details .newsDe-right .newsDeR-list 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;
}
.news-details .newsDe-right .newsDeR-list li:hover .img-box img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news-details .newsDe-right .newsDeR-list li p {
	line-height: 36px;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;
}
@media (max-width: 1440px) {
	.news-details {
	  padding: 48px 0 100px 0;
	}
	.newsDe-h1 {
	  font-size: 20px;
	}
	.newsDe-fun {
		margin-top: 34px;
		padding: 15px 0;
		font-size: 14px;
	}
	.news-details {
	    padding: 36px 0 60px 0;
	}
	.news-details .newsDe-con {
	  padding: 40px 0 60px 0;
	}
	.news-details .newsDe-con .newsDe-left {
		padding-right: 36px;
	}
	.news-details .newsDe-con .newsDe-right {
		padding-left: 36px;
	}
}
@media (max-width: 991px) {
	.news-details .newsDe-con .newsDe-left,
	.news-details .newsDe-con .newsDe-right {	
		width: 100%;
		padding: 0;
	}
	.news-details .newsDe-con .newsDe-right {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.news-details {
	  padding: 30px 3% 30px 3%;
	}
	.newsDe-h1 {
	  font-size: 18px;
	}
	.newsDe-fun {
		margin-top: 14px;
		padding: 10px 0;
	}
	.newsDe-fun .newsDe-fun-right a {
		width: 60px;
	}
	.news-details .newsDe-con {
	  padding: 20px 0 20px 0;
	}
	.news-details .text {
		font-size: 14px;
		line-height: 1.8;
	}
	.news-details .newsDe-right .newsDeR-t {
		font-size: 18px;
		padding-left: 8px;
		border-left-width: 2px; 
	}
	.news-details .newsDe-right .newsDeR-list li {
	  margin-top: 15px;
	}
	.news-details .newsDe-right .newsDeR-list li p {
		line-height: 30px;
		margin-top: 8px;
		font-size: 14px;
	}
}