* {
	box-sizing: border-box;
	outline: 0
}

body {
	font-size: 12px;
	min-width: 1200px;
	color: #666;
	line-height: 24px;
	font-family: "Microsoft YaHei","arial"
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

a:hover {
	color: rgb(11, 162, 154)
}

input,textarea {
	-webkit-appearance: none
}

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
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

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

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'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

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

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

.pull-left {
	float: left
}

.pull-right {
	float: right
}

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

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

.container {
	width: 1200px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;


}

.header .logo {
	float: left;margin-top: 15px;
}

.nav {
	float: left;
	padding-left: 50px
}

.nav li {
	float: left;
	padding-top: 10px;
	position: relative;
	margin: 0 25px;
	line-height: 90px;
	font-size: 15px
}

.nav li:after {
	content: "";
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: rgb(11, 162, 154)
}

.nav li>a {
	color: #333;
	display: block
}

.nav li .subnav {
	width: 148px;
	left: -45px;
	top: 100px;
	z-index: 99;
	display: none;
	padding: 20px 0;
	position: absolute;
	background-color: rgb(11, 162, 154);
	background-color: rgba(27,143,226,0.7)
}

.nav li .subnav a {
	color: #fff;
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	display: block;
	margin: 3px 0;
	text-align: center
}

.nav li .subnav a:hover {
	font-weight: bold;
	background-color: #4598d8
}

.nav li:hover:after {
	width: 100%;
	left: 0
}

.nav li:hover .subnav {
	display: block;
}

.nav .active:after {
	width: 100%;
	left: 0
}

.search {
	width: 180px;
	float: left;
	height: 30px;
	margin-top: 40px;
	border-bottom: solid 1px #d3d3d3
}
.search  a{
	float: left;
	display:inline-block;
}
.search input {
	border: 0;
	color: #a5a5a5;
	font-size: 12px;
	padding: 5px;
	float: left;
	font-family: "Microsoft YaHei"
}

.banner {
	width: 100%;
	display: block;
	height: 450px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 450px;
	overflow: hidden
}

.banner .pic span {
	display: block;
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	height: 450px;
	position: relative;
	text-align: center
}

.banner .slick-dots li button {
	width: 8px;
	height: 8px;
	margin: 0;
	cursor: pointer;
	background: #fff;
	margin-top: 2px;
	border-radius: 100%;
	vertical-align: top;
	box-shadow: 0 0 10px #eee;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.banner .slick-dots li.slick-active button {
	width: 17px;
	height: 17px;
	background: none;
	border: solid 2px rgb(11, 162, 154);
	box-shadow: none
}

.banner .slick-dots {
	width: 1260px;
	left: 50%;
	margin-left: -630px;
	text-align: center;
	bottom: 24px
}

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

.home-product .title-bg {
	color: #4a4a4a;
	text-align: center
}

.home-product .title-bg h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: normal
}

.home-product .title-bg .en {
	border: 0;
	margin-top: 20px;
	text-align: center;
	position: relative
}

.home-product .title-bg .en:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 10px;
	position: absolute;
	background-color: #dbdbdb
}

.home-product .title-bg .en span {
	z-index: 9;
	padding: 0 55px;
	letter-spacing: 3px;
	position: relative;
	background-color: #fff;
	font-family: helvetica;
	display: inline-block;
	border: solid 1px #dbdbdb
}

.home-product dl {
	margin-top: 60px
}

.home-product dt {
	width: 405px;
	height: 405px;
	position: relative;
	float: left
}

.home-product dd {
	width: 795px;
	height: 405px;
	float: left;
	color: #fff;
	padding-top: 65px;
	text-align: center;
	background:  rgb(11, 162, 154);
	padding-left:30px;
	padding-right:30px;
	font-size: 16px;
}

.home-product dd a {
	color: #fff;
	display: inline-block
}

.home-product dd h3 {
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
	overflow: hidden;
	font-family: "SIMYOU";
	margin-bottom: 30px;
}

.home-product dd .text {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-family: "SIMYOU"
}

.home-product dd .box {
	padding-left: 80px;
	padding-top: 40px;
	position: relative
}

.home-product dd .box:before {
	content: "";
	width: 100px;
	height: 1px;
	top: 20px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	background-color: #fff
}

.home-product dd .box a {
	width: 50%;
	float: left;
	padding-left: 30px;
	display: block;
	text-align: left;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	position: relative
}

.home-product dd .box a:before {
	content: "";
	width: 4px;
	height: 4px;
	left: 15px;
	top: 20px;
	position: absolute;
	border-radius: 100%;
	background-color: #fff
}

