锘緻charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

html,body {
	position: relative
}

body {
	font-family: "microsoft yahei",arial;
	font-size: 14px;
	line-height: 2;
	color: #333;
	background: #fff
}

.bodyHIdden {
	overflow: hidden;
	height: 100%;
	width: 100%
}

a:link,a:visited {
	text-decoration: none;
	outline: #333;
	color: #333
}

a:hover,a:active,a:focus {
	color: #000
}

ul,li {
	list-style: none
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type=text],textarea {
	font-family: "microsoft yahei",arial;
	font-size: 14px;
	-webkit-appearance: none
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: none
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.font20 {
	font-size: 20px
}

.textCenter {
	text-align: center
}

.color333 {
	color: #333
}

.hide {
	overflow: hidden
}

.rel {
	position: relative
}

.clearfix {
	clear: both
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.middleRight {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}

.middleLeft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto
}


.container {
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1520px) {
	.container {
		padding: 0 50px
	}
}

@media screen and (max-width:1023px) {
	.container {
		padding: 0 15px;
		max-width: 768px
	}
}

@media screen and (max-width:768px) {
	.container {
		padding: 0 15px
	}
}

.container-2 {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1439px) {
	.container-2 {
		padding: 0 50px
	}
}

@media screen and (max-width:1023px) {
	.container-2 {
		padding: 0 15px;
		max-width: 768px
	}
}

@media screen and (max-width:768px) {
	.container-2 {
		padding: 0 15px
	}
}

.indent2 {
	text-indent: 2em
}

.mobile-footer-menu {
	display: none;
	height: 54px
}

@media (max-width:1023px) {
	.mobile-footer-menu {
		display: none;
		width: 100%;
		background: #222;
		padding: 5px 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		list-style: none;
		font-size: 12px
	}

	.mobile-footer-menu li {
		width: 25%;
		float: left;
		position: relative
	}

	.mobile-footer-menu li:after {
		content: "";
		position: absolute;
		height: 42px;
		width: 1px;
		background: rgba(255,255,255,0.05);
		right: 0;
		top: 2px
	}

	.mobile-footer-menu li .icon {
		width: 24px;
		height: 24px;
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden
	}

	.mobile-footer-menu li .bt {
		font-style: normal;
		text-align: center;
		display: block;
		color: #fff;
		height: 20px;
		line-height: 20px;
		overflow: hidden
	}

	.mobile-footer-menu li:last-child:after {
		display: none
	}
}

.indent2 {
	text-indent: 2em
}

.navPhoneBtn {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	float: right;
	position: absolute;
	z-index: 11;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	text-align: right;
	display: none
}

.navPhoneBtn span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #1b9aee;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1),opacity .55s ease,transform .5s cubic-bezier(.77, .2, .05, 1),width .5s,transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1),-webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s ease;
	transition: width .5s ease
}

.navPhoneBtn span:last-child {
	margin-bottom: 0
}

.navPhoneBtn.close,.navPhoneBtn.closeMember {
	opacity: 1;
	z-index: 10
}

.navPhoneBtn.close span,.navPhoneBtn.closeMember span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),.navPhoneBtn.closeMember span:nth-last-child(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),.navPhoneBtn.closeMember span:nth-last-child(2) {
	width: 0;
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: width .5s;
	transition: width .5s
}

.navPhoneBtn.close span:last-child,.navPhoneBtn.closeMember span:last-child {
	margin-bottom: 0
}

@media (max-width:1023px) {
	.navPhoneBtn {
		display: block
	}
}

#menu .mm-menu {
	background: #8e2424;
	color: rgba(255,255,255,0.9)
}

#menu .mm-navbar.mm-hasbtns {
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px #dadada solid
}

#menu .mm-menu .mm-btn:after,#menu .mm-menu .mm-btn:before {
	border-color: #fff
}

#menu .mm-clear:before,#menu .mm-close:before {
	right: 14px
}

#menu .mm-clear:after,#menu .mm-close:after {
	right: 25px
}

#menu .mm-close:after,#menu .mm-close:before {
	width: 10px;
	height: 10px
}

#menu .mm-menu .mm-navbar a,#menu .mm-menu .mm-navbar>* {
	color: rgba(255,255,255,0.9)
}

#menu .mSearch {
	padding: 10px 10px;
	text-align: left;
	overflow: hidden;
	height: 56px;
	border-bottom: #f3f3f3 1px solid;
	position: relative
}

#menu .mSearch .btn {
	width: 25px;
	height: 25px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	right: 15px
}

#menu .mSearch input {
	height: 35px;
	border: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
	opacity: 1;
	width: 100%;
	padding-left: 15px;
	padding-right: 30px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
	position: static;
	left: 0;
	right: 0
}

#menu .other {
	padding: 10px
}

#menu .languageBtn {
	padding: 10px 20px
}

#menu .languageBtn a {
	display: block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px #ccc solid;
	margin-left: -1px;
	background: #fff
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform,opacity
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
	background: #fff;
	filter: alpha(opacity=90);
	opacity: 80
}

.prompt a {
	color: #000
}

.prompt span {
	position: absolute;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	display: block;
	line-height: 24px;
	color: #000
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
	font-weight: 100;
	cursor: pointer
}

.prompt_close:hover {
	background: #f00;
	color: #fff
}

.popupEwm {
	display: none
}

.popupEwm .transparent {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000 \9;
	background: rgba(0,0,0,0.3);
	display: none
}

.popupEwm .nr {
	background: #fff;
	border: 3px #bb825b solid;
	position: fixed;
	z-index: 9999;
	width: 50%;
	height: 60%;
	max-width: 600px;
	max-height: 400px;
	min-height: 400px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 30px 0
}

.popupEwm .title {
	color: #bb825b;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #eee solid;
	padding-top: 15px;
	padding-bottom: 15px
}

.popupEwm .box {
	text-align: center;
	padding: 30px 0 0 0
}

.popupEwm .box img {
	max-height: 200px
}

.popupEwm .box .p-01 {
	line-height: 30px;
	margin-top: 10px
}

.popupEwm .close {
	font-size: 24px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #bb825b;
	color: #fff;
	position: absolute;
	top: -15px;
	right: -15px
}

.popupEwm .close:hover {
	background: #f00
}

#allmap img {
	max-width: none;
	max-height: none
}

.fmBnt-01,.fmMore-01 {
	text-align: center
}

.fmBnt-01 a,.fmMore-01 a,.fmBnt-01 span,.fmMore-01 span {
	display: inline-block;
	color: #fff;
	border: 1px #017cc4 solid;
	background: #017cc4;
	line-height: 58px;
	text-align: center;
	padding: 0 10px;
	min-width: 240px;
	font-size: 18px;
	border-radius: 60px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 0 26px rgba(227,27,28,0);
	box-shadow: 0 0 0 26px rgba(227,27,28,0);
	position: relative
}

.fmBnt-01 a:after,.fmMore-01 a:after,.fmBnt-01 span:after,.fmMore-01 span:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon/arrow-right-03.png) no-repeat center center;
	margin-left: 10px;
	vertical-align: middle
}

.fmBnt-01 a:hover,.fmMore-01 a:hover,.fmBnt-01 span:hover,.fmMore-01 span:hover {
	-webkit-box-shadow: 0 0 0 6px rgba(227,27,28,0.2);
	box-shadow: 0 0 0 6px rgba(227,27,28,0.2)
}

.returnList {
	text-align: center
}

.returnList a {
	display: inline-block;
	background: #017cc4;
	color: #fff;
	font-size: 18px;
	min-width: 240px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
	border-radius: 60px;
	position: relative;
	-webkit-box-shadow: 0 0 0 26px rgba(227,27,28,0);
	box-shadow: 0 0 0 26px rgba(227,27,28,0);
	-webkit-transition: all .5s;
	transition: all .5s
}

.returnList a:before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 21px;
	background: url(../images/icon/return.png) no-repeat center center;
	vertical-align: middle;
	margin-right: 18px;
	margin-top: -3px
}

.returnList a:hover {
	-webkit-box-shadow: 0 0 0 6px rgba(227,27,28,0.2);
	box-shadow: 0 0 0 6px rgba(227,27,28,0.2)
}

@media screen and (max-width:1023px) {
	.fmBnt-01 a,.fmMore-01 a,.fmBnt-01 span,.fmMore-01 span {
		min-width: 180px;
		font-size: 16px;
		height: 40px;
		line-height: 40px
	}

	.fmBnt-01 a:after,.fmMore-01 a:after,.fmBnt-01 span:after,.fmMore-01 span:after {
		width: 10px;
		height: 10px;
		background-size: 10px
	}

	.returnList a,.returnList span {
		min-width: 180px;
		font-size: 16px;
		height: 40px;
		line-height: 40px
	}

	.returnList a:before,.returnList span:before {
		background-size: 80%;
		margin-right: 10px
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../ajax-loader.gif') center center no-repeat
}

.slick-prev,.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

.slick-prev {
	left: -25px
}[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "鈫?
}[dir="rtl"] .slick-prev:before {
	content: "鈫?
}

.slick-next {
	right: -25px
}[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "鈫?
}[dir="rtl"] .slick-next:before {
	content: "鈫?
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "鈥?;
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@font-face {
	font-family:"iconfont";src:url('../fonts/iconfont.woff2?t=1654597484179') format('woff2'),url('../fonts/iconfont.woff?t=1654597484179') format('woff'),url('../fonts/iconfont.ttf?t=1654597484179') format('truetype')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-weixin:before {
	content: "\e665"
}

.icon-weibo:before {
	content: "\e666"
}

.icon-QQ1:before {
	content: "\e667"
}

.icon-browse:before {
	content: "\e668"
}

.icon-qzone:before {
	content: "\e60c"
}

.icon-left:before {
	content: "\e628"
}

.icon-right:before {
	content: "\e642"
}

.icon-zhixiangzuo:before {
	content: "\e8f4"
}

.icon-zhixiangyou:before {
	content: "\e8f5"
}

.icon-arrow-right1:before {
	content: "\e60b"
}

.icon-anquanbaozhang:before {
	content: "\e88c"
}

.icon-guanli:before {
	content: "\e622"
}

.icon-a-zhishichanquanchuangzaobaohuheyunyong:before {
	content: "\e600"
}

.icon-rencailinian:before {
	content: "\e658"
}

.icon-search:before {
	content: "\e60a"
}

.icon-QQ:before {
	content: "\e882"
}

.icon-wechat-fill:before {
	content: "\e883"
}

.icon-kefu:before {
	content: "\e621"
}

.icon-weizhi:before {
	content: "\e640"
}

.icon-zuozhe:before {
	content: "\e605"
}

.icon-prev:before {
	content: "\e608"
}

.icon-next:before {
	content: "\e609"
}

.icon-riqi:before {
	content: "\e616"
}

.icon-arrow-right:before {
	content: "\e607"
}

.icon-address:before {
	content: "\e606"
}

.icon-yousanjiaoxing:before {
	content: "\e644"
}

.icon-google:before {
	content: "\e68e"
}

.icon-youtube:before {
	content: "\e8c5"
}

.icon-facebook:before {
	content: "\e8e7"
}

.icon-linkedin:before {
	content: "\e8fc"
}

.icon-twitter:before {
	content: "\e92a"
}

.icon-shijian:before {
	content: "\e64d"
}

.icon-youxiang:before {
	content: "\e672"
}

.icon-yuyan:before {
	content: "\e85f"
}

.icon-down:before {
	content: "\e603"
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsis2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.ellipsis3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.ellipsis4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4
}

.ellipsis5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5
}

.body {
	overflow: hidden
}

@font-face {
	font-family:"BasiliaT-Bold";src:url("../fonts/BasiliaT-Bold.woff2") format("woff2"),url("../fonts/BasiliaT-Bold.woff") format("woff"),url("../fonts/BasiliaT-Bold.ttf") format("truetype"),url("../fonts/BasiliaT-Bold.eot") format("embedded-opentype"),url("../fonts/BasiliaT-Bold.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"DINPro-Regular";src:url("../fonts/DINPro-Regular.woff2") format("woff2"),url("../fonts/DINPro-Regular.woff") format("woff"),url("../fonts/DINPro-Regular.ttf") format("truetype"),url("../fonts/DINPro-Regular.eot") format("embedded-opentype"),url("../fonts/DINPro-Regular.svg") format("svg");font-weight:normal;font-style:normal
}

@-webkit-keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

@keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
}

@-webkit-keyframes slideInRight2 {
	from {
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
}

@keyframes slideInRight2 {
	from {
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
}

.slideInRight2 {
	-webkit-animation-name: slideInRight2;
	animation-name: slideInRight2
}

@-webkit-keyframes slideInLeft2 {
	from {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
}

@keyframes slideInLeft2 {
	from {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
}

.slideInLeft2 {
	-webkit-animation-name: slideInLeft2;
	animation-name: slideInLeft2
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2
}

@-webkit-keyframes scale2 {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes scale2 {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.scale2 {
	-webkit-animation-name: scale2;
	animation-name: scale2
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes ripple2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.floatRigth {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px
}

.floatRigth li {
	padding-bottom: 10px
}

.floatRigth li:last-child {
	padding-bottom: 0
}

.floatRigth .box {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,73,122,0.13);
	box-shadow: 0 0 7px 0 rgba(0,73,122,0.13);
	position: relative
}

.floatRigth .box svg {
	fill: #017cc4;
	width: 25px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.floatRigth .box:hover {
	background: #017cc4
}

.floatRigth .box:hover svg {
	fill: #fff
}

.floatRigth .returnTop {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.top {
	background: #017cc4;
	color: #fff;
	height: 44px;
	line-height: 44px;
    overflow:hidden;

	font-size: 14px
}

.top a {
	color: #fff
}

.top a:hover {
	text-decoration: underline
}

.top .iconfont {
	color: #71bf47;
	margin-right: 5px
}

.top .xx {
	float: left;
	font-size: 13px
}

.top .xx .span-1 {
	margin-right: 20px
}

.top .xx .span-1:last-child {
	margin-right: 0
}

.top .shareSocial {
	float: right;
	display:none;
}

.top .shareSocial a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 0;
}

.top .shareSocial a:last-child {
	padding-right: 0
}

.top .shareSocial .iconfont {
	color: #fff
}

.top .other img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	opacity: .7
}

.top .hotTel,.top .email,.top .language {
	margin-left: 30px;
	display: inline-block
}

.top .hotTel a,.top .email a,.top .language a {
	opacity: .7
}

.top .hotTel a:hover,.top .email a:hover,.top .language a:hover {
	text-decoration: underline;
	opacity: 1
}

.header {
	width: 100%;
	background: rgba(255,255,255,0.86);
	z-index: 999;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header>.container {
	position: relative
}

.header>.container:after {
	content: "";
	display: block;
	clear: both
}

.header img {
	vertical-align: middle
}

.header .language {
	line-height: 54px;
	font-size: 16px;
	min-width: 154px;
	background: #71bf47;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header .language a {
	color: #fff
}

.header .language:hover .down {
	display: block
}

.header .language .iconfont {
	color: #fff;
	font-size: 26px;
	margin-right: 15px
}

.header .language .down {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 52px;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #71bf47;
	z-index: 999;
	left: 0;
	text-align: center
}

.header .language .down a {
	display: block
}

.header .language .down a:hover {
	background: #333
}

.header .language .a-1 {
	padding-left: 20px;
	position: relative
}

.header .language .a-1:before {
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .language .a-1:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px
}

.header .logo {
	height: 170px;
	height: 80px;
	padding: 0 0 0 0;
	float: left;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header .logo img {
	vertical-align: middle;
	position: relative
}

.header .other {
	width: 220px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0
}

.header .searchBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header .searchBtn .iconfont {
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.header .searchBtn:hover .iconfont {
	color: #017cc4
}

.nav {
	padding: 0 220px 0 180px
}

.nav:after {
	content: "";
	display: block;
	clear: both
}

.nav .list {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: right
}

.nav li {
	display: inline-block;
	text-align: center;
	position: relative
}

.nav li>a {
	font-size: 16px;
	color: #333;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 20px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.nav li>a span {
	display: inline-block;
	position: relative
}

.nav li>a span:after {
	content: "";
	display: none;
	width: 0;
	height: 2px;
	background: #fff;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.nav li>a .iconfont {
	color: #afafaf;
	margin-left: 5px
}

.nav li:hover>a {
	color: #71bf47
}

.nav li:hover>a span:after {
	width: 100%
}

.nav li:hover .navChild {
	display: block
}

.nav li:hover>a,.nav li.active>a {
	color: #71bf47
}

.nav li:hover>a span:after,.nav li.active>a span:after {
	width: 100%
}

.nav .navChild {
	font-size: 14px;
	width: 160px;
	display: none;
	padding: 15px 0 15px 0;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 3px 7px 0 rgba(1,94,176,0.13) inset;
	box-shadow: 0 3px 7px 0 rgba(1,94,176,0.13) inset;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	position: absolute;
	z-index: 999;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100px
}

.nav .navChild>div {
	position: relative
}

.nav .navChild>div:hover>a {
	background: #71bf47;
	color: #fff
}

.nav .navChild>div:hover .third {
	display: block
}

.nav .navChild a {
	padding: 10px 0;
	display: block
}

.nav .navChild a:hover {
	background: #71bf47;
	color: #fff
}

.nav .third {
	display: none;
	padding: 15px 0 15px 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 3px 7px 0 rgba(1,94,176,0.13) inset;
	box-shadow: 0 3px 7px 0 rgba(1,94,176,0.13) inset;
	position: absolute;
	z-index: 999;
	left: 100%;
	top: -15px
}

.nav .show {
	overflow: initial !important
}

.headerFixed {
	background: #fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
	position: fixed;
	top: 0;
	width: 100%;
	left: 0
}

#searchPopup {
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	z-index: 9999
}

#searchPopup .searchBox {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 105px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

#searchPopup .searchBox.fadeIn {
	top: 95px;
	opacity: 1;
	z-index: 999
}

#searchPopup .searchBox .container {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	-webkit-transform: translateX(-70px);
	transform: translateX(-70px)
}

#searchPopup .searchBox input {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 40%;
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	line-height: 34px
}

#searchPopup .searchBox input:focus {
	color: #333
}

#searchPopup .searchBox .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 36px;
	width: 36px;
	background: #017cc4;
	text-align: center
}

#searchPopup .searchBox .btn svg {
	width: 20px;
	height: 20px;
	margin: 8px auto 0 auto
}

#searchPopup .searchBox .btn .cls-1 {
	fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 2px
}

#searchPopup .searchBox .close {
	display: none
}

#searchPopup .searchBox2.fadeIn {
	top: 95px
}

@media screen and (max-width:1023px) {
	#searchPopup .searchBox .container {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	#searchPopup .searchBox input {
		width: 100%
	}

	#searchPopup .searchBox .btn {
		right: 15px
	}
}

.transparent {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3)
}

.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner .slick-prev, .banner .slick-next {
  width: 58px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  margin-top: 0;
}

.banner .slick-prev {
  background: url("../images/left.png") no-repeat center center !important;
  left: 50px;
}

.banner .slick-next {
  background: url("../images/right.png") no-repeat center center !important;
  right: 50px;
}

.banner .slick-prev:hover {
  background: url("../images/lefth.png") no-repeat center center !important;
}

.banner .slick-next:hover {
  background: url("../images/righth.png") no-repeat center center !important;
}

.banner .slick-prev::before, .banner .slick-next::before {
  content: '';
}

.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.banner .pc {
	display: block
}

.banner .mobile {
	display: none
}

.banner .list {
	overflow: hidden;
	display: block
}

