body, div, h1, h2, h3, h4, h5, a, img, strong, span, var, em, form, select, option, input, ol, ul, dt, dd, dl, li, p {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Microsoft Yahei"
}
a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
}
ol, ul, li {
	list-style-type: none;
}
em, var {
	font-style: normal;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
a img {
	border: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both
}
.div-height {
	height: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.overflow-hidden {
	overflow: hidden
}
/*欢迎*/





.wel {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #1a5eaf;
}
.wel_1 {
	width: 1200px;
	color: #FFFFFF;
	font-size: 14px;
}
.wel .wel_1 {
	text-align: left;
}
/*头部*/



.top {
	width: 100%;
	height: 118px;
}
.top1 {
	width: 500px;
	margin: 20px 0px;
}
.top1 h1 {
	color: #363636;
	line-height: 1.5;
	font-size: 30px;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top1 .logo {
	text-align: left;
}
.top1 .logo img {
	height: 60px;
}
.top1 span {
	color: #1a5eaf;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 800;
	display: block;
}
.top2 {
	width: 500px;
	margin: 20px 0px;
}
.top2_1 img {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
.top2_1 p {
	float: left;
	margin-top: 20px;
	font-size: 16px;
	line-height: 33px;
}
.juzhong .top2_1 p {
	line-height: 33px;
}
.top2_1 h3 {
	float: left;
	margin-top: 15px;
	font-size: 30px;
	color: #d20502;
}
.top2_2 {
	width: 734px;
}
/*公告*/



.mess {
	width: 100%;
	height: 61px;
}
.mess_1 {
	width: 1200px;
	height: 61px;
	font-size: 14px;
	line-height: 61px;
	color: #000;
}
/*精品展示*/



.cpbt {
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px 0px;
	background-image: url(../image/bj3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.cpbt1 {
	width: 1200px;
	margin: auto;
}
.cpbt1 p {
	color: #1a5eaf;
	line-height: 1.8;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}
.cpbt1 span {
	color: #3b3b3b;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
	display: block;
}
.cpbt1 em {
	color: #aeaeae;
	line-height: 2;
	font-size: 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.cpzs {
	width: 100%;
	background-color: #f3f3f3;
	padding: 0px 0px;
}
.fenlei1 {
	width: 1200px;
	margin: auto;
}
.fenlei1 p {
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	font-weight: 800;
	padding-top: 50px;
}
.fenlei2 {
	width: 907px;
	background-color: #005dc7;
	height: 6em;
	padding: 40px 0px;
}
.zs2 {
	margin-top: 30px;
}
/*首页产品列表*/



.lbb {
	width: 750px;
	margin: 0 auto;
}
.lbb a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2.2;
	width: 135px;
	display: inline;
	text-align: center;
	font-weight: normal;
	background-color: #1a5eaf;
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 5px;
}
.lbb a:hover {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 2.2;
	width: 133px;
	float: left;
	background-color: #f5db00;
	background-color: #ffffff;
	border: #1a5eaf 1px solid;
}
/*滚动产品图片样式*/

.h-pro-gun01 li {
	float: left;
	margin-right: 19px;
	margin-bottom: 30px;
	width: 370px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0, 0.3);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover {
}
.h-pro-gun01 li .tu {
	width: 370px;
	height: 260px;
	padding: 0px;
	background-color: #e5e5e5;
	overflow: hidden;
}
.h-pro-gun01 li .tu img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t {
	margin: 0 auto;
	width: 94%;
	height: 50px;
	background: #ffffff;
}
.h-pro-gun01 li .p1-t a h3 {
	float: left;
	display: block;
	height: 32px;
	line-height: 45px;
	font-size: 15px;
	margin-top: 10px;
	color: #000;
	text-align: center;
	letter-spacing: 0px;
	text-indent: 10px;
}
.h-pro-gun01 li .p1-t p {
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3 {
	color: #000;
}
.h-pro-gun01 li .dianhu {
	margin: 0;
	width: 94%;
	height: auto;
	padding-bottom: 20px;
	text-align: left;
}
.h-pro-gun01 li .dianhu p {
	display: block;
	padding: 2px 0px 2px 20px;
	font-size: 14px;
	color: #3c3c3c;
	letter-spacing: 0px;
	transition: all 0.3s ease-out;
}
.h-pro-gun01 li .dianhu span {
	display: block;
	padding: 2px 0px 2px 20px;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0px;
	transition: all 0.3s ease-out;
}
.ppp {
	width: 100%;
}
/*简介*/

.about {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	background: #f3f3f3;
}
.jj {
	width: 100%;
	background-image: url(../image/bj.jpg);
	padding: 50px 0px;
}
.jj .more {
	height: 48px;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #fbb700;
}
.jj .more a {
	line-height: 48px;
	background: none;
	color: #FFFFFF;
	margin-top: 0px;
}
.jj .more:hover {
	background: #fbb700;
}
.jj .more a:hover {
	background: none;
}
.jj .more p {
	padding: 10px 25px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0 auto;
}
.jj1 {
	width: 1200px;
	margin: auto;
}
.jj1 p {
	font-size: 45px;
	color: #abbdd8;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.jj1 span {
	font-size: 27px;
	color: #FFFFFF;
	display: block;
	font-weight: 500;
	text-align: center;
}
.jj2 {
	margin-top: 30px;
	font-size: 14px;
	line-height: 2.2;
	color: #000000;
	text-align: center;
}
.jj2 p {
}
.sydh {
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}
.sydh ul {
	width: 1200px;
	margin: auto;
}
.sydh ul li {
	width: 184px;
	float: left;
	padding: 0px 55px;
}
.yuan1 {
	width: 83px;
	height: 83px;
	border: #1a5eaf 2px solid;
	margin: auto;
	border-radius: 83px;
}
.yuan1 img {
	margin: 17px 17px;
}
.yuan2 {
	width: 83px;
	height: 83px;
	border: #1a5eaf 2px solid;
	margin: auto;
	border-radius: 83px;
}
.yuan2 img {
	margin: 17px 17px;
}
.yuan3 {
	width: 83px;
	height: 83px;
	border: #1a5eaf 2px solid;
	margin: auto;
	border-radius: 83px;
}
.yuan3 img {
	margin: 17px 17px;
}
.yuan4 {
	width: 83px;
	height: 83px;
	border: #1a5eaf 2px solid;
	margin: auto;
	border-radius: 83px;
}
.yuan4 img {
	margin: 17px 17px;
}
.sydh p {
	font-size: 18px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	line-height: 2;
	margin-top: 10px;
}
.sydh ul li:hover p {
	color: #1a5eaf;
}
.sydh span {
	font-size: 15px;
	font-weight: 800;
	color: #66;
	text-align: center;
	line-height: 1.5;
	display: block;
}
.yuan1:hover {
	width: 71px;
	height: 71px;
	margin: auto;
	border-radius: 71px;
	border: #1a5eaf 8px solid;
	background-image: url(../image/m11.png);
	background-position: center;
	background-repeat: no-repeat;
}
.yuan1:hover img {
	display: none;
}
.yuan2:hover {
	width: 71px;
	height: 71px;
	margin: auto;
	border-radius: 71px;
	border: #1a5eaf 8px solid;
	background-image: url(../image/m22.png);
	background-position: center;
	background-repeat: no-repeat;
}
.yuan2:hover img {
	display: none;
}
.yuan3:hover {
	width: 71px;
	height: 71px;
	margin: auto;
	border-radius: 71px;
	border: #1a5eaf 8px solid;
	background-image: url(../image/m33.png);
	background-position: center;
	background-repeat: no-repeat;
}
.yuan3:hover img {
	display: none;
}
.yuan4:hover {
	width: 71px;
	height: 71px;
	margin: auto;
	border-radius: 71px;
	border: #839ec5 8px solid;
	background-image: url(../image/m44.png);
	background-position: center;
	background-repeat: no-repeat;
}
.yuan4:hover img {
	display: none;
}
.more {
	width: 163px;
	height: 36px;
	display: block;
}
.more a {
	width: 163px;
	height: 36px;
	background-color: #d9241d;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 36px;
	transition: all .2s ease;
	margin-top: 60px;
	border-radius: 4em;
}
.more a:hover {
	width: 163px;
	height: 36px;
	background-color: #fbb700;
	color: #FFFFFF;
	font-size: 14px;
	transition: all .2s ease;
	display: block;
}
.more1 {
	width: 120px;
	height: 30px;
	display: block;
	margin: auto;
}
.more1 a {
	width: 120px;
	height: 30px;
	background-color: #f57720;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 30px;
	transition: all .2s ease;
	margin-top: 30px;
}
.more1 a:hover {
	width: 120px;
	height: 30px;
	background-color: #68bf21;
	color: #FFFFFF;
	font-size: 14px;
	transition: all .2s ease;
	display: block;
}
.more2 {
	width: 160px;
	height: 36px;
	display: block;
	margin-top: 10px;
}
.more2 a {
	width: 160px;
	height: 36px;
	background-color: #0059a9;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 36px;
	transition: all .2s ease;
}
.more2 a:hover {
	width: 160px;
	height: 36px;
	background-color: #68bf21;
	color: #FFFFFF;
	font-size: 14px;
	transition: all .2s ease;
	display: block;
}
/*产品展示*/



/*内页列表*/



.cpfl {
	width: 263px;
	float: left;
}
.cpfl_1 {
	width: 148px;
	text-align: center;
	background-color: #1a5eaf;
	height: 60px;
	padding: 20px 57.5px;
}
.cpfl_1 p {
	color: #becce6;
	line-height: 25px;
	height: 25px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.cpfl_1 span {
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.lb {
	width: 263px;
	background-color: #0065b5;
	padding: 0px 0;
}
.lb_ {
	width: 259px;
	background-color: #FFFFFF;
	padding: 20px 0px;
	margin: 0px 2PX;
}
.lb_ a {
	display: block;
	font-size: 16px;
	text-indent: 30px;
	color: #4a4a4a;
	line-height: 38px;
	width: 221px;
	transition: all .2s ease;
	background-image: url(../images/m1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	margin: 0 auto;
	border-bottom: #cbcbcb 1px solid;
	text-align: left;
}
.lb_ a:hover {
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-indent: 40px;
	transition: all .2s ease;
	line-height: 38px;
	background-image: url(../images/m2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 221px;
	background-color: #eb7513;
}
.currt {
	color: #fff !important;
	text-indent: 40px !important;
	background-color: #d9241d;
}
.lxx {
	width: 225px;
	background-color: #1a5eaf;
	padding: 28px 19px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
}
/*案例*/



.flashp {
	width: 598px;
	height: 479px;
	float: left;
	margin-top: 60px;
}
.al1 {
	width: 100%;
	padding: 30px 0px;
	background-image: url(../image/bj4.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.al11 {
	width: 1200px;
	margin: auto;
}
.al11 p {
	color: #1a5eaf;
	line-height: 1.8;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}
.al11 span {
	color: #3b3b3b;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
	display: block;
}
.al11 em {
	color: #aeaeae;
	line-height: 2;
	font-size: 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.al2 {
	width: 100%;
	background-image: url(../image/bj1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#demoy {
	float: left;
	overflow: hidden;
	height: 512px;
	width: 600px;
	color: #336699;
	float: right;
	margin-top: 50px;
}
#demoy1 ul, #demo2 ul {
	display: block;
	overflow: hidden
}
#demoy1 ul li {
	width: 280px;
	height: 230px;
	margin: 8px 10px;
	float: left
}
#demoy1 ul li a h3, #demo2 ul li a h3 {
	width: 280px;
	height: 200px;
	overflow: hidden;
}
#demoy1 ul li a h3 img, #demo2 ul li a h3 img {
	width: 280px;
	min-height: 200px;
	transition: all .5s ease;
}
#demoy1 ul li a h3:hover img, #demo2 ul li a h3:hover img {
	transform: scaleX(1.1) scaleY(1.1);
}
#demoy1 ul li a ol, #demo2 ul li a ol {
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition: all .5s ease;
	background-color: #f4b327;
	color: #FFFFFF;
}
#demoy1 ul li a:hover ol, #demo2 ul li a:hover ol {
	background: #8a8a8a;
	color: #fff
}
#demoy2 ul li {
	width: 280px;
	height: 230px;
	margin: 8px 10px;
}
/*横条*/

.ht {
	width: 100%;
	height: 151px;
	background-image: url(../image/bj1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
/*新闻*/



.xw {
	width: 100%;
	height: 523px;
	background-image: url(../image/bj2.jpg);
	padding: 40px 0px;
	background-position: center;
	background-repeat: no-repeat;
}
.xw1 {
	width: 1200px;
	margin: auto;
}
.xw1 p {
	color: #1a5eaf;
	line-height: 1.8;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}
.xw1 span {
	color: #3b3b3b;
	line-height: 1.5;
	font-size: 20px;
	text-align: center;
	display: block;
}
.xw1 em {
	color: #aeaeae;
	line-height: 2;
	font-size: 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.xw3 {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	overflow: hidden;
}
.xw3 .h-pro-gun01 li .p1-t a h3 {
	text-align: center;
	float: none;
	margin-top: 0px;
}
.xw3 .h-pro-gun01 li .tu {
	width: 100%;
	height: 220px;
	text-align: center;
	background: #ffffff;
}
.xw3 .h-pro-gun01 li .tu img {
	width: auto;
	height: 200px;
	margin: 8px;
}
.xw3 .h-pro-gun01 li:hover .p1-t a h3 {
	color: #f4b327;
}
.xw3 .more {
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
	height: 52px;
}
.xw3 .more p {
	border: 1px solid #1a5eaf;
	padding: 10px 20px;
}
.xw3 .more a {
	border: 1px solid #1a5eaf;
	background: none;
	color: #1a5eaf;
	border-radius: 0px;
	width: 160px;
	height: 48px;
	line-height: 48px;
	margin-top: 0px;
}
.xw3 .more:hover {
	border: none;
	background: #1a5eaf;
	color: #FFFFFF;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.xw3 .more:hover a {
	border: none;
	background: #1a5eaf;
	color: #FFFFFF;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.xw31 {
	width: 627px;
	height: 340px;
	background-color: #FFFFFF;
	padding: 20px 20px;
}
.xw31_1 {
	height: 42px;
	border-bottom: #e6e6e6 1px solid;
}
.xw31_11 {
	width: 129px;
	line-height: 42px;
	background-color: #1a5eaf;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
.xw31_22 {
	width: 129px;
	line-height: 42px;
	background-color: #c0c0c0;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
.xw31_33 a {
	font-size: 14px;
	color: #000000;
	line-height: 42px;
}
.xw32 {
	width: 455px;
	height: 340px;
	background-color: #FFFFFF;
	padding: 20px 20px;
}
.xinwen_news_you {
	width: 627px;
	float: left;
}
.xinwen_news_you li {
	width: 627px;
	display: inline-block;
	overflow: hidden;
	height: 136px;
	float: left;
	margin: 18px 10px;
}
.xinwen_news_you li {
	line-height: 28px;
}
.xinwen_news_you li:hover {
	background-color: #EFEFEF;
}
.xinwen_news_you img {
	width: 178px;
	height: 121px;
	padding-right: 20px
}
.xinwen_news_you h4 {
	color: #FF0000;
	margin-left: 193px;
	padding-top: 15px;
	text-align: left;
}
.xinwen_news_you li:hover h4 {
	color: #FF0000;
	text-align: left;
}
.xinwen_news_you span {
	font-size: 14px;
	line-height: 34px;
	display: block;
	margin-left: 193px;
	overflow: hidden;
	padding-right: 2px;
	text-align: left;
}
.xwx2 {
	width: 627px;
	height: 42px;
	float: left;
}
.xwx2 li {
	width: 627px;
	display: inline-block;
	overflow: hidden;
	height: 42px;
	float: left;
	line-height: 42px;
	background-image: url(../images/er.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.xwx2 li {
	line-height: 42px;
	background-image: url(../image/hh.jpg);
}
.xwx2 p {
	color: #545454;
	font-size: 14px;
	text-indent: 25px;
	text-align: left;
}
.xwx2 li:hover p {
	color: #ec0000;
	font-size: 14px;
	text-align: left;
}
.xwx2 span {
	font-size: 14px;
	line-height: 31px;
	display: block;
	margin-left: 193px;
	overflow: hidden;
	padding-right: 2px;
	float: right;
}
.xw32_1 {
	height: 42px;
	border-bottom: #e6e6e6 1px solid;
}
.xw32_2 {
	font-size: 14px;
	line-height: 1.8;
	padding: 10px 0px;
	text-align: left;
}
.xw32_2 p {
	margin-top: 15px;
}
.xw31_1 {
	height: 42px;
	border-bottom: #e6e6e6 1px solid;
}
.xw31_11 {
	width: 129px;
	line-height: 42px;
	background-color: #1a5eaf;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
.xw31_22 {
	width: 129px;
	line-height: 42px;
	background-color: #c0c0c0;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
.xw31_33 a {
	font-size: 14px;
	color: #000000;
	line-height: 42px;
}
/*特点*/



.td {
	width: 100%;
	height: 269px;
	background-color: #006fc1;
}
.td1 {
	width: 1200px;
	height: 223px;
	padding: 23px 0px;
	background-color: #006fc1;
}
.td1 ul li {
	width: 240px;
	float: left;
	margin-left: 55px;
}
.td1 ul li span {
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #ffe400;
	font-weight: 700;
	font-size: 20px;
	display: block;
	text-align: center;
}
.td1 ul li p {
	width: 240px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
}
/*底部*/





.footr {
	width: 100%;
	background-color: #065dce;
	padding: 40px 0px;
	text-align: left;
}
.footr3 {
	width: 386px;
	height: 130px;
	border-right: #999999 1px solid;
}
.footr3_1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.footr3_2 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.8;
	margin-top: 18px;
	text-align: left;
}
.footr1 {
	width: 430px;
	margin-left: 40px;
	height: 130px;
}
.footr1_2 {
	width: 430px;
}
.footr1_2 p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8;
	text-align: left;
}
.footr2 {
	width: 300px;
	margin-left: 20px;
	height: 130px;
}
.footr4 {
	width: 100%;
	background-color: #065dce;
	height: 49px;
}
.footr44 {
	width: 1200px;
	height: 49px;
	margin: auto;
	border-top: #999999 1px solid;
}
.footr44_1 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 49px;
	text-align: center;
}
.footr44_1 p {
	text-align: center;
}
/*内页*/



.ny_ {
	width: 100%;
	margin: 10px 0px;
	margin-bottom: 20px;
}
.ny {
}
.ny p {
	font-size: 16px;
	line-height: 30px
}
.neiye {
	width: 900px;
}
.neiye h3 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	color: #005dc7;
	text-align: left;
}
.neiye h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #888
}
.neiye h3 span a {
	color: #888
}
/*产品列表*/

.showlist {
	width: 100%;
	float: left;
}
.showlist div * {
	width: 100%;
}
.showlist li {
	margin: 8px;
	width: 30%;
	background: #fdfdfd;
	border: 5px solid #fff;
	border-radius: 5px;
	float: left;
}
.showlist li dl {
	width: 100%;
}
.showlist li dl dt {
	height: 188px;
	overflow: hidden;
}
.showlist li:hover {
	box-shadow: 0px 0px 8px #666;
	background: #f0f0f0;
	transition: all .2s ease;
}
.showlist li dl a {
	display: block;
}
.showlist li img {
	border-radius: 5px;
}
.showlist li .t {
	line-height: 35px;
	display: block;
}
.showlist li:hover b {
	color: #e30;
}
.showlist dt a {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	transform: rotate(0);
	border-radius: 5px;
}
.showlist dt a img {
	height: 100%;
	width: 100%;
	transition: all .4s ease-in-out;
}
.showlist dt a:hover img {
	transform: translateZ(0) scale(1.12);
}
.showlist dd, .showlist ol {
	padding: 1%;
	color: #666;
	text-align: center;
}
.showlist dd * {
	color: #666;
}
.showlist span {
	text-decoration: line-through;
	vertical-align: middle;
}
.showlist .pm {
	text-decoration: none;
	color: #00F;
}
.showlist div {
	float: left;
	border-left: 0px solid #eee;
}
.showlist .imgartli .imgart_art {
	margin-left: 8px;
}
.showlist div:hover {
/*background: #fafafa;*/

}
.showlist .button {
	width: 60%;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
}

@media only screen and (max-width: 650px) {
.showlist .button {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
}
#showdata {
}
#showdata li {
	float: left;
	width: 300px;
}
#showdata li * {
	width: 100%;
}
#loaddata {
	text-align: center;
}
/*新闻列表*/

.news {
	width: 100%;
}
.news * {
	font-size: 1.1em;
	color: #666;
}
.news div {
	float: left;
	border-left: 1px solid #eee;
}
.news li {
	background: #fdfdfd;
	border-bottom: 1px solid #eee;
	padding: 10px;
	position: relative;
}
.news li:hover {
	background: #f7f7f7 url(../images/bg5.gif);
}
.news li a {
	display: block;
	width: 70%;
	position: relative;
	left: 10px;
	top: 0;
}
.news li span {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
.news li ol {
	clear: both;
	float: none;
	display: none;
	padding: 10px;
	height: 80px;
	overflow: hidden;
	color: #888;
	font-size: 1em;
}
.news li ol img {
	height: 90%;
	border-radius: 5px;
}
.news li ol:hover {
	overflow: auto;
}
.news li:hover ol {
	display: block;
	color: #000;
}
.news li:hover a {
	color: red;
}
.showpics {
	width: 94%;
	border: #DBDBDB solid 1px;
	border-radius: 5px;
	background: #FFF;
	float: left;
	margin: 0px;
}
.showpics img {
	border-radius: 5px;
}
.showpics li {
	height: 395px;
	padding-bottom: 15px;
	text-align: center;
	position: relative;
}
.showpics li img {
	max-height: 385px;
	max-width: 95%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.showpics ol {
	border-top: #dbdbdb solid 1px;
	background: #fbfbfb;
}
.showpics dt {
	height: 90px;
}
.showpics dt img {
	height: 80%;
	margin: 1%;
}
.showpics dt img:hover {
	box-shadow: -5px -5px 8px #aaa;
}
div.showleft {
	background: #fdfdfd;
	width: 50%;
	float: left;
	margin: 3% 0px;
}
div.showleft .qrout {
	margin: 0px 20px 0px 0px;
}
ul.fs2 {
	margin: 0px;
	padding-top: 1px;
}
ul.fs2 li dl {
	width: 20%;
}
ul.fs2 li dt {
	width: 76%;
}
#_nub {
	width: 50px;
}
.nubjia, .nubjian {
	border: #A0A0A0 1px solid;
	line-height: 27px;
	height: 27px;
	width: 15px;
	display: inline-block;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
div.min_box_content {
	color: #666;
	min-height: 110px;
	height: 110px;
	padding-bottom: 22px;
}
div.min_box_content div.c {
	min-height: 110px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
div.min_box_content:hover {
	color: #000;
	background: url(../image/hotbg.gif);
}
.baizi a:link {
	color: #ffffff;
	text-decoration: none;
}
.baizi a:visited {
	color: #ffffff;
	text-decoration: none;
}
.baizi a:hover {
	color: #ffe400;
	text-decoration: none;
}
.heizi a:link {
	color: #333333;
	text-decoration: none;
}
.heizi a:visited {
	color: #333333;
	text-decoration: none;
}
.heizi a:hover {
	color: #dd3f40;
	text-decoration: none;
}
.fonts {
	font-size: 14px;
	color: #ffffff;
}
.tout {
	width: 1200px;
	background-image: url(../images/1_r5_c10_s1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 86px;
	padding: 30px 0px
}
.tout h1 {
	color: #00A131;
	text-align: center;
	height: 56px;
	line-height: 56px
}
.tout p {
	color: #666;
	text-align: center;
	height: 30px;
	line-height: 30px
}
.lie {
	width: 241px;
	float: left
}
.lie_1 {
	width: 206px;
	height: 31px;
}
.lie_2 {
	width: 241px;
	height: 39px;
	background-image: url(../images/n1.jpg);
}
.lie_2 dd a {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.lie_2 dd a {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.zhan {
	width: 910px;
	float: left;
	margin-left: 49px;
	background: #006666
}
.cpfl_2 h3 {
	color: #FFFFFF;
	height: 84px;
	line-height: 84px;
	padding-left: 70px;
}
.cpfl_3 {
	background-color: #09A343;
	line-height: 35px;
	height: 350px;
}
.cpfl_3 p {
	color: #FFF;
	padding: 0px 20px;
	font-size: 14px;
	width: 190px
}
.gf2 a {
}
.gf2 a:link {
	width: 180px;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	margin: 0px 40px 0px 0px;
}
.gf2 a:visited {
	width: 180px;
	display: block;
	float: left;
	height: 28px;
 text-align:center line-height:25px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	margin: 0px 40px 0px 0px;
}
.gf2 a:hover {
	width: 180px;
	display: block;
	float: left;
	line-height: 25px;
 text-align:center height:25px;
	font-size: 14px;
	color: #ffec4c;
	text-decoration: none;
	background-position: center;
	margin: 0px 40px 0px 0px;
}
.list_wd dd a {
	display: block;
	font-size: 16px;
	text-indent: 60px;
	color: #FFFFFF;
	line-height: 39px;
	width: 241px;
	transition: all .7s ease;
	height: 39px;
	background: url(../images/n1.jpg) no-repeat left;
	font-weight: normal;
}
.list_wdd dd a {
	display: block;
	font-size: 16px;
	text-indent: 60px;
	color: #000000;
	line-height: 40px;
	width: 245px;
	transition: all .7s ease;
	height: 40px;
	background: url(../images/1_r10_c2_s14.jpg) no-repeat left;
	font-weight: normal;
}
.list_wd dd a:hover {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 80px;
	transition: all .2s ease;
	line-height: 39px;
	width: 241px;
	height: 39px;
	background: url(../images/n2.jpg) no-repeat left;
}
.list_wdd dd a:hover {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 80px;
	transition: all .2s ease;
	line-height: 40px;
	width: 245px;
	height: 40px;
	background: url(../images/1_r7_c2_s11.jpg) no-repeat left;
}
.juzhong {
	text-align: center
}
.anli {
	width: 220px;
	height: 262px;
	float: left;
}
.biaoyu {
	width: 100%;
	height: 832px;
	background-color: #F0F0F0;
}
.biaoyu_1 {
	float: left;
	width: 1200px;
	height: 56px;
	margin: 44px 0px
}
.biaoyu_1 li {
	width: 599px;
	height: 56px;
	float: left
}
.biaoyu_1 li p {
	font-size: 20px;
	color: #FFF;
	line-height: 56px;
	text-align: center
}
.biaoyu_2 {
	width: 1200px;
	height: 646px;
	background-color: #FFF;
}
.biaoyu_2_1 {
	width: 1145px;
	height: 588px;
	background-image: url(../images/1_r16_c4_s1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 29px;
	left: 27px
}
.biaoyu_2_1 li {
	width: 570px;
	height: 250px;
	float: left;
	line-height: 27px;
}
.biaoyu_2_1 li p {
	width: 500px;
	font-size: 14px;
	color: #FFF;
	padding-left: 40px;
}
#by1 {
	background-color: #03AD4D
}
#by2 {
	background-color: #E90000;
	border-left: #FFF 2px solid
}
.ssd {
	background-image: url(../images/1_r39_c2_s1.jpg);
	height: 47px
}
.pp {
	background-color: #09A343;
	height: 147px
}
.pp1 {
	width: 1200px;
	background-image: url(../images/1_r30_c2_s1.jpg);
	height: 147px
}
.jj_nr_img {
	width: 560px;
	height: 318px;
	float: left;
	background-image: url(../images/1_r34_c2_s1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 37px
}
.jj_nr_zi {
	width: 560px;
	height: 318px;
	float: left;
	margin-left: 43px;
	line-height: 33px
}
.jj_nr_zi p {
	font-size: 14px;
	color: #333
}
.wx {
	width: 100%;
	background-image: url(../images/1_r20_c1_s1.jpg);
	height: 458px;
	background-position: center;
}
.dtt {
	width: 100%;
	background-color: #F11109;
	height: 102px;
	padding: 30px 0;
}
.dtt1 {
	width: 750px;
	height: 102px;
	float: left;
}
.dtt1 h2 {
	color: #FEDB00;
	height: 42px;
	line-height: 42px;
}
.dtt1 p {
	color: #FFFFFF;
	line-height: 30px;
}
.dtt2 {
	width: 392px;
	height: 102px;
	float: left;
	margin-left: 58px;
}
.dttt {
	width: 100%;
	height: 174px;
	background-image: url(../images/1_r14_c1_s1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.xinwen_news dt {
	background: #ef9c00;
	width: 85px;
	height: 85px;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.xinwen_news:hover dt b {
	color: #FFF;
	border-bottom: #FFF 1px solid;
}
.xinwen_news dt b {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #ffffff;
	width: 55px;
	margin: 0 auto;
	border-bottom: #fff 1px solid;
	padding: 5px 0 2px;
	line-height: 40px;
}
.xinwen_news dt span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0 0;
}
.xinwen_news dd {
	width: 700px;
	padding: 0 0 0 15px;
	float: left;
}
.xinwen_news dd h5 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.xinwen_news dd h5 a {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.xinwen_news dd h5 a:hover {
	color: #bc0030;
	font-size: 16px;
}
.xinwen_news dd p {
	font-size: 12px;
	color: #7d7d7d;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	padding-top: 3px;
}
.xinwen_news dd p a {
	font-size: 12px;
	color: #197500;
	padding: 0 0 0 20px;
}
.xinwen_news p .gdd {
	margin-top: 10px;
	width: 100%;
	height: 22px;
	float: left;
	background: url(../images/more.png) no-repeat left;
	color: #ffffff;
	line-height: 22px;
	font-size: 12px;
	padding-left: 20px;
}
.xinwen_news1 {
	width: 890px;
	height: 340px;
}
.xinwen_news1 li {
	width: 890px;
	display: inline-block;
	padding: 8px 0;
	overflow: hidden;
	float: left;
	line-height: 28px;
	font-size: 15px
}
.xinwen_news1 li a {
	font-weight: bold;
	font-size: 16px
}
.xinwen_news1 li:hover {
	background: #F6F6F6;
}
.xinwen_news1 li img {
	padding-right: 20px
}
.news_dl_3 {
	width: 710px;
	display: inline-block;
	padding: 14px 0;
	overflow: hidden;
	height: 420px;
	float: right;
}
.news_dl_3 dd {
	border-bottom: #b8b8b8 1px dashed;
	position: relative;
	top: -40px
}
.news_dl_3 dt {
	background: #ef9c00;
	width: 85px;
	height: 85px;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.news_dl_3 dl:hover dt {
	background: #6f6f6f;
	width: 85px;
	height: 85px;
	text-align: center;
	float: right;
	overflow: hidden;
	color: #FFF;
}
.news_dl_3 dl:hover dt b {
	color: #FFF;
	border-bottom: #FFF 1px solid;
}
.news_dl_3 dt b {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #ffffff;
	width: 55px;
	margin: 0 auto;
	border-bottom: #fff 1px solid;
	padding: 5px 0 2px;
	line-height: 40px;
}
.news_dl_3 dt span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0 0;
}
.news_dl_3 dd {
	width: 620px;
	padding: 0 0 0 15px;
	float: left;
}
.news_dl_3 dd h3 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.news_dl_3 dd h3 a {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.news_dl_3 dd h3 a:hover {
	color: #bc0030;
	font-size: 16px;
}
.news_dl_3 dd p {
	font-size: 12px;
	color: #7d7d7d;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	padding-top: 3px;
}
.news_dl_3 dd p a {
	font-size: 12px;
	color: #197500;
	padding: 0 0 0 20px;
}
.news_dl_3 dd p .gdd {
	margin-top: 10px;
	width: 100%;
	height: 22px;
	float: left;
	background: url(../images/more.png) no-repeat left;
	color: #ffffff;
	line-height: 22px;
	font-size: 12px;
	padding-left: 20px;
}
.wtjd_nr ul li {
	float: left;
	width: 600px;
	height: 40px
}
.wtjd_1 {
	width: 570px;
	height: 371px;
	float: left;
	border: #EEE 1px solid;
}
.wtjd_gun {
	width: 530px;
	height: 331px;
	margin: 20px 20px;
	line-height: 30px
}
.wtjd_2 {
	margin-left: 600px;
	height: 371px
}
.wtjd {
}
.fh {
	width: 579px;
	height: 75px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tp {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
.col1 {
	background-color: #EDA830;
}
.col1 h2 {
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-image: url(../images/1_r13_c8_s1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.col1 p {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.col2 {
	background-color: #55AFE3;
}
.col2 h2 {
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-image: url(../images/1_r13_c8_s1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.col2 p {
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.flip-container {
	perspective: 1000;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 288px;
	height: 245px;
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	transform: rotateY(180deg);
}
table {
/*border-collapse: collapse;*/

}
.banner {
	height: 55px;
	width: 1180px;
	margin: 0 auto;
}
#banner li {
	width: 147px;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
#banner li a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	width: 147px;
	display: block;
	font-family: "΢���ź�";
}
#banner li a:hover {
	color: #FFF;
	background-color: #FF8000;
	background-repeat: no-repeat;
	font-family: "΢���ź�";
	font-size: 16px
}
.fanren a:link {
	color: #FFF;
	font-size: 16px;
}
.fanren a:visited {
	color: #FFF;
	font-size: 16px
}
.footd a:link {
	color: #FFF;
	font-size: 14px;
	padding: 0 30px
}
.footd a:visited {
	color: #FFF;
	font-size: 14px
}
.flash1 {
	z-index: -900;
	width: 980px;
	margin: 0 auto
}
.dibu a {
	color: #FFF
}
.dibu a:link {
	color: #FFF
}
.dibu a:visited {
	color: #FFF
}
.liebiao a {
	color: #FFF
}
.liebiao a:link {
	color: #FFF
}
.liebiao a:visited {
	color: #FFF
}
.dibu1 {
	color: #FFF
}
.dibu1 a {
	color: #FFF
}
.dibu1 a:link {
	color: #FFF
}
.dibu1 a:visited {
	color: #FFF
}
.dibu2 a {
	color: #FFF
}
.dibu2 a:link {
	color: #FFF
}
.dibu2 a:visited {
	color: #FFF
}
.guanjianci a:link {
	color: #000
}
.guanjianci a:visited {
	color: #000
}
/*人才招聘*/



.biaoge {
	line-height: 35px;
	background: #fff;
	border-top: 1px #eee solid;
	border-right: 1px #eee solid;
	margin-top: 20px
}
.biaoge th {
	border-bottom: 1px #eee solid;
	border-left: 1px #eee solid;
	font-size: 14px;
	color: #279bd4
}
.biaoge td {
	border-bottom: 1px #eee solid;
	border-left: 1px #eee solid;
	font-size: 12px;
	color: #666
}
.biaoge a {
	color: #279bd4!important
}
.apply {
	text-align: center;
	margin-top: 15px;
}
.apply a, .apply a:link, .apply a:visited {
	padding: 10px 35px;
	border-radius: 5px;
	background: #1a5eaf;
	display: inline-block;
	color: #fff;
	font-size: 14px
}
.apply a:hover {
	background: #eb7513;
}
