.img-ovh {
	overflow: hidden;
}

.img {
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.img-hover-contain {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}

.img-hover-contain:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.video-ovh {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-ovh video {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	top: 0;
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 0;
}

.slick-dots li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}

.slick-dots li a {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	font-size: 0;
}

.slick-dots li.slick-active a {
	background-color: #fff;
}

.more {
	color: #008cd2;
	font-size: 20px;
	padding-right: 15px;
	position: relative;
	line-height: 1;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 19px 30px 19px 35px;
	border: 1px solid #008cd2;
	color: #008cd2;
}

.more span {
	font-size: 18px;
	padding-right: 40px;
	display: inline-block;
	background: url("/Public/Images/home/phpcms/zh-cn/more.png") no-repeat right 0;
	line-height: 1.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.more.on,
.more:hover {
	background-color: #008cd2;
	color: #fff;
}

.more.on span,
.more:hover span {
	background-position: right -100px;
}

.more.on:hover {
	background-color: #1b93cf;
	background-color: #1b93cf;
}

.more-red {
	border-color: #c2000a;
	color: #c2000a;
}

.more-red span {
	background: url("/Public/Images/home/phpcms/zh-cn/more-red.png") no-repeat right 0;
}

.more-red:hover {
	background-color: #c2000a;
}

.more2 {
	color: #008cd2;
	font-size: 18px;
	position: relative;
	width: 175px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #008cd2;
	color: #008cd2;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.more2.on,
.more2:hover {
	background-color: #008cd2;
	color: #fff;
}

.more3 {
	color: #008cd2;
	font-size: 18px;
	margin-top: 5%;
	padding-right: 40px;
	background: url("/Public/Images/home/phpcms/zh-cn/more2.png") no-repeat right 50%;
	display: inline-block;
	position: relative;
	max-height: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	overflow: hidden;
	padding-bottom: 2px;
}

.more3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #008cd2;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.more3:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.more3.on {
	max-height: 100px;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.more4 {
	color: #fff;
	font-size: 18px;
	padding-right: 15px;
	position: relative;
	line-height: 1;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 30px 15px 35px;
}

.more4 span {
	font-size: 18px;
	padding-right: 40px;
	display: inline-block;
	background: url("/Public/Images/home/phpcms/zh-cn/more.png") no-repeat right -100px;
	line-height: 1.2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.more4.on,
.more4:hover {
	background-color: #008cd2;
	color: #fff;
	border-color: #008cd2;
}

.more5 {
	color: #008cd2;
	font-size: 18px;
	position: relative;
	line-height: 1;
	border: 1px solid #008cd2;
	display: inline-block;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 50px 20px 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.more5:hover {
	background-color: #008cd2;
	color: #fff;
	border-color: #008cd2;
}

.t1 h3 {
	font-size: 60px;
	color: #1d1e1d;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.23em;
}

.t1 p {
	color: #6c767a;
	line-height: 1.7;
}

.t2 {
	margin-bottom: 0.6em;
	font-size: 60px;
}

.t2 h3 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.t2 p {
	line-height: 1.8;
	font-size: 16px;
}

.bd-glasses .t2 h3 {
	color: #fff;
}

.bd-glasses .t2 p {
	color: #fff;
}

.t3 {
	text-align: center;
	margin-bottom: 3%;
}

.t3 h4 {
	font-size: 48px;
	margin-bottom: 0.2em;
	color: #1d1d1d;
	font-weight: bold;
}

.t3 p {
	color: #929292;
	font-size: 18px;
	font-weight: normal;
}

.t3 .con p {
	font-size: 16px;
	line-height: 1.9;
}

.t4 {
	margin-bottom: 4%;
}

.t4 h4 {
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
	color: #1d1d1d;
	margin-bottom: 0.4em;
}

.t4 p {
	color: #6c767a;
	font-size: 24px;
}

.t5 {
	overflow: hidden;
	font-size: 36px;
	line-height: 1em;
	padding-bottom: 0.8em;
}

.t5 h3 {
	float: left;
	line-height: 1;
}

.t5 span {
	float: right;
	font-size: 18px;
	color: #646464;
	line-height: inherit;
	position: relative;
	top: 0.5em;
}

.line {
	margin: 4% 0;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.t1-center {
	text-align: center;
}

.btn1 {
	text-transform: capitalize;
	width: 288px;
	height: 69px;
	color: #fff;
	line-height: 69px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #008cd2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #008cd2;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn1 span {
	background: url("/Public/Images/home/phpcms/zh-cn/arr2.png") no-repeat right 4px;
	padding-right: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn1:hover,
.btn1.on {
	color: #fff;
	background-color: #008cd2;
	border-color: #008cd2;
}

.btn1:hover span,
.btn1.on span {
	background-position: right -86px;
}

.btn1.on:hover {
	background-color: #008cd2;
}

.btn3 {
	background-color: #005496;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 15px 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn3:hover {
	background-color: #008cd2;
	color: #fff;
}

.btn-sub {
	outline: none;
	background-color: #008cd2;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	margin-top: -2%;
	cursor: pointer;
	border: none;
}

.btn-sub:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= .8)';
}

.fd-r1 {
	padding: 4% 0;
}

#fd {
	clear: both;
	background-color: #fff;
}

#fd h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.fd-l {
	float: left;
	width: 70%;
}

#fd .fd-r {
	width: 30%;
	float: right;
}

#fd .fd-r h3 {
	margin-bottom: 6px;
}

.fd-nv {
	display: inline-block;
	margin-right: 10%;
	vertical-align: top;
	text-align: left;
}

.fd-nv dt {
	margin-bottom: 12px;
}

.fd-nv dt a {
	font-size: 24px;
}

.fd-nv dt a:hover {
	color: #008cd2;
}

.fd-nv dd a {
	display: block;
	line-height: 1.9;
	color: #696969;
	font-size: 16px;
}

.fd-nv dd a:hover {
	color: #008cd2;
}

.fd-addr p {
	font-size: 14px;
	line-height: 1.6;
	color: #949494;
}

.copy-right {
	text-align: center;
	background-color: #005496;
	padding: 20px 0;
}

.copy-right p {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}

.copy-right a {
	color: #8ab1cf;
	margin: 0 10px;
	color: rgba(255,255,255,0.5);
}

.copy-right a:hover {
	color: #fff;
}

.copy-right span {
	margin: 0 10px;
}

.share {
	margin-top: 20px;
	font-size: 0;
}

.share a {
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #c1c1c1;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.share a:hover {
	color: #fff;
}

.share .wx.on,
.share .wx:hover {
	background-color: #31b643;
}

.share .wb.on,
.share .wb:hover {
	background-color: #de533c;
}

.share .qq.on,
.share .qq:hover {
	background-color: #61beea;
}

.share .iconfont {
	font-size: 22px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-tc {
	text-align: center;
}

.inner-row {
	*zoom: 1;
}

.inner-row:after,
.inner-row:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.video-box {
	position: relative;
	padding-top: 39%;
	overflow: hidden;
}

.video-box video {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ban-inner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 45%;
}

.ban-inner .ban-mask {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.ban-inner .txt {
	position: absolute;
	left: 0;
	z-index: 50;
	width: 100%;
	padding-bottom: 3%;
	bottom: 0;
}

.ban-inner .txt .con {
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	max-width: 1030px;
	text-align: center;
}

.ban-inner .txt h4 {
	font-size: 48px;
	color: #fff;
	letter-spacing: 0.02em;
	margin-bottom: 0.2em;
	line-height: 1.3;
}

.ban-inner .txt p {
	color: #fff;
	line-height: 1.8;
}

.ban-inner .t1 h3 {
	color: #fff;
}

.ban-inner span {
	font-weight: normal;
}

.ban-inner h6 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.ban-inquire {
	padding-top: 33%;
}

.bd-news,
.row-join1,
.row-join4,
.row-index4,
.row-about5,
.row-about1,
.row-quality3,
.bd-glasses,
.row-lens1,
#fd.gray-fd {
	background-color: #f6f6f6;
}

.row-inner {
	padding: 5% 0;
}

.bd-about .row-inner {
	padding: 6% 0;
}

.ban-lens {
	padding-top: 37%;
}

.side-bar {
	height: 100%;
	bottom: 0;
	top: 0;
	position: fixed;
	right: 2%;
	z-index: 60000;
	width: 50px;
	margin-top: 45px;
}

.side-bar ul {
	top: 50%;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.side-bar li {
	margin: 20px 0;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	height: 50px;
}

.side-bar .ico {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 20;
}

.side-bar .iconfont {
	font-size: 30px;
	display: inline-block;
	color: #fff;
	width: 50px;
	line-height: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #003059;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.side-bar .iconfont:hover {
	background-color: #008cd2;
}

.side-bar .s2:hover .ico {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	visibility: hidden;
}

.side-bar .s2:hover .tel-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.side-bar .s1:hover .qr-pop {
	visibility: visible;
	opacity: 1;
	bottom: 44px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.side-bar .qr-pop {
	position: absolute;
	left: -78px;
	width: 135px;
	height: 145px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAADDCAYAAAA/f6WqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDIzQUVDNDlCOUE3MTFFOUE4QkY5RjhDRDJDRjZBQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDIzQUVDNEFCOUE3MTFFOUE4QkY5RjhDRDJDRjZBQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMjNBRUM0N0I5QTcxMUU5QThCRjlGOENEMkNGNkFBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMjNBRUM0OEI5QTcxMUU5QThCRjlGOENEMkNGNkFBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk//GMUAAANySURBVHja7No/axNhHMDx3OUqIq3gK+ifJSl9Cb6C4uIuGFBfSdGtUycFwcW5L6A46ODknFJCKV0cnHTIUGNy53N6TzhjsULTBr3PB340aZrlyX3vngvNWq1WO0xam6Qa+F8V1eT1yaoA2tVkgqBBIYzDTOLvpzEURTG0TjRNkiTLMY64NcosCw013Q3FLVFqTWio6W2B+wMav1OKx39a+wU0NYZWvDIA7hVADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIARADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMQBiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAZLAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAyAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAM8G/HUFgKGioe+0VaPREDTY6hiFeG8kFuTWioPAaRVk/G1oSGGscgsurBJEmS5fAzq64WSTVcXlzL9snJyeP19fWnf/Om4XD4ZmVl5WH52dTOXsxvWxQvApPZGFq1PxDCfEOI29F0Y2PjxenpabG6uvrsT286Ozv70Ov1noSHX6sPrHBvd2VB5LMxnBeCIOYbRbs8C62trT0/PDz81Ol0Xqbp799sj0ajwd7eXm9/f/9L7cwlhPmG0Jo5wRTnXcpTcyVThrAU5maYcjt65+jo6NFkMinqxuPxx93d3W54/XaYW2Fu1LauZv7zyy7o0mf/8Bk611x0WQhqJ5t2dYAvHR8f3w/3EK/KK0Se558PDg7ubW9v98Nr32o3dnlhka/ys2mJYfFB/Iii3+/f3dzcfD0YDB50u933VQRCWEAM/h3jujaqPw/q+rcY5Yy2trbe7uzsdEII78rnQlj8tx1c75rPTv3mLp+5yeOaZJZgod9mJBe8jhgaFUS8Wjj4F+y7AAMAZ4bQnQgfqtIAAAAASUVORK5CYII=") no-repeat left bottom;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	bottom: 40px;
	padding: 9px;
}

.side-bar .qr-pop img {
	width: 120px;
	height: 120px;
}

.tel-slide {
	font-size: 24px;
	color: #fff;
	position: absolute;
	white-space: nowrap;
	right: 0;
	top: 0;
	background-color: #008cd2;
	padding-left: 10px;
	padding-right: 20px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}

.tel-slide .iconfont {
	text-align: center;
	background: none;
}

.tel-slide * {
	vertical-align: middle;
}

.side-bar .tel-slide {
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

.m_nav .m_nav_list {
	padding: 0 10px;
}

.m_nav .m_nav_list li a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m_nav i {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-weight: normal;
}

a {
	color: #323232;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover {
	color: #008cd2;
}

p {
	color: #646464;
	font-size: 16px;
}

img {
	max-width: 100%;
}

html {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	overflow-x: hidden;
}

textarea {
	resize: none;
}

.gray-bg {
	background-color: #f5f5f5;
}

.l {
	float: left;
}

.r {
	float: right;
}

.wp {
	padding: 0 6%;
	margin: 0 auto;
}

.wrap1200 {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.wrap1600 {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

.wrap1730 {
	margin: 0 auto;
	width: 100%;
	max-width: 1730px;
	padding: 0 5%;
}

.wrap1400 {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

.wrap900 {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

.wrap1670 {
	width: 100%;
	margin: 0 auto;
	max-width: 1670px;
}

.wrap1300 {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
}

.wrap {
	margin: 0 auto;
	width: 100%;
}

.wrap1000 {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

.tc {
	text-align: center !important;
}

a:hover {
	color: #008cd2;
}

.hd-space {
	height: 105px;
}

.search-r {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.search-r .inp {
	background-color: #d8d8d8;
}

.search-r .btn {
	width: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: none;
	border: none;
	color: #008cd2;
	line-height: 1.5;
	margin-left: 15px;
}

.search-r .btn:hover {
	color: #1a8fca;
}

.search-r .tel {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.search-r .tel:hover .top-tel {
	visibility: visible;
}

.search-r .tel:hover .tel-slide {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.search-r .tel:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	background-color: #cfcfcf;
	height: 20px;
}

.search-r .tel i {
	font-size: 20px;
	cursor: pointer;
	color: #008cd2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.search-r .top-tel {
	top: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
}

.search-r .tel-slide {
	margin-top: 10px;
	padding: 10px 20px;
	position: static;
	line-height: 1;
}

.search-r .tel-slide a {
	font-size: 26px;
	color: #fff;
	margin-right: 4px;
}

.search-r .tel-slide span {
	font-size: 20px;
}

#hd.index-hd .top-tel {
	top: 60%;
}

.top-form {
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
}

.top-form .inp {
	background-color: #fff;
	height: 50px;
	width: 450px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	border: none;
	font-size: 18px;
	padding-right: 40px;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.09);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.09);
}

.top-form .sub {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 50px;
	font-size: 26px;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top-form .sub:hover {
	color: #008cd2;
}

.index-body .hd-space {
	display: none;
}

#hd.index-hd {
	background: none;
	position: absolute;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#hd.index-hd .logo img {
	display: none;
}

#hd.index-hd .logo .logo-index {
	display: block;
	width: 204px;
	max-width: 1000px;
}

#hd.index-hd .nav li a {
	color: #fff;
}

#hd.index-hd .search-r .inp {
	background-color: rgba(255,255,255,0.12);
	color: #fff;
}

#hd.index-hd .search-r .iconfont {
	color: #fff;
}

#hd.index-hd .search-r .top-tel .tel-slide {
	margin-top: 20px;
}

#hd {
	position: fixed;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50000;
	height: 105px;
	line-height: 105px;
	-webkit-box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 10px rgba(0,0,0,0.2);
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#hd .logo {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	float: left;
	width: 167px;
}

#hd .logo img {
	vertical-align: middle;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#hd .wp {
	width: 100%;
	padding: 0 4%;
}

#hd.nav-up {
	top: -105px;
}

#hd.nav-down {
	top: 0;
}