.home-product dd .box a:hover {
	font-weight: bold
}

.home-product ul {
	width: 1230px;
	margin-left: -15px;
	overflow: hidden
}

.home-product ul li {
	width: 277px;
	float: left;
	margin: 0 15px;
	margin-top: 60px;
	margin-bottom: 10px;
	position: relative
}



.home-product ul li a {
	display: block
}

.home-product ul li .pic {
	width: 277px;
	height: 363px;
	position: relative
}

.home-product ul li .tit {
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	border-bottom: solid 1px #dcdcdc
}

.home-product ul li .box {
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	color: #fff;
	opacity: 0;
	display: none\9;
	position: absolute;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	border: solid 10px #efefef;
	background-color: rgb(11, 162, 154);
	background-color: rgba(27,143,246,0.75)
}

.home-product ul li .box .t1 {
	padding: 15px 0 0 20px
}

.home-product ul li .box .t2 {
	font-size: 24px;
	text-align: center;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 40px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.home-product ul li .box .t3 {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 45px;
	text-align: center
}

.home-product ul li .box .t4 {
	text-align: center;
	margin-top: 40px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.home-product ul li .box .t5 {
	height: 1px;
	width: 26px;
	margin: 15px auto;
	text-align: center;
	background-color: #fff
}

.home-product ul li:hover .tit {
	border: 0
}

.home-product ul li:hover .box {
	opacity: 1;
	height: 363px;
	display: block\9
}

.home-product ul li:hover .box .t2 {
	margin-top: 40px
}

.home-product ul li:hover .box .t4 {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.home-product ul li:hover:before {
	opacity: 1;
	display: block\9
}

.home-about {
	height: 566px;
	color: #777;
	margin-top: 80px;
	background: url(../images/about-img.jpg) no-repeat top center
}

.home-about .en {
	font-size: 14px;
	font-family: helvetica;
	letter-spacing: 3px
}

.home-about .title {
	line-height: 60px;
	font-weight: normal;
	font-size: 48px;
	font-family: "SIMYOU"
}

.home-about .content {
	width: 550px;
	padding-top: 70px
}

.home-about .box {
	margin-top: 60px;
	padding-left: 130px;
	height: 210px;
	overflow: hidden;
	line-height: 30px
}

.home-about .more {
	margin-left: 120px;
	display: inline-block;
	border-radius: 30px;
	padding: 0 34px;
	line-height: 35px;
	margin-top: 30px;
	font-size: 14px;
	color: #aeaeae;
	background-color: #fff;
	border: solid 1px #aeaeae
}

.home-about .more:hover {
	color: #fff;
	border-color: rgb(11, 162, 154);
	background-color: rgb(11, 162, 154)
}

.home-news .title-bg {
	color: #fff;
	height: 186px;
	padding-top: 40px;
	text-align: center;
	background: url(../images/news-titile.jpg) no-repeat top center
}

.home-news .title-bg h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: normal
}

.home-news .title-bg .en {
	border: 0;
	margin-top: 20px;
	text-align: center;
	position: relative
}

.home-news .title-bg .en:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 10px;
	position: absolute;
	background-color: #38a3f0
}

.home-news .title-bg .en span {
	z-index: 9;
	padding: 0 55px;
	letter-spacing: 3px;
	position: relative;
	background-color: rgb(11, 162, 154);
	font-family: helvetica;
	display: inline-block;
	border: solid 1px #38a3f0
}

.home-news dl {
	padding-left: 30px;
	margin-top: 50px;
	height: 360px
}

.home-news dt {
	float: left;
	width: 558px;
	height: 303px;
	position: relative
}

.home-news dd {
	width: 570px;
	float: right;
	padding-right: 50px
}

.home-news dd .title {
	height: 60px;
	margin-top: 30px;
	overflow: hidden;
	line-height: 60px;
	position: relative
}

.home-news dd .title:before {
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	width: 28px;
	position: absolute;
	background-color: rgb(11, 162, 154)
}

.home-news dd .time {
	color: #b5b5b5
}

.home-news dd .text {
	height: 72px;
	color: #888;
	margin-top: 15px;
	overflow: hidden
}

.home-news dd .more {
	color: #0eb2e7;
	margin-top: 40px;
	display: inline-block
}

.home-news li {
	float: left;
	width: 360px;
	overflow: hidden;
	position: relative;
	margin-left: 30px
}

.home-news li a {
	display: block
}

.home-news li .textbox {
	height: 193px;
	position: relative;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	padding: 30px 25px 0 25px;
	background-color: #f6f6f8
}

.home-news li .textbox .time {
	color: #b5b5b5
}

.home-news li .textbox .tit {
	color: #444;
	height: 30px;
	font-size: 14px;
	overflow: hidden;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative
}

.home-news li .textbox .line {
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #0eb2e7
}

.home-news li .textbox .txt {
	height: 48px;
	margin-top: 10px;
	overflow: hidden
}

.home-news li .pic {
	left: 0;
	top: 0;
	display: none\9;
	opacity: 0;
	width: 360px;
	height: 193px;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.home-news li .pic img {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.home-news li .pic:after {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 8;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: rgb(11, 162, 154);
	background-color: rgba(27,143,226,0.8)
}

.home-news li:hover .textbox {
	z-index: 9;
	padding-top: 35px;
	position: relative;
	background: none
}

.home-news li:hover .textbox .time,.home-news li:hover .textbox .tit,.home-news li:hover .textbox .txt {
	color: #fff
}

.home-news li:hover .textbox .line {
	background-color: #fff;
	width: 20px
}

.home-news li:hover .pic {
	opacity: 1;
	display: block\9
}

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

.home-news .more-2 {
	text-align: center;
	margin-top: 80px
}

.home-news .more-2 a {
	display: inline-block;
	border-radius: 30px;
	padding: 0 34px;
	line-height: 35px;
	font-size: 14px;
	color: #aeaeae;
	background-color: #fff;
	border: solid 1px #aeaeae
}

.home-news .more-2 a:hover {
	color: #fff;
	border-color: rgb(11, 162, 154);
	background-color: rgb(11, 162, 154)
}

.footer {
	margin-top: 70px;
	padding: 80px 0;
	background: #333;
	font-size: 14px;
	color: #fff;
}

.footer li {
	float: left;
	width: 130px;
	padding-right:10px;
}
.footer li:nth-child(2){
	float: left;
	width: 200px;
	padding-right:10px;
}
.footer li a {
	color: #fff
}

.footer li a:hover {
	color: rgb(11, 162, 154)
}

.footer li h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal
}

.footer li h3 a {
	margin-top: 0
}

.footer li a {
	margin-top: 10px;
	display: block
}

.footer li.last {
	width: 300px;
	padding-left: 0px;
	margin-right:35px;

	position: relative;

}

.footer li.last a {
	display: inline-block;
	margin-top: 0
}

.footer li.last p {
	margin-bottom: 20px
}

.footer #weixin,.footer #sqq,.footer #tsina {
	width: 55px;
	height: 55px;
	margin-top: 15px;
	margin-right: 25px;
	border-radius: 100%;
	border: solid 1px #555;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-repeat: no-repeat
}

.footer #weixin:hover,.footer #sqq:hover,.footer #tsina:hover {
	border-color: rgb(11, 162, 154)
}

