* {
	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: #353535;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #353535;
}
a:hover {
	color: #00a0e9;
}
.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: #00a0e9;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #00a0e9;
	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: 30px;
	line-height: 30px;
	background: #333;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
.topbar span {
	color: #00a0e9;
}
.head {
	height: 93px;
	overflow: hidden;
}
.toptell {
	background: url(../images/phone.png) no-repeat left top;
	padding-left: 60px;
	height: 52px;
	margin-top: 28px;
}
.toptell p {
	color: #000000;
}
.toptell span {
	font-size: 28px;
	color: #e20d0d;
	font-weight: bold;
	line-height: 30px;
}
.nav {
	height: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: #00a0e9;
	position: relative;
	z-index: 999;
}
.nav li {
	float: left;
	position: relative;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 150px;
}
.nav li:first-child {
	background: 0;
}
.nav li:hover {
	overflow: visible;
}
.nav li .one {
	display: block;
	height: 50px;
	transition: color .36s ease;
	color: #fff;
}
.nav li:hover .one, .nav li.hover .one {
	color: #bb0000;
}
.nav li ul {
	position: absolute;
	width: 150px;
	left: 0;
	top: 50px;
	background: #fff;
	opacity: 0;
	transition: all 0.2s;
	z-index: 99;
	transition: all .36s ease;
	background: #00a0e9;
}
.nav li:hover ul {
	opacity: 1;
}
.nav li ul li {
	margin: 0;
	width: 100%;
	text-align: left;
	line-height: 40px;
	height: 40px;
	padding: 0;
	background: 0;
}
.nav li ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.nav li ul li a:hover {
}
.slideBox {
	width: 100%;
	height: 560px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 7px;
	overflow: hidden;
	position: absolute;
	bottom: 100px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 18px;
	width: 36px;
	height: 7px;
	background: rgba(229,229,229,.44);
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #00a0e9;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 560px;
}
.process {
	height: 160px;
	background: #fff;
	margin-top: -75px;
	position: relative;
	z-index: 999;
	padding-top: 28px;
	box-sizing: border-box;
	box-shadow: 0 5px 8px 3px rgba(0,0,0,.1);
}
.process li {
	float: left;
	text-align: center;
	width: 200px;
}
.process li span {
	display: block;
	color: rgba(0,0,0,.99);
	position: relative;
	padding-top: 60px;
}
.process li i {
	font-style: normal;
	font-size: 16px;
	color: rgba(0,0,0,.3);
	margin-top: 12px;
	display: block;
}
.process li span::before {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
.process ul li:nth-child(1) span::before {
	background: url(../images/pro.png) no-repeat -90px 0;
}
.process ul li:nth-child(2) span::before {
	background: url(../images/pro.png) no-repeat -283px 0;
}
.process ul li:nth-child(3) span::before {
	background: url(../images/pro.png) no-repeat -480px 0;
}
.process ul li:nth-child(4) span::before {
	background: url(../images/pro.png) no-repeat -680px 0;
}
.process ul li:nth-child(5) span::before {
	background: url(../images/pro.png) no-repeat -875px 0;
}
.process ul li:nth-child(6) span::before {
	background: url(../images/pro.png) no-repeat -1066px 0;
}
.zc {
	border: 1px solid #eee;
	margin-top: 66px;
	background: #fafafa;
	position: relative;
}
.zc dl {
	float: left;
	width: 600px;
	height: 100px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 0 20px;
}
.zc dl:nth-child(even) {
	text-align: right;
}
.zc dl dt {
	color: #00a0e9;
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
}
.zc dl dd {
	color: #666666;
	line-height: 20px;
}
.biglogo {
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 25px;
}
.online {
	height: 188px;
	background: url(../images/onbg.jpg) no-repeat center;
	margin-top: 65px;
	color: #fff;
	font-weight: bold;
}
.online_left p {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	padding-top: 60px;
	margin-bottom: 15px;
}
.online_left p strong {
	font-size: 20px;
}
.online_left span {
	font-weight: normal;
}
.online_right {
	margin-top: 35px;
}
.online_right span {
	font-size: 18px;
}
.online_right p {
	font-size: 28px;
}
.online_right a {
	display: block;
	width: 178px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	background: #fff;
	color: #00a0e9;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.online_right a:hover {
	background: #e20d0d;
	color: #fff;
}
.about {
	margin-top: 40px;
}
.abtop {
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 35px;
	padding-bottom: 12px;
}
.abtop p {
	font-size: 28px;
	color: #383838;
}
.abtop span {
	color: #a2a2a2;
	margin-top: 7px;
	display: block;
}
.abright {
	width: 740px;
}
.abright p {
	color: #676767;
	line-height: 30px;
	text-indent: 2em;
}
.abright ul {
	margin-top: 40px;
}
.abright ul li {
	float: left;
	margin: 0 60px;
}
.abright ul li a {
	font-size: 19px;
	color: #fff;
	display: block;
	width: 108px;
	height: 108px;
	background: #41444b;
	border-radius: 50%;
	text-align: center;
	line-height: 108px;
	position: relative;
}
.abright ul li a::after {
	content: " ";
	width: 143px;
	height: 143px;
	border: 1px solid #4c4f56;
	position: absolute;
	border-radius: 50%;
	left: -18px;
	top: -18px;
}
.abright ul li a::before {
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -18px;
	background: #fff;
	display: block;
	color: #838383;
	font-size: 30px;
	z-index: 999;
	font-family: "宋体";
	font-weight: bold;
}
.abright ul li:first-child a::before {
	content: "01";
}
.abright ul li:first-child+li a::before {
	content: "02";
}
.abright ul li:first-child+li+li a::before {
	content: "03";
}
.abright ul li a:hover {
	background: #00a0e9;
}
.news {
	margin-top: 90px;
}
.news_left {
	width: 900px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	position: relative;
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 20px;
	height: 30px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 28px;
	color: #918f92;
	padding: 0 20px;
	position: relative;
}
.slideTxtBox .hd ul li:first-child {
	padding-left: 15px;
}
.slideTxtBox .hd ul li:first-child::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 2px;
	height: 22px;
	background: #c5c4c5;
}
.slideTxtBox .hd ul li span {
	font-size: 14px;
	color: #918f92;
	margin-left: 5px;
}
.slideTxtBox .hd ul li.on {
	color: #00a0e9;
}
.slideTxtBox .bd ul {
	padding: 0 15px;
}
.slideTxtBox .bd li {
	line-height: 33px;
	float: left;
	width: 430px;
}
.slideTxtBox .bd li a {
	color: #6a6a6a;
}
.slideTxtBox .bd li a::before {
	content: "●";
	color: #00a0e9;
	margin-right: 10px;
}
.slideTxtBox .bd li.newimg {
	margin-top: 25px;
	height: 190px;
	float: none;
	width: 860px;
	margin-bottom: 15px;
}
.slideTxtBox .bd li.newimg a::before {
	display: none;
}
.slideTxtBox .bd li.newimg img {
	width: 267px;
	height: 168px;
	padding: 8px;
	border: 1px solid #e1d7c7;
}
.slideTxtBox .bd li.newimg .fr {
	width: 550px;
}
.slideTxtBox .bd li.newimg .fr a {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.slideTxtBox .bd li.newimg .fr p {
	color: #6a6a6a;
	line-height: 34px;
}
.slideTxtBox .bd li a:hover {
	color: #00a0e9;
}
.new_right {
	width: 280px;
}
.new_right_tit {
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 20px;
	height: 30px;
	line-height: 40px;
}
.new_right_tit p {
	font-size: 20px;
	color: #918f92;
	background: url(../images/d.png) no-repeat left center;
	padding-left: 28px;
	height: 40px;
}
.new_right_tit p span {
	color: #00a0e9;
	font-weight: bold;
}
.new_right_tit a {
	font-size: 18px;
	color: #999999;
	display: block;
	margin-top: 2px;
}
.new_right li {
	margin-top: 24px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #adadad;
}
.new_right li a {
	display: block;
	color: #6a6a6a;
	font-weight: bold;
	position: relative;
	line-height: 22px;
	padding-left: 25px;
	margin-bottom: 14px;
}
.new_right li a::before {
	content: " ";
	width: 20px;
	height: 22px;
	background: url(../images/w.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.new_right li p {
	color: #6a6a6a;
	line-height: 22px;
	position: relative;
	padding-left: 25px;
}
.new_right li p::before {
	content: " ";
	width: 20px;
	height: 22px;
	background: url(../images/w.png) no-repeat 0 -35px;
	position: absolute;
	left: 0;
	top: 0;
}
.new_right li:last-child {
	border: 0;
}
.new_right li a:hover {
	color: #00a0e9;
}
.service {
	background: #ededed;
	margin-top: 40px;
	padding-top: 30px;
	height: 500px;
	box-sizing: border-box;
}
.stit {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.stit p {
	font-size: 28px;
	color: #00a0e9;
	position: relative;
}
.stit p span {
	font-size: 14px;
	color: #808080;
	margin-left: 10px;
}
.stit p::after {
	content: " ";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background: #6cb2e4;
	left: 120px;
	top: 15px;
}
.stit a {
	display: block;
	color: #8d8d8d;
}
.stit a:hover {
	color: #00a0e9;
}
.service ul {
	margin-top: 30px;
}
.service li {
	float: left;
	text-align: center;
	width: 260px;
	height: 360px;
	background: #f2f2f2;
	overflow: hidden;
	margin-left: 50px;
}
.service li:first-child {
	margin-left: 0;
}
.service li img {
	width: 260px;
	height: 310px;
}
.service li p {
	color: #727272;
	line-height: 40px;
}
.service li:hover {
	background: #00a0e9;
}
.service li:hover p {
	color: #fff;
}
.link {
	line-height: 100px;
}
.link p {
	font-size: 26px;
	color: #00a0e9;
	font-weight: bold;
}
.link a {
	color: #333333;
	margin: 0 10px;
}
.footer {
	height: 420px;
	background: #00a0e9;
	color: #fff;
}
.fnav {
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	border-bottom: 1px solid #0cb3ff;
}
.fnav span.fl {
	display: block;
	font-size: 18px;
	position: relative;
	width: 122px;
	margin-right: 30px;
}
.fnav span.fl::after {
	content: " ";
	width: 0;
	height: 0;
	display: block;
	border-width: 8px 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	top: 25px;
}
.fnav li {
	float: left;
	margin-right: 14px;
}
.fnav li a {
	color: #fff;
}
.fnav a.gotop {
	color: #fff;
	background: url(../images/top.png) no-repeat center right;
	width: 100px;
}
.fcont {
	border-top: 1px solid #0288c6;
	padding-top: 25px;
	border-bottom: 1px solid #0cb3ff;
	height: 210px;
}
.fleft {
	width: 380px;
}
.fleft span {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}
.fleft p {
	line-height: 36px;
}
.fm {
	width: 330px;
}
.fm span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.fm p {
	line-height: 25px;
}
.ewm {
	width: 270px;
	text-align: center;
	padding-left: 75px;
	margin-left: 90px;
	position: relative;
}
.ewm img {
	margin: 0 auto;
}
.ewm span {
	display: block;
	font-size: 19px;
}
.ewm ul {
	margin-top: 10px;
}
.ewm li p {
	font-size: 16px;
	margin-top: 5px;
}
.ewm::before, .ewm::after {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 108px;
	top: 36px;
}
.ewm::before {
	background: #0cb3ff;
	left: 0;
}
.ewm::after {
	background: #0288c6;
	left: 1px;
}
.bottom {
	border-top: 1px solid #0288c6;
	text-align: center;
	color: #333333;
	line-height: 45px;
}
.bottom a {
	color: #333333;
}
.gs {
	margin-top: 10px;
}
.main {
	margin-bottom: 50px;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.position {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 30px;
}
.position p {
	color: #666;
	font-size: 13px;
}
.position p a {
	color: #00a0e9;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	padding: 0 20px;
	margin: 0 5px;
	color: #828282;
	font-size: 13px;
	position: relative;
}
.submenu li a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: rgba(170, 170, 170, .3);
	top: 10px;
	right: -7px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #00a0e9;
	color: #fff;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 140px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.list li img {
	width: 270px;
	height: 140px;
}
.list li .list_middle {
	width: 690px;
	margin-left: 40px;
}
.list li .list_middle span {
	display: block;
	color: #555;
	font-size: 16px;
	line-height: 50px;
}
.list li .list_middle p {
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #999;
}
.list li .list_time span {
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #888;
}
.list li .list_time i {
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0 20px;
	line-height: 30px;
	color: #999;
	font-style: normal;
	font-family: "宋体";
	margin-top: 50px;
}
.list li:hover .list_middle span {
	color: #00a0e9;
}
.list li:hover .list_time i {
	background: #00a0e9;
	color: #fff;
}
.photo {
	margin-top: 40px;
}
.photo ul {
	margin-left: -20px;
}
.photo li {
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
.photo li img {
	width: 285px;
	height: 285px;
}
.photo li p {
	line-height: 40px;
	font-size: 15px;
	color: #666;
}
.showtop {
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
}
.showtop h1 {
	font-weight: normal;
	font-size: 22px;
}
.showtop p {
	color: #999;
	line-height: 40px;
}
.showtop p span {
	margin: 0 5px;
	font-size: 12px;
}
.prepage {
	line-height: 30px;
	margin-top: 30px;
}



.nleft{
	width: 220px;
	float: left;
	background: #f3f3f3;
	margin-top: 20px;
	border-bottom: 2px solid #085d96;
}
.nleft .left_top{
	height: 60px;
	line-height: 60px;
	background: #0097e0;
	color: #fff;
	font-size: 22px;
	padding-left: 30px;
}
.nleft li a{
	display: block;
	line-height: 42px;
	border-top: 1px solid #fff;
	color: #727272;
	padding-left: 20px;
}
.nleft li:last-child a{
	border-bottom: 1px solid #fff;
}
.nleft li a.hover,.nleft li a:hover{
	background: #085d96;
	color: #fff;
}

.nright{
	width: 950px;
	float: right;
	margin-top: 20px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 0 20px;
	padding-bottom: 30px;
}
.nrtop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 8px;
	padding-top: 10px;
	align-items: flex-end;
}
.nrtop span{
	font-size: 18px;
	font-weight: bold;
	color: #085d96;
	position: relative;
	padding-left: 15px;
}
.nrtop span::before{
	content: " ";
	display: block;
	width: 4px;
	height: 20px;
	background: #085d96;
	left: 0;
	top: 3px;
	position: absolute;
}
.nrtop p{
	font-size: 12px;
	color: #666;
}