@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: 'impact';
	src: url('../fonts/impact.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', '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;
}
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;
}
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;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.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%;
	/* position: relative; */
	/* z-index: 999; */
}
.w-1680 {
	width: 1680px;
	margin: 0 auto;
}
@media (max-width: 1680px) {
	.w-1680 {
		width: 100%;
		padding: 0 3%;
	}
}

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

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1240px) {
	.w-1200 {
		width: 100%;
		padding: 0 3%;
	}
}

/*二维码*/
.bd_weixin_popup{
	width: 260px!important;
	height: 310px!important;
}
/*地图多余*/
.BMapLabel{
	display: none;
}
/*视频*/
.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;
}
*[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;	
	}
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.relative{
	position: relative;
}

.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo {
	float: left;
	margin-top: 16px;
}
.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;
	margin-left: 7.14%;
}
@media (max-width: 1440px) {
	.header .logo{
		margin-top: 20px;
	}
	.header .logo img{
		height: 36px;
	}
}
@media (max-width: 1280px) {
	.header .logo{
		margin-top: 22px;
	}
	.header .logo img{
		height: 30px;
	}
}
@media (max-width: 1199px) {
	.header .logo img{
		height: 40px;
	}
}
@media (max-width: 767px) {
	.header .logo img{
		height: 24px;
	}
}

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 82px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: rgba(0, 114, 191, 0.6);
	background: #fff;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
}



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

.header.fixed-header {
	/* background: #fff; */
	/* 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: 5px 0 5px rgba(0,0,0,0.5); */
}
.header.fixed-header .nav .nav-list1>li>a {
	/* color: #333; */
}
.header.fixed-header .nav .nav-list2 a,
.header.fixed-header .nav .nav-list3 a {
	color: #fff;
}
.header.fixed-header .nav .nav-list1 .nav-list2 a .nav-li2-p .nav-li2-p1 {
	color: #fff;
	-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.fixed-header .nav .nav-list1 .nav-list2 a .nav-li2-p .nav-li2-p2 {
	color: #fff;
	-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;
}

@media (max-width: 767px) {
	.header {
		height: 58px;
	}
	.header .logo {
	  margin-top: 18px;
	}
	.header .logo img {
		/* height: 70px; */
	}
	
	
}
.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 10px;
	}
	.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 {
		margin-left: 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: 30px;
	height: 3px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1256b0;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #1256b0;
}

.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;
		margin-right: 120px;
	}
}
@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		margin-top: 0;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(18, 86, 176, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	
}
@media (max-width: 1680px) {
	.header .nav {
		margin-left: 0%;
	}
}
@media (max-width: 1440px) {
	.header .nav {
		margin-left: 0%;
	}
}
@media (max-width: 1366px) {
	.header .nav{
		margin-right: 60px;
	}
}
@media (max-width: 1280px) {
	.header .nav{
		margin-right: 10px;
	}
}
@media (max-width: 1199px) {
	.header .nav {
		margin-left: 0%;
		margin-top: 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;
		position: relative;
		text-align: center;
	}
	.header .nav .nav-list1>li>a {
		display: block;
		float: left;
		font-size: 16px;
		line-height: 82px;
		padding: 0 22px;
		position: relative;
		z-index: 2;
		color: #333;
		background-image: none;
		position: relative;
	}
	.header .nav .nav-list1>li>a:hover {
		opacity: 0.8;
	}
	.header .nav .nav-list1>li.lang{
		padding: 30px 22px;
	}
	.header .nav .nav-list1>li.lang>a{
		padding: 0;
	}
	.header .nav .nav-list1>li.lang>a.dis {
		width: 42px;
		height: 24px;
		line-height: 24px;
		background: #fff;
		border: 1px solid #ddd;
		text-align: center;
		color: #666666;
		font-size: 12px;
	}
	.header .nav .nav-list1>li.lang .dis.on {
		height: 24px;
		background: #f08519;
		border: 1px solid #f08519;
		color: #ffffff;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		display: none;
		left: 0;
		top: 100%;
		width: 230px;
		background: rgba(0, 114, 191, 0.6);
		background: #fff;
	}
	.header .nav .nav-list1 .nav-list2 a {
		float: left;
		width: 100%;
		position: relative;
		line-height: 36px;
		padding: 4px 24px;
		font-size: 14px;
		text-align: left;
		color: #333;
	}
	.header .nav .nav-list1 .nav-list2 li {
		float: left;
		width: 100%;
	}
	.header .nav .nav-list1 .nav-list2 li a:hover {
		background: #1256b0;
		color: #fff;
	}	
}
@media (max-width: 1820px) {
	.header .nav .nav-list1>li>a {
		padding: 0 20px;
	}
	.header .nav .nav-list1 .nav-list2 a {
		padding: 4px 20px;
	}
}
@media (max-width: 1880px) {
	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
}
@media (max-width: 1680px) {
	.header .logo {
		margin-left: 4.6%;
	}
	.header .nav .nav-list1>li>a {
		/* font-size: 14px; */
		padding: 0 10px;
	}
	
}
@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a {
		/* font-size: 12px; */
		padding: 0 10px;
	}
}
@media (max-width: 1560px) {
	.header .nav .nav-list1>li>a {
		padding: 0 10px;
	}
	.header .nav .nav-list1 .nav-list2 a {
		padding: 4px 12px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a{
		padding: 0 10px;
		/* font-size: 14px; */
	}
	.header .logo{
		margin-left: 3%;
	}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a{
		padding: 0 8px;
		padding: 0 10px;
		font-size: 14px;
	}
}
@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 .logo{
		margin-left: 5%;
	}
	.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: #3c5722; */
	}
	.header.fixed-header .nav-collapse .btn-line,
	.header.fixed-header .nav-collapse .btn-line {
		/* background: #3c5722; */
	}
	
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: inline-block;
	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(18, 86, 176, .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 .nav-list1>li.pc-none {
		display: none;
	}
	.header .nav .nav-list1>li.pc-block {
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
	.header.fixed-header .nav-collapse .btn-line{
		background: #1256b0;
	}
	.header .nav .nav-list1>li:nth-child(6){
		width: 100%;
	}
	.header .nav .nav-list1>li:nth-child(7){
		width: 100%;
	}
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #1256b0;
}
.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
		padding: 0 0px;
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 30%;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	margin: 25px 0;
}
@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%;
	}
}
@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;
	}
}
@media (max-width: 375px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		margin: 10px 0;
	}
	.header .nav-2 .content ul li a span img,
	.header .nav-3 .content ul li a span img{
		width: 58px;
	}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}
@media (min-width: 1200px) {
	.header.fixed-header {
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		/* background: #fff; */
	}
}
.header.fixed-header {
	box-shadow: 0 0 5px #bbb;
	/* background: #fff; */
}


.head-right{
	float: right;
	margin: 18px 110px 0 40px;
	padding-left: 43px;
	font-size: 20px;
	/* line-height: 82px; */
	color: #fff;
	font-family: "arial black";
	background: url(../images/tel.png) left center no-repeat;
}
.head-right span{
	font-size: 16px;
	color: #333;
}
.head-right p{
	font-size: 20px;
	margin-top: 6px;
	font-weight: bold;
	font-family: arial;
	color: #E3772A;
}


@media (max-width: 1680px) {
	.head-right{
		font-size: 18px;
	}
	.head-right {
	}
}
@media (max-width: 1440px) {
	.head-right {
		margin: 18px 90px 0 20px;
	}
}

@media (max-width: 1199px) {
	.head-right{
		margin: 20px 20px 0 20px;
	}
}
@media (max-width: 767px) {
	.head-right{
		line-height: 58px;
		font-size: 16px;
		margin: 0;
		display: none;
	}
}


.pc-menu{
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 80px;
	height: 82px;
	background: url(../images/menu-on.png) center no-repeat;
	border-left: 1px solid rgba(255,255,255,0.3);
}



.head-nav-top{
	float: left;
	width: 100%;
}
.head-nav{
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 60px 6.25% 0 6.25%;
	background: #1256b0;
	opacity: 0;
	z-index: -1;
	/* -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; */
}
.closes{
	float: right;
	cursor: pointer;
}

.head-nav-logo{
	float: left;
}

.head-nav-list{
	float: left;
	width: 100%;
	margin-top: 110px;
}
.head-nav-list ul{
	float: left;
	width: 100%;
}
.head-nav-list ul li.head-li{
	float: left;
	width: 11.11%;
	width: 16.66%;
}
.head-nav-list ul li.head-li:last-child{
	width: 16.66%;
}
.head-nav-list ul li.head-li a{
	float: left;
	font-size: 16px;
	color: #fff;
}
.head-nav-list ul li.head-li .head-li-t{
	float: left;
	width: 100%;
	padding-left: 40px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.head-nav-list ul li.head-li .head-li-t a{
	padding: 24px 0;
}
.head-nav-list ul li.head-li .head-li-a{
	float: left;
	width: 100%;
	height: 318px;
	margin-top: 16px;
	padding-left: 40px;
	line-height: 36px;
	border-bottom: 3px solid #fff;
}
.head-nav-list ul li.head-li .head-li-a a{
	float: left;
	display: inline-block;
	clear: both;
}
.head-nav-list ul li.head-li .head-li-t a:hover{
	opacity: 0.8;
}
.head-nav-list ul li.head-li .head-li-a a:hover{
	opacity: 0.8;
}
.head-nav-d{
	float: left;
	width: 100%;
	margin-top: 16px;
	color: #fff;
}
.head-nav-d .head-nav-dl{
	float: left;
}
.head-nav-d .head-nav-dl span{
	float: left;
	font-size: 16px;
	padding-left: 48px;
	height: 29px;
	line-height: 29px;
}
.head-nav-d .head-nav-dl span.span1{
	margin-right: 55px;
	background: url(../images/nav-tel.png) left center no-repeat;
}
.head-nav-d .head-nav-dl span.span2{
	background: url(../images/nav-email.png) left center no-repeat;
}
.head-nav-d .head-nav-dr{
	float: right;
}
.head-nav-dr{
	float: left;
}
.head-nav-dr .head-nav-dr-ss{
	float: left;
	width: 300px;
	height: 44px;
	line-height: 40px;
	border-radius: 22px;
	border: 2px solid #accdf8;
}
.head-nav-dr .head-nav-dr-ss input[type=text]{
	background: none;
	float: left;
	width: 70%;
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
	color: #fff;
}

.head-nav-dr .head-nav-dr-ss input::-webkit-input-placeholder{
	color: #fff;
}

.head-nav-dr .head-nav-dr-ss input[type=submit]{
	float: right;
	width: 48px;
	height: 40px;
	background: url(../images/nav-ss.png) center no-repeat;
}
.head-nav-dr .bdsharebuttonbox{
	float: left;
}
.head-nav-dr .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 44px;
	height: 44px;
	margin-left: 16px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 2px solid #accdf8;
	background-size: 100% 100%!important;
}
.head-nav-dr .bdsharebuttonbox a.bds_tsina{
	background-image: url(../images/nav-wb.png);
}
.head-nav-dr .bdsharebuttonbox a.bds_weixin{
	background-image: url(../images/nav-wx.png);
}
.head-nav-dr .bdsharebuttonbox a.bds_sqq{
	background-image: url(../images/nav-qq.png);
}
@media (max-width: 1440px) {
	.head-nav-list{
		margin-top: 90px;
	}
	.head-nav-list ul li.head-li a{
		font-size: 14px;
	}
	.head-nav-list ul li.head-li .head-li-t{
		padding-left: 30px;
	}
	.head-nav-list ul li.head-li .head-li-a {
    height: 300px;
    margin-top: 14px;
    padding-left: 30px;
    line-height: 2;
	}
	.head-nav-list ul li.head-li .head-li-t a {
	    padding: 18px 0;
	}
	.head-nav-list ul li.head-li .head-li-t{
		border-top-width: 2px;
		border-bottom-width: 2px;
	}
	.head-nav-d .head-nav-dl span {
		font-size: 14px;
		padding-left: 40px;
	}
	.head-nav-d .head-nav-dl span.span1 {
	  margin-right: 30px;
	}
	.head-nav-dr .bdsharebuttonbox a {
		width: 40px;
		height: 40px;
		margin-left: 12px!important;
		border-width: 1px;
	}
	.head-nav-dr .head-nav-dr-ss {
		width: 280px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
		border-width: 1px;
	}
	.head-nav-dr .head-nav-dr-ss input[type=text]{
		height: 40px;
		line-height: 40px;
	}
	.head-nav-dr .head-nav-dr-ss input[type=submit] {
	  height: 40px;
	}
}
@media (max-width: 1199px) {
	.head-nav{
		display: none;
	}
}

.header.header-inner {
    background: #fff;
}
.header.header-inner .nav .nav-list1>li>a{
	color: #333;
}
.header.header-inner .nav .nav-list1>li:hover>a,
.header.header-inner .nav .nav-list1>li.active>a{
	color: #0070be;
}
.header.header-inner .pc-menu{
	background-image: url(../images/menu-on.png);
}
.header.header-inner .head-right{
	color: #0070be;
}
.header.header-inner .nav-collapse .btn-line{
	background: #0070be;
}
@media (max-width: 1199px) {
	.header.header-inner .nav .nav-list1>li:hover>a,
	.header.header-inner .nav .nav-list1>li.active>a{
		color: #fff;
	}
	.header.header-inner .nav .nav-list1>li>a{
		color: #fff;
	}
}	


/*搜索弹窗*/
.search-box {
	position: fixed;
	z-index: 10000;
	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(18, 86, 176, .9);
	18 86 176
}

.search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}
.search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}
@media (min-width: 768px) {
	.search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}
.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) {
	.search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}
.search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 1200px) {
	.search-box.search-xs {
		display: none;
	}
}
@media (max-width: 1199px) {
	.search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}
.search-box.search-xs.show {
	z-index: 66;
}
.search-box.search-xs.show .search {
	left: 0;
}
.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) {
	.search-box.search-xs form .input-text {
		width: 74%;
	}
}
@media (max-width: 767px) {
	.search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}
.search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}
.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;
}
.search-lg {
	top: 0;
}
.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;
}
.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;
}
.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;
}
.search-lg input::-webkit-input-placeholder,
.search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}
.search-lg input:-o-placeholder,
.search-lg textarea:-o-placeholder {
	color: #fff;
}
.search-lg input::-moz-placeholder,
.search-lg textarea::-moz-placeholder {
	color: #fff;
}
.search-lg input:-ms-input-placeholder,
.search-lg textarea:-ms-input-placeholder {
	color: #fff;
}
.search-lg input:focus::-webkit-input-placeholder,
.search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}
.search-lg input:focus::-o-placeholder,
.search-lg textarea:focus::-o-placeholder {
	color: #fff;
}
.search-lg input:focus::-moz-placeholder,
.search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}
.search-lg input:focus::-ms-input-placeholder,
.search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}
.search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}
@media (max-width: 1440px) {
	.search-lg .close-btn {
		right: 8%;
	}
}
.search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}


.wrap-sidenav{
	height: 70px;
	box-shadow: 3px 0 3px rgba(0,0,0,0.1);
	position: relative;
	background: #f3f2f2;
	z-index: 1000;
}
.wrap-sidenav .sidenav{
    position: relative;
}
.wrap-sidenav .sidenav ul{
    font-size: 0;
    position: relative;
    position: absolute;
    /* left: 0; */
	right: 0;
    /* overflow: hidden; */
    white-space: nowrap;
	text-align: left;
	text-align: right;
}
.wrap-sidenav .sidenav ul li{
    display: inline-block;
}
.wrap-sidenav .sidenav ul li:last-child{
}
.wrap-sidenav .sidenav ul li > a{
	font-size: 20px;
	color: #333;
	line-height: 68px;
	position: relative;
	display: block;
	height: 70px;
	padding: 0 35px 0 35px;
}
.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: #0070be;
	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;
}

.fixed-nav{
	position: fixed;
	width: 100%;
	top: 70px;
	background: #fff;
	z-index: 9992;
}