.footer #tsina {
	background-position: 0 -2px;
	background-image: url(../images/share-icon.png)
}

.footer #tsina:hover {
	background-position: 0 -65px
}

.footer #weixin {
	background-position: -65px -2px;
	background-image: url(../images/share-icon.png)
}

.footer #weixin:hover {
	background-position-y: -65px
}

.footer #sqq {
	background-position: -131px -2px;
	background-image: url(../images/share-icon.png)
}

.footer #sqq:hover {
	background-position-y: -65px
}

.footer .tel {
	line-height: 30px;
	font-size: 18px;
}

.footer .tel em {
	float: left;
	font-style: normal;
	color:#fff
}

.footer .tel span {
	color: rgb(11, 162, 154);
	font-size:28px;
	font-family: "ITCAvantGardePro-Bk"
}

.copy {
	color: #fff;
	padding: 20px 0;
	background-color: rgb(11, 162, 154)
}

.copy .txt {
	width: 650px;
	float: left;
	margin-top: 5px
}

.copy a {
	color: #fff
}

.copy a:hover {
	font-weight: bold
}

.copy .flink {
	width: 314px;
	float: right;
	padding: 5px;
	background: url(../images/link_bg.png) no-repeat top right;
	font-size: 12px;
	color: #fff;
	border: solid 1px #38a3f0;
	position: relative
}

.copy .flink p {
	display: block;
	padding-left: 15px;
	line-height: 24px;
	cursor: pointer
}

.copy .foptn {
	width: 314px;
	bottom: 34px;
	left: 0;
	position: absolute;
	display: none;
	background: rgb(11, 162, 154)
}

.copy .flink dl dt {
	line-height: 24px;
	padding-left: 20px;
	color: #fff;
	border-bottom: 1px solid #38a3f0;
	width: 314px !important;
	cursor: pointer;
	font-size: 12px
}