.banner li {
	float: left
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.banner .text .title {
	margin-bottom: 100px;
	font-size: 52px;
	font-weight: 700;
	text-shadow: 10px 10px 10px rgba(0,0,0,0.2)
}

.banner .text .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner .text .more {
	display: inline-block;
	width: 204px;
	height: 60px;
	line-height: 60px;
	background-color: #017cc4;
	background: -webkit-gradient(linear, left top, right top, from(#017cc4), to(#71be46));
	background: linear-gradient(to right, #017cc4, #71be46);
	color: #fff;
	margin: 0 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .text .more:hover {
	background: -webkit-gradient(linear, right top, left top, from(#017cc4), to(#71be46));
	background: linear-gradient(to left, #017cc4, #71be46)
}

.banner .text .play {
	display: none;
	width: 60px;
	height: 60px;
	margin: 0 15px;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 0 7px rgba(255,255,255,0.3);
	box-shadow: 0 0 0 7px rgba(255,255,255,0.3);
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .text .play .icon {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.banner .text .play:hover {
	background: rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 0 0 7px rgba(255,255,255,0.4);
	box-shadow: 0 0 0 7px rgba(255,255,255,0.4)
}

.banner .pc:after {
	content: "";
	display: block;
	padding-top: 36.45833333%
}

.banner .pc img {
	width: 100%;
	-webkit-transition: all 4s;
	transition: all 4s
}

.banner .slick-current .pc img,.banner .slick-active .pc img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.banner .slick-current .text-01,.banner .slick-active .text-01 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .text-02,.banner .slick-active .text-02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .text-03,.banner .slick-active .text-03 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-dots {
	bottom: 30px;
	font-size: 0;
	z-index: 999;
	overflow: initial
}

.banner .slick-dots li {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	float: none
}

.banner .slick-dots li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .slick-dots li button {
	padding: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.banner .slick-dots li button:before {
	display: none
}

.banner .slick-dots .slick-active:after {
	background: url(../images/circle.png) no-repeat center;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0)
}

@media screen and (max-width:1279px) {
	.banner .text .title {
		margin-bottom: 20px
	}

	.banner .text .title img {
		max-height: 40px
	}

	.banner .text .info {
		font-size: 18px;
		margin-bottom: 20px
	}
}

@media screen and (max-width:1023px) {
	.banner .pc {
		display: none
	}
	
	.banner .slick-prev, .banner .slick-next{
		display:none;
	}

	.banner .mobile {
		display: block
	}

	.banner .text {
		text-align: center
	}

	.banner .text .title {
		margin-bottom: 20px
	}

	.banner .text .title img {
		max-height: 40px
	}

	.banner .text .info {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px
	}

	.banner .trial {
		margin: auto
	}

	.banner .slick-dots {
		bottom: 15px
	}
}

.moreBtn {
	font-size: 0
}

.moreBtn a,.moreBtn span {
	display: inline-block;
	min-width: 180px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	background: #017cc4;
	border-radius: 5px;
	text-align: center;
	font-size: 16px
}

.moreBtn a:hover,.moreBtn span:hover {
	background: #71bf47
}

.moreBtn .iconfont {
	font-size: 30px;
	margin-left: 10px;
	vertical-align: middle
}

@media screen and (max-width:1023px) {
	.moreBtn .iconfont {
		font-size: 20px
	}
}

.home-title,.inside-title {
	text-align: center;
	line-height: 1
}

.home-title .title,.inside-title .title {
	color: #111;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px
}

.home-title .title-2,.inside-title .title-2 {
	color: #111;
	font-size: 40px;
	font-weight: 700
}

.home-title .title-2:after,.inside-title .title-2:after {
	content: '';
	display: block;
	height: 1px;
	width: 32px;
	background: #71bf47;
	margin: 30px auto 0 auto
}

.home-title .info,.inside-title .info {
	color: #666;
	font-size: 18px
}

@media screen and (max-width:1023px) {
	.home-title .title,.inside-title .title {
		font-size: 24px;
		margin-bottom: 10px
	}

	.home-title .title-2,.inside-title .title-2 {
		font-size: 24px
	}

	.home-title .title-2:after,.inside-title .title-2:after {
		margin-top: 15px
	}

	.home-title .info,.inside-title .info {
		font-size: 14px
	}
}

.home-about {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}

.home-about .left {
	width: 50%;
	float: left;
	text-align: left
}

.home-about .video {
	display: inline-block;
	cursor: pointer;
	position: relative
}

.home-about .video:after {
	content: "";
	display: block;
	width: 490px;
	height: 300px;
	position: absolute;
	right: -25px;
	bottom: -25px;
	background: #017cc4;
	z-index: 0
}

.home-about .video .click {
	border-radius: 20px;
	overflow: hidden
}

.home-about .video img {
	border-radius: 20px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-about .video .btn {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: none;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.home-about .video .btn:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	border-radius: 50%;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	opacity: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-animation: ripple 3s ease-out 0s infinite;
	animation: ripple 3s ease-out 0s infinite
}

.home-about .video .btn:after {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	border-radius: 50%;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-animation: ripple 5s ease-out 1s infinite;
	animation: ripple 5s ease-out 1s infinite
}

.home-about .video .btn span {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.home-about .video .btn .iconfont {
	font-size: 28px
}

.home-about .video:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.home-about .video .videoBox {
	display: none
}

.home-about .right {
	width: 50%;
	float: left;
	padding-left: 85px;
	padding-top: 40px
}

.home-about .title-1 {
	color: #71bf47;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}

.home-about .title-2 {
	color: #273353;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px
}

.home-about .info {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px
}

.home-about .p-1 {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px
}

.home-about .p-2 {
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative
}

.home-about .p-2:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #def5ee url(../images/icon/right.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0
}

.home-solution {
	padding-top: 90px;
	color: #fff
}

.home-solution a {
	color: #fff
}

.home-solution .tabs {
	position: relative
}

.home-solution .bgs li {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.home-solution .bgs .show {
	display: block
}

.home-solution .menuTabs {
	background: url(../images/line-bg-1.png) no-repeat center top,url(../images/line-bg-2.png) no-repeat center bottom;
	background-color: #026ead;
	border-radius: 5px;
	padding: 72px 40px 60px 40px;
	width: 37%;
	max-width: 360px;
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
	float: left;
	margin-top: -60px;
	position: relative
}

.home-solution .menuTabs .titleBig {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px
}

.home-solution .menuTabs .list {
	margin-bottom: 90px
}

.home-solution .menuTabs .list .box {
	height: 58px;
	line-height: 58px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px
}

.home-solution .menuTabs .list .box:hover {
	text-decoration: underline
}

.home-solution .menuTabs .list .active .box {
	text-decoration: underline
}

.home-solution .menuTabs .moreBtn a,.home-solution .menuTabs .moreBtn span {
	background: transparent
}

.home-solution .menuTabs .moreBtn a:hover,.home-solution .menuTabs .moreBtn span:hover {
	background: #71bf47
}

.home-solution .conTabs {
	width: 63%;
	float: right;
	padding: 6vw 0 5vw 0;
	min-height: 665px;
	position: relative
}

.home-solution .conTabs .item {
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	display: none
}

.home-solution .conTabs .show {
	display: block
}

.home-solution .conTabs .title {
	font-size: 22px;
	margin-bottom: 20px
}

.home-solution .conTabs .info {
	font-size: 32px;
	line-height: 52px;
	max-height: 156px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	margin-bottom: 60px
}

.home-product {
	padding: 100px 0
}

.home-product .more {
	position: relative;
	width: 115px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-align: left;
	background: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.home-product .more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: #71bf47;
	width: 0;
	height: 30px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.home-product .more span {
	position: relative;
	font-size: 14px;
	color: #71bf47;
	text-transform: uppercase
}

.home-product .nr {
	margin-top: 50px
}

.home-product .list {
	margin: 0 -16px
}

.home-product .list li {
	width: 20%;
	float: left;
	padding: 0 16px
}

.home-product .list .box {
	display: block;
	position: relative;
	padding-top: 43px
}

.home-product .list .pic {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 5;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(227,227,227,0.75);
	box-shadow: 0 0 5px 0 rgba(227,227,227,0.75)
}

.home-product .list .pic img {
	max-width: 60px
}

.home-product .list .tbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: .5s;
	transition: .5s
}

.home-product .list .text {
	border: 1px solid #f4f4f4;
	position: relative;
	z-index: 3;
	padding: 58px 10px 33px 37px;
	overflow: hidden
}

.home-product .list .text:after {
	content: '';
	display: block;
	width: 101%;
	height: 101%;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	background: #fff
}

.home-product .list .text .title {
	font-size: 30px;
	color: #00172e;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-bottom: 106px
}

.home-product .list .text .more {
	color: #71bf47;
	position: relative;
	z-index: 3
}

@media (min-width:1025px) {
	.home-product .list .box:hover .more {
		text-align: center
	}

	.home-product .list .box:hover .more span {
		color: #fff;
		text-align: center
	}

	.home-product .list .box:hover .more:before {
		width: 100%;
		background: #71bf47
	}

	.home-product .list .box:hover .text .tbg {
		opacity: 1
	}

	.home-product .list .box:hover .text .title {
		color: #fff
	}

	.home-product .list .box:hover .text:after {
		background: none !important
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1, .1);
		transform: scale(.1, .1)
	}

	5% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.home-yfysc {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #026ba6;
	color: #fff;
	padding-top: 90px
}

.home-yfysc .mapChina {
	text-align: left
}

.home-yfysc .area {
	font-size: 12px;
	color: #71bf47;
	cursor: pointer;
	text-align: center;
	position: absolute;
	z-index: 999
}

.home-yfysc .area .dot {
	display: block;
	z-index: 1;
	position: relative;
	width: 10px;
	height: 10px;
	margin: auto;
	border-radius: 50%;
	background-color: #71bf47
}

.home-yfysc .area .circle {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	border-radius: 50%;
	background: transparent
}

.home-yfysc .area .circle:after {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(149,255,92,0.25);
	opacity: 0;
	-webkit-animation: ripple 2s ease-out 0s infinite;
	animation: ripple 2s ease-out 0s infinite
}

.home-yfysc .area .circle:before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: rgba(149,255,92,0.25);
	opacity: 0;
	-webkit-animation: ripple 3s ease-out 1s infinite;
	animation: ripple 3s ease-out 1s infinite
}

.home-yfysc .area .name {
	color: #71bf47;
	line-height: 30px;
	font-size: 12px;
	width: auto;
	display: block
}

.home-yfysc .area.active .icon,.home-yfysc .area:hover .icon {
	display: block
}

.home-yfysc .area2 .dot {
	background: #fe9732;
	width: 20px;
	height: 20px
}

.home-yfysc .area2 .dot .circle {
	width: 80px;
	height: 80px
}

.home-yfysc .area2 .dot .circle:after {
	background: rgba(254,151,50,0.25);
	-webkit-animation: ripple 3s ease-out 0s infinite;
	animation: ripple 3s ease-out 0s infinite
}

.home-yfysc .area2 .dot .circle:before {
	background: rgba(254,151,50,0.25);
	-webkit-animation: ripple 4s ease-out 1s infinite;
	animation: ripple 4s ease-out 1s infinite
}

.home-yfysc .area2 .name {
	color: #fe9732
}

.home-yfysc .shanghai {
	left: 831px;
	top: 486px
}

.home-yfysc .shanghai .name {
	width: 40px;
	text-align: left;
	position: absolute;
	top: -14px;
	left: 32px
}

.home-yfysc .zhejiang {
	left: 815px;
	top: 537px
}

.home-yfysc .anhui {
	left: 752px;
	top: 479px
}

.home-yfysc .jiangsu {
	left: 800px;
	top: 450px
}

.home-yfysc .jiangsu .name {
	width: 40px;
	text-align: left;
	position: absolute;
	top: -22px;
	left: -21px
}

.home-yfysc .shandong {
	left: 740px;
	top: 375px
}

.home-yfysc .hebei {
	left: 701px;
display: none;
	top: 373px
}

.home-yfysc .hebei .name {
	width: 40px;
	text-align: left;
	position: absolute;
	top: -28px;
	left: -1px
}

.home-yfysc .tabs {
	position: relative
}

.home-yfysc .tabs .line {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 256px;
	display: none
}

.home-yfysc .tabs .line.show {
	display: block
}

.home-yfysc .tabs .line-1 {
	width: 301px;
	height: 237px;
	left: 846px
}

.home-yfysc .tabs .line-2 {
	width: 321px;
	height: 288px;
	left: 832px
}

.home-yfysc .tabs .line-3 {
	width: 383px;
	height: 230px;
	left: 758px
}

.home-yfysc .tabs .line-4 {
	width: 345px;
	height: 200px;
	left: 799px
}

.home-yfysc .tabs .line-5 {
	width: 394px;
	height: 125px;
	left: 749px
}

.home-yfysc .tabs .line-6 {
	width: 441px;
	height: 122px;
	left: 701px
}

.home-yfysc .home-title {
	text-align: left;
	position: absolute;
	top: 90px;
	right: 72px
}

.home-yfysc .home-title .title {
	color: #fff
}

.home-yfysc .home-title .info {
	color: #fff
}

.home-yfysc .conTabs {
	width: 100%;
	max-width: 370px;
	position: absolute;
	right: -3px;
	top: 219px
}

.home-yfysc .conTabs .item {
	display: block;
	opacity: 0;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0
}

.home-yfysc .conTabs .show {
	display: block;
	opacity: 1;
	z-index: 998
}

.home-yfysc .conTabs .city {
	width: 100%
}

.home-yfysc .conTabs .box {
	display: block;
	color: #fff;
	background: #015e94;
	padding-bottom: 10px
}

.home-yfysc .conTabs .titleBig {
	text-align: left;
	background: #014e7a;
	line-height: 68px;
	height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	padding: 0 25px;
	position: relative
}

.home-yfysc .conTabs .titleBig:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
	vertical-align: middle
}

.home-yfysc .conTabs .bd {
	padding: 20px 40px
}

.home-yfysc .conTabs .info {
	margin-bottom: 20px;
	font-size: 13px
}

.home-yfysc .conTabs .pic {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative
}

.home-yfysc .conTabs .pic img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-yfysc .conTabs .pic .title {
	width: 100%;
	background: rgba(0,0,0,0.7);
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0
}

.home-yfysc .conTabs .more a,.home-yfysc .conTabs .more span {
	color: rgba(255,255,255,0.68)
}

.home-yfysc .conTabs .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.home-yfysc .conTabs .slick-dots {
	bottom: 0;
	font-size: 0;
	z-index: 999;
	overflow: initial
}

.home-yfysc .conTabs .slick-dots li {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	float: none;
	margin: auto
}

.home-yfysc .conTabs .slick-prev, .home-yfysc .conTabs .slick-next {
width: 30px;
height: 30px;
cursor: pointer;
position: absolute;
z-index: 999;
margin-top: 50px;
}

.home-yfysc .conTabs .slick-prev {
  background: url("../images/left.png") no-repeat center center !important;
  left: 5px;
}

.home-yfysc .conTabs .slick-next {
  background: url("../images/right.png") no-repeat center center !important;
  right: 5px;
}

.home-yfysc .conTabs .slick-prev::before, .home-yfysc .conTabs .slick-next::before {
  content: '';
}

.home-yfysc .conTabs .slick-dots li button {
	padding: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: auto;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.home-yfysc .conTabs .slick-dots li button:before {
	display: none
}

.home-yfysc .conTabs .slick-dots .slick-active button {
	background: #fff
}

.home-news {
	padding: 80px 0;
	background: #fcf7ff
}

.home-news .nr {
	margin-top: 50px
}

.home-news .list {
	margin-left: -15px;
	margin-right: -15px
}

.home-news .list li {
	width: 25%;
	padding: 0 15px;
	float: left
}

.home-news .list .box {
	display: block;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	box-shadow: 0 0 13px 0 rgba(0,91,208,0.08)
}

.home-news .list .pic {
	position: relative
}

.home-news .list .pic span {
	border-radius: 5px;
	overflow: hidden;
	display: block;
	position: relative
}

.home-news .list .pic span:after {
	content: "";
	display: block;
	padding-top: 75%
}

.home-news .list .pic img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-news .list .date {
	height: 32px;
	line-height: 32px;
	min-width: 170px;
	text-align: center;
	padding: 0 10px;
	background: #71bf47;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 32px;
	position: absolute;
	right: 25px;
	bottom: -10px
}

.home-news .list .date .iconfont {
	font-size: 18px;
	font-weight: 100;
	margin-right: 5px
}

.home-news .list .text {
	padding: 30px 5px 10px 5px
}

.home-news .list .source {
	color: #686a6f;
	font-size: 14px;
	margin-bottom: 10px
}

.home-news .list .source .iconfont {
	font-size: 18px;
	margin-right: 5px
}

.home-news .list .title {
	font-weight: 700;
	color: #273353;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 10px
}

.home-news .list .more {
	font-size: 14px;
	color: #71bf47;
	font-weight: 700
}

.home-news .list .box:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.home-news .list .box:hover .title {
	color: #71bf47
}

.home-messge-partner {
	padding-bottom: 100px;
	position: relative
}

.home-messge-partner:before {
	content: "";
	display: block;
	background: #fcf7ff;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.home-messge-partner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-messge-partner .left {
	width: 45%;
	float: left;
	padding-right: 24px
}

.home-messge-partner .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 55%;
	float: left;
	padding-left: 36px
}

.home-message {
	background: #017cc4;
	color: #fff;
	border-radius: 5px;
	padding: 43px 50px 60px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1
}

.home-message a {
	color: #fff
}

.home-message .titleBig {
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
	position: relative;
	padding-left: 65px;
	margin-bottom: 25px
}

.home-message .titleBig:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/icon/message.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 30px
}

.home-message .info {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
	padding-right: 30px
}

.home-message .xz-zixun {
	width: 150px;
	height: 74px;
	line-height: 70px;
	border: 2px #fff solid;
	border-radius: 5px;
	padding: 0 25px;
	background: transparent;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.home-message .form {
	display:none;
	position: relative
}

.home-message .form-input {
	width: 100%;
	height: 74px;
	line-height: 70px;
	border: 2px #fff solid;
	border-radius: 5px;
	padding: 0 177px 0 25px;
	background: transparent;
	color: #fff
}

.home-message .form-input:-ms-input-placeholder {
	color: #fff
}

.home-message .form-input::-ms-input-placeholder {
	color: #fff
}

.home-message .form-input:-moz-placeholder {
	color: #fff
}

.home-message .form-input::-moz-placeholder {
	color: #fff
}

.home-message .form-input::-webkit-input-placeholder {
	color: #fff
}

.home-message .submit {
	width: 140px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	border: none;
	background: #fcf7ff;
	color: #017cc4;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 6px;
	right: 6px
}

.home-message .submit:hover {
	background: #71bf47;
	color: #fff
}

.home-partner {
	background: #fff;
	-webkit-box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	padding: 12px 50px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 1
}

.home-partner .titleBig {
	font-weight: 700;
	color: #111;
	font-size: 26px;
	border-bottom: 1px #e0e0e0 solid
}

.home-partner .list {
	padding: 25px 35px 20px 35px
}

.home-partner .list li {
	width: 100%;
	float: left;
	padding: 0 10px 20px 10px
}

.home-partner .list .box {
	border: 1px #ebf2f3 solid;
	text-align: center;
	padding: 5px
}

.home-partner .list .pic {
	border: 1px #e3e1e1 solid;
	overflow: hidden;
	position: relative
}

.home-partner .list .pic:after {
	content: "";
	display: block;
	padding-top: 55.55555556%
}

.home-partner .list .pic img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-partner .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.home-partner .slick-prev,.home-partner .slick-next {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background: #dadee0;
	z-index: 9
}

.home-partner .slick-prev:before,.home-partner .slick-next:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	opacity: 1
}

.home-partner .slick-prev:hover,.home-partner .slick-next:hover {
	background: #017cc4
}

.home-partner .slick-prev {
	left: 0
}

.home-partner .slick-prev:before {
	content: "\e608"
}

.home-partner .slick-prev:hover {
	border-color: #017cc4
}

.home-partner .slick-next {
	right: 0
}

.home-partner .slick-next:before {
	content: "\e609"
}

.home-partner .slick-next:hover {
	border-color: #017cc4
}

.footer {
	background: #115083 url(../images/footer-bg.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 60px
}

.footer img {
	vertical-align: middle
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #fff;
	text-decoration: underline
}

.footer .contact-menu {
	padding-bottom: 60px;
	overflow: hidden
}

.footer .ewm {
	float: left;
	width: 125px;
	text-align: center;
	line-height: 50px;
	margin-right: 40px;
	font-size: 14px;
	color: rgba(255,255,255,0.5)
}

@media (max-width:1280px) {

    .footer .ewm {
	margin-right: 0;
	font-size: 12px;
    }
}

.footer .ewm .pic {
	background: #017cc4;
	padding: 8px 8px 0 8px
}

.footer .ewm .title {
	background: #017cc4;
	line-height: 40px
}

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

.footer .share a {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	background: #71bf47;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 10px 0 0
}

.footer .share a:hover {
	background-color: #017cc4
}

.footer .share .iconfont {
	font-size: 20px
}

.footer .footer-contact {
	width: 35%;
	float: left;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
	padding-left: 10px;
	text-align: right
}

.footer .footer-contact .lxfs {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 20px
}

.footer .footer-contact .tel {
	padding-right: 60px;
	margin-bottom: 5px;
	color: #ccc;
	position: relative
}

.footer .footer-contact .tel .icon {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background: #017cc4;
	position: absolute;
	right: 0;
	top: 0
}

.footer .footer-contact .tel .iconfont {
	font-size: 36px;
	color: #fff
}

.footer .footer-contact .p-1 {
	font-size: 14px;
	line-height: 20px;
	opacity: .8
}

.footer .footer-contact .p-2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff
}

.footer .footer-contact .p-3 {
	color: #ccc;
	padding-left: 80px;
	padding-right: 60px;
	position: relative
}

.footer .footer-contact .p-3 .iconfont {
	width: 44px;
	text-align: center;
	color: #ccc;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0
}

.footer .footer-contact .p-4 .iconfont{
	top: 16px;
}

.footer .footer-contact .p-3 a {
	color: #ccc
}

.footer .menu {
	width: 65%;
	float: left
}

.footer .menu .title {
	color: #71bf47;
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-weight: 700
}

.footer .menu .title a {
	color: #71bf47
}

.footer .item {
	width: 16%;
	float: left;
	position: relative
}

.footer .item:nth-child(2) {
	width: 20%
}

.footer .item:last-child .child {
	border: none
}

.footer .child {
	position: relative;
	padding-left: 20px;
	min-height: 150px
}

.footer .child a {
	color: rgba(255,255,255,0.5);
	display: block;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.footer .child a:hover {
	margin-left: 10px;
	color: #fff;
	text-decoration: underline
}

.footer .friendShip {
	color: rgba(255,255,255,0.5);
	padding: 10px 0
}

.footer .friendShip a {
	display: inline-block;
	margin-right: 10px;
	color: rgba(255,255,255,0.5)
}

.footer .friendShip a:hover {
	color: #fff;
	text-decoration: underline
}

.copyright {
	border-top: 1px rgba(255,255,255,0.2) solid;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	text-align: center;
	position: relative
}

.copyright a {
	color: rgba(255,255,255,0.5)
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline
}

.copyright .a-1 {
	margin: 0 10px
}

.copyright .span-1 {
	display: inline-block;
	margin: 0 10px
}

@media screen and (max-width:1520px) {
	.header .logo {
		left: 15px
	}

	.header .other {
		right: 15px
	}

	.nav {
		padding: 0 160px 0 180px
	}

	.nav li>a {
		font-size: 14px;
		padding: 0 10px
	}
}

@media screen and (max-width:1359px) {
	.header .logo {
		position: static
	}

	.home-yfysc {
		padding-bottom: 60px
	}

	.home-yfysc .home-title {
		position: static;
		text-align: center
	}

	.home-yfysc .mapChina {
		display: none
	}

	.home-yfysc .conTabs .item {
		position: static
	}

	.home-yfysc .lines {
		display: none
	}

	.home-yfysc .menuTabs {
		overflow: hidden;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 50px
	}

	.home-yfysc .menuTabs .area {
		width: 16.66666667%;
		float: left;
		text-align: center;
		padding: 0 10px;
		position: static;
		top: auto;
		left: 0
	}

	.home-yfysc .menuTabs .area .dot {
		display: none
	}

	.home-yfysc .menuTabs .area .circle {
		display: none
	}

	.home-yfysc .menuTabs .area .name {
		position: static;
		text-align: center;
		font-size: 18px;
		color: #fff;
		background: #017cc4;
		display: block;
		width: 100% !important;
		padding: 5px 0
	}

	.home-yfysc .menuTabs .active .name {
		background: #71bf47
	}

	.home-yfysc .conTabs {
		width: 100%;
		max-width: 100%;
		position: static;
		margin: 50px 0 0 0
	}

	.home-yfysc .conTabs .item {
		display: none
	}

	.home-yfysc .conTabs .slick-slide {
		padding: 0 5px
	}

	.home-yfysc .conTabs .show {
		display: block
	}

	.home-yfysc .conTabs .slick-dots {
		bottom: -30px
	}
}

@media screen and (max-width:1279px) {

	.header .other {
		display: none
	}

	.navPhoneBtn {
		display: block
	}

	.nav {
		display: none
	}
	
	.home-about .title-1 {
		font-size: 16px
	}

	.home-about .title-2 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.home-about .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px
	}

	.home-solution .tabs {
		padding-bottom: 30px
	}

	.home-solution .menuTabs {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.home-solution .menuTabs .titleBig {
		font-size: 24px
	}

	.home-solution .menuTabs .list .box {
		font-size: 18px
	}

	.home-solution .conTabs {
		min-height: auto
	}

	.home-solution .conTabs .info {
		font-size: 20px;
		line-height: 30px
	}

	.footer .menu {
		display: none
	}

	.footer .footer-contact {
		width: 100%;
		text-align: left
	}

	.footer .footer-contact .tel {
		padding-left: 60px;
		padding-right: 0
	}

	.footer .footer-contact .tel .icon {
		left: 0
	}

	.footer .footer-contact .p-3 {
		padding-left: 60px;
		padding-right: 0
	}

	.footer .footer-contact .p-3 .iconfont {
		left: 0
	}

	.footer .footer-contact .share {
		padding-left: 60px
	}
}

@media screen and (max-width:1023px) {
	.banner .slick-dots {
		bottom: 10px
	}

	.banner .slick-dots li {
		width: 18px;
		height: 18px
	}

	.banner .pc {
		display: none
	}

	.banner .mobile {
		display: block;
		position: relative
	}

	.banner .mobile:after {
		content: "";
		display: block;
		padding-top: 57.37704918%
	}

	.banner .text .title {
		font-size: 18px
	}

	.banner .text .more {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 5px
	}

	.banner .text .play {
		width: 30px;
		height: 30px;
		margin: 0 5px;
		-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
		box-shadow: 0 0 0 3px rgba(255,255,255,0.3)
	}

	.banner .text .play img {
		width: 8px
	}

	.top-header .top {
		display: none
	}

	.header {
		padding: 5px 0
	}

	.header .logo {
		height: 40px
	}

	.home-title .title {
		font-size: 24px
	}

	.home-title .info {
		font-size: 14px
	}

	.home-about {
		padding: 40px 0
	}

	.home-about .video:after {
		display: none
	}

	.home-about .left {
		width: 100%
	}

	.home-about .right {
		width: 100%;
		padding: 0
	}

	.home-about .text {
		padding: 20px 0
	}

	.home-about .video .btn {
		width: 80px;
		height: 80px
	}

	.home-about .video .btn:before {
		width: 80px;
		height: 80px
	}

	.home-about .video .btn:after {
		width: 80px;
		height: 80px
	}

	.home-about .video .btn span {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.home-about .video .btn .iconfont {
		font-size: 20px
	}

	.home-solution {
		padding-top: 0
	}

	.home-solution .menuTabs {
		width: 100%;
		max-width: 100%;
		padding: 10px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-top: -20px
	}

	.home-solution .menuTabs .titleBig {
		font-size: 24px;
		margin-bottom: 0
	}

	.home-solution .menuTabs .list {
		margin-bottom: 10px
	}

	.home-solution .menuTabs .list li {
		width: 50%;
		float: left
	}

	.home-solution .menuTabs .list .box {
		font-size: 14px;
		height: 24px;
		line-height: 24px
	}

	.home-solution .menuTabs .moreBtn a,.home-solution .menuTabs .moreBtn span {
		min-width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px
	}

	.home-solution .conTabs {
		width: 100%;
		min-height: auto
	}

	.home-solution .conTabs .title {
		font-size: 12px
	}

	.home-solution .conTabs .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px
	}

	.home-solution .conTabs .moreBtn a,.home-solution .conTabs .moreBtn span {
		min-width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px
	}

	.home-product {
		padding: 40px 0 20px 0
	}

	.home-product .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.home-product .list li {
		width: 33.33333333%;
		padding: 0 10px 20px 10px
	}

	.home-product .list .pic {
		width: 56px;
		height: 56px
	}

	.home-product .list .pic img {
		max-width: 40px
	}

	.home-product .list .text {
		padding: 35px 10px 25px 10px
	}

	.home-product .list .text .title {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px
	}

	.home-product .list .more a,.home-product .list .more span {
		font-size: 14px
	}

	.home-yfysc {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.home-yfysc .menuTabs {
		margin-top: 30px
	}

	.home-yfysc .menuTabs {
		margin-left: -2px;
		margin-right: -2px
	}

	.home-yfysc .menuTabs .area {
		width:;
		font-size: 14px;
		padding: 0 2px
	}

	.home-yfysc .conTabs {
		margin-top: 30px
	}

	.home-news {
		padding: 40px 0 20px 0
	}

	.home-news .nr {
		margin-top: 30px
	}

	.home-news .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.home-news .list li {
		width: 50%;
		padding: 0 5px 10px 5px
	}

	.home-news .list .box {
		padding: 10px
	}

	.home-news .list .date {
		width: auto;
		min-width: auto;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		right: 10px
	}

	.home-news .list .text {
		padding: 20px 0 0 0
	}

	.home-news .list .source {
		font-size: 12px
	}

	.home-news .list .title {
		font-size: 14px;
		line-height: 24px;
		height: 48px
	}

	.home-news .list .more a,.home-news .list .more span {
		font-size: 12px
	}

	.home-messge-partner {
		padding-bottom: 40px
	}

	.home-messge-partner .container {
		display: block
	}

	.home-messge-partner .left {
		width: 100%;
		padding: 0
	}

	.home-messge-partner .right {
		width: 100%;
		padding: 0
	}

	.home-message {
		padding: 20px 20px;
		margin-bottom: 20px
	}

	.home-message .titleBig {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.home-message .titleBig:before {
		top: 14px;
		background-size: 80%
	}

	.home-message .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-right: 0
	}
	
	.home-message .xz-zixun {
		padding: 0 20px;
		height: 44px;
		line-height: 40px;
		font-size: 14px;
	}	

	.home-message .form-input {
		height: 44px;
		line-height: 40px;
		padding: 0 100px 0 20px;
		font-size: 14px
	}

	.home-message .submit {
		width: 80px;
		height: 38px;
		line-height: 38px;
		top: 3px;
		right: 3px
	}

	.home-partner {
		padding: 20px 20px 0 20px
	}

	.home-partner .titleBig {
		font-size: 24px
	}

	.home-partner .list li {
		padding: 0 5px 10px 5px
	}

	.home-partner .list .box {
		padding: 0
	}

	.home-partner .list .pic {
		border: none
	}

	.home-partner .slick-prev,.home-partner .slick-next {
		width: 22px;
		height: 22px
	}

	.footer .contact-menu {
		padding-bottom: 20px
	}

	.footer .menu {
		display: none
	}

	.footer .footer-contact {
		width: 100%;
		text-align: left;
		display: block
	}

	.footer .footer-contact .lxfs {
		margin-bottom: 20px
	}

	.footer .friendShip {
		font-size: 12px
	}

	.copyright {
		font-size: 14px;
		line-height: 24px
	}
}

.pxyfz {
	padding: 100px 0
}

.pxyfz .container {
	max-width: 1300px;
	margin: auto
}

.pxyfz .nr {
	margin-top: 50px
}

.pxyfz .list li {
	padding-bottom: 40px
}

.pxyfz .list .box {
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
	background: #1383ce;
	position: relative;
	z-index: 1
}

.pxyfz .list .box:before {
	content: "";
	display: block;
	background: linear-gradient(73deg, #1383ce, #25f250);
	opacity: .76;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0
}

.pxyfz .list .txt {
	font-size: 14px;
	opacity: .6;
	color: #fff;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 5px;
	position: absolute;
	right: 0;
	top: 50px;
	right: 25px
}

.pxyfz .list .pic {
	width: 50%;
	max-width: 640px;
	overflow: hidden;
	position: relative
}

.pxyfz .list .pic:after {
	content: "";
	display: block;
	padding-top: 66.40625%
}

.pxyfz .list .pic img {
	/*width: 100%;*/
	-webkit-transition: all .5s;
	transition: all .5s
}

.pxyfz .list .text {
	padding: 0 70px;
	background: #fff;
	width: 70%;
	max-width: 740px;
	height: 330px;
	padding-top: 45px;
	position: absolute;
	right: 90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pxyfz .list .logo {
	position: absolute;
	bottom: -10px;
	right: 80px
}

.pxyfz .list .line {
	width: 66px;
	height: 2px;
	background: #fff;
	position: absolute
}

.pxyfz .list .line:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #1383ce;
	position: absolute;
	left: 0;
	top: 0
}

.pxyfz .list .line-1 {
	left: -33px;
	top: 30px
}

.pxyfz .list .line-1:before {
	left: auto;
	right: 0
}

.pxyfz .list .line-2 {
	right: -33px;
	bottom: 17px
}

.pxyfz .list .title {
	font-size: 30px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
	color: #333;
	margin-bottom: 10px
}

.pxyfz .list .info {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
    overflow:hidden;
	margin-bottom: 40px
}

.pxyfz .list .more a,.pxyfz .list .more span {
	overflow: hidden;
	display: inline-block;
	min-width: 160px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 1
}

.pxyfz .list .more a:before,.pxyfz .list .more span:before {
	content: "";
	display: block;
	background: linear-gradient(73deg, #1383ce, #25f250);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}

.pxyfz .list .box:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.pxyfz .list li:nth-child(2n) .pic {
	float: right
}

.pxyfz .list li:nth-child(2n) .text {
	right: auto;
	left: 90px;
	text-align: right
}

.pxyfz .list li:nth-child(2n) .logo {
	right: auto;
	left: 80px
}

.pxyfz .list li:nth-child(2n) .line-1 {
	left: auto;
	right: -33px
}

.pxyfz .list li:nth-child(2n) .line-1:before {
	right: auto;
	left: 0
}

.pxyfz .list li:nth-child(2n) .line-2 {
	right: auto;
	left: -33px
}

.pxyfz .list li:nth-child(2n) .line-2:before {
	left: auto;
	right: 0
}

.pxyfz .picBig {
	text-align: center;
	padding-top: 40px
}

@media screen and (max-width:1023px) {
	.pxyfz {
		padding: 40px 0
	}

	.pxyfz .nr {
		margin-top: 30px
	}

	.pxyfz .list li {
		padding-bottom: 20px
	}

	.pxyfz .list .line {
		display: none
	}

	.pxyfz .list .box {
		padding-bottom: 2px
	}

	.pxyfz .list .pic {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both
	}

	.pxyfz .list .text {
		clear: both;
		text-align: left !important;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 20px 0;
		position: relative;
		left: auto !important;
		top: auto !important;
		right: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.pxyfz .list .title {
		font-size: 16px;
		margin-bottom: 0
	}

	.pxyfz .list .info {
		height: auto;
		font-size: 14px;
		margin-bottom: 10px
	}

	.pxyfz .list .more a,.pxyfz .list .more span {
		min-width: 120px;
		height: 30px;
		line-height: 30px
	}

	.pxyfz .list .logo {
		display: none
	}
}

.life {
	padding-top: 100px;
	padding-bottom: 100px
}

.life .container-2 {
	max-width: 1300px
}

.life .nr {
	margin-top: 60px
}

.life .list {
	margin-left: -7px;
	margin-right: -7px
}

.life .list img {
	vertical-align: middle;
	width: 100%
}

.life .list li {
	padding: 0 7px 14px 7px;
	width: 50%;
	float: left
}

.life .list .div-1 {
	padding: 0 7px 0 0;
	float: left;
	width: 50%
}

.life .list .div-1:nth-child(2) {
	padding-left: 7px;
	padding-right: 0
}

.life .list .li-2 {
	width: 50%
}

.life .list .box {
	display: block;
	position: relative
}

.life .list .title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 136px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*background: #00479d*/
	background: #71bf47;
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0
}

.life .list .title-2 {
	/*background: #00a1e9;*/
	background: #71bf47;
}

.life .list .title-3 {
	height: 100%;
	/*background: #facd00;*/
	background: #71bf47;
	color: #fff;
	font-size: 48px
}

@media screen and (max-width:1023px) {
	.life {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.life .nr {
		margin-top: 30px
	}

	.life .list li {
		padding: 0 5px 10px 5px
	}

	.life .list .div-1 {
		padding-right: 5px
	}

	.life .list .div-1:nth-child(2) {
		padding-left: 5px;
		padding-right: initial
	}

	.life .list .title {
		font-size: 16px;
		height: 80px;
		line-height: 24px
	}

	.life .list .title-3 {
		font-size: 24px
	}
}

@media screen and (max-width:768px) {
	.life .list li {
		width: 100%
	}

	.life .list .li-2 {
		width: 100%
	}

	.life .list .title {
		height: 70px
	}

	.life .list .title-3 {
		height: 100%
	}
}

.contact {
	padding-top: 100px
}

.contact .hd {
	background-color: #fbfbfb;
	padding: 25px 60px 20px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.contact .hd .text {
	float: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.contact .hd .titleBig {
	color: #017cc4;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px
}

.contact .hd .info {
	color: #333;
	font-size: 18px;
	line-height: 24px
}

.contact .hd .ewm {
	width: 130px;
	border: 1px #017cc4 solid;
	padding: 5px;
	float: right
}

.contact .hd .ewm img {
	vertical-align: middle
}

.contact .lxfs {
	padding: 100px 0;
	background: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1
}

.contact .lxfs .zhuangshi-1 {
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	left: -300px;
	top: 200px
}

.contact .lxfs .zhuangshi-2 {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	right: -200px;
	top: 150px
}

.contact .lxfs .list {
	padding: 0 15px
}

.contact .lxfs li {
	width: 33.33333333%;
	padding: 0 15px;
	float: left
}

.contact .lxfs li:last-child .box {
	border-right: none
}

.contact .lxfs .box {
	padding: 60px 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(180,202,224,0.44);
	box-shadow: 0 0 20px 0 rgba(180,202,224,0.44);
	border-radius: 10px
}

.contact .lxfs .pic {
	display: block;
	width: 114px;
	height: 114px;
	position: relative;
	margin: 0 auto 40px auto;
	-webkit-transition: all .5s;
	transition: all .5s
}

.contact .lxfs .circle {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background-color: #eff7ff;
	background: -webkit-gradient(linear, left top, right top, from(#f1f8ff), to(#fcfdff));
	background: linear-gradient(to right, #f1f8ff, #fcfdff);
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.contact .lxfs .circle:before,.contact .lxfs .circle:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute
}

.contact .lxfs .circle:before {
	background: #60a5e9;
	bottom: 0;
	left: 0
}

.contact .lxfs .circle:after {
	background-color: #fc6466;
	background: -webkit-gradient(linear, left top, right top, from(#fc6466), to(#fdaf69));
	background: linear-gradient(to right, #fc6466, #fdaf69);
	top: 30px;
	right: -12px
}

.contact .lxfs .title {
	color: #282828;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0
}

.contact .lxfs .info {
	font-size: 18px;
	color: rgba(40,40,40,0.8)
}

.contact .lxfs .info a {
	font-weight: 400;
	color: rgba(40,40,40,0.8)
}

.contact .lxfs .info a:hover {
	color: #017cc4;
	text-decoration: underline
}

.contact .lxfs .a-1 {
	color: #017cc4;
	font-weight: 700
}

.contact .lxfs li:nth-child(2) .circle:before {
	background: #78f6b3
}

.contact .lxfs .box:hover .pic {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.contact .lxfs .box:hover .pic .circle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media screen and (max-width:1279px) {
	.contact .hd .titleBig {
		font-size: 30px
	}

	.contact .hd .info {
		font-size: 14px
	}

	.contact .lxfs {
		padding: 80px 0;
		font-size: 14px
	}

	.contact .lxfs .list {
		padding: 0;
		margin-left: -10px;
		margin-right: -10px
	}

	.contact .lxfs li {
		padding: 0 10px
	}

	.contact .lxfs .title {
		font-size: 18px
	}

	.contact .lxfs .info {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.contact {
		padding-top: 30px
	}

	.contact .hd {
		padding: 20px 20px
	}

	.contact .hd .text {
		padding: 0
	}

	.contact .hd .titleBig {
		font-size: 20px;
		margin-bottom: 0
	}

	.contact .lxfs {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.contact .lxfs .circle {
		width: 60px;
		height: 60px
	}

	.contact .lxfs .circle:before,.contact .lxfs .circle:after {
		width: 5px;
		height: 5px
	}

	.contact .lxfs .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.contact .lxfs .list li {
		width: 50%;
		padding: 0 5px 10px 5px
	}

	.contact .lxfs .list li .box {
		padding: 20px 0;
		border: none
	}

	.contact .lxfs .list li .pic {
		width: 60px;
		height: 60px;
		margin-bottom: 10px
	}

	.contact .lxfs .list li .title {
		margin-bottom: 0
	}

	.contact .lxfs .list li .info {
		line-height: 21px;
		overflow: hidden
	}

	.contact .lxfs .list li:last-child {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.contact .hd {
		display: block
	}

	.contact .hd .text {
		padding: 0 0 20px 0
	}

	.contact .hd .ewm {
		float: left
	}

	.contact .lxfs .list .info {
		font-size: 14px
	}
}

.message {
	padding: 90px 0 100px 0;
	background: #f7f8fc;
	position: relative
}

.message #message {
	position: absolute;
	top: -100px
}

.message .titleBig {
	font-weight: 700;
	color: #333;
	font-size: 26px;
	margin-bottom: 40px
}

.message .list {
	position: relative
}

.message li {
	width: 33.33333333%;
	float: left;
	padding: 0 6px 18px 6px;
	position: relative
}

.message .li-1 {
	width: 100%
}

.message .red {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 15px;
	color: #f00
}

.message .form-input,.message textarea {
	border: none;
	color: #333;
	vertical-align: middle;
	border: #d1d1d1 solid 1px;
	padding: 0 30px;
	height: 50px;
	line-height: 48px
}

.message .form-input {
	width: 100%;
	float: left
}

.message .form-input:focus {
	border: #017cc4 solid 1px
}

.message textarea {
	width: 100%;
	min-height: 140px
}

.message textarea:focus {
	border: #017cc4 solid 1px
}

.message .btn {
	padding-top: 18px;
	width: 100%
}

.message .submit,.message .reset,.message .email {
	font-size: 16px;
	width: 33.3333333%;
	display: inline-block;
	max-width: 200px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	color: #666;
	margin-right: 20px;
	background: #ddd;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent
}

.message .submit .icon,.message .reset .icon,.message .email .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	font-size: 0
}

.message .submit:hover,.message .reset:hover,.message .email:hover {
	background: #017cc4;
	color: #fff
}

.message .reset {
	color: #666
}

.message .email {
	font-size: 20px;
    display:none;
}

.message .email:hover {
	background: #e8e8e8;
	color: #333
}

@media screen and (max-width:1023px) {
	.message {
		padding: 40px 0
	}

	.message .titleBig {
		font-size: 24px;
		margin-bottom: 10px
	}

	.message .list {
		margin: auto
	}

	.message li {
		width: 100%;
		padding: 0 0 5px 0
	}

	.message .form-input {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		padding: 0 10px 0 20px
	}

	.message textarea {
		font-size: 14px;
		padding: 0 10px 0 20px
	}

	.message .red {
		top: 8px;
		left: 10px
	}

	.message .btn {
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.message .submit,.message .reset,.message .email {
		font-size: 14px;
		margin: auto 5px;
		height: 40px;
		line-height: 40px
	}
}

#allmap {
	width: 100%;
	height: 580px
}

#allmap img {
	max-width: inherit;
	max-height: inherit
}

#allmap .anchorBL {
	display: none
}

@media screen and (max-width:1023px) {
	#allmap {
		height: 300px
	}
}

.hchx .fwys {
	padding-top: 100px;
	padding-bottom: 140px
}

.hchx .fwys .titleBig {
	text-align: center;
	font-size: 36px;
	color: #393939;
	font-weight: 700;
	line-height: 1
}

.hchx .fwys .titleBig .num {
	color: #71bf47;
	font-size: 65px;
	font-family: BasiliaT-Bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}

.hchx .fwys .nr {
	margin-top: 50px;
	padding: 0 40px
}

.hchx .fwys .tabs {
	position: relative
}

.hchx .fwys .conTabs {
	position: relative
}

.hchx .fwys .pic {
	width: 60%;
	float: left;
	max-width: 820px;
	position: relative
}

.hchx .fwys .pic:after {
	content:
}

.hchx .fwys .pic img {
	vertical-align: middle
}

.hchx .fwys .text {
	width: 40%;
	width: calc(40% + 120px);
	float: right;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.03);
	box-shadow: 0 5px 10px rgba(0,0,0,0.03);
	position: relative;
	margin-left: -120px;
	padding: 40px 60px 150px 60px;
	position: absolute;
	bottom: 0;
	right: 0
}

.hchx .fwys .text .title {
	height: 80px;
	 
	position: relative;
	margin-bottom: 30px
}

.hchx .fwys .text .title .num {
	bottom: 0;
	left: 0;
	color: #017cc4;
	font-size: 80px;
	width: 90px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	font-family: "DINPro-Regular"
}

.hchx .fwys .text .title .num:before {
	top: 0;
	right: 10px;
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	border-left: solid 1px #017cc4
}

.hchx .fwys .text .title .num:after {
	bottom: -10px;
	left: 7px;
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	border-left: solid 1px #017cc4
}

.hchx .fwys .text .title .cn {
	color: #333;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5
}

.hchx .fwys .text .title .en {
	color: #595959;
	font-size: 18px;
	line-height: 1.5
}

.hchx .fwys .text .info {
	color: #666;
	font-size: 20px;
	line-height: 25px;
	height: 125px;
	overflow: hidden
}

.hchx .fwys .text .p-1 {
	line-height: 25px;
	height: 100px;
	overflow: hidden;

	padding-left: 20px;
	margin-bottom: 25px;
	position: relative
}

.hchx .fwys .text .p-1:before {
	content: "";
	top: 5px;
	left: 0;
	width: 6px;
	height: 11px;
	position: absolute;
	background: url(../images/icon/arrow-right-1.png) no-repeat top left
}

.hchx .fwys .text .p-1:last-child {
	margin-bottom: 0
}

.hchx .fwys .conTabs .item {
	display: none
}

.hchx .fwys .menuTabs {
	padding: 0 60px 0 60px;
	width: 40%;
	width: calc(40% + 120px);
	clear: both;
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 50px
}

.hchx .fwys .menuTabs .list li {
	width: 33.33333333%;
	float: left;
	cursor: pointer;
	padding: 0 10px
}

.hchx .fwys .menuTabs .list span {
	display: block;
	height: 47px;
	line-height: 45px;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border: solid 1px #d9d9d9;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hchx .fwys .menuTabs .list span:hover {
	color: #fff;
	border-color: #017cc4;
	background: #017cc4
}

.hchx .fwys .menuTabs .list .active span {
	color: #fff;
	border-color: #017cc4;
	background: #017cc4
}

.hchx .fwnr {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	padding: 100px 0 50px 0
}

.hchx .fwnr .titleBig {
	color: #333;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	padding: 0 0 0 70px;
	position: relative;
	z-index: 1
}

.hchx .fwnr .titleBig:before {
	content: "";
	display: block;
	width: 230px;
	height: 140px;
	background: url(../images/hchx-fwnr-title-bg.png) no-repeat left center;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hchx .fwnr .titleBig span {
	position: relative
}

.hchx .fwnr .nr {
	margin-top: 60px
}

.hchx .fwnr .list {
	margin-left: -15px;
	margin-right: -15px
}

.hchx .fwnr .list li {
	width: 25%;
	float: left;
	padding: 0 15px 30px 15px
}

.hchx .fwnr .list .box {
	display: block;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 40px
}

.hchx .fwnr .list .pic {
	display: inline-block;
	width: 26px;
	height: 30px;
	background: #fff;
	position: relative
}

.hchx .fwnr .list .pic img {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.hchx .fwnr .list .text {
	color: #017cc4;
	font-size: 18px;
	line-height: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 14px;
	font-weight: bold;
	min-height: 60px
}

.hchx .scly {
	padding-top: 100px;
	padding-bottom: 80px
}

.hchx .scly .nr {
	margin-top: 30px
}

.hchx .scly .pic {
	text-align: center
}

.hchx .cdsb .hd {
	background-color: #294b5f;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 80px 0;
	color: #fff
}

.hchx .cdsb .hd .titleBig {
	width: 25%;
	float: left;
	font-size: 42px;
	line-height: 54px;
	font-weight: 700;
	padding-left: 120px;
	position: relative
}

.hchx .cdsb .hd .titleBig .icon {
	position: absolute;
	top: 0;
	left: 0
}

.hchx .cdsb .hd .list {
	width: 75%;
	float: left
}

.hchx .cdsb .hd .list li {
	display: inline-block;
	min-width: 50%;
	float: left;
	font-size: 16px;
	line-height: 32px
}

.hchx .cdsb .bd {
	padding: 100px 0
}

.hchx .cdsb .bd .slick-list {
	padding: 10px
}

.hchx .cdsb .bd .list {
	padding: 0 25px
}

.hchx .cdsb .bd .list li {
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center
}

.hchx .cdsb .bd .list .box {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	border-radius: 5px;
	overflow: hidden;
	margin: auto
}

.hchx .cdsb .bd .list .pic {
	overflow: hidden;
	position: relative
}

.hchx .cdsb .bd .list .pic:after {
	content: "";
	display: block;
	padding-top: 86.66666667%
}

.hchx .cdsb .bd .list .pic img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hchx .cdsb .bd .list .title {
	color: #2b2b2b;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hchx .cdsb .bd .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.hchx .cdsb .slick-prev,.hchx .cdsb .slick-next {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background: #dadee0;
	z-index: 9
}

.hchx .cdsb .slick-prev:before,.hchx .cdsb .slick-next:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1
}

.hchx .cdsb .slick-prev {
	left: 0
}

.hchx .cdsb .slick-prev:before {
	content: "\e608"
}

.hchx .cdsb .slick-prev:hover {
	border-color: #017cc4
}

.hchx .cdsb .slick-next {
	right: 0
}

.hchx .cdsb .slick-next:before {
	content: "\e609"
}

.hchx .cdsb .slick-next:hover {
	border-color: #017cc4
}

@media screen and (max-width:1279px) {
	.hchx .fwys {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.hchx .fwys .titleBig {
		font-size: 30px
	}

	.hchx .fwys .nr {
		margin-top: 30px;
		padding: 0
	}

	.hchx .fwys .menuTabs {
		padding: 0;
		position: static;
		text-align: center;
		width: 100%;
		font-size: 0
	}

	.hchx .fwys .menuTabs .list li {
		display: inline-block;
		width: auto;
		float: none
	}

	.hchx .fwys .menuTabs .list span {
		font-size: 14px;
		line-height: 38px;
		height: 40px;
		min-width: 120px
	}

	.hchx .fwys .conTabs {
		margin-top: 50px
	}

	.hchx .fwys .item {
		background: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.03);
		box-shadow: 0 5px 10px rgba(0,0,0,0.03)
	}

	.hchx .fwys .pic {
		width: 50%
	}

	.hchx .fwys .text {
		width: 50%;
		margin-left: 0;
		padding: 20px 20px;
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.hchx .fwys .text .title {
		height: 60px;
		padding-left: 80px
	}

	.hchx .fwys .text .title .num {
		font-size: 60px;
		width: 60px;
		height: 60px;
		line-height: 60px
	}

	.hchx .fwys .text .title .cn {
		font-size: 24px
	}

	.hchx .fwys .text .title .en {
		font-size: 14px
	}

	.hchx .fwys .text .info {
		height: auto
	}

	.hchx .fwnr .titleBig {
		font-size: 24px
	}

	.hchx .fwnr .list .box {
		padding: 20px 20px
	}

	.hchx .fwnr .list .text {
		font-size: 14px;
		line-height: 24px
	}

	.hchx .cdsb .hd .titleBig {
		font-size: 24px;
		padding-left: 80px
	}

	.hchx .cdsb .hd .list li {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.hchx .fwys {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.hchx .fwys .titleBig {
		font-size: 24px
	}

	.hchx .fwys .titleBig .num {
		font-size: 50px
	}

	.hchx .fwys .menuTabs .list li {
		padding: 0 5px
	}

	.hchx .fwys .menuTabs .list span {
		min-width: 100px
	}

	.hchx .fwys .pic {
		width: 100%
	}

	.hchx .fwys .text {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}

	.hchx .fwys .text .p-1 {
		height: auto;
		text-overflow: initial;
		-webkit-line-clamp: initial
	}

	.hchx .fwys .conTabs {
		margin-top: 30px
	}

	.hchx .fwnr {
		padding: 40px 0
	}

	.hchx .fwnr .titleBig {
		padding-left: 50px
	}

	.hchx .fwnr .titleBig:before {
		background-size: 60%;
		left: 0
	}

	.hchx .fwnr .nr {
		margin-top: 30px
	}

	.hchx .fwnr .list {
		margin: auto
	}

	.hchx .fwnr .list li {
		width: 100%;
		padding: 0 0 10px 0
	}

	.hchx .fwnr .list .text {
		min-height: auto
	}

	.hchx .scly {
		padding: 40px 0
	}

	.hchx .cdsb .hd {
		padding: 40px 0
	}

	.hchx .cdsb .hd .titleBig {
		width: 100%;
		padding-left: 40px;
		line-height: 1
	}

	.hchx .cdsb .hd .titleBig .icon {
		width: 32px
	}

	.hchx .cdsb .hd .list {
		width: 100%;
		margin-top: 20px
	}

	.hchx .cdsb .hd .list li {
		line-height: 24px
	}

	.hchx .cdsb .bd {
		padding: 40px 0
	}

	.hchx .cdsb .bd .list .title {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

.yly .jieshao {
	padding: 130px 0
}

.yly .jieshao .left {
	width: 50%;
	float: left
}

.yly .jieshao .video {
	display: inline-block;
	cursor: pointer;
	position: relative
}

.yly .jieshao .video:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -20px;
	bottom: -20px;
	background: rgba(0,255,144,0.05);
	z-index: 0
}

.yly .jieshao .video img {
	position: relative;
	z-index: 1;
	vertical-align: middle
}

.yly .jieshao .video .btn {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	background: #70be45;
	display: block;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    display:none;
}

.yly .jieshao .video .iconfont {
	color: #fff;
	font-size: 28px
}

.yly .jieshao .video .videoBox {
	display: none
}

.yly .jieshao .right {
	width: 50%;
	float: left;
	padding-left: 60px
}

.yly .jieshao .title {
	font-weight: 700;
	color: #273353;
	font-size: 40px
}

.yly .jieshao .info {
	color: #666;
	font-size: 16px;
	line-height: 26px
}

.yly .jieshao .td {
	color: #13254a;
	font-size: 20px;
	margin-top: 40px
}

.yly .jieshao .td li {
	padding-bottom: 15px
}

.yly .jieshao .td li:last-child {
	padding-bottom: 0
}

.yly .jieshao .td .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 64px;
	position: relative
}

.yly .jieshao .td .box .pic {
	display: inline-block;
	width: 64px;
	vertical-align: middle
}

.yly .jieshao .td .box .pic img {
	float: left
}

.yly .jieshao .td .box .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px
}

.yly .yyyj {
	padding: 130px 0;
	background: #f1f8fe
}

.yly .yyyj .inside-title {
	text-align: left;
	position: relative
}

.yly .yyyj .inside-title .icon {
	position: absolute;
	left: -50px;
	top: -60px
}

.yly .yyyj .nr {
	margin-top: 50px
}

.yly .yyyj .list {
	margin-left: -25px;
	margin-right: -25px
}

.yly .yyyj .list li {
	width: 50%;
	float: left;
	padding: 0 25px 35px 25px
}

.yly .yyyj .list .box {
	padding: 15px 0;
	border: 1px #ebebeb solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.yly .yyyj .list .num {
	display: block;
	width: 125px;
	font-size: 38px;
	color: #273353;
	text-align: center;
	position: relative
}

.yly .yyyj .list .num:before {
	content: "";
	display: block;
	width: 45px;
	height: 3px;
	background: #71bf47;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.yly .yyyj .list .num:after {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #dddada;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.yly .yyyj .list .title {
	color: #7a7a7a;
	font-size: 22px;
	line-height: 32px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 35px
}

.yly .yyyj .list .box:hover {
	background-color: #73cdfe;
	/*background: linear-gradient(134deg, #73cdfe, #69ffd3);*/
	background: #71bf47;
	color: #fff;
	border-color: #f1f8fe
}

.yly .yyyj .list .box:hover .title {
	color: #fff
}

.yly .yyyj .list .box:hover .num {
	color: #fff
}

.yly .yyyj .list .box:hover .num:before {
	background: #fff
}

.yly .yyyj .list .box:hover .num:after {
	background: #fff
}

.yly .hcjs {
	padding: 100px 0
}

.yly .hcjs .inside-title .title-2:after {
	background: #666
}

.yly .hcjs .nr {
	margin-top: 50px
}

.yly .hcjs .list {
	margin-left: -12px;
	margin-right: -12px
}

.yly .hcjs .list li {
	width: 14.28571429%;
	float: left;
	text-align: center;
	padding: 0 12px
}

.yly .hcjs .list .box {
	display: block;
	border-radius: 5px;
	padding: 35px 0 45px 0;
	-webkit-box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	-webkit-transition: all .5s;
	transition: all .5s
}

.yly .hcjs .list .pic {
	width: 75px;
	height: 75px;
	margin: auto auto 25px auto;
	position: relative
}

.yly .hcjs .list .title {
	color: #333;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.yly .hcjs .list .box:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

@media screen and (max-width:1279px) {
	.yly .jieshao {
		padding: 40px 0
	}

	.yly .jieshao .right {
		padding-left: 30px
	}

	.yly .jieshao .title {
		font-size: 24px
	}

	.yly .jieshao .info {
		font-size: 14px;
		line-height: 24px
	}

	.yly .jieshao .td {
		font-size: 14px;
		margin-top: 10px
	}

	.yly .jieshao .td li {
		padding-bottom: 0
	}

	.yly .jieshao .td .box {
		line-height: 40px
	}

	.yly .jieshao .td .box .pic {
		width: 40px
	}

	.yly .yyyj {
		padding: 80px 0 40px 0
	}

	.yly .yyyj .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.yly .yyyj .list li {
		padding: 0 10px 20px 10px
	}

	.yly .yyyj .list .num {
		width: 90px
	}

	.yly .yyyj .list .title {
		font-size: 18px;
		padding-left: 20px
	}

	.yly .hcjs {
		padding: 40px 0
	}

	.yly .hcjs .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.yly .hcjs .list li {
		padding: 0 5px
	}

	.yly .hcjs .list .box {
		padding: 20px 0
	}

	.yly .hcjs .list .pic {
		margin-bottom: 10px
	}

	.yly .hcjs .list .title {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.yly .jieshao .left {
		width: 100%
	}

	.yly .jieshao .left .video:after {
		display: none
	}

	.yly .jieshao .left .video .btn {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.yly .jieshao .left .video .iconfont {
		font-size: 20px
	}

	.yly .jieshao .right {
		width: 100%;
		padding: 20px 0 0 0
	}

	.yly .jieshao .td {
		margin-top: 15px
	}

	.yly .yyyj {
		padding: 80px 0 40px 0
	}

	.yly .yyyj .inside-title .icon {
		left: 0;
		top: -35px;
		width: 25px
	}

	.yly .yyyj .nr {
		margin-top: 30px
	}

	.yly .yyyj .list {
		margin-left: 0;
		margin-right: 0
	}

	.yly .yyyj .list li {
		width: 100%;
		padding: 0 0 10px 0
	}

	.yly .yyyj .list .num {
		width: 70px;
		font-size: 20px;
		line-height: 40px
	}

	.yly .yyyj .list .num:before {
		height: 2px;
		bottom: 0;
		width: 40px
	}

	.yly .yyyj .list .title {
		font-size: 14px;
		line-height: 24px;
		padding-left: 20px
	}

	.yly .hcjs {
		padding: 40px 0
	}

	.yly .hcjs .nr {
		margin-top: 30px
	}

	.yly .hcjs .list {
		margin-left: -5px;
		margin-right: -5px
	}

	.yly .hcjs .list li {
		width: 33.33333333%;
		padding: 0 5px 10px 5px
	}

	.yly .hcjs .list .box {
		padding: 20px 0 10px 0
	}

	.yly .hcjs .list .pic {
		width: 45px;
		height: 45px;
		margin-bottom: 5px
	}

	.yly .hcjs .list .title {
		font-size: 14px
	}
}

.zjgy {
	padding: 100px 0 120px 0;
	background-color: #f6fefe;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

.zjgy img {
	vertical-align: middle
}

.zjgy .container {
	max-width: 1200px
}

.zjgy .list li {
	clear: both;
	margin-bottom: 40px
}

.zjgy .list .box {
	overflow: hidden
}

.zjgy .list .text {
	width: 50%;
	max-width: 520px;
	float: left;
	padding: 60px 30px 0 0
}

.zjgy .list .num {
	color: #7a7a7a;
	font-size: 24px;
	font-weight: 700;
	line-height: 2
}

.zjgy .list .title {
	color: #141414;
	font-size: 38px;
	font-weight: 700;
	line-height: 62px;
	margin-bottom: 10px
}

.zjgy .list .info {
	font-size: 16px
}

.zjgy .list .pic {
	width: 50%;
	max-width: 520px;
	float: right;
	text-align: right;
	position: relative
}

.zjgy .list .pic .line {
	margin: auto;
	position: absolute;
	bottom: 55px;
	left: -165px
}

.zjgy .list .li-1 .text {
	max-width: 360px
}

.zjgy .list .li-2 .pic {
	float: left;
	text-align: left
}

.zjgy .list .li-2 .text {
	float: right;
	text-align: right;
	padding-left: 20px
}

.zjgy .list .li-3 {
	padding-bottom: 90px;
	position: relative
}

.zjgy .list .li-3 .pic {
	top: -300px;
	position: absolute;
	right: 0
}

.zjgy .list .li-4 {
	width: 100%;
	text-align: center
}

.zjgy .list .li-4 .pic {
	margin-top: 40px;
	width: 100%;
	max-width: 100%
}

.zjgy .list .li-4 .text {
	width: 100%;
	max-width: 100%
}

@media screen and (max-width:1279px) {
	.zjgy {
		padding: 40px 0
	}

	.zjgy .list .pic {
		max-width: 450px
	}

	.zjgy .list .pic .line {
		display: none
	}

	.zjgy .list .title {
		font-size: 24px;
		line-height: 1.5
	}

	.zjgy .list .info {
		font-size: 14px;
		line-height: 24px
	}

	.zjgy .list .li-3 .pic {
		top: -250px
	}
}

@media screen and (max-width:1023px) {
	.zjgy .list li {
		padding: 0 0 20px 0 !important;
		margin-bottom: 20px !important;
		border-bottom: 1px #eee solid
	}

	.zjgy .list .pic {
		width: 100%;
		max-width: 100%;
		text-align: center !important;
		margin-top: 20px !important
	}

	.zjgy .list .text {
		width: 100%;
		max-width: 100%;
		padding: 0 !important;
		text-align: center !important
	}

	.zjgy .list .title {
		font-size: 18px;
		margin-bottom: 5px
	}

	.zjgy .list .title>div {
		display: inline
	}

	.zjgy .list .info {
		font-size: 14px;
		line-height: 24px
	}

	.zjgy .list .num {
		font-size: 14px
	}

	.zjgy .list .li-3 .pic {
		position: static
	}
}

.yfzx {
	position: relative
}

.yfzx #yfzx2,.yfzx .yfzx1 {
	position: absolute;
	top: -130px
}

.yfzx .hd {
	background-color: #012f66;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding: 5vw 0
}

.yfzx .hd .titleBig {
	position: relative;
	font-size: 48px;
	font-weight: 700
}

.yfzx .hd .en {
	opacity: .08;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.yfzx .list {
	position: relative;
	margin-top: -60px
}

.yfzx .list li {
	position: relative;
	padding-bottom: 100px
}

.yfzx .list li:last-child {
	padding-bottom: 0
}

.yfzx .list li:first-child .text {
	padding-top: 120px
}

.yfzx .list .box {
	overflow: hidden
}

.yfzx .list .text {
	width: 45%;
	float: left;
	padding: 70px 50px 0 50px
}

.yfzx .list .pics {
	width: 55%;
	float: right;
	max-width: 770px
}

.yfzx .list .pic {
	position: relative
}

.yfzx .list .pic img {
	width: 100%
}

.yfzx .list .pic:after {
	content: "";
	display: block;
	padding-top: 66.23376623%
}

.yfzx .list .title {
	color: #333;
	font-weight: 700;
	font-size: 30px;
	margin-top: 30px
}

.yfzx .list .info-1 {
	color: #666;
	font-size: 16px;
	margin-bottom: 20px
}

.yfzx .list .info-2 {
	color: #666;
	font-size: 18px;
	line-height: 32px
}

.yfzx .list li:nth-child(2n) .text {
	float: right
}

.yfzx .list li:nth-child(2n) .pics {
	float: left
}

.yfzx .slick-dots {
	bottom: 30px;
	font-size: 0;
	z-index: 999;
	overflow: initial;
	text-align: left;
	padding: 0 20px
}

.yfzx .slick-dots li {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	float: none;
	margin: auto;
	padding: 0
}

.yfzx .slick-dots li button {
	padding: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: auto;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.yfzx .slick-dots li button:before {
	display: none
}

.yfzx .slick-dots .slick-active button {
	background: #fff
}

@media screen and (max-width:1359px) {
	.yfzx .list {
		margin-top: 50px
	}

	.yfzx .list li {
		padding-bottom: 50px
	}

	.yfzx .list li:first-child .text {
		padding-top: 80px
	}

	.yfzx .list .text {
		padding-top: 20px !important
	}

	.yfzx .list .title {
		margin-top: 20px
	}
}

@media screen and (max-width:1279px) {
	.yfzx .list {
		margin-top: 50px
	}

	.yfzx .list li {
		padding-bottom: 50px
	}

	.yfzx .list li:first-child .text {
		padding-top: 80px
	}

	.yfzx .list .text {
		width: 100%;
		padding: 20px 0
	}

	.yfzx .list .title {
		font-size: 24px;
		margin-top: 20px
	}

	.yfzx .list .info-1 {
		font-size: 14px
	}

	.yfzx .list .info-2 {
		font-size: 14px
	}

	.yfzx .list .pics {
		width: 100%;
		max-width: 100%
	}
}

@media screen and (max-width:1023px) {
	.yfzx .hd .titleBig {
		font-size: 24px
	}

	.yfzx .hd .en {
		top: 0
	}

	.yfzx .list {
		margin-top: 30px
	}

	.yfzx .list li {
		padding-bottom: 30px
	}

	.yfzx .list .icon {
		height: 60px
	}

	.yfzx .list .title {
		margin-top: 10px
	}
}

.scjd {
	padding-top: 100px;
	position: relative
}

.scjd #scjdA-1,.scjd #scjdA-2,.scjd #scjdA-3,.scjd #scjdA-4,.scjd #scjdA-5 {
	position: absolute;
	top: -100px
}

.scjd #scjd {
	position: absolute;
	top: -100px
}

.scjd img {
	vertical-align: middle
}

.scjd .titleBig {
	color: #111;
	font-weight: 700;
	font-size: 48px;
	text-align: center
}

.scjd .bd {
	margin-top: 50px
}

.scjd .menuTabs {
	text-align: center
}

.scjd .menuTabs .list {
	font-size: 0
}

.scjd .menuTabs .list li {
	display: inline-block;
	padding: 0 5px
}

.scjd .menuTabs .list a {
	display: block;
	min-width: 190px;
	padding: 0 10px;
	background: #ebf0f5;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 44px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.scjd .menuTabs .list a:hover {
	background: #71bf47;
	color: #fff
}

.scjd .menuTabs .list .active a {
	background: #71bf47;
	color: #fff
}

.scjd .conTabs {
	background: #ebf0f5;
	padding: 90px 0 100px 0
}

.scjd .conTabs .item {
	position: relative
}

.scjd .conTabs .item .container-2 {
	display: none
}

.scjd .conTabs .show {
	display: block
}

.scjd .conTabs .show .container-2 {
	display: block
}

.scjd .conTabs .div-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px
}

.scjd .conTabs .div-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px
}

.scjd .conTabs .div-2>div {
	padding: 0 5px
}

.scjd .conTabs .text {
	width: 50%;
	float: left;
	line-height: 30px;
	padding: 0 50px 0 50px
}

.scjd .conTabs .title {
	color: #141414;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 15px
}

.scjd .conTabs .info-1 {
	color: #71bf47;
	font-size: 16px;
	margin-bottom: 15px
}

.scjd .conTabs .info-2 {
	font-size: 20px;
	margin-bottom: 15px
}

.scjd .conTabs .info-3 {
	font-size: 18px;
	margin-bottom: 30px
}

.scjd .conTabs .address {
	color: #7a7a7a;
	font-size: 16px
}

.scjd .conTabs .address .iconfont {
	color: #71bf47;
	font-size: 20px;
	margin-right: 5px
}

.scjd .conTabs .pic {
	width: 50%;
	max-width: 700px;
	float: left;
	text-align: right
}

.scjd .conTabs .pic img {
	width: 100%
}

@media screen and (max-width:1279px) {
	.scjd {
		padding-top: 40px
	}

	.scjd .bd {
		margin-top: 40px
	}

	.scjd .menuTabs .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.scjd .menuTabs .list li {
		width: 20%;
		padding: 0 10px;
		float: left
	}

	.scjd .menuTabs .list li a {
		min-width: auto
	}

	.scjd .conTabs {
		padding: 40px 0
	}

	.scjd .conTabs .div-1 {
		display: block;
		overflow: hidden;
		margin-bottom: 20px
	}

	.scjd .conTabs .text {
		width: 100%;
		padding: 20px 0
	}

	.scjd .conTabs .title {
		font-size: 24px;
		margin-bottom: 5px
	}

	.scjd .conTabs .info-1 {
		font-size: 14px;
		margin-bottom: 5px
	}

	.scjd .conTabs .info-2 {
		font-size: 14px
	}

	.scjd .conTabs .info-3 {
		font-size: 14px;
		margin-bottom: 10px
	}

	.scjd .conTabs .address {
		font-size: 14px
	}

	.scjd .conTabs .address .iconfont {
		font-size: 14px
	}

	.scjd .conTabs .pic {
		width: 100%;
		max-width: 100%
	}
}

@media screen and (max-width:1023px) {
	.scjd .titleBig {
		font-size: 24px
	}

	.scjd .bd {
		margin-top: 30px
	}

	.scjd .menuTabs .list {
		margin-left: -2px;
		margin-right: -2px
	}

	.scjd .menuTabs .list li {
		padding: 0 2px
	}

	.scjd .menuTabs .list a {
		font-size: 14px;
		padding: 0
	}

	.scjd .conTabs {
		padding: 10px 0 40px 0
	}
}

.aboutUs {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding: 100px 0
}

.aboutUs .titleBig {
	color: #273353;
	font-weight: 700;
	font-size: 42px;
	margin-bottom: 40px
}

.aboutUs .video {
	display: inline-block;
	cursor: pointer;
	position: relative
}

.aboutUs .video .click {
	border-radius: 20px;
	overflow: hidden
}

.aboutUs .video img {
	border-radius: 20px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.aboutUs .video .btn {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:none;
	margin: auto
}

.aboutUs .video .btn:before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	border-radius: 50%;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	opacity: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-animation: ripple 3s ease-out 0s infinite;
	animation: ripple 3s ease-out 0s infinite
}

.aboutUs .video .btn:after {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	border-radius: 50%;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-animation: ripple 5s ease-out 1s infinite;
	animation: ripple 5s ease-out 1s infinite
}

.aboutUs .video .btn span {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	color: #fff;
	background: linear-gradient(-29deg, #017cc4, #71be46);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.aboutUs .video .btn .iconfont {
	font-size: 28px
}

.aboutUs .video:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.aboutUs .video .videoBox {
	display: none
}

@media screen and (max-width:1279px) {
	.aboutUs {
		font-size: 14px;
		padding: 40px 0;
		line-height: 24px
	}

	.aboutUs .titleBig {
		font-size: 24px
	}
}

@media screen and (max-width:1279px) {
	.aboutUs .video .btn {
		width: 80px;
		height: 80px
	}

	.aboutUs .video .btn:before {
		width: 80px;
		height: 80px
	}

	.aboutUs .video .btn:after {
		width: 80px;
		height: 80px
	}

	.aboutUs .video .btn span {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.aboutUs .video .btn .iconfont {
		font-size: 20px
	}
}

.history {
	background-color: #f2f8fe;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 90px 0
}

.history .titleBig {
	color: #111;
	font-size: 40px;
	font-weight: 700;
	text-align: center
}

.history .nr {
	position: relative;
	margin-top: 90px
}

.history .conTabs .swiper-slide {
	width: 100%
}

.history .conTabs .pic {
	width: 40%;
	float: left;
	padding-left: 5%
}

/*.history .conTabs .pic img {
	width: 100%
}*/

.history .conTabs .pic span {
	display: block;
	max-width: 480px;
	position: relative
}

.history .conTabs .pic span:after {
	content: "";
	display: block;
	padding-top: 63.54166667%
}

.history .conTabs .text {
	width: 50%;
	float: right;
	padding: 90px 0 0 25px;
	position: relative
}

.history .conTabs .text .year {
	top: 20px;
	left: 100px;
	font-size: 200px;
	line-height: 1;
	font-family: "Roboto";
	color: transparent;
	opacity: .1;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
	position: absolute;
	left: -100px;
	top: 0
}

.history .conTabs .text .date {
	color: #333;
	font-size: 32px
}

.history .conTabs .text .title {
	color: #333;
	font-size: 25px
}

.history .conTabs .text .title span {
	display: inline-block;
	border-bottom: 1px #4fb337 solid
}

.history .conTabs .text .info {
	color: #75777b;
	font-size: 16px;
	line-height: 24px
}

.history .conTabs .text .info .span-1 {
	color: #71bf47
}

.history .conTabs .slick-active .pic {
	-webkit-animation: 500ms fadeInLeft2 linear;
	animation: 500ms fadeInLeft2 linear
}

.history .conTabs .slick-active .text {
	-webkit-animation: 500ms fadeInRight2 linear;
	animation: 500ms fadeInRight2 linear
}

.history .menuTabs {
	margin-top: 70px;
	position: relative
}

.history .menuTabs:before {
	content: "";
	width: 500%;
	height: 1px;
	border-bottom: 1px #e9e9e9 solid;
	position: absolute;
	left: -50%;
	top: 4px;
	margin: auto;
	display: block
}

.history .menuTabs .slick-list {
	padding: 4px 0 0 0
}

.history .menuTabs .date {
	font-size: 40px;
	text-align: center;
	color: #909090;
	font-size: 16px;
	height: 50px;
	line-height: 50px
}

.history .menuTabs .swiper-slide {
	width: 20%;
	float: left
}

.history .menuTabs .box {
	cursor: pointer;
	position: relative
}

.history .menuTabs .box:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #909090;
	margin: auto;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 0;
	right: 0
}

.history .menuTabs .box:after {
	content: "";
	display: block;
	margin: auto;
	background: #e9e9e9;
	height: 1px;
	width: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%
}

.history .menuTabs .swiper-container {
	overflow: initial
}

.history .menuTabs .slick-current .date {
	color: #017cc4
}

.history .menuTabs .slick-current .box:before {
	background: #017cc4
}

.history .menuTabs .slick-current .box:after {
	width: 100%;
	background: #1b9fd9
}

.history .slick-prev:before,.history .slick-next:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	opacity: 1;
	color: #8b8b8b
}

.history .slick-prev,.history .slick-next {
	width: 46px;
	height: 46px;
	background: #e9e9e9;
	border-radius: 50%;
	z-index: 66;
	top: -23px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.history .slick-prev {
	left: -46px
}

.history .slick-prev:before {
	content: "\e8f4"
}

.history .slick-prev:hover {
	background: #017cc4
}

.history .slick-prev:hover:before {
	color: #fff
}

.history .slick-next {
	right: -46px
}

.history .slick-next:before {
	content: "\e8f5"
}

.history .slick-next:hover {
	background: #017cc4
}

.history .slick-next:hover:before {
	color: #fff
}

@media screen and (max-width:1359px) {
	.history .slick-prev {
		left: -23px
	}

	.history .slick-next {
		right: -23px
	}
}

@media screen and (max-width:1279px) {
	.history {
		padding: 40px 0
	}

	.history .titleBig {
		font-size: 24px
	}

	.history .nr {
		margin-top: 50px
	}

	.history .conTabs .text {
		padding: 40px 0 0 20px
	}

	.history .conTabs .text .year {
		font-size: 160px;
		left: -50px
	}

	.history .menuTabs {
		margin-top: 40px
	}

	.history .menuTabs .slick-prev,.history .menuTabs .slick-next {
		width: 40px;
		height: 40px;
		top: -18px
	}

	.history .menuTabs .slick-prev:before,.history .menuTabs .slick-next:before {
		font-size: 16px
	}

	.history .menuTabs .slick-prev {
		left: -20px
	}

	.history .menuTabs .slick-next {
		right: -20px
	}
}

@media screen and (max-width:1023px) {
	.history {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.history .nr {
		margin-top: 20px
	}

	.history .conTabs .pic {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		-webkit-animation: none !important;
		animation: none !important
	}

	.history .conTabs .pic span {
		margin: auto;
		max-width: 100%
	}

	.history .conTabs .pic img {
		width: 100%
	}

	.history .conTabs .text {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-animation: none !important;
		animation: none !important
	}

	.history .conTabs .text .year {
		font-size: 130px;
		line-height: 1;
		top: 0;
		left: 0
	}

	.history .conTabs .text .date {
		font-size: 20px
	}

	.history .conTabs .text .info {
		font-size: 14px
	}

	.history .menuTabs {
		margin-top: 30px
	}

	.history .menuTabs .year {
		font-size: 24px
	}

	.history .menuTabs .bt {
		font-size: 16px
	}
}

@media screen and (max-width:767px) {
	.history .menuTabs .box {
		font-size: 14px
	}

	.history .menuTabs .box:after {
		left: 0;
		right: 0
	}

	.history .menuTabs .slick-prev {
		left: 0
	}

	.history .menuTabs .slick-next {
		right: 0
	}
}

.rcln {
	background: url(../images/rcln-bg.jpg) no-repeat;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 30px;
	padding: 100px 0
}

.rcln .left {
	width: 52%;
	float: left;
	padding-top: 40px
}

.rcln .titleBig {
	font-size: 40px;
	font-weight: 700;
	color: #111;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.rcln .titleBig .iconfont {
	color: #017cc4;
	font-size: 60px;
	font-weight: 400;
	vertical-align: middle;
	margin-right: 10px
}

.rcln .right {
	width: 48%;
	float: right;
	text-align: center
}

.rcln .pic {
	position: relative
}

.rcln .pic img {
	vertical-align: middle
}

@media screen and (max-width:1279px) {
	.rcln .left {
		padding-top: 0
	}
}

@media screen and (max-width:1023px) {
	.rcln {
		font-size: 14px;
		line-height: 24px;
		padding-top: 40px;
		padding-bottom: 40px
	}

	.rcln .left {
		width: 100%;
		margin-bottom: 30px
	}

	.rcln .titleBig {
		line-height: 40px;
		font-size: 24px;
		margin-bottom: 10px
	}

	.rcln .titleBig .iconfont {
		font-size: 30px
	}

	.rcln .right {
		width: 100%
	}
}

.fxkf .jieshao {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px
}

.fxkf .jieshao .text {
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	width: 60%;
	color: #273353;
	font-size: 20px;
	line-height: 32px;
	padding: 60px 70px 100px 95px
}

.fxkf .jieshao .icon {
	text-align: left;
	margin-bottom: 10px;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px)
}

.fxkf .jieshao .icon img {
	vertical-align: middle
}

.fxkf .fxfw {
	padding-top: 100px;
	padding-bottom: 100px
}

.fxkf .fxfw .inside-title .title-2:after {
	background: #7a7a7a
}

.fxkf .fxfw .nr {
	margin-top: 40px
}

.fxkf .fxfw .list li {
	width: 50%;
	width: calc(50% -20px);
	float: left
}

.fxkf .fxfw .list li:nth-child(3) .box,.fxkf .fxfw .list li:nth-child(4) .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.fxkf .fxfw .list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fxkf .fxfw .list .pic {
	width: 50%;
	overflow: hidden;
	position: relative
}

.fxkf .fxfw .list .pic:after {
	content: "";
	display: block;
	padding-top: 95.83333333%
}

.fxkf .fxfw .list .pic img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.fxkf .fxfw .list .text {
	width: 50%;
	text-align: center;
	padding: 0 20px
}

.fxkf .fxfw .list .text .txt {
	max-width: 205px;
	margin: auto
}

.fxkf .fxfw .list .num {
	font-size: 20px;
	font-weight: 700;
	color: #2b2b2b;
	margin-bottom: 10px
}

.fxkf .fxfw .list .num span {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 9px;
}

/*.fxkf .fxfw .list .num span:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #d3d3d3;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0
}*/

.fxkf .fxfw .list .title {
	color: #898989;
	font-size: 18px;
	line-height: 30px
}

.fxkf .fxfw .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.fxkf .fxfw .slick-prev,.fxkf .fxfw .slick-next {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background: #dadee0;
	z-index: 9
}

.fxkf .fxfw .slick-prev:before,.fxkf .fxfw .slick-next:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	opacity: 1
}

.fxkf .fxfw .slick-prev:hover,.fxkf .fxfw .slick-next:hover {
	background: #017cc4
}

.fxkf .fxfw .slick-prev {
	left: -50px;
	background: #dadee0
}

.fxkf .fxfw .slick-prev:before {
	content: "\e608"
}

.fxkf .fxfw .slick-prev:hover {
	border-color: #017cc4
}

.fxkf .fxfw .slick-next {
	right: -50px;
	background: #dadee0
}

.fxkf .fxfw .slick-next:before {
	content: "\e609"
}

.fxkf .fxfw .slick-next:hover {
	border-color: #017cc4
}

.fxkf .gjfx {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 100px
}

.fxkf .gjfx .inside-title .title-2 {
	color: #fff
}

.fxkf .gjfx .inside-title .title-2:after {
	background: #fff
}

.fxkf .gjfx .nr {
	margin-top: 50px
}

@media screen and (max-width:1279px) {
	.fxkf .jieshao {
		padding: 40px 0
	}

	.fxkf .jieshao .text {
		font-size: 16px;
		line-height: 24px;
		padding: 20px 40px 30px 60px
	}
}

@media screen and (max-width:1023px) {
	.fxkf .jieshao .icon {
		max-width: 30px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.fxkf .jieshao .text {
		width: 100%;
		padding: 20px 20px 20px 20px
	}

	.fxkf .fxfw {
		padding: 40px 0
	}

	.fxkf .fxfw .slick-prev {
		left: 0
	}

	.fxkf .fxfw .slick-next {
		right: 0
	}

	.fxkf .fxfw .list li {
		padding: 0 5px 0 5px
	}

	.fxkf .fxfw .list li .box {
		display: block !important
	}

	.fxkf .fxfw .list li .pic {
		width: 100%
	}

	.fxkf .fxfw .list li .text {
		width: 100%;
		padding: 20px 0
	}

	.fxkf .fxfw .list li .text .txt {
		max-width: 100%
	}

	.fxkf .fxfw .list li .title {
		font-size: 14px;
		line-height: 24px
	}

	.fxkf .gjfx {
		padding: 40px 0
	}

	.fxkf .gjfx .nr {
		margin-top: 30px
	}
}

#gjfxList {
	position: relative;
	margin: 0 auto
}

#gjfxList .swiper-slide {
	width: 355px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3)
}

#gjfxList .box {
	display: block;
	text-align: center
}

#gjfxList .pic {
	position: relative
}

#gjfxList .pic:after {
	content: "";
	display: block;
	padding-bottom: 64.78873239%
}

#gjfxList .pic img {
	width: 100%
}

#gjfxList .text {
	padding: 40px 20px 30px 20px
}

#gjfxList .title {
	color: #2b2b2b;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 20px
}

#gjfxList .info {
	color: #898989;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 50px
}

#gjfxList .mark {
	position: relative;
	margin: auto;
	text-align: center
}

#gjfxList .swiper-pagination {
	position: static;
	width: 100%;
	font-size: 0;
	padding: 2px 0;
	margin-top: 60px
}

#gjfxList .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: rgba(255,255,255,0.2);
	width: 6px;
	height: 6px;
	opacity: 1
}

#gjfxList .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff
}

#gjfxList .swiper-button-prev,#gjfxList .swiper-button-next {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -30px;
	background: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px
}

#gjfxList .swiper-button-prev:before,#gjfxList .swiper-button-next:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	color: #fff
}

#gjfxList .swiper-button-prev {
	left: -60px
}

#gjfxList .swiper-button-prev:before {
	content: "\e8f4"
}

#gjfxList .swiper-button-next {
	right: -60px
}

#gjfxList .swiper-button-next:before {
	content: "\e8f5"
}

@media screen and (max-width:1023px) {
	#gjfxList .text {
		padding: 20px 10px 20px 10px
	}

	#gjfxList .title {
		font-size: 18px;
		margin-bottom: 10px
	}

	#gjfxList .info {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 10px
	}

	#gjfxList .swiper-pagination {
		margin-top: 20px
	}

	#gjfxList .swiper-button-prev {
		left: 10px
	}

	#gjfxList .swiper-button-next {
		right: 10px
	}
}

