﻿* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #131313;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #131313;
}
a:hover {
	color: #008dcf;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
	text-align: center;
}
.pages ul li{
    padding: 0 10px;
    height: auto;
    line-height: 28px;
    border-bottom: 1px solid #d9d9d9;
	float: left;
}
.pages ul li a{
	display: inline-block;
    float: none;
    background: none;
    padding: 0;
}
.pages li, .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 .thisclass {
	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: #008dcf;
	border-color: #fff;
}
.pages li:hover {
	color: #fff !important;
	background-color: #008dcf;
	border-color: #fff;
	text-decoration: none;
}
.pages li:hover a{
	color: #fff;
}
.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: #eee;
	color: #333;
	font-size: 12px;
}
.topbar a {
	color: #333;
	margin: 0 5px;
}
.toplist {
	margin-top: 25px;
}
.toplist p {
	font-size: 12px;
	color: #414040;
	line-height: 22px;
	background: url(/images/d.jpg) no-repeat left center;
	padding-left: 15px;
}
.toptell {
	background: url(/images/tt.jpg) no-repeat left center;
	padding-left: 70px;
	height: 50px;
	margin-top: 50px;
}
.toptell span {
	display: block;
	color: #414040;
}
.toptell p {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.head {
	height: 137px;
}
.nav {
	height: 49px;
	line-height: 49px;
	background: #773ab9;
}
.nav li {
	float: left;
	margin: 0 3px;
}
.nav li a {
	display: block;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 0 25px;
}
.nav li a:hover, .nav li a.hover {
	background: #17aef4;
}
.slideBox {
	width: 100%;
	height: 487px;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 555px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(/images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.service {
	padding: 30px 10px;
    background: #f1f1f1;
}
.indextit {
	text-align: center;
	background: url(/images/h.png) no-repeat center;
}
.indextit p {
	font-size: 28px;
	color: #008dcf;
}
.indextit span {
	font-size: 18px;
	color: #5e5e5e;
}

.service p.info {
	color: #343434;
	text-align: center;
	margin-top: 12px;
}
.service li {
	float: left;
	text-align: center;
	padding-top: 25px;
	height: 150px;
}
.service li a {
	display: block;
	width: 141px;
	height: 116px;
	border-left: 1px solid #e1e1e1;
}
.service li:nth-child(1) a {
	border: 0;
	background: url(/images/i.png) no-repeat 45px 6px;
}
.service li:nth-child(2) a {
	background: url(/images/i.png) no-repeat -93px 6px;
}
.service li:nth-child(3) a {
	background: url(/images/i.png) no-repeat -240px 6px;
}
.service li:nth-child(4) a {
	background: url(/images/i.png) no-repeat -380px 6px;
}
.service li:nth-child(5) a {
	background: url(/images/i.png) no-repeat -524px 6px;
}
.service li:nth-child(6) a {
	background: url(/images/i.png) no-repeat -667px 6px;
}
.service ul {
	background: #fff;
	height: 175px;
	margin-top: 40px;
}
.service li p {
	padding-top: 90px;
	font-size: 19px;
	color: #464646;
}
.service li:hover {
	background: #008dcf;
}
.service li:hover a {
	border-color: #008dcf;
}
.service li:hover a p {
	color: #fff;
}
.service li:nth-child(1):hover a {
	background: url(/images/i.png) no-repeat 45px -185px;
}
.service li:nth-child(2):hover a {
	background: url(/images/i.png) no-repeat -93px -185px;
}
.service li:nth-child(3):hover a {
	background: url(/images/i.png) no-repeat -240px -185px;
}
.service li:nth-child(4):hover a {
	background: url(/images/i.png) no-repeat -380px -185px;
}
.service li:nth-child(5):hover a {
	background: url(/images/i.png) no-repeat -524px -185px;
}
.service li:nth-child(6):hover a {
	background: url(/images/i.png) no-repeat -667px -185px;
}
.pr {
	margin-top: -25px;
}
.about {
	margin: 30px 0;
    overflow: hidden;
}
.abright {
	width: 560px;
}
.abright .abtit {
	font-size: 28px;
	color: #008dcf;
}
.abright .abtit span {
	font-size: 21px;
}
.abright p.abinfo {
	color: #000;
	line-height: 27px;
	margin-top: 30px;
}
.abright a.more {
	font-size: 16px;
	color: #008dcf;
}
.abright ul {
	margin-top: 50px;
}
.abright li {
	float: left;
}
.abright ul li:nth-child(1) {
	margin-left: 20px;
    background: url(/images/cw.png) left no-repeat;
	padding-left: 50px;

}
.abright ul li:nth-child(2) {
	margin-left: 80px;
    background: url(/images/jz.png) left no-repeat;
    padding-left: 50px;
}
.abright ul li:nth-child(3) {
	margin-left: 75px;
    background: url(/images/rs.png) left no-repeat;
	padding-left: 50px;

}
.env {
	background: #f1f1f1;
}
.envtit {
	text-align: center;
	font-size: 32px;
	color: #008dcf;
	padding-top: 60px;
}
.env .info {
	color: #979797;
	line-height: 29px;
	width: 820px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
.picMarquee-left {
	position: relative;
	margin-top: 25px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 39px;
	height: 60px;
	cursor: pointer;
	top: 75px;
	background: url("/images/pre.png") no-repeat;
	position: absolute;
}
.picMarquee-left .hd .prev {
	left: -60px;
}
.picMarquee-left .hd .next {
	background-position: -39px 0;
	right: -60px;
}
.picMarquee-left .bd {
	overflow: hidden;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	float: left;
    overflow: hidden;
    text-align: center;
    width: 25%;
    padding-bottom: 20px;
}
.picMarquee-left .bd ul li img {
	width: 254px;
	height: 280px;
}
.picMarquee-left .bd ul li p {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.news {
	margin-top: 50px;
}
.news .indextit {
	margin-bottom: 25px;
}
.newleft {
	width: 550px;
}
.newleft li {
	float: left;
	width: 231px;
	margin: 0 20px;
}
.newleft li a {
	display: block;
	color: #008dcf;
	margin-top: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newleft li p {
	font-size: 12px;
	color: #6b6a6a;
	line-height: 21px;
	margin-top: 10px;
}
.newleft li a.more {
	font-size: 12px;
	color: #6b6a6a;
}
.newright {
	width: 540px;
	margin-top: 30px;
}
.newright li {
	height: 37px;
	line-height: 37px;
	border-bottom: 1px dashed #e2e2e2;
	padding: 0 10px;
}
.newright li span {
	float: right;
	color: rgba(88,88,88,.71);
}
.newright li a {
	color: rgba(19,19,19,.85);
	display: block;
	float: left;
	background: url(/images/dd.jpg) no-repeat left center;
	padding-left: 20px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newright li a:hover {
	color: #008dcf;
}
.link {
	height: 46px;
	line-height: 46px;
	background: url(/images/link.jpg) no-repeat left center;
	padding-left: 60px;
	margin-top: 30px;
}
.link p {
	font-size: 20px;
	color: #454545;
	font-weight: bold;
}
.link a {
	color: rgba(64,63,63,.9);
	margin: 0 10px;
}
.footer {
	background: #773ab9;
	margin-top: 17px;
	color: #fff;
    overflow: hidden;
}
.flogo {
	margin-top: 47px;
}
.middle {
	margin-left: 68px;
}
.fnav {
	margin-top: 35px;
	padding-bottom: 15px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #4c4c4c;
	font-size: 15px;
	margin-bottom: 20px;
}
.fnav li {
	float: left;
}
.fnav li a {
	color: #fff;
	margin: 0 19px;
}
.middle p {
	font-size: 15px;
	line-height: 29px;
}
.middle p.copy {
	font-size: 14px;
	color: rgba(255,255,255,.51);
	margin-top: 10px;
}
.middle p.copy a {
	color: rgba(255,255,255,.51);
}
.ewm {
	text-align: center;
	margin-right: 50px;
	margin-top: 53px;
}
.ewm p {
	margin-top: 10px;
}
.banner {
	height: 400px;
	background: url(/images/banner-1.jpg) no-repeat center;
}
.main {
	margin-bottom: 50px;
}
.position {
	background: #f4f4f4 none repeat scroll 0 0;
	border-bottom: 1px solid #e2e2e2;
	color: #434242;
	height: 40px;
	line-height: 40px;
}
.position a {
	color: #434242;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	text-align: center;
	width: 130px;
}
.submenu li a:hover, .submenu li a.hover {
	background: #008dcf none repeat scroll 0 0;
	color: #fff;
}
.page_top {
	border-bottom: 1px solid #008dcf;
	font-size: 26px;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.content {
	line-height: 30px;
}
.list li {
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
}
.list li span {
	display: block;
	float: right;
	color: #999;
}
.list li a {
	display: block;
	float: left;
	background: url(/images/dd.jpg) no-repeat left center;
	padding-left: 20px;
}
.photo {
	margin-top: 20px;
}
.photo li {
	float: left;
	margin: 10px 10px 0;
	text-align: center;
}
.photo li img {
	height: 300px;
	width: 250px;
}
.photo li p {
	line-height: 40px;
}
.show {
	margin-top: 30px;
}
.show_top {
	text-align: center;
	margin-bottom: 20px;
}
.show_top .title {
	border-bottom: 1px dotted #ddd;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.show_top .date span {
	color: #999;
	font-size: 12px;
	margin-right: 20px;
}
.prepage {
	margin: 40px 0;
}
.prepage p {
	font-size: 12px;
	line-height: 30px;
}
.prepage p a {
	color: #008dcf;
}

@media screen and (max-width: 640px){
	body{
		min-width: auto;
	}
	.topbar, .toplist, .slideBox{
		display: none;
	}
	.container{
		max-width: 1100px;
		width: 100%;
		height: 70px;
	}

	.head a{
		width: 50%;
		display: block;
	}
	.head img{
		width: 100%;
		margin-top: 10px;
	}
	.toptell{
	    width: 50%;
		background: none;
		margin-top: 10px;
		padding-left: 0;
	}
	.nav{
	    height: auto;
		line-height: inherit;
	}
	.nav li{
		width: 25%;
		margin: auto;
	}
	.nav li a{
		font-size: 12px;
		padding: 10px 20px;
	}
	.service{
	}
	.service li{
		width:33%;
		float:left;
	}
	.service li a{
		width:100%;
	}
	.service li:nth-child(1) a{
	    background: url(/images/i.png) no-repeat 30px 6px;
	}
	.service li:nth-child(2) a {
		background: url(/images/i.png) no-repeat -110px 6px;
	}
	.service li:nth-child(3) a {
		background: url(/images/i.png) no-repeat -260px 6px;
	}
	.service li:nth-child(4) a {
		background: url(/images/i.png) no-repeat -390px 6px;
		border: none;
	}
	.service li:nth-child(5) a {
		background: url(/images/i.png) no-repeat -540px 6px;
	}
	.service li:nth-child(6) a {
		background: url(/images/i.png) no-repeat -680px 6px;
	}
	.service li:nth-child(7) a {
		display: none;
	}
	.service ul, .service li{
		height:auto;
	}

	.about{
		clear: both;
		padding: 10px;
	}
	.abright-img img{
		width:100%;
	}
	.abright{
		width:100%;
	}
	.abright .abtit span{
	    font-size: 18px;
	}
	.abright p.abinfo{
		margin-top:10px;
	}
	.abright ul li:nth-child(1), .abright ul li:nth-child(2), .abright ul li:nth-child(3){
	    margin: 10px 0 0 10px;
		width: 30%;
	}
	.envtit{
		padding-top: 20px;
		font-size: 20px;
	}
	.env .info{
		width:auto;
	}
	.indextit p{
		font-size: 20px;
	}
	.newleft, .newright{
		width:100%;
	}
	.newleft li{
		width:100%;
		text-align: center;
		margin: 0;
		border-bottom: 1px solid #999;
		padding-bottom: 20px;
	}
	.newright li a{
		width: 65%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.flogo{
		width:100%;
		text-align: center;
	}
	.middle{
		width:100%;
		margin-left:0;
	}
	.fnav{
		height: auto;	    
		margin-top: 10px;
		width: 100%;
		overflow: hidden;
	}
	.fnav li{
		width:33%;
	}
	.fnav ul li:nth-child(4){
	
	}
	.middle p{
		text-align: center;
	}
	.picMarquee-left .bd ul li{
		width:50%;
	}
	.env .container{
		height:auto;
	}
	.picMarquee-left .bd ul li img{
		width: 90%;
		height: 200px;
	}
}