@charset "utf-8";

body {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,table,td,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
	margin: 0;
	padding: 0
}

input,select,textarea {
	font-size: 14px;
	border: 0;
	margin: 0;
	padding: 0
}

img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	transition: .3s
}

a:hover {
	cursor: pointer
}

a:focus {
	outline: 0
}

ul,li,dl,dt,dd {
	list-style: none outside none
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
	cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}

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

@-moz-keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

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

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.warper {
	width: 98%;
	max-width: 1300px;
	margin: 0 auto
}
.warper2 {
	width: 98%;
	max-width: 1300px;
	margin: 0 auto
}
section,.main {
	padding: 30px 0
}

.backToTop {
	width: 60px;
	height: 60px;
	background: #2056ac url(../images/icon_top.png) no-repeat center;
	cursor: pointer;
	position: fixed;
	right: 3%;
	text-indent: 9999px;
	bottom: 50px;
	color: #fff;
	border-radius: 6px;
	transition: all .3s
}

.backToTop:hover {
	background: #84c321 url(../images/icon_top.png) no-repeat center;
	cursor: pointer
}

header {
	background: #fff
}

.head {
	background: #2056ac
}

.head .email {
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px
}

.head .email i {
	color: #12733d;
	margin-right: 5px
}

.head .email a {
	color: #fff
}

.head .email a:hover {
	text-decoration: underline
}

.head .media,.head .language {
	overflow: hidden;
	float: left
}

.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 25px
}

.head .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.head .media a.twitter,.edit-box .media a.twitter {
	background-position: -32px 0
}

.head .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -66px 0
}

.head .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -100px 0
}

.head .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.head .media a.oa,.edit-box .media a.oa {
	background-position: -165px 0
}

.head .right {
	float: right
}

.head .language {
	color: #fff;
	line-height: 30px
}

.head .language a {
	color: #fff;
	margin: 0 10px;
	line-height: 40px;
	font-size: 13px
}

.head .language a:hover {
	text-decoration: underline
}

.head:after {
	display: table;
	content: '';
	clear: both
}

.edit-box .media {
	margin-left: 0;
	margin-top: 20px
}

#nav:after {
	content: '';
	display: block;
	clear: both
}

#nav {
	padding-bottom: 1px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 60px rgba(0,0,0,0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
	box-shadow: 0 3px 10px rgba(0,0,0,0.27),0 0 40px rgba(0,0,0,0.06) inset;
	background:#eee;
}

#nav .logo {
	float: left;
	width: 240px;
	margin-top: 10px
}

#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #2056ac;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50px;
	line-height: 35px;
	text-align: center;
	font-size: 20px
}

.close-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 88
}

.nav-open {
	transform: translateX(0)
}

.close-open {
	opacity: .5;
	visibility: visible
}

.body-hidden {
	overflow: hidden!important
}

.position {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 99
}

.position#nav .nav-button {
	top: 10px
}

.proinfocon .tabbox2,.proinfocon .tabbox3,.proinfocon .tabbox4 {
	overflow-x: hidden
}

.proinfocon .tabbox2 .item {
	width: 50%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox3 .item {
	width: 33.33%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox4 .item {
	width: 25%;
	padding: 0 2%;
	float: left
}

.proinfocon .tabbox2 img,.proinfocon .tabbox3 img,.proinfocon .tabbox4 img {
	margin: 0;
	width: 100%
}

.proinfocon .tabbox2 p,.proinfocon .tabbox3 p,.proinfocon .tabbox4 p {
	margin: 0;
	line-height: 22px
}

@media(min-width:992px) {
	nav {
		float: right;
		margin-top: 9px
	}

	nav li {
		float: left;
		position: relative
	}

	nav li>a {
		padding: 25px 9px;
		display: block;
		font-size: 16px;
		color: #222;
		text-align: center;
		transition: .5s;
		position: relative;
		font-weight:bold;
	}

	nav ul>:last-child>a:after {
		display: none
	}

	nav dl {
		position: absolute;
		display: block;
		background: #03358e;
		font-weight:bold;
		top: 73px;
		opacity: 0;
		transition: opacity 1s ease;
		left: 9999px;
		z-index: 999
	}

	nav dl dd {
		display: block
	}

	nav dl a {
		color: #fff;
		display: block;
		padding: 10px 15px;
		white-space: nowrap
	}

	nav a i.fa {
		color: #1b7143;
		font-size: 13px;
		margin-left: 5px
	}

	nav dl a:hover {
		background: #0096de
	}

	nav li:hover dl {
		opacity: 1;
		left: 0
	}

	#nav .nav-button {
		display: none
	}
}

@media(min-width:1150px) {
	nav li>a {
		padding: 22px 20px
	}
}

@media(min-width:1280px) {
	nav li>a {
		padding: 25px 20px
	}
}

@media(max-width:991px) {
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 240px;
		box-shadow: 0 3px 5px #666;
		z-index: 99;
		padding: 10px 0;
		overflow: auto;
		background: #e5e5e5;
		transform: translateX(-300px);
		transition: .3s
	}

	nav li>a {
		font-size: 16px;
		padding: 8px 10px;
		display: block;
		font-weight: bold
	}

	nav li a:hover {
		background: #189851;
		color: #fff
	}

	nav li dl {
		background: #eee;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}

	nav li dd a {
		padding: 8px 20px;
		display: block;
		font-size: 13px
	}
}

footer {
	background: #464646 url(../images/footerbg.jpg);
	color: #ddd
}

footer .footer {
	padding: 50px 0
}

footer h4 {
	text-transform: uppercase;
	color: #009ce3;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 45px
}

footer li.item {
	background: url(../images/footer_line.png) no-repeat right top;
	float: left
}

footer li.item1 {
	padding-right: 4%;
	width: 28%
}

footer li.item2 {
	padding: 0 5%;
	width: 38%
}

footer li.item3 {
	padding-left: 5%;
	width: 34%
}

footer li.item:last-child {
	background: 0
}

footer dl {
	overflow: hidden
}

footer dd {
	padding: 0 0 15px 0;
	width: 30%;
	margin-right: 3%;
	float: left
}

footer dd img {
	width: 100%;
	display: block;
	margin-bottom: 8px
}

footer dd b {
	display: block;
	font-weight: 100;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px
}

footer .media a {
	font-size: 20px;
	margin-right: 5px;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center
}

footer .media a i {
	color: #2b2c2b
}

footer .media a:hover {
	background: #84c321
}

footer input,footer textarea {
	width: 100%;
	border: 0;
	background: #3a3a3a;
	line-height: 35px;
	padding: 0 15px;
	resize: none;
	margin-bottom: 8px
}

footer .submit {
	width: 150px;
	border: 0;
	line-height: 40px;
	background: #009ce3;
	color: #000;
	border-radius: 2px
}

footer .submit:hover {
	background: #90d228
}

footer .contact li {
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 10px
}

footer .contact i {
	margin-right: 10px;
	color: #009ce3;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 8px;
	vertical-align: middle;
	margin-top: -2px
}

footer .contact i.fa-phone {
	font-size: 20px
}

footer .contact i.fa-map-marker {
	font-size: 22px;
	margin-left: 3px;
	top: 6px
}

footer .contact ul {
	padding: 0;
	margin-top: 15px
}

footer a {
	color: #ddd;
	transition: .3s
}

footer a:hover {
	color: #0e6a37
}

footer .navcop {
	background: url(../images/footerbg2.jpg);
	overflow: hidden;
	padding: 30px 0
}

footer .copyright {
	text-align: center;
	font-size: 16px
}

.scroll {
	position: relative
}

.lx-flexisel-inner {
	overflow: hidden
}

.lx-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
	overflow: hidden;
	zoom: 1
}