.zlyhg .part-1 {
	padding: 80px 0 170px 0
}

.zlyhg .part-1 .nr {
	margin-top: 70px
}

.zlyhg .part-1 .list li {
	overflow: hidden;
	margin-bottom: 60px
}

.zlyhg .part-1 .list li:last-child {
	margin-bottom: 0
}

.zlyhg .part-1 .list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.zlyhg .part-1 .list .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: right
}

.zlyhg .part-1 .list .pic {
	position: relative
}

.zlyhg .part-1 .list .pic:after {
	content: "";
	display: block;
	padding-top: 58.33333333%
}

.zlyhg .part-1 .list .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left;
	text-align: right
}

.zlyhg .part-1 .list .text {
	padding-right: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.zlyhg .part-1 .list .title {
	color: #017cc4;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.zlyhg .part-1 .list .title:before {
	content: "";
	display: none;
	background: #6f6f6f;
	width: 13px;
	height: 2px;
	margin-right: 10px
}

.zlyhg .part-1 .list .title .icon {
	max-height: initial;
	position: absolute;
	opacity: .06;
	z-index: 0;
	bottom: 20px;
	right: 0
}

.zlyhg .part-1 .list .title span {
	position: relative;
	z-index: 1
}

.zlyhg .part-1 .list .info {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 30px;
	min-height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

@media (max-width:1280px){
	.zlyhg .part-1 .list .info{
		font-size:14px;
	}
}

.zlyhg .part-1 .list .more {
	color: #333;
	font-size: 12px;
	line-height: 22px;
    display:none;
	font-weight: 700
}

.zlyhg .part-1 .list .more a,.zlyhg .part-1 .list .more span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .5s;
	transition: all .5s
}

.zlyhg .part-1 .list .more a:hover,.zlyhg .part-1 .list .more span:hover {
	color: #017cc4;
	padding-right: 20px
}

.zlyhg .part-1 .list .more .iconfont {
	font-size: 22px;
	vertical-align: middle;
	font-weight: 400
}

.zlyhg .part-1 .list li:nth-child(2n) .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.zlyhg .part-1 .list li:nth-child(2n) .text {
	padding-left: 70px;
	padding-right: 0;
	text-align: left
}

.zlyhg .part-1 .list li:nth-child(2n) .title .icon {
	left: 0
}

.zlyhg .part-2 {
	background: #f5f5f5
}

.zlyhg .part-2 .left {
	width: 50%;
	float: left;
	padding-right: 100px
}

.zlyhg .part-2 .right {
	width: 50%;
	float: left
}

.zlyhg .part-2 .title {
	color: #017cc4;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	position: relative
}

.zlyhg .part-2 .text {
	padding: 100px 0;
	position: relative
}

.zlyhg .part-2 .tag span {
	display: inline-block;
	border: 2px #333 solid;
	text-align: center;
	color: #333;
	font-size: 14px;
	width: 150px;
	line-height: 32px;
	height: 34px;
	position: absolute;
	top: 20px;
	right: 0
}

.zlyhg .part-2 .tag span:before {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #000;
	position: absolute;
	right: -55px;
	top: 15px
}

.zlyhg .part-2 .tag span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	right: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.zlyhg .part-2 .info-1 {
	color: #666;
	font-size: 16px;
	line-height:30px;
	margin-bottom: 20px
}

.zlyhg .part-2 .info-2 {
	color: #7a7a7a;
	line-height:30px;
	font-size: 16px
}

.zlyhg .part-2 .pic {
	-webkit-transform: translateY(-110px);
	transform: translateY(-110px)
}

@media screen and (max-width:1023px) {
	.zlyhg .part-1 {
		padding: 40px 0
	}

	.zlyhg .part-1 .nr {
		margin-top: 30px
	}

	.zlyhg .part-1 .list li {
		margin-bottom: 20px
	}

	.zlyhg .part-1 .list .box {
		display: block
	}

	.zlyhg .part-1 .list .text {
		text-align: left;
		padding: 20px 0 0 0 !important
	}

	.zlyhg .part-1 .list .title {
		margin-bottom: 0;
		font-size: 24px
	}

	.zlyhg .part-1 .list .title:before {
		display: none
	}

	.zlyhg .part-1 .list .title .icon {
		display: none
	}

	.zlyhg .part-1 .list .info {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		min-height: auto
	}
	
	.zlyhg .part-2 .info-1 {
		font-size: 14px;
		line-height: 24px;
	}
	
	.zlyhg .part-2 .info-2 {
		font-size: 14px;
		line-height: 24px;
	}

	.zlyhg .part-1 .left {
		width: 100%;
		padding: 0
	}

	.zlyhg .part-1 .right {
		width: 100%;
		padding: 0
	}

	.zlyhg .part-2 {
		padding: 20px 0
	}

	.zlyhg .part-2 .left {
		width: 100%;
		padding: 0
	}

	.zlyhg .part-2 .right {
		width: 100%;
		padding: 0
	}

	.zlyhg .part-2 .info-2 {
		font-size: 14px;
		line-height: 24px
	}

	.zlyhg .part-2 .text {
		padding: 0 0 20px 0
	}

	.zlyhg .part-2 .title {
		font-size: 24px
	}

	.zlyhg .part-2 .tag span {
		font-weight: 400;
		font-size: 12px;
		width: 80px;
		top: 8px
	}

	.zlyhg .part-2 .tag span:before {
		display: none
	}

	.zlyhg .part-2 .tag span:after {
		display: none
	}

	.zlyhg .part-2 .pic {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.zscq {
	padding-top: 100px
}

.zscq img {
	vertical-align: middle
}

.zscq .titleBig {
	color: #111;
	font-weight: 700;
	font-size: 48px;
	text-align: center
}

.zscq .nr {
	margin-top: 50px
}

.zscq .menuTabs {
	text-align: center
}

.zscq .menuTabs .list {
	font-size: 0
}

.zscq .menuTabs .list li {
	display: inline-block;
	padding: 0 5px
}

.zscq .menuTabs .list a {
	display: block;
	min-width: 350px;
	padding: 0 10px;
	background: #f3f3f3;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 56px
}

.zscq .menuTabs .list a:hover {
	background: #017cc4;
	color: #fff
}

.zscq .menuTabs .list a:hover .iconfont {
	color: #fff
}

.zscq .menuTabs .list .iconfont {
	font-size: 24px;
	color: #999;
	margin-right: 10px
}

.zscq .menuTabs .list .active a {
	background: #017cc4;
	color: #fff
}

.zscq .menuTabs .list .active a .iconfont {
	color: #fff
}

.zscq .conTabs {
	background: #fafafa;
	padding: 90px 0 100px 0
}

.zscq .conTabs .item {
	display: none
}

.zscq .conTabs .show {
	display: block
}

.zscq .conTabs .div-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px
}

.zscq .conTabs .div-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px
}

.zscq .conTabs .div-2>div {
	padding: 0 5px
}

.zscq .conTabs .text {
	width: 50%;
	float: left;
	line-height: 30px;
	padding: 0 50px 0 50px
}

.zscq .conTabs .title {
	color: #141414;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 15px
}

.zscq .conTabs .info-1 {
	color: #71bf47;
	font-size: 16px;
	margin-bottom: 15px
}

.zscq .conTabs .info-2 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #666;
	line-height: 42px
}