.copy .flink dl dt:hover {
	background: #1982cd;
	width: 314px !important
}

.page-banner {
	height: 450px;
	overflow: hidden;
	position: relative
}

.page-banner .pic {
	left: 50%;
	top: 0;
	height: 450px;
	width: 1920px;
	margin-left: -960px;
	position: absolute
}

.page-content .infocontent {
	border: 0;
	color: #333;
	font-size: 20px;
	font-family: "SIMYOU";
	border-top: solid 1px #eee
}

.page-content .title {
	color: #4a4a4a;
	font-size: 42px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	margin: 70px 0 30px 0
}

.list-probox {
	margin-top: 40px
}

.list-probox ul {
	width: 1220px;
	margin-left: -10px
}

.list-probox li {
	width: 590px;
	float: left;
	padding: 12px;
	margin: 0 10px;
	margin-top: 60px;
	background-color: #f7f7f7;
	border: solid 1px #ebebeb;
	box-shadow: 0 30px 20px -20px #e2e2e2
}

.list-probox li .pic {
	width: 250px;
	height: 328px;
	float: left;
	position: relative
}

.list-probox li .txtbox {
	margin-top: 70px;
	float: left;
	width: 240px;
	margin-left: 40px
}

.list-probox li .tit {
	height: 30px;
	font-size: 22px;
	overflow: hidden;
	line-height: 30px;
	position: relative;
	font-weight: normal
}

.list-probox li .tit a {
	color: #333
}

.list-probox li .txt {
	height: 72px;
	overflow: hidden;
	color: #777;
	margin: 25px 0 35px 0
}

.list-probox li .more {
	border-radius: 30px;
	line-height: 35px;
	display: inline-block;
	padding: 0 30px;
	font-size: 14px;
	color: rgb(11, 162, 154);
	border: solid 1px rgb(11, 162, 154)
}

.list-probox li:hover {
	padding: 11px;
	border: solid 2px rgb(11, 162, 154)
}

.list-probox li:hover .tit a {
	color: rgb(11, 162, 154)
}

.list-probox li:hover .more {
	color: #fff;
	background-color: rgb(11, 162, 154)
}

.list-product {
	margin-top: 0
}

.list-product ul {
	margin-top: 0
}

.list-product li {
	margin-top: 70px
}

.list-menu {
	margin: 70px 0 30px 0;
	text-align: center;
	position: relative
}

.list-menu:before {
	content: "";
	bottom: 28px;
	left: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: #e4e4e4
}

.list-menu span {
	display: inline-block;
	position: relative
}

.list-menu span:before {
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	display: none;
	bottom: 0;
	margin-left: -4px;
	position: absolute;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgb(11, 162, 154)
}

.list-menu span:hover:before {
	display: block
}

.list-menu a {
	/* width: 160px; */
	height: 44px;
	overflow: hidden;
	text-align: center;
	line-height: 44px;
	color: #333;
	z-index: 9;
	margin-left: 2px;
	background-color: #fff;
	position: relative;
	font-size: 16px;
	display: inline-block;
	border: solid 1px #e4e4e4;
	padding: 0px 15px;
}

.list-menu a:hover {
	color: #fff;
	border-color: rgb(11, 162, 154);
	background-color: rgb(11, 162, 154)
}

.list-menu .active:before {
	display: block
}

.list-menu .active>a {
	color: #fff;
	border-color: rgb(11, 162, 154);
	background-color: rgb(11, 162, 154)
}

.list-news dl {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f1f1f1
}

