* {
	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: #2d2d2d;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #2d2d2d;
}
a:hover {
	color: #2064c8;
}
.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: #2064c8;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #2064c8;
	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: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #666666;
}
.topbar a {
	color: #333333;
	margin: 0 10px;
}
.topbar a.col:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/star.png) no-repeat center;
	display: inline-block;
	margin-right: 5px;
}
.head {
	height: 108px;
	overflow: hidden;
}
.logo {
	width: 610px;
	height: 108px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.phone {
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 65px;
	margin-top: 32px;
}
.phone p {
	font-size: 15px;
	color: #8c8c8c;
}
.phone span {
	display: block;
	font-size: 21px;
	color: #2064c8;
	font-weight: bold;
}
.nav {
	height: 48px;
	line-height: 48px;
	background: #2064c8;
}
.nav li {
	float: left;
	margin-left: 15px;
}
.nav li:first-child {
	margin-left: 0;
}
.nav li a {
	color: #fff;
	font-size: 15px;
	display: block;
	width: 120px;
	text-align: center;
}
.nav li a.hover, .nav li a:hover {
	background: #0f49b2;
}
.slideBox {
	width: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 22px;
	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 6px;
	width: 7px;
	height: 7px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #fff;
}
.slideBox .hd ul li.on {
	background: 0;
	border-color: #2064c8;
}
.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: 530px;
}
.tit {
	text-align: center;
}
.tit p {
	font-size: 27px;
	color: #2064c8;
}
.tit i {
	font-style: normal;
	font-size: 12px;
	color: #c3c3c3;
	width: 166px;
	margin: 0 auto;
	position: relative;
	display: block;
	margin-top: 5px;
}
.tit i::before, .tit i::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 1px;
	background: #e2e2e2;
	top: 8px;
}
.tit i::before {
	left: -48px;
}
.tit i::after {
	right: -48px;
}
.tit span {
	display: block;
	font-size: 18px;
	color: #999999;
	margin-top: 15px;
}
.earth {
	margin-top: 40px;
}
.earth img {
	margin-top: 22px;
}
.product {
	background: #f7f7f7;
	padding-top: 35px;
	padding-bottom: 30px;
}
.product ul {
	margin-top: 40px;
}
.product li {
	margin: 0 10px;
	float: left;
	width: 278px;
	margin-bottom: 35px;
}
.product li img {
	width: 278px;
	height: 205px;
}
.product li span {
	font-size: 18px;
	color: #444444;
	display: block;
	line-height: 34px;
	margin-top: 10px;
}
.product li p {
	color: #858585;
}
.product li a:hover span {
	color: #2064c8;
}
.about {
	margin-top: 40px;
}
.about .tit {
	margin-bottom: 40px;
}
.abright {
	width: 590px;
}
.abimg {
	margin-left: 10px;
}
.abright {
	margin-left: 50px;
	margin-top: 20px;
}
.abright span {
	display: block;
	font-size: 18px;
	color: #444444;
	margin-bottom: 30px;
}
.abright p {
	color: #7c7c7c;
	line-height: 28px;
	text-indent: 2em;
}
.abright a {
	display: block;
	width: 153px;
	height: 39px;
	border: 1px solid #d3d2d5;
	line-height: 39px;
	text-align: center;
	color: #7c7c7c;
	margin-top: 50px;
}
.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;
}
.link {
	line-height: 25px;
}
.link p {
	font-size: 17px;
	color: #2064c8;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
}
.link a {
	color: #515050;
	margin-left: 20px;
}
.footer {
	margin-top: 20px;
	background: #303236;
}
.fb {
	height: 142px;
	border-left: 1px solid #424447;
	border-right: 1px solid #26282c;
	margin-top: 38px;
}
.flogo img {
	padding-top: 32px;
}
.ft {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-bottom: 7px;
}
.fnav {
	width: 210px;
	padding-left: 35px;
}
.fnav li {
	line-height: 24px;
	float: left;
	width: 105px;
}
.fnav li a {
	font-size: 13px;
	color: rgba(255,255,255,.6);
}
.fcont {
	padding-left: 35px;
	width: 290px;
}
.fcont p {
	font-size: 13px;
	color: rgba(255,255,255,.6);
	line-height: 24px;
}
.ewm li {
	float: left;
	margin-left: 27px;
}
.ewm li:first-child {
	margin-left: 55px;
}
.ewm li p {
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,.6);
	margin-top: 5px;
}
.footer .fb:first-child {
	border-left: 0;
}
.footer .fb:nth-child(4) {
	border-right: 0;
}
.bottom {
	text-align: center;
	font-size: 13px;
	color: rgba(143,143,143,.7);
	margin-top: 20px;
	padding-bottom: 25px;
}
.bottom a {
	color: rgba(143,143,143,.7);
}
.bottom img {
	margin-left: 5px;
}
.main {
	margin-bottom: 50px;
}
.pagetop {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	text-align: center;
	margin-top: 50px;
}
.content {
	line-height: 30px;
	margin-top: 40px;
}
.content img {
	max-width: 100%;
}
.content a {
	color: #06F;
}
.position {
	height: 30px;
	line-height: 30px;
	margin-top: 50px;
}
.submenu li {
	float: left;
	margin-right: 5px;
}
.submenu li a {
	display: block;
	padding: 0 20px;
	line-height: 30px;
	font-size: 13px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #2064c8;
	color: #fff;
}
.position p.fr {
	color: #666;
	font-size: 12px;
}
.position p.fr a {
	color: #2064c8;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 160px;
	padding: 20px;
	border: 1px solid rgba(170,170,170,.2);
	margin-bottom: 35px;
	transition: all .32s ease;
}
.list li a {
	display: block;
}
.list li img {
	width: 260px;
	height: 160px;
}
.list li .newinfo {
	margin-left: 40px;
	margin-top: 20px;
	width: 780px;
}
.list li .newinfo span {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	transition: all .32s ease;
}
.list li .newinfo p {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	margin-top: 10px;
	height: 50px;
}
.list li .newinfo i {
	font-size: 13px;
	color: #999;
	font-style: normal;
	display: block;
}
.list li:hover {
	box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
}
.list li:hover span {
	color: #2064c8;
}
.photo {
	margin-top: 20px;
}
.photo ul {
	margin-left: -40px;
}
.photo li {
	float: left;
	text-align: center;
	margin-left: 40px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.photo li img {
	width: 370px;
	height: 275px;
}
.photo li p {
	line-height: 50px;
}
.photo li:hover {
	background: #2064c8;
	color: #fff;
}
.photo li:hover a {
	color: #fff;
}
.pos {
	background: #f5f5f5;
	line-height: 45px;
	height: 45px;
}
.pos p {
	color: #666;
	font-size: 12px;
}
.pos p a {
	color: #2064c8;
}
.showtop {
	text-align: center;
	margin-top: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.showtop h1 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
}
.showtop p {
	line-height: 50px;
}
.showtop span {
	color: #999;
	font-size: 12px;
	margin: 0 5px;
}
.showtop 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: #2064c8;
	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: #2064c8;
	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: #2064c8;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #2064c8;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.gs{vertical-align: middle;}