.lx-flexisel-item {
	float: left;
	cursor: pointer;
	position: relative;
	text-align: center
}

.scroll_btn span {
	display: block;
	width: 37px;
	height: 76px;
	line-height: 86px;
	transition: all .3s;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	z-index: 5
}

.scroll_btn span i {
	color: #fff;
	font-size: 30px;
	font-weight: 100
}

.lx-flexisel-nav-left {
	float: left
}

.lx-flexisel-nav-right {
	float: right
}

.scroll_btn span:hover {
	background: rgba(35,119,71,.9)
}

.scroll_btn {
	text-align: center;
	height: 76px;
	width: 100%;
	display: block;
	top: 50%;
	margin-top: -38px;
	position: absolute;
	overflow: hidden
}}

#banner img {
	display: block;
	width: 100%;
}

#banner_home {
	padding-bottom: 60px;
	position: relative
}

#banner_home .owl-theme .owl-controls {
	position: absolute;
	bottom: 120px;
	width: 100%
}

#banner_home .owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: .5;
	border-radius: 50%
}

#banner_home .owl-theme .owl-controls .owl-page.active span {
	background: #84c321;
	opacity: 1
}

.wh-box-banbot {
	width: 1300px;
	margin: 0 auto;
	height: 135px;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -650px
}

.wh-box-banbot:hover {
	height: 235px
}

.wh-box-banbot .item {
	width: 25%;
	max-width: 325px;
	float: left;
	display: inline-block;
	vertical-align: bottom;
	background: #2056ac;
	text-align: center
}

.wh-box-banbot .item a {
	display: block;
	color: #fff;
	padding: 30px 3%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-banbot .item b {
	display: block;
	line-height: 22px;
	color: #c1fbb1;
	height: 0;
	overflow: hidden;
	font-weight: 100;
	transition: all .5s;
	text-transform: none;
	font-size: 14px;
	font-weight: 100px
}

.wh-box-banbot .item span {
	width: 100px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	margin: 0 auto;
	display: none;
	padding: 3px 0
}

.wh-box-banbot .item i {
	display: block;
	width: 54px;
	height: 41px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(../images/icon_banbot.png) no-repeat
}

.wh-box-banbot .item2 i {
	background-position: -54px 0
}

.wh-box-banbot .item3 i {
	background-position: -108px 0
}

.wh-box-banbot .item4 i {
	background-position: -162px 0
}

.wh-box-banbot .item a:hover {
	background: #84c321
}

.wh-box-banbot .item a:hover b {
	height: 44px;
	margin: 15px 0 22px 0
}

.wh-box-banbot .item a:hover span {
	display: block
}

.wh-box-banbot .item1 {
	position: absolute;
	left: 0;
	bottom: 0
}

.wh-box-banbot .item2 {
	position: absolute;
	left: 25%;
	bottom: 0
}

.wh-box-banbot .item3 {
	position: absolute;
	left: 50%;
	bottom: 0
}

.wh-box-banbot .item4 {
	position: absolute;
	left: 75%;
	bottom: 0
}

.box_tit {
	margin-bottom: 50px;
	color: #a2a2a2;
	text-transform: uppercase;
	font-size: 16px
}

.box_tit h2 {
	color: #333;
	text-transform: initial;
	font-size: 34px;
	margin: 5px 0 10px 0;
	color:#113f9c !important;
	font-weight:bold;
}

.box_tit span {
	display: block;
	background: #2056ac;
	height: 4px;
	width: 136px
}

.wh-box-company .con {
	color: #959595;
	line-height: 24px;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 50px
}

.wh-box-company a.more {
	background: #2056ac;
	color: #fff;
	display: inline-block;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: 600
}

.wh-box-company a.more i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #84c321;
	color: #004b20;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
	padding-left: 2px
}

.wh-box-company a.more:hover {
	background: #045b29
}

.wh-box-company_m {
	background: url(../images/wh-box-company_mbg.jpg);
	overflow: hidden
}

.wh-box-company_m .row {
	position: relative
}

.wh-box-company_m .item {
	width: 25%;
	float: left;
	padding: 0 1%;
	position: absolute
}

.wh-box-company_m h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600
}

.wh-box-company_m p {
	color: #888;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden
}

.wh-box-company_m .company_m_pic {
	margin: 100px auto;
	display: block;
	width: 98%
}

.wh-box-company_m .item1 {
	left: 0;
	top: 30px
}

.wh-box-company_m .item2 {
	left: 25%;
	top: 69%
}

.wh-box-company_m .item3 {
	left: 50%;
	top: 0
}

.wh-box-company_m .item4 {
	left: 75%;
	top: 69%
}

.wh-box-company .scroll .scroll_btn {
	height: 36px;
	margin-top: -18px
}

.wh-box-company .scroll .scroll_btn span {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 40px;
	background: #2056ac
}

.wh-box-company .scroll .scroll_btn span:hover {
	background: #98d13d
}

.wh-box-company .scroll .scroll_btn span i {
	font-size: 18px
}

.wh-box-company .scroll .borderbox {
	border: 3px solid #ddd;
	width: 96%;
	position: absolute;
	left: 2%;
	top: 0;
	height: 80%;
	top: 10%
}

.wh-box-company .scroll li a {
	display: block;
	width: 87%;
	margin: 0 auto
}

.wh-box-company .scroll li a img {
	display: block;
	width: 100%
}