.list-news dt {
	float: left;
	width: 556px;
	height: 302px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.list-news dt img {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.list-news dd {
	width: 100%;
	height: 202px;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px
}

.list-news dd .tit {
	font-size: 20px;
	height: 60px;
	font-weight: normal;
	margin-top: 0px;
	overflow: hidden;
	line-height: 60px;
	position: relative
}

.list-news dd .tit a {
	color: #2b2b2b;
	display: block
}



.list-news dd .time {
	color: #b5b5b5;
	display: block
}

.list-news dd .text {
	height: 72px;
	color: #888;
	margin-top: 15px;
	overflow: hidden
}

.list-news dd .more {
	color: #0eb2e7;
	margin-top: 40px;
	display: inline-block
}

.list-news dl:hover dd {
	background-color: rgb(11, 162, 154)
}

.list-news dl:hover dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.list-news dl:hover dd .tit a {
	color: #fff
}

.list-news dl:hover dd .tit:before {
	background-color: #fff
}

.list-news dl:hover dd .time,.list-news dl:hover dd .text {
	color: #fff
}

.list-news dl:hover dd .more {
	background-color: #fff;
	padding: 5px 20px 5px 10px
}

.list-current {
	height: 58px;
	color: #b2b2b2;
	line-height: 58px;
	overflow: hidden;
	border-bottom: solid 1px #e3e3e3
}

.list-current a {
	color: #b2b2b2
}

.list-current a:hover {
	color: #95ccf3
}

.list-current span {
	color: #95ccf3
}

.list-title {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 34px;
	position: relative;
	padding: 70px 0 50px 0
}

.list-title:after {
	content: "";
	width: 24px;
	height: 2px;
	left: 50%;
	bottom: 20px;
	margin-left: -12px;
	position: absolute;
	background-color: rgb(11, 162, 154)
}

.list-info {
	color: #989898;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee
}

.list-news-show {
	font-size: 14px;
	color: #767676;
	padding: 0 26px
}

.share {
	width: 100%;
	margin-top: 40px;
	position: relative
}

#weixin-1,#sqq-1,#tsina-1,#qzone-1 {
	width: 34px;
	height: 34px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

#weixin-1 {
	background-image: url(../images/share-icon1.png)
}

#weixin-1:hover {
	background-image: url(../images/share-icon-h.png)
}

#sqq-1 {
	background-position: -43px 0;
	background-image: url(../images/share-icon1.png)
}

#sqq-1:hover {
	background-image: url(../images/share-icon-h.png)
}

#tsina-1 {
	background-position: -85px 0;
	background-image: url(../images/share-icon1.png)
}

#tsina-1:hover {
	background-image: url(../images/share-icon-h.png)
}

#qzone-1 {
	background-position: -128px 0;
	background-image: url(../images/share-icon1.png)
}

#qzone-1:hover {
	background-image: url(../images/share-icon-h.png)
}

.bd_weixin_popup {
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important
}

.list-page-news {
	margin-top: 120px;
	overflow: hidden;
	padding-right: 50px;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2
}

.list-page-news li {
	width: 50%;
	float: left;
	height: 50px;
	font-size: 14px;
	overflow: hidden;
	line-height: 50px;
	padding-left: 50px
}

.list-page-news li span {
	color: #919191;
	float: right;
	padding-left: 50px;
	font-size: 12px;
	font-family: arial
}

.list-exh ul {
	width: 1212px;
	margin-left: -6px
}

.list-exh li {
	width: 384px;
	height: 495px;
	float: left;
	margin: 0 6px;
	margin-top: 35px;
	padding: 0 16px;
	padding-top: 50px;
	position: relative;
	background-color: #fff;
	border-bottom: solid 1px #e5e5e5
}

.list-exh li .pic {
	width: 353px;
	height: 250px;
	overflow: hidden;
	position: relative
}

.list-exh li .pic img {
	-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,transform .3s ease-out
}

.list-exh li .pic:before {
	content: "";
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,transform .3s ease-out
}

.list-exh li .title {
	height: 24px;
	text-align: left;
	margin-top: -20px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px
}

.list-exh li .title a {
	color: #2c2c2a;
	display: block
}

.list-exh li .text {
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #767676
}

.list-exh li .more {
	width: 116px;
	height: 32px;
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
	color: rgb(11, 162, 154);
	display: inline-block;
	border: solid 1px rgb(11, 162, 154)
}

.list-exh li .pic img {
	-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,transform .3s ease-out
}

.list-exh li .pic:before {
	content: "";
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
	transition: opacity .3s ease-out,transform .3s ease-out
}

.list-exh li .thumb-box {
	width: 100%;
	display: block;
	position: relative
}

.list-exh li .thumb {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out
}

.list-exh li a:hover .thumb {
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px)
}

.list-exh li .thumb-box {
	width: 100%;
	display: block;
	position: relative
}

.list-exh li .thumb-wrap {
	z-index: 1;
	height: 250px;
	margin-top: -15px;
	overflow: hidden;
	position: relative
}

.list-exh li:hover .pic:before {
	opacity: 1
}

.list-exh li:hover .title a {
	color: rgb(11, 162, 154)
}

.list-exh li:hover .more {
	color: #fff;
	background-color: rgb(11, 162, 154)
}

.list-service {
	padding-top: 30px;
	width: 840px;
	margin: 0 auto
}

.list-service .t1,.list-service .t2,.list-service .t3 {
	text-align: center
}