.zscq .conTabs .info-3 {
	font-size: 18px;
	margin-bottom: 30px
}

.zscq .conTabs .info-4 {
	color: #666;
	font-size: 16px;
	line-height: 30px
}

.zscq .conTabs .p-1 {
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative
}

.zscq .conTabs .p-1:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #def5ee url(../images/icon/right.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0
}

.zscq .conTabs .address {
	color: #7a7a7a;
	font-size: 16px
}

.zscq .conTabs .address .iconfont {
	color: #71bf47;
	font-size: 20px;
	margin-right: 5px
}

.zscq .conTabs .pic {
	width: 50%;
	max-width: 700px;
	float: left;
	text-align: right
}

.zscq .conTabs .pic img {
	width: 100%
}

@media screen and (max-width:1279px) {
	.zscq {
		padding-top: 40px
	}

	.zscq .nr {
		margin-top: 30px
	}

	.zscq .menuTabs .list {
		margin-left: -10px;
		margin-right: -10px
	}

	.zscq .menuTabs .list li {
		width: 33.33333333%;
		padding: 0 10px;
		float: left
	}

	.zscq .menuTabs .list li a {
		min-width: auto
	}

	.zscq .conTabs {
		padding: 40px 0
	}

	.zscq .conTabs .div-1 {
		display: block;
		overflow: hidden;
		margin-bottom: 20px
	}

	.zscq .conTabs .text {
		width: 100%;
		padding: 20px 0
	}

	.zscq .conTabs .title {
		font-size: 20px;
		margin-bottom: 5px
	}

	.zscq .conTabs .info-1 {
		font-size: 14px;
		margin-bottom: 5px
	}

	.zscq .conTabs .info-2 {
		font-size: 14px;
		line-height: 24px
	}

	.zscq .conTabs .info-3 {
		font-size: 14px;
		margin-bottom: 10px
	}

	.zscq .conTabs .info-4 {
		font-size: 14px;
		line-height: 24px
	}

	.zscq .conTabs .address {
		font-size: 14px
	}

	.zscq .conTabs .address .iconfont {
		font-size: 14px
	}

	.zscq .conTabs .pic {
		width: 100%;
		max-width: 100%
	}
}