.wh-box-num {
	background: url(../images/wh-box-numbg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.wh-box-num .box_tit {
	color: #cddca7;
	text-align: center
}

.wh-box-num .box_tit h2 {
	color: #fff
}

.wh-box-num .box_tit span {
	background: #fff;
	margin: 0 auto;
	width: 105px
}

#wrap {
	overflow: hidden;
	margin-top: 60px
}

#wrap .jumbo {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 30px;
	border-right: 1px solid #556154;
	text-align: center;
	font-weight: 600
}

#wrap .jumbo:last-child {
	border: 0
}

#wrap .jumbo h5 {
	font-size: 35px;
	margin-top: 20px;
	display: inline-block;
}

#wrap .jumbo b {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	font-weight: 100
}

#wrap .jumbo i {
	display: block;
	margin: 0 auto;
	width: 49px;
	height: 54px;
	background: url(../images/num_i.png) no-repeat 0 -54px;
	transition: all .5s
}

#wrap .jumbo i.item2 {
	background-position: -49px -54px
}

#wrap .jumbo i.item3 {
	background-position: -98px -54px
}

#wrap .jumbo i.item4 {
	background-position: -147px -54px
}

#wrap .jumbo:hover {
	color: #84c321
}

#wrap .jumbo:hover i.item1 {
	background-position: 0 0
}

#wrap .jumbo:hover i.item2 {
	background-position: -49px 0
}

#wrap .jumbo:hover i.item3 {
	background-position: -98px 0
}

#wrap .jumbo:hover i.item4 {
	background-position: -147px 0
}

#main .wh-box-product {
	overflow: hidden
}

.wh-box-product .box_tit {
	text-align: center;
	color: #c9c9c9
}

.wh-box-product .box_tit span {
	margin: 0 auto
}

.wh-box-product .sub-nav {
	text-align: center;
	margin-bottom: 40px
}

.wh-box-product .sub-nav a {
	display: inline-block;
	width: 200px;
	margin: 0 6px;
	position: relative;
	padding-bottom: 20px
}

.wh-box-product .sub-nav a b {
	border: 1px solid #2056ac;
	background: #fff;
	font-size: 16px;
	color: #004b20;
	border-radius: 0;
	padding: 8px 0;
	display: block;
	width: 100%;
	text-align: center
}

.wh-box-product .sub-nav a i {
	line-height: none;
	margin-top: 0;
	padding-top: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	color: #2056ac;
	font-size: 32px;
	display: none
}

.wh-box-product .sub-nav a.on b {
	background: #2056ac;
	color: #fff
}

.wh-box-product .sub-nav a.on i {
	display: block
}

.wh-box-product .con .item {
	width: 21%;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right:3%;
}

.wh-box-product .con .item .pic {
	display: block;
	width: 100%;
	margin-bottom:20px;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;
}

.wh-box-product .con .item a.bg {
	background: rgba(32,86,172,.9);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s
}

.wh-box-product .con .item a.foncon {
	color: #fff;
	width: 80%;
	position: absolute;
	left: 10%;
	overflow: hidden;
	text-align: center;
	top: 50%;
	margin-top: -77px;
	opacity: 0;
	transition: all .3s
}

.wh-box-product .con .item a.foncon h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600
}

.wh-box-product .con .item a.foncon span {
	background: #eca43e;
	color: #004b20;
	display: inline-block;
	padding: 6px 40px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-product .con .item a.foncon p {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden
}



.wh-box-product .con .item:hover a.bg,.wh-box-product .con .item:hover a.foncon {
	opacity: 1
}






.wh-box-product .con .item2 {
	width: 22%;
	float: left;
	position: relative;
	cursor: pointer;
    padding-bottom:40px;
}

.wh-box-product .con .item2 .pic {
	display: block;
	width: 100%;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;

}

.wh-box-product .con .item2 a.bg {
	background: rgba(32,86,172,.9);
	opacity: 0;
	width: 100%;
	height: 85%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	border-radius:20px;
	border-bottom: 9px solid #eca43e;
}

.wh-box-product .con .item2 a.foncon {
	color: #fff;
	height: 155px;
	width: 80%;
	position: absolute;
	left: 10%;
	overflow: hidden;
	text-align: center;
	top: 50%;
	margin-top: -77px;
	opacity: 0;
	transition: all .3s
}

.wh-box-product .con .item2 a.foncon h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600
}

.wh-box-product .con .item2 a.foncon span {
	background: #eca43e;
	color: #004b20;
	display: inline-block;
	padding: 6px 40px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.wh-box-product .con .item2 a.foncon p {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden
}

.wh-box-product .con .item2:nth-child(even) {
	margin: 0 2%
}

.wh-box-product .con .item2:hover a.bg,.wh-box-product .con .item2:hover a.foncon {
	opacity: 1
}























.hpro .con {
	display: none
}

.wh-box-new {
	background: url(../images/wh-newbg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover
}

.wh-box-new .box_tit h2 {
	color: #fff
}

.wh-box-new .box_tit p {
	color: #b1d7a9
}

.wh-box-new .box_tit span {
	background: #84c321
}

.wh-box-new .con {
	color: #fff;
	line-height: 30px;
	margin-bottom: 50px
}

.wh-box-new a.more {
	background: #84c321;
	color: #004b20;
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	border-radius: 20px;
	font-weight: 600
}

.wh-box-new a.more i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #004b20;
	color: #fff;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
	padding-left: 2px
}

.wh-box-new .new_pic {
	float: right;
	width: 70%;
	display: block
}

.wh-box-new a.more:hover {
	background: #90d228
}

.wh-box-service .con {
	line-height: 24px;
	color: #909090;
	margin-bottom: 25px
}

.wh-box-service li {
	line-height: 32px;
	font-weight: 600
}

.wh-box-service li i {
	background: #004b20;
	color: #fff;
	display: inline-block;
	width: 15px;
	padding-left: 1px;
	height: 15px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	transition: all .3s
}

.wh-box-service li a:hover i {
	background: #5ec74f
}

.wh-box-service li a {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap
}

.wh-box-service .service_map {
	display: block;
	float: right;
	width: 98%;
	margin-top: 45px
}

#position {
	position:relative;
	text-align: center;
	overflow: hidden;
	height:80px;
	background:#f9d409;
	line-height:80px;
}

#position .con {
	width: 850px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	color: #fff;
	left: 50%;
	margin-left: -425px;
	height: 80px;
}

#position h3 {
	font-size: 30px;
	font-weight: 600
}

#position h2 {
	font-size: 45px;
	margin-bottom: 15px;
	font-weight: 600;
	color:#113f9c
}

#position b {
	font-weight: 600;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden
}