.list-service .t1 {
	font-size: 36px;
	line-height: 40px;
	font-family: arial;
	color: rgb(11, 162, 154)
}

.list-service .t2 {
	margin: 20px 0;
	font-size: 36px;
	line-height: 40px;
	color: #333
}

.list-service .t3 {
	font-size: 16px;
	line-height: 30px
}

.list-service .t4 {
	color: #444;
	line-height: 40px;
	font-size: 36px;
	margin-top: 60px;
	margin-left: 40px;
	margin-bottom: 20px
}

.list-service li {
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-left: 40px
}

.list-service li label {
	color: #888;
	font-size: 18px
}

.list-service li em {
	color: #e60012;
	padding-left: 5px;
	font-style: normal
}

.list-service li p {
	margin-top: 5px
}

.list-service li input,.list-service li textarea {
	border: 0;
	width: 100%;
	font-size: 14px;
	padding: 15px 10px;
	font-family: "瀵邦喛钂嬮梿鍛寸拨";
	background-color: #f3f3f3;
	border: solid 1px #f3f3f3
}

.list-service li input:focus,.list-service li textarea:focus {
	border-color: rgb(11, 162, 154)
}

.list-service li textarea {
	height: 300px;
	width: 800px
}

.list-service li .button {
	width: 200px;
	color: rgb(11, 162, 154);
	font-size: 18px;
	border-radius: 30px;
	background: #fff;
	padding: 10px;
	border: solid 2px rgb(11, 162, 154)
}

.list-service li .button:focus,.list-service li .button:hover {
	color: #fff;
	background-color: rgb(11, 162, 154)
}

.list-contact {
	line-height: 30px;
	font-size: 14px;
	padding-top: 30px
}

.list-contact .t1 {
	color: #333;
	font-size: 30px;
	line-height: 40px
}

.list-contact .t2 {
	padding-top: 40px;
	margin-top: 40px;
	font-size: 30px;
	color: #333;
	line-height: 36px;
	position: relative;
	border-top: solid 1px #e9e9e9
}

.list-contact .t2:before {
	content: "";
	width: 125px;
	height: 2px;
	left: 50%;
	bottom: -45px;
	margin-left: -62px;
	position: absolute;
	background-color: rgb(11, 162, 154)
}

.list-contact .contact-emap {
	position: relative;
	width: 100%;
	height: 620px
}

.list-contact #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.list-contact .anchorBL {
	display: none
}

.list-factory ul {
	width: 1258px;
	margin-left: -29px
}

.list-factory li {
	width: 570px;
	margin: 0 29px;
	margin-top: 65px;
	float: left
}

.list-factory li .pic {
	width: 570px;
	height: 357px;
	position: relative
}

.list-factory li .tit {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	background-color: #fafafa
}

.list-about {
	padding-top: 50px;
	line-height: 30px
}

.list-about .list {
	padding-bottom: 50px;
	border-bottom: solid 1px #eee
}

.list-about .list-2 {
	padding-top: 50px
}

.list-about .en {
	font-size: 14px;
	font-family: helvetica;
	letter-spacing: 3px
}

.list-about .tit {
	line-height: 60px;
	font-weight: normal;
	font-size: 48px;
	font-family: "SIMYOU"
}

.list-about .t1 {
	color: #424242;
	line-height: 60px;
	font-size: 48px;
	font-family: "SIMYOU"
}

.list-about .t2 {
	color: #424242;
	line-height: 36px;
	font-size: 30px;
	font-family: "SIMYOU";
	padding: 10px 0 50px 0;
	position: relative
}

.list-about .t2:before {
	content: "";
	width: 74px;
	height: 2px;
	left: 50%;
	bottom: 20px;
	margin-left: -37px;
	position: absolute;
	background-color: rgb(11, 162, 154)
}

.list-pro-show {
	padding-top: 60px
}

.list-pro-show .contentL {
	width: 463px;
	float: left
}

.list-pro-show .contentR {
	width: 683px;
	float: right;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 30px
}

.list-pro-show .contentR h1 {
	font-size: 42px;
	line-height: 50px;
	color: #4a4a4a;
	font-weight: normal;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #e3e3e3
}

.list-pro-show .contentR .tit {
	font-size: 18px;
	padding: 15px 0 0 0
}

.list-pro-show .contentR .dowbox {
	margin-top: 40px;
	padding-top: 30px;
	border-top: solid 1px #eee
}

.list-pro-show .contentR .dowbox img {
	vertical-align: top;
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 1px #eee
}

.list-pro-show .contentR .dow {
	color: #fff;
	padding: 0 30px 0 80px;
	line-height: 56px;
	font-size: 18px;
	display: inline-block;
	border-radius: 30px;
	background-color: rgb(11, 162, 154)
}

