/**
 * style.less
 * 层叠样式表
 */
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'AgencyFB-Reg';
	src: url('../fonts/AgencyFB-Reg.eot');
	src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
		url('../fonts/AgencyFB-Reg.woff') format('woff'),
		url('../fonts/AgencyFB-Reg.ttf') format('truetype'),
		url('../fonts/AgencyFB-Reg.svg#iconfont') format('svg');
}


@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('../fonts/AvantGardeITCbyBT-Book.eot');
	src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
		url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('../fonts/AvantGardeITCbyBT-Book.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Demi';
	src: url('../fonts/AvantGardeITCbyBT-Demi.eot');
	src: url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
		url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'),
		url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
		url('../fonts/AvantGardeITCbyBT-Demi.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'hinted-CenturyGothic';
	src: url('../fonts/hinted-CenturyGothic.eot');
	src: url('../fonts/hinted-CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-CenturyGothic.woff2') format('woff2'),
		url('../fonts/hinted-CenturyGothic.woff') format('woff'),
		url('../fonts/hinted-CenturyGothic.ttf') format('truetype'),
		url('../fonts/hinted-CenturyGothic.svg#hinted-CenturyGothic') format('svg');
}



@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.ttf');
	src: url('../fonts/impact.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.ttf');
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AlternateGotNo1D';
	src: url('../fonts/AlternateGotNo1D.otf');
}
@font-face {
	font-family: 'Hero Light';
	src: url('../fonts/Hero Light.otf');
}
@font-face {
	font-family: 'Hero';
	src: url('../fonts/Hero.otf');
}
@font-face {
	font-family: 'ITC Avant Garde Gothic LT Demi';
	src: url('../fonts/ITC Avant Garde Gothic LT Demi.ttf');
}
@font-face {
	font-family: '21st-Regular';
	src: url('../fonts/21st-Regular.PFB');
}
/*
	//放大
		-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; 
*/
body {
	font-family:  'Microsoft YaHei', 'SimSun', 'Source Han Sans CN','SourceHanSerifCN', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 14px;
	font-weight: normal;

	color: #333;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	
}

body.fixed {
	position: fixed;

	overflow: hidden;

	width: 100%;
	height: 100%;
}

body.searchactive {
	position: fixed;

	overflow: hidden;

	width: 100%;
	height: 100%;
}

li,
ol,
ul {
	list-style: none;
}

a {
	color: inherit;
}

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

	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;

	-webkit-appearance: none;
}

ul {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;

	border: none;
	outline: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;

	color: inherit;
}

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

	color: inherit;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.main {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.w-100 {
	float: left;
	width: 100%;
}

.w-1600 {
	width: 1600px;
	margin: 0 auto;
}

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

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



.w-1400 {
	width: 1400px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.w-1400 {
		padding: 0 2%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.w-1400 {
		padding: 0 3%;
	}
}

.w-1180 {
	width: 1180px;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.w-1400 {
		padding: 0 3%;
		width: 100%;
	}
}


.img-box {
	/* position: relative; */

	display: block;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

.header {
	position: fixed;
	z-index: 99;
	top: 0;
	padding: 0 3.125%;
	width: 100%;
	height: 90px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;

}

@media (max-width: 1199px) {
	.header {
		height: 66px;
		box-shadow: 0 0 5px #bbb;
	}
}

.header .logo {
	float: left;
	margin-top: 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1280px) {
	.header .logo {
	}
}

@media (max-width: 1199px) {
	.header .logo {
		margin-top: 8px;
	}
	.header .logo img{
	}
}

.header .logo a {
	display: block;

	height: 100%;
}

.header .logo img {
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .nav-collapse {
	position: relative;
	z-index: 10;

	display: none;
	float: right;

	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;

	cursor: pointer;

	background: none;
}

@media (max-width: 1199px) {
	.header .logo img {
	    height: 50px;
	}

	.header .nav-collapse {
		display: block;
		margin-top: 13px;
		margin-right: 15px;
	}

	.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 .logo{
		margin-top: 5px;
	}
	.header .nav-collapse {
		position: absolute;
		top: 13px;
		right: 0;

		margin-top: 0;

		border: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;

	width: 20px;
	height: 2px;

	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;

	display: block;

	width: 20px;
	height: 2px;

	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);

	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;

	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;

	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;

	display: none;

	width: 100%;
	height: 50px;

	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
		margin-right: 5%;
	}
}

@media (max-width: 1440px) {
	.header .nav {
		margin-left: 12%;
	}
}
@media (max-width: 1439px) {
	.header .nav {
		margin-left: 5%;
	}
}

@media (max-width: 1280px) {
	.header .nav {
		margin-left: 4%;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		margin-left: 0%;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;

		display: none;

		width: 100%;
		height: 100%;
		padding: 0 50px;

		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;

		background: #fafafa;
		background-color: rgba(0, 140, 214, .9);
	}

	.header .nav .tbl {
		display: table;

		width: 100%;
		height: 100%;
	}

	.header .nav .tbl-cell {
		display: table-cell;

		height: 100%;

		vertical-align: middle;
	}

}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		margin: 0 32px;
	}

	.header .nav .nav-list1>li>a {
		font-size: 18px;
		
		line-height: 86px;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		position: relative;
		z-index: 2;
		display: inline-block;


		-webkit-transition: all .4s;
		transition: all .4s;

		color: #666;
	}

	.header .nav .nav-list1>li>a:before {}

	.header .nav .nav-list1>li:hover a,
	.header .nav .nav-list1>li.active a {
		border-bottom: 4px solid #008cd6;
	}

	.header .nav .nav-list1>li:hover a:before,
	.header .nav .nav-list1>li.active a:before {
		width: 100%;
	}

	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;

		display: none;

		min-width: 280px;
		padding: 0;

		text-align: center;
		text-align: left;
	}

	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;

		list-style: none;
	}

	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-bottom: none;
	}

	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 14px;
		line-height: 50px;

		position: relative;
		z-index: 1;

		display: block;

		padding: 0 18px;

		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;

		color: #fff;
	}

	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;

		margin-right: 6px;

		content: '\e72f';
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #d7000f;
	}
}

@media (max-width: 1680px) {
	.header .nav {
	}
	.header .nav .nav-list1>li {
		margin: 0 24px;
	}
}
@media (max-width: 1600px) {
	.header .nav .nav-list1>li {
		margin: 0 15px;
	}
}



@media (max-width: 1440px) {
	.header .nav .nav-list1>li {
		margin: 0 20px;
	}

	.header .nav .nav-list1>li>a {
		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a {
		font-size: 15px;
	}
	.header .nav .nav-list1>li {
	    margin: 0 10px;
	}
}

@media (max-width: 1365px) {
	.header .nav .nav-list1>li>a {
		padding: 0 10px;
	}
}

@media (max-width: 1280px) {
	.header .nav .nav-list1>li {
		margin: 0 1px;
	}

	.header .nav .nav-list1>li>a {
		padding: 0 13px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;

		opacity: 0;
	}

	.header .nav .nav-list1>li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);

		opacity: 0;
	}

	.header .nav .nav-list1>a {
		font-size: 20px;

		color: #fff;
	}

}

@media (max-width: 1199px) {

	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none;
	}

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;

		margin-top: 5px;

		color: #fff;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}

	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}

	.header .fade-out ul.nav-list1>li {
		position: relative;

		margin: 20px 0;
	}

	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}

	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;

		position: absolute;
		top: 50%;
		right: 0;

		margin-top: -14px;

		content: '\e72f';

		color: #fff;
	}

	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		line-height: 2.5;

		display: block;

		text-transform: uppercase;
		text-align: center;
	}

	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}

}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

@media (min-width: 1200px) {
	.header.fixed-header {
		height: 66px;
		box-shadow: 0 0 5px #bbb;
	}

	.header.fixed-header .logo {
		margin-top: 6px;
	}
	.header.fixed-header .logo a img {
		height: 54px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		top: 70px;
	}

	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 62px;
	}

	.header.fixed-header .wechate a {
		line-height: 70px;
	}

	.header.fixed-header .language ul li {
		line-height: 70px;
	}

	.header.fixed-header .pc-search {
		margin-top: 21px;
	}

	.header.fixed-header .header-right-ico .header-ico {
		margin-top: 15px;
	}
}

.header .seach-phone {
	float: right;
	height: 90px;
	line-height: 90px;
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}



@media (min-width: 1200px) {
	.header.fixed-header .seach-phone {
		height: 66px;
		line-height: 66px;
	}

	
	.header.fixed-header .find {
		height: 66px;
		line-height: 66px;
		padding-bottom: 18px;
	}
	.header.fixed-header .wx{
		height: 66px;
		line-height: 66px;
	}
	.header.fixed-header .email{
		height: 66px;
		line-height: 66px;
	}	
}

@media (max-width: 1199px) {
	

}

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


/*搜索*/
.header .find {
	float: right;
	width: 33px;
	height: 90px;
	line-height: 90px;
	background: url(../images/search.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .email{
	float: right;
	width: 33px;
	height: 90px;
	line-height: 90px;
	background: url(../images/email.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 50px;
	position: relative;
}
.header .email::after{
	position: absolute;
	left: -25px;
	top: 0%;
	font-size: 12px;
	color: #999;
	content: "/";
}
.header .wx{
	float: right;
	width: 33px;
	height: 90px;
	line-height: 90px;
	background: url(../images/wx.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 50px;
	position: relative;
}
.header .wx::after{
	position: absolute;
	left: -25px;
	top: 0%;
	font-size: 12px;
	color: #999;
	content: "/";
}
.header.fixed-header.course .find {
	color: #6c6c6c;
}

@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}

	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}

	.header .find {
		/* padding-left: 20px;
		padding-right: 20px; */
	}
}

@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 4%;
	}

	.header .find {
		height: 66px;
		line-height: 66px;
		font-size: 20px;
	}
	.header .wx{
		height: 66px;
		line-height: 66px;
	}
	.header .email{
		height: 66px;
		line-height: 66px;
	}	
}
@media (max-width: 767px){
	.header .seach-phone {
		margin-right: 14%;
	}
	.header .find {
		width: 33px;
	}
	.header .find {
		width: 36px;
		height: 66px;
		line-height: 66px;
		font-size: 20px;
		background-size: 24px auto;
	}
	.header .wx{
		width: 36px;
		height: 66px;
		line-height: 66px;
	}
	.header .email{
		width: 36px;
		height: 66px;
		line-height: 66px;
		margin-left: 0;
		background-size: 24px auto;
	}
	.header .email::after{
		display: none;
	}
	.header .wx{
		margin-left: 0;
		background-size: 24px auto;
	}
	.header .wx::after{
		display: none;
	}
}

/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;

	display: none;
	overflow: hidden;

	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;

	background-color: rgba(0, 140, 214, .9);
}