#position p {
	margin-bottom: 20px;
	max-height: 66px;
	line-height: 22px;
	overflow: hidden
}

#position a {
	color: #fff
}

#position i {
	margin-right: 10px;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px
}

.pages {
	text-align: center;
	margin: 20px 0 50px 0
}

.pages span,.pages a {
	border: 1px solid #1a6e42;
	margin: 0 5px;
	padding: 8px 10px;
	color: #1a6e42;
	display: inline-block
}

.pages span i,.pages a i {
	margin: 0 5px
}

.pages span.on,.pages a.on {
	color: #fff;
	background: #1a6e42
}

.contact_tip {
	color: #666;
	line-height: 24px;
	margin-bottom: 30px
}

#inquiry input,#inquiry textarea {
	width: 100%;
	margin: 10px 0;
	line-height: 24px;
	background: #f2f2f2;
	resize: none;
	padding: 8px 15px
}

#inquiry button {
	border: 0;
	background: #2056ac;
	transition: all .3s;
	color: #fff;
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%
}

#inquiry button:hover {
	background: #2056ac
}

#inquiry {
	margin-bottom: 50px
}

.edit-box {
	line-height: 30px;
	overflow: hidden;
	float: right
}

.edit-box h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0 20px 0
}

.edit-box .con div,.edit-box .con div a {
	color: #666
}

.edit-box .con div {
	margin: 8px 0;
	position: relative
}

.edit-box .con div a:hover {
	color: #159b51
}

.edit-box .con div b {
	font-weight: 600;
	margin-right: 5px
}

.edit-box .con div label {
	background: #fff;
	color: #159b51;
	margin-right: 10px;
	font-size: 18px
}

.lis_news {
	overflow: hidden
}

.lis_news li {
	margin-bottom: 30px
}

.lis_news li a {
	background: #ececec;
	display: block;
	border: 2px solid #ececec;
	padding: 15px;
	overflow: hidden
}

.lis_news .pic {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden
}

.lis_news .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.lis_news .pic .time {
	position: absolute;
	left: 0;
	top: 0;
	background: #2056ac;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px
}

.lis_news .pic .time b {
	display: block;
	margin: 0 auto;
	font-weight: 100
}

.lis_news .rightside {
	width: 72%;
	float: right;
	line-height: 24px
}

.lis_news .rightside h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.lis_news .rightside p {
	color: #555;
	max-height: 72px;
	overflow: hidden
}

.lis_news .rightside span {
	border: 2px solid #dfbd02;
	color: #f9d409;
	font-weight: 600;
	border-radius: 25px;
	padding: 5px 30px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s
}

.lis_news li a:hover {
	border: 2px solid #dfbd02;
	background: #fff
}

.lis_news li a:hover .rightside span {
	background: #f9d409;
	color: #fff;
	border: 2px solid #f9d409
}

.lis_news li a:hover .pic img {
	transform: scale(1.1)
}

.lis_case {
	overflow: hidden
}

.lis_case .item {
	margin-bottom: 40px
}

.lis_case .item span {
	background: #e7e7e7;
	display: block;
	padding: 25px 12px;
	border-top: 8px solid #2a8651;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 24px;
	transition: all .3s
}

.lis_case .item span b {
	display: block;
	overflow: hidden;
	height: 48px
}

.lis_case .pic {
	width: 100%;
	overflow: hidden
}

.lis_case .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.lis_case a:hover span {
	background: #2a8651;
	color: #fff;
	border-top: 8px solid #2e8a55
}

.lis_case a:hover .pic img {
	transform: scale(1.1)
}

#main .bgf {
	background: #fff
}

.about-box-cer {
	background: #eca43e;
	color: #fff;
	line-height: 24px;
	text-align: center
}

.about-box-cer .box_tit h2 {
	color: #fff
}

.about-box-cer .box_tit span {
	margin: 0 auto;
	background: #fff
}

.about-box-cer .con {
	padding-top: 20px
}

.about-box-cer .con p {
	width: 86%;
	margin: 0 auto
}

.about-box-cer .con img.about-box-cerpic {
	width: 96%;
	display: block;
	margin: 60px auto 25px auto
}

.about-box .row {
	overflow: hidden;
	margin-bottom: 50px;
	padding:20px;
	background:#efefef;
}

.about-box .row div {
	width: 48%;
	display: inline-block;
	color: #666;
	float: left
}

.about-box .row div p {
	line-height: 26px;
	font-size:17px;
}

.about-box .row img.pic {
	display: inline-block;
	float: right;
	margin-top: 20px
}

.about-box .row h4.tit {
	color: #2056ac;
	font-size: 28px;
	display: inline-block;
	border-radius: 0 25px 25px 0;
	padding-right: 30px;
	margin-bottom: 40px
}

.about-box .row h4.tit b {
	padding: 8px 0;
	display: block;
	border-left: 5px solid #2056ac;
	margin-left: 12px;
	padding-left: 10px
}

.about-box .row:nth-child(even) div {
	float: right;
}

.about-box .row:nth-child(even) img.pic {
	float: left
}

.about-box .row:nth-child(even) h4.tit {
	border-radius: 25px 0 0 25px;
	padding-right: 0;
	padding-left: 0px
}

.about-box .row:nth-child(even) h4.tit b {
	border-left: 0;
	border-right: 5px solid #2056ac;
	margin-right: 12px;
	padding-right: 10px;
	margin-left: 0;
	padding-left: 0
}

.about-box .row:last-child img.pic {
	margin-top: 0
}

.video_lis .box_tit,.rdmain .box_tit {
	text-transform: none
}

.video_lis .box_tit h3,.rdmain .box_tit h3 {
	font-size: 26px;
	text-align: center;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px
}

.video_lis .box_tit span,.rdmain .box_tit span,.pro_lis .box_tit span {
	margin: 0 auto
}

.video_lis ul {
	overflow: hidden
}

.video_lis ul li {
	width: 25%;
	float: left;
	margin-bottom: 25px
}

.video_lis ul li a {
	width: 95%;
	display: block;
	margin: 0 auto
}

.video_lis ul li a img {
	display: block;
	width: 100%
}

.infocon img {
	display: block;
	margin: 12px auto;
	max-width: 100%
}

.infocon {
	color: #555;
	line-height: 24px
}

.infocon h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0
}

.infocon p {
	margin: 25px 0
}

.infocon .time {
	background: #ebebeb;
	text-align: center;
	padding: 1px 10px;
	margin-bottom: 50px
}

.infocon h1 {
	font-size: 24px;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 30px
}

.rdmain .scroll ul li a {
	display: block;
	width: 96%;
	margin: 0 auto
}