.logo-index {
	display: none;
}

.m_header .top-form {
	margin: 0 10px;
	position: relative;
	bottom: 0;
	opacity: 0;
	z-index: 10;
}

.m_header .inp {
	height: 40px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.show-form .top-form {
	z-index: 10;
	bottom: -60px;
	visibility: visible;
	opacity: 1;
}

.hd-r {
	margin-left: 167px;
	font-size: 0;
	position: relative;
	padding-right: 100px;
}

.hd-r * {
	vertical-align: middle;
}

.nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: right;
}

.nav .active a {
	color: #1c5088;
}

.nav li {
	display: inline-block;
	position: relative;
	margin: 0 2%;
}

.nav li.on a {
	color: #008cd2;
}

.nav li a {
	display: block;
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 50;
	color: #464646;
}

.nav li a:hover {
	color: #008cd2;
}

.nav li span {
	display: block;
	margin-bottom: 0.1em;
}

#hd .sub-nav {
	position: absolute;
	left: 0;
	width: auto;
	top: 24px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	text-align: left;
}

#hd .sub-nav dd {
	padding: 0 30px 10px 30px;
	margin-top: 30px;
}

#hd .sub-nav a {
	white-space: nowrap;
	font-size: 16px;
	line-height: 2.1;
	color: #646464;
	margin: 0;
	cursor: pointer;
	text-transform: capitalize;
}

