* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #242227;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #242227;
}
a:hover {
	color: #1699e8;
}
.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: #1699e8;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #1699e8;
	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 {
	height: 33px;
	background: #efefef;
	line-height: 33px;
	font-size: 12px;
	color: #848484;
}
.topbar a {
	color: #848484;
	margin: 0 10px;
}
.head {
	height: 95px;
	overflow: hidden;
}
.logo {
	display: block;
	width: 240px;
	height: 95px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.nav li {
	float: left;
	margin: 0 20px;
}
.nav li a {
	font-size: 16px;
	width: 85px;
	display: block;
	line-height: 93px;
}
.nav li a.hover {
	border-bottom: 2px solid #1699e8;
	text-align: center;
	color: #1699e8;
}
.slideBox {
	width: 100%;
	height: 545px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 4px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 8px;
	width: 38px;
	height: 4px;
	cursor: pointer;
	background: #daf0fd;
}
.slideBox .hd ul li.on {
	background: #39acff;
}
.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: 545px;
}
.about {
	margin-top: 55px;
}
.about .abright {
	width: 850px;
	margin-top: 30px;
}
.about .abright span {
	display: block;
	font-size: 27px;
	color: #2d2d2d;
	border-left: 3px solid #1699e8;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	margin-left: 25px;
	margin-bottom: 40px;
}
.about .abright p {
	color: #6f6f6f;
	line-height: 30px;
	text-indent: 2em;
}
.about .abright a {
	display: block;
	width: 140px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	text-align: center;
	color: #6f6f6f;
	margin-top: 50px;
}
.tit {
	text-align: center;
}
.tit p {
	font-size: 27px;
	color: #2d2d2d;
}
.tit span {
	display: block;
	color: #979797;
	font-family: Arial;
	position: relative;
	height: 37px;
	margin-top: 2px;
}
.tit span::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #1699e8;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.product {
	background: url(../images/pbg.jpg) no-repeat center;
	height: 926px;
	margin-top: 50px;
	box-sizing: border-box;
	padding-top: 45px;
}
.pmenu {
	text-align: center;
	margin-top: 25px;
}
.pmenu ul {
	display: inline-block;
}
.pmenu ul li {
	float: left;
	font-size: 16px;
	color: #717171;
}
.pmenu ul li:first-child {
	color: #edf2f6;
}
.pmenu ul li a {
	color: #717171;
	margin: 0 20px;
}
.pmenu ul li a:hover {
	color: #1699e8;
}
.plist {
	margin-left: -26px;
}
.plist li {
	float: left;
	text-align: center;
	margin-top: 35px;
	margin-left: 26px;
}
.plist li a {
	display: block;
	width: 273px;
	height: 266px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.plist li img {
	width: 273px;
	height: 210px;
}
.plist li a {
	color: #2d2d2d;
	font-size: 16px;
}
.plist li p {
	line-height: 50px;
}
.plist li a:hover {
	background: #1699e8;
	color: #fff;
}
.product a.more {
	display: block;
	color: #1699e8;
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #1699e8;
	margin: 0 auto;
	margin-top: 56px;
}
.news {
	margin-top: 50px;
}
.newimg {
	height: 116px;
	margin-top: 36px;
}
.newimg li {
	width: 560px;
	float: left;
}
.newimg li img {
	width: 168px;
	height: 116px;
}
.newimg li .fr {
	width: 370px;
}
.newimg li:first-child {
	margin-right: 60px;
}
.newimg li span {
	display: block;
	font-size: 16px;
	color: #555555;
	line-height: 35px;
}
.newimg li p {
	color: rgba(123,122,122,.85);
	line-height: 24px;
	margin-top: 10px;
}
.nlist ul {
	margin-left: -70px;
	margin-top: 20px;
}
.nlist li {
	float: left;
	width: 550px;
	margin-left: 70px;
	line-height: 36px;
}
.nlist li a {
	color: #555555;
}
.nlist li span {
	float: right;
	color: #9d9b9b;
}
.nlist li a::before {
	content: "○";
	margin-right: 8px;
}
.news li a:hover, .newimg li a:hover span {
	color: #1699e8;
}
.cont {
	height: 254px;
	background: url(../images/cbg.jpg) no-repeat right center #edf2f6;
	margin-top: 40px;
}
.cont .box {
	margin-left: 90px;
	margin-top: 40px;
}
.cont .box span {
	display: block;
	font-size: 26px;
	color: #4e4c4c;
	margin-bottom: 15px;
}
.cont .box p {
	font-size: 16px;
	color: #4e4c4c;
	line-height: 33px;
}
.link {
	line-height: 28px;
	margin-top: 38px;
}
.link p {
	font-size: 18px;
	color: #1699e8;
	font-weight: bold;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 38px;
}
.link a {
	font-size: 13px;
	color: #616161;
	margin: 0 15px;
}
.footer {
	height: 250px;
	background: #3f3f3f;
	margin-top: 20px;
	color: #fff;
}
.flogo {
	margin-left: 40px;
	margin-top: 20px;
}
.flogo p {
	font-size: 12px;
	color: rgba(255,255,255,.52);
	line-height: 20px;
	margin-top: 2px;
}
.flogo a {
	color: rgba(255,255,255,.52);
}
.fnav {
	margin-left: 120px;
	margin-top: 35px;
}
.fnav span {
	display: block;
	font-size: 16px;
	position: relative;
	height: 32px;
	margin-bottom: 6px;
}
.fnav span::after {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #797979;
}
.fnav {
	width: 240px;
}
.fnav li {
	float: left;
	width: 120px;
	line-height: 26px;
}
.fnav li a {
	color: rgba(255,255,255,.87);
}
.ewm li {
	float: left;
	text-align: center;
	margin: 0 20px;
	margin-top: 45px;
}
.ewm li p {
	color: rgba(255,255,255,.57);
	letter-spacing: 4px;
	margin-top: 6px;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main {
	margin-bottom: 50px;
}
.position {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin-top: 20px;
}
.submenu li {
	float: left;
	margin-right: 20px;
}
.submenu li a {
	display: block;
	padding: 0 15px;
}
.submenu li a.hover {
	color: #fff;
	background: #1699e8;
}
.toptit {
	text-align: center;
	font-size: 22px;
	line-height: 80px;
}
.content {
	line-height: 30px;
}
.content img {
	max-width: 100%;
}
.content a {
	color: #06F;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 160px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.list li img {
	width: 260px;
	height: 160px;
}
.list li .list_info {
	width: 580px;
	margin-left: 40px;
}
.list li .list_info span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.list li .list_info p {
	color: #868585;
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
	height: 50px;
}
.list li .list_info i {
	font-style: normal;
	font-size: 12px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #1699e8;
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}
.list li .time {
	font-size: 25px;
	font-weight: 200;
}
.photo {
	margin-top: 30px;
}
.photo ul {
	margin-left: -25px;
}
.photo li {
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 25px;
}
.photo li img {
	width: 280px;
}
.photo li p {
	line-height: 30px;
}
.showtit {
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.showtit h1 {
	font-weight: 200;
	font-size: 25px;
}
.showtit p span {
	color: #999;
	margin: 0 10px;
	line-height: 50px;
}
.showtit p span a {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
}
.hotcp {
	margin-top: 50px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	margin-left: 20px;
	text-align: center;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 160px;
	width: 223px;
}
.hotcp li p {
	line-height: 40px;
}
.hotcp li:hover img {
	opacity: 0.8;
}
.hotcp_top {
	background: #1699e8;
	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: #1699e8;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews ul {
	margin-left: -50px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-left: 50px;
	width: 575px;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #1699e8;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #1699e8;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.gs{ margin-top:10px;}