.wrap-sidenav.case-sidenav{
	float: left;
	width: 100%;
	height: 120px;
}
.wrap-sidenav.case-sidenav .sidenav ul li > a, 
.wrap-sidenav.case-sidenav .sidenav ul li > a{
	height: 120px;
	line-height: 118px;
}
.wrap-sidenav.case-sidenav .sidenav ul li.active > a, 
.wrap-sidenav.case-sidenav .sidenav ul li:hover > a{
	background: #008ed5;
	color: #fff;
}
@media (max-width: 1680px){
	.wrap-sidenav .sidenav ul li > a {
		padding: 0 20px 0 20px;
		font-size: 18px;
	}
}
@media (max-width: 1440px){
	.wrap-sidenav.case-sidenav{
		height: 100px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li a, 
	.wrap-sidenav.case-sidenav .sidenav ul li a{
		height: 100px;
		line-height: 98px;
	}
	.wrap-sidenav .sidenav ul li > a {
	    padding: 0 24px 0 24px;
	    padding: 0 18px 0 18px;
			font-size: 18px;
			font-size: 16px;
	}
}
@media (max-width: 1366px){
	.wrap-sidenav .sidenav ul li > a {
		font-size: 14px;
	}
}
@media (max-width: 1199px){
	.wrap-sidenav.case-sidenav{
		height: 80px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li > a, 
	.wrap-sidenav.case-sidenav .sidenav ul li > a{
		height: 80px;
		line-height: 78px;
	}
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
@media (max-width: 991px){
	.fixed-nav{
		top: 66px;
	}
	.wrap-sidenav .up {
	    padding-right: 24px;
	    line-height: 50px;
	    font-size: 14px;
	}
	.wrap-sidenav.fixed-nav .up{
		line-height: 40px;
	}
	
	.wrap-sidenav{
	    height: 50px;
	}
    .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;
		padding: 0 10px;
	}
	.fixed-nav.wrap-sidenav{
		height: 40px;
	}
	.fixed-nav.wrap-sidenav .sidenav ul li > a {
	    height: 40px;
	    line-height: 40px;
	}
}
@media (max-width: 767px){
	
	.wrap-sidenav .up{
		display: none;
	}
	.wrap-sidenav.fixed-nav .up{
		display: none;
	}
	.fixed-nav{
		top: 60px;
	}
	.wrap-sidenav{
    	height: 50px;
		height: auto;
        margin-top: 10px;
    }
	.wrap-sidenav .sidenav ul{
		position: relative;
		float: left;
		width: 100%;
		white-space: initial;
		text-align: left;
		/* background: #0070be; */
	}
	.wrap-sidenav .sidenav ul li{
		width: 48%;
		margin: 5px 1%;
	}
	.wrap-sidenav .sidenav ul li > a {
		width: 100%;
	    padding: 0 12px 0 12px;
		background: #f5f3f3;
	}
	.wrap-sidenav.case-sidenav{
		height: 60px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li > a, 
	.wrap-sidenav.case-sidenav .sidenav ul li > a{
		height: 60px;
		line-height: 58px;
	}
}
.add{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	/* right: 0; */
	left: 0;
	line-height: 70px;
	color: #b5b6b7;
	padding-left: 34px;
	background: url(../images/product/home.png) left center no-repeat;
}
.add a{
	font-size: 16px;
	margin: 0 4px;
	color: #b5b6b7;
}
.add a:hover,
.add a.active{
	color: #0070be;
}
@media (max-width: 1680px){
	.add{
		left: 3%;
	}
}

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




/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 80px;
	text-align: center;
}
.page a {
	font-family: 'CenTuryGoThic';
	display: inline-block;
	overflow: hidden;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	/* border-radius: 50%; */
	font-size: 18px;
	color: #666;
	border: 1px solid #d2d2d2;
}
.page a.prev {
	width: auto;
	padding: 0 24px;
	background: url("../images/left.png") center no-repeat;
}
.page a.next {
	width: auto;
	padding: 0 24px;
	background: url("../images/right.png") center no-repeat;
}
/* 
.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}
.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */
@media (max-width: 1440px) {
	.page {
		margin-top: 30px;	
	}

}
@media (max-width: 1199px) {
	.page {}
	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}
@media (max-width: 991px) {
	.page {}
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 20px;
	}
	.page a.prev {
		background-size: 7px auto;
	}

	.page a.next {
		background-size: 7px auto;
	}
	.page a {
		height: 36px;
		line-height: 36px;
		width: 36px;
		margin: 0 2px;
	}
}
.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}
.page a.prev {
	font-size: 14px;
}
.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}
.page a.next {
	font-size: 14px;
}
.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}
.page a.active,
.page a:hover {
	background-color: #1256b0;
	border: 1px solid #1256b0;
	color: #fff;
}
@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
	.page a:prev {
		background-size: 7px auto;
	}
	.page a:next {
		background-size: 7px auto;
	}
}

/*滚屏*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.swiper-slide {
	position: relative;
	/* float: left; */
	width: 100%;
	height: 100%;
	/* background-size: 100% 100%; */
	background-size: cover !important;
	overflow: hidden;

}
.swiper-container .box-footer {
	height: auto!important;
}