#hd .sub-nav a:hover {
	color: #008cd2;
}

#hd .sub-nav a:after {
	display: none;
}

#hd .nav li:hover .sub-nav {
	max-height: 1000px;
}

#banner .item {
	background-color: #013871;
	overflow: hidden;
}

#banner .img {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

#banner .slick-dots {
	width: 100%;
	bottom: 20px;
	font-size: 0;
}

#banner .slick-dots li {
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}

#banner .slick-dots li a {
	width: 52px;
	height: 24px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	font-size: 0;
	background: none;
	margin: 0 -20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: none;
}

#banner .slick-dots li a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#banner .slick-dots li.slick-active a {
	background: url("/Public/Images/home/phpcms/zh-cn/dt2.png") no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

#banner .slick-dots li.slick-active a:after {
	display: none;
}

.row-index1 {
	background: url("/Public/Images/home/phpcms/zh-cn/ibg1.gif") no-repeat 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.row-index1 .pad {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.row-index1 .wrap {
	max-width: 1550px;
	position: relative;
	height: 100%;
}

.row-index1 .t1 {
	width: 376px;
	position: absolute;
	top: 15%;
	left: 0;
	text-align: right;
}

.row-index1 .btn-tc {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
}

.list-quality li {
	width: 376px;
	position: absolute;
}

.list-quality h6 {
	font-size: 24px;
	font-weight: bold;
	color: #003870;
	font-family: Arial;
	line-height: 1;
}

.list-quality h5 {
	font-size: 30px;
	color: #1d1d1d;
	line-height: 1;
	margin-bottom: 0.5em;
}

.list-quality .con {
	color: #565d5f;
}

.list-quality .s1 {
	top: 60%;
	left: 0;
	text-align: right;
}

.list-quality .s2 {
	right: 0;
	top: 31%;
}

.list-quality .s3 {
	top: 60%;
	right: 0;
}

.row-index2 {
	position: relative;
	height: 100%;
}

.row-index2 .hd {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 50%;
}

.row-index2 .hd:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}

.row-index2 .hd .cell {
	vertical-align: middle;
	display: inline-block;
	padding-left: 18%;
	width: 99%;
}

.slider-a {
	width: 50%;
	position: absolute;
	height: 100%;
}

.slider-a .item {
	overflow: hidden;
}

.slider-a .img {
	height: 100%;
	position: relative;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.slider-a .img:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.slider-a .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 5%;
}

.slider-a .txt h4 {
	font-size: 36px;
	color: #fff;
}

.slider-a .txt p {
	color: #fff;
}

.slider-a .item,
.slider-a .slick-track,
.slider-a .slick-list,
.slider-a .bg {
	height: 100%;
}

.slider-a-l {
	left: 0;
	top: 0;
	height: 100%;
}

.slider-a-r {
	right: 0;
	height: 50%;
	bottom: 0;
}

.list-type {
	padding: 4% 0 8% 0;
}

.list-type li {
	display: inline-block;
	text-align: center;
	margin-right: 7%;
}

.slider-a-nav {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.slider-a-nav a {
	text-align: center;
	width: 72px;
	display: block;
	height: 72px;
	background-color: #008cd2;
	color: #fff;
	line-height: 72px;
	font-size: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slider-a-nav a:hover {
	background-color: #007bb9;
}

.slider-a-nav .prev {
	text-indent: 0.2em;
}

.slider-a-nav .next {
	text-indent: -0.2em;
}

.row-index3 .t1 h3 {
	color: #fff;
}

.row-index3 .t1 p {
	color: #fff;
}

.row-index3 .wrap {
	padding: 0 5%;
	max-width: 1000px;
	text-align: center;
}

.list-q1 {
	padding: 5% 0 9% 0;
}

.list-q1 li {
	width: 190px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 5%;
}

.list-q1 li img {
	vertical-align: bottom;
}

.list-q1 p {
	color: #fff;
}

.play-tc {
	text-align: center;
	margin-bottom: 3%;
}

.row-index4 {
	overflow: hidden;
	display: table;
	width: 100%;
}

.row-index4 .t1 {
	margin-bottom: 3%;
}

.news-box {
	width: 67%;
	padding: 3%;
	padding-bottom: 0;
	padding-right: 0.5%;
	display: table-cell;
	vertical-align: top;
}

.inquiry-box {
	width: 33%;
	background: url("/Public/Images/home/phpcms/zh-cn/c.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.inquiry-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.inquiry-link .txt {
	position: absolute;
	bottom: 6%;
	width: 100%;
	left: 0;
	color: #fff;
	text-align: center;
	padding: 0 2%;
}

.inquiry-link h4 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 0.2em;
	font-weight: bold;
}

.inquiry-link p {
	color: #fff;
}

.slider-news {
	min-width: 100%;
	width: 0;
	margin: 0 -18px;
}

.slider-news .item {
	padding: 0 18px;
}

.slider-news h6 {
	font-size: 12px;
	color: #787878;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.slider-news h4 {
	padding: 0.58em 0 0.33em 0;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.slider-news .con {
	color: #787878;
	height: 2.8em;
	overflow: hidden;
}

.slider-news p {
	color: #787878;
}

.slider-news .img-hover {
	padding-top: 53%;
	display: block;
	margin-top: 9%;
}

.slider-news .slick-dots {
	bottom: -33px;
	z-index: 50;
}

.news-item {
	width: 31%;
	margin: 1%;
	padding-top: 35%;
	float: left;
	position: relative;
}

.news-item .img {
	position: absolute;
	width: 100%;
	height: 73%;
	left: 0;
	top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news-item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27%;
	background-color: #fff;
	padding: 7% 10%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news-item .txt h4 {
	font-size: 30px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news-item .txt p {
	color: #929292;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news-item:hover .img {
	height: 65%;
}

.news-item:hover .txt {
	height: 35%;
}

.news-item:hover .more3 {
	max-height: 100px;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.slider-headline {
	width: 64%;
	padding-top: 35%;
	margin: 1%;
	float: left;
	position: relative;
}

.slider-headline .item {
	position: relative;
}

.slider-headline .slick-dots {
	text-align: right;
	padding-right: 5%;
	bottom: 0;
	padding-bottom: 3%;
}

.slider-headline .img {
	display: block;
	height: 100%;
}

.slider-headline .img:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.slider-headline .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 50;
	padding-left: 5%;
	padding-bottom: 3%;
	padding-right: 20%;
}

.slider-headline h4 {
	font-size: 30px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.slider-headline p {
	color: #bdbab7;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.slider-headline .item,
.slider-headline .slick-track,
.slider-headline .slick-list,
.slider-headline .bg {
	height: 100%;
}

.slider-headline .slick-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bd-news {
	overflow: hidden;
	padding-top: 4%;
	padding-bottom: 5%;
}

.bd-news .wrap1600 {
	padding-left: 1%;
}

.bd-news .btn-tc {
	clear: both;
	padding-top: 1.8%;
}

.list-m1 {
	font-size: 0;
	padding: 2% 0;
	margin: 0 -5%;
}

.list-m1 li {
	vertical-align: top;
	width: 50%;
	display: inline-block;
	margin: 1.5% 0;
	padding: 0 5%;
}

.list-m1 li h4 {
	font-size: 36px;
	color: #000;
	line-height: 1.7;
}

.list-m1 li p {
	color: #646464;
	line-height: 1.9;
}

.row-join2 {
	background-color: #005496;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 9%;
}

.row-join2 .t2 {
	text-align: center;
}

.row-join2 .t2 h3 {
	color: #fff;
}

.slider-train-box {
	padding-top: 36%;
	position: relative;
}

.slider-train .slick-track,
.slider-train .slick-list,
.slider-train .img {
	height: 100%;
}

.slider-train {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}

.slider-train .slick-dots {
	position: static;
	margin-top: 2.5%;
}

.slider-train .item {
	float: left;
	padding: 6px;
}

.slider-train .item:hover .img:after {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.slider-train .item:hover .txt {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.slider-train .s0 {
	height: 100%;
	width: 50%;
}

.slider-train .s1 {
	height: 50%;
	width: 50%;
}

.slider-train .s2 {
	width: 50%;
	height: 50%;
}

.slider-train .img {
	position: relative;
}

.slider-train .img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}

.slider-train .txt {
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 5%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}

.slider-train .txt h3 {
	color: #fff;
	font-size: 36px;
	line-height: 1.7;
}

.slider-train .txt p {
	color: #fff;
}

.slider-leadership-bd .item {
	text-align: center;
}

.slider-leadership-bd h4 {
	font-size: 36px;
	color: #000;
}

.slider-leadership-bd h5 {
	font-size: 16px;
	margin-bottom: 16px;
}

.slider-leadership-bd p {
	color: #6d6d6d;
	line-height: 1.9;
}

.row-join3 .wrap1300 {
	padding: 0 10%;
	position: relative;
}

.slider-leadership-bd:before,
.slider-leadership-bd:after {
	position: absolute;
	content: '';
	width: 91px;
	height: 80px;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.slider-leadership-bd:before {
	background: url("/Public/Images/home/phpcms/zh-cn/q-l.png") no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	left: 0;
	-webkit-transform: translateX(-150%) translateY(50%);
	-ms-transform: translateX(-150%) translateY(50%);
	transform: translateX(-150%) translateY(50%);
	top: 0;
}

.slider-leadership-bd:after {
	background: url("/Public/Images/home/phpcms/zh-cn/q-r.png") no-repeat 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-transform: translateX(150%) translateY(50%);
	-ms-transform: translateX(150%) translateY(50%);
	transform: translateX(150%) translateY(50%);
	right: 0;
	bottom: 0;
}

.slider-leadership-hd {
	height: 110px;
	margin-top: 5%;
}

.slider-leadership-hd:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	top: 50%;
	left: 0;
}

.slider-leadership-hd .slick-list {
	z-index: 20;
}

.slider-leadership-hd .item {
	text-align: center;
	display: inline-block;
	float: none;
	vertical-align: middle;
	font-size: 0;
	height: 110px;
	line-height: 110px;
}

.slider-leadership-hd .img {
	width: 55px;
	height: 55px;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 1px solid #fff;
}

.slider-leadership-hd .img:hover {
	border: 1px solid #005496;
}

.slider-leadership-hd .slick-current .img {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	border: 2px solid #005496;
}

.list-job {
	overflow: hidden;
	margin: 0 -1%;
}

.list-job .item {
	float: left;
	width: 50%;
	padding: 1%;
	text-align: center;
}

.list-job .pad {
	background-color: #fff;
	padding: 16% 2%;
}

.list-job h4 {
	font-size: 36px;
	margin-bottom: 0.1em;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-job p {
	color: #787878;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-job p em {
	color: #1a1a1a;
}

.list-job p span {
	margin: 0 10px;
}

.list-job .mail {
	font-size: 21px;
	vertical-align: middle;
	color: #008cd2;
	margin-left: -5px;
}

.list-job .mail:hover {
	color: #47acdf;
}

.bd-about .t2 {
	margin-bottom: 0.9em;
}

.row-about1 .t2 h3 {
	text-align: center;
}

.row-about1 .wrap1300 {
	overflow: hidden;
}

.list-solo1 {
	background-color: #fff;
	padding: 2% 8%;
	font-size: 0;
	margin: 0 -2%;
}

.list-solo1 p {
	vertical-align: middle;
}

.list-solo1 img {
	vertical-align: middle;
	display: inline-block;
	width: 30%;
	max-width: 92px;
}

.list-solo1 p {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4%;
}

.list-solo1 li {
	display: inline-block;
	padding: 0 2%;
}

.list-solo1 .s1 {
	width: 40%;
}

.list-solo1 .s2 {
	width: 30%;
}

.list-solo1 .s3 {
	width: 30%;
}

.row-about2 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg2.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	padding-top: 49%;
}

.row-about2:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 60%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.row-about2 .txt {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 7%;
	z-index: 5;
	padding: 0 4%;
	text-align: center;
}

.row-about2 .txt h4 {
	font-size: 48px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 3%;
}

.x-btn {
	position: absolute;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background-color: #008cd2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 24px;
	z-index: 50;
}

.x-btn:hover {
	background-color: #ff7575;
	color: #fff;
}

.pop-org {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
	display: none;
}

.pop-org img {
	width: 100%;
}

.pop-org .x-org {
	left: 50%;
	margin-left: 600px;
	top: 5%;
}

.row-about4 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg3.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	padding-top: 33%;
	padding-bottom: 4%;
}

.row-about4:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 60%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.row-about4 .t2 {
	position: relative;
	z-index: 5;
}

.row-about4 .t2 h3 {
	color: #fff;
}

.list-culture {
	margin: 0 -1.5%;
	font-size: 0;
	position: relative;
	z-index: 5;
}

.list-culture li {
	width: 25%;
	padding: 0 1.5%;
	display: inline-block;
	vertical-align: top;
	opacity: 0.5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= .5)';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.list-culture li:hover {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 1)';
}

.list-culture li h4 {
	font-size: 36px;
	color: #fff;
}

.list-culture li p {
	color: #fff;
}

.row-about5 .wrap1300 {
	display: table;
	width: 100%;
}

.row-about5 .hd {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}

.row-about5 .bd {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background-color: #005496;
	color: #fff;
	font-size: 24px;
	padding: 4.5% 0;
}

.row-about5 .bd p {
	color: #fff;
	font-size: 24px;
	line-height: 1.7;
}

.row-about5 .bd .con {
	padding-left: 33%;
}

.row-about5 h4 {
	font-size: 48px;
	margin-top: 0.2em;
}

.list-q2 {
	margin: 0 -1%;
	overflow: hidden;
}

.list-q2 li {
	float: left;
	padding: 0 1%;
	width: 33.3333%;
}

.list-q2 p {
	font-size: 24px;
	color: #787878;
	margin-top: 0.4em;
}

.list-q2 .img {
	padding-top: 117%;
}

.row-quality2 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg4.jpg") no-repeat 50%;
	padding: 17% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.row-quality2 .t3 {
	text-align: left;
	width: 600px;
}

.row-quality2 .t3 p {
	color: #fff;
}

.row-quality2 .t3 h4 {
	color: #fff;
}

.list-parter {
	font-size: 0;
	margin: 0 -0.5%;
}

.list-parter li {
	display: inline-block;
	width: 20%;
	padding: 0 0.5%;
}

.list-parter li img {
	width: 100%;
}

.list-parter .pad {
	position: relative;
	border: 1px solid #ececec;
	background-color: #fff;
}

.list-parter em {
	width: 30px;
	height: 30px;
	background-color: #008cd2;
	position: absolute;
	right: 4%;
	bottom: 6%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.list-parter em:before {
	z-index: 5;
	position: relative;
}

.list-parter em:hover .tip-pop {
	visibility: visible;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	-webkit-transform: translateY(-125%);
	-ms-transform: translateY(-125%);
	transform: translateY(-125%);
}

.list-parter .tip-pop {
	position: absolute;
	background-color: #fff;
	width: 300px;
	right: 0;
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.02);
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	transform: translateY(-140%);
	border: 1px solid #ececec;
	z-index: 6;
	padding: 20px;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}

.list-parter .tip-pop p {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.cert-box {
	text-align: center;
}

.cert-box img {
	margin-bottom: 1%;
}

.tip1 {
	text-align: center;
	margin-bottom: 1.5%;
}

.tip1 em {
	background-color: #005496;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.tip1 span {
	color: #fff;
	vertical-align: middle;
	font-size: 24px;
}

.row-quality4 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg5.jpg") no-repeat 50%;
	padding: 10% 0 3.5% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.row-quality5 {
	background-color: #005496;
}

.row-quality5 .tip1 span {
	color: #fff;
}

.row-quality5 .tip1 em {
	background-color: #fff;
	color: #005496;
}

.row-quality5 .img {
	text-align: center;
}

.row-multifunc1 {
	background-color: #f8f8f8;
}

.row-multifunc2 {
	background-color: #f8f8f8;
}

.row-multifunc3 {
	background-color: #f8f8f8;
}

.row-multifunc {
	width: 100%;
	display: table;
	height: 100%;
}

.row-multifunc .img {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.row-multifunc .txt {
	display: table-cell;
	width: 50%;
	padding: 2% 5%;
	vertical-align: middle;
}

.bd-multifunc .video-box {
	padding-top: 60%;
}

.mutifunc-section2 .video-box {
	outline: 1px solid #ddd;
	outline-offset: 10px;
}

.mutifunc-section3 .video-box {
	outline: 1px solid #97adc4;
	outline-offset: 10px;
}

.mutifunc-section3 .t4 {
	margin-bottom: 2%;
}

.mutifunc-section4 .video-box {
	outline: 1px solid #ddd;
	outline-offset: 10px;
}

.func-img {
	margin-bottom: 5%;
}

.row-multifunc2 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg6.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.row-multifunc2 .t4 h4 {
	color: #fff;
}

.row-multifunc2 .t4 p {
	color: #fff;
}

.ban-glass {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: -10%;
}

.ban-glass:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 40%;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.ban-glass1 {
	padding-top: 39%;
}

.ban-glass2 {
	padding-top: 44%;
}

.row-glass1,
.row-glass2 {
	position: relative;
	z-index: 20;
	padding-bottom: 4%;
}

.list-class h5 {
	font-size: 23px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-class p {
	color: #929292;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.slider-glass {
	margin: 0 -12px;
}

.slider-glass .img {
	padding-top: 71%;
}

.slider-glass .txt {
	background-color: #fff;
	padding: 5% 10%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 125px;
	position: relative;
	z-index: 10;
}

.slider-glass .item {
	margin: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.05);
}

.slider-glass .item:hover {
	-webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.05);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.05);
}

.slider-glass .item:hover .txt {
	margin-top: -24px;
	height: 149px;
}

.slider-glass .item:hover .txt .more3 {
	max-height: 100px;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.slider-glass .slick-dots {
	position: static;
	margin-top: 1.5%;
}

.slider-glass .slick-dots li a {
	border-color: #008cd2;
}

.slider-glass .slick-dots .slick-active a {
	background-color: #008cd2;
}

.list-feature {
	overflow: hidden;
	margin: 0 -1%;
}

.list-feature .item {
	float: left;
	width: 33.3333%;
	padding: 1%;
}

.list-feature .img {
	padding-top: 71%;
}

.list-feature .txt {
	padding: 6%;
	background-color: #fff;
}

.list-feature .meta {
	margin-top: 5%;
}

.list-feature .meta a {
	line-height: 1;
	margin-right: 2%;
}

.list-feature .meta a i {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 0;
}

.ban-inquire .t1 h3 {
	line-height: 1;
}

.bd-inquire .tit {
	text-align: center;
}

.bd-inquire .tit p {
	line-height: 1.5;
	font-size: 24px;
	color: #323232;
}

.row-inquire1 {
	background-color: #aecae2;
	text-align: center;
}

.row-inquire1 .tit p {
	color: #fff;
}

.row-inquire1 .img {
	width: 40%;
	margin: 0 auto;
}

.row-inquire2 {
	background-color: #f9f9f9;
}

.row-inquire2 .wrap {
	padding: 0 8%;
	overflow: hidden;
}

.row-inquire2 .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 2%;
}

.list-lens1 {
	margin: 0 -1%;
	overflow: hidden;
}

.list-lens1 li {
	float: left;
	width: 33.33333%;
	padding: 0 1%;
}

.list-lens1 .img {
	padding-top: 71%;
}

.list-lens1 h4 {
	font-size: 24px;
}

.list-lens1 .txt {
	padding: 5%;
	background-color: #fff;
}

.row-lens2 .t5 {
	border-bottom: 1px solid #dbdbdb;
}

.list-lens2 li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	padding: 5% 0;
}

.list-lens2 div {
	display: table-cell;
	vertical-align: middle;
}

.list-lens2 .s1 {
	width: 40%;
}

.list-lens2 .s1 h4 {
	font-size: 48px;
	color: #008cd2;
}

.list-lens2 .s2 {
	width: 40%;
}

.list-lens2 .s2 p {
	color: #646464;
	line-height: 3;
	width: 260px;
	border-bottom: 1px solid #dbdbdb;
}

.list-lens2 .s2 span {
	color: #323232;
	display: inline-block;
	width: 90px;
}

.list-lens2 .s3 {
	width: 20%;
}

.list-lens2 .s3 em {
	color: #646464;
	margin-right: 10px;
}

.list-lens2 .s3 * {
	vertical-align: middle;
}

.row-lens3 {
	padding: 10% 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.row-lens3 .wrap1600 {
	z-index: 10;
	position: relative;
}

.row-lens3 .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.row-lens3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.5);
}

.row-lens3 h5 span {
	color: #fff;
	font-size: 24px;
	margin: 0 15px;
	vertical-align: middle;
}

.row-lens3 h5:after,
.row-lens3 h5:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}

.row-lens3 .t4 {
	margin-bottom: 0;
}

.row-lens3 .t4 h4 {
	font-weight: normal;
	color: #fff;
	margin: 0.3em 0 0.2em 0;
}

.row-lens3 .t4 p {
	color: #fff;
}

.row-lens3 a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background-color: rgba(255,255,255,0.5);
}

.row-lens3 a:hover .img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.row-jade {
	padding: 7% 0 7% 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	clear: both;
}

.row-jade:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}

.row-jade h4 {
	font-size: 48px;
	color: #fff;
}

.row-jade p {
	color: #fff;
}

.row-jade .con2 {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 20;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 5;
	bottom: 0;
	padding-bottom: 5%;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	visibility: hidden;
}

.row-jade .con1 {
	position: relative;
	z-index: 5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.row-jade .con1 .more-j1 {
	display: none;
}

.more-j1 {
	width: 158px;
	height: 55px;
	color: #fff;
	line-height: 55px;
	background-color: #8a0108;
	font-size: 18px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.more-j1:hover {
	color: #fff;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.row-jade.hover {
	padding: 35% 0 5% 0;
}

.row-jade.hover .con1 {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
}

.row-jade.hover .con2 {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	visibility: visible;
}

.jade-detail {
	position: relative;
	overflow: hidden;
}

.jade-detail:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 21px;
	background: url("/Public/Images/home/phpcms/zh-cn/fl.png") repeat-x 50%;
	top: 0;
	z-index: 50;
}

.slider-jade .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slider-jade-nav {
	position: absolute;
	right: 0;
	width: 670px;
	background-color: #ddddde;
	z-index: 50;
	margin-top: 7%;
	top: 0;
}

.pro-link .item {
	border-top: 1px solid #747579;
	overflow: hidden;
	position: relative;
}

.pro-link .img {
	height: 168px;
	line-height: 168px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.pro-link .img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.pro-link .txt {
	display: none;
}

.pro-link .on {
	display: none;
}

.pro-desc {
	padding: 9% 9% 10% 9%;
}

.pro-desc h4 {
	font-size: 48px;
	margin-bottom: 0.6em;
	float: left;
	position: relative;
}

.pro-desc h4:after {
	content: '';
	height: 16px;
	background-color: #c2000a;
	width: 100%;
	position: absolute;
	bottom: 13%;
	left: 0;
}

.pro-desc h4 span {
	position: relative;
	z-index: 5;
}

.pro-desc .con {
	font-size: 18px;
	line-height: 1.8;
	clear: both;
}

.pro-desc p {
	font-size: 18px;
}

.pro-desc .more {
	margin-top: 9%;
}

.slider-jade .slick-track,
.slider-jade .slick-list,
.slider-jade .img {
	height: 100%;
}

#hd.hd-red {
	background-color: #8a0108;
}

#hd.hd-red .logo {
	width: 336px;
}

#hd.hd-red .iconfont {
	color: #fff;
}

#hd.hd-red .search-r .tel:before {
	background-color: rgba(255,255,255,0.5);
}