@media screen and (max-width:1023px) {
	.zscq .titleBig {
		font-size: 24px
	}

	.zscq .bd {
		margin-top: 30px
	}

	.zscq .menuTabs .list {
		margin-left: -2px;
		margin-right: -2px
	}

	.zscq .menuTabs .list li {
		padding: 0 2px
	}

	.zscq .menuTabs .list a {
		font-size: 14px;
		padding: 10px 0;
		line-height: 2
	}

	.zscq .menuTabs .list a .iconfont {
		display: block;
		font-size: 20px;
		line-height: 1
	}

	.zscq .conTabs {
		padding: 10px 0 40px 0
	}
}

@keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes mymove4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.tu {
	width: 100%;
	overflow: hidden;
	position: relative
}

.tu img {
	-webkit-transition: .5s;
	transition: .5s
}

.tu:after {
	content: '';
	display: block;
	padding-bottom: 100%
}

.container02 {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:1460px) {
	.container02 {
		max-width: 1200px
	}
}

@media screen and (max-width:1240px) {
	.container02 {
		max-width: 1023px;
		padding: 0 15px
	}
}

@media screen and (max-width:1023px) {
	.container02 {
		max-width: 100%
	}
}

.inbanner {
	overflow: hidden;
	width: 100%;
	position: relative
}