.rdmain .scroll ul li a img {
	display: block;
	width: 100%;
	border-radius:20px;
}

.pro_lists {
	overflow: hidden;
	padding: 40px 0
}

.pro_lists ul {
	overflow: hidden
}

.pro_lists ul li {
	width: 48%;
	float: left;
	margin-bottom: 40px;
}

.pro_lists ul li a {
	display: block;
	border: 1px dashed #2056ac;
	padding: 15px;
	overflow: hidden;
	color: #666;
	line-height: 22px
}

.pro_lists ul li .pic {
	width: 52%;
	float: left;
	overflow: hidden
}

.pro_lists ul li .pic img {
	display: block;
	width: 100%;
	transition: all .3s
}

.pro_lists ul li .con {
	float: right;
	width: 45%
}

.pro_lists ul li .con h3 {
	font-size: 20px;
	color: #2056ac;
	font-weight: 600;
	margin: 6px 0 15px 0;
	height:40px;
}

.pro_lists ul li .con span {
	background: #2056ac;
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	border-radius: 25px;
	font-weight: 600;
	margin-top: 20px
}

.pro_lists ul li:nth-child(even) {
	margin-left: 4%
}

.pro_lists ul li a:hover {
	border: 1px solid #2056ac;
	background:#2056ac;
	color: #fff
}

.pro_lists ul li a:hover h3 {
	color: #fff
}

.pro_lists ul li a:hover span {
	background: #f9d409
}

.pro_lists ul li a:hover .pic img {
	transform: scale(1.1)
}

.pro_lis {
	background: #e6e6e6
}

.pro_lis .box_tit {
	text-align: center
}

.pro_lis .box_tit p {
	text-transform: none
}

.pro_lis .box_tit h2 {
	font-size: 25px;
	color: #115734;
	font-weight: 600
}

.pro_lis .scroll ul li a {
	display: block;
	width: 96%;
	margin: 0 auto;
	border: 1px solid #dcdcdc
}

.pro_lis .scroll ul li a img {
	display: block;
	width: 100%
}

.bged {
	background: #ededed
}

.qua_main h4.tit {
	font-size: 26px;
	text-align: center;
	padding: 0 10px;
	color: #222;
	font-weight: 600;
	margin-bottom: 35px
}

.qua_main p {
	color: #555;
	line-height: 24px;
	text-align: center;
	padding: 0 10px
}

.qua_main .scroll {
	margin-top: 50px
}

.qua_main .scroll ul li a {
	display: block;
	width: 93%;
	margin: 0 auto;
	border: 3px solid #ededed
}

.qua_main .scroll ul li a img {
	display: block;
	width: 100%
}

.qua_piclis {
	max-width: 100%;
	margin: 70px 0
}

.que_be {
	background: url(../images/qua_be_bg.jpg) no-repeat center;
	background: cover;
	padding: 130px 0
}

.que_be p {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}

.qua_main .que_be h4.tit {
	color: #fff
}

.qua_main .scroll_btn {
	width: 98%;
	left: 1%
}

.pro_qua_lis {
	padding: 70px 0;
	overflow: hidden
}

.pro_qua_lis ul {
	overflow: hidden
}

.pro_qua_lis li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 50px
}

.pro_qua_lis li img {
	display: block;
	margin: 0 auto 15px auto;
	width: 85%;
	max-width: 208px
}

.pro_qua_lis li b {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px
}

.history_lis li {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px
}

.history_lis li div.line {
	height: 100%;
	background: #1c8253;
	width: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px
}

.history_lis li .con {
	width: 51%;
	padding-right: 8px;
	float: left
}

.history_lis li .con p {
	line-height: 24px;
	text-align: right;
	padding-right: 50px;
	clear: both;
	color: #686868
}

.history_lis li .con .year {
	background: #1c8253;
	float: right;
	border-radius: 35px 0 0 35px;
	margin-bottom: 50px
}

.history_lis li .con .year b {
	border-right: 8px solid #fff;
	font-size: 28px;
	color: #fff;
	width: 230px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 0 10px 20px;
	display: block
}

.history_lis li .pic {
	margin-left: 5%;
	float: left;
	width: 40%
}

.history_lis li .pic img {
	width: 35%;
	display: block;
	margin-right: 2%;
	float: left
}

.history_lis li:nth-child(even) .con {
	float: right;
	padding: 0 0 0 8px
}

.history_lis li:nth-child(even) .pic {
	float: left
}

.history_lis li:nth-child(even) .con p {
	padding: 0 0 0 50px;
	text-align: left
}

.history_lis li:nth-child(even) .con .year {
	float: left;
	border-radius: 0 35px 35px 0
}

.history_lis li:nth-child(even) .con .year b {
	margin: 0 0 0 10px;
	padding: 10px 20px 10px 0;
	border-left: 8px solid #fff;
	border-right: 0
}

.history_lis li:nth-child(even) .pic img {
	float: right
}

.history_lis li:hover .con .year {
	background: #159b51
}

.proinfo {
	padding-bottom: 100px
}

.pro_detail {
	overflow: hidden;
	margin: 70px 0 100px 0
}

.pro_detail .picbox {
	width: 48%;
	float: left
}

.pro_detail .rightcon {
	float: right;
	width: 48%
}

.pro_detail .picbox .pic {
	float: left
}

.pro_detail .picbox div {
	width: 24%;
	float: left;
	margin-left: 1%
}

.pro_detail .picbox div img {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	cursor: pointer
}

.pro_detail .rightcon {
	color: #666;
	line-height: 26px
}

.pro_detail .rightcon h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px
}

.pro_detail .rightcon b {
	font-weight: 100
}

.pro_detail .rightcon h6 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 600
}

.pro_detail .rightcon span {
	margin-top: 25px;
	display: block
}

.pro_detail .rightcon a {
	padding: 7px 20px;
	display: inline-block;
	font-size: 16px;
	color: #fff
}

.pro_detail .rightcon a i {
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle
}

.pro_detail .rightcon a.online {
	background: #2056ac;
	margin-right: 15px
}

.pro_detail .rightcon a.message {
	background: #f9d409
}

.proinfotit {
	background: #e6e6e6;
	margin-bottom: 35px
}

.proinfotit b {
	display: inline-block;
	background: #2056ac;
	color: #fff;
	font-size: 22px;
	padding: 10px 30px
}

.proinfocon {
	margin-bottom: 60px;
	line-height: 26px
}

.proinfocon p {
	margin: 10px 20px
}

.proinfocon img {
	max-width: 100%;
	display: block;
	margin: 0 auto;

}