#hd.hd-red .search-r button.icon-search {
	color: #000;
}

#hd.hd-red .tel-slide {
	background-color: #8a0108;
}

#hd.hd-red .hd-r {
	margin-left: 336px;
	padding-right: 150px;
}

#hd.hd-red .nav {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	visibility: hidden;
}

#hd.hd-red .nav li a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#hd.hd-red .nav li a:hover {
	opacity: 0.6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
}

#hd.show-nav .nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	visibility: visible;
}

.red-body .copy-right {
	background-color: #8a0108;
}

.red-body .side-bar .tel-slide {
	background-color: #8a0108;
}

.red-body .side-bar .iconfont {
	background-color: #8a0108;
}

.red-body .side-bar .iconfont:hover {
	background-color: #c2000a;
}

.red-body .m_header {
	background-color: #8a0108;
}

.ico-top {
	display: inline-block;
	cursor: pointer;
	width: 25px;
	height: 100%;
	background: url("/Public/Images/home/phpcms/zh-cn/menu.png") no-repeat 50%;
	position: absolute;
	left: -80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.ico-top:hover {
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.ico-top.icon-zhizuozititubiaomoban {
	font-size: 18px;
	color: #fff;
	background: none;
}

.news-hd {
	background-color: #f6f6f6;
	padding: 4% 0;
	text-align: center;
}

.news-hd h1 {
	font-size: 36px;
	color: #2c2f30;
	margin-bottom: 4%;
	line-height: 1.4;
}

.news-hd .wrap {
	max-width: 640px;
}

.news-hd .meta {
	color: #999;
}

.news-hd .meta * {
	vertical-align: middle;
}

.news-hd .meta span {
	margin: 0 20px;
}

.news-hd .article-share {
	display: inline-block;
}

.news-hd .article-share span {
	margin: 0;
}

.news-hd .article-share em {
	margin-right: -5px;
}

.news-hd .article-share a {
	margin-right: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news-hd .article-share a:hover {
	opacity: 0.8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0.8)';
}

.news-bd {
	padding: 4% 0;
}

.news-bd p {
	margin: 2% 0;
	line-height: 1.8;
}

.news-bd img {
	margin: 2% 0;
}

.survey-box {
	background: url("/Public/Images/home/phpcms/zh-cn/bg7.gif") no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 11% 0 10% 0;
}

.survey-box .hd {
	text-align: center;
	padding-top: 1px;
	margin-bottom: 3%;
	padding-left: 4%;
	padding-right: 4%;
}

.survey-box .hd .progress-bar {
	margin: 20px 0;
}

.survey-box .hd .progress-bar em {
	width: 5px;
	background-color: #dadada;
	height: 38px;
	margin: 0 3px;
	display: inline-block;
}

.survey-box .hd .progress-bar em.on {
	background-color: #008cd2;
}

.survey-box .bd {
	width: 610px;
	margin: 0 auto;
}

.survey-box .survey-bd {
	width: 100%;
	max-width: 1074px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding-bottom: 5%;
}

.survey-box .tit {
	margin-top: -95px;
}

.survey-list {
	margin-bottom: 15px;
}

.survey-list h3 {
	font-size: 36px;
	margin-bottom: 4%;
	color: #000;
	padding: 0 0.6em;
}

.survey-list em {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 4px;
}

.survey-list span {
	vertical-align: middle;
}

.survey-list .checked em {
	background-color: #008cd2;
	border: none;
}

.survey-list label {
	display: inline-block;
	margin: 8px 20px;
}

.survey-list .btn-tc {
	margin: 5% 0 0 0;
}

.res-tip p {
	font-size: 18px;
	color: #000;
}

.res-tip p span {
	color: #005496;
}

.res-box {
	height: 180px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0 0 !important;
}

.res-box .more3 {
	margin-top: 5%;
}

.res-box .img {
	width: 250px;
	height: 100%;
	float: left;
}

.res-box .txt {
	overflow: hidden;
	border: 1px solid #cbcbcb;
	height: 100%;
	padding: 4%;
}

.res-box h4 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0.2em;
	max-height: 2.3em;
	overflow: hidden;
}

.res-box ~ div {
	padding: 0 4%;
}

.icon-play {
	font-size: 80px;
	color: #fff;
}

.index-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	display: none;
	padding-top: 56%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-video .x-btn {
	top: 5%;
	right: 5%;
}

.index-video-wrap {
	z-index: 30;
}

.ban-contact {
	padding-top: 28%;
}

.contact-row1 {
	background-color: #008cd2;
	padding: 3% 0;
}

.list-contact {
	text-align: center;
	color: #fff;
	display: table;
	width: 100%;
	vertical-align: top;
}

.list-contact li {
	display: table-cell;
	width: 33.333333%;
}

.list-contact i {
	font-size: 50px;
	color: #fff;
}

.list-contact span {
	font-size: 20px;
	display: block;
	margin: 0.2em 0 0.5em 0;
}

.list-contact a,
.list-contact p {
	font-size: 15px;
	color: rgba(255,255,255,0.63);
}

.list-contact a:hover {
	color: #fff;
}

.list-contact .pad {
	max-width: 260px;
	margin: 0 auto;
}

.contact-row2 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg8.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.contact-row2 .t2 {
	text-align: center;
}

.contact-box {
	display: table;
	width: 100%;
}

.contact-box .txt,
.contact-box .img {
	display: table-cell;
	width: 50%;
}

.contact-box .txt {
	background-color: #fff;
}

.contact-box .txt form {
	padding: 8%;
}

.form-box {
	font-size: 16px;
}

.form-box li {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 7%;
	position: relative;
	line-height: 40px;
}

.form-box .inp-text {
	width: 100%;
	background: #fff;
	color: #666;
	padding: 0 10px;
	background: none;
	border: none;
}

.form-box .inp-label {
	width: 50px;
	float: left;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
	text-align: left;
}

.form-box i {
	position: relative;
	top: 0.2em;
	width: 10px;
	display: inline-block;
	font-style: normal;
	color: #e73032;
}

.form-box .inp-label i {
	margin-left: 2px;
}

.form-box .inp {
	overflow: hidden;
}

.form-box .inp-text {
	height: 40px;
}

.form-box .inp-textarea {
	height: 320px;
	padding: 5px;
}

.form-box .tip-u {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: inherit;
}

.form-box .tips {
	position: absolute;
	right: 110px;
	top: 0;
	display: none;
	color: #d30000;
}

.form-box .msg-box {
	line-height: 1.6;
	border-bottom: none;
}

.form-box .msg-box .inp-label {
	display: block;
	float: none;
}

.form-box .msg-box .inp {
	padding-right: 0;
}

.form-box .msg-box textarea {
	background-color: #eaeaea;
	padding: 10px 14px;
	height: 150px;
}

.list-material {
	margin: 0 -1.1%;
	overflow: hidden;
}

.list-material li {
	float: left;
	width: 33.3333%;
	padding: 1.1%;
}

.list-material .img {
	padding-top: 57%;
	margin-bottom: 8px;
}

.list-material .img .icon-play {
	font-size: 50px;
	margin-left: 20px;
	margin-bottom: 25px;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.list-material .txt {
	position: relative;
	padding: 5px 0;
	padding-right: 140px;
	line-height: 38px;
}

.list-material h4 {
	font-size: 16px;
	color: #323232;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.btn-download {
	position: absolute;
	padding: 0 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #008cd2;
	color: #fff;
	font-size: 14px;
	top: 0;
	right: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-download i {
	font-size: 20px;
	margin-left: 5px;
}

.btn-download:hover {
	color: #fff;
	background-color: #0884c3;
}

.material-row1 {
	background-color: #f3f3f3;
}

.material-row1 h3 {
	font-weight: normal;
	margin-bottom: 0.3em;
}

.material-row1 .btn-tc {
	margin-top: 3%;
}

.material-row2 {
	background-color: #008cd2;
}

.material-row2 .t1 h3 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 0.5em;
}

.video-big .img {
	padding-top: 38%;
	position: relative;
}

.video-big .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	padding: 25px 20px;
	padding-top: 0;
}

.video-big .txt h3 {
	font-size: 16px;
	color: #fff;
	float: left;
}

.video-big .txt h3 i {
	color: #fff;
	vertical-align: middle;
	font-size: 50px;
	margin-right: 10px;
}

.video-big .txt h3 em {
	vertical-align: middle;
}

.video-big .txt .btn-download {
	float: right;
	right: 20px;
}

.list-material2 {
	overflow: auto;
	white-space: nowrap;
	margin: 0;
	margin-top: 35px;
}

.list-material2 li {
	display: inline-block;
	padding: 0;
	padding-right: 25px;
	width: 442px;
	margin-bottom: 30px;
	float: none;
}

.list-material2 h4 {
	color: #fff;
}

.list-material2 .btn-download {
	border: 1px solid #fff;
}

.search-result {
	background-color: #f8f8f8;
}

.search-result .t3 {
	text-align: left;
}

.search-result .t3 h4 {
	font-weight: normal;
}

.list-news3 {
	background-color: #fff;
	padding: 2% 5%;
}

.list-news3 li {
	border-bottom: 1px solid #c1c1c1;
	padding: 36px 0;
	overflow: hidden;
}

.list-news3 li:last-child {
	border: none;
}

.list-news3 .img {
	float: left;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 22%;
	width: 30%;
}

.list-news3 .txt {
	padding-left: 5%;
	overflow: hidden;
}

.list-news3 .con {
	height: 4.5em;
	overflow: hidden;
	line-height: 1.8;
	margin-bottom: 20px;
}

.list-news3 p {
	overflow: hidden;
	font-size: 14px;
}

.list-news3 h5 {
	color: #787878;
	font-size: 14px;
}

.list-news3 h4 {
	margin-bottom: 10px;
}

.list-news3 h4 a {
	font-size: 24px;
	color: b2;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
}

.search-result .t3 {
	margin-bottom: 2%;
}

.search-result .list-class .item {
	padding-top: 0;
}

.search-result .t2 span {
	font-size: 16px;
	color: #787878;
}

.search-result .t2 em {
	color: #008cd2;
}

.result-box {
	margin-bottom: 4%;
}

.list-jade3 {
	margin: 0 -1%;
	overflow: hidden;
}

.list-jade3 li {
	float: left;
	width: 33.3333%;
	padding: 0 1%;
}

.list-jade3 li a {
	display: block;
}

.list-jade3 li a .img {
	padding-top: 71%;
}

.list-jade3 li h3 {
	font-size: 24px;
	padding: 10px 0;
}

.ban-inner-jade .t1 h3 span {
	font-family: 'sc';
}

.row-jade h4 {
	font-family: 'sc';
}

.ban-inner-jade h6 {
	font-family: '\5b8b\4f53';
	line-height: 1.7;
}

.row-jade p {
	font-family: '\5b8b\4f53';
}

.fd-r .share .icon-weibo1 {
	display: none;
}

.fd-r .share a {
	position: relative;
}

.fd-r .share a:hover .qr-pop {
	visibility: visible;
	opacity: 1;
	bottom: 44px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
}

.fd-r .share .qr-pop {
	position: absolute;
	left: -82px;
	width: 195px;
	height: 195px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAADDCAYAAAA/f6WqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDIzQUVDNDlCOUE3MTFFOUE4QkY5RjhDRDJDRjZBQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDIzQUVDNEFCOUE3MTFFOUE4QkY5RjhDRDJDRjZBQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMjNBRUM0N0I5QTcxMUU5QThCRjlGOENEMkNGNkFBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMjNBRUM0OEI5QTcxMUU5QThCRjlGOENEMkNGNkFBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk//GMUAAANySURBVHja7No/axNhHMDx3OUqIq3gK+ifJSl9Cb6C4uIuGFBfSdGtUycFwcW5L6A46ODknFJCKV0cnHTIUGNy53N6TzhjsULTBr3PB340aZrlyX3vngvNWq1WO0xam6Qa+F8V1eT1yaoA2tVkgqBBIYzDTOLvpzEURTG0TjRNkiTLMY64NcosCw013Q3FLVFqTWio6W2B+wMav1OKx39a+wU0NYZWvDIA7hVADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIAcQAYgAxgBhADCAGEAOIARADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMQBiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAZLAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAwgBhADiAHEAGIAMYAYQAyAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAMIAYQA4gBxABiADGAGEAM8G/HUFgKGioe+0VaPREDTY6hiFeG8kFuTWioPAaRVk/G1oSGGscgsurBJEmS5fAzq64WSTVcXlzL9snJyeP19fWnf/Om4XD4ZmVl5WH52dTOXsxvWxQvApPZGFq1PxDCfEOI29F0Y2PjxenpabG6uvrsT286Ozv70Ov1noSHX6sPrHBvd2VB5LMxnBeCIOYbRbs8C62trT0/PDz81Ol0Xqbp799sj0ajwd7eXm9/f/9L7cwlhPmG0Jo5wRTnXcpTcyVThrAU5maYcjt65+jo6NFkMinqxuPxx93d3W54/XaYW2Fu1LauZv7zyy7o0mf/8Bk611x0WQhqJ5t2dYAvHR8f3w/3EK/KK0Se558PDg7ubW9v98Nr32o3dnlhka/ys2mJYfFB/Iii3+/f3dzcfD0YDB50u933VQRCWEAM/h3jujaqPw/q+rcY5Yy2trbe7uzsdEII78rnQlj8tx1c75rPTv3mLp+5yeOaZJZgod9mJBe8jhgaFUS8Wjj4F+y7AAMAZ4bQnQgfqtIAAAAASUVORK5CYII=") no-repeat left bottom;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	bottom: 40px;
	padding: 9px;
}

.fd-r .share .qr-pop img {
	width: 170px;
	height: 170px;
}

.fp-tableCell {
	display: block;
	height: 100%;
}

#banner,
#banner .item,
#banner .slick-track,
#banner .slick-list,
#banner .img {
	height: 100%;
}