.inbanner .inbanner-slick {
	position: relative
}

.inbanner .inbanner-slick img {
	-webkit-transition: 5s;
	transition: 5s;
	-webkit-animation: mymove4 5s;
	animation: mymove4 5s;
	display: block;
	margin: 0 auto
}

.inbanner .inbanner-slick-phone {
	display: none
}

.inbanner .inbanner-slick-phone img {
	display: block;
	-webkit-transition: 5s;
	transition: 5s;
	-webkit-animation: mymove4 5s;
	animation: mymove4 5s
}

.inbanner .hover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-bottom: 68px
}

.inbanner .hover h3 {
	color: #fff;
	font-weight: bold;
	font-size: 38px
}

.inbanner .hover span {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px
}

.inbanner .hover span a {
	color: #fff
}

.inbanner .hover span b {
	font-weight: normal
}

.second-nav {
	width: 100%;
	background: rgba(1,89,173,0.88);
	position: relative;
	margin-top: -68px;
	z-index: 5;
	overflow: hidden
}

.second-nav ul li {
	float: left;
	font-size: 18px
}

.second-nav ul li a {
	color: #fff;
	display: block;
	line-height: 68px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1025px) {
	.second-nav ul li a:hover {
		color: #0d4f9d;
		background: #fff
	}
}

.second-nav ul .active a {
	background: #fff;
	color: #0d4f9d
}

@media (max-width:1023px) {
	.second-nav {
		margin-top: 0
	}

	.second-nav .container {
		padding: 0
	}

	.second-nav ul li {
		font-size: 14px !important
	}

	.second-nav ul li a {
		line-height: 40px
	}
}

.contents {
	padding: 78px 0 129px 0
}

.product-class ul {
	font-size: 0;
	text-align: center
}

.product-class ul li {
	width: 160px;
	height: 44px;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 17px;
	border: 1px solid #adadad;
	border-radius: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 10px
}

.product-class ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	-webkit-transition: .5s;
	transition: .5s
}

@media (min-width:1025px) {
	.product-class ul li:hover {
		background: #70be45;
		border: 1px solid #70be45
	}

	.product-class ul li:hover a {
		color: #fff
	}
}

.product-class ul .active {
	background: #70be45;
	border: 1px solid #70be45
}

.product-class ul .active a {
	color: #fff
}

.productlist {
	margin: 0 -16px;
	padding-top: 55px;
	padding-bottom: 42px
}

.productlist li {
	width: 25%;
	float: left;
	padding: 0 16px;
	margin-bottom: 35px
}

.productlist li .box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 13px 0 rgba(20,20,20,0.08);
	box-shadow: 0 0 13px 0 rgba(20,20,20,0.08)
}

.productlist li .box .tu {
	background: #fafafa
}

.productlist li .box .tu:after {
	padding-bottom: 73.80952381%
}

.productlist li .box .text {
	text-align: center;
	padding: 33px 10px 15px 10px;
	background: #fff;height:207px;
}

.productlist li .box .text .bt,.productlist li .box .text .span {
	font-size: 18px;
	color: #474747;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.productlist li .box .text .p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.productlist li .box .text .huohao{
	margin-top:0!important;
}

@media (min-width:1025px) {
	.productlist li:hover .box .tu img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	.productlist li:hover .box .text .bt,.productlist li:hover .box .text .span {
		color: #0177c2
	}

	.productlist li:hover .box .text .p {
		color: #0177c2
	}
}

.page {
	clear: both;
	text-align: center;
	font-size: 0;
	color: #947d58;
	font-family: "Open_Sans"
}

.page em {
	font-style: normal;
	font-size: 18px
}

.page a {
	color: #202020;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 40px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	border-radius: 40px;
	margin: 0 8px;
	padding: 0 5px;
	vertical-align: top;
	-webkit-transition: background .5s;
	transition: background .5s;
	border: 1px solid #e2ebf1
}

.page a span {
	display: block
}

.page a.cpb,.page a:hover {
	background: #70be45;
	color: #fff;
	border: 1px solid #70be45
}

.page a.prev,.page a.next {
	color: #666
}

.page a.prev {
	margin-right: 5px;
	width: 106px
}

.page a.prev span {
	position: relative
}

.page a.prev span:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e628";
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-top: -3px;
	margin-right: 5px
}

.page a.prev:hover {
	color: #fff
}

.page a.next {
	margin-left: 5px;
	width: 106px
}

.page a.next span {
	position: relative
}

.page a.next span:after {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e642";
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-top: -3px;
	margin-right: 5px
}

.page a.next:hover {
	color: #fff
}

.preturn .btn {
	width: 144px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #007cc4;
	display: block;
	float: left;
	position: relative;
	padding-left: 72px
}

.preturn .btn:after {
	height: 1px;
	background: #fff;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 30px;
	content: '';
	display: block
}

@media (min-width:1025px) {
	.preturn .btn:hover {
		background: #046ba7
	}
}

.preturn .btn1 {
	float: right;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px #9b9b9b solid;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 26px
}

.preturn .btn1 .iconfont {
	color: #9b9b9b
}

@media (min-width:1025px) {
	.preturn .btn1:hover {
		border-color: #017cc4;
		background: #017cc4
	}

	.preturn .btn1:hover .iconfont {
		color: #fff
	}
}

.product-show {
	padding: 91px 0 0 0;
	background: #fafafa
}

.product-show .product-info {
	padding-top: 61px;
	overflow: hidden
}

.product-show .product-top {
	width: 1130px;
	margin: 0 auto;
	padding-bottom: 90px
}

.product-show .product-top .img {
	border: 1px solid #e1e1e1;
	float: left;
	width: 46%;
	text-align: center
}

.product-show .product-top .img:after {
  padding-bottom: 73.80952381%;
}

.product-show .product-top .text {
	width: 47.3%;
	float: right;
	padding-top: 21px
}

.product-show .product-top .text .bt {
	font-size: 32px;
	color: #333;
	position: relative;
	overflow: hidden;
	font-weight: bold
}

.product-show .product-top .text .bt span {
	line-height: 29px;
	color: #017cc4;
	display: block;
	font-size: 16px;
	text-align: left;
	margin-bottom: 3px;
	font-weight: normal
}

.product-show .product-top .text .span {
	font-size: 24px;
	color: #333;
	line-height: 27px;
	letter-spacing: 1px;
	margin-bottom: 12px
}

.product-show .product-top .text .jsh {
	font-size: 18px;
	line-height: 40px;
	color: #666;
	min-height: 150px;
	margin-bottom: 20px;
	margin-top: 25px
}

.product-show .product-top .text .jsh p {
	padding-bottom: 25px;
	margin-bottom: 25px
}

.product-show .product-top .text .btn a {
	display: block;
	width: 49%;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 20px;
    float:left;
	background: #0170be
}

.product-show .product-top .text .btn a.qq{
    float:right;
}

.product-show .product-top .text .btn a img {
	width: 25px;
	display: inline-block;
	vertical-align: middle
}

@media (min-width:1025px) {
	.product-show .product-top .text .btn:hover a {
		background: #046ba7
	}
}

.related-title {
	color: #333;
	font-weight: bold;
	font-size: 36px;
	position: relative;
	letter-spacing: 2px
}

.related-title:after {
	content: '';
	display: block;
	width: 77px;
	height: 7px;
	margin-top: 1px;
	background: #017cc4
}

.related {
	padding: 72px 0 97px 0;
	background: #fff
}

.related .productlist {
	padding-top: 33px;
	padding-bottom: 0
}

.news {
	padding: 107px 0 100px 0;
	background: #f7fbff;
	overflow: hidden
}

.newslist {
	padding-bottom: 30px
}

.newslist li {
	margin-bottom: 40px
}

.newslist .box {
	display: block;
	background: #fff;
	padding: 40px 40px 57px 49px;
	position: relative;
	-webkit-box-shadow: 0 0 13px 0 rgba(0,91,208,0.08);
	box-shadow: 0 0 13px 0 rgba(0,91,208,0.08)
}

.newslist .pic {
	position: absolute;
	width: 319px;
	top: 40px;
	left: 49px
}

.newslist .pic span {
	border-radius: 5px;
	overflow: hidden;
	display: block;
	position: relative
}

.newslist .pic span:after {
	content: "";
	display: block;
	padding-top: 75%
}

.newslist .pic img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.newslist .date {
	height: 32px;
	line-height: 32px;
	min-width: 170px;
	text-align: center;
	padding: 0 10px;
	background: #71bf47;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 32px;
	position: absolute;
	right: 25px;
	bottom: -10px
}

.newslist .date .iconfont {
	font-size: 18px;
	font-weight: 100;
	margin-right: 5px
}

.newslist .text {
	padding: 24px 0 10px 369px;
	min-height: 239px
}

.newslist .source {
	color: #686a6f;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.newslist .source .iconfont {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px
}

.newslist .title {
	font-weight: 700;
	color: #273353;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px
}

.newslist .jsh {
	font-size: 16px;
	color: #76777a;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 38px
}

.newslist .more {
	font-size: 14px;
	color: #71bf47;
	font-weight: 700
}

.newslist .box:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.newslist .box:hover .title {
	color: #71bf47
}

.news-show h1 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #273353
}

.news-show .tag {
	font-size: 15px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	margin: 12px 0 0 0;
	color: #999;
	background: url("../images/wei/line2.png") no-repeat bottom center;
	padding-bottom: 18px
}

.news-show .tag span {
	padding: 0 10px;
	display: inline-block
}

.news-show .ee {
	font-size: 18px;
	color: #404040;
	line-height: 34px;
	overflow: hidden
}