.swiper-container .swiper-slide-active .itwo:nth-child(1){
	-webkit-animation: fadeInLeft 1s 0.1s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .itwo:nth-child(2){
	-webkit-animation: fadeInRight 1s 0.1s ease both;
	animation: fadeInRight 1s 0s ease both;
}

.swiper-container .swiper-slide-active .ithree:nth-child(1){
	-webkit-animation: fadeInUp 1s 0.1s ease both;
	animation: fadeInUp 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(2){
	-webkit-animation: fadeInDown 1s 0.1s ease both;
	animation: fadeInDown 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(3){
	-webkit-animation: fadeInUp 1s 0.1s ease both;
	animation: fadeInUp 1s 0.1s ease both;
}
.swiper-container .swiper-slide-active .ithree:nth-child(4){
	-webkit-animation: fadeInDown 1s 0.1s ease both;
	animation: fadeInDown 1s 0.1s ease both;
}

.swiper-container .swiper-slide-active .ifour-left{
	-webkit-animation: fadeInLeft 1s 0.1s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .ifour-right{
	-webkit-animation: fadeInRight 1s 0.1s ease both;
	animation: fadeInRight 1s 0s ease both;
}

.swiper-container-vertical>.swiper-pagination-bullets{
	right: 30px;
	top: 42%;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255,255,255,1);
	position: relative;
	background: none;
	opacity: .5;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(222, 117, 53,0.9);
	content: "";
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: rgba(18,86,176,0.4);
	opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	background: rgba(18,86,176,1);
}
.swiper-container .swiper-pagination span:nth-child(1).swiper-pagination-bullet-active,
.swiper-container .swiper-pagination span:nth-child(4).swiper-pagination-bullet-active{
	border-color: rgba(255,255,255,1);
}
.swiper-container .swiper-pagination span:nth-child(1).swiper-pagination-bullet-active::after,
.swiper-container .swiper-pagination span:nth-child(4).swiper-pagination-bullet-active::after{
	background: rgba(255,255,255,1);
}


@media (max-width: 1199px) {
	.swiper-container-vertical>.swiper-pagination-bullets {
		display: none;
	}
}



/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.banner .pc {
	display: block;
}
.banner .phone {
	display: none;
}
.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-slide>div {
	height: 100%;
}
.banner .slick-slide>div .item {
	position: relative;
	bottom: 0;
	height: 100%;
	background-size: cover !important;
}




@media (max-width: 1199px) {
	.banner {
		margin-top: 0px;
	}
	.banner .slick-slide>div .item{
		padding-bottom: 100%;
	}
	
	
}
@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
.banner .slick-arrow {
	width: 72px;
	height: 72px;
	position: absolute;
	z-index: 99999999;
	top: 50%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .slick-arrow.slick-prev {
	left: 4%;
	background: url(../images/banner-prev.png) no-repeat;
	background-size: 100% 100%;
}
/* .banner .slick-arrow.slick-prev:hover{
	top: 50%;
	background: url(../images/banner-prev-hover.png) no-repeat;
} */
.banner .slick-arrow.slick-next {
	right: 4%;
	background: url(../images/banner-next.png) no-repeat;
	background-size: 100% 100%;
}
/* .banner .slick-arrow.slick-next:hover{
	right: 47%;
	background: url(../images/banner-next-hover.png) no-repeat;
} */
.banner .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 56px;
	text-align: center;
	z-index: 99999;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1440px) {
	.banner .slick-dots{
		bottom: 30px;
	}
}
@media (max-width: 991px) {
	.banner .slick-dots {}
}

@media (max-width: 1199px) {
	.banner .slick-dots {}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 30px;
	}
	
}

.banner.banner-in .img-box{
	padding-bottom: 25.78125%;
	padding-bottom: 24.27083333333333%;
	padding-bottom: 12.875%;
}
.banner.banner-in .slick-slide>div .item::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 200px;
	height: 160px;
	height: 80px;
	background: rgba(255,255,255,0.6);
	content: "";
}
.banner.banner-in .text .h1{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 10px;
}
.banner.banner-in .text .h2{
	font-size: 16px;
	margin-top: 14px;
	text-transform: uppercase;
	font-family: "arial black";
	letter-spacing: 10px;
}
.banner.banner-in{
	margin-top: 82px;
}

@media (max-width: 1440px) {
	.banner.banner-in .img-box{
		padding-bottom: 8.875%;
	}
	.banner.banner-in .slick-slide>div .item::after{
		height: 30px;
	}
	.banner.banner-in .text .h1{
		font-size: 30px;
	}
	.banner.banner-in .text .h2{
		font-size: 14px;
		margin-top: 12px;
	}
}

@media (max-width: 1199px) {
	.banner.banner-in .slick-slide>div .item::after{
		display: none;
	}
}
@media (max-width: 767px) {
	.banner.banner-in{
		margin-top: 58px;
	}
	.banner.banner-in .text .h1{
		font-size: 28px;
	}
	.banner.banner-in .text .h2{
		font-size: 14px;
		margin-top: 10px;
	}
}


.banner .slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0px 10px;
	width: 188px;
	height: 1px;
	position: relative;
	background: rgba(255,255,255,0.6);
}
.banner .slick-dots li button{
	display: none;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner .slick-dots li.slick-active{
	background: rgba(255,255,255,1);
}
.banner .slick-slider {
	height: 100%;
}
.mbanner{
	display: none;
}
.banner .slick-slider .slick-list {
	height: 100%;
}
.banner .slick-slider .slick-list .slick-track {
	height: 100%;
}
.banner img {
	display: block;
	width: 100%;
	/* height: 100%; */
	left: 0%;
	top: auto;
	bottom: 0%;
	/* -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%); */
}
.banner .img-box {
	padding-bottom: 50%;
	top: auto;
	bottom: 0;
}
.banner .text {
	position: absolute;
	top: 29.9%;
	color: #0071bf;
	width: 100%;
	padding: 0 6.25%;
}
.banner.banner-in .text {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
	text-align: center;
}

.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4,
.banner .text .h5,
.banner .text .h6,
.banner .text .h7,
.banner .text .h8,
.banner .text .h9,
.banner .text .h10,
.banner .text .h11{
	margin: 0;
	padding: 0;
}

.banner .text .h3 span{
	display: inline-block;
	padding: 0 30px;
	line-height: 88px;
	font-size: 56px;
	background: #0071bf;
	color: #fff;
}
.banner .text .h4{
	margin-top: 30px;
}
.banner .text .h4 span{
	display: inline-block;
	margin: 0 19px;
	padding: 0 44px;
	font-size: 30px;
	line-height: 54px;
	border-radius: 27px;
	border: 2px dashed #0071bf;
	color: #0071bf;
}
.banner .text .h5{
	margin-top: 42px;
	font-size: 60px;
}

.banner .text .h6 span{
	display: inline-block;
	font-size: 64px;
	line-height: 127px;
	padding: 0 30px;
	background: #1458a0;
	color: #fff;
}
.banner .text .h7{
	margin-top: 36px;
	margin-left: 30px;
}
.banner .text .h7 span{
	display: inline-block;
	font-size: 18px;
	width: 110px;
	height: 127px;
	line-height: 127px;
	margin-left: 58px;
	color: #fff;
	background: url(../images/banner2-bg.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
	white-space: nowrap;
}
.banner .text .h8{
	margin-top: 52px;
}
.banner .text .h8 span{
	display: inline-block;
	line-height: 78px;
	padding: 0 42px;
	font-size: 48px;
	color: #1458a0;
	border-top: 2px solid #1458a0;
	border-bottom: 2px solid #1458a0;
}

.banner .text .h9,
.banner .text .h10,
.banner .text .h11{
	margin-left: 13.8%;
}
.banner .text .h9{
	margin-top: -5%;
}
.banner .text .h9 span{
	display: inline-block;
	position: relative;
	line-height: 88px;
	padding: 0 20px;
	font-size: 48px;
	color: #fff;
	background: #1458a0;
}
.banner .text .h9 span::after{
	position: absolute;
	right: -54px;
	top: -60px;
	width: 85px;
	height: 87px;
	background: url(../images/banner3-bg3.png) no-repeat;
	content: "";
}
.banner .text .h10{
	margin-top: 28px;
}
.banner .text .h10 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	width: 124px;
	height: 143px;
	line-height: 143px;
	font-size: 24px;
	text-align: center;
	color: #1458a0;
	background: url(../images/banner3-bg1.png) no-repeat;
	background-size: 100% auto;
}
.banner .text .h10 span::after{
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 76px;
	height: 8px;
	background: url(../images/banner3-bg4.png) no-repeat;
	content: "";
}
.banner .text .h10 span.span1{
	background: url(../images/banner3-bg1.png) no-repeat,
	 url(../images/banner3-bg2.png) center no-repeat;
	 background-size: 100% auto;
}
.banner .text .h11{
	margin-top: 54px;
}
.banner .text .h11 span{
	display: inline-block;
	line-height: 80px;
	font-size: 64px;
	color: #1458a0;
	border-top: 1px solid #1458a0;
	border-bottom: 1px solid #1458a0;
}

@media (max-width: 1440px) {
	.banner .text .h3 span{
		padding: 0 24px;
		line-height: 68px;
		font-size: 40px;
	}
	.banner .text .h4{
		margin-top: 20px;
	}
	.banner .text .h4 span{
		margin: 0 14px;
		padding: 0 36px;
		font-size: 24px;
		line-height: 40px;
		border-radius: 20px;
	}
	.banner .text .h5{
		margin-top: 30px;
		font-size: 42px;
	}
	.banner .text .h6 span{
		font-size: 42px;
		line-height: 90px;
		padding: 0 20px;
	}
	.banner .text .h7{
		margin-top: 30px;
		margin-left: 10px;
	}
	.banner .text .h7 span{
		font-size: 16px;
		width: 100px;
		height: 115px;
		line-height: 115px;
		margin-left: 18px;
	}
	.banner .text .h8{
		margin-top: 36px;
	}
	.banner .text .h8 span{
		line-height: 68px;
		padding: 0 30px;
		font-size: 30px;
	}
	
	.banner .text .h9,
	.banner .text .h10,
	.banner .text .h11{
		margin-left: 3%;
	}
	.banner .text .h9{
		margin-top: -5%;
	}
	.banner .text .h9 span{
		line-height: 68px;
		padding: 0 15px;
		font-size: 36px;
	}
	.banner .text .h10{
		margin-top: 32px;
	}
	.banner .text .h10 span{
		margin: 0 12px;
		width: 90px;
		height: 110px;
		line-height: 110px;
		font-size: 18px;
	}
	.banner .text .h11{
		margin-top: 40px;
	}
	.banner .text .h11 span{
		line-height: 68px;
		font-size: 50px;
	}
	
}
@media (max-width: 1199px) {
	.banner .text .h3 span{
		padding: 0 18px;
		line-height: 48px;
		font-size: 28px;
	}
	.banner .text .h4{
		margin-top: 20px;
	}
	.banner .text .h4 span{
		margin: 0 10px;
		padding: 0 24px;
		font-size: 20px;
		line-height: 36px;
		border-radius: 18px;
		border-width: 1px;
	}
	.banner .text .h5{
		margin-top: 20px;
		font-size: 30px;
	}
	
	
	.banner .text .h6 span{
		padding: 0 18px;
		line-height: 48px;
		font-size: 28px;
	}
	.banner .text .h7{
		margin-top: 30px;
		margin-left: 0px;
	}
	.banner .text .h7 span{
		font-size: 14px;
		width: 80px;
		height: 92px;
		line-height: 92px;
		margin-left: 10px;
	}
	.banner .text .h8{
		margin-top: 36px;
	}
	.banner .text .h8 span{
		line-height: 48px;
		padding: 0 20px;
		font-size: 22px;
	}
	
	.banner .text .h9,
	.banner .text .h10,
	.banner .text .h11{
		margin-left: 0%;
	}
	.banner .text .h9{
		margin-top: -0%;
	}
	.banner .text .h9 span{
		padding: 0 18px;
		line-height: 48px;
		font-size: 24px;
	}
	.banner .text .h9 span::after{
		right: -22px;
		top: -28px;
		width: 45px;
		height: 47px;
		background-size: cover;
	}
	.banner .text .h10{
		margin-top: 22px;
	}
	.banner .text .h10 span{
		margin: 0 10px 0 0;
		width: 70px;
		height: 84px;
		line-height: 84px;
		font-size: 14px;
	}
	.banner .text .h11{
		margin-top: 40px;
	}
	.banner .text .h11 span{
		line-height: 60px;
		font-size: 36px;
	}
	
	
}
@media (max-width: 767px) {
	.banner .text{
		display: none;
		width: 100%;
		padding: 0 3%;
		z-index: 2;
	}
	.banner.banner-in .text{
		display: block;
	}
	
	.banner .text .h3 span{
		padding: 0 6px;
		line-height: 38px;
		font-size: 18px;
	}
	.banner .text .h4{
		margin-top: 10px;
	}
	.banner .text .h4 span{
		margin: 0 8px;
		padding: 0 12px;
		font-size: 16px;
		line-height: 32px;
		border-radius: 16px;
	}
	.banner .text .h5{
		margin-top: 10px;
		font-size: 18px;
	}
	
	.banner .text .h6 span{
		padding: 0 8px;
		line-height: 38px;
		font-size: 20px;
}
	.banner .text .h7{
		margin-top: 10px;
	}
	.banner .text .h7 span{
		font-size: 12px;
		width: 58px;
		height: 68px;
		line-height: 68px;
		margin-left: 0px;
		margin-right: 5px;
	}
	.banner .text .h8{
		margin-top: 15px;
	}
	.banner .text .h8 span{
		line-height: 42px;
		padding: 0 5px;
		font-size: 16px;
	}
	
	.banner .text .h9,
	.banner .text .h10,
	.banner .text .h11{
		margin-left: 0%;
	}
	.banner .text .h9{
		margin-top: -0%;
	}
	.banner .text .h9 span{
		padding: 0 8px;
		line-height: 38px;
		font-size: 18px;
	}
	.banner .text .h9 span::after{
		right: -22px;
		top: -28px;
		width: 45px;
		height: 47px;
		background-size: cover;
	}
	.banner .text .h10{
		margin-top: 10px;
	}
	.banner .text .h10 span{
		width: 54px;
		height: 62px;
		line-height: 62px;
		font-size: 12px;
	}
	.banner .text .h11{
		margin-top: 20px;
	}
	.banner .text .h11 span{
		line-height: 40px;
		font-size: 16px;
		padding: 0 5px;
	}
	
}

.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,
.banner .slick-current .text .h7,
.banner .slick-current .text .h8,
.banner .slick-current .text .h9,
.banner .slick-current .text .h10,
.banner .slick-current .text .h11{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
@media (max-width: 1440px) {
	.banner .slick-dots li{
		width: 148px;
	}
	.banner img{
		max-width: 108%;
		width: 108%;;
		margin-left: -4%;
	}
}
@media (max-width: 1366px) {
	.banner .img-box {
		padding-bottom: 56.22254758418741%;
	}
	.banner img{
		max-width: 112%;
		width: 112%;;
		margin-left: -6%;
	}
}
@media (max-width: 1199px) {
	.banner .slick-dots {
	}
	.banner .slick-dots li {
	}
}
@media (max-width: 991px) {
	.banner .slick-slide>div .item {
		background: none !important;
	}
	.banner .slick-dots li {
	  width: 100px;
	}
	.banner .pc {
		display: none;
	}
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .phone {
		display: block;
		background-size: cover !important;
		background-position: center center !important;
	}
	.banner .slick-slide>div .item {
		background: none !important;
	}
	.banner .text {
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner img {
		width: 100%;
		height: auto;
		bottom: auto;
	}
}
@media (max-width: 767px) {
	.banner .slick-dots {
		bottom: 20px;
		left: 0;
		width: 100%;
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		transform: translateX(-0%);
	}
	.banner .slick-dots li {
	  width: 50px;
		margin: 0 4px;;
	}
	
}

.banner .pc{
	display: block;
}
.banner .ph{
	display: none;
}
@media (max-width: 1199px) {
	.banner .pc{
		display: none;
	}
	.banner .ph{
		display: block;
	}
	.banner img {
		max-width: 100%;
		width: 100%;
		margin-left: -0%;
	}
}



.right{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.3);
	z-index: 9999999;
	background: url(../images/down-on.png) bottom center no-repeat;
}
.right .bdsharebuttonbox{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 36px;
	padding-bottom: 47px;
}
.right .bdsharebuttonbox a{
	width: 36px;
	height: 36px;
	margin-bottom: 26px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%!important;
	border: 1px solid #1256b0;
}
.right .bdsharebuttonbox a:hover{
	/* border-color: #fff; */
	background-color: #1256b0;
}

.right .bdsharebuttonbox a.search{
	background-image: url(../images/search-on.png);
}
.right .bdsharebuttonbox a.search:hover{
	background-image: url(../images/search.png);
}
.right .bdsharebuttonbox a.bds_tsina{
	background-image: url(../images/wb-on.png);
}
.right .bdsharebuttonbox a.bds_tsina:hover{
	background-image: url(../images/wb.png);
}
.right .bdsharebuttonbox a.bds_weixin{
	background-image: url(../images/wx-on.png);
}
.right .bdsharebuttonbox a.bds_weixin:hover{
	background-image: url(../images/wx.png);
}
.right .bdsharebuttonbox a.bds_sqq{
	background-image: url(../images/qq-on.png);
}
.right .bdsharebuttonbox a.bds_sqq:hover{
	background-image: url(../images/qq.png);
}

.swiper-slide1 .right,
.swiper-slide4 .right{
	background: url(../images/down.png) bottom center no-repeat;
}
.swiper-slide1 .right .bdsharebuttonbox a,
.swiper-slide4 .right .bdsharebuttonbox a{
	border-color: #fff;
}
.swiper-slide1 .right .bdsharebuttonbox a:hover,
.swiper-slide4 .right .bdsharebuttonbox a:hover{
	border-color: #1256b0;
	background-color: #1256b0;
}

.swiper-slide1 .right .bdsharebuttonbox a.search,
.swiper-slide4 .right .bdsharebuttonbox a.search{
	background-image: url(../images/search.png);
}
.swiper-slide1 .right .bdsharebuttonbox a.search:hover,
.swiper-slide4 .right .bdsharebuttonbox a.search:hover{
	/* background-image: url(../images/search-on.png); */
}

.swiper-slide1 .right .bdsharebuttonbox a.bds_tsina,
.swiper-slide4 .right .bdsharebuttonbox a.bds_tsina{
	background-image: url(../images/wb.png);
}
.swiper-slide1 .right .bdsharebuttonbox a.bds_tsina:hover,
.swiper-slide4 .right .bdsharebuttonbox a.bds_tsina:hover{
	/* background-image: url(../images/wb-on.png); */
}

.swiper-slide1 .right .bdsharebuttonbox a.bds_weixin,
.swiper-slide4 .right .bdsharebuttonbox a.bds_weixin{
	background-image: url(../images/wx.png);
}
.swiper-slide1 .right .bdsharebuttonbox a.bds_weixin:hover,
.swiper-slide4 .right .bdsharebuttonbox a.bds_weixin:hover{
	/* background-image: url(../images/wx-on.png); */
}

.swiper-slide1 .right .bdsharebuttonbox a.bds_sqq,
.swiper-slide4 .right .bdsharebuttonbox a.bds_sqq{
	background-image: url(../images/qq.png);
}
.swiper-slide1 .right .bdsharebuttonbox a.bds_sqq:hover,
.swiper-slide4 .right .bdsharebuttonbox a.bds_sqq:hover{
	/* background-image: url(../images/qq-on.png); */
}

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

/*首页start*/

@media (max-width: 1680px) {
	
}
@media (max-width: 1440px) {
	
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
/*首页end*/

/*底部*/
.footer{
	float: left;
	width: 100%;
}
.foot-t,
.foot-d{
	float: left;
	width: 100%;
}

.foot-t{
	background: #f6f6f7;
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.foot-t-con{
	float: left;
	width: 100%;
	padding-left: 74px;
	line-height: 1.4;
	position: relative;
}
.foot-t span{
	position: absolute;
	left: 0;
	top: 0;
}
.foot-t a{
	float: left;
	color: #666;
	margin-right: 24px;
}
.foot-t a:hover{
	color: #1256b0;
}

.foot-d{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1256b0;
	color: #fff;
}
.foot-d a{
	color: #fff;
}


.foot-dL{
	float: left;
}
.foot-dL-t,
.foot-dL-a{
	font-size: 14px;
}
.foot-dL-a{
	margin-top: 36px;
}
.foot-dL-a a{
	float: left;
	margin-right: 44px;
	position: relative;
}
.foot-dL-a a:hover{
	opacity: 0.8;
}
.foot-dL-a a::after{
	position: absolute;
	right: -22px;
	width: 1px;
	height: 12px;
	background: #1c6ad2;
	content: "";
}
.foot-dL-a a:last-child::after{
	display: none;
}
.foot-dL-tel{
	float: left;
	width: 100%;
	position: relative;
	font-family: "arial black";
	margin-top: 36px;
	padding-left: 58px;
	height: 44px;
	line-height: 44px;
	font-size: 36px;
	background: url(../images/ico-tel.png) left center no-repeat;
}
.foot-dR{
	float: right;
}
.foot-dR > a{
	display: block;
	float: right;
	text-align: right;
	margin-top: 18px;
}
.foot-dR .bdsharebuttonbox{
	float: right;
	width: 100%;
	margin-top: 78px;
	text-align: right;
}
.foot-dR .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 27px;
	height: 27px;
	margin-left: 5px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%!important;
	background-color: #1a66cc;
}

.foot-dR .bdsharebuttonbox a.bds_tsina{
	background-image: url(../images/foot-wb.png);
}
.foot-dR .bdsharebuttonbox a.bds_weixin{
	background-image: url(../images/foot-wx.png);
}
.foot-dR .bdsharebuttonbox a.bds_sqq{
	background-image: url(../images/foot-qq.png);
}
.foot-dR .bdsharebuttonbox a.backtop{
	background-image: url(../images/foot-up.png);
}
@media (max-width: 1440px) {
	.foot-d {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.foot-dL-a {
	  margin-top: 24px;
	}
	.foot-dL-tel {
		margin-top: 24px;
		padding-left: 48px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
		background-size: auto 100%;
	}
	.foot-dR .bdsharebuttonbox{
		margin-top: 48px;
	}
}
@media (max-width: 1199px) {
	.foot-t-con{
		line-height: 2;
	}
	.foot-t a {
		margin-right: 20px;
	}
	.foot-dL,
	.foot-dR{
		width: 100%;
	}
	.foot-dR .bdsharebuttonbox{
		text-align: left;
	}
	.foot-dR > a{
		float: left;
	}
	.foot-dR .bdsharebuttonbox a{
		margin-left: 0!important;
		margin-right: 5px!important;
	}
	.foot-dR .bdsharebuttonbox {
	  margin-top: 24px;
	}
}
@media (max-width: 991px) {
	.foot-dL-a a{
		margin-right: 20px;
	}
	.foot-dL-a a::after{
		display: none;
	}
	.foot-t a {
	    margin-right: 10px;
	}
	.foot-dL-tel {
		margin-top: 15px;
		padding-left: 40px;
		height: 36px;
		line-height: 36px;
		font-size: 24px;
		background-size: auto 100%;
	}
}

@media (max-width: 767px) {
	.footer{
		padding-bottom: 50px;
	}
	.foot-t {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.foot-t, .foot-d {
		padding-left: 5%;
		padding-right: 5%;
	}
	.foot-t a {
	  margin-right: 15px;
	}
	.foot-d {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.foot-dL-t{
		text-align: center;
	}
	.foot-dL-t a{
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.foot-dL-a{
		display: none;
	}
	.foot-dL-tel{
		display: none;
	}
	.foot-dL{
	}
	.foot-dR .bdsharebuttonbox{
		display: none;
	}
	.foot-dR > a{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
}

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

.swiper-slide2 .right,
.swiper-slide3 .right{
	border-left-color: #d0e3f4;
}


#particles {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.particles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.i-about{
	float: right;
	width: 89.58%;
	margin-top: 9.89%;
	margin-right: 80px;
	position: relative;
	z-index: 9;
}
.i-about .iab-t{
	float: left;
	width: 100%;
	padding-bottom: 26px;
	border-bottom: 1px solid #d0e3f4;
}
.i-about .iab-t .iab-t1{
	font-size: 46px;
}
.i-about .iab-t .iab-t2{
	font-size: 24px;
	margin-top: 18px;
	color: #1256b0;
}
.i-about .iab-d{
	float: left;
	width: 100%;
	background: url(../images/bg.png) 36% bottom no-repeat;
}
.i-about .iab-d .iab-dl{
	float: left;
	width: 34.88%;
	margin-right: 1.3%;
}
.i-about .iab-d .iab-dl .iab-dl-p{
	font-size: 14px;
	margin-top: 72px;
	line-height: 2;
}
.i-about .iab-d .iab-dl .iab-dl-a{
	margin-top: 78px;
}
.i-about .iab-d .iab-dl .iab-dl-a a{
	float: left;
	width: 226px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: relative;
}
.i-about .iab-d .iab-dl .iab-dl-a a:hover{
	opacity: 0.8;
	background: #1256b0;
	color: #fff;
}

.i-about .iab-d .iab-dl .iab-dl-a a::after,
.i-about .iab-d .iab-dl .iab-dl-a a::before{
	position: absolute;
	width: 216px;
	height: 60px;
	border: 1px solid #1256b0;
	content: "";
}
.i-about .iab-d .iab-dl .iab-dl-a a::after{
	left: 0;
	top: 0;
}
.i-about .iab-d .iab-dl .iab-dl-a a::before{
	right: 0;
	bottom: 0;
}


.i-about .iab-d .iab-dr{
	float: left;
	width: 57.55%;
}
.i-about .iab-d .iab-dr .iab-dr-1{
	float: left;
	width: 30.3%;
	padding-top: 40px;
	margin-left: 3.03%;
	position: relative;
}
.i-about .iab-d .iab-dr .iab-dr-1 p{
	color: #fff;
	position: absolute;
	top: 36px;
	width: 100%;
	padding: 0 32px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	z-index: 999;
}
.i-about .iab-d .iab-dr .iab-dr-1::after{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #d0e3f4;
	content: "";
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box{
	padding-bottom: 139.6666666666667%;
}
.i-about .iab-d .iab-dr .iab-dr-1 .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-about .iab-d .iab-dr .iab-dr-1:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 86, 176, 0.5);
	content: "";
	z-index: 1;
	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;
}
.i-about .iab-d .iab-dr .iab-dr-1:hover .img-box::after{
	opacity: 1;
}
.i-about .iab-d .iab-dr .iab-dr-1 .img-box::before{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	content: "";
	z-index: 2;
}

.swiper-slide3{
	background: #edf3f8;
}
.i-product{
	float: right;
	width: 89.58%;
	margin-top: 6.4%;
	margin-right: 80px;
}
.ipro-title{
	font-family: 'impact';
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(173, 206, 234, 0.6);
}
.ipro-title font{
	font-size: 80px;
	text-transform: uppercase;
	color: rgba(15,15,15,0.1);
} 
.ipro-title span{
	position: absolute;
	top: 18%;
	left: 0;
	font-size: 46px;
	color: #1256b0;
}

.ipro-title > .hd{
	float: right;
	width: 47.9%;
	margin-top: 10px;
}
.ipro-title > .hd ul{
	float: left;
}
.ipro-title > .hd ul li{
	display: block;
	float: left;
	margin-right: 18px;
	padding: 0 18px;
	line-height: 42px;
	cursor: pointer;
	border: 1px solid #c8e2f8;
}
.ipro-title > .hd ul li:last-child{
	margin-right: 18px;
}
.i-product > .bd{
	float: left;
	width: 100%;
	position: relative;
}
.i-product > .bd::after{
	position: absolute;
	left: 49.76%;
	top: 0;
	height: 100%;
	border-right: 1px dashed #97c4ea;
	content: "";
}
.ipro-title > .hd ul li.on{
	background: #1256b0;
	color: #fff;
}
.i-product > .bd .one-1 {
	float: left;
	width: 100%;
/* 	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
.i-product > .bd .one-1.block{
	/* left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100); */
}

.two > .threeBd .two-1 {
	float: left;
	width: 100%;
/* 	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
/* .two > .bd .two-1.block{
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
} */
.three > .threeBd .three-1 {
	float: left;
	width: 100%;
	/* opacity: 0;
	filter: alpha(opacity=00);
	position: absolute; */
}
.three > .threeBd .three-1.block{
	/* left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100); */
}

.two{
	float: left;
	width: 100%;
}
.two > .twoHd{
	float: right;
	width: 47.79%;
	margin-top: 40px;
}
.two > .twoHd li{
	float: left;
	margin-right: 36px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.two > .twoHd li.on{
	color: #1256b0;
}
.two > .twoBd{
	float: left;
	width: 100%;
}

.three{
	float: left;
	width: 100%;
}
.three > .threeHd{
	float: right;
	width: 47.67%;
	margin-top: 36px;
}
.three > .threeHd ul{
	float: left;
	width: 100%;
}
.three > .threeHd ul li{
	float: left;
	width: 30.1%;
	margin-right: 2.1%;
	margin-bottom: 68px;
}
.three > .threeHd ul li:nth-child(3n){
	margin-right: 0;
}
.three > .threeHd ul li .img-box{
	cursor: pointer;
	padding-bottom: 70.20408163265306%;
	border: 1px solid #cddeec;
}
.three > .threeHd ul li .img-box img{
	width: auto;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.three > .threeHd ul li.on .img-box{
	border: 1px solid #1256b0;
}
.three > .threeHd ul li p{
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.three > .threeHd ul li.on p{
	color: #1256b0;
}
.three > .threeBd{
	float: left;
	width: 49.7%;
}


.three-1{
	float: left;
	width: 100%;
	padding-right: 4.9%;
}
.three1-pic{
	float: left;
	width: 38.4%;
	margin-right: 8.1%;
}
.three1-pic .img-box{
	padding-bottom: 132.1766561514196%;
}
.three1-pic .img-box img{
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}


.three1-txt{
	float: left;
	width: 53.5%;
}
.three1-txt .three1-p1{
	font-size: 36px;
	margin-top: 54px;
}
.three1-txt .three1-p2{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 38px;
	color: #797878;
}
.three1-txt .three1-p3{
	margin-top: 10px;
	color: rgba(51,51,51,0.5);
}
.three1-txt .three1-p3 p{
	float: left;
	font-size: 20px;
	width: 166px;
	height: 27px;
	line-height: 27px;
	margin-top: 20px;
	padding-left: 36px;
	background: url(../images/ico-1.jpg) left center no-repeat;
}

.i-advantage{
	position: relative;
	float: left;
	width: 100%;
	z-index: 9999999;
	overflow: hidden;
}
.i-advantage::after{
	position: absolute;
	top: 12.7%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	content: "我们的优势";
	z-index: 10;
}
.iadv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iadv-con{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.iadv-1{
	float: left;
	width: 33.3333%;
	height: 100%;
	position: relative;
	background: rgba(255, 255, 255, 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;
}
.iadv-1::after{
	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%);
	width: 92%;
	height: 96%;
	border: 1px solid rgba(255,255,255,0.3);
}
.iadv-1:nth-child(2){
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.iadv-1 .iadv1-t{
	position: absolute;
	top: 12.7%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	opacity: 0;
	display: none;
}
.iadv-1 .iadv1-d{
	position: absolute;
	top: 37.29%;
	opacity: 0;
	width: 100%;
	left: 0%;
	padding: 0 16.8%;
}
.iadv1-dc{
	color: #fff;
	font-size: 24px;
	padding-bottom: 16px;
	position: relative;
	font-weight: bold;
}
.iadv1-dc::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #fff;
	content: "";
}
.iadv1-de{
	font-family: 'impact';
	color: #fff;
	font-size: 36px;
	margin-top: 22px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
}
.iadv-1 .iadv1-d .iadv1-dp{
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
}


.iadv-1:hover{
	background: rgba(18, 86, 176, 0.6);
}
.iadv-1:hover::after{
	content: "";
}
.iadv-1:hover .iadv1-t{
	opacity: 1;
}
.iadv-1:hover .iadv1-d{
	opacity: 1;
}

.iadv1-block{
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	padding: 0 11.4%;
	opacity: 1;
	-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;
}
.iadv-1:hover .iadv1-block{
	opacity: 0;
}
.i-news{
	float: left;
	width: 100%;
	height: 100%;
}
.i-news .inews-l{
	float: left;
	width: 57.96875%;
	padding: 100px 5% 0 6.25%;
}
.i-news .ipro-title{
	border-bottom: 0;
	padding-bottom: 0;
}
.inews-lt-1{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.inews-lt{
	float: left;
	width: 100%;
	position: relative;
}
.inews-lt .img-box{
	padding-bottom: 36.83035714285714%;
	position: relative;
}
.inews-lt .img-box:after,.inews-ld .img-box:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
	z-index: 2;
	content: "";
}
.inews-ld .inews-lt-1{
	width: 48.5%;
	margin-right: 3%;
	position: relative;
}
.inews-ld .img-box{
	padding-bottom: 75.86206896551724%;
	position: relative;
}
.inews-lt-1 .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;
}
.inews-lt-1:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.inews-ld .inews-lt-1:nth-child(2n){
	margin-right: 0;
}
.inews-txt{
	color: #fff;
	position: absolute;
	top: 86px;
	padding: 0 88px;
	z-index: 3;
}
.inews-txt a{
	color: #fff;
}
.inews-txt .inews-t{
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.inews-txt .inews-time{
	font-size: 16px;
	margin-top: 20px;
}

.inews-ld .inews-txt{
	padding: 0 32px;
}

.i-news .inews-r{
	float: left;
	width: 42.03125%;
	height: 100%;
}
.i-news .inews-r .inews-rt{
	float: left;
	width: 100%;
	height: 50%;
	position: relative;
	background: #dde6ee;
	-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 .inews-ab{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 12.5% 0 12.5%;
}
.i-news .inews-r .inews-rt:nth-child(2){
	background: #edf3f8;
}
.i-news .inews-r .inews-rt:hover{
	background: #1256b0;
}
.i-news .inews-r .inews-rt .inews-rt-title{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #333;
}
.i-news .inews-r .inews-rt:hover .inews-rt-title{
	color: #fff;
}
.i-news .inews-r .inews-rt .inews-rt-d{
	margin-top: 60px;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt{
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt a{
	color: #333;
}
.i-news .inews-r .inews-rt:hover .inews-rt-d .inews-rt-dt a{
	color: #fff;
}
.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp{
	font-size: 16px;
	margin-top: 18px;
	line-height: 1.8;
	color: #858484;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .inews-r .inews-rt:hover .inews-rt-d .inews-rt-dp{
	color: #fff;
}
.i-con{
	position: absolute;
	left: 0;
	top: 15.625%;
	width: 100%;
	padding: 0 6.25%;
}
.icon-con{
	float: left;
	width: 31.25%;
	height: 638px;
	padding: 20px 22px;
	margin-right: 3.125%;
	background: rgba(18, 86, 176, 0.2);
}
.icon-con:nth-child(3n){
	margin-right: 0;
}
.icon-con .icon-c1{
	float: left;
	width: 100%;
	height: 100%;
	padding: 36px 48px 0 48px;
	background: #fff;
	position: relative;
}
.icon-con .icon-c1 .icon-c1t{
	font-size: 24px;
	margin-bottom: 26px;
	font-weight: bold;
	color: #333;
}
.icon-con .icon-c1 .icon-c1form{
	float: left;
	width: 100%;
}
.icon-con .icon-c1 .icon-c1form input[type=text],
.icon-con .icon-c1 .icon-c1form textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 22px;
	font-size: 14px;
}
.icon-con .icon-c1 .icon-c1form input[type=text]{
	line-height: 46px;
}
.icon-con .icon-c1 .icon-c1form textarea{
	height: 170px;
	line-height: 1.8;
	padding-top: 12px;
	padding-bottom: 12px;
}

.icon-con .icon-c1 .icon-c1form input[type=submit]{
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #1256b0;
	-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;
}
.icon-con .icon-c1 .icon-c1form input[type=submit]:hover{
	opacity: 0.9;
}
.icon-con:nth-child(2) .icon-c1{
	background:#fff url(../images/bg-1.jpg) bottom center no-repeat;
	background-size: 100% auto;
}

.icon-con .icon-c1 .icon-c1-p1{
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.icon-con .icon-c1 .icon-c1-a1{
	margin-top: 22px;
}
.icon-con .icon-c1 .icon-c1-a1 a{
	display: inline-block;
	width: 142px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	background: #1256b0;
	text-align: center;
	color: #fff;
}
.icon-con .icon-c1 .icon-c1-a1 a:hover{
	opacity: 0.9;
}
.icon-con .icon-c1 .icon-c1-t1{
	font-size: 18px;
	color: #1256b0;
	font-weight: bold;
}
.icon-con .icon-c1 .icon-c1-p2{
	margin-top: 30px;
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.icon-con .icon-c1 .icon-c1-ewm{
	float: right;
	text-align: center;
	margin-top: 30px;
	margin-top: 0px!important;
	position: absolute;
	right: 48px;
	bottom: 30px;
}

.icon-con .icon-c1 .icon-c1-ewm.icon-c1-ewm-2{
	right: 180px;
}

.icon-con .icon-c1 .icon-c1-ewm img{
	width: 90px;
	border: 3px solid #1256b0;
}
.icon-con .icon-c1 .icon-c1-ewm p{
	line-height: 16px;
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}

.i-brand{
	width: 100%;
	padding: 65px 6.25%;
}
.i-brand-con{
	width: 100%;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.i-brand .slick-slider .slick-list{
	width: 100%;
	border: 1px solid #e5e5e5;
}
.i-brand .swiper-slide{
	float: left;
	width: 12.5%;
}

.i-brand .img-box{
	padding-bottom: 68.42105263157895%;
	border-right: 1px solid #e5e5e5;
}
.i-brand .img-box img{
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-brand .img-box:hover img{
	filter: grayscale(0%);
	filter: auto;
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1680px) {
	.i-news .inews-ab{
		padding: 0 20% 0 12.5%;
	}
}


@media (max-width: 1440px) {
	.i-about .iab-t .iab-t1 {
			font-size: 36px;
	}
	.i-about .iab-t .iab-t2 {
	  font-size: 20px;
	  margin-top: 14px;
	}
	.i-about .iab-d .iab-dl .iab-dl-p {
		margin-top: 48px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a {
	  margin-top: 48px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a {
		width: 200px;
		height: 64px;
		line-height: 64px;
		font-size: 14px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a::after, .i-about .iab-d .iab-dl .iab-dl-a a::before {
		width: 188px;
		height: 50px;
	}
	.ipro-title span{
		font-size: 36px;
	}
	.ipro-title font {
	  font-size: 68px;
	}
	.ipro-title{
		padding-bottom: 10px;
	}
	.two > .twoHd{
		margin-top: 30px;
	}
	.three > .threeHd{
		margin-top: 24px;
	}
	.three > .threeHd ul li{
		margin-bottom: 40px;
	}
	.three1-txt .three1-p1 {
		font-size: 24px;
		margin-top: 24px;
	}
	.three1-txt .three1-p2 {
		font-size: 14px;
		margin-top: 24px;
	}
	.three1-txt .three1-p3 p {
		font-size: 16px;
		width: 50%;
		height: 20px;
		line-height: 20px;
		margin-top: 15px;
		padding-left: 30px;
		background-size: auto 20px;
	}
	.iadv1-dc{
		font-size: 20px;
	}
	.iadv1-de {
		font-size: 30px;
		margin-top: 18px;
	}
	.iadv-1 .iadv1-t{
		font-size: 28px;
	}
	.iadv-1 .iadv1-d .iadv1-dp {
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.inews-txt {
		top: 68px;
		padding: 0 10%;
	}
	.inews-txt .inews-t {
	  font-size: 18px;
	}
	.inews-txt .inews-time {
		font-size: 14px;
		margin-top: 15px;
	}
	.inews-ld .inews-txt {
	    padding: 0 5%;
	}
	.i-news .inews-r .inews-rt .inews-rt-title{
		font-size: 20px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d {
	    margin-top: 48px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt {
	  font-size: 18px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp{
		font-size: 16px;
	}
	.i-advantage img{
		max-width: 108%;
		margin-left: -4%;
	}
	.icon-con {
		height: 540px;
		padding: 20px 20px;
	}
	.swiper-slide6 > img{
		max-width: 108%;
		margin-left: -4%;
	}
	.icon-con .icon-c1 {
		padding: 24px 24px 0 24px;
	}
	.icon-con .icon-c1 .icon-c1t {
	  font-size: 20px;
	  margin-bottom: 18px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text] {
	  line-height: 36px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text], .icon-con .icon-c1 .icon-c1form textarea {
		margin-bottom: 18px;
	}
	.icon-con .icon-c1 .icon-c1-a1 {
	  margin-top: 18px;
	}
	.icon-con .icon-c1 .icon-c1-a1 a {
		width: 130px;
		height: 42px;
		line-height: 42px;
	}
	.icon-con .icon-c1 .icon-c1-t1{
		font-size: 16px;
	}
	.icon-con .icon-c1 .icon-c1-p2 {
		margin-top: 20px;
	}
	.icon-con .icon-c1 .icon-c1-ewm{
		margin-top: 20px;
	}
	.icon-con .icon-c1 .icon-c1-ewm.icon-c1-ewm-2{
		right: 170px;
	}
	.icon-con .icon-c1 .icon-c1-ewm p {
		margin-top: 4px;
		font-size: 12px;
	}
	.i-brand {
	    padding: 45px 6.25%;
	}
}
@media (max-width: 1366px) {
	.i-about .iab-d .iab-dl .iab-dl-a {
	  margin-top: 36px;
	}
	.three > .threeHd ul li p {
		margin-top: 20px;
		font-size: 14px;
	}
	.i-advantage img {
		max-width: 112%;
		margin-left: -6%;
	}
}

@media (max-width: 1199px) {
	.i-about .iab-d .iab-dl,
	.i-about .iab-d .iab-dr{
		width: 100%;
	}
	.i-about {
		width: 100%;
		margin: 0;
		padding: 50px 5%;
	}
	.i-about .iab-d .iab-dl .iab-dl-p {
	  margin-top: 36px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1::after{
		display: none;
	}
	.i-about .iab-d .iab-dr .iab-dr-1{
		margin-left: 0;
		width: 32%;
		margin-right: 2%;
	}
	.i-about .iab-d .iab-dr .iab-dr-1:nth-child(3n){
		margin-right: 0;
	}
	.i-product {
		width: 100%;
		margin: 0;
		padding: 30px 5%;
	}
	.ipro-title > .hd{
		float: left;
		width: 100%;
	}
	.ipro-title > .hd ul{
		width: 100%;
		text-align: center;
	}
	.ipro-title > .hd ul li{
		display: inline-block;
		float: none;
	}
	.two > .twoHd{
		width: 100%;
	}
	.three > .threeHd{
		width: 100%;
	}
	.three > .threeBd{
		width: 100%;
	}
	.three > .threeHd ul li{
		width: 32%;
		margin-right: 2%;
	}
	.three > .threeHd ul li:nth-child(3n){
		margin-right: 0;
	}
	.three-1{
		padding-right: 0;
	}
	.i-product > .bd::after{
		display: none;
	}
	.ipro-title span{
		top: 16px;
	}
	.ipro-title font{
		float: left;
		width: 100%;
		text-align: center;
	}
	.ipro-title span{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.iadv-1::after{
	  content: "";
	}
	.iadv-1 .iadv1-block{
		opacity: 0;
	}
	.iadv-1 .iadv1-t,
	.iadv-1 .iadv1-d{
		opacity: 1;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	.iadv-1{
	    background: rgba(18, 86, 176, 0.6);
	}
	
	.iadv-1 .iadv1-t{
		float: left;
		width: 100%;
		padding: 0 12%;
		margin-top: 60px;
		text-align: center;
	}
	.iadv-1 .iadv1-d{
		float: left;
		width: 100%;
		padding: 0 12%;
		margin-top: 50%;
		text-align: center;
	}
	.iadv-1 .iadv1-d .iadv1-dp{
		text-align: left;
	}
	.iadv1-dc::after{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.inews-ld{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.i-news .inews-l,
	.i-news .inews-r{
		width: 100%;
	}
	.i-news .inews-l {
		padding: 50px 5% 0 5%;
	}
	.i-news .inews-r{
		margin-top: 80px;
		height: auto;
	}
	.i-news .inews-r .inews-rt{
		height: auto;
	}
	.inews-txt{
		top: 40%;
	}
	.i-news .inews-ab {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(-0%,-0%);
		-ms-transform: translate(-0%,-0%);
		-moz-transform: translate(-0%,-0%);
		float: left;
		width: 100%;
		transform: translate(-0%,-0%);
		padding: 100px 5%;
	}
	.i-news .inews-r .inews-rt .inews-rt-d {
		float: left;
		width: 100%;
	  margin-top: 30px;
	}
	.i-con{
		padding: 0 5%;
		top: 8%;
	}
	.i-brand .swiper-slide {
	    width: 25%;
	}
	.i-brand .swiper-wrapper {
		display: initial;
		display: initial;
		display: initial;
		display: initial;
		display: block;
		-webkit-transition-property: initial;
		-moz-transition-property: initial;
		-o-transition-property: initial;
		-ms-transition-property: initial;
		transition-property: initial;
	}
	.i-brand .img-box{
		border-bottom: 1px solid #e5e5e5;
	}
	.swiper-slide6 > img {
		max-width: 128%;
		margin-left: -14%;
	}
	.icon-con {
		height: 500px;
		padding: 15px 15px;
	}
	.icon-con .icon-c1 {
	  padding: 15px 15px 0 15px;
	}
	.icon-con .icon-c1 .icon-c1-ewm{
		width: 120px;
		right: 15px;
	}
	.icon-con .icon-c1 .icon-c1-ewm.icon-c1-ewm-2 {
	  right: 130px;
	}
	.icon-con .icon-c1 .icon-c1-ewm:last-child{
		float: right;
		margin-left: 0;
	}
	.icon-con .icon-c1 .icon-c1-ewm img{
		width: 80px;
	}
	.icon-con .icon-c1 .icon-c1t {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text] {
		line-height: 32px;
		margin-bottom: 12px;
	}
	.icon-con .icon-c1 .icon-c1form textarea{
		margin-bottom: 12px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=submit]{
		height: 42px;
		line-height: 42px;
	}
	.icon-con .icon-c1 .icon-c1-p2 {
	  margin-top: 15px;
		line-height: 1.8;
	}
}
@media (max-width: 991px) {
	.icon-con .icon-c1 .icon-c1-ewm{
		position: initial;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		margin-left: 10px;
		margin-top: 20px!important;
	}
	.i-advantage::after{
		display: none;
	}
	.i-about .iab-d .iab-dr .iab-dr-1{
		padding-top: 30px;
	}
	.ipro-title font {
	  font-size: 48px;
	}
	.ipro-title span {
		top: 12px;
	  font-size: 24px;
	}
	.two > .twoHd li{
		font-size: 16px;
	}
	.three > .threeHd ul li {
	    margin-bottom: 20px;
	}
	.iadv{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 100%;
	}
	.i-advantage img {
		display: none;
		max-width: 240%;
		margin-left: -70%;
	}
	.iadv-1::after{
		width: 98%;
		height: 94%;
	}
	.iadv-1{
		width: 100%;
		height: 33.33%;
		padding: 36px 5%;
	}
	.iadv-1 .iadv1-t {
		padding: 0 5%;
		font-size: 22px;
		margin-top: 0px;
	}
	.iadv-1 .iadv1-d {
		padding: 0 5%;
		margin-top: 10px;
	}
	.iadv1-de {
		font-size: 22px;
		margin-top: 12px;
	}
	.iadv-1 .iadv1-d .iadv1-dp {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
	}
	.iadv1-dc {
	  font-size: 16px;
	}
	.inews-txt{
		padding: 0 5%;
	}
	.swiper-slide6 > img {
		max-width: 300%;
		margin-left: -100%;
		display: none;
	}
	.i-con{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		float: left;
		width: 100%;
		padding: 50px 5%;
	}
	.icon-con{
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.icon-con .icon-c1 {
	    padding: 15px 15px 15px 15px;
	}
	.icon-con .icon-c1 .icon-c1form input[type=text]{
		margin-bottom: 8px;
	}
	.icon-con .icon-c1 .icon-c1form textarea {
		height: 100px;
	  margin-bottom: 8px;
	}
	.swiper-slide{
		height: auto;
		overflow: initial;
		-webkit-flex-shrink: initial;
		    -ms-flex: none;
		    flex-shrink: initial;
	}
	.swiper-slide1{
		padding-top: 58px;
	}
	.icon-con:nth-child(2) .icon-c1{
		background-size: cover;
	}
	.i-brand-con{
		border-bottom-width: 0;
	}
}

@media (max-width: 767px) {
	.i-about {
		padding: 20px 5%;
	}
	.i-about .iab-t{
		padding-bottom: 18px;
	}
	.i-about .iab-t .iab-t1 {
	  font-size: 24px;
	}
	.i-about .iab-t .iab-t2 {
		font-size: 16px;
		margin-top: 12px;
	}
	.i-about .iab-d .iab-dl .iab-dl-p {
	  margin-top: 12px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a {
	  margin-top: 20px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a {
		width: 180px;
		height: 54px;
		line-height: 54px;
	}
	.i-about .iab-d .iab-dl .iab-dl-a a::after, .i-about .iab-d .iab-dl .iab-dl-a a::before {
		width: 172px;
		height: 46px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 {
	  padding-top: 20px;
	}
	.i-about .iab-d .iab-dr .iab-dr-1 {
		/* width: 100%; */
		/* margin-right: 0%; */
	}
	
	.i-about .iab-d .iab-dr .iab-dr-1 p{
		top: 20px;
		padding: 0 15px;
		font-size: 14px;
	}
	.ipro-title font {
	  font-size: 36px;
	}
	.ipro-title span {
		top: 8px;
		font-size: 18px;
	}
	.ipro-title > .hd ul li {
		margin: 0 2px;
		padding: 0 10px;
		line-height: 36px;
	}
	.two > .twoHd {
	  margin-top: 15px;
	}
	.two > .twoHd li {
		font-size: 14px;
		margin-right: 12px;
	}
	.three > .threeHd ul li p{
		margin-top: 10px;
		font-size: 12px;
	}
	.three > .threeBd .three-1{
		padding-left: 5%;
		padding-right: 5%;
	}
	.three1-pic{
		width: 100%;
		margin-right: 0;
	}
	.three1-txt{
		width: 100%;
	}
	.three > .threeHd ul li {
		width: 48%;
		margin-right: 4%;
	}
	.three > .threeHd ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.three > .threeHd ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	.i-news .inews-l {
	  padding: 30px 5% 30px 5%;
	}
	.inews-ld .inews-lt-1{
		width: 100%;
		margin-right: 0;
	}
	.inews-txt {
	  top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.inews-txt .inews-t {
	  font-size: 16px;
	}
	.inews-txt .inews-time {
	  margin-top: 8px;
	}
	.inews-ld{
		margin-top: 0;
	}
	.inews-lt-1{
		margin-top: 15px;
	}
	.i-news .inews-r {
	  margin-top: 0px;
	}
	.i-news .inews-ab {
	  padding: 30px 5%;
	}
	.i-news .inews-r .inews-rt .inews-rt-d{
		margin-top: 20px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dt {
	  font-size: 16px;
	}
	.i-news .inews-r .inews-rt .inews-rt-d .inews-rt-dp {
		font-size: 14px;
		margin-top: 15px;
	}
	.i-con{
		padding: 20px 5%;
	}
	.icon-con{
		margin: 5px 0;
	}
	.i-brand .swiper-slide {
	  width: 50%;
	}
	.i-brand {
	  padding: 20px 5%;
	}
	.icon-con .icon-c1 .icon-c1-ewm{
		float: left;
		margin-left: 0;
		margin-right: 15px;
	}
	.icon-con .icon-c1 .icon-c1-ewm img{
		width: 90px;
	}
	.icon-con .icon-c1 .icon-c1-ewm:last-child{
		float: left;
	}
}
.product{
	float: left;
	width: 100%;
	padding: 20px 0 76px 0;
}
.pro-link{
	/* display: none; */
	float: left;
	width: 100%;
	text-align: right;
}
.pro-link a{
	/* float: left; */
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 46px;
	border-radius: 24px;
	font-size: 18px;
	color: #333;
	text-align: center;
	border: 1px dashed #eee;
}
.pro-link a:hover,
.pro-link a.active{
	color: #1256b0;
	border-color: #1256b0;
}

.pro-list{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.pro-list ul{
	float: left;
	width: 100%;
}
.pro-list ul li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-top: 30px;
	border: 1px solid #f5f3f3;
}
/* .pro-list ul li:nth-child(4n){
	margin-right: 0;
} */
.pro-list ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list ul li .img-box{
	padding-bottom: 80%;
	/* border: 1px solid #eee; */
	position: relative;
}
.pro-list ul li:hover .img-box{
	/* border-color: #0070be; */
}
.pro-list ul li .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid 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;
}
.pro-list ul li:hover .img-box::after{
	/* border-color: #E2772A; */
}
.pro-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;
}	
.pro-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);
}
.pro-list ul li .pro-li-txt{
	border-top: 3px solid #0070be;
	background: #f5f3f3;
	padding: 30px 5% 30px 5%;
/* 	-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; */
}
.pro-list ul li:hover .pro-li-txt{
	border-color: #f5f3f3;
	border-color: #E2772A;
}


.pro-list ul li .pro-li-txt .pro-li-t{
	font-size: 16px;
	font-size: 20px;
	color: #333;
	color: #0070be;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-list ul li:hover .pro-li-txt .pro-li-t{
	color: #E2772A;
}
.pro-list ul li .pro-li-txt .pro-li-p{
	font-size: 14px;
	line-height: 1.8;
	height: 48px;
	margin-top: 14px;
	margin-top: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* .pro-list ul li:hover  .pro-li-txt{
	background: #0070be;
}
.pro-list ul li:hover  .pro-li-txt .pro-li-t{
	color: #fff;
}
.pro-list ul li:hover .pro-li-txt .pro-li-p{
	color: #fff;
} */
@media (max-width: 1440px) {
	.product {
		padding: 20px 0 30px 0;
	}
	.pro-list{
		margin-top: 0px;
	}
	.pro-link a {
		min-width: 148px;
		padding: 0 5px;
		margin-right: 5px;
		margin-top: 8px;
		line-height: 44px;
		border-radius: 22px;
		font-size: 16px;
	}
	.pro-list ul li{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.pro-list ul li .pro-li-txt{
		padding: 20px 5% 20px 5%;
	}
	.pro-list ul li .pro-li-txt .pro-li-t{
		font-size: 16px;
	}
	.pro-list ul li .img-box{
		padding-bottom: 75%;
	}
	.pro-list ul li .pro-li-txt .pro-li-p {
		margin-top: 10px;
		height: 30px;
	}
	
}
@media (max-width: 1199px) {
	.pro-list ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.pro-list ul li:nth-child(3n){
			margin-right: 3%;
		}
	.pro-list ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.pro-link{
		text-align: left;
	}
	.pro-list{
		margin-top: 0px;
	}
	.pro-link a {
		min-width: 100px;
		margin-right: 3px;
		margin-top: 6px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.product {
		padding: 15px 0 30px 0;
	}
	.pro-list ul li{
		width: 100%;
		margin-right: 0%;
		margin-top: 15px;
	}
}


.md{
	position: absolute;
	top: -30px;
	top: -50px;
}
.md.md-1{
	top: -130px;
}


.product-details-1{
	float: left;
	width: 100%;
	padding: 54px 0 40px 0;
	font-size: 0;
}
.product-details-1 .prode-left{
	float: left;
	width: 61.7%;
	width: 50%;
}
.product-details-1 .prode-left > img{
	max-width: 100%;
}
.product-details-1 .prode-left .carousel{
	display: none;
}
.product-details-1 .prode-left .slider-for{
	float: left;
	width: 75.2%;
	border: 1px solid #eee;
}
.product-details-1 .prode-left .slider-for .item .img-box{
	padding-bottom: 70.43701799485861%;
}
.product-details-1 .prode-left .slider-for .item .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;
	position: initial;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	max-width: initial;
}	
.product-details-1 .prode-left .slider-for .item:hover .img-box img{
	/* -webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 */
}
.product-details-1 .prode-left .slider-nav{
	float: right;
	width: 21.69%;
	margin: 0px 0 0px 0;
}
.product-details-1 .prode-left .slider-nav .item .img-box{
	padding-bottom: 70.40358744394619%;
	border: 1px solid #eee;
}
.product-details-1 .prode-left .slider-nav .slick-slide.slick-current.slick-active .item .img-box{
	border: 1px solid #0070be;
}
.product-details-1 .prode-left .slider-nav .slick-list{
	margin: -16px 0;
}
.product-details-1 .prode-left .slider-nav .slick-slide{
	margin: 16px 0;
	cursor: pointer;
}
.product-details-1 .prode-left .slider-nav .slick-arrow{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 21px;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next{
	background: url(../images/product/down.png);
	bottom: -30px;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next:hover{
	background: url(../images/product/down-on.png);
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-prev{
	background: url(../images/product/up.png);
	top: -30px;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-prev:hover{
	background: url(../images/product/up-on.png);
}
.product-details-1 .prode-right{
	float: right;
	width: 33.69%;
	width: 45.5%;
}
.product-details-1 .prode-right .prode-t{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #333;
}
.product-details-1 .prode-right .prode-p{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin-top: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.product-details-1 .prode-right .prode-span{
	float: left;
	width: 100%;
	margin-top: 32px;
	margin-top: 12px;
}
.product-details-1 .prode-right .prode-span span{
	margin-top: 10px;
	float: left;
	width: 25%;
	padding-left: 32px;
	line-height: 20px;
	font-size: 16px;
	color: rgba(51,51,51,0.5);
	background: url(../images/product/y.png) left center no-repeat;
}
.product-details-1 .prode-right .prode-del{
	float: left;
	width: 100%;
	margin-top: 58px;
	margin-top: 28px;
	padding: 42px 0 38px 0;
	padding: 16px 0 16px 0;
	font-size: 42px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #0070be;
}
.product-details-1 .prode-right .prode-del img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 16px;
}
.product-details-1 .prode-right .prode-link{
	float: left;
	width: 100%;
	margin-top: 84px;
	margin-top: 24px;
	clear: both;
}
.product-details-1 .prode-right .prode-link a{
	float: left;
	padding: 0 48px;
	height: 52px;
	height: 42px;
	line-height: 52px;
	line-height: 42px;
	margin-right: 10px;
	font-size: 16px;
	font-size: 14px;
	background: #0070be;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.product-details-1 .prode-right .prode-link a:nth-child(2){
	margin-right: 0;
	background: #7e7e7e;
}
.product-details-1 .prode-right .prode-link a:hover{
	opacity: 0.8;
}

.product-details-2{
	float: left;
	width: 100%;
}
.prde2-md{
	float: left;
	width: 100%;
	background: #f3f4f5;
	line-height: 60px;
	display: none;
}
.prde2-md a{
	float: left;
	font-size: 16px;
	padding: 0 38px;
	color: #333;
}
.prde2-md a:hover{
	color: #fff;
	background: #0070be;
}
.prde2-id1{
	float: left;
	width: 100%;
	border-bottom: 3px solid #f3f3f3;
	position: relative;
}
.prde2-t{
	font-family: 'Montserrat-Black';
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #0070be;
	text-transform: uppercase;
}
.prde2-p{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	position: relative;
	border-bottom: 2px solid #f3f4f4;
}
.product-details-2 .prde2-p:nth-child(3){
	display: none;
}
.pro-de-d{
	display: none;
	float: left;
	width: 100%;
	padding: 50px 0 70px 0;
}
.pro-de-d .pro-list ul li{
	margin-top: 20px;
}

@media (max-width: 1680px) {
	.product-details-1 .prode-right .prode-t{
		font-size: 30px;
	}
	.product-details-1 .prode-right .prode-p{
		margin-top: 16px;
	}
	.product-details-1 .prode-right .prode-span{
		margin-top: 12px;
	}
	.product-details-1 .prode-right .prode-del {
		margin-top: 56px;
		margin-top: 20px;
		padding: 40px 0 36px 0;
		padding: 15px 0 15px 0;
		font-size: 40px;
	}
}
@media (max-width: 1600px) {
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -15px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 15px 0;
	}
	.product-details-1 .prode-right .prode-del {
		margin-top: 56px;
		margin-top: 16px;
		padding: 30px 0 28px 0;
		padding: 10px 0 10px 0;
		font-size: 38px;
	}
	.product-details-1 .prode-right .prode-del img{
		width: 48px;
	}
	.product-details-1 .prode-right .prode-link{
		margin-top: 68px;
		margin-top: 18px;
	}
}
@media (max-width: 1440px) {
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -13px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 13px 0;
	}
	.product-details-1 .prode-right{
		/* width: 35%; */
	}
	.product-details-1 .prode-right .prode-t {
	  font-size: 28px;
	}
	.product-details-1 .prode-right .prode-span span{
		width: 50%;
	}
	.product-details-1 .prode-right .prode-del img{
		width: 36px;
	}
	.product-details-1 .prode-right .prode-del {
		margin-top: 26px;
		margin-top: 16px;
		padding: 16px 0 16px 0;
		padding: 10px 0 10px 0;
		font-size: 24px;
	}
	.product-details-1 .prode-right .prode-link {
	  margin-top: 60px;
	  margin-top: 20px;
	}
}

@media (max-width: 1366px) {
	.product-details-1 .prode-right .prode-link {
	  margin-top: 36px;
	  margin-top: 16px;
	}
}
@media (max-width: 1199px) {
	.prde2-md a {
	    font-size: 14px;
	    padding: 0 15px;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -16px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 16px 0;
	}
	.product-details-1 {
	    padding: 42px 0 0px 0;
	}
	.product-details-1 .prode-left{
		width: 100%;
		padding-right: 0;
	}
	.product-details-1 .prode-left img{
		max-width: 100%;
	}
	.product-details-1 .prode-right{
		width: 100%;
		padding: 30px 0%;
	}
}
@media (max-width: 991px) {
	.product-details-1 .prode-right .prode-t {
	  font-size: 24px;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -11px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide{
		margin: 11px 0;
	}
}
@media (max-width: 767px) {
	.product-details-1 {
	    padding: 20px 0 0px 0;
	}
	.product-details-1 .prode-left{
		background: none;
	}
	.product-details-1 .prode-left .slider-for{
		width: 100%;
	}
	.product-details-1 .prode-left .slider-nav{
		width: 100%;
		padding: 0 0%;
		margin: 10px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-list{
		margin: -0px -5px;
	}
	.product-details-1 .prode-left .slider-nav .slick-slide {
	  margin: 0px 5px;
	}
	.product-details-1 .prode-right .prode-t {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.product-details-1 .prode-right .prode-link a {
		padding: 0 36px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.product-details-1 .prode-right .prode-p {
	    margin-top: 10px;
	}
	.product-details-1 .prode-right .prode-del {
		margin-top: 20px;
		padding: 12px 0 12px 0;
		font-size: 20px;
	}
	.product-details-1 .prode-right .prode-del img {
		width: 28px;
		margin-right: 8px;
	}
	.product-details-1 .prode-right .prode-link {
	  margin-top: 20px;
	}
	.prde2-md{
		width: 100%;
		line-height: 48px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.prde2-p {
		margin-top: 5px;
    padding: 5px 0 10px 0;		
	}
	.prde2-t {
	  font-size: 16px;
	}
	.prde2-id1 {
	  padding: 14px 0 14px 0;
	}
	.prde2-p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.6;
	}
	.product-details-1 .prode-right {
	    padding: 15px 0%;
	}
	.pro-de-d {
		padding: 20px 0 20px 0;
	}
}


.about-2 .ab2-left .ab1-p{
	position: absolute;
    top: 0%;
    left: 0;
    font-size: 46px;
    color: #1256b0;
}
.about-2 .ab2-left font {
    font-size: 60px;
	font-family: 'impact';
    text-transform: uppercase;
    color: rgba(15,15,15,0.1);
	line-height: 45px;
	padding-bottom: 30px;
}
.about-2 .ab2-left .ab1-r1t{
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.about-2 .ab2-left font {
		font-size: 40px;
	}
}

.about-2{
	float: left;
	width: 100%;
	position: relative;
	padding: 52px 0 76px 0;
}
.about-2 .ab2-left{
	float: left;
	width: 50%;
	padding-right: 4.7%;
	font-size: 18px;
	line-height: 2.2;
	color: #666;
}
.about-2 .ab2-right{
	float: left;
	width: 50%;
}
.about-2 .ab2-right .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.about-2 .ab2-right .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;
}
.about-2 .ab2-right .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.about-2 .ab2-right .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 57.61904761904762%;
	background-color: rgba(0, 0, 0, 0);
}
.about-2 .ab2-right .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;
}
.about-2 .ab2-right .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.about-2 .ab2-right .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about-2 .ab2-right .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.about-2 .ab2-right .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/about/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%);
}
.about-2 .ab2-right .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.about-2 .ab2-right .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

.title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #333;
}
.bg-fa{
	background: #fafafa;
}
.about-3{
	float: left;
	width: 100%;
	position: relative;
	padding: 86px 0 74px 0;
}

.ab3-ul{
	float: left;
	width: 100%;
	margin-top: 42px;
	padding-bottom: 82px;
	position: relative;
}
.ab3-ul .slick-list{
	margin: 0 -26px;
}
.ab3-ul .slick-slide{
	padding: 0 26px;
	padding: 0 10px;
}
.ab3-ul .img-box{
	padding-bottom: 141.9786096256684%;
	border: 3px solid #dcdcdc;
}
.ab3-ul p{
	margin-top: 4px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 3px solid #dcdcdc;
	color: #666;
	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;
	text-align: center;
}

.ab3-ul .slick-slide:hover p{
	color: #0070be;
	border-bottom-color: #0070be;
}

.ab3-ul .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;
}	
.ab3-ul .img-box:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ab3-ul .slick-arrow{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background-color: #b6b6b6;
	background-position: center;
	background-repeat: no-repeat;
	-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;
}
.ab3-ul .slick-arrow.slick-prev{
	background-image: url(../images/about/left.png);
}
.ab3-ul .slick-arrow.slick-next{
	left: 70px;
	background-image: url(../images/about/right.png);
}
.ab3-ul .slick-arrow:hover{
	background-color: #0070be;
}

.about-4{
	float: left;
	width: 100%;
	position: relative;
	padding: 66px 0 24px 0;
}
.ab4-list{
	float: left;
	width: 100%;
	margin-top: 56px;
	position: relative;
}
.ab4-list::after{
	position: absolute;
	left: 129px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f1eeee;
	content: "";
}
.ab4-list ul{
	float: left;
	width: 100%;
}
.ab4-list ul li{
	float: left;
	width: 100%;
	margin-bottom: 56px;
	padding-left: 176px;
	position: relative;
}
.ab4-list ul li .ab4-time{
	position: absolute;
	top: 50%;
	left: 0;
	width: 137px;
	height: 100%;
	font-size: 36px;
	color: #333;
	font-family: "arial black";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	-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;
}
.ab4-list ul li:hover .ab4-time{
	color: #0070be;
}
.ab4-list ul li .ab4-time span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab4-list ul li .ab4-time::after{
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #f1eeee;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 8;
	-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: "";
}
.ab4-list ul li:hover .ab4-time::after{
	background: #0070be;
}
.ab4-list ul li .ab4-time::before{
	position: absolute;
	right: 7px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #f1eeee;
	z-index: 8;
	content: "";
}

.ab4-list ul li:hover .ab4-time::before{
	background: #0070be;
}

.ab4-list ul li .ab4-con{
	float: left;
	width: 100%;
	position: relative;
}
.ab4-list ul li .ab4-con .ab4-pic{
	float: left;
	width: 28.3%;
}
.ab4-list ul li .ab4-con .ab4-pic .img-box{
	padding-bottom: 57.27699530516432%;
}
.ab4-list ul li .ab4-con .ab4-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;
}	
.ab4-list ul li:hover .ab4-con .ab4-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ab4-list ul li .ab4-con .ab4-text{
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	width: 71.7%;
	height: 100%;
	padding-left: 50px;
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid #f1eeee;
}
.ab4-list ul li .ab4-con .ab4-text .ab4-pCon{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1440px) {
	.about-1 {
	  padding: 60px 0 20px 0;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span{
		font-size: 48px;
	}
	.about-1 .ab1-right .ab1-r1 p {
		margin-top: 15px;
		font-size: 12px;
	}
	.about-1 .ab1-left .ab1-p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	.about-2 {
		padding: 42px 0 56px 0;
	}
	.about-2 .ab2-left {
		padding-right: 6%;
		font-size: 14px;
		line-height: 1.7;
		width: 60%;
	}
	.about-2 .ab2-right{
		float: left;
		width: 40%;
	}
	.about-3 {
		padding: 56px 0 44px 0;
	}
	.title {
	    font-size: 28px;
	}
	.ab3-ul .slick-list{
		margin: 0 -15px;
	}
	.ab3-ul .slick-slide{
		padding: 0 15px;
	}
	.about-4 {
	    padding: 46px 0 14px 0;
	}
	.ab4-list ul li .ab4-con .ab4-text{
		padding-left: 36px;
		font-size: 14px;
		line-height: 2;
	}
	.ab3-ul .slick-arrow{
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 1199px) {
	.about-1 {
	  padding: 40px 0 20px 0;
	}
	.about-1 .ab1-left{
		width: 100%;
	}
	.about-1 .ab1-right{
		width: 100%;
	}
	.about-1 .ab1-right .ab1-r1{
		float: left;
		margin-left: 0;
		width: 25%;
		text-align: center;
	}
	.about-1 .ab1-right{
		margin-top: 30px;
	}
	.about-2 .ab2-left{
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.about-2 .ab2-right{
		width: 100%;
	}
	.ab3-ul{
		padding-bottom: 68px;
	}
	.ab4-list::after{
		display: none;
	}
	.ab4-list ul li:hover .ab4-time::after {
		background: #fff;
		display: none;
	}
	.ab4-list ul li .ab4-time::after{
		display: none;
	}
	.ab4-list ul li .ab4-time::before{
		display: none;
	}
	.ab4-list ul li:hover .ab4-time {
	  color: #333;
	}
	
	.ab4-list ul li .ab4-time{
		position: relative;
		top: auto;
		left: auto;
		float: left;
		width: 100%;
		height: auto;
		font-size: 24px;
		margin-bottom: 15px;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li .ab4-time span {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li{
		padding-left: 0;
		margin-bottom: 30px;
	}
	.ab4-list ul li .ab4-con .ab4-text {
	  padding-left: 24px;
		height: auto;
		min-height: 100%;
		width: 65%;
		line-height: 1.8;
	}
	.ab4-list ul li .ab4-con .ab4-pic{
		width: 35%;
	}
}

@media (max-width: 991px) {
	.ab4-list ul li .ab4-con .ab4-text {
		width: 100%;
	}
	.ab4-list ul li .ab4-con .ab4-pic {
		width: 100%;
	}	
	.ab4-list ul li .ab4-con .ab4-text .ab4-pCon {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.ab4-list ul li .ab4-con .ab4-text {
		position: relative;
		top: auto;
		right: auto;
		padding: 20px 3%;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span {
	  font-size: 36px;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t strong {
	  font-size: 18px;
	}
}

@media (max-width: 767px) {
	.title {
	  font-size: 24px;
	}
	.about-1 {
	  padding: 20px 0 20px 0;
	}
	.about-1 .ab1-left a img{
		height: 48px;
	}
	.about-1 .ab1-left .ab1-p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	.about-1 .ab1-right .ab1-r1{
		width: 50%;
		margin: 10px 0;
	}
	.about-1 .ab1-right .ab1-r1 .ab1-r1t span {
	  font-size: 30px;
	}
	.about-1 .ab1-right .ab1-r1 p {
	  margin-top: 5px;
	}
	.about-1 .ab1-right {
	  margin-top: 20px;
	}
	.about-2 {
	  padding: 20px 0 20px 0;
	}
	.about-2 .ab2-left{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.about-3 {
	  padding: 30px 0 20px 0;
	}
	.ab3-ul {
		margin-top: 20px;
		padding-bottom: 50px;
	}
	.ab3-ul p{
		border-bottom-width: 2px;
	}
	.ab3-ul .slick-list{
		margin: 0 -10px;
	}
	.ab3-ul .slick-slide{
		padding: 0 10px;
	}
	.ab3-ul .img-box{
		border-width: 2px;
	}
	.ab3-ul .slick-arrow {
		width: 36px;
		height: 36px;
	}
	.ab3-ul .slick-arrow.slick-next {
	  left: 48px;
	}
	.about-4 {
	  padding: 20px 0 10px 0;
	}
	.ab4-list{
		margin-top: 20px;
	}
	.ab4-list ul li {
	  margin-bottom: 20px;
	}
	.ab4-list ul li .ab4-time{
		margin-bottom: 10px;
	}
}





.server{
	float: left;
	width: 100%;
	margin: 38px 0 58px 0;
}
.server ul{
	float: left;
	width: 100%;
}
.server ul li{
	float: left;
	width: 100%;
	background: #f8f7f7;
	position: relative;
}
.server ul li .ser-text{
	float: left;
	width: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 42px;
}
.server ul li .ser-text .ser-t{
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.server ul li .ser-text .ser-t::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 2px;
	background: #0070be;
	content: "";
}
.server ul li .ser-text .ser-p{
	margin-top: 14px;
	font-size: 16px;
	line-height: 2;
}
.server ul li .ser-pic{
	float: left;
	width: 50%;
}
.server ul li .ser-pic .img-box{
	padding-bottom: 30.35714285714286%;
}
.server ul li .ser-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;
}
.server ul li:hover .ser-pic .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.server ul li:nth-child(2n) .ser-pic{
	float: right;
}
.server ul li:nth-child(2n) .ser-text{
	right: auto;
	left: 0;
}
@media (max-width: 1440px) {
	.server ul li .ser-text{
		padding: 0 36px;
	}
	.server ul li .ser-text .ser-t {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.server ul li .ser-text .ser-p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.8;
	}
}
@media (max-width: 1199px) {
	.server ul li{
		margin-top: 20px;
	}
	.server ul li .ser-text{
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 30px 5%;
	}
	.server ul li .ser-pic{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.server {
	    margin: 10px 0 20px 0;
	}
	.server ul li{
		margin-top: 15px;
	}
	.server ul li .ser-text{
		padding: 20px 4%;
	}
}


.news{
	float: left;
	width: 100%;
	padding-bottom: 56px;
	padding-top: 56px;
}
.news ul{
	float: left;
	width: 100%;
}
.news ul li{
	float: left;
	width: 100%;
	/* background: #fff; */
	-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 ul li:hover{
	background: #eee;
} */
.news ul li .news-li{
	float: left;
	width: 100%;
	/* padding: 38px 0 30px 0; */
	/* border-bottom: 1px solid #eee; */
	margin-top: 70px;
	background: #fff;
	-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 5px 15px 0 rgba(0,0,0,0.1);
}
.news ul li:hover .news-li{
	background: #eee;
}
.news ul li .news-li .news-li-pic{
	float: left;
	width: 21.19%;
	width: 24%;
	width: 40%;
}
.news ul li .news-li .news-li-pic .img-box{
	padding-bottom: 67%;
}
.news ul li .news-li .news-li-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;
}
.news ul li:hover .news-li .news-li-pic .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.news ul li .news-li .news-li-txt{
	float: left;
	width: 78.81%;
	width: 76%;
	width: 60%;
	padding-left: 38px;
	padding-left: 58px;
	padding-right: 58px;
	padding: 80px 58px;
}
.news ul li .news-li .news-li-txt .news-li-t{
	font-size: 26px;
	margin-top: 18px;
	line-height: 1.1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li .news-li .news-li-txt .news-li-t a{
	color: #333;
}
.news ul li:hover .news-li .news-li-txt .news-li-t a{
	color: #0070be;
}
.news ul li .news-li .news-li-txt .news-li-time{
	font-size: 14px;
	margin-top: 18px;
	color: #a5a5a5;
}
.news ul li .news-li .news-li-txt .news-li-p{
	font-size: 16px;
	margin-top: 22px;
	height: 56px;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news ul li .news-li .news-li-txt .news-li-a{
	margin-top: 18px;
}
.news ul li .news-li .news-li-txt .news-li-a a{
	display: inline-block;
	width: 128px;
	height: 48px;
	line-height: 48px;
	/* padding: 0 30px; */
	font-size: 14px;
	color: #a5a5a5;
	text-align: left;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover{
	text-align: center;
	background: #0070be;
	color: #fff;
}
.news ul li .news-li .news-li-txt .news-li-a a img{
	padding-bottom: 3px;
}
.news ul li .news-li .news-li-txt .news-li-a a img.block{
	display: inline-block;
	margin-left: 10px;
}
.news ul li .news-li .news-li-txt .news-li-a a img.none{
	display: none;
	margin-left: 7px;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover img.block{
	display: none;
}
.news ul li .news-li .news-li-txt .news-li-a a:hover img.none{
	display: inline-block;
}
@media (max-width: 1680px) {
	.news ul li .news-li .news-li-txt .news-li-t{
		font-size: 24px;
	}
	.news ul li .news-li .news-li-txt .news-li-time{
		margin-top: 16px;
	}
	.news ul li .news-li .news-li-txt .news-li-p{
		font-size: 14px;
		margin-top: 16px;
		height: 48px;
		line-height: 24px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	  margin-top: 16px;
	}
	.news ul li .news-li .news-li-txt .news-li-a a {
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
}
@media (max-width: 1440px) {
	.news {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.news ul li .news-li{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news ul li .news-li .news-li-txt{
		/* padding-left: 50px; */
		padding: 60px 5%;
	}
	.news ul li .news-li .news-li-txt .news-li-t{
		font-size: 22px;
		margin-top: 10px;
	}
	.news ul li .news-li .news-li-txt .news-li-time {
	  margin-top: 12px;
	}
	.news ul li .news-li .news-li-txt .news-li-p{
		margin-top: 14px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	    margin-top: 14px;
	}
}
@media (max-width: 1366px) {
	.news ul li .news-li .news-li-txt .news-li-p{
		margin-top: 10px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	    margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.news{
		padding-bottom: 40px;
	}
	.news ul li .news-li .news-li-pic {
	  /* width: 35%; */
	}
	.news ul li .news-li .news-li-txt {
		/* width: 65%; */
		padding-left: 30px;
		padding: 30px 5%;
	}
	.news ul li .news-li .news-li-txt .news-li-t {
		font-size: 20px;
		margin-top: 8px;
	}
	.news ul li .news-li .news-li-txt .news-li-a a {
		width: 100px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	.news ul li .news-li {
		/* padding: 30px 0 30px 0; */
	}
}

@media (max-width: 991px) {
	.news ul li .news-li .news-li-txt {
		padding: 5px 4%;
	}
}

@media (max-width: 767px) {
	.news{
		padding-bottom: 30px;
	}
	.news ul li .news-li .news-li-pic {
	  width: 100%;
	}
	.news ul li .news-li .news-li-txt {
		width: 100%;
		padding: 10px 3% 10px 3%;
	}
	.news ul li .news-li {
	  /* padding: 20px 0 20px 0; */
		margin-top: 20px;
	}
	.news ul li .news-li .news-li-txt .news-li-a {
	  margin-top: 8px;
	}
	.news ul li .news-li .news-li-txt .news-li-t {
	  font-size: 18px;
	}
}


/*新闻详情*/
.news-details{
	float: left;
	width: 100%;
	padding: 57px 0 67px 0;
}
.news-details.pd-0{
	padding-top: 0;
}
.news-details .newDe-left{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-t{
	float: left;
	width: 100%;
	font-size: 30px;
	padding-bottom: 14px;
	line-height: 1.5;
	color: #333;
	text-align: center;
}
.news-details .newDe-left .newDe-p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.news-details .newDe-left .newDe-p span{
	float: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 20px;
	margin-top: 10px;
	color: #a5a5a5;
}

.news-details .newDe-left .text{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 44px 0 44px 0;
	line-height: 1.8;
	color: #666;
	text-indent: 2em;
}
.news-details .newDe-left .text img {
	max-width: 800px;
	height: auto!important;
} 
.news-details .newDe-left .newDe-a{
	float: left;
	width: 100%;
}
.news-details .newDe-left .newDe-a a{
	float: left;
	width: 48%;
	line-height: 58px;
	border-radius: 29px;
	font-size: 16px;
	padding: 0 24px;
	border: 1px dashed #373737;
	color: #333;
	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: #0070be;
	border-color: #0070be;
}

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

.prde2-t1{
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-top: 74px;
	margin-top: 0!important;
	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;
}

@media (max-width: 1440px) {
	.news-details {
	  padding: 30px 0 30px 0;
	}
	.news-details .newDe-left .newDe-t {
		font-size: 24px;
		padding-bottom: 20px;
		line-height: 1.4;
	}
	.news-details .newDe-left .text {
		font-size: 14px;
		padding: 24px 0 24px 0;
		line-height: 1.8;
	}
	.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: 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;
		padding-bottom: 0;
	}
	.news-details .newDe-left .newDe-p{
		padding: 0px 0 15px 0;
	}
	.news-details .newDe-left .text {
		padding: 10px 0 20px 0;
	}
	.news-details .newDe-left .text img {
		max-width: 100%;
	} 
	.news-details .newDe-left .newDe-a a{
		width: 100%;
		margin: 5px 0;
	}
	.prde2-t1 {
		margin-top: 20px;
		line-height: 40px;
		font-size: 16px;
	}
	.prde2-t1 a{
		font-size: 12px;
	}
}

.contact{
	float: left;
	width: 100%;
	padding-bottom: 134px;
}
.con1{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 35px;
	padding: 50px 2.38% 50px 2.38%;
	background: #f8f7f7;
}

.con1 .con1-t{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.con1 .con1-t .con1-tl{
	float: left;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.con1 .con1-t .con1-tl strong{
	color: #333;
}

.con1 .con1-t .con1-tr{
	float: right;
}
.con1 .con1-t .con1-tr .con1-tr-1{
	float: left;
	text-align: center;
	margin-left: 30px;
}
.con1 .con1-t .con1-tr .con1-tr-1 img{
	border: 12px solid #eee;
}
.con1 .con1-t .con1-tr .con1-tr-1 p{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.con1 .con1-d{
	float: left;
	width: 100%;
	height: 724px;
}
.map1{
	width: 100%;
	height: 100%;
}

.con2{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
	background: #f8f7f7;
	padding: 100px 2.38% 66px 2.38%;
}

.con-form{
	float: left;
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	text-align: center;
}
.con-form input[type=text]{
	font-family: 'CenturyGothic';
	float: left;
	width: 32.5%;
	line-height: 54px;
	margin-right: 1.23%;
	padding: 0 12px;
	margin-top: 22px;
	background: none;
	background: #fff;
}
.con-form input[type=text].mr0{
	margin-right: 0;
}
.con-form input[type=text].w-100{
	width: 100%;
}
.con-form textarea{
	font-family: 'CenturyGothic';
	width: 100%;
	height: 190px;
	margin-top: 22px;
	padding: 10px 12px;
	line-height: 2;
	background: #fff;
}
.con-form input[type=reset],
.con-form input[type=submit]{
	float: none;
	display: inline-block;
	padding: 0 62px;
	height: 60px;
	line-height: 60px;
	margin-top: 22px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: #1256b0;
	color: #fff;
	-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-form input[type=reset]:hover,
.con-form input[type=submit]:hover{
	opacity: 0.9;
}
@media (max-width: 1440px) {
	.con1 .con1-d{
		height: 600px;
	}
}
@media (max-width: 1199px) {
	.con1 .con1-d{
		height: 480px;
	}
	.contact {
	  padding-bottom: 64px;
	}
	.con2 {
		margin-top: 20px;
		padding: 50px 2.38% 48px 2.38%;
	}
}
@media (max-width: 991px) {
	.con1 .con1-t .con1-tl,
	.con1 .con1-t .con1-tr{
		width: 100%;
	}
	.con1 .con1-t .con1-tr{
		margin-top: 20px;
	}
	.con1 .con1-t .con1-tr .con1-tr-1{
		margin-right: 30px;
		margin-left: 0px;
	}
	.con1 {
		margin-top: 20px;
		padding: 30px 2.38% 30px 2.38%;
	}
	.con2 {
		margin-top: 10px;
		padding: 30px 2.38% 30px 2.38%;
	}
	.con-form input[type=reset],
	.con-form input[type=submit] {
		padding: 0 48px;
		height: 48px;
		line-height: 48px;
		margin-top: 18px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.con1 {
		margin-top: 20px;
		padding: 20px 2.38% 20px 2.38%;
	}
	.con1 .con1-t .con1-tr .con1-tr-1 {
    margin-right: 20px;
	}	
	.con1 .con1-t .con1-tr .con1-tr-1 img {
	  border-width: 6px;
	}
	.con1 .con1-d {
	    height: 300px;
	}
	.con2 {
		margin-top: 15px;
		padding: 20px 2.38% 20px 2.38%;
	}
	
	.con-form{
		margin-top: 10px;
	}
	.con-form input[type=text] {
		width: 100%;
		line-height: 42px;
		margin-right: 0%;
		margin-top: 8px;
	}
	.con-form textarea{
		height: 130px;
		line-height: 1.6;
		margin-top: 8px;
	}
	.con-form input[type=reset],
	.con-form input[type=submit] {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		font-size: 14px;
	}
	.contact {
	  padding-bottom: 30px;
	}
	.con1 .con1-t .con1-tl{
		font-size: 14px;
	}
}

.job-1{
	float: left;
	width: 100%;
	padding: 64px 0 86px 0;
}
.job-p1,
.job-p2{
	float: left;
	width: 100%;
}
.job-p1{
	font-size: 48px;
	line-height: 1.4;
}
.job-p2{
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
	padding-left: 12px;
	border-left: 2px solid #0070be;
}




.wrap-job{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.wrap-job .job{
	float: left;
	width: 100%;
}
.wrap-job .job .list{
	float: left;
	width: 100%;
}
.wrap-job .job .list > ul{
	float: left;
	width: 100%;
  overflow: hidden;
}
.wrap-job .job .list > ul > li{
	float: left;
	width: 23.8%;
	height: 262px;
	margin-right: 1.6%;
	margin-top: 30px;
	background: #f8f7f7;
}
.wrap-job .job .list > ul > li:nth-child(4n){
	margin-right: 0;
}
.wrap-job .job .list > ul > li .click{
	float: left;
	width: 100%;
	height: 100%;
}
.wrap-job .job .list > ul > li .click .apply{
	float: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.wrap-job .job .list > ul > li .click .apply > p{
	margin-top: 70px;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.wrap-job .job .list > ul > li .click .apply > .job-ico{
	margin-top: 40px;
	text-align: center;
}
.wrap-job .job .list > ul > li .click .apply > .job-ico span{
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: #fff url(../images/contact/ico.png) no-repeat;
	background-size: 100% 100%;
}



/*加载更多*/
.wrap-job .showMorehandle1{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 50px;
	text-align: center;
}
.wrap-job .showMorehandle1 a{
  display: inline-block;
	width: 240px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #0065a8;
	border: 1px solid #0065a8;
}



/*弹窗*/
.bd_weixin_popup,
.bd_weixin_popup_bg{
	z-index: 1000013!important;
}
.message{	
	position: fixed;
	z-index: 1000012;
	top: 0%;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.7); */
}
 .message .messageinfo{
	float: left;
	width: 1680px;
	height: 900px;
	padding: 52px 40px 58px 40px;
  background-color: #fff;
	border-radius: 10px;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.message .title-message{
    border-bottom: 1px solid #ddd;
}
 .message .title-message h3{
	text-align: center;
	font-size: 32px;
	padding-bottom: 36px;
	color: #333;
	line-height: 1.2;
	margin: 0;
}
.title-span{
	padding: 28px 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.title-span span{
	margin-right: 90px;
}
.message-con{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	max-height: 460px;
	overflow-y: auto;
}
.message-con .message-con-p{
	margin-top: 14px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 2;
}
.message-bot{
	float: left;
	width: 100%;
	padding: 28px 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.message-bot .mb-t{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
}
.message-bot .mb-t a{
	color: #0070be;
}
.message-bot .mb-d{
	float: left;
	width: 100%;
	margin-top: 22px;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d span{
	float: left;
	font-size: 16px;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d .bdsharebuttonbox{
	float: left;
	height: 39px;
	line-height: 39px;
}
.message-bot .mb-d .bdsharebuttonbox a{
	display: inline-block;
	float: none;
	width: 39px;
	height: 39px;
	margin-left: 11px!important;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%!important;
}

.message-bot .mb-d .bdsharebuttonbox a.bds_tsina{
	background-image: url(../images/contact/ico-wb.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_weixin{
	background-image: url(../images/contact/ico-wx.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_sqq{
	background-image: url(../images/contact/ico-qq.png);
}
.message-bot .mb-d .bdsharebuttonbox a.bds_qzone{
	background-image: url(../images/contact/ico-kj.png);
}

.message .m-close{
	position: absolute;
	right: 40px;
	bottom: 24px;
  cursor: pointer;
	width: 180px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 16px;
	color: #0070be;
	border: 1px solid #0070be;
	text-align: center;
}
.message .m-close .img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	width: 22px;
	height: 13px;
	margin-left: 7px;
	background: url(../images/contact/ico-1.png) no-repeat;
	background-size: auto 100%;
}
.maskbg{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

@media (max-width: 1680px) {
	.message .messageinfo{
		width: 96%;
	}
}
@media (max-width: 1600px) {
	.message .messageinfo{
		padding: 40px 3% 40px 3%;
		height: 860px;
	}
	.message .title-message h3 {
		font-size: 28px;
		padding-bottom: 28px;
	}
	.title-span {
		padding: 20px 0;
		font-size: 14px;
	}
	.title-span span {
	  margin-right: 60px;
	}
	.message-con .message-con-p {
		margin-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
}
@media (max-width: 1440px) {
	.job-1 {
		padding: 44px 0 56px 0;
	}
	.job-p1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.job-p2 {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 30px;
		padding-left: 10px;
	}
	.wrap-job .job .list > ul > li .click .apply > p{
		font-size: 28px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span{
		width: 54px;
		height: 54px;
	}
	
	.message .messageinfo{
		height: auto;
	}
	.message-bot {
	  padding: 20px 0 20px 0;
	}
	.message-bot .mb-d {
	    margin-top: 15px;
	}
	.message .messageinfo{
		padding-bottom: 100px;
	}
	.title-span span {
	    margin-right: 30px;
	}
	.message-con .message-con-p{
		font-size: 14px;
	}
	.message-con{
		max-height: 400px;
	}
	.message .title-message h3 {
		font-size: 24px;
		padding-bottom: 24px;
	}
}
@media (max-width: 1199px) {
	.wrap-job .job .list > ul > li{
		height: 200px;
	}
	.wrap-job .job .list > ul > li .click .apply > p {
	  font-size: 24px;
		margin-top: 50px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico{
		margin-top: 24px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span {
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 991px) {
	.job-1 {
	  padding: 30px 0 30px 0;
	}
	.job-p1 {
	  font-size: 28px;
	}
	.job-p2 {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
		padding-left: 12px;
		border-left-width: 1px;
	}
	.wrap-job .job .list > ul > li{
		width: 48%;
		margin-right: 4%;
	}
	.wrap-job .job .list > ul > li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.job-p1 {
	  font-size: 20px;
	}
	.job-p2 {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 14px;
		padding-left: 12px;
	}
	.wrap-job{
		margin-top: 10px;
	}
	.wrap-job .job .list > ul > li{
		margin-top: 15px;
		height: 160px;
	}
	.wrap-job .job .list > ul > li .click .apply > p{
		font-size: 20px;
		margin-top: 40px;
	}
	.wrap-job .job .list > ul > li .click .apply > .job-ico span {
		width: 40px;
		height: 40px;
	}
	.message .messageinfo {
	  padding: 20px 3% 68px 3%;
	}
	.message .title-message h3 {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.title-span{
		line-height: 1.5;
	}
	.title-span span {
	  margin-right: 15px;
	}
	.message-con .message-con-p{
		line-height: 1.6;
	}
	.title-span {
	  padding: 10px 0;
	}
	.message-bot {
	  padding: 10px 0 10px 0;
	}
	.message-bot .mb-d .bdsharebuttonbox a{
		width: 30px;
		height: 30px;
		margin-left: 5px!important;
	}
	.message-bot .mb-d .bdsharebuttonbox {
		height: 30px;
		line-height: 30px;
	}
	.message-bot .mb-d span {
		font-size: 14px;
		height: 30px;
	  line-height: 30px;
	}
	.message-bot .mb-d {
		margin-top: 12px;
		height: 30px;
		line-height: 30px;
	}
	.message .m-close {
		right: 30px;
		bottom: 20px;
		width: 140px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
	}
	.message .m-close .img {
	    padding-bottom: 6px;
	    width: 18px;
	    height: 12px;
	    margin-left: 6px;
	}
	.message-con {
	  max-height: 350px;
	}
	
}

.cur1{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.cur1-left{
	float: left;
	width: 53%;
}
.cur1-right{
	float: right;
	width: 42.5%;
}

.cur1-left .cur1-p1{
	padding: 49px 0;
	font-size: 16px;
	border-top: 1px dashed #d7d6d6;
	line-height: 2;
	color: #666;
}
.cur1-left .cur1-p1:last-child{
	border-bottom: 1px dashed #d7d6d6;
}

.cur2{
	float: left;
	width: 100%;
	margin-top: 115px;
	margin-bottom: 96px;
	background: #f7f6f6;
}
.cur2-li{
	float: left;
	width: 33.33%;
}
.cur2-li span{
	float: left;
	width: 100%;
}
.cur2-li .img-box{
	padding-bottom: 65.17857142857143%;
}
.cur2-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;
}
.cur2-li:hover .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.cur2-li .cur2-li-txt{
	float: left;
	width: 100%;
	height: 365px;
	text-align: center;
}
.cur2-li .cur2-li-txt .cur2-li-t{
	float: left;
	width: 100%;
	margin-top: 116px;
	font-size: 28px;
	padding-bottom: 14px;
	font-weight: bold;
	position: relative;
	color: #333;
}
.cur2-li .cur2-li-txt .cur2-li-t::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #0070be;
	content: "";
}
.cur2-li .cur2-li-txt .cur2-li-p{
	float: left;
	width: 100%;
	padding: 0 18%;
	font-size: 16px;
	margin-top: 20px;
	line-height: 2;
	color: #333;
}

@media (max-width: 1680px) {
	.cur1-left .cur1-p1 {
		padding: 44px 0;
		font-size: 16px;
		line-height: 2;
	}
	.cur2-li .cur2-li-txt{
		height: 343px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
		margin-top: 110px;
		font-size: 24px;
		padding-bottom: 12px;
	}
	.cur2-li .cur2-li-txt .cur2-li-p {
	    padding: 0 16%;
	    margin-top: 18px;
	}
}
@media (max-width: 1600px) {
	.cur2-li .cur2-li-txt {
	  height: 326px;
	}
	.cur1-left .cur1-p1 {
		padding: 40px 0;
		font-size: 16px;
		line-height: 2;
	}
}
@media (max-width: 1440px) {
	.cur1-left .cur1-p1 {
		padding: 36px 0;
		font-size: 14px;
		line-height: 2;
	}
	.cur2 {
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.cur2-li .cur2-li-txt {
	  height: 294px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
		margin-top: 90px;
		font-size: 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 1400px) {
	.cur1-left .cur1-p1 {
	  padding: 34px 0;
	}
	.cur2-li .cur2-li-txt {
	  height: 285px;
	}
}
@media (max-width: 1366px) {
	.cur2-li .cur2-li-txt {
	  height: 278px;
	}
	.cur1-left .cur1-p1 {
	  padding: 32px 0;
	}
	.cur2-li .cur2-li-txt .cur2-li-t{
		margin-top: 80px;
	}
	.cur2-li .cur2-li-txt .cur2-li-p{
		font-size: 14px;
		line-height: 1.8;
	}
}
@media (max-width: 1199px) {
	.cur1{
		margin-top: 40px;
	}
	.cur1-left,
	.cur1-right{
		width: 100%;
	}
	.cur2 {
		margin-top: 40px;
		margin-bottom: 40px;
		background: none;
	}
	.cur1-right img{
		width: 100%;
	}
	.cur2-li{
		width: 100%;
		margin-top: 20px;
		background: #f7f6f6;
	}
}
@media (max-width: 767px) {
	.cur1 {
	  margin-top: 20px;
	}
	.cur1-left .cur1-p1 {
		padding: 18px 0;
		line-height: 1.8;
	}
	.cur2 {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.cur2-li .cur2-li-txt {
	  height: 253px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t {
	    margin-top: 68px;
	}
	.cur2-li .cur2-li-txt .cur2-li-t::after{
		width: 40px;
	}
	
}

.video-list{
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.video-list ul{
	float: left;
	width: 100%;
}
.video-list ul li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 50px;
	padding-bottom: 10px;
}
.video-list ul li:nth-child(3n){
	margin-right: 0;
}
.video-text{
	float: left;
	width: 100%;
}
.video-text .video-t{
	font-size: 24px;
	margin-top: 24px;
	line-height: 1.1;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video-text .video-p{
	font-size: 16px;
	margin-top: 18px;
	height: 64px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.video-list .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.video-list .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;
}
.video-list .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.video-list .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 57.61904761904762%;
	background-color: rgba(0, 0, 0, 0);
}
.video-list .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;
}
.video-list .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.video-list .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.video-list .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.video-list .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 70px;
	height: 70px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(../images/video/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%);
}
.video-list .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.video-list .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
	.video-list ul li{
		margin-top: 30px;
	}
	.video-list .video .play{
		width: 58px;
		height: 58px;
	}
	.video-text .video-t {
	  font-size: 18px;
	  margin-top: 20px;
	}
	.video-text .video-p {
		font-size: 14px;
		margin-top: 12px;
		height: 56px;
		line-height: 28px;
	}
}
@media (max-width: 1199px) {
	.video-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.video-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.video-list ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.video-list ul li{
		width: 100%;
		margin-right: 0%;
	}
	.video-list ul li:nth-child(3n){
		margin-right: 0%;
	}
	.video-list ul li {
	    margin-top: 20px;
	}
	.video-list{
		padding-bottom: 30px;
	}
}
.app{
	float: left;
	width: 100%;
	padding: 30px 0 60px 0;
}
.app ul{
	float: left;
	width: 100%;
}
.app ul li{
	float: left;
	width: 100%;
	line-height: 66px;
	margin-top: 14px;
	background: #f5f5f5;
	-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;
}
.app ul li > a{
	float: left;
	max-width: 70%;
	font-size: 18px;
	padding-left: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.app ul li > .arr-right{
	float: right;
}
.app ul li > .arr-right span,
.app ul li > .arr-right a{
	font-size: 14px;
	margin-right: 24px;
	color: #bebdbd;
}
.app ul li:hover{
	background: #0070be;
}
.app ul li:hover > a,
.app ul li:hover > .arr-right span,
.app ul li:hover > .arr-right a{
	color: #fff;
}	
@media (max-width: 1199px) {
	.app ul li {
		line-height: 54px;
		margin-top: 12px;
	}
	.app ul li > a {
	  font-size: 16px;
	}
}
@media (max-width: 767px) {
	.app {
	  padding: 20px 0 30px 0;
	}
	.app ul li > a{
		font-size: 14px;
		max-width: 74%;
		padding-left: 15px;
	}
	.app ul li > .arr-right span{
		display: none;
	}
	.app ul li > .arr-right span, .app ul li > .arr-right a {
		margin-right: 12px;
	}
}

.iadv{
	z-index: 9;
}
.i-advantage .bd ul{
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-advantage .bd ul.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.prde2-list{
	float: left;
	width: 100%;
	padding: 50px 0 60px 0;
}
.prde2-list ul{
	float: left;
	width: 100%;
}
.prde2-list ul li{
	float: left;
	width: 15.9%;
	margin-right: 0.92%;
	margin-top: 18px;
	padding: 8px;
	background: #f0f0f0;
	-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;
}
.prde2-list ul li:hover{
	background: #0070be;
}
.prde2-list ul li:nth-child(6n){
	margin-right: 0;
}
.prde2-list ul li .img-box{
	padding-bottom: 65.87301587301587%;
}
.prde2-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;
}	
.prde2-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);
}
.prde2-list ul li p{
	margin-top: 8px;
	font-size: 16px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prde2-list ul li:hover p{
	color: #fff;
}
@media (max-width: 1440px) {
	.prde2-list ul li{
		padding: 6px;
	}
	.prde2-list ul li p {
		margin-top: 6px;
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.prde2-list ul li{
		width: 32%;
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(6n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(3n){
		margin-right: 0%;
	}
}
@media (max-width: 767px) {
	.prde2-list ul li{
		width: 49%;
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(6n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.prde2-list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.prde2-list {
	    padding: 20px 0 20px 0;
	}
	.prde2-list ul li{
		margin-top: 10px;
	}
	.prde2-list ul li p {
	    margin-top: 4px;
	    font-size: 12px;
	}
}


.link-one{
	float: right;
	margin-top: 10px;
}
.link-one a{
	display: inline-block;
	line-height: 43px;
	font-size: 16px;
	font-size: 18px;
	padding: 0 8px;
	margin-left: 16px;
	color: #333;
	border: 1px solid #1256b0;
}
.link-one a:hover{
	background: #1256b0;
	color: #fff;
}
.link-one a:first-child{
	margin-left: 0;
}


.link-two{
	float: left;
	width: 100%;
	margin-top: 66px;
}
.link-two .linkTwo-left{
	float: left;
	width: 17.8%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}
.link-two .linkTwo-left .linkTwo-lT{
	font-size: 24px;
	line-height: 80px;
	background: #1256b0;
	color: #feffff;
}
.link-two .linkTwo-left .linkTwo-lUl{
	float: left;
	width: 100%;
}
.link-two .linkTwo-left .linkTwo-lUl ul li{
	margin-top: 1px;
}
.link-two .linkTwo-left .linkTwo-lUl ul li a{
	display: block;
	background: #e3ebf2;
	background-position: 92% center;
	font-size: 20px;
	line-height: 72px;
	color: #666;
}
.link-two .linkTwo-left .linkTwo-lUl ul li a:hover{
	color: #fff;
	background: #1256b0 url(../images/i-pro-jt.png) 92% center no-repeat;
}

.link-two .linkTwo-left .linkTwo-lT,
.link-two .linkTwo-left .linkTwo-lUl ul li a{
	padding-left: 26px;
}

.link-two .linkTwo-right{
	float: right;
	width: 68.7%;
	margin-right: 6%;
}
.link-two .linkTwo-right ul{
	float: left;
	width: 100%;
}
.link-two .linkTwo-right ul li{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
}
.link-two .linkTwo-right ul li:nth-child(4n){
	margin-right: 0;
}
.link-two .linkTwo-right ul li .img-box{
	padding-bottom: 80%;
}
.link-two .linkTwo-right 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;
}	
.link-two .linkTwo-right 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);	 
}
.link-two .linkTwo-right ul li .img-box::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(227, 119, 42,0.9);
	content: "";
	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;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fefefe;
	z-index: 2;
	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;
}
.link-two .linkTwo-right ul li:hover .img-box::after,
.link-two .linkTwo-right ul li:hover .img-box .linkTwo-r-txt{
	opacity: 1;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt p{
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt span{
	display: inline-block;
	line-height: 38px;
	text-align: center;
}


.link-two .linkTwo-right ul li .p1{
	font-size: 16px;
	line-height: 62px;
	margin-bottom: 10px;
	text-align: center;
	color: #333;
	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;
}
.link-two .linkTwo-right ul li:hover .p1{
	opacity: 0;
}
.link-two .linkTwo-right .linkTwo-link{
	float: left;
	width: 100%;
	text-align: center;
}
.link-two .linkTwo-right .linkTwo-link a{
	display: inline-block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	background: #1256b0;
	color: #fff;
	text-align: center;
}
.link-two .linkTwo-right .linkTwo-link a:hover{
	opacity: 0.8;
}

@media (max-width: 1680px) {
	.link-one a {
		line-height: 40px;
		font-size: 14px;
		padding: 0 6px;
		margin-left: 10px;
	}
}
@media (max-width: 1440px) {
	.link-one a {
	    font-size: 12px;
	    margin-left: 8px;
	}
	.link-two .linkTwo-left .linkTwo-lT, .link-two .linkTwo-left .linkTwo-lUl ul li a {
	  padding-left: 20px;
	}
	.link-two .linkTwo-left .linkTwo-lT {
		font-size: 20px;
		line-height: 60px;
	}
	.link-two .linkTwo-left .linkTwo-lUl ul li a{
		line-height: 60px;
		font-size: 18px;
	}
	.link-two .linkTwo-right ul li .p1 {
		font-size: 14px;
		line-height: 48px;
		margin-bottom: 8px;
	}
	.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt p{
		font-size: 14px;
	}
	.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt span {
	    margin-top: 30px;
	    width: 120px;
	    height: 36px;
	    line-height: 34px;
	    border-radius: 18px;
	}
}
@media (max-width: 1199px) {
	.link-one{
		width: 100%;
		text-align: center;
	}
	.link-two{
		margin-top: 30px;
	}
	.link-two .linkTwo-left,
	.link-two .linkTwo-right{
		width: 100%;
		margin-right: 0;
	}
	.link-two .linkTwo-right ul li{
		width: 48%;
		margin-right: 4%;
	}
	.link-two .linkTwo-right ul li:nth-child(2n){
		margin-right: 0;
	}
	.link-one a{
		margin: 5px;
	}
}
@media (max-width: 767px) {
	.link-one,	
	.link-two .linkTwo-left{
		display: none;
	}
	.link-two {
	  margin-top: 15px;
	}
	.link-two .linkTwo-left .linkTwo-lT {
		font-size: 16px;
		line-height: 46px;
	}
	.link-two .linkTwo-left .linkTwo-lT, .link-two .linkTwo-left .linkTwo-lUl ul li a {
	    padding-left: 18px;
	}
	.link-two .linkTwo-left .linkTwo-lUl ul li a{
		line-height: 46px;
		font-size: 14px;
	}
	.link-two .linkTwo-right ul li .p1 {
	    line-height: 36px;
	    margin-bottom: 6px;
	}
	.link-two .linkTwo-right ul li .img-box .linkTwo-r-txt span {
	    margin-top: 10px;
	    width: 110px;
	    height: 30px;
	    line-height: 28px;
	    border-radius: 15px;
	}
	.link-two .linkTwo-right .linkTwo-link a {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
}

.pic{
	float: left;
	width: 100%;
	padding-bottom: 56px;
	padding-top: 56px;
}
.pic ul{
	float: left;
	width: 100%;
}
.pic ul li{
	float: left;
	width: 26%;
	/* background: #fff; */
	-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;
	margin-right: 3.33%;
	margin-left: 3.33%;
}
.pic ul li:nth-child(3n){
	margin-right: 0;
}
/* .pic ul li:hover{
	background: #eee;
} */
.pic ul li .pic-li{
	width: 100%;
	/* padding: 38px 0 30px 0; */
	/* border-bottom: 1px solid #eee; */
	margin-top: 80px;
	background: #fff;
	-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 5px 15px 0 rgba(0,0,0,0.1);
}
.pic ul li:hover .pic-li{
	background: #eee;
}
.pic ul li .pic-li .pic-li-pic{
	width: 100%;
}
.pic ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	max-width: 100%;
}
.pic ul li:hover .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.pic ul li .img-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 119, 42,0.9);
    content: "";
    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;
}
.pic ul li .pic-li .pic-li-txt{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fefefe;
    z-index: 2;
    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;
}
.pic ul li:hover .pic-li .pic-li-txt,.pic ul li:hover .img-box::after{
	opacity: 1;
}
.pic ul li .pic-li .pic-li-txt .pic-li-t{
	font-size: 26px;
	margin-top: 18px;
	line-height: 1.1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pic ul li .pic-li .pic-li-txt .pic-li-t a{
	color: #333;
}
.pic ul li:hover .pic-li .pic-li-txt .pic-li-t a{
	color: #0070be;
}
.pic ul li .pic-li .pic-li-txt .pic-li-time{
	font-size: 14px;
	margin-top: 18px;
	color: #a5a5a5;
}
.pic ul li .pic-li .pic-li-txt .pic-li-p{
	font-size: 16px;
	margin-top: 22px;
	height: 56px;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a{
	margin-top: 18px;
	display: inline-block;
    margin-top: 30px;
    width: 140px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    text-align: center;
    border: 1px dashed #fff;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a{
	display: inline-block;
	width: 128px;
	height: 48px;
	line-height: 48px;
	/* padding: 0 30px; */
	font-size: 14px;
	color: #a5a5a5;
	text-align: left;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a:hover{
	text-align: center;
	background: #0070be;
	color: #fff;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a img{
	padding-bottom: 3px;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a img.block{
	display: inline-block;
	margin-left: 10px;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a img.none{
	display: none;
	margin-left: 7px;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a:hover img.block{
	display: none;
}
.pic ul li .pic-li .pic-li-txt .pic-li-a a:hover img.none{
	display: inline-block;
}
@media (max-width: 1680px) {
	.pic ul li .pic-li .pic-li-txt .pic-li-t{
		font-size: 24px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-time{
		margin-top: 16px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-p{
		font-size: 14px;
		margin-top: 16px;
		height: 48px;
		line-height: 24px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a {
	  margin-top: 16px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a a {
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
}
@media (max-width: 1440px) {
	.pic{
		padding-top: 0;
	}
	.pic ul li .pic-li{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.pic ul li .pic-li .img-box{
		padding-bottom: 90%;
	}
	.pic ul li .pic-li .pic-li-txt{
		/* padding-left: 50px; */
		padding: 60px 5%;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-t{
		font-size: 22px;
		margin-top: 10px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-time {
	  margin-top: 12px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-p{
		margin-top: 14px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a {
	    margin-top: 14px;
	}
}
@media (max-width: 1366px) {
	.pic ul li .pic-li .pic-li-txt .pic-li-p{
		margin-top: 10px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a {
	    margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.pic{
		padding-bottom: 40px;
	}
	.pic ul li .pic-li .pic-li-pic {
	  /* width: 35%; */
	}
	.pic ul li .pic-li .pic-li-txt {
		/* width: 65%; */
		padding-left: 30px;
		padding: 30px 5%;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-t {
		font-size: 20px;
		margin-top: 8px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a a {
		width: 100px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	.pic ul li .pic-li {
		/* padding: 30px 0 30px 0; */
	}
}

@media (max-width: 991px) {
	.pic ul li .pic-li .pic-li-txt {
		padding: 5px 4%;
	}
}

@media (max-width: 767px) {
	.pic{
		padding-bottom: 30px;
	}
	.pic ul li .pic-li .pic-li-pic {
	  width: 100%;
	}
	.pic ul li .pic-li .pic-li-txt {
		width: 100%;
		padding: 10px 3% 10px 3%;
	}
	.pic ul li .pic-li {
	  /* padding: 20px 0 20px 0; */
		margin-top: 20px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-a {
	  margin-top: 8px;
	}
	.pic ul li .pic-li .pic-li-txt .pic-li-t {
	  font-size: 18px;
	}
}