.proinfocon table.tab {
	border-left: 1px solid #2056ac;
	border-top: 1px solid #2056ac;
	margin: 40px 0;
	line-height: 24px
}

.proinfocon table.tab td {
	border-bottom: 1px solid #2056ac;
	background: #e6e6e6;
	color: #074722;
	border-right: 1px solid #2056ac;
	padding: 10px;
	text-align: center
}

.proinfocon table.tab tr:first-child th {
	background: #2056ac;
	color: #fff;
	font-weight: 600;
	padding: 10px
}

.proform b {
	text-align: center;
	padding: 10px;
	color: #777;
	font-size: 16px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px
}

.proform {
	padding-bottom: 70px;
	clear: both;
	overflow: hidden
}

.proform input {
	width: 48%
}

.proform input:nth-child(even) {
	margin-left: 4%
}

.proform textarea {
	width: 80%
}

.proform input,.proform textarea {
	margin: 10px 0;
	line-height: 24px;
	float: left;
	background: #f2f2f2;
	resize: none;
	padding: 8px 15px
}

.proform button {
	border: 0;
	background: #f9d409;
	float: left;
	width: 18%;
	margin-left: 2%;
	color: #fff;
	border-radius: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	height: 87px;
	transition: all .3s
}

.proform button:hover {
	background: #2056ac
}

#nav .search {
	float: right;
	text-align: center;
	position: relative;
	cursor: pointer
}

#nav .search .button {
	height: 40px;
	font-size: 18px;
	width: 40px;
	margin-top: 22px;
	line-height: 40px;
	color: #222
}

#nav .search form {
	position: absolute;
	right: 0;
	top: 76px;
	line-height: 30px;
	width: 280px;
	padding: 20px;
	background: #fff;
	z-index: 999;
	border: 1px solid #eaeaea;
	display: none
}

#nav .search input {
	border: 1px solid #ddd;
	padding: 0 3px;
	float: left;
	width: 200px
}

#nav .search button {
	float: left;
	width: 30px;
	height: 32px;
	border: 0;
	background: #2056ac;
	color: #fff
}

@media screen and (max-width:1300px) {
	.row {
		margin: 0
	}

	.wh-box-banbot {
		width: 100%;
		left: 0;
		margin-left: 0
	}

	#wrap .jumbo b {
		height: 48px
	}
}

@media screen and (max-width:990px) {
	section,.main {
		padding: 40px 0
	}

	#nav .search {
		margin-right: 50px
	}

	#nav .search .button {
		margin-top: 7px
	}

	#nav .logo {
		margin-bottom: 10px;
		width: 150px
	}

	#nav .logo img {
		height: 35px
	}

	#nav .search form {
		top: 54px
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 90px
	}

	#position h2 {
		font-size: 30px
	}

	#position h3 {
		font-size: 24px
	}

	.box_tit {
		font-size: 13px;
		margin-bottom: 25px
	}

	.box_tit span {
		width: 100px
	}

	.box_tit h2 {
		font-size: 27px
	}

	.wh-box-product .con .item a.foncon h3 {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.wh-box-company .scroll {
		margin-top: 30px
	}

	.wh-box-new .con {
		margin-bottom: 20px
	}

	.wh-box-product .sub-nav,.wh-box-company .con {
		margin-bottom: 20px
	}

	.contact_tip {
		width: 95%;
		margin: 0 auto 30px auto
	}

	.about-box .row h4.tit {
		font-size: 27px;
		margin-bottom: 20px
	}

	.about-box .row h4.tit b {
		padding: 12px 0 12px 10px
	}

	.pro_qua_lis li {
		width: 25%
	}

	.history_lis li .con .year {
		margin-bottom: 20px
	}

	.history_lis li .con {
		padding-right: 5px
	}

	.history_lis li:nth-child(even) .con {
		padding-left: 5px
	}

	.video_lis ul li {
		width: 33.3%
	}

	.pro_lists ul li .con p {
		max-height: 88px;
		overflow: hidden
	}

	.pro_detail {
		margin: 30px 10px 60px 10px
	}

	.pro_detail .picbox div {
		width: 100%;
		margin-left: 0;
		margin-top: 10px
	}

	.pro_detail .picbox div img {
		width: 33%;
		float: left;
		margin-bottom: 0
	}

	.pro_detail .picbox .pic {
		width: 100%
	}

	.pro_detail .picbox div img:nth-child(even) {
		margin: 0 .5%
	}

	.proinfotit {
		margin-bottom: 20px
	}

	.proinfocon table {
		margin: 20px 0
	}

	.proinfo {
		padding: 0 10px 50px 10px
	}

	.proinfocon {
		margin-bottom: 40px
	}

	.proform {
		padding-bottom: 40px
	}
}

@media screen and (max-width:900px) {
	#wrap .jumbo b {
		font-size: 14px
	}

	.wh-box-banbot .item a {
		padding: 30px 1%
	}

	.wh-box-banbot .item h5 {
		font-size: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.wh-box-company_m .company_m_pic {
		margin: 150px auto
	}

	.wh-box-company_m h3 {
		margin-bottom: 5px
	}

	.wh-box-company_m p {
		line-height: 22px;
		max-height: 85px
	}

	.wh-box-product .con .item a.foncon h3 {
		margin-bottom: 5px;
		font-size: 15px
	}

	.wh-box-product .con .item a.foncon span {
		margin-top: 5px
	}

	.wh-box-product .con .item a.foncon p {
		max-height: 44px
	}

	.wh-box-product .con .item a.foncon {
		margin-top: -50px;
		height: auto
	}

	footer h4 {
		font-size: 18px;
		margin-bottom: 20px
	}

	footer .media a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 17px
	}

	#position .con {
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: auto;
		top: 20px;
		margin-top: 0
	}

	.about-box .warper {
		width: 90%
	}

	.about-box .row h4.tit {
		font-size: 20px
	}

	.about-box-cer .con {
		padding-top: 0
	}

	.about-box-cer .con img.about-box-cerpic {
		margin: 30px auto 25px auto
	}

	.pro_lists ul li {
		width: 49%;
		margin-bottom: 20px
	}

	.pro_lists ul li:nth-child(even) {
		margin-left: 2%
	}

	.pro_lists ul li .pic {
		width: 100%;
		margin-bottom: 10px
	}

	.pro_lists ul li .con {
		width: 100%
	}

	.pro_lists.warper {
		width: 94%
	}

	.lis_news .rightside h3 {
		margin-top: 3px
	}

	.qua_main h4.tit {
		font-size: 20px;
		margin-bottom: 20px
	}

	.qua_main .scroll {
		margin-top: 0
	}

	.que_be {
		padding: 60px 0
	}

	.que_be p {
		font-weight: 100
	}

	.qua_piclis {
		margin: 30px auto;
		display: block;
		width: 96%;
		max-width: 96%
	}

	.pro_qua_lis {
		padding: 30px 0
	}

	.pro_detail .rightcon h1 {
		margin-bottom: 10px
	}
}