.header .search-box .search {
	line-height: 40px;

	overflow: hidden;
	zoom: 1;

	width: 240px;

	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;

	height: 0;

	content: '';
}

.header .search-box .input-text {
	float: left;

	height: 38px;
	padding-left: 10%;

	background: none;
}

@media (min-width: 768px) {
	
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;

	float: right;

	width: 50px;

	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: none;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    color: #fff;
} */
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;

	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;

		display: inline-block;

		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;

	width: 100%;

	-webkit-transition: left .3s;
	transition: left .3s;

	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;

	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;

	display: inline-block;
	display: none;

	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;

	content: '\e660';

	color: #8cc63f;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	width: 90%;
	max-width: 800px;
	margin: auto;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;

	color: #fff;
}

.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;

	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 30px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;

	color: #fff;
}

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

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

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

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

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

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

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

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

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;

	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}

/*搜索弹窗end*/

/*heart end*/

/*foot*/

.footer {

	float: left;
	width: 100%;
	padding: 0 3.125%;
	background: #464b4f;
}
.w-1500{
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.w-1500{
		width: 100%;
		padding: 0 3%;
	}
}

.foot-top{
	float: left;
	width: 100%;
	padding: 58px 0 65px 0;
	color: #888c8f;
}
.foot-top-link{
	float: left;
	width: 76.1%;
}
.foot-top-link .foot-top-link-1{
	float: left;
	position: relative;
	width: 18.4%;
	padding-left: 5.8%;
	padding-right: 2%;
}
.foot-top-link .foot-top-link-1::after{
	position: absolute;
	right: 0;
	top: 0%;
	width: 1px;
	height: 228px;
	background: #626262;
	content: "";
}
.foot-top-link .foot-top-link-1 a{
	display: inline-block;
	float: left;
	width: 100%;
}

.foot-top-link .foot-top-link-1 .foot-top-link-1-title{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #fff;
}

.foot-top-link .foot-top-link-1 .foot-top-link-1-a{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.foot-top-link .foot-top-link-1 .foot-top-link-1-a a{
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #868c91;
	overflow: hidden;
}
.foot-top-link .foot-top-link-1 .foot-top-link-1-a a:hover{
	color: #fff;
}
.foot-top-link .foot-top-link-1.foot-top-link-2{
	width: 13.4%;
	text-align: left;
	padding-left: 0%;
}
.foot-top-link .foot-top-link-1.foot-top-link-3{
	width: 31.4%;
}
.foot-top-link .foot-top-link-1.foot-top-link-3 a{
	width: 50%;
}
.foot-top-contact{
	float: left;
	width: 23.9%;
	padding-left: 3.7%;
}
.foot-top-contact .foot-top-con-t{
	float: left;
	width: 100%;
	line-height: 28px;
	color: #fff;
}
.foot-top-contact .foot-top-con-t .foot-top-con-title{
	float: left;
	width: 100%;
}
.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-te{
	font-family: 'Hero';
	float: left;
	width: 100%;
	font-size: 36px;
}
.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-tc{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-top: 7px;
}
.foot-top-contact .foot-top-con-p{
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	margin-top: 19px;
	font-weight: lighter;
}
.foot-top-contact .foot-top-con-addPhone{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	margin-top: 19px;
	color: #888c8f;
}
.foot-top-contact .foot-top-con-addPhone img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 14px;
}

.foot-copy {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #626262;
	line-height: 26px;
	padding: 24px 0 36px 0;
	text-align: center;
	border-top: 1px solid #626262;
}

.foot-copy span {
	display: inline-block;
	margin: 0 14px;
}
.foot-copy a{
	display: inline-block;
	margin: 0 12px;
}
@media (max-width: 1680px) {
	.foot-top-contact{
		padding-left: 3%;
	}
	.i-news {
	    padding: 60px 0 120px 0;
	}
}
@media (max-width: 1440px) {
	.foot-top-link .foot-top-link-1{
		padding-left: 3%;
	}
	.foot-top {
		padding: 38px 0 45px 0;
	}
	.foot-top-link .foot-top-link-1 .foot-top-link-1-title {
	    height: 20px;
	    line-height: 20px;
	    font-size: 20px;
	}
	.foot-top-link .foot-top-link-1 .foot-top-link-1-a{
		margin-top: 15px;
	}
	.foot-top-link .foot-top-link-1 .foot-top-link-1-a a {
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-tc {
	    font-size: 16px;
	    margin-top: 4px;
	}
	.foot-top-contact .foot-top-con-p {
	    line-height: 24px;
	    font-size: 16px;
	    margin-top: 10px;
	}
	.foot-top-contact .foot-top-con-addPhone{
		line-height: 28px;
		font-size: 14px;
	}
	.foot-top-contact {
	    padding-left: 2%;
	}
	.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-te{
		font-size: 28px;
	}
	.foot-copy {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 18px 0 18px 0;
	}
}

@media (max-width: 1399px) {
	.foot-contect .font-ico-txt.foot-ico-phone {
		width: 17.1%;
	}

	.foot-contect .font-ico-txt.foot-ico-tel {
		width: 17%;
	}
}

@media (max-width: 1199px) {

	.foot-contect {
		padding: 5px;
	}

	.foot-contect .font-ico-txt {
		margin: 5px 0;
	}

}

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

@media (max-width: 767px) {
	.foot-logo {
		padding: 20px 0 10px 0;
	}

	.foot-contect {
		padding: 150px 0% 10px 0%;
	}
	.foot-ewm{
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: 20px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.foot-lx-l {
	    width: 100%;
	    max-width: 100%;
	    padding-top: 0px;
	}
	.foot-lx-r{
		width: 100%;
		max-width: 100%;
		padding-top: 0px;
	}
	.foot-lx-1{
		padding: 5px 0;
	}
	.foot-lx-1 img{
		margin-right: 10px;
	}
	.foot-contect .font-ico-txt {
		font-size: 14px;
	}

	.foot-contect .font-ico-txt img {
		margin-right: 5px;
		padding-bottom: 5px;
		width: 28px;
		height: 33px;
	}

	.link-phone {
		padding: 0px 0%;
	}
	

	.link-phone a {
		width: 33%;
		font-size: 12px;
		line-height: 28px;
		margin: 0px;
	}
	.link-phone a:nth-child(3n)::after{
		display: none;
	}
	.link-phone a:first-child{
		width: 33.33%;
		text-align: center;
	}
	.link-phone a:last-child{
		width: 33.33%;
		text-align: center;
	}
	


}

/*头部底部结束*/

/*index start*/

.index-title {
	float: left;
	width: 100%;
	padding: 34px 0 24px 0;
	text-align: center;
}
.index-title .index-title-h1 {
	font-family: "arial black";
	float: left;
	width: 100%;
	line-height: 57px;
	font-size: 32px;
	font-weight: bold;
}
.index-title .index-title-h2 {
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	padding: 0 10%;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 84px;
	text-align: center;
	font-family: 'AvantGardeITCbyBT-Book';
}

.page a {
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 49px;
	height: 49px;
	line-height: 47px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #777;
	border: 1px solid #d2d2d2;
}

.page a.prev {
	font-family: '21st-Regular';
	font-weight: bold;
	/* background: #fff url("../images/left.png") center no-repeat; */
}

.page a.next {
	font-family: '21st-Regular';
	font-weight: bold;
	/* background: #fff url("../images/right.png") center no-repeat; */
}
/* 
.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}

.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */
@media (max-width: 1366px) {
	.page{
	}
	
}

@media (max-width: 1199px) {
	.page {
	}

	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}

@media (max-width: 991px) {
	.page {
		margin-top: 40px;
	}
	.page.page1{
		margin-top: 40px;
	}
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@media (max-width: 767px) {
	.page {
		margin-top: 15px;
	}
	.page.page1{
		margin-top: 15px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}	
	.page a {
		height: 40px;
		line-height: 38px;
		width: 40px;
		margin: 0 2px;
	}
}

.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}

.page a.prev {
	font-size: 18px;
}

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

.page a.next {
	font-size: 18px;
}

.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}

.page a.active,
.page a:hover {
	background-color: #008cd6;
	border: 1px solid #008cd6;
	color: #fff;
}
.page.page1{
	margin-top: 100px;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #008cd6;
	border: 1px solid #008cd6;
}



@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page.page1{
		margin-top: 60px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}

@media (max-width: 767px) {
	
	.page.page1{
		margin-top: 15px;
	}
}


/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner-img-xs {
	display: none;
}
@media (max-width: 1199px) {
	.banner {
		margin-top: 60px;
	}
}
@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	
}
.banner .to-num {
	font-family: 'ITC Avant Garde Gothic';
	font-size: 22px;
	line-height: 50px;
	position: absolute;
	right: 240px;
	bottom: 20px;
	color: #fff;
}
.banner .to-num:before {
	content: '0';
}
@media (max-width: 991px) {
	.banner .to-num {
		right: 20px;
		bottom: 0;
	}
}
.banner .slick-arrow {
	width: 28px;
	height: 50px;
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -25px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	background: none;
	background-size: 100% 100%!important;
}
.banner .slick-arrow.slick-prev{
	left: 3.125%;
	background: url(../images/left.png) no-repeat;
}
.banner .slick-arrow.slick-prev:hover{
	/* left: 47%;
	background: url(../images/banner-prev-hover.png) no-repeat; */
}
.banner .slick-arrow.slick-next{
	right: 3.125%;
	background: url(../images/right.png) no-repeat;
}
.banner .slick-arrow.slick-next:hover{
	/* right: 47%;
	background: url(../images/banner-next-hover.png) no-repeat; */
}
@media (max-width: 1366px) {
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow{
		width: 14px;
		height: 25px;
	}
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 767px) {
	.banner .text{
		display: none;
	}
	.banner .img-box{
		display: none;
	}
	.banner-img-xs {
		display: block;
	}
	.banner .slick-arrow{
		bottom: 20px;
	}
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 991px) {
	
}
.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}
.banner .slick-dots {
	position: absolute;
	bottom: 48px;
	width: 100%;
	height: 7px;
	text-align: center;
}
@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: center;
	}
}
@media (max-width: 991px) {
	
}
.banner .slick-dots li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	background: #a47530;
	border-radius: 7px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.banner .slick-dots li.slick-active{
	width: 35px;
	background: #9d201d;
}
.banner .slick-dots li button {
	display: none!important;
	
}
.banner img {
	display: block;

	width: 100%;
}
.banner .img-box {
	padding-bottom: 56.25%;
}
.banner .text {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) {
	.banner .text {
		padding: 0 16%;
	}
}
.banner .text-1 {
	font-family: 'AlternateGotNo1D';
	color: #fff;
	text-align: center;
}
.banner .text-1 h2 {
	float: left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	margin: 0;
	font-size: 48px;
}
.banner .text-1 h3 {
	float: left;
	width: 100%;
	line-height: 52px;
	position: relative;
	font-size: 32px;
}
@keyframes dong { 
	0% { transform: translate(-50%, 0px); } 
	50% { transform: translate(-50%, -10px); } 
	100% { transform: translate(-50%, 0px); } 
} 
.banner .ban-down{
	font-family: 'Hero Light';
	cursor: pointer;
	position: absolute;
	bottom: 9.2%;
	left: 50%;
	
	padding-bottom: 36px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	background: url(../images/ban-down.png) bottom center no-repeat;
	animation: dong 2s infinite;
}
@media (max-width: 1440px) {
	.banner .text-1 h2 {
		height: 42px;
		line-height: 42px;
		font-size: 36px;
	}
	.banner .text-1 h3 {
		line-height: 42px;
		font-size: 28px;
	}
}