.news-show .ee .leftTool {
	float: left;
	width: 93px;
	padding-top: 34px;
	text-align: center
}

.news-show .ee .leftTool .kan {
	width: 90px;
	margin: 0 auto;
	font-size: 24px;
	color: #0080d8;
	line-height: 51px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 13px;
	font-family: arial
}

.news-show .ee .leftTool .kan .pic {
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	margin: 0 auto;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	position: relative
}

.news-show .ee .leftTool .kan .pic .iconfont {
	font-size: 40px
}

.news-show .ee .leftTool .share span {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	color: #999
}

.news-show .ee .leftTool .share a {
	display: block;
	width: 47px !important;
	height: 47px !important;
	-webkit-transition: all .9s;
	transition: all .9s;
	margin: 8px auto !important;
	padding: 0 !important;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	position: relative
}

.news-show .ee .leftTool .share a:hover {
	border: 1px solid #017cc4
}

.news-show .ee .leftTool .share a img {
	width: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.news-show .ee .anchor_fixed {
	position: fixed;
	top: 0
}

.news-show .ee .con-article {
	color: #404040;
	font-size: 18px;
	line-height: 34px;
	float: right;
	width: 89.514%;
	padding: 22px 0
}

.inside-page-news {
	margin-top: 25px;
	position: relative
}

.inside-page-news ul {
	height: 66px;
	line-height: 66px;
	position: relative
}

.inside-page-news li {
	width: 50%;
	float: left;
	height: 66px;
	color: #585858;
	font-size: 16px;
	padding: 0 153px 0 0;
	overflow: hidden;
	text-align: center
}

.inside-page-news li a {
	color: #585858;
	background: #f3f3f3;
	border-radius: 50px;
	-webkit-transition: all 0s;
	transition: all 0s;
	display: block;
	padding: 0 10px
}

.inside-page-news li a span {
	background: url("../images/wei/left.png") no-repeat center center;
	display: inline-block;
	width: 20px;
	height: 66px;
	margin: 0 20px;
	vertical-align: middle
}

.inside-page-news li a b {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 78%
}

.inside-page-news li:last-child {
	float: right;
	padding: 0 0 0 153px
}

.inside-page-news li:last-child a span {
	background: url("../images/wei/right.png") no-repeat center center
}

.inside-page-news li:last-child:hover a {
	color: #fff;
	background: #017cc4
}

.inside-page-news li:last-child:hover a span {
	background: url("../images/wei/righth.png") no-repeat center center
}

.inside-page-news li:hover a {
	color: #fff;
	background: #017cc4
}

.inside-page-news li:hover a span {
	background: url("../images/wei/lefth.png") no-repeat center center
}

.inside-page-news .fanhui {
	top: 0;
	left: 50%;
	width: 240px;
	color: #585858;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
	vertical-align: top;
	line-height: 66px;
	margin-left: -120px;
	position: absolute;
	background: #f3f3f3
}

.inside-page-news .fanhui:before {
	content: "";
	width: 23px;
	height: 66px;
	vertical-align: top;
	margin: 0 10px 0 0;
	background: url(../images/wei/fanhui.png) center left no-repeat;
	display: inline-block
}

.inside-page-news .fanhui:hover {
	color: #fff;
	background: #017cc4
}

.inside-page-news .fanhui:hover:before {
	background: url(../images/wei/fanhuih.png) center left no-repeat
}

.reportlist {
	padding-bottom: 70px
}

.reportlist li {
	padding: 33px 41px;
	border-bottom: 1px solid #f3f3f3
}

.reportlist li .box {
	position: relative;
	padding-left: 109px;
	line-height: 70px;
	overflow: hidden;
	padding-right: 120px
}

.reportlist li .box .time {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: #f7f8fa;
	border-radius: 5px;
	overflow: hidden;
	width: 70px;
	font-family: "Roboto-Regular"
}

.reportlist li .box .time span {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 24px;
	background: #eff0f1
}

.reportlist li .box .time p {
	font-size: 36px;
	color: #333;
	line-height: 47px
}

.reportlist li .box .bt {
	float: left;
	width: 66%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333
}

.reportlist li .box .span {
	float: left;
	width: 27%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #999;
	text-align: center
}

.reportlist li .box .down {
	width: 108px;
	height: 44px;
	line-height: 44px;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	padding-left: 54px;
	background: #ecf0f4 url(../images/wei/pdf.svg) no-repeat 26px center;
	background-size: 20px
}

@media (min-width:1025px) {
	.reportlist li:hover {
		background: #f7f8fa
	}

	.reportlist li:hover .box .time {
		background: #017cc4
	}

	.reportlist li:hover .box .time span {
		color: #fff;
		background: #0080d8
	}

	.reportlist li:hover .box .time p {
		color: #fff
	}

	.reportlist li:hover .box .bt {
		color: #017cc4
	}

	.reportlist li:hover .box .down {
		color: #fff;
		background: #017cc4 url(../images/wei/pdf1.svg) no-repeat 26px center;
		background-size: 20px
	}
}

.inside-title-2 {
	font-size: 40px;
	color: #f7fbff;
	font-weight: bold;
	text-align: center
}

.inside-title-2:after {
	content: '';
	display: block;
	height: 1px;
	width: 32px;
	background: #fff;
	margin: 13px auto 0 auto
}

.culture {
	padding: 90px 0 153px 0;
	background: url("../images/wei/cubg.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden
}

.culture .list {
	padding-top: 72px
}

.culture .list ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 24px
}

.culture .list ul li .box {
	border-radius: 10px;
	padding: 44px 19px 44px 52px;
	height: 380px;
	background: rgba(1,97,155,0.7)
}

.culture .list ul li .box .bt {
	position: relative;
	min-height: 122px;
	line-height: 122px;
	font-size: 30px;
	color: #f7fbff;
	padding-left: 130px;
	font-weight: bold
}

.culture .list ul li .box .bt .tu {
	width: 99px;
	position: absolute;
	top: 0;
	left: 0
}

.culture .list ul li .box .bt .tu:after {
	padding-bottom: 123.23232323%
}

.culture .list ul li .box .p {
	font-size: 18px;
	color: #f7fbff;
	line-height: 30px;
	padding-left: 32px;
	margin-top: 42px
}

.team {
	padding: 114px 0 109px 0;
	background: #f7fbff url("../images/wei/tbg.jpg") no-repeat bottom center
}

.team .list ul {
	margin: 0 -20px;
	padding-bottom: 51px;
	overflow: hidden
}

.team .list ul li {
	width: 25%;
	float: left;
	padding: 0 20px;
	margin-bottom: 49px
}

.team .list ul li .tu:after {
	padding-bottom: 121.21212121%
}

.team .list ul li .tu .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 18px;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	background: rgba(0,0,0,0.8)
}

.team .list ul li .tu .hover .info {
	width: 100%;
	height: 100%;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding-top: 35%
}

.team .list ul li .tu .hover .info .bt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px
}

.team .list ul li .tu .hover .info .jsh {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 0 25px;
	margin-bottom: 64px
}

.team .list ul li .tu .hover .info .more {
	width: 39px;
	height: 39px;
	background: url("../images/wei/more.png") no-repeat center center;
	margin: 0 auto
}

.team .list ul li .text {
	padding-top: 20px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 13px
}

.team .list ul li .text .h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	color: #273353;
	font-weight: bold
}

.team .list ul li .text .p {
	font-size: 16px;
	color: #70be45;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px
}

@media (min-width:1025px) {
	.team .list ul li:hover .tu img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	.team .list ul li:hover .tu .hover {
		opacity: 1
	}
}

.current1 {
	border-bottom: 1px solid #e0e0e0;
	padding: 11px 0;
	overflow: hidden
}

.current1 span {
	float: right;
	font-size: 14px;
	color: #adadad;
	padding-left: 30px;
	background: url("../images/wei/home.png") no-repeat center left;
	background-size: 20px
}

.current1 span a {
	color: #adadad
}

.current1 span b {
	font-weight: normal
}

.team-show {
	padding: 0 !important;
	background: #fafafa
}

.team-show .team-info {
	padding-top: 69px;
	overflow: hidden
}

.team-show .team-top {
	width: 1130px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 144px
}

.team-show .team-top .img {
	float: left;
	width: 39%;
	padding-left: 103px
}

.team-show .team-top .text {
	width: 57%;
	float: right;
	padding-top: 3px
}

.team-show .team-top .text .bt {
	font-size: 30px;
	color: #273353;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 1px dashed #adadad;
	padding-bottom: 16px;
	margin-bottom: 39px
}

.team-show .team-top .text .bt span {
	line-height: 22px;
	color: #70be45;
	display: block;
	font-size: 16px;
	text-align: left;
	font-weight: normal
}

.team-show .team-top .text .jsh {
	font-size: 16px;
	line-height: 24px;
	color: #7a7a7a
}

.team-show .team-top .text .jsh p {
	position: relative;
	padding-left: 18px
}

.team-show .team-top .text .jsh p:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #70be45;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%
}

.honor {
	background: url("../images/wei/hbg.jpg") no-repeat bottom center;
	background-size: cover
}

.honor .pic {
  width: 100%;
  overflow: hidden;

  position: relative;
}

#certify {
  position: relative;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 100px;
  padding-top: 80px;
}

#certify .swiper-slide {
  width: 313px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(27, 48, 119, 0.27);
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #998e8d;
  background-color: #998e8d;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #0477cc;
  background-color: #0477cc;
}

.honor .pic:after {
  padding-bottom: 146.32587859%;
    display:block;
    content: '';
}

.honor-top {
	text-align: center;
	padding-top: 64px
}

.honor-top .pro-max {
	padding-bottom: 165px;
	background: url("../images/wei/bg3.png") no-repeat bottom center
}

.honor-top .item {
	position: relative;
	cursor: pointer
}

.honor-top a:hover .img {
	border: 2px solid #017cc4;
	border-radius: 0
}

.honor-top .img {
	display: inline-block;
	margin: 0 auto;
	padding: 30px 35px;
	border-radius: 5px;
	background: #fff;
	z-index: 4;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	border: 2px solid #fff
}

.honor-top .img .info {
	padding: 20px;
	background: #f5f5f5
}

.honor-top .tu {
	width: 306px
}

.honor-top .tu:after {
	padding-bottom: 100%
}

.honor-top .text {
	width: 925px;
	height: 200px;
	position: absolute;
	top: 91px;
	left: 50%;
	margin-left: -462px;
	z-index: 2;
	background: url("../images/wei/bg2.png") no-repeat top center
}

.honor-top .text .left {
	float: left;
	padding: 64px 30px;
	text-align: center;
	width: 27%
}

.honor-top .text .left h3 {
	font-size: 36px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal
}

.honor-top .text .right {
	float: right;
	padding: 60px 18px;
	text-align: left;
	width: 28%
}

.honor-top .text .right h3 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	line-height: 34px
}

.honor-top .text .right p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333
}

.honor-bottom .pro-min {
	padding: 0 177px;
	position: relative
}

.honor-bottom .pro-min .getIndex {
	padding: 0 15px
}

.honor-bottom .pro-min .item {
	border: 1px solid #dcdcdc;
	padding: 6px;
	cursor: pointer;
	background: #fff
}

.honor-bottom .pro-min .item .info {
	padding: 12px;
	background: #f5f5f5
}

.honor-bottom .pro-min .item .tu img {
	-webkit-transition: .5s;
	transition: .5s
}

.honor-bottom .pro-min .item .tu:after {
	padding-bottom: 100%
}

.honor-bottom .pro-min .slick-current .item {
	border: 1px solid #017cc4
}

.honor-bottom .slick-prev:before,.honor-bottom .slick-next:before {
	content: ''
}

.honor-bottom .slick-prev,.honor-bottom .slick-next {
	width: 44px;
	height: 44px;
	z-index: 7;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #969696
}

.honor-bottom .slick-prev:before,.honor-bottom .slick-next:before,.honor-bottom .slick-prev:after,.honor-bottom .slick-next:after {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	opacity: 1;
	color: #8b8b8b
}

.honor-bottom .slick-prev:hover,.honor-bottom .slick-next:hover {
	border-color: #017cc4;
	background: #017cc4
}

.honor-bottom .slick-prev:hover:before,.honor-bottom .slick-next:hover:before,.honor-bottom .slick-prev:hover:after,.honor-bottom .slick-next:hover:after {
	color: #fff
}

.honor-bottom .slick-prev {
	left: 127px
}

.honor-bottom .slick-prev:before {
	content: "\e8f4"
}

.honor-bottom .slick-next {
	right: 127px
}

.honor-bottom .slick-next:before {
	content: "\e8f5"
}

.about-title {
	font-weight: bold;
	font-size: 42px;
	color: #273353
}

.about {
	padding: 70px 0 0 0
}

.about .about-jsh {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top: 11px;
	margin-bottom: 60px
}

.about .about-jsh p {
	margin-bottom: 16px
}

.about01 {
	padding-bottom: 111px
}

.about02 {
	padding-bottom: 99px;
	padding-top: 68px;
	background: url("../images/wei/abg.jpg") no-repeat center center;
	background-size: cover
}

.about02 .about-title {
	text-align: center;
	color: #111
}

.about02 .img {
	padding: 78px 89px 63px 89px;
	overflow: hidden;
	position: relative
}

.about02 .img .item {
	position: relative;
	height: 305px
}

.about02 .img .item .num {
	font-size: 214px;
	font-weight: bold;
	color: #e9f0f5;
	opacity: .42;
	font-family: arial;
	position: absolute;
	top: 0;
	right: 21%;
	z-index: 1;
	width: 100%;
	text-align: right;
	line-height: 153px
}

.about02 .img .item .tu {
	width: 480px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.about02 .img .item .tu img {
	-webkit-transition: .5s;
	transition: .5s
}

.about02 .img .item .tu:after {
	padding-bottom: 63.54166667%
}

.about02 .img .item .text {
	padding-left: 656px;
	padding-top: 62px;
	position: relative;
	z-index: 2;
	overflow: auto
}

.about02 .img .item .text .bt {
	font-size: 32px;
	color: #333;
	margin-bottom: 9px
}

.about02 .img .item .text .jsh {
	font-size: 16px;
	line-height: 24px;
	color: #75777b
}

.about02 .img .item .text .jsh span {
	color: #4ea52b
}

.about02 .list {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 203px
}

.about02 .list:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 22px;
	background: #e9e9e9
}

.about02 .list .slick-list {
	z-index: 4
}

.about02 .list .slick-prev,.about02 .list .slick-next {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 0;
	left: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 45;
	top: 0
}

.about02 .list .slick-prev:before,.about02 .list .slick-next:before {
	content: ''
}

.about02 .list .slick-prev {
	left: 98px;
	background: #e0e0e0 url(../images/wei/left1.png) no-repeat center center !important
}

.about02 .list .slick-prev:hover {
	background: #0354a2 url(../images/wei/left1h.png) no-repeat center center !important
}

.about02 .list .slick-next {
	right: 98px;
	background: #e0e0e0 url(../images/wei/right1.png) no-repeat center center !important
}

.about02 .list .slick-next:hover {
	background: #0354a2 url(../images/wei/right1h.png) no-repeat center center !important
}

.about02 .list .item {
	border: 0;
	float: left;
	position: relative;
	z-index: 55;
	width: 16.66666667%
}

.about02 .list .item .box {
	padding-top: 31px;
	text-align: center;
	position: relative
}

.about02 .list .item .box:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 19px;
	left: 50%;
	border-radius: 50%;
	margin-left: -4px;
	background: #909090
}

.about02 .list .item .bt {
	font-size: 16px;
	color: #909090;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	z-index: 4
}

.about02 .list .item:hover .box:after {
	background: #0354a2
}

.about02 .list .item:hover .bt {
	color: #0354a2
}

.about02 .list .slick-current .box:after {
	background: #0354a2
}

.about02 .list .slick-current .bt {
	color: #0354a2
}

.careers-search {
	padding-right: 24px;
	position: relative;
	width: 1000px;
	margin: 45px auto 0 auto;
	z-index: 6
}

.careers-search .selectbox {
	width: 33.33333333%;
	padding-right: 45px;
	float: left
}

.careers-search .selectbox .sod_select {
	border: 1px solid #b5b5b5;
	width: 100%;
	border-radius: 5px
}

.careers-search .selectbox .sod_select .sod_label {
	background: url("../images/wei/a.png") no-repeat 96% center
}

.careers-search .ssr_input {
	width: 33.33333333%;
	padding-right: 24px;
	float: left
}

.careers-search .ssr_input input {
	border-radius: 5px;
	border: 1px solid #b5b5b5;
	width: 100%;
	padding: 0 20px;
	height: 52px;
	font-size: 16px;
	background: none
}

.careers-search .ssr_btn {
	width: 52px;
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	border: 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #2d4ec4;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 30px;
	text-align: center;
	line-height: 52px;
	cursor: pointer
}

.careers-search .ssr_btn .iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product1 {
	padding: 102px 0 129px 0
}

.product1 .aside {
	float: left;
	width: 280px
}

.product1 .aside .aside-title {
	color: #fff;
	padding: 12px 14px;
	background: #017cc4;
	border-top-right-radius: 50px
}

.product1 .aside .aside-title .tu {
	width: 60px;
	height: 60px;
	float: left
}

.product1 .aside .aside-title .text {
	float: left;
	padding-left: 10px
}

.product1 .aside .aside-title .text .h3 {
	font-size: 24px;
	font-weight: bold
}

.product1 .aside .aside-title .text .p {
	font-size: 16px;
	text-transform: uppercase
}

.product1 .aside .aside-list {
	border: 1px solid #dadada;
	border-top: 0;
	padding: 7px 0 11px 0;
	margin-bottom: 50px
}

.product1 .aside .aside-list ul li {
	margin-bottom: 7px;
	position: relative;
	margin-left: -1px
}

.product1 .aside .aside-list ul li a {
	display: block;
	line-height: 56px;
	font-size: 16px;
	padding: 0 60px 0 32px;
	color: #333;
	background: url("../images/wei/dot3.png") no-repeat 92% center;
	background-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #e8e8e8;
	text-transform: uppercase
}

.product1 .aside .aside-list ul li:after {
	content: "";
	display: none;
	width: 6px;
	height: 59px;
	position: absolute;
	right: -6px;
	top: -3px;
	background: url("../images/wei/line3.png") no-repeat center center
}

@media (min-width:1025px) {
	.product1 .aside .aside-list ul li:hover {
		background: #70be45
	}

	.product1 .aside .aside-list ul li:hover:after {
		display: block
	}

	.product1 .aside .aside-list ul li:hover a {
		color: #fff;
		background: url("../images/wei/dot3h.png") no-repeat 92% center;
		background-size: 24px
	}
}

.product1 .aside .aside-list ul li:nth-last-child(1) a {
	border-bottom: 0
}

.product1 .aside .aside-list ul .active {
	background: #70be45
}

.product1 .aside .aside-list ul .active:after {
	display: block
}

.product1 .aside .aside-list ul .active a {
	color: #fff;
	background: url("../images/wei/dot3h.png") no-repeat 92% center;
	background-size: 24px
}

.product1 .aside .aside-other {
	overflow: hidden;
	background: #017cc4;
	margin-bottom: 24px
}

.product1 .aside .aside-other ul li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 24px 0 15px 0;
	border-right: 1px solid rgba(255,255,255,0.27)
}

.product1 .aside .aside-other ul li .tu {
	height: 56px;
	width: 56px;
	margin: 0 auto
}

.product1 .aside .aside-other ul li .bt {
	color: #fff;
	font-size: 16px;
	line-height: 22px
}

.product1 .aside .aside-other ul li:nth-child(2n) {
	background: #70be45
}

.product1 .inmain-right {
	float: right;
	width: 74.2%
}

.product1 .inmain-right .inmain-top {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9
}

.product1 .inmain-right .inmain-top .h3 {
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	z-index: 4;
	letter-spacing: 1px;
	text-transform: uppercase
}

.product1 .inmain-right .inmain-top .h3 span {
	background: url("../images/wei/span.png") no-repeat center left;
	padding-left: 28px;
	margin-left: 1px
}

.contents {
	position: relative;
	z-index: 99
}

.prolist {
	margin: 0 -12px;
	padding-top: 55px;
	padding-bottom: 27px;
	overflow: hidden
}

.prolist li {
	width: 33.33333333%;
	float: left;
	padding: 0 12px;
	margin-bottom: 31px
}

.prolist li .box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #f7f7f7
}

.prolist li .box .tu {
	background: #fafafa
}

.prolist li .box .tu:after {
	padding-bottom: 73.4375%
}

.prolist li .box .text {
	text-align: left;
	padding: 42px 10px 42px 28px;
	background: #fff
}

.prolist li .box .text .bt {
	font-size: 22px;
	color: #00172e;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.prolist li .box .text .p {
	font-size: 15px;
	color: #7a7a7a;
	margin-top: 16px;
	height: 54px;
	line-height: 27px;
	overflow: hidden;
	margin-bottom: 23px
}

.prolist li .box .text .more {
	font-size: 14px;
	color: #70be45
}

@media (min-width:1025px) {
	.prolist li:hover .box .tu img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	.prolist li:hover .box .text .bt {
		color: #0177c2
	}

	.prolist li:hover .box .text .p {
		color: #0177c2
	}
}