#index-m-banner,
#index-m-banner .item,
#index-m-banner .slick-track,
#index-m-banner .slick-list,
#index-m-banner .img {
	height: 100%;
}

.section4 {
	background: url("/Public/Images/home/phpcms/zh-cn/bg1.jpg") no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
}

.section4 .fp-tableCell {
	display: table-cell;
}

.section5 {
	background-color: #f6f6f6;
}

.section5 .fp-tableCell {
	display: table-cell;
}

.mutifunc-section1 .ban-inner {
	padding-top: 0;
	height: 100%;
}

.section,
#mutifunc,
#fullpage {
	height: 100%;
}

#hd .nav li {
	position: static;
}

#hd .nav li:after {
	content: '';
	position: absolute;
	top: 99%;
	background-color: rgba(0,0,0,0.35);
	background-color: #fff;
	height: 45px;
	width: 5000px;
	left: -50%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	max-height: 0;
	z-index: 0;
	overflow: hidden;
}

#hd .nav li .sub-pr {
	position: relative;
}

#hd .nav li .sub-nv {
	position: absolute;
	top: 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	text-align: left;
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1;
	max-height: 0;
	z-index: 20;
	overflow: hidden;
}

#hd .nav li .sub-nv a {
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #000;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	color: #000;
	position: static;
	margin-left: 35px;
}

