* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1101px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1101px;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #124db1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #124db1;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #124db1;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.topbar {
	font-size: 12px;
	color: #bbb;
	height: 24px;
	line-height: 24px;
	background: #333;
}
.topbar p {
	background: url(../images/xin.jpg) no-repeat left center;
	padding-left: 20px;
}
.topbar a {
	color: #bbb;
	margin: 0 5px;
}
.head {
	height: 85px;
	background: url(../images/head.jpg) no-repeat center;
}
.head .logo {
	width: 203px;
	height: 85px;
	background: url(../images/logo.png) no-repeat center;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -99em;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	color: #fff;
	width: 119px;
	text-align: center;
	line-height: 85px;
}
.nav li a.hover, .nav li a:hover {
	background: #124db1;
}
.slideBox {
	width: 100%;
	height: 528px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 25px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background: rgba(28,28,28,.4);
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
	margin-top: 8px;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #124db1;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 528px;
}
.indextit {
	text-align: center;
	padding-top: 30px;
}
.indextit p {
	background: url(../images/t1.png) no-repeat center;
	font-size: 30px;
	color: #474747;
}
.indextit span {
	color: #5a5a5a;
	margin-top: 5px;
	display: block;
}
.indextit span i {
	color: #124db1;
	font-style: normal;
}
.about {
	height: 590px;
}
.intro {
	width: 470px;
	margin-top: 55px;
}
.abtit {
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
}
.intro p {
	text-indent: 2em;
	color: #2f2f2f;
	line-height: 30px;
}
.about .ys {
	width: 280px;
	margin-top: 55px;
	margin-left: 25px;
}
.about .ys .abtit {
	margin-left: 70px;
}
.ys dl {
	margin-bottom: 50px;
	height: 60px;
}
.ys dt {
	display: block;
	width: 52px;
	height: 52px;
}
.ys dl dd {
	display: block;
	width: 210px;
}
.ys dl dd span {
	color: #124db1;
}
.ys dl dd p {
	font-size: 12px;
	color: #666;
}
.ys .dl1 dt {
	background: url(../images/ys.png) no-repeat 0 0;
}
.ys .dl2 dt {
	background: url(../images/ys.png) no-repeat 0 -100px;
}
.ys .dl3 dt {
	background: url(../images/ys.png) no-repeat 0 -230px;
}
.gm {
	width: 580px;
	margin-top: 55px;
	position: relative;
}
.gm a.more {
	display: block;
	font-size: 47px;
	color: #fff;
	font-weight: bold;
	width: 101px;
	height: 49px;
	background: #124db1;
	text-align: center;
	line-height: 43px;
	position: absolute;
	right: -22px;
	bottom: 15px;
	transition: all 0.3s;
}
.gm a.more:hover {
	background: #5dca96;
}
.product {
	height: 761px;
	background: url(../images/pbg.jpg) no-repeat center;
}
.product .container {
	position: relative;
	height: 761px;
}
.product .indextit {
	padding-top: 35px;
}
.pmenu {
	text-align: center;
	margin-top: 35px;
}
.pmenu ul {
	display: inline-block;
}
.pmenu li {
	float: left;
	margin: 0 7px;
	width: 140px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color: #2e2e2e;
	border: 1px solid #124db1;
}
.pmenu li a {
	display: block;
}
.pmenu li a:hover {
	background: #124db1;
	color: #fff;
}
.indexpro {
	margin-top: 37px;
}
.indexpro ul li {
	margin: 0 2px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 8px;
	background: #fff;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.indexpro ul li img {
	width: 199px;
	height: 199px;
}
.indexpro ul li:hover {
	background: #124db1;
}
.zhuiqiu {
	font-size: 28px;
	font-weight: bold;
	color: #8a8a8a;
	text-align: center;
	background: url(../images/pz.png) no-repeat center;
	margin-top: 30px;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.zhuiqiu span {
	margin: 0 15px;
}
.honor {
	margin-top: 15px;
}
.honor .indextit p {
	background: url(../images/t2.png) no-repeat center;
}
.honor .indextit p i {
	font-style: normal;
	margin: 0 16px;
	font-weight: bold;
}
.honor .indextit span i:first-child {
	margin-right: 20px;
}
.picMarquee-left {
	position: relative;
	margin-top: 30px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 52px;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 63px;
}
.picMarquee-left .hd .prev {
	background: url(../images/arrow.png) no-repeat 0 0;
	left: -66px;
}
.picMarquee-left .hd .next {
	background: url(../images/arrow.png) no-repeat -52px 0;
	right: -65px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 6px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left .bd ul li img {
	width: 265px;
	height: 265px;
}
.picMarquee-left .bd ul li p {
	font-size: 16px;
	color: #222;
	margin-top: 10px;
}
.picMarquee-left .bd ul li:hover p {
	color: #124db1;
}
.case {
	margin-top: 30px;
}
.case li {
	float: left;
	margin-left: 13px;
}
.case li .box {
	padding-left: 15px;
	background: url(../images/jt.jpg) no-repeat right center;
}
.case li:first-child {
	margin-left: 0;
}
.case img {
	width: 265px;
	height: 156px;
}
.case p {
	color: #5a5a5a;
	border-bottom: 2px solid #f8f8f8;
	line-height: 22px;
	margin-top: 10px;
	padding-bottom: 2px;
	width: 188px;
}
.case p i {
	font-style: normal;
	color: #124db1;
	margin-left: 8px;
}
.case span {
	display: block;
	color: #595959;
	line-height: 30px;
}
.case li:hover p, .case li:hover span {
	color: #124db1;
}
.case li:hover img {
	opacity: 0.8;
}
.case a.more {
	display: block;
	width: 148px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #474747;
	color: #474747;
	margin: 0 auto;
	border-radius: 20px;
	margin-top: 35px;
	transition: all 0.3s;
}
.case a.more:hover {
	background: #124db1;
	color: #fff;
	border: 1px solid #124db1;
}
.news {
	height: 652px;
	background: url(../images/nbg.jpg) no-repeat center;
	margin-top: 36px;
}
.news .indextit p, .news .indextit span {
	color: #fff;
}
.newbox {
	width: 1101px;
	padding: 25px 40px 0 40px;
	height: 465px;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
}
.slideTxtBox {
	text-align: left;
	width: 720px;
	float: left;
}
.slideTxtBox .hd {
	height: 28px;
	line-height: 28px;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	text-align: center;
	margin-left: 16px;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	float: left;
	width: 102px;
	background: #8b99b0;
	color: #fff;
	margin-right: 6px;
}
.slideTxtBox .hd ul li.on {
	background: #124db1;
}
.slideTxtBox .bd ul {
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 85px;
	border-bottom: 1px dashed #c5c5c5;
	margin-bottom: 17px;
}
.slideTxtBox .bd li .date {
	width: 71px;
	height: 67px;
	background: #2c2c2c;
	color: #fff;
	text-align: center;
	margin-left: 16px;
}
.slideTxtBox .bd li .date span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.slideTxtBox .bd li .date p {
	font-size: 16px;
}
.slideTxtBox .bd li .newinfo {
	width: 610px;
}
.slideTxtBox .bd li .newinfo a {
	color: #292929;
}
.slideTxtBox .bd li .newinfo p {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 18px;
	margin-top: 5px;
}
.slideTxtBox .bd li.firstnew {
	border-bottom: 0;
	margin-left: 16px;
	margin-top: 17px;
	margin-bottom: 0;
}
.slideTxtBox .bd li.firstnew span {
	font-weight: bold;
	color: #555;
	margin-bottom: 4px;
	display: block;
}
.slideTxtBox .bd li.firstnew p {
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.newimg {
	margin-top: 20px;
	position: relative;
	width: 288px;
	height: 412px;
}
.newimg a.more {
	position: absolute;
	left: -58px;
	display: block;
	width: 154px;
	height: 75px;
	text-align: center;
	line-height: 66px;
	color: #fff;
	font-size: 73px;
	font-weight: bold;
	bottom: 23px;
	background: #124db1;
	transition: all 0.3s;
}
.newimg a.more:hover {
	background: #5dca96;
}
.spirit {
	height: 225px;
	background: url(../images/spirit.jpg) no-repeat center;
	text-align: center;
}
.spirit .indextit {
	padding-top: 20px;
}
.spirit .indextit p {
	background: 0;
	color: #fff;
}
.spirit .indextit span {
	color: #fff;
}
.spirit .indextit span i {
	color: #3ba5ff;
}
.spirit ul {
	display: inline-block;
	margin-top: 20px;
}
.spirit ul li {
	width: 110px;
	height: 102px;
	background: #8b99b0;
	color: #fff;
	border-radius: 10px;
	float: left;
	margin: 0 38px;
	transition: all 0.3s;
}
.spirit ul li p {
	line-height: 15px;
}
.spirit ul li span {
	font-size: 11px;
}
.spirit ul li i {
	display: block;
	width: 110px;
	height: 63px;
}
.spirit ul li.art1 i {
	background: url(../images/art.png) no-repeat 36px 13px;
}
.spirit ul li.art2 i {
	background: url(../images/art.png) no-repeat 36px -58px;
}
.spirit ul li.art3 i {
	background: url(../images/art.png) no-repeat 36px -132px;
}
.spirit ul li.art4 i {
	background: url(../images/art.png) no-repeat 36px -215px;
}
.spirit ul li:hover {
	background: #3ba5ff;
}
.footer {
	height: 294px;
	background: url(../images/foot.jpg) no-repeat center;
	color: #fff;
	position: relative;
}
.footer a {
	color: #fff;
}
.fnav {
	text-align: center;
}
.fnav ul {
	display: inline-block;
	margin-top: 10px;
}
.fnav ul li {
	float: left;
}
.fnav ul li a {
	padding: 0 10px;
}
.fmain {
	margin-top: 50px;
}
.flogo {
	width: 340px;
	margin-left: 40px;
}
.flogo p {
	line-height: 26px;
}
.flogo a.more {
	display: block;
	width: 148px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 30px;
	transition: all 0.3s;
}
.flogo a.more:hover {
	background: #fff;
	color: #124db1;
}
.fcont {
	height: 134px;
	border-left: 1px solid #8b99b0;
	border-right: 1px solid #8b99b0;
	padding-left: 55px;
	line-height: 28px;
	width: 370px;
}
.fcont p:first-child {
	margin-top: -25px;
}
.ewm {
	margin-right: 60px;
}
.bottom {
	position: absolute;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #8b99b0;
	text-align: center;
	width: 100%;
}
.position {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.position p {
	padding-left: 25px;
}
.submenu {
	text-align: center;
	margin-top: 60px;
}
.submenu ul {
	padding: 8px 35px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: inline-block;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
}
.submenu li a:hover, .submenu li a.hover {
	background: #124db1;
	color: #fff;
}
.main {
	padding-bottom: 50px;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.content img {
	max-width: 100%;
}
.list {
	margin-top: 50px;
}
.list li {
	margin-top: 20px;
	height: 140px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.list li img {
	width: 220px;
	height: 140px;
}
.list li img:hover {
	opacity: 0.8;
}
.list li .fr {
	width: 850px;
}
.list li .fr a {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.list li .fr span {
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
.list li .fr p {
	font-size: 12px;
	line-height: 25px;
}
.photo {
	margin-top: 30px;
}
.photo ul {
	margin-left: -20px;
}
.photo li {
	float: left;
	margin-left: 20px;
}
.photo li img {
	width: 260px;
	height: 260px;
}
.photo li p {
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}
.photo li:hover img {
	opacity: 0.8;
}
.showtop {
	padding-top: 50px;
}
.showtop h1 {
	font-size: 16px;
}
.showtop {
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.showtop p {
	font-size: 12px;
	color: #999;
	line-height: 50px;
}
.showtop p span {
	margin: 0 5px;
}
.showtop p span a {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
	margin: 50px 0 30px 0;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	text-align: center;
	width: 203px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 137px;
	width: 203px;
}
.hotcp_top {
	background: #0069b7;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #0069b7;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-right: 30px;
	width: 500px;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #0069b7;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #0069b7;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