@media screen and (max-width:768px) {
	.head {
		display: none
	}

	#nav .nav-button {
		top: 10px
	}

	#wrap .jumbo h5 {
		font-size: 24px
	}

	#wrap {
		margin-top: 40px
	}

	.wh-box-new .new_pic {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 40px
	}

	.wh-box-banbot .item a {
		padding: 15px 1%
	}

	.wh-box-banbot {
		height: 87px
	}

	.wh-box-banbot:hover {
		height: 196px
	}

	.wh-box-banbot .item i {
		background-size: 140px;
		width: 35px;
		height: 27px
	}

	.wh-box-banbot .item2 i {
		background-position: -35px 0
	}

	.wh-box-banbot .item3 i {
		background-position: -70px 0
	}

	.wh-box-banbot .item4 i {
		background-position: -105px 0
	}

	.wh-box-banbot .item h5 {
		font-weight: 100;
		font-size: 14px
	}

	.wh-box-banbot .item b {
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon {
		margin-top: -35px
	}

	.wh-box-product .con .item a.foncon h3 {
		height: 35px;
		white-space: normal
	}

	.wh-box-product .con .item a.foncon span {
		padding: 4px 10px;
		font-size: 12px
	}

	.wh-box-product .con .item a.foncon p {
		display: none
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 40px
	}

	footer li.item1 {
		display: none
	}

	footer li.item:last-child {
		width: 57%
	}

	footer .contact li {
		line-height: 27px
	}

	footer .contact i {
		top: 6px
	}

	#position h2 {
		margin-bottom: 5px
	}

	#position p {
		max-height: 44px;
		margin-bottom: 5px
	}

	.history_lis li .pic img {
		width: 100%;
		margin-bottom: 10px
	}

	.lis_news {
		width: 96%;
		margin: 0 auto
	}

	.lis_news .pic .time {
		font-size: 15px;
		padding: 5px
	}

	.lis_news .rightside h3 {
		margin-bottom: 5px
	}

	.lis_news .rightside p {
		line-height: 20px;
		font-size: 12px;
		max-height: 40px
	}

	.lis_news .rightside span {
		margin-top: 5px;
		padding: 2px 15px
	}

	.lis_news li {
		margin-bottom: 15px
	}

	.pro_qua_lis li {
		width: 33.33%
	}

	.proinfotit b {
		font-size: 18px
	}

	.proform input,.proform textarea {
		width: 100%;
		margin-bottom: 0
	}

	.proform input:nth-child(even) {
		margin-left: 0
	}

	.proform button {
		width: 100%;
		height: auto;
		margin-left: 0
	}
}

@media screen and (max-width:640px) {
	.proinfocon .tabbox {
		overflow-x: auto
	}

	#banner_home .owl-theme .owl-controls {
		bottom: 0
	}

	.wh-box-banbot {
		position: inherit;
		height: auto
	}

	.wh-box-banbot:hover {
		height: auto
	}

	.wh-box-banbot .item a b {
		padding: 0 10px;
		height: auto;
		display: block;
		margin: 5px 0 12px 0
	}

	.wh-box-banbot .item span {
		display: block
	}

	.wh-box-banbot .item {
		width: 100%;
		position: inherit;
		left: 0;
		max-width: 100%;
		margin-bottom: 10px
	}

	.wh-box-banbot .item a:hover b {
		height: auto;
		margin: 5px 0 12px 0
	}

	.wh-box-product .sub-nav a {
		width: 140px;
		margin: 0 2px;
		padding-bottom: 14px
	}

	.wh-box-product .sub-nav a b {
		font-size: 14px;
		font-weight: 100
	}

	.wh-box-product .sub-nav a i {
		font-size: 24px
	}

	#wrap .jumbo {
		width: 50%;
		margin-bottom: 20px
	}

	#wrap .jumbo:nth-child(even) {
		border: 0
	}

	footer li.item,footer li.item:last-child {
		background: 0;
		width: 95%;
		margin: 0 auto;
		float: none;
		padding: 0
	}

	footer li.item {
		margin-bottom: 30px
	}

	footer li.item:last-child h4 {
		margin-bottom: 10px
	}

	footer .contact ul {
		margin-top: 0
	}

	footer .navcop {
		padding: 15px 10px
	}

	footer .copyright {
		font-size: 13px
	}

	.about-box .row h4.tit {
		margin-bottom: 10px
	}

	.about-box .row div {
		width: 100%;
		float: none
	}

	.about-box .row img.pic {
		width: 100%;
		float: none;
		margin-top: 10px
	}

	.about-box .row:nth-child(even) img.pic {
		float: none;
		margin-bottom: 15px
	}

	.about-box .row:last-child img.pic {
		margin-top: 15px
	}

	.about-box .row {
		margin-bottom: 30px
	}

	.about-box .row:nth-child(even) img.pic {
		margin-top: 0
	}

	#position h2 {
		font-size: 24px
	}

	#position h3 {
		font-size: 16px
	}

	#position b {
		margin-bottom: 0
	}

	.history_lis li .con .year b {
		width: 180px
	}

	.history_lis li .con .year b {
		padding: 5px 0 5px 20px
	}

	.history_lis li:nth-child(even) .con .year b {
		padding: 5px 20px 5px 0
	}

	.history_lis li .con p {
		padding-right: 30px
	}

	.history_lis li:nth-child(even) .con p {
		padding: 0 0 0 30px
	}

	.video_lis .box_tit h3,.rdmain .box_tit h3 {
		font-size: 22px
	}

	.video_lis ul li {
		width: 50%;
		margin-bottom: 15px
	}

	.pro_lists ul li .con h3 {
		font-size: 18px;
		margin: 0 0 10px 0
	}

	.lis_case .item {
		margin-bottom: 20px
	}

	.lis_case .item span {
		padding: 15px 10px
	}

	.lis_case .item span b {
		font-weight: 100;
		font-size: 15px
	}

	.pro_qua_lis li b {
		font-size: 14px;
		font-weight: 100;
		padding: 0 10px
	}

	.pro_qua_lis li img {
		margin-bottom: 10px
	}

	.pro_detail .picbox,.pro_detail .rightcon {
		width: 100%;
		float: none;
		overflow: hidden
	}

	.pro_detail .rightcon {
		margin-top: 20px
	}
}