#hd .nav li .sub-nv a:hover {
	color: #008cd2;
}

#hd .nav li .sub-nv a:after {
	display: none;
}

#hd .nav .no-sub:after {
	display: none;
}

#hd .nav li:hover .v1 {
	color: #008cd2;
}

#hd .nav li:hover .sub-nv {
	max-height: 50px;
}

#hd .nav li:hover:after {
	max-height: 50px;
}

#hd.index-hd .nav li:after {
	background: none;
}

#hd.index-hd .nav li .sub-nv a {
	color: #fff;
}

#hd.index-hd .nav li .sub-nv a:hover {
	color: #008cd2;
}

.ban-full {
	padding-top: 0;
}

.lens-img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.lens-txt {
	font-size: 14px;
	line-height: 1.7;
	padding: 15px 0;
	display: none;
}

.row-about1 .video-box {
	padding-top: 44%;
}

.row-about3 .video-box {
	padding-top: 55%;
}

.row-join1 .video-box {
	padding-top: 44%;
}

.join-bd {
	padding-bottom: 4%;
}

.join-bd .hd {
	padding: 5% 0;
	background-color: #f3f3f3;
	font-size: 60px;
	line-height: 1em;
	text-align: center;
}

.join-bd .hd .wrap1200 {
	position: relative;
}