.banner .slick-current .text-1 h2 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-1 h3 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-1 h4 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h2 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h3 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h4 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-arrow{
}
@media (max-width: 1199px) {
	.banner .ban-down{
		padding-bottom: 24px;
		bottom: 5%;
	}
	.banner .text-1 h2 {
	    height: 36px;
	    line-height: 36px;
	    font-size: 32px;
	}
	.banner .text-1 h3 {
	    line-height: 36px;
	    font-size: 20px;
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.banner .slick-dots li{
		margin: 0 2px;
	}
	.banner .slick-dots li.slick-active{
		width: 20px;
	}
}
/*首页*/

/*标题*/
.title{
	float: left;
	width: 100%;
	text-align: center;
}
.title .title-e{
	font-family: 'Hero';
	position: relative;
	float: left;
	width: 100%;
	line-height: 44px;
	padding-bottom: 23px;
	font-size: 64px;
	color: #008cd6;
	font-weight: normal;
}
.title .title-e::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 4px;
	background: #008cd6;
	content: "";
}
.title .title-c{
	position: relative;
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 32px;
	color: #666;
	margin-top: 21px;
}
/*首页关于我们*/
.bg-1{
	background: url(../images/bg-1.jpg) center no-repeat;
	background-size: 100% 100%;
}
.i-about-1{
	float: left;
	width: 100%;
	padding: 118px 18.6% 104px 18.6%;
}
.i-about-1 .i-about-1-text{
	float: left;
	width: 100%;
	margin-top: 45px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
}
.i-about-1-link{
	float: left;
	width: 100%;
	margin-top: 55px;
	text-align: center;
}
.i-about-1-link a{
	font-family: 'Hero';
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0 26px;
	line-height: 50px;
	border-radius: 25px;
	background: #008cd6;
}
.i-about-1-link a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 7px;
	-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-1-link a:hover img{
	opacity: 0.8;
	margin-left: 12px;
}
.i-product{
	float: left;
	width: 100%;
}
.i-pro-1{
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}
.i-pro-1 img{
	width: 100%;
}
.i-pro-1::after{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 172px;
	background: url(../images/bg-4.png) repeat-x;
	content: "";
	z-index: 1;
}
.i-pro-1:last-child::after{
	display: none;
}
.i-pro-1.i-pro-1-50{
	width: 50%;
}
.i-pro-1 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-pro-1:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-pro-1 .i-pro-1-text{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 8.3%;
	line-height: 30px;
	color: #fff;
	z-index: 2;
}
.i-pro-1 .i-pro-1-text .i-pro-1-title{
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-pro-1 .i-pro-1-text .i-pro-1-p{
	font-size: 18px;
	margin-top: 9px;
	height: 60px;
	overflow: hidden;
}
.i-pro-1 .i-pro-1-link{
	font-family: 'Hero';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 36px;
	color: #008cd6;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-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;
}
.i-pro-1:hover .i-pro-1-link{
	margin-left: 5px;
}
.i-news{
	float: left;
	width: 100%;
	padding: 80px 0 170px 0;
}

.i-news .i-news-list{
	float: left;
	width: 100%;
	padding:  46px 3.125% 15px 3.125%;
	line-height: 32px;
}
.i-news .i-news-list li{
	float: left;
	width: 31.1%;
	margin-right: 3.35%;
}
.i-news .i-news-list li:nth-child(3n){
	margin-right: 0%;
}
.i-news .i-news-list li a{
	float: left;
	width: 100%;
	border-bottom: 6px solid #008cd6;
	overflow: hidden;
}
.i-news .i-news-list li a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news .i-news-list li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news .i-news-list li .i-news-li-text{
	float: left;
	width: 100%;
	line-height: 32px;
}
.i-news .i-news-list li .i-news-li-text .i-news-li-title{
	float: left;
	width: 100%;
	height: 32px;
	margin-top: 23px;
	font-size: 26px;
	color: #008cd6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .i-news-list li .i-news-li-text .i-news-li-time{
	font-family: 'Hero';
	float: left;
	width: 100%;
	font-size: 18px;
	color: #999;
	overflow: hidden;
}
.i-news .i-news-list li .i-news-li-text .i-news-li-p{
	float: left;
	width: 100%;
	height: 96px;
	margin-top: 13px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
@media (max-width: 1680px){	
	.title .title-e {
	    line-height: 36px;
	    padding-bottom: 15px;
	    font-size: 48px;
	}
	.title .title-c {
	    line-height: 28px;
	    font-size: 28px;
	    margin-top: 14px;
	}
	
	.i-about-1 {
	    float: left;
	    width: 100%;
	    padding: 88px 12% 64px 12%;
	}
	.i-pro-1 .i-pro-1-text {
	    bottom: 12px;
	    padding: 0 4%;
	    line-height: 24px;
	}
	.i-pro-1 .i-pro-1-text .i-pro-1-title{
		font-size: 20px;
	}
	.i-pro-1 .i-pro-1-text .i-pro-1-p{
		height: 48px;
		font-size: 16px;
	}
	.i-pro-1 .i-pro-1-link{
		font-size: 28px;
	}
}	
@media (max-width: 1440px){	
	.title .title-e {
	    line-height: 30px;
	    padding-bottom: 12px;
	    font-size: 40px;
	}
	.title .title-c {
	    line-height: 24px;
	    font-size: 24px;
	    margin-top: 10px;
	}
	.i-about-1 .i-about-1-text {
	    margin-top: 36px;
	    line-height: 32px;
	    font-size: 16px;
	}
	.i-pro-1 .i-pro-1-text .i-pro-1-title{
		font-size: 18px;
	}
	.i-pro-1 .i-pro-1-text .i-pro-1-p{
		font-size: 14px;
	}
	.i-pro-1 .i-pro-1-link{
		font-size: 24px;
	}
	.i-news {
	    padding: 50px 0 100px 0;
	}
	.i-news .i-news-list li .i-news-li-text{
		line-height: 28px;
	}
	.i-news .i-news-list li .i-news-li-text .i-news-li-title {
	    height: 26px;
	    margin-top: 18px;
	    font-size: 20px;
	}
	.i-news .i-news-list li .i-news-li-text .i-news-li-time{
		font-size: 16px;
	}
	.i-news .i-news-list li .i-news-li-text .i-news-li-p {
	    height: 84px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	
}

@media (max-width: 1199px){	
	.title .title-e {
		line-height: 24px;
		padding-bottom: 8px;
		font-size: 30px;
	}
	.title .title-c {
		line-height: 20px;
		font-size: 18px;
		margin-top: 8px;
	}
	.i-about-1 {
	    padding: 48px 8% 44px 8%;
	}
	.i-about-1-link {
	    margin-top: 36px;
	}
	.i-about-1-link a {
	    font-size: 16px;
	    padding: 0 20px;
	    line-height: 40px;
	    border-radius: 20px;
	}
	.i-news {
	    padding: 50px 0 50px 0;
	}
	.i-news .i-news-list li a {
	    border-bottom: 4px solid #008cd6;
	}
	.i-news .i-news-list li .i-news-li-text {
	    line-height: 24px;
	}
	.i-news .i-news-list li .i-news-li-text .i-news-li-title {
	    height: 24px;
	    margin-top: 14px;
	    font-size: 18px;
	}
	.i-news .i-news-list li .i-news-li-text .i-news-li-p{
		height: 72px;
	}
	.foot-top-link{
		display: none;
	}
	.foot-top-contact{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.foot-top {
	    padding: 24px 0 18px 0;
	}
	.foot-top-contact .foot-top-con-t{
		line-height: 24px;
	}
	.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-te {
	    font-size: 22px;
	}
	.foot-top-contact .foot-top-con-t .foot-top-con-title .foot-top-con-tc {
	    margin-top: 4px;
	}
}
@media (max-width: 991px){
	
	.i-about-1 {
	    padding: 36px 4% 36px 4%;
	}
	.i-about-1 .i-about-1-text {
	    margin-top: 14px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.i-about-1-link{
		margin-top: 12px;
	}
	.i-pro-1{
		width: 100%;
	}
	.i-pro-1.i-pro-1-50{
		width: 100%;
	}
	.i-news {
	    padding: 36px 0 36px 0;
	}
	.i-news .i-news-list {
	    padding: 24px 3% 10px 3%;
	}
	.i-news-list .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.i-news-list .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px !important;
		height: 8px;
		margin: 0 3px;
		background: #ccc;
		border-radius: 100%;
	}
	.i-news-list .slick-dots li.slick-active{
		background: #008cd6;
	}
	.i-news-list .slick-dots li button{
		display: none;
	}
	
}
@media (max-width: 767px){
	.i-about-1 {
	    padding: 18px 3% 18px 3%;
	}
	.title .title-e {
	    font-size: 20px;
	}
	.title .title-e::after {
	    margin-left: -18px;
	    width: 36px;
	    height: 3px;
	}
	.title .title-c {
	    font-size: 16px;
	    margin-top: 6px;
	}
	.i-news {
	    padding: 18px 0 18px 0;
	}
	.i-news .i-news-list {
	    padding: 18px 3% 0px 3%;
	}
	.i-about-1-link {
	    margin-top: 10px;
	}
	.foot-top-contact .foot-top-con-addPhone {
	   margin-top: 10px;
	}
	.foot-top {
	    padding: 16px 0 10px 0;
	}
	.foot-copy {
	    line-height: 24px;
	    padding: 10px 0 10px 0;
	}
}
/*内页banner + 内页导航*/
.banner-in
{
	width: 100%;
    padding: 0;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.banner-in .text{
	text-align: center;
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
	padding-bottom: 35.2260778128286%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.banner-in .text
{	
    color: #fff;
}
.banner-in h2{
	font-family: 'AvantGardeITCbyBT-Book';
	display: inline-block;
	width: 34px;
	line-height: 34px;
	font-size: 24px;
	vertical-align: bottom;
	writing-mode:tb-rl;
	color: #fff;
	position: relative;
}
.banner-in h2::after{
	position: absolute;
	top: -34px;
	left: 50%;
	width: 3px;
	height: 25px;
	background: rgba(255,255,255,0.5);
	content: "";
}
.banner-in h3{
	display: inline-block;
	width: 58px;
	line-height: 64px;
	font-size: 48px;
	vertical-align: bottom;
	color: #fff;
	margin-bottom: -3px;
}

@media (max-width: 1440px)
{
	.banner-in h2{
		font-size: 20px;
	}
	.banner-in h3{
		width: 36px;
		font-size: 30px;
		line-height: 42px;
	}
}
@media (max-width: 1199px)
{
  .banner-in{
	  margin-top: 66px;
  }
  .banner-in .text-in .banner-txt-1 span {
  	height: 60px;
  	margin-top: 10px;
  }
}
@media (max-width: 991px)
{
  
}
@media (max-width: 767px)
{
   .banner-in .img-box {
       display: block;
   }
}


/*内页导航*/
.wrap-sidenav
{
	width: 100%;
    position: relative;
    overflow: hidden;
    height: 70px;
	padding: 0 3.125%;
	border-bottom: 1px solid #dcdcdc;
	/* z-index: 1; */
}

.nav-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 60px;
	background: #1aa096;
}
.wrap-sidenav .sidenav
{
    position: relative;
	/* z-index: 1; */
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
	text-align: left;
	/* z-index: 1; */
}
.wrap-sidenav .sidenav ul::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	z-index: 2;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;
	border-left: 1px solid #dcdcdc;
}
.wrap-sidenav .sidenav ul li:last-child{
	border-right: 1px solid #dcdcdc;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 18px;
	color: #010101;
    line-height: 66px;
    position: relative;
    display: block;
    height: 70px;
    padding: 0 32px;
	border-bottom: 4px solid rgba(255,255,255,0);
}
.wrap-sidenav .sidenav ul li a .block{
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover{
	display: none;
}

.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #008cd6;
	border-bottom: 4px solid #008cd6;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block
{
    display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover
{
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1680px){
	.wrap-sidenav .sidenav ul li a{
		font-size: 16px;
		padding: 0 24px;
	}
}
@media (max-width: 1440px){
	.wrap-sidenav .sidenav ul li a {
	    font-size: 15px;
	    padding: 0 20px;
	}
}

@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
	.wrap-sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul li{
		margin-right: 5px;
	}
	.wrap-sidenav .sidenav ul li a{
		padding: 0 22px;
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
	.wrap-sidenav{
		height: 50px;
		margin-top: -0px;
	}
	.wrap-sidenav
	{
		height: 36px;
	}
	.wrap-sidenav .sidenav ul li a
	{
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		padding: 0 15px;
	}
}

/*关于我们*/
.h-100{
	height: 90px;
}
.about-1{
	float: left;
	width: 100%;
	position: relative;
}

.about-1 .about-1-left{
	float: left;
	width: 50%;
	position: relative;
}
.about-1 .about-1-left .about-1-le-img{
	width: 100%;
}
.about-1 .about-1-left .about-1-le-ico{
	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%);
}
.about-1 .about-1-right{
	float: left;
	width: 50%;
	padding: 107px 6.7% 0 4.6875%;
}



.about-1 .about-1-right .about-1-ri-text{
	float: left;
	width: 100%;
	margin-top: 50px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
}

.about-2{
	position: relative;
	float: left;
	width: 100%;
	padding: 80px 0 106px 0;
	background: #efefef;
}



.about-2-culture{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.about-2-culture ul{
	float: left;
	width: 100%;
}
.about-2-culture ul li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
}
.about-2-culture ul li:nth-child(3n){
	margin-right: 0;
}

.about-2-culture ul li a{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about-2-culture ul li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-2-culture ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.about-2-culture ul li a .about-2-cu-text{
	position: absolute;
	bottom: 34px;
	left: 0;
	float: left;
	width: 100%;
	padding: 0 6.8%;
	z-index: 1;
}
.about-2-culture ul li a .about-2-cu-text .about-2-cu-c{
	float: left;
	width: 100%;
	line-height: 36px;
}
.about-2-culture ul li a .about-2-cu-text .about-2-cu-c span{
	float: left;
	display: inline-block;
	font-size: 20px;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #008cd6;
	color: #fff;
}

.about-2-culture ul li a .about-2-cu-text .about-2-cu-e{
	font-family: 'ITC Avant Garde Gothic LT Demi';
	float: left;
	width: 100%;
	margin-top: 11px;
	line-height: 62px;
	font-size: 86px;
	color: rgba(255,255,255,0.6);
}

.about-2-culture ul li .about-2-cu-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 14px;
	font-size: 24px;
	color: #666;
	text-align: center;
}

.about-3{
	position: relative;
	float: left;
	width: 100%;
}
.about-3 .about-3-left{
	float: left;
	width: 50%;
}
.about-3 .about-3-left img{
	max-width: 100%;
}
.about-3 .about-3-right{
	float: left;
	width: 50%;
	padding: 100px 6.25% 0 4.9%;
}
.about-3 .about-3-right .about-3-ri-text{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 50px;
	font-size: 18px;
	color: #666;
}


.about-4{
	position: relative;
	float: left;
	width: 100%;
	padding: 80px 0 140px 0;
	background: #efefef;
}
.about-4-list{
	float: left;
	width: 100%;
	margin-top: 70px;
	padding: 0 3.4375%;
}
.about-4-list .slick-arrow{
	position: absolute;
	top: 104px;
	width: 24px;
	height: 42px;
	background-size: 100% 100%!important;
}
.about-4-list .slick-arrow.slick-prev{
	left: 0;
	background: url(../images/about/left.png) no-repeat;
} 
.about-4-list .slick-arrow.slick-next{
	right: 0;
	background: url(../images/about/right.png) no-repeat;
} 

.about-4-li{
	text-align: center;
}
.about-4-li a{
	display: inline-block;
	border-radius: 100%;
	padding: 10px;
	border-radius:100%;
	border: 3px dashed #008cd6;
	overflow: hidden;
}
.about-4-li a img{
	width: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-4-li:hover a{
}
.about-4-li:hover a img{
	/* -webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); */
}
.about-4-li .about-4-li-p{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 8px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
}



.title.title-ab-left{
	text-align: left;
}

.title.title-ab-left .title-e::after{
	left: 0;
	margin-left: 0;
}
.title.title-ab-left .title-e{
	font-family: 'hinted-CenturyGothic';
	font-size: 42px;
}


.title.title-ab-right .title-e{
	font-family: 'hinted-CenturyGothic';
	font-size: 42px;
}
@media (max-width: 1680px){
	.about-1 .about-1-right {
	    padding: 54px 4% 0 3%;
	}
	.about-1 .about-1-right .about-1-ri-text {
	    margin-top: 32px;
	    line-height: 32px;
	    font-size: 16px;
	}
}
@media (max-width: 1440px){
	
	.title.title-ab-left .title-e{
		font-size: 32px;
	}
	.title.title-ab-right .title-e{
		font-size: 32px;
	}
	
	.about-1 .about-1-right {
	    padding: 24px 3% 0 3%;
	}
	.about-1 .about-1-right .about-1-ri-text {
	    margin-top: 24px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.about-2 {
	    padding: 40px 0 56px 0;
	}
	.about-2-culture ul li a .about-2-cu-text .about-2-cu-c span {
	    font-size: 18px;
	    padding: 0 16px;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 15px;
	}
	.about-2-culture ul li a .about-2-cu-text .about-2-cu-e {
	    margin-top: 6px;
	    line-height: 48px;
	    font-size: 54px;
	}
	.about-2-culture ul li .about-2-cu-p {
	    line-height: 28px;
	    margin-top: 10px;
	    font-size: 18px;
	}
	.about-3 .about-3-right {
	    padding: 48px 4% 0 3%;
	}
	.about-3 .about-3-right .about-3-ri-text {
	    line-height: 32px;
	    margin-top: 36px;
	    font-size: 16px;
	}
	.about-4 {
	    padding: 40px 0 70px 0;
	}
	.about-4-li{
		padding: 0 5%;
	}
	.about-4-li div a{
		width: 100%;
	}
	.about-4-list .slick-arrow{
		top: 90px;
	}
}

@media (max-width: 1199px){
	.h-100 {
	    height: 66px;
	}
	.title.title-ab-left .title-e {
	    font-size: 24px;
	}
	.title.title-ab-right .title-e {
		font-size: 24px;
	}
	.about-1 .about-1-left .about-1-le-ico{
		width: 120px;
	}
	.about-1 .about-1-right {
	    padding: 24px 2% 0 2%;
	}
	.about-1 .about-1-right .about-1-ri-text {
	    margin-top: 12px;
	    line-height: 20px;
	}
	.about-2 {
	    padding: 30px 0 30px 0;
	}
	.about-2-culture{
		margin-top: 24px;
	}
	.about-2-culture ul li a .about-2-cu-text {
	    bottom: 15px;
	    padding: 0 4%;
	}
	.about-2-culture ul li a .about-2-cu-text .about-2-cu-e {
	    line-height: 30px;
	    font-size: 36px;
	}
	.about-2-culture ul li .about-2-cu-p {
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 16px;
	}
	.about-3 .about-3-right {
	    padding: 16px 3% 0 2%;
	}
	.about-3 .about-3-right .about-3-ri-text {
	    line-height: 28px;
	    margin-top: 18px;
	    font-size: 14px;
	}
	.about-4 {
	    padding: 30px 0 40px 0;
	}
	.about-4-list {
	    margin-top: 30px;
	    padding: 0 4%;
	}
	.about-4-list .slick-arrow {
	    top: 60px;
		width: 18px;
		height: 32px;
	}
	.about-4-li a{
		padding: 6px;
	}
	.about-4-li {
	    padding: 0 8%;
	}
	.about-4-li .about-4-li-p {
	    height: 28px;
	    line-height: 28px;
	    margin-top: 4px;
	    font-size: 16px;
	}
}

@media (max-width: 991px){
	/* .title.title-ab-left{
		text-align: center;
	}
	.title.title-ab-left .title-c{
		text-align: center;
	}
	.title.title-ab-left .title-e::after {
	    left: 50%;
	    margin-left: -25px;
	} */
	.about-1 .about-1-left{
		width: 100%;
	}
	.about-1 .about-1-left .about-1-le-ico{
		width: 180px;
	}
	.about-1 .about-1-right{
		width: 100%;
	}
	.about-1 .about-1-right {
	    padding: 24px 2% 24px 2%;
	}
	
	.about-2-culture ul li .about-2-cu-p{
		font-size: 14px;
	}
	.about-3 .about-3-right .about-3-ri-text {
	    line-height: 24px;
	    margin-top: 12px;
	}
	.about-3 .about-3-right {
	    padding: 12px 2% 12px 2%;
	}
}
@media (max-width: 767px){
	.about-1 .about-1-right {
	    padding: 18px 3% 18px 3%;
	}
	.about-1 .about-1-left .about-1-le-ico {
		width: 100px;
	}
	
	.about-2 {
	    padding: 20px 0 20px 0;
	}
	.about-2-culture .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.about-2-culture .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px !important;
		height: 8px;
		margin: 0 3px;
		background: #ccc;
		border-radius: 100%;
	}
	.about-2-culture .slick-dots li.slick-active{
		background: #008cd6;
	}
	.about-2-culture .slick-dots li button{
		display: none;
	}
	.about-3 .about-3-left{
		width: 100%;
	}
	.about-3 .about-3-right{
		width: 100%;
	}
	.about-3 .about-3-right {
	    padding: 18px 3% 18px 3%;
	}
	.about-4 {
	    padding: 20px 0 20px 0;
	}
	.about-4-list .slick-arrow {
	    top: 56px;
	    width: 14px;
	    height: 28px;
	}
}

/*产品中心*/
.pro-add{
	float: left;
	width: 100%;
	background: #008cd6;
	color: #fff;
	padding: 32px 3.125% 32px 3.125%;
	line-height: 36px;
}
.pro-add .pro-add-l{
	float: left;
	font-size: 36px;
	font-weight: bold;
}

.pro-add .pro-add-l span{
	font-size: 28px;
	vertical-align: text-bottom;
	font-family: 'ITC Avant Garde Gothic LT Demi';
}

.pro-add .pro-add-r{
	float: right;
	font-size: 18px;
	margin-top: 5px;
	position: relative;
}
.pro-add .pro-add-r::after{
	position: absolute;
	left: -12px;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #fff;
	content: "";
}

.product{
	float: left;
	width: 100%;
	padding: 0 3.125% 144px 3.125%;
}
.product ul{
	float: left;
	width: 100%;
}
.product ul li{
	float: left;
	width: 23.2%;
	margin-top: 47px;
	margin-right: 2.4%;
}
.product ul li:nth-child(4n){
	margin-right: 0;
}
.product ul li > a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.product ul li > a img{
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.product ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product ul li .pro-li-text{
	float: left;
	width: 100%;
}
.product ul li .pro-li-text .pro-li-title{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin-top: 27px;
	font-size: 26px;
	color: #008cd6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product ul li .pro-li-text .pro-li-p{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 26px;
	margin-top: 12px;
	font-size: 16px;
	color: #777;
	overflow: hidden;
}
.product ul li .pro-li-text .pro-li-link{
	float: left;
	width: 100%;
	margin-top: 19px;
}
.product ul li .pro-li-text .pro-li-link a{
	display: inline-block;
	padding: 0 32px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 21px;
	color: #fff;
	background: #008cd6;
	border: 1px solid #008cd6;
}
.product ul li .pro-li-text .pro-li-link a:hover{
	opacity: 0.9;
	color: #008cd6;
	background: #fff;
}

@media (max-width: 1440px){
	.product {
	    padding: 0 3.125% 74px 3.125%;
	}
	.pro-add {
	    padding: 15px 3.125% 15px 3.125%;
	    line-height: 24px;
	}
	.pro-add .pro-add-l{
	    font-size: 28px;	
	}
	.pro-add .pro-add-l span {
	    font-size: 22px;
	}
	.pro-add .pro-add-r{
		font-size: 16px;
	}
	
	
	.product ul li {
	    width: 24.1%;
	    margin-top: 36px;
	    margin-right: 1.2%;
	}
	.product ul li .pro-li-text .pro-li-title {
	    height: 24px;
	    line-height: 24px;
	    margin-top: 16px;
	    font-size: 20px;
	}
	.product ul li .pro-li-text .pro-li-p {
	    height: 48px;
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 14px;
	}
	.product ul li .pro-li-text .pro-li-link {
	    margin-top: 10px;
	}
	.product ul li .pro-li-text .pro-li-link a {
	    padding: 0 24px;
	    line-height: 36px;
	    font-size: 14px;
	    border-radius: 18px;
	}
}

@media (max-width: 1199px){
	.product ul li{
		margin-top: 24px;
	}
}

@media (max-width: 991px){
	.product ul li{
		width: 49%;
		margin-right: 2%;
	}
	.product ul li:nth-child(2n){
		margin-right: 0;
	}
	.pro-add .pro-add-l {
	    font-size: 22px;
	}
	.pro-add .pro-add-l span {
	    font-size: 16px;
	}
	.pro-add .pro-add-r {
	    font-size: 14px;
	}
}
@media (max-width: 767px){
	.product ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.pro-add .pro-add-r{
		display: none;
	}
	.pro-add .pro-add-l {
	    font-size: 18px;
	}
	.pro-add .pro-add-l span {
	    font-size: 13px;
		margin-top: 5px;
	}
}



/*产品详情*/
.pro-de-h1{
	float: left;
	width: 100%;
	line-height: 40px;
	margin-top: 57px;
	font-size: 36px;
	color: #008cd6;
	text-align: center;
}
.prodcut-details{
	float: left;
	width: 100%;
	padding: 0 7.8% 176px 7.8%;
}
.pr-bg-1{
	background: #008cd6;
}
.pro-de-top{
	float: left;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #fff;
	margin-top: 100px;
}
.pro-de-top a{
	color: #fff;
}
.pro-de-top .pro-de-top-le{
	float: left;
	max-width: 50%;
	font-size: 32px;
}
.pro-de-top .pro-de-top-ri{
	float: right;
	max-width: 50%;
	font-size: 18px;
	/* text-align: right; */
}
.pro-de-max-pic{
	float: left;
	width: 100%;
	padding: 28px 7.8% 0 7.8%;
	position: relative;
}
.pro-de-max-pic ul li img{
	width: 100%;
}
.pro-de-max-pic .slick-arrow{
	position: absolute;
	top: 50%;
	width: 53px;
	height: 53px;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	z-index: 999;
}
.pro-de-max-pic .slick-arrow.slick-next{
	right: -7.8%;
	background: url(../images/product/right-1.png) no-repeat;
} 
.pro-de-max-pic .slick-arrow.slick-prev{
	left: -7.8%;
	background: url(../images/product/left-1.png) no-repeat;
} 


.pro-de-max-pic .slick-dots{
	float: left;
	width: 100%;
	height: 23px;
	text-align: center;
	margin-top: 32px;
}
.pro-de-max-pic .slick-dots li {
	float: none;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 6px;
	background: #fff;
	border: 1px solid #008cd6;
	padding: 0;
	border-radius: 100%;
}

.pro-de-max-pic .slick-dots li button {
	display: none;
}

.pro-de-max-pic .slick-dots li.slick-active {
	background: #008cd6;
}

.pro-de-text{
	float: left;
	width: 100%;
	padding: 37px 0 82px 0;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.pro-de-text h1{
	font-family: 'ITC Avant Garde Gothic LT Demi';
	font-size: 32px;
	color: #008cd6;
	line-height: 36px;
}
.pro-de-text h2{
	font-size: 24px;
	color: #666;
	line-height: 36px;
	letter-spacing: 3px;
	margin-bottom: 24px;
}
.pro-de-text h3{
	font-size: 18px;
	color: #3a72b4;
	font-weight: bold;
	line-height: 36px;
}


/*产品上下页*/
.pro-de-page{
	float: left;
	width: 100%;
	padding: 0 28px;
	border: 1px solid #ccc;
}
.pro-de-page a{
	display: block;
	float: left;
	width: 50%;
	padding: 28px 36px 28px 50px;
	border-right: 1px solid #ccc;
	background: url(../images/product/left-2.png) left center no-repeat;
}
.pro-de-page a:nth-child(2){
	border-right: 0px solid #ccc;
	background: url(../images/product/right-2.png) right center no-repeat;
}
.pro-de-page a .pro-de-p1{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #008cd6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-de-page a .pro-de-p2{
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 20px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-de-page a:hover .pro-de-p2{
	color: #008cd6;
}

@media (max-width: 991px) 
{
	.pro-de-page a{
		width: 100%;
		border: 0;
		border-bottom: 1px solid #ddd;
		background: none;
	}
	.pro-de-page a:nth-child(2){
		border-bottom: 0;
		background: none;
	}
	.pro-de-page{
		padding: 0;
	}
}
@media (max-width: 767px) {
	
	.pro-de-page a {
		padding: 8px 3% 8px 3%;
	}
	.pro-de-page a .pro-de-p1{
		font-size: 14px;
		line-height: 24px;
	}
	.pro-de-page a .pro-de-p2{
		font-size: 14px;
		line-height: 24px;
	}
}

.pro-message{
	float: left;
	width: 100%;
	padding-top: 73px;
}
.pro-mess-title{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
.pro-mess-title h1{
	font-family: 'ITC Avant Garde Gothic LT Demi';
	float: left;
	width: 100%;
	font-size: 32px;
	color: #008cd6;
}
.pro-message h2{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	color: #666;
}


.pro-form{
	float: left;
	width: 100%;
	margin-top: 48px;
}

.pro-form .pro-form-div-1{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.pro-form .pro-form-div-1 .pro-form-div-left{
	float: left;
	width: 48%;
	position: relative;
	padding-left: 140px;
	background: #008cd6;
	border-radius: 12px;
	color: #fff;
	font-size: 20px;
}
.pro-form .pro-form-div-1 .pro-form-div-left.w100{
	width: 100%;
}
.pro-form .pro-form-div-1 .pro-form-div-left.bg-none{
	background: none;
	color: #008cd6;
}
.pro-form .pro-form-div-1 .pro-form-div-left:nth-child(2n){
	float: right;
}
.pro-form .pro-form-div-1 .pro-form-label-1{
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 140px;
	line-height: 64px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.pro-form .pro-form-div-1 .pro-form-b-input{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 62px;
	font-size: 20px;
	border-radius: 10px;
	padding: 0 12px;
	color: #666;
	border: 1px solid #e5e5e5;
	background: #fff;
}


.pro-form .pro-form-sex{
	float: left;
	max-height: 64px;
	overflow: hidden;
}
.pro-form .pro-form-sex span{
	display: inline-block;
	line-height: 64px;
	margin-right: 20px;
}
.pro-form .pro-form-sex span input[type=radio]{
	float: left;
	width: 33px;
	height: 33px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:10px;
	margin-top: 16px;
	background: url(../images/product/radio1.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.pro-form .pro-form-sex span input[type=radio]:checked{
	background: url(../images/product/radio1-on.png) no-repeat;
}
.pro-form .pro-form-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #008cd6;
	font-weight: normal;
}
.pro-form .pro-form-div-1.center{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.pro-form .pro-form-div-1.center .pro-form-b-sub{
	width: 300px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	background: #008cd6;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	-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-form .pro-form-div-1.center .pro-form-b-sub:hover{
	opacity: 0.9;
}

.tj-pro{
	float: left;
	width: 100%;
	padding-top: 76px;
}

.pro-de-link{
	float: left;
	width: 100%;
	text-align: center;
}
.pro-de-link a{
	display: inline-block;
	width: 300px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	background: #0065a8;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
}
.pro-de-link a:hover{
	opacity: 0.9;
}
@media (max-width: 991px) {
	.pro-de-top {
	    height: 50px;
	    line-height: 50px;
	}
	.pro-de-top .pro-de-top-le {
	    font-size: 16px;
		max-width: 40%;
	}
	.pro-de-top .pro-de-top-ri {
	    font-size: 14px;
		max-width: 60%;
	}
	.pro-de-max-pic {
	    padding: 14px 3% 0 3%;
	    position: relative;
	}
	.pro-de-max-pic .slick-arrow.slick-prev{
		left: -4%;
	}
	.pro-de-max-pic .slick-arrow.slick-next{
		right: -4%;
	}
	.pro-de-max-pic .slick-dots {
	    height: 15px;
	    margin-top: 15px;
	}
	.pro-de-max-pic .slick-dots li {
	    width: 15px;
	    height: 15px;
	    margin: 0 4px;
	}
	.prodcut-details {
	    padding: 0 3% 100px 3%;
	}
	.pro-de-text {
	    padding: 30px 0 50px 0;
	    font-size: 16px;
	    line-height: 32px;
	}
	.pro-form .pro-form-div-1{
		margin-top: 0;
	}
	.pro-form .pro-form-div-1 .pro-form-div-left{
		width: 100%;
		margin-top: 10px;
	}
}


@media (max-width: 767px) {
	.pro-de-h1 {
	    line-height: 28px;
	    margin-top: 10px;
	    font-size: 22px;
	}
	.prodcut-details {
	    padding: 0 0% 30px 0%;
	}
	.pro-de-max-pic {
	    padding: 10px 0% 0 0%;
	}
	.pro-de-max-pic .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.pro-de-max-pic .slick-arrow.slick-prev {
	    left: -0%;
		background-size: 100% 100%;
	}
	.pro-de-max-pic .slick-arrow.slick-next {
	    right: -0%;
		background-size: 100% 100%;
	}
	.pro-de-max-pic .slick-dots {
	    height: 10px;
	    margin-top: 0px;
	}
	.pro-de-max-pic .slick-dots li {
	    width: 10px;
	    height: 10px;
	    margin: 0 3px;
	}
	.pro-de-top{
		height: auto;
		margin-top: 60px;
		line-height: 28px;
		padding: 10px 0;
	}
	.pro-de-top .pro-de-top-le{
		max-width: 100%;
		width: 100%;
	}
	.pro-de-top .pro-de-top-ri{
		max-width: 100%;
		width: 100%;
		font-size: 12px;
	}
	.pro-de-text {
	    padding: 20px 0 20px 0;
	    font-size: 14px;
	    line-height: 24px;
	}
	.pro-de-text h1 {
	    font-size: 24px;
	    line-height: 28px;
	}
	.pro-de-text h2 {
	    font-size: 20px;
	    line-height: 26px;
		margin-bottom: 10px;
	}
	.pro-de-text h3 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.pro-message{
		padding-top: 15px;
	}
	.pro-mess-title h1 {
	    font-size: 20px;
	}
	.pro-mess-title h2 {
	    margin-top: 8px;
	    font-size: 18px;
	}
	.pro-form{
		margin-top: 10px;
	}
	
	.pro-form .pro-form-div-1 .pro-form-label-1 {
	    width: 90px;
	    line-height: 44px;
	    font-size: 14px;
	}
	.pro-form .pro-form-div-1 .pro-form-b-input {
	    height: 44px;
	    line-height: 42px;
	    font-size: 14px;
	}
	.pro-form .pro-form-div-1 .pro-form-div-left{
		padding-left: 90px;
	}
	.pro-form .pro-form-sex span input[type=radio] {
	    width: 24px;
	    height: 24px;
		margin-top: 10px;
		background-size: 100% 100%;
	}
	.pro-form .pro-form-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.pro-form .pro-form-sex span label{
		font-size: 14px;
	}
	.pro-form .pro-form-sex span {
	    line-height: 46px;
	    margin-right: 10px;
	}
	.pro-form .pro-form-div-1.center {
	    margin-top: 20px;
	}
	.pro-form .pro-form-div-1.center .pro-form-b-sub {
	    width: 180px;
	    height: 48px;
	    line-height: 48px;
		font-size: 16px;
	}
	.tj-pro{
		padding-top: 30px;
	}
	.pro-de-link{
		margin-top: -30px;
	}
	.pro-de-link a {
	    width: 180px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	}
}

/*团队文化*/
.bg-f9{
	background: #f9f9f9;
}
.team{
	float: left;
	width: 100%;
	padding-top: 48px;
	position: relative;
}
#certify {
	position: relative;
	width: 1544px;
	margin: 40px auto 0 auto;
	padding: 0 5.8%;
	overflow: hidden;
}

#certify .swiper-container {
	position: relative;
	z-index: 1;
}

#certify  .swiper-slide {
	width: 809px;
	height: 500px;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify .swiper-pagination {
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 25px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #008cd6;
	background-color: #fff;
	width: 23px;
	height: 23px;
	opacity: 1;
	z-index: 999;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #008cd6;
	background-color: #008cd6;
}

#certify .swiper-button-prev {
	margin-top: -50px;
	left: -0px;
	width: 28px;
	height: 50px;
	background: url(../images/team/left.png) no-repeat;
	background-size: 100%;
	z-index: 9;
}


#certify .swiper-button-next {
	margin-top: -50px;
	right: -0px;
	width: 28px;
	height: 50px;
	background: url(../images/team/right.png) no-repeat;
	background-size: 100%;
	z-index: 9;
}

.culture{
	float: left;
	width: 100%;
	padding: 70px 3.125% 95px 3.125%;
	position: relative;
}
.culture.news{
	padding-top: 0;
}
.culture.news ul{
	margin-top: 20px;
}
.culture ul{
	float: left;
	width: 100%;
	margin-top: 62px;
}
.culture ul li{
	float: left;
	width: 100%;
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}
.culture ul li > a{
	float: left;
	width: 30.5%;
	overflow: hidden;
}
.culture ul li > a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.culture ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}	
.culture ul li .cul-li-text{
	float: left;
	width: 69.5%;
	padding: 54px 3.8% 0px 3.3%;
}
.culture ul li .cul-li-text .cul-li-title{
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 24px;
	color: #008cd6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.culture ul li .cul-li-text .cul-li-time{
	font-family: 'hinted-CenturyGothic';
	font-weight: bold;
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin-top: 2px;
	font-size: 17px;
	color: #ccc;
	overflow: hidden;
}
.culture ul li .cul-li-text .cul-li-p{
	float: left;
	width: 100%;
	height: 56px;
	line-height: 28px;
	margin-top: 19px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.culture ul li .cul-li-text .cul-li-link{
	font-family: 'hinted-CenturyGothic';
	float: left;
	width: 100%;
	margin-top: 50px;
}
.culture ul li .cul-li-text .cul-li-link a{
	display: inline-block;
	width: 154px;
	height: 42px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 20px;
	color: #008cd6;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.culture ul li .cul-li-text .cul-li-link a:hover{
	background: #008cd6;
	border-color: #008cd6;
	color: #fff;
}
@media (max-width: 1680px) {
	.culture ul li .cul-li-text{
		padding: 36px 3.8% 0px 3.3%;
	}
}

@media (max-width: 1440px) {
	.team{
		padding: 48px 2% 0 2%;
	}
	#certify {
		width: 100%;
	}
	.culture ul li .cul-li-text {
	    padding: 28px 3% 0px 3%;
	}
	.culture ul li .cul-li-text .cul-li-p {
	    margin-top: 10px;
	}
	.culture ul li .cul-li-text .cul-li-link{
		margin-top: 25px;
	}
}
@media (max-width: 1199px) {
	#certify .swiper-slide {
		width: 100%;
		height: auto;
	}
	#certify .swiper-slide img{
		width: 100%;
	}
	#certify .swiper-button-prev{
		width: 18px;
		height: 32px;
	}
	#certify .swiper-button-next{
		width: 18px;
		height: 32px;
	}
	.team {
	    padding: 36px 2% 0 2%;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 16px;
	    height: 16px;
	}
	.culture {
	    padding: 35px 3.125% 45px 3.125%;
	}
	.culture ul{
		margin-top: 30px;
	}
	.culture ul li{
		margin-top: 20px;
	}
	.culture ul li .cul-li-text {
	    padding: 14px 3% 0px 3%;
	}
	.culture ul li .cul-li-text .cul-li-title {
	    height: 24px;
	    line-height: 24px;
	    font-size: 20px;
	}
	.culture ul li .cul-li-text .cul-li-time {
	    height: 24px;
	    line-height: 24px;
	    margin-top: 0px;
	    font-size: 15px;
	}
	.culture ul li .cul-li-text .cul-li-p {
	    height: 48px;
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 14px;
	}
	.culture ul li .cul-li-text .cul-li-link {
	    margin-top: 10px;
	}
	.culture ul li .cul-li-text .cul-li-link a {
	    width: 128px;
	    height: 38px;
	    line-height: 36px;
	    font-size: 16px;
	    border-radius: 18px;
	}
}

@media (max-width: 991px) {
	.culture ul li .cul-li-text .cul-li-title {
	    height: 22px;
	    line-height: 22px;
	    font-size: 18px;
	}
	.culture ul li .cul-li-text .cul-li-time {
	    height: 22px;
	    line-height: 22px;
	    font-size: 14px;
	}
	.culture ul li .cul-li-text .cul-li-p {
	    height: 44px;
	    line-height: 22px;
	    margin-top: 4px;
	    font-size: 13px;
	}
	.culture ul li .cul-li-text .cul-li-link a {
	    width: 120px;
	    height: 32px;
	    line-height: 30px;
	    font-size: 14px;
	    border-radius: 16px;
	}
	.culture ul li .cul-li-text {
	    padding: 10px 2% 0px 2%;
	}
	.culture ul li > a{
	
		width: 35%;
	}
	.culture ul li .cul-li-text{
		width: 65%;
	}
}
@media (max-width: 767px) {
	.culture ul li > a{
		width: 100%;
	}
	.culture ul li .cul-li-text{
		width: 100%;
	}
	.team {
	    padding: 15px 2% 0 2%;
	}
	#certify {
	    margin: 20px auto 0 auto;
	    padding: 0 4%;
	}
	#certify .swiper-button-prev{
		margin-top: -36px;
		width: 15px;
		height: 32px;
	}
	#certify .swiper-button-next{
		margin-top: -36px;
		width: 15px;
		height: 32px;
	}
	#certify .swiper-pagination{
		margin-top: 10px;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
		margin: 0 3px;
	}
	.culture {
	    padding: 15px 3% 15px 3%;
	}
	.culture ul {
	    margin-top: 0px;
	}
	.culture ul li{
		margin-top: 15px;
	}
	.culture ul li .cul-li-text {
	    padding: 10px 2% 10px 2%;
	}
}




/*新闻详情*/

.news-details{
	float: left;
	width: 100%;
	padding: 28px 5.2% 140px 5.2%;
}
.ne-de-title{
	float: left;
	width: 100%;
	line-height: 42px;
	padding-bottom: 22px;
	font-size: 32px;
	color: #008cd6;
}


.news-de-2-f{
	float: left;
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2-f .news-de-2-time {
    float: left;
    max-width: 65%;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #008cd6;
    overflow: hidden;
}



.news-de-2-f .news-de-2-fun{
	float: right;
	max-width: 35%;
	height: 32px;
	overflow: hidden;
}
.news-de-2-f .news-de-2-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

.news-de-2-f .news-de-2-fun a:first-child:after{
	display: none;
}
.news-de-2-f .news-de-2-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-2-f .news-de-2-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
	color: #ccc;
}
.news-de-2-f .news-de-2-fun .switcher-bigger{
	float: left;
	background: url(../images/news/jia.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-small{
	float: left;
	background: url(../images/news/jian.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
	float: left;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-2-f .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../images/news/qq.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../images/news/wb.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../images/news/wx.png) center no-repeat !important;
}

.news-de-2{
	float: left;
	width: 73.2%;
}

.news-de-2 .text {
    float: left;
    width: 100%;
    padding: 48px 0 104px 0;
    text-indent: 2em;
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.news-de-2 .text img{
	max-width: 100%;
}
.news-de-2 .text h2{
	font-size: 28px;
	color: #0065a8;
	padding: 37px 0 26px 0;
	text-indent: 0;
}
.news-de-2 .news-page{
	float: left;
	width: 100%;
}
.news-de-2 .news-page a{
	display: inline-block;
	width: 49.2%;
	height: 48px;
	line-height: 46px;
	padding: 0 24px;
	font-size: 18px;
	color: #008cd6;
	border: 1px solid #d2d2d2;
	border-radius: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.news-de-2 .news-page a:last-child{
	float: right;
}
.news-de-2 .news-page a:hover{
	background: #008cd6;
	border: 1px solid #008cd6;
	color: #fff;
}
.news-de-right{
	float: right;
	width: 17.4%;
}
.news-de-right .news-de-ri-t{
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 56px 0 45px 0;
	font-size: 32px;
	color: #008cd6;
}
.news-de-right .news-de-ri-list{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li > a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li > a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-de-right .news-de-ri-list ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


		
			

.news-de-right .news-de-ri-list ul li .news-de-ri-li-text{
	float: left;
	width: 100%;
	padding: 12px 0 15px 0;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p{
	float: left;
	width: 100%;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time{
	font-family: arial;
	font-weight: bold;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #008cd6;
	overflow: hidden;
}
.news-de-right .news-de-ri-link{
	float: left;
	width: 100%;
	margin-top: 14px;
}
.news-de-right .news-de-ri-link a{
	display: inline-block;
	width: 142px;
	height: 48px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 24px;
	color: #008cd6;
	text-align: center;
	border: 1px dashed #bfbfbf;
}
.news-de-right .news-de-ri-link a:hover{
	background: #008cd6;
	border: 1px dashed #008cd6;
	color: #fff;
}
.news-de-right img{
	max-width: 100%;
}


@media (max-width: 1680px){
	.news-de-2-f .news-de-2-time{
		max-width: 60%;
	}
	.news-de-2-f .news-de-2-fun {
	    float: right;
	    max-width: 40%;
	}
}
@media (max-width: 1440px){
	.news-details {
		padding: 14px 3% 70px 3%;
	}
	.ne-de-title {
	    line-height: 42px;
	    padding-bottom: 18px;
	    font-size: 24px;
	}
	.news-de-2 .text {
	    padding: 24px 0 54px 0;
	    font-size: 16px;
	}
	.news-de-right .news-de-ri-t {
	    line-height: 36px;
	    padding: 28px 0 28px 0;
	    font-size: 26px;
	}
	.news-de-2 .news-page a{
		font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p {
	    height: 48px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text {
	    padding: 8px 0 12px 0;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time {
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
}
@media (max-width: 1199px){
	.news-de-2-f .news-de-2-fun a {
	    width: 56px;
	    height: 32px;
	    line-height: 32px;
	}
}	
@media (max-width: 991px){
	.news-de-2-f .news-de-2-fun a {
		width: 46px;
		height: 32px;
		line-height: 32px;
	}
	.news-details {
	    padding: 14px 2% 28px 2%;
	}
	.ne-de-title {
	    line-height: 32px;
	    padding-bottom: 6px;
	    font-size: 22px;
		text-align: center;
	}
	.news-details .news-de-h2{
		margin-top: 20px;
		font-size: 28px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 18px;
	}
	.news-de-right{
		width: 22%;
	}
	.news-de-right .news-de-ri-link{
		margin-top: 4px;
	}
	.news-de-right .news-de-ri-link a{
		font-size: 16px;
		width: 136px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
	}
	.news-de-2 .text {
	    padding: 16px 0 28px 0;
	}
	.news-de-2 .news-page a{
		width: 100%;
	}
}
@media (max-width: 767px){
	.news-de-2{
		width: 100%;
	}
	.news-de-right{
		width: 100%;
	}
	.news-details {
	    padding: 15px 3% 20px 3%;
	}
	.ne-de-title {
	    line-height: 28px;
	    padding-bottom: 10px;
	    font-size: 18px;
		text-align: center;
	}
	.news-de-2-f .news-de-2-time{
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 16px;
	}
	
	.news-de-2-f .news-de-2-fun{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.news-de-2-f .news-de-2-fun .switcher-small{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .switcher-bigger{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a:after{
		left: -5px;
	}
	.news-de-2-f{
		padding: 10px 0;
	}	
	
	.news-de-2 .text {
		padding: 15px 0 20px 0;
		font-size: 14px;
	}
	.news-de-2 .text h2 {
	    font-size: 18px;
	    padding: 20px 0 16px 0;
	    text-indent: 0;
	}
	.tj-pro.ne-de-licon {
	    padding-bottom: 20px;
	}
	.news-de-2 .news-page a {
	    height: 40px;
	    line-height: 38px;
	    padding: 0 3%;
	}
	.news-de-right .news-de-ri-t {
	    line-height: 30px;
	    padding: 18px 0 18px 0;
	    font-size: 18px;
		text-align: center;
	}
	.news-de-right .news-de-ri-link{
		text-align: center;
	}
	.news-de-right .news-de-ri-link a{
		display: inline-block;
	}
}

/*先进设备*/

.maskbg
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	opacity: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.equipment{
	float: left;
	width: 100%;
	padding: 50px 0 68px 0;
	background: #efefef;
	position: relative;
}
.equipment-list{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.equipment-list .equ-ul{
	float: left;
	width: 100%;
}

.equipment-list .slick-slide{
	padding: 0 25px;
}
.equipment-list .slick-slide img{
	width: 100%;
}
.equipment-list .equ-p{
	float: left;
	width: 100%;
	line-height: 54px;
	font-size: 24px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.equipment-list .slick-dots{
	margin-top: 44px;
	text-align: center;
}
.equipment-list .slick-dots li{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 7px;
	background: #fff;
	border: 1px solid #2a69b0;
	border-radius: 100%;
	cursor: pointer;
}
.equipment-list .slick-dots li button{
	display: none;
}
.equipment-list .slick-dots li.slick-active{
	background: #2a69b0;
}

.message
{
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    width: 1116px;
    height: 696px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.message .messageinfo
{
	float: left;
	width: 100%;
    height: 100%;
	position: relative;
}

.message .m-close
{
	position: absolute;
	right: 10px;
	top: 2px;
    float: right;
    width: 43px;
    height: 43px;
    cursor: pointer;
	z-index: 999;
}

.equ-pic{
	float: left;
	width: 100%;
}
.equ-pic .swiper-slide{
	padding: 0 9.8%;
}

.equ-pic .swiper-button-next{
	top: 38%;
	right: -0%;
	width: 64px;
	height: 64px;
	background: url(../images/equipment/next.png) no-repeat;
} 
.equ-pic .swiper-button-prev{
	top: 38%;
	left:  -0%;
	width: 64px;
	height: 64px;
	background: url(../images/equipment/prev.png) no-repeat;
}
.equ-pic img{
	width: 100%;
}
.equ-text{
	float: left;
	width: 100%;
	/* padding: 0 9.8%; */
	color: #fff;
}
.equ-text .equ-p1{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-top: 24px;
	font-size: 24px;
	overflow: hidden;
}
.equ-text .equ-p2{
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 64px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
}

/*视频*/
.equipment-video{
	float: left;
	width: 100%;
	padding: 56px 0 115px 0;
	position: relative;
}
.equVideo-list{
	float: left;
	width: 100%;
	margin-top: 38px;
}
.equVideo-ul{
	float: left;
	width: 100%;
}
.equVideo-ul ul {
	float: left;
	width: 100%;
}
.equVideo-ul > ul > .slick-list li{
	padding: 0 25px;
}

.equVideo-ul ul li .video-1
{
	float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.equVideo-ul ul li .video-p{
	float: left;
	width: 100%;
	line-height: 54px;
	font-size: 24px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.equVideo-ul ul li .video-1 .img-box{
	width: 100%;
	height: 100%;
    z-index: 0;
	position: relative;
	/* padding-bottom: 36%; */
	padding-bottom: 61%;
    background-color: rgba(0,0,0,0);
}
.equVideo-ul ul li .video-1 .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;
}
.equVideo-ul ul li .video-1 .img-box img{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.equVideo-ul ul li .video-1 .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.equVideo-ul ul li .video-1 .iframe{
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.equVideo-ul ul li .video-1 .play{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
	width: 100%;
    height: 100%;
    -webkit-transition: all .0s;
            transition: all .0s;
			background:url(../images/equipment/play.png) center no-repeat;
}
.equVideo-ul ul li .video-1:hover .img-box img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    /* opacity: .95; */
}
.equVideo-ul ul li .video-1:hover .img-box .black{
	background-color: rgba(0,0,0,0);
}
.equVideo-ul .slick-dots{
	margin-top: 44px;
	text-align: center;
}
.equVideo-ul .slick-dots li{
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 7px;
	background: #fff;
	border: 1px solid #2a69b0;
	border-radius: 100%;
	cursor: pointer;
}
.equVideo-ul .slick-dots li button{
	display: none;
}
.equVideo-ul .slick-dots li.slick-active{
	background: #2a69b0;
}

@media (max-width: 1440px){
	.equipment-list .slick-slide {
		padding: 0 15px;
	}
	.equVideo-ul > ul > .slick-list li {
	    padding: 0 15px;
	}
	.equipment-list .equ-p {
	    line-height: 42px;
	    font-size: 20px;
	}
	.equipment-list .slick-dots {
	    margin-top: 20px;
	}
	.equipment-list .slick-dots li{
		width: 18px;
		height: 18px;
	}
	.equVideo-ul ul li .video-p {
	    line-height: 42px;
	    font-size: 20px;
	}
	.equVideo-ul .slick-dots {
	    margin-top: 20px;
	}
	.equVideo-ul .slick-dots li{
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 1199px){
	.equipment {
		padding: 30px 0 38px 0;
	}
	.equipment-list .equ-p {
	    line-height: 36px;
	    font-size: 18px;
	}
	.equipment-list .slick-dots li {
	    width: 12px;
	    height: 12px;
		margin: 0 3px;
	}
	.equVideo-ul ul li .video-p {
	   line-height: 36px;
	   font-size: 18px;
	}
	.equVideo-ul .slick-dots li {
	    width: 12px;
	    height: 12px;
		margin: 0 3px;
	}
	.equipment-video {
	    padding: 28px 0 57px 0;
	}
	.equVideo-ul ul li .video-1 .play{
		background-size: 48px;
	}
	.message {
	    width: 100%;
		padding: 0 2%;
	    height: auto;
	}
}

@media (max-width: 767px){
	.maskbg{
	}
	.equ-pic .swiper-button-next{
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}
	.equ-pic .swiper-button-prev{
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}
	.swiper-button-next, .swiper-button-prev{
		margin-top: -15px;
	}
	.message .m-close {
	    right: 0px;
	    top: 0px;
	    width: 24px;
	    height: 24px;
	}
	.equ-text .equ-p1 {
	    height: 24px;
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 18px;
	}
	.equ-text .equ-p2 {
	    margin-top: 10px;
	    height: 48px;
	    line-height: 24px;
	    font-size: 14px;
	}
	
	
	.message .m-close img{
		width: 100%;
		height: 100%;
	}
	
	.equipment {
		padding: 15px 0 15px 0;
	}
	.equipment-list{
		margin-top: 15px;
	}
	.equipment-list .slick-dots {
	    margin-top: 0px;
	}
	.equipment-list .slick-slide {
	    padding: 0 0px;
	}
	.equipment-list .equ-p{
		font-size: 14px;
		text-align: center;
	}
	.equipment-video {
	    padding: 15px 0 15px 0;
	}
	.equVideo-ul .slick-dots {
	    margin-top: 0px;
	}
	.equVideo-ul ul li .video-p{
		font-size: 14px;
		text-align: center;
	}
	.equVideo-ul > ul > .slick-list li {
	    padding: 0 0px;
	}
	.equVideo-list{
		margin-top: 15px;
	}
	
	.equipment-list .equ-ul .slick-list .apply{
		cursor: pointer;
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 999;
	}
}
.md{
	position: absolute;
	top: -30px;
}



/*联系我们*/
.contact1{
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
}
.contact1 .contact1-1{
	float: left;
	width: 20%;
	padding: 36px 0 22px 0;
	text-align: center;
	border-right: 1px solid #eee;
	height: 206px;
}
.contact1 .contact1-1:last-child{
	border-right: 0px solid #eee;
}
.contact1 .contact1-1 .contact1-top{
	float: left;
	width: 100%;
}
.contact1 .contact1-1 .contact1-top > img{}
.contact1 .contact1-1 .contact1-top .contact1-t-p{
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
}
.contact1 .contact1-1 .contact1-bottom{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.contact1 .contact1-1 .contact1-bottom .contact1-bot-p{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	color: #999;
}
.contact1 .contact1-1 .contact1-bottom .contact1-bot-en{
	font-family: 'hinted-CenturyGothic';
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 7px;
	font-size: 20px;
	color: #999;
}
.contact1 .contact1-1 .contact1-bottom .contact1-bot-phone{
	font-family: 'hinted-CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 7px;
	font-size: 28px;
	color: #2799d3;
}
@media (max-width: 1440px){
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-p {
		line-height: 28px;
		font-size: 14px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-en{
		line-height: 24px;
		margin-top: 4px;
		font-size: 18px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-phone {
	    line-height: 24px;
	    margin-top: 6px;
	    font-size: 22px;
	}
}

@media (max-width: 1199px){
	.contact1 .contact1-1 {
	    padding: 20px 0 20px 0;
	    height: 180px;
	}
	.contact1 .contact1-1 .contact1-top > img{
		width: 40px;
	}
	.contact1 .contact1-1 .contact1-top .contact1-t-p{
		font-size: 16px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-p{
		font-size: 12px;
		line-height: 22px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-en {
	    line-height: 20px;
	    margin-top: 4px;
	    font-size: 16px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-phone {
	    line-height: 20px;
	    margin-top: 4px;
	    font-size: 18px;
	}
}

@media (max-width: 991px){
	.contact1{
		width: 100%;
		text-align: center;
	} 
	.contact1 .contact1-1{
		float: left;
		width: 50%;
		height: 160px;
		border-bottom: 1px solid #efefef;
	}
	.contact1 .contact1-1:nth-child(2n){
		border-right: 0;
	}
	.contact1 .contact1-1:last-child{
		float: none;
		display: inline-block;
		border-bottom: 0;
	}
	.contact1 .contact1-1 .contact1-top .contact1-t-p{
		margin-top: 6px;
	}

}


@media (max-width: 767px){
	.contact1 .contact1-1{
		width: 100%;
		height: auto;
		padding: 12px 0 16px 0;
	}
	.contact1 .contact1-1 .contact1-bottom{
		margin-top: 8px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-p{
		font-size: 14px;
		line-height: 26px;
	}
	.contact1 .contact1-1 .contact1-bottom .contact1-bot-phone{
		font-size: 16px;
	}
}


.contact-map{
	float: left;
	width: 100%;
	height: 508px;
	position: relative;
}
.map1 {
    float: left;
    width: 100%;
    height: 100%;
	/* background: rgba(0,0,0,0.4); */
}
.contact-3{
	float: left;
	width: 100%;
	padding: 40px 0 110px 0;
	background: #efefef;
}
.contact-3 .contact-3-title{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.contact-3 .contact-3-title::after{
	position: absolute;
	top: 0%;
	left: 0;
	width: 43%;
	height: 36px;
	background: url(../images/contact/bg-l.png) left center no-repeat;
	background-size: 100% auto;
	content: "";
}
.contact-3 .contact-3-title::before{
	position: absolute;
	top: 0%;
	right: 0;
	width: 43%;
	height: 36px;
	background: url(../images/contact/bg-r.png) left center no-repeat;
	background-size: 100% auto;
	content: "";
}
.contact-3 .contact-3-title span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 24px;
	position: relative;
	font-size: 36px;
	color: #111;
	background: #efefef;
	z-index: 5;
}
.contact-3 .contact-3-title span:after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	background: #fff;
	content: "";
	border: 2px solid #1e95d1;
	border-radius: 100%;
}
.contact-3 .contact-3-title span:before{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	background: #fff;
	content: "";
	border: 2px solid #1e95d1;
	border-radius: 100%;
}
.contact-3 .contact-3-form{
	float: left;
	width: 100%;
	position: relative;
}
.contact-3-form-left{
	float: left;
	width: 100%;
	padding: 24px 0% 0 0%;
}
/*在线留言*/
.contact-message-form{
	
}
.contact-message-form .contact-me-fo-div1{
	float: left;
	width: 100%;
	margin-top: 14px;
	border-radius: 10px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
	float: left;
	width: 49.5%;
	height: 64px;
	line-height: 23px;
	padding: 15px 2.2%;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 20px;
	color: #666;
	background: #fff;
	border-radius: 10px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
	float: left;
	width: 100%;
	height: 180px;
	line-height: 28px;
	padding: 20px 2.2%;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 20px;
	color: #333;
	background: #fff;
	border-radius: 10px;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
	display: inline-block;
	width: 290px;
	height: 86px;
	line-height: 86px;
	background: #1e95d1;
	font-size: 32px;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3:hover{
	opacity: 0.8;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
	margin-right: 1%;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right{
	margin-right: 0%;
}
.contact-message-form .contact-me-fo-div1.contact-me-fo-div3{
	border: 1px solid #dcdcdc;
	padding-right: 50%;
	position: relative;
	background: #fff;
	
}
.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
	width: 100%;
	border: 0px;
	height: 64px;
	line-height: 64px;
	padding-right: 4.8%;
	padding-left: 4.8%;
}


.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1::-webkit-input-placeholder {
	color: #999;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2::-webkit-input-placeholder {
	color: #999;
}

.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
	position: absolute;
	left: 46.5%;
	float: left;
	max-height: 64px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
	display: inline-block;
	line-height: 64px;
	margin-left: 33px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	float: left;
	width: 27px;
	height: 27px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:20px;
	margin-top: 18px;
	background: url(../images/contact/radio.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #999;
	font-weight: normal;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../images/contact/radio-on.png) no-repeat;
}
.contact-message-form .contact-me-fo-div2{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 1440px){
	.contact-3 {
	    padding: 30px 0 80px 0;
	}
	.contact-3 .contact-3-title span{
		font-size: 30px;
	}
	.contact-3 .contact-3-title::after{
		width: 39.2%;
	}
	.contact-3 .contact-3-title::before{
		width: 39.2%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		padding: 10px 2.2%;
		height: 64px;
		line-height: 34px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		height: 200px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 54px;
	}
}
@media (max-width: 991px){
	.contact-map{
		height: 400px;
	}
}

@media (max-width: 767px){
	.contact-3 {
	    padding: 15px 0 30px 0;
	}
	.contact-3 .contact-3-title span {
	    font-size: 20px;
		padding: 0 16px;
	}
	.contact-3 .contact-3-title span:after{}
	.contact-3 .contact-3-title span::before{}
	.contact-3-form-left {
	    padding: 15px 0% 0 0%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		padding: 10px 3%;
		height: 48px;
		line-height: 28px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
		height: 48px;
		line-height: 28px;
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		margin-top: 0;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3{
		padding-right: 42%;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
		left: 58%;
		max-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		width: 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 48px;
		margin-left: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		margin-right: 5px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 14px;
		margin-right: 10px;
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		margin-top: 10px;
		line-height: 28px;
		padding: 10px 3%;
		height: 140px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div2 {
	    margin-top: 15px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}