.list-pro-show .contentR .dow img {
	vertical-align: top;
	margin-top: 10px;
	margin-left: 5px;
	border: 0
}

.list-pro-show .contentR .dow:hover {
	background-color: #1982cd
}

.protab {
	height: 50px;
	margin-top: 55px;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4
}

.protab li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	color: #555;
	padding: 0 46px;
	line-height: 50px
}

.protab li.active {
	color: #fff;
	position: relative;
	background-color: rgb(11, 162, 154)
}

.protab li.active:after {
	content: "";
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	margin-left: -5px;
	position: absolute;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 10px rgb(11, 162, 154)
}

.procontent {
	margin-top: 50px;
	font-size: 14px;
	line-height: 30px;
	display: none
}

.procontent .t1 {
	font-size: 18px;
	color: rgb(11, 162, 154)
}

.procontent .list-1 {
	width: 600px;
	float: left;
	margin-top: 40px
}

.procontent .list-2 {
	width: 600px;
	float: left;
	margin-top: 40px
}

.list-back {
	margin-top: 70px;
	text-align: center
}

.list-pro-show .list-back a {
	color: #fff;
	font-size: 14px;
	padding: 0 40px;
	line-height: 38px;
	display: inline-block;
	border-radius: 30px;
	background-color: rgb(11, 162, 154)
}

.list-pro-show .list-back a:hover {
	background-color: #1982cd
}

.list-xg ul li {
	margin-top: 50px;
	margin-bottom: 10px
}

.list-honor ul {
	width: 1230px;
	margin-left: -15px
}

.list-honor li {
	float: left;
	width: 170px;
	height: 231px;
	margin: 0 15px;
	margin-top: 50px;
	position: relative;
	border: solid 1px #e7e7e7;
	box-shadow: 0 20px 10px -10px #eee
}

.list-honor li .pic {
	width: 168px;
	height: 229px;
	position: relative
}

.list-honor li .box {
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	color: #fff;
	opacity: 0;
	display: none\9;
	font-size: 14px;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: rgb(11, 162, 154);
	background-color: rgba(27,143,226,0.7)
}

.list-honor li p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 70px;
	padding: 0 30px
}

.list-honor li span {
	margin-top: 10px;
	padding: 3px 13px;
	display: inline-block;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out
}

.list-honor li:hover .box {
	opacity: 1;
	height: 100%;
	display: block\9
}

.list-honor li:hover span {
	padding: 3px 20px
}

.list-dowland {
	margin-top: -40px;
	position: relative
}

.list-dowland ul {
	width: 1224px;
	margin-left: -12px
}

.list-dowland li {
	width: 384px;
	float: left;
	color: #4a4a4a;
	height: 220px;
	text-align: center;
	position: relative;
	margin: 0 12px;
	margin-top: 70px;
	border: solid 1px #ebebeb
}

.list-dowland li .box {
	height: 218px;
	border: solid 1px #fff;
	background-color: #fafafa
}

.list-dowland li .box h3 {
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	position: relative;
	font-weight: normal
}

.list-dowland li .box h3:before {
	content: "";
	height: 1px;
	width: 30px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	background-color: rgb(11, 162, 154)
}

.list-dowland li .box p {
	padding: 0 45px;
	height: 72px;
	overflow: hidden
}

.list-dowland li .dow {
	width: 40px;
	height: 40px;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	line-height: 40px;
	position: absolute;
	border-radius: 100%;
	background-color: rgb(11, 162, 154)
}

.list-dowland li:hover {
	padding: 10px;
	background-color: rgb(11, 162, 154);
	border-color: rgb(11, 162, 154)
}

.list-dowland li:hover .box {
	color: #fff;
	height: 198px;
	border-color: #6fb8ed;
	background: none
}

.list-dowland li:hover .dow {
	background-color: #0271c1
}

.list-join {
	padding-top: 70px
}

.list-join .tit {
	border: 0;
	margin-top: 50px;
	color: #181818;
	font-size: 36px;
	line-height: 36px;
	border-top: solid 1px #dcdcdc
}

.list-join .tit legend {
	padding: 0 30px
}

.list-join .en {
	color: #999;
	font-size: 20px;
	font-family: arial;
	text-align: center;
	margin-top: 10px
}

.list-join li {
	width: 563px;
	height: 250px;
	margin: 0 17px;
	margin-top: 60px;
	padding: 15px 30px;
	line-height: 30px;
	float: left;
	border: solid 1px #dcdcdc;
	box-shadow: 0 0 5px #ddd
}