@media screen and (max-width:480px) {
	.pages span,.pages a {
		padding: 4px 5px;
		margin: 0 2px
	}

	.backToTop,.backToTop:hover {
		width: 40px;
		height: 40px;
		background-size: 20px
	}

	.box_tit {
		font-size: 12px;
		margin-bottom: 15px
	}

	.box_tit h2 {
		font-size: 20px;
		margin: 3px 0 5px 0
	}

	.box_tit span {
		height: 2px
	}

	#banner_home .owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px
	}

	#wrap .jumbo b {
		padding: 0 10px
	}

	.wh-box-new .con {
		line-height: 24px
	}

	.wh-box-company_m .warper {
		width: 94%;
		margin: 0 auto
	}

	.wh-box-company_m p {
		font-size: 12px;
		line-height: 20px;
		height: 80px
	}

	.wh-box-company_m h3 {
		font-size: 13px
	}

	.wh-box-company a.more {
		padding: 8px 25px
	}

	.wh-box-company a.more i {
		margin-top: -2px
	}

	.wh-box-product .warper {
		width: 100%
	}

	.wh-box-product .warper .col-sm-12 {
		padding: 0 10px
	}

	.wh-box-product .sub-nav {
		margin-bottom: 10px
	}

	.wh-box-product .sub-nav a {
		width: 110px
	}

	.wh-box-product .sub-nav a:last-child {
		width: 80px
	}

	.wh-box-product .sub-nav a b {
		font-size: 12px
	}

	.wh-box-product .con .item {
		width: 100%
	}

	.wh-box-product .con .item:nth-child(even) {
		margin: 10px 0
	}

	.wh-box-service .con {
		margin-bottom: 5px
	}

	#position p,#position b {
		display: none
	}

	#position h2 {
		font-size: 20px
	}

	.about-box .row h4.tit {
		font-size: 16px
	}

	.history_lis li .con .year b {
		width: 150px
	}

	.history_lis li .pic {
		display: none
	}

	.history_lis li .con {
		width: 98%
	}

	.history_lis li div.line {
		left: 1%
	}

	.history_lis li .con .year {
		float: left;
		border-radius: 0 35px 35px 0;
		margin-bottom: 10px
	}

	.history_lis li .con .year b {
		margin: 0 0 0 10px;
		padding: 5px 20px 5px 0;
		font-size: 20px;
		border-left: 8px solid #fff;
		border-right: 0
	}

	.history_lis li .con p {
		padding-right: 0;
		padding-left: 30px;
		text-align: left
	}

	.history_lis li:nth-child(even) .con {
		float: left
	}

	.history_lis li:nth-child(even) .con {
		padding-left: 0
	}

	.video_lis .box_tit h3,.rdmain .box_tit h3 {
		font-size: 18px
	}

	.pro_lists ul li a {
		padding: 10px
	}

	.pro_lists ul li .con h3 {
		font-size: 16px
	}

	.pro_lists ul li .con p {
		max-height: 66px;
		overflow: hidden
	}

	.lis_news li a {
		padding: 10px
	}

	.lis_news .pic {
		width: 100%
	}

	.lis_news .rightside {
		width: 100%;
		margin-top: 10px
	}

	.qua_main h4.tit {
		font-size: 17px
	}

	.pro_qua_lis li {
		margin-bottom: 30px
	}

	.proinfotit b {
		padding: 7px 30px;
		font-size: 16px
	}

	.proinfocon p {
		margin: 10px
	}

	.proinfocon .tabbox2 .item,.proinfocon .tabbox3 .item,.proinfocon .tabbox4 .item {
		width: 100%;
		margin-bottom: 20px
	}
}

@media screen and (max-width:360px) {
	.video_lis ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.pro_lists ul li {
		width: 100%
	}

	.pro_lists ul li:nth-child(even) {
		margin-left: 0
	}
}


.footer .media,.edit-box .media {
	margin-top: 9px;
}

.footer .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.footer .media a.twitter,.edit-box .media a.twitter {
	background-position: -163px 0
}

.footer .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -31px 0
}

.footer .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -66px 0
}

.footer .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.footer .media a.wei2,.edit-box .media a.wei2 {
	background-position: -102px 0
}

.footer .media a.whatsapp,.edit-box .media a.whatsapp {
	background-position: -193px 0
}

.footer .media a.oa,.edit-box .media a.oa {
	background-position: -185px 0
}





.head .media,.head .language {
	overflow: hidden;
	float: left
}

.head .media,.edit-box .media {
	margin-top: 9px;
	margin-left: 25px
}

.head .media a,.edit-box .media a {
	display: inline-block;
	width: 21px;
	background: url(../images/head_icon.png) no-repeat;
	height: 21px;
	margin-right: 13px;
	text-align: center;
	line-height: 40px;
	float: left
}

.head .media a.twitter,.edit-box .media a.twitter {
	background-position: -163px 0
}

.head .media a.linkedin,.edit-box .media a.linkedin {
	background-position: -31px 0
}

.head .media a.google-plus,.edit-box .media a.google-plus {
	background-position: -66px 0
}

.head .media a.wei,.edit-box .media a.wei {
	background-position: -132px 0
}

.head .media a.wei2,.edit-box .media a.wei2 {
	background-position: -102px 0
}


.head .media a.whatsapp,.edit-box .media a.whatsapp {
	background-position: -193px 0
}
.head .media a.oa,.edit-box .media a.oa {
	background-position: -185px 0
}


.warper a.more {
	background: #f9d409;
	color: #fff;
	display: inline-block;
	margin-top:20px;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: 600
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#84c225;
    color:#fff;
    border-color:#84c225;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}
.yema {
    padding: 20px 0 50px;
    width: 800px;
    margin:0 auto;
}
.yema li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    float: left;
    margin: 0 3px;
    text-align: center;
}
.yema .thisclass {
    background: #f9d409 none repeat scroll 0 0;
    color: #000;
}
.yema a {
    color: #666;
    display: block;
}
.yema a:hover {
    color: #000;
}
.yema li:hover {
    background: #f9d409 none repeat scroll 0 0;
}
.yema .thisclass {
    color: #000;
}
.yema .pageinfo {
    line-height: 26px;
}
select{
                //清除select聚焦时候的边框颜色
                outline: none;
                //将select的宽高等于div的宽高
                width: 100%;
                height: 26px;
                line-height: 35px;


                //通过padding-left的值让文字居中
                padding-left: 60px;
}
.warper2 a.more {
	background: #f9d409;
	color: #fff;
	display: inline-block;
	margin-top:20px;
	padding: 12px 45px;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: 600
}