.product-show1 .product-info {
	padding-top: 28px
}

.product-show1 .product-top {
	width: auto;
	padding: 0 51px 75px 51px
}

.product-show1 .product-top .img {
	width: 45.6%;
}

.product-show1 .product-top .img:after {
  padding-bottom: 73.80952381%;
}

.product-show1 .product-top .text {
	width: 48.3%;
	padding-top: 0
}

.product-bottom1 .p-title {
	text-align: center;
	font-size: 36px;
	color: #333;
	background: url("../images/wei/line.jpg") no-repeat bottom center;
	padding-bottom: 17px
}

.product-bottom1 .jsh {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	min-height: 300px;
	margin-bottom: 20px;
	margin-top: 25px
}

.list-div .jobsub {
	border-top: 0;
	line-height: 30px;
	color: #777;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 18px
}

.list-div dl {
	margin: 57px auto 56px auto
}

.list-div dl dt {
	display: block;
	padding: 0 40px;
	margin-bottom: 20px;
	cursor: pointer;
	line-height: 80px;
	-webkit-transition: width 2s;
	transition: width 2s;
	border-radius: 8px
}

.list-div dl dt span {
	display: block;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	color: #2d4ec4;
	width: 100%;
	padding-right: 20px;
	background: url(../images/wei/more1.png) no-repeat center right
}

.list-div dl dt span .address {
	padding-left: 5%;
	font-size: 15px;
	color: #666
}

.list-div .list_dt {
	color: #fff;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 3px 7px 1px #ebedf3;
	box-shadow: 0 3px 7px 1px #ebedf3
}

.list-div #open {
	margin-bottom: 0
}

.list-div #open span {
	background: url(../images/wei/more2.png) no-repeat center right
}

.list-div .jobsub {
	display: none;
	padding-bottom: 80px;
	border-top: 1px solid #e5e5e5
}

.list-div .jobsub p {
	font-size: 15px;
	color: #666;
	margin-top: 2px
}

.list-div .jobsub .tt {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-top: 15px;
	margin-bottom: 9px
}

.list-div .jobsub .tt:not(:first-child) {
	margin-top: 24px
}

.list-div .recruitment-selectsub {
	background: #f9f9f9;
	border-top: 0;
	line-height: 30px;
	padding: 46px 11px 26px 21px;
	color: #777;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 18px
}

.list-div .jobsub .toudi {
	width: 270px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 25px;
	background: #2d4ec4 url(../images/wei/toudi.png) no-repeat 32px center;
	padding-left: 65px;
	cursor: pointer;
	margin-top: 60px
}

    .list-div .jobsub .toudi a {
        color: #fff;
    }

@media (max-width:768px) {
	.list-div .jobsub {
		padding-bottom: 20px
	}

	.list-div dl {
		margin: 20px auto 20px auto
	}

	.list-div dl dt span {
		font-size: 16px
	}

	.list-div dl dt span .address {
		font-size: 14px
	}
}

@media (max-width:768px) {
	.page a,.page em {
		display: none
	}

	.page a.prev,.page a.next {
		display: inline-block
	}
}

@media (max-width:1460px) {
	.team .list ul li .text .h3 {
		font-size: 18px
	}

	.team .list ul li .text .p {
		font-size: 14px
	}

	.team .list ul li .text {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.team .list ul li {
		margin-bottom: 30px
	}

	.team .list ul li .tu .hover {
		padding: 10px
	}

	.team .list ul li .tu .hover .info {
		padding-top: 29%
	}

	.team .list ul {
		padding-bottom: 30px
	}

	.team .list ul li .tu .hover .info .jsh {
		margin-bottom: 40px
	}

	.inside-title-2 {
		font-size: 30px
	}

	.inside-title-2:after {
		width: 23px;
		margin: 4px auto 0 auto
	}

	.culture .list {
		padding-top: 40px
	}

	.culture .list ul li .box .bt {
		min-height: 90px;
		line-height: 90px;
		font-size: 22px;
		padding-left: 100px
	}

	.culture .list ul li .box .p {
		font-size: 16px;
		line-height: 27px;
		padding-left: 10px;
		margin-top: 30px
	}

	.culture .list ul li .box .bt .tu {
		width: 73px
	}

	.culture .list ul li .box {
		height: 300px;
		padding: 30px 19px 30px 40px
	}

	.reportlist li .box .bt {
		font-size: 16px
	}

	.reportlist li {
		padding: 20px 30px
	}

	.reportlist li .box .span {
		font-size: 14px
	}

	.news-show .ee .con-article {
		font-size: 16px;
		line-height: 30px
	}

	.inside-page-news li {
		font-size: 14px
	}

	.inside-page-news .fanhui {
		font-size: 14px
	}

	.newslist .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px
	}

	.newslist .jsh {
		font-size: 14px
	}

	.newslist .box {
		padding: 30px
	}

	.newslist .pic {
		top: 30px;
		left: 30px
	}

	.newslist li {
		margin-bottom: 30px
	}

	.inbanner .hover h3 {
		font-size: 26px
	}

	.inbanner .hover span {
		font-size: 14px
	}

	.second-nav ul li {
		font-size: 16px
	}

	.second-nav {
		margin-top: -55px
	}

	.second-nav ul li a {
		line-height: 55px
	}

	.contents {
		padding: 55px 0
	}

	.product-class ul li a {
		font-size: 14px
	}

	.product-class ul li {
		width: 120px;
		height: 35px;
		line-height: 33px;
		margin: 0 10px 10px 10px
	}

	.productlist {
		margin: 0 -11px;
		padding-top: 40px;
		padding-bottom: 30px
	}

	.productlist li {
		padding: 0 11px;
		margin-bottom: 25px
	}

	.productlist li .box .text {
		padding: 20px 10px 10px 10px
	}

	.productlist li .box .text .bt,.productlist li .box .text .span {
		font-size: 16px
	}

	.productlist li .box .text .p {
		font-size: 14px;
		margin-top: 15px
	}

	.product-show .product-top .text .bt {
		font-size: 26px
	}

	.product-show .product-top .text .span {
		font-size: 20px
	}

	.related-title {
		font-size: 26px
	}

	.related-title:after {
		width: 55px;
		height: 4px
	}

	.product-show {
		padding: 55px 0 0 0
	}

	.product-show .product-info {
		padding-top: 40px
	}

	.product-show .product-top {
		padding-bottom: 70px
	}

	.related {
		padding: 55px 0
	}

	.team-show .team-top .text .bt {
		font-size: 26px;
		margin-bottom: 20px
	}

	.team-show .team-info {
		padding-top: 40px
	}

	.team-show .team-top {
		padding-bottom: 70px
	}

	.about {
		padding: 55px 0 0 0
	}

	.about02 .img .item .num {
		right: 0
	}

	.about-title {
		font-size: 32px
	}

	.about .about-jsh {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 40px
	}

	.about01 {
		padding-bottom: 70px
	}

	.about02 {
		padding-bottom: 70px;
		padding-top: 50px
	}

	.about02 .img {
		padding: 50px 50px 40px 50px
	}

	.about02 .img .item .text {
		padding-left: 556px
	}

	.product-show1 .product-top {
		padding: 0 0 50px 0
	}

	.product-bottom1 .p-title {
		font-size: 26px;
		padding-bottom: 10px
	}

	.product-show .product-top .text .jsh {
		font-size: 16px;
		line-height: 30px
	}

	.product-show .product-top .text .btn a {
		font-size: 18px
	}

	.product-show .product-top .text .jsh {
		margin-bottom: 10px;
		margin-top: 10px
	}

	.product-show .product-top .text .jsh p {
		padding-bottom: 15px;
		margin-bottom: 15px
	}
}

@media (max-width:1240px) {
	.team .list ul li {
		padding: 0 10px
	}

	.team .list ul {
		margin: 0 -10px
	}

	.culture .list ul li {
		padding: 0 5px
	}

	.product-show .product-top {
		width: 100%
	}

	.product-show .product-top .text .jsh {
		font-size: 14px;
		line-height: 28px;
		min-height: 112px
	}

	.team-show .team-top {
		width: 100%
	}

	.team-show .team-top .text .jsh {
		font-size: 14px
	}

	.team-show .team-top .img {
		padding-left: 63px
	}
}

@media (max-width:1023px) {
	.product1 .aside {
		display: none
	}

	.product1 .inmain-right {
		width: 100%
	}

	.prolist li .box .text {
		padding: 15px
	}

	.prolist li .box .text .bt {
		font-size: 18px
	}

	.prolist li .box .text .p {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.prolist li .box .text .more {
		font-size: 12px
	}

	.prolist li {
		margin-bottom: 20px
	}



	.honor-top {
		padding-top: 20px
	}

	.honor-top .img {
		display: block
	}

	.honor-top .tu {
		width: 100%
	}

	.honor-top .pro-max .text {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		border: 3px solid #666;
		overflow: hidden;
		background: none;
		height: auto;
		padding: 15px;
		margin: 10px 0 20px 0
	}

	.honor-top .pro-max .text .left {
		padding: 0;
		text-align: left;
		width: 100%
	}

	.honor-top .text .left h3 {
		font-size: 16px
	}

	.honor-top .text .right h3 {
		font-size: 16px;
		line-height: 30px
	}

	.honor-top .text .right p {
		font-size: 14px
	}

	.honor-top .pro-max .text .right {
		padding: 0;
		width: 100%
	}

	.honor-top .pro-max {
		padding-bottom: 0;
		background: none
	}

	.honor-top .pro-min {
		padding: 0 50px;
		margin-top: 0
	}

	.honor-top .pro-max .item {
		padding: 0
	}

	.honor-bottom .slick-prev {
		left: 0
	}

	.honor-bottom .slick-next {
		right: 0
	}

	.honor-bottom .pro-min {
		padding: 0
	}

	.honor-bottom .slick-prev,.honor-bottom .slick-next {
		width: 34px;
		height: 34px;
		background-color: #fff !important
	}

	.honor-bottom .pro-min .getIndex {
		padding: 0 5px
	}

	.inside-title-2 {
		font-size: 22px
	}

	.culture .list ul li .box .bt {
		font-size: 18px;
		padding-left: 90px
	}

	.culture .list {
		padding-top: 20px
	}

	.reportlist {
		padding-bottom: 30px
	}

	.reportlist li {
		padding: 0
	}

	.reportlist li .box {
		padding-left: 0;
		line-height: 70px;
		padding-right: 120px
	}

	.reportlist li .box .time {
		display: none
	}

	.reportlist li .box .span {
		display: none
	}

	.reportlist li .box .bt {
		width: 100%;
		font-size: 14px
	}

	.news-show h1 {
		font-size: 22px;
		line-height: 30px
	}

	.news-show .tag {
		font-size: 13px;
		line-height: 35px;
		margin: 12px 0 0 0
	}

	.news-show .ee .leftTool {
		display: none
	}

	.news-show .ee .con-article {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
		padding: 22px 0
	}

	.inbanner .inbanner-slick {
		display: none
	}

	.inbanner .inbanner-slick-phone {
		display: block
	}

	.inbanner .hover {
		padding-bottom: 0
	}

	.second-nav {
		margin-top: 0
	}

	.second-nav .container02 {
		padding: 0
	}

	.contents {
		padding: 30px 0
	}

	.productlist {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.product-class ul li {
		margin: 0 5px 10px 5px
	}

	.product-show {
		padding: 30px 0 0 0
	}

	.product-show .product-info {
		padding-top: 20px
	}

	.product-show .product-top {
		padding-bottom: 30px
	}

	.related {
		padding: 30px 0
	}

	.team-show .team-info {
		padding-top: 20px
	}

	.team-show .team-top {
		padding-bottom: 30px
	}

	.about {
		padding: 30px 0 0 0
	}

	.about02 .list {
		padding: 0 70px
	}

	.about02 {
		padding-bottom: 30px;
		padding-top: 30px
	}

	.about02 .list .slick-prev {
		left: 15px
	}

	.about02 .list .slick-next {
		right: 15px
	}

	.about02 .img {
		padding: 20px 0 20px 0
	}

	.about01 {
		padding-bottom: 30px
	}

	.about-title {
		font-size: 22px
	}

    .product-show .product-top .text .btn a {
        width:100%;
        margin-bottom:10px;
    }
}

@media (max-width:768px) {
	.careers-search {
		padding-right: 24px;
		width: 100%;
		margin: 20px auto 0 auto
	}

	.careers-search .selectbox {
		padding-right: 20px
	}

	.list-div .jobsub p {
		font-size: 14px
	}

	.list-div dl dt {
		padding: 0 20px
	}

	.prolist {
		margin: 0 -5px;
		padding-top: 20px;
		padding-bottom: 21px
	}

	.prolist li {
		padding: 0 5px;
		margin-bottom: 20px
	}

	.team-show .team-top .img {
		padding-left: 0
	}

	.team-show .team-top {
		padding-top: 30px
	}

	.team .list ul li {
		width: 33.33333%;
		margin-bottom: 20px
	}

	.team .list ul {
		padding-bottom: 20px
	}

	.team .list ul li .text .h3 {
		font-size: 16px
	}

	.culture .list ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.culture .list ul li .box {
		height: auto;
		padding: 20px
	}

	.inside-page-news li a b {
		display: none
	}

	.inside-page-news li {
		height: 45px
	}

	.inside-page-news li a span {
		width: 20px;
		height: 45px
	}

	.inside-page-news ul {
		height: 45px;
		line-height: 45px
	}

	.inside-page-news .fanhui {
		line-height: 45px
	}

	.inside-page-news .fanhui:before {
		height: 45px
	}

	.inside-page-news .fanhui {
		top: auto;
		left: auto;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		position: relative;
		display: block
	}

	.inside-page-news li {
		padding: 0 10px 0 0
	}

	.inside-page-news li:last-child {
		float: right;
		padding: 0 0 0 10px
	}

	.product-show .product-top .img {
		width: 100%
	}

	.product-show .product-top .text {
		width: 100%;
		padding-top: 10px
	}

	.product-show .product-top .text .bt {
		font-size: 20px
	}

	.product-show .product-top .text .span {
		font-size: 16px
	}

	.product-show .product-top .text .btn a {
		width: 125px;
		line-height: 40px;
		font-size: 14px
	}

	.product-show .product-top .text .btn a img {
		width: 18px
	}

	.related-title {
		font-size: 20px
	}

	.related-title:after {
		width: 30px;
		height: 2px
	}

	.team-show .team-top .text .bt {
		font-size: 20px
	}

	.about02 .img .item .text {
		padding-left: 0;
		padding-top: 10px
	}

	.about02 .img .item .tu {
		width: 480px;
		position: relative;
		top: auto;
		left: auto;
		z-index: 2
	}

	.about02 .img .item {
		height: auto
	}

	.about02 .img .item .text .bt {
		font-size: 20px;
		line-height: 30px
	}

	.about02 .img .item .text .jsh {
		font-size: 14px
	}

	.careers-search .ssr_input input {
		font-size: 14px
	}

	.sod_select {
		font-size: 14px
	}

	.sod_select .sod_label {
		font-size: 14px !important
	}
}

@media (max-width:640px) {
	.careers-search .selectbox {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px
	}

	.careers-search .ssr_input {
		width: 100%;
		padding-right: 0
	}

	.careers-search .ssr_btn {
		bottom: 0;
		top: auto
	}

	.careers-search {
		padding-right: 0
	}

	.prolist li {
		width: 50%
	}

	.team .list ul li {
		width: 50%
	}

	.productlist li {
		width: 50%
	}

	.productlist li .box .text .bt,.productlist li .box .text .span {
		font-size: 14px
	}

	.productlist li .box .text .p {
		margin-top: 10px
	}

	.productlist li .box .text {
		padding: 10px
	}

	.newslist .pic {
		position: relative;
		width: auto;
		top: auto;
		left: auto
	}

	.newslist .box {
		padding: 10px
	}

	.newslist li {
		margin-bottom: 20px;
		width: 50%;
		float: left;
		padding: 0 5px
	}

	.newslist {
		padding-bottom: 10px;
		margin: 0 -5px
	}

	.newslist .text {
		padding: 15px 0 0 0;
		min-height: 0
	}

	.newslist .source {
		margin-bottom: 5px
	}

	.newslist .title {
		font-size: 16px;
		margin-bottom: 0
	}

	.newslist .jsh {
		margin-bottom: 10px
	}

	.newslist .date {
		display: none
	}

	.team-show .team-top .img {
		width: 100%
	}

	.team-show .team-top .text {
		width: 100%
	}
}

@media (max-width:500px) {
	.about02 .img .item .tu {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		z-index: 2
	}
}

.sod_select,.sod_select * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sod_select {
	display: inline-block;
	position: relative;
	line-height: 52px;
	width: 100%;
	height: 54px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	outline: 0;
	background: rgba(255,255,255,0.1);
	float: left
}

.sod_select:before,.sod_select:after {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 14px
}

.sod_select:after {
	content: "";
	top: 0
}

.sod_select.disabled {
	border-color: #828282;
	color: #b2b2b2;
	cursor: not-allowed
}

.sod_select .sod_label {
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 40px
}

.sod_select .sod_list_wrapper {
	position: absolute;
	top: 100%;
	left: -1px;
	display: none;
	max-height: 400px;
	overflow: auto;
	width: 100%;
	margin: 0 0 0 0;
	background: #fff;
	border: 1px solid #b5b5b5;
	color: #666;
	z-index: 1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.sod_select.open .sod_list_wrapper {
	display: block
}

.sod_select.disabled.open .sod_list_wrapper {
	display: none
}

.sod_select.above .sod_list_wrapper {
	top: auto;
	bottom: 100%;
	border-top: 3px solid #000
}

.sod_select .sod_list {
	display: block;
	overflow-y: auto;
	padding: 0;
	margin: 0
}

.sod_select .sod_option {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	list-style-type: none
}

.sod_select .sod_option.optgroup,.sod_select .sod_option.optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 10px;
	font-style: italic
}

.sod_select .sod_option.groupchild {
	padding-left: 20px
}

.sod_select .sod_option.is-placeholder {
	display: none
}

.sod_select .sod_option.disabled {
	background: inherit;
	color: #ccc
}

.sod_select .sod_option.active {
	color: #07369d
}

.sod_select .sod_option.selected:before {
	content: "";
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #808080;
	height: 9px;
	width: 10px;
	background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K)
}

.sod_select.no_highlight .sod_option.selected {
	font-weight: 300
}

.sod_select.no_highlight .sod_option.selected:before {
	display: none
}

.sod_select select {
	display: none !important
}

.sod_select.touch select {
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1
}

.banner li:nth-child(4) .more {
	display: none;
}

.banner li:nth-child(3) .btn {
	top: 52px;
    position: relative;
}


.hchx img {
	vertical-align: top;
}
.hchx .scly .nr {
	width: 1160px;
	height: 618px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hchx-scly-bg.png) no-repeat 0px top;
	text-align: center;
	position: relative;
}
.hchx .scly .list .pic {
	position: absolute;
}
.hchx .scly .list .text {
	line-height: 1;
	position: absolute;
}
.hchx .scly .list .cn {
	font-size: 24px;
	color: #898989;
	line-height: 40px;
}
.hchx .scly .list .en {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: 700;
}
.hchx .scly .list .li-1 .text {
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.hchx .scly .list .li-1 .pic {
	top: 57px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.hchx .scly .list .li-2 .text {
	text-align: left;
	top: 154px;
	left: 826px;
}
.hchx .scly .list .li-2 .pic {
	top: 168px;
	left: 766px;
}
.hchx .scly .list .li-3 .text {
	text-align: left;
	top: 382px;
	left: 826px;
}
.hchx .scly .list .li-3 .pic {
	top: 394px;
	left: 766px;
}
.hchx .scly .list .li-4 .text {
	top: 553px;
	left: 50%;
	transform: translateX(-50%);
}
.hchx .scly .list .li-4 .pic {
	top: 513px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.hchx .scly .list .li-5 .text {
	text-align: right;
	top: 383px;
	left: 204px;
}
.hchx .scly .list .li-5 .pic {
	top: 395px;
	left: 345px;
}
.hchx .scly .list .li-6 .text {
	text-align: right;
	top: 154px;
	left: 204px;
}
.hchx .scly .list .li-6 .pic {
	top: 171px;
	left: 345px;
}

@media screen and (max-width: 1260px) {
	.hchx .scly .nr {
		transform: scale(0.8);
		margin-left: -6%;
	}
}
@media screen and (max-width: 1023px) {
	.hchx .scly .nr {
		width: 100%;
		height: 100%;
		background: none !important;
		transform: scale(1);
		margin-left: 0;
	}
	.hchx .scly .list li {
		width: 100%;
		text-align: center !important;
		border-bottom: 1px #eee dashed;
		padding: 20px 0;
	}
	.hchx .scly .list .text {
		position: static !important;
		transform: translateX(0) !important;
		text-align: center !important;
	}
	.hchx .scly .list .cn {
		font-size: 18px;
	}
	.hchx .scly .list .en {
		font-size: 16px;
	}
	.hchx .scly .list .pic {
		position: static !important;
		transform: translateX(0) !important;
		text-align: center !important;
	}
}