.list-join li a {
	color: #8c8c8c
}

.list-join li .t1 {
	font-size: 20px;
	color: #545454;
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden
}

.list-join li .t2 {
	height: 90px;
	overflow: hidden
}

.list-join li .t3 {
	font-size: 14px;
	margin-top: 20px;
	background: url(../images/icon-9.jpg) no-repeat center right
}

.list-join li:hover {
	padding: 11px 26px;
	border: solid 4px rgb(11, 162, 154)
}

.list-join li:hover .t3 {
	color: rgb(11, 162, 154);
	background: url(../images/icon-10.jpg) no-repeat center right
}

.tab {
	margin-top: 80px;
	font-family: arial;
	text-align: center
}

.tab a {
	color: #666;
	padding: 0 10px;
	line-height: 27px;
	margin: 0 5px;
	display: inline-block;
	border: solid 1px #cbcbcb
}

.tab a:hover,.tab a.cpb {
	color: #fff;
	border-color: rgb(11, 162, 154);
	background-color: rgb(11, 162, 154)
}

.bullet {
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	line-height: 20px;
	background-color: rgba(0,0,0,0.7)
}

.bullet .boxdw {
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -300px;
	position: absolute
}

.bullet .box {
	color: #8c8c8c;
	height: 400px;
	width: 600px;
	margin: 0 auto;
	padding: 25px;
	line-height: 30px;
	padding-bottom: 0;
	position: relative;
	background-color: #fff
}

.bullet .box .close {
	top: 20px;
	right: 30px;
	position: absolute
}

.bullet .box .close img {
	max-height: 20px
}

.bullet .box h3 {
	color: #545454;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-weight: normal;
	border-bottom: solid 1px #dbdbdb
}

.bullet .scroll {
	height: 300px
}

.bullet .bule-bg {
	color: #fff;
	padding: 10px 25px;
	background-color: rgb(11, 162, 154)
}

.bullet .bule-bg a {
	color: #fff
}

.home-more {
	text-align: center;
	margin-top: 80px;
	position: relative
}

.home-more a {
	height: 56px;
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 9;
	font-size: 14px;
	background-color: rgb(11, 162, 154)
}

.home-more a:hover {
	background-color: #1982cd
}

.home-more:before {
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 28px;
	position: absolute;
	background-color: rgb(11, 162, 154)
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0;
	width: 463px;
	height: 607px;
	cursor: pointer;
	margin: 0;
	background-color: #eee;
	display: block
}

.jqzoom img {
	width: 463px;
	height: 607px
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 463px;
	height: 607px;
	background: #eee;
	display: none;
	text-align: center;
	overflow: hidden
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50)
}

.spec-preview {
	width: 463px;
	height: 607px
}

.spec-scroll {
	clear: both;
	width: 463px
}

.spec-scroll .prev {
	float: left;
	width: 10px;
	height: 45px;
	margin-left: 15px;
	background: url(../images/btnL.jpg) no-repeat
}

.spec-scroll .prev:hover {
	background: url(../images/btnL-h.jpg) no-repeat
}

.spec-scroll .next {
	float: right;
	margin-right: 15px;
	background: url(../images/btnR-h.jpg) no-repeat
}

.spec-scroll .next:hover {
	background: url(../images/btnR.jpg) no-repeat
}

.spec-scroll .prev,.spec-scroll .next {
	display: block;
	text-align: center;
	width: 10px;
	height: 45px;
	cursor: pointer;
	margin-top: 50px;
	text-decoration: none
}

.spec-scroll .items {
	margin: 0 auto;
	position: relative;
	width: 384px;
	height: 130px;
	padding: 15px 0 0 0;
	overflow: hidden
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 130px
}

.spec-scroll .items ul li {
	float: left;
	width: 96px;
	list-style: none;
	text-align: center;
	cursor: pointer;
	position: relative
}

.spec-scroll .items ul li:hover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -5px;
	width: 13px;
	height: 7px;
	z-index: 10;
	background: url("../images/trangle.png") no-repeat
}

.spec-scroll .items ul li img {
	width: 86px;
	height: 112px;
	position: relative;
	border: solid 1px #ddd
}

.spec-scroll .items ul li img:hover {
	border: 2px solid rgb(11, 162, 154)
}

.search_mask {
	background: url(../images/tm-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.search_mask .s_box {
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-style: normal
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: rgb(11, 162, 154);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px
}
.header .language {
	position: relative;
    right: 0;
    display: block;
    top: 45px;float:right
}