.join-bd .hd p {
	line-height: 1.6;
	margin-top: 30px;
	color: #929292;
}

.join-bd .hd p a {
	color: #929292;
}

.join-bd .hd p a:hover {
	color: #008cd2;
}

.join-bd .hd h3 {
	color: #323232;
	display: inline-block;
}

.join-bd .hd h3 span {
	border-bottom: 1px solid #8e8e8e;
	padding: 10px 0;
	position: relative;
}

.join-bd .hd h3 span:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 40px;
	height: 4px;
	background-color: #005496;
	bottom: -2px;
	margin-left: -20px;
}

.join-bd .hd .back {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #005496;
	font-size: 16px;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.join-bd .hd .back i {
	vertical-align: middle;
	font-size: 14px;
}

.join-bd .hd .back:hover {
	opacity: 0.8;
}

.join-bd .bd {
	padding: 5% 0 4% 0;
}

.job-hd {
	float: left;
	width: 42%;
}

.job-hd h3 {
	font-size: 60px;
	color: #252525;
}

.job-hd p {
	font-size: 14px;
	color: #646464;
}

.job-hd p span {
	margin-right: 20px;
}

.job-bd {
	overflow: hidden;
}

.job-bd h4 {
	font-size: 20px;
	color: #000;
	margin-top: 40px;
}

.job-bd h4:first-child {
	margin-top: 0;
}

.job-bd .con {
	line-height: 1.6;
}

.btn-blue {
	background-color: #005496;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-blue:hover {
	color: #fff;
	opacity: 0.8;
}

#index-m-banner {
	display: none;
}

.more-u1 {
	background: url("/Public/Images/home/phpcms/zh-cn/more3.png") no-repeat left 50%;
	display: none;
	height: 60px;
	width: 80px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-background-size: 60px 60px;
	background-size: 60px;
	position: absolute;
	top: 50px;
	left: 0;
}