* {
	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: #595656;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #595656;
}
a:hover {
	color: #39a9d2;
}
.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: #39a9d2;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #39a9d2;
	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 */

.head {
	height: 80px;
}
.logo {
	width: 210px;
	height: 80px;
	display: block;
	text-indent: -99em;
	background: url(../images/logo.png) no-repeat center;
	margin-right: 50px;
	margin-left: -30px;
}
.nav li {
	float: left;
	margin: 0 25px;
}
.nav li a {
	font-size: 15px;
	color: #595656;
	line-height: 80px;
}
.nav li a.hover, .nav li a:hover {
	color: #39a9d2;
}
.toptell {
	font-size: 21px;
	color: #39a9d2;
	background: url(../images/toptell.png) no-repeat left center;
	padding-left: 40px;
	line-height: 26px;
	margin-top: 28px;
}
.slideBox {
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 11px;
	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: 9px;
	height: 9px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
}
.slideBox .hd ul li.on {
	background: #fff;
}
.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: 520px;
}
.tit {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.tit p {
	font-size: 35px;
	color: #555555;
}
.tit span {
	display: block;
	color: rgba(85,85,85,.54);
	margin-top: 5px;
}
.product {
	height: 450px;
	background: #f7f7f7;
	margin-bottom: 90px;
	position: relative;
}
.product .box {
	width: 300px;
	height: 450px;
	background: #39a9d2;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 30px 0 30px;
}
.product .box span {
	font-size: 38px;
	height: 72px;
	position: relative;
	display: block;
}
.product .box span::after {
	content: "";
	width: 64px;
	height: 3px;
	background: #f7f7f7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product .box p {
	line-height: 24px;
	margin-top: 25px;
}
.product .box a {
	display: block;
	width: 132px;
	height: 36px;
	border: 1px solid #fff;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-top: 100px;
}
.product .picMarquee-left {
	width: 900px;
	overflow: hidden;
	position: relative;
	padding-top: 75px;
}
.product .picMarquee-left .hd .prev, .product .picMarquee-left .hd .next {
	display: block;
	width: 33px;
	height: 33px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	right: 0;
}
.product .picMarquee-left .hd .prev {
	background: url(../images/arrow.png) no-repeat 0 0;
	top: 28px;
}
.product .picMarquee-left .hd .next {
	background: url(../images/arrow.png) no-repeat -33px 0;
	top: 68px;
}
.product .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.product .picMarquee-left .bd ul li {
	margin: 0 25px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.product .picMarquee-left .bd ul li img {
	width: 305px;
	height: 230px;
}
.product .picMarquee-left .bd ul li a {
	color: #555555;
}
.product .picMarquee-left .bd ul li span {
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
.product .picMarquee-left .bd ul li p {
	font-size: 12px;
	margin-top: 10px;
}
.product .picMarquee-left .bd ul li a:hover {
	color: #39a9d2;
}
.p2 .picMarquee-left .hd .prev, .p2 .picMarquee-left .hd .next {
	left: 0;
}
.p2 .box {
	background: #91b721;
}
.p3 .box {
	background: #3860c6;
}
.p3 {
	margin-bottom: 50px;
}
.p1 .bg {
	position: absolute;
	left: -310px;
	bottom: -210px;
	z-index: -1;
}
.p2 .bg {
	position: absolute;
	right: -240px;
	bottom: -330px;
	z-index: -1;
}
.p3 .bg {
	position: absolute;
	left: -350px;
	bottom: -90px;
	z-index: -1;
}
.partner .picMarquee-left {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.partner .picMarquee-left .hd .prev, .partner .picMarquee-left .hd .next {
	display: block;
	width: 18px;
	height: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 85px;
}
.partner .picMarquee-left .hd .prev {
	background: url(../images/j.png) no-repeat 0 0;
	left: -45px;
}
.partner .picMarquee-left .hd .next {
	background: url(../images/j.png) no-repeat -18px 0;
	right: -45px;
}
.partner .picMarquee-left .bd {
	overflow: hidden;
}
.partner .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.partner .picMarquee-left .bd ul li {
	margin: 0 13px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.partner .picMarquee-left .bd ul li img {
	width: 200px;
	height: 180px;
}
.link {
	margin-top: 30px;
	line-height: 25px;
}
.link p {
	color: #39a9d2;
	font-weight: bold;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
	font-size: 16px;
}
.link a {
	margin-left: 20px;
}
.footer {
	margin-top: 20px;
	background: #42474b;
	height: 230px;
	padding-top: 40px;
	color: #fff;
}
.ct {
	font-weight: 200;
	margin-left: 85px;
	margin-top: 50px;
}
.ct span {
	display: block;
	font-size: 23px;
}
.ct p {
	font-size: 12px;
	color: rgba(255,255,255,.63);
	margin-top: 2px;
}
.ft {
	display: block;
	font-size: 15px;
	position: relative;
	height: 35px;
	margin-bottom: 20px;
}
.ft::after {
	content: "";
	width: 44px;
	height: 2px;
	background: #909395;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fnav {
	margin-left: 100px;
	width: 220px;
}
.fnav li {
	float: left;
	width: 220px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fnav a {
	font-size: 13px;
	color: rgba(255,255,255,.7);
}
.fcont {
	margin-left: 70px;
}
.fcont p {
	font-size: 13px;
	color: rgba(255,255,255,.7);
	line-height: 26px;
}
.ewm li {
	float: left;
	margin-right: 35px;
}
.ewm li img {
	width: 105px;
	height: 105px;
}
.bottom {
	height: 50px;
	line-height: 50px;
	background: #42474b;
	overflow: hidden;
	color: rgba(255,255,255,.46);
	font-size: 13px;
}
.bottom .container {
	border-top: 1px solid #515559;
}
.bottom a {
	color: rgba(255,255,255,.46);
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main {
	margin-bottom: 50px;
}
.position {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
}
.submenu li {
	float: left;
	margin: 10px;
}
.submenu li a {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	font-size: 12px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #39a9d2;
	color: #fff;
}
.pagetop {
	text-align: center;
	font-size: 22px;
	margin-top: 40px;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.content img {
	max-width: 100%;
}
.content a {
	color: #06F;
}
.list {
	margin-top: 30px;
}
.list li {
	height: 158px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(170, 170, 170, .2);
}
.list li img {
	width: 270px;
	height: 158px;
}
.list li .time {
	width: 112px;
	text-align: center;
	margin-top: 10px;
}
.list li .time p {
	font-size: 50px;
	color: #39a9d2;
	line-height: 50px;
}
.list li .time span {
	color: #868585;
	font-size: 13px;
}
.list li .lr {
	width: 815px;
	margin-top: 10px;
}
.list li .lr span {
	display: block;
	transition: all .36s ease;
	color: #333;
	font-size: 16px;
}
.list li .lr p {
	font-size: 12px;
	line-height: 22px;
	height: 50px;
	color: #999;
	margin-top: 18px;
}
.list li .lr i {
	font-style: normal;
	font-size: 12px;
	color: #999;
	transition: all .36s ease;
	border: 1px solid rgba(170,170,170,.2);
	display: block;
	padding: 0 30px;
	line-height: 30px;
	float: left;
	margin-top: 20px;
}
.list li:hover span {
	color: #39a9d2;
}
.list li:hover i {
	background: #39a9d2;
	border-color: #39a9d2;
	color: #fff;
}
.photo ul {
	margin-left: -26px;
	margin-top: 30px;
}
.photo li {
	float: left;
	text-align: center;
	margin-left: 26px;
	margin-bottom: 10px;
}
.photo li img {
	width: 280px;
	height: 190px;
}
.photo li p {
	line-height: 40px;
}
.showtop {
	margin-top: 50px;
	border-bottom: 1px solid rgba(170,170,170,.2);
}
.showtop h1 {
	font-weight: normal;
	font-size: 22px;
}
.showtop p {
	color: #999;
	line-height: 50px;
}
.showtop p span {
	margin-right: 10px;
}
.showtop p span a {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
	margin-top: 50px;
}
.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: #39a9d2;
	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: #39a9d2;
	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: #39a9d2;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #39a9d2;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
