@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1000px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
}
/*****Header*****/
#header {
	padding: 10px 0 30px 0;
}
#header .logo {
	margin-top: 35px;
}
#header form {
	text-align: right;
	width: 130px;
	height: 30px;
	background: #f1f3f6;
}
#header form input {
	border: 0;
	background: none;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	width: 90px;
	padding-left: 10px;
	font-size: 14px;
	color: #a3a3a3;
}
#header form input.btn_ser {
	width: 30px;
	height: 30px;
	background: url(../../images/icon_search_03.png) no-repeat left center;
	padding: 0;
	cursor: pointer;
}
.nav {
	padding-top: 20px;
}
.nav li {
	font-size: 14px;
	color: #626262;
}
.nav li a {
	font-size: 14px;
	color: #626262;
	padding: 0 14px;
}
.nav li a:hover {
	color: #00aeff;
}
/*****Banner*****/
.flexslider {
	position: relative;
	height: 500px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 500px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 40px;
	overflow: hidden;
	background: url(../../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../../images/next.png) center center no-repeat;
}
/*****首页关于我们*****/
.about {
	padding: 65px 0;
}
.mpart {
	text-align: center;
	width: 310px;
}
.mpart h2 {
	font-weight: normal;
	font-size: 30px;
	color: #626262;
	padding-bottom: 20px;
}
.mpart dd {
	font-size: 14px;
	color: #464545;
	line-height: 24px;
	text-align: left;
	padding: 30px 0;
}
.mpart a.more {
	font-size: 15px;
	color: #00aeff;
}
.mpart a.more:hover {
	color: #004481;
}
.zp {
	padding: 0 35px;
}
/*****首页产品展示*****/
.product {
	padding: 45px 0 5px 0;
	background: #e2e7ed;
}
h2.title {
	font-weight: normal;
	font-size: 30px;
	color: #494848;
}
.product .cate {
	padding-top:5px;
}
.product .cate li {
	padding-left: 8px;
}
.product .cate li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #004481;
	padding: 0 10px;
}
.product .cate li a:hover {
	background:#00aeff;
}
.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 1000px;
	padding-top:40px;
}
.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	padding-top:10px;
	text-align:center;
}
.multipleColumn .hd ul {
	overflow: hidden;
	margin-top: 10px;
	text-align:center;
}
.multipleColumn .hd ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 18px;
	height: 18px;
	line-height:100px;
	overflow: hidden;
	margin-right: 10px;
	/*text-indent: -999px;*/
	cursor: pointer;
	background:url(../../images/icoCircle.png) 0 -18px no-repeat;
}
.multipleColumn .hd ul li.on {
	background-position: 0 0;
}
.multipleColumn .bd {
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 367px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	width: 282px;
	padding-bottom:20px;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
	position:relative;
}
.multipleColumn .bd ul li .pic img {
	width: 282px;
	height: 181px;
	display: block;
}
.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}
.multipleColumn .bd ul li .pic p {
	position:absolute;
	left:0;
	bottom:0;
	height:42px;
	line-height:42px;
	padding:0 15px;
	width:252px;
	background:url(../../images/blue_03.png);
	text-align:left;
	font-size:16px;
	color:#fff;
}
a.formore {
	display:block;
	width:262px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:15px;
	color:#00aeff;
	border:1px #004481 solid;
	margin:20px auto 0;
}
a.formore:hover {
	background:#004481;
	color:#fff;
}
/*****首页新闻中心*****/
.news {
	padding:45px 0;
}
.news ul {
	padding-top:45px;
}
.news li {
	margin-right:20px;
}
.news li a {
	display:block;
	width:275px;
	height:220px;
	border:1px #cecece solid;
	padding:10px 20px 0 20px;
}
.news li .time {
	padding:10px 0 20px 0;
}
.news li .time .date {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#cdcdcd;
	line-height:38px;
}
.news li .time .year {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#cdcdcd;
	line-height:38px;
}
.news li dt {
	font-weight:bold;
	font-size:16px;
	color:#727070;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-bottom:15px;
}
.news li dd {
	height:72px;
	overflow:hidden;
	font-weight:normal;
	font-size:14px;
	color:#898686;
	line-height:18px;
}
.news li a:hover {
	border:1px #3f90ca solid;
}
/*****Footer*****/
#footer {
	background:#31333e;
	padding:25px 0;
	font-size:14px;
	color:#e2e7ed;
}
#footer a {
	color:#e2e7ed;
}
.bnav li a {
	margin:0 15px;
}
.binfo {
	line-height:36px;
	padding-top:15px;
}
.blogo {
	font-weight:bold;
	font-size:30px;
	color:#b2b0b0;
	padding-top:100px;
}
/*内页*/ 
.wrapper{padding:30px 0px;}
.mbx{position:relative;margin-bottom:20px; color:#333;}
.mbx a{font-size:18px; color:#333;}
.mbx_search{ position:absolute; top:0px;right:0px;width:235px;height:40px; background:#3a8dc9;}
.mbx_search input{ border:none; color:#fff;border-right:1px solid #fff;width:163px; background:#3a8dc9;line-height:20px;float:left;font-family:"微软雅黑";font-size:14px;text-indent:12px;height:20px;padding:10px 0px;}
.mbx_search button{ border:none; background:url(../../images/search.png) no-repeat center center #3a8dc9;width:71px;height:40px; line-height:40px;float:left;}
.siderbar{width:220px;}
.wrapper_main{width:750px;}
.wrapper_main img{max-width:100%;}
.side_tit{width:95%;padding-right:5%;height:63px;line-height:63px;font-size:18px;text-indent:20px;font-weight:normal;background:#3a8dc9;color:#fff;}
.side_ser li{height:62px;line-height:62px;border:1px solid #3a8dc9;margin-top:10px;text-indent:18px;padding-right:5%;}
.side_ser li a{ display:block;width:80%;float:left;color:#3a8dc9;font-size:18px; font-weight:bold;}
.side_ser li .align_r{ width:20%;}
.side_ser li.side_act{ background:#3a8dc9;}
.side_ser li.side_act a{color:#fff;}
.side_ser li a.ser-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.side_tit.side_tit02{ background:#f8b283;margin-top:10px;}
.side_contact{font-size:14px;margin-top:10px;}
/*关于我们*/
.wrapper_main .main_tit{font-size:24px;font-weight:normal;color:#3a8dc9;margin-bottom:20px; text-transform:uppercase;}
.wrapper_cont{font-size:14px;}
.wrapper_cont p{margin-bottom:10px;}
/*留言板*/
.mes{width:550px;margin:50px auto;}
.mes input,.mes textarea{background:none;border:none;width:453px; float:left;}
.mes ul li{border:1px solid #d1d1d1; background:#f6f6f6;height:20px;line-height:20px;padding:10px 0px;margin-bottom:20px;text-indent:17px;}
.mes ul li span{float:left;width:80px;}
.mes .mes_text{height:200px;}
.mes .mes_text textarea{height:200px; overflow:auto;}
.mes .mes_yz input{width:200px;}
.mes .mes_yz img{float:left;max-height:30px;max-width:100px;}
.mes .mes_tj{ text-align:right;border:none; background:none;}
.mes .mes_tj button{ width:200px; background:#3a8dc9; border:none;color: #fff;height: 30px;line-height: 30px;font-size: 14px;font-family:"微软雅黑";padding:0px; cursor:pointer;}
/*新闻列表*/
.news_list li{border-bottom:2px dashed #aeaeae;height:55px;line-height:55px;margin-top:10px; background:url(../../images/dot02.png) no-repeat left center;text-indent:20px;}
.news_list li a {color:#333;}
.fanye{ float:right;margin:100px 0px;}
.fanye li{ float:left;width:47px;height:47px;line-height:47px;margin-right:5px; background:#bfbfbf; text-align:center;}
.fanye li a{ display:block;color:#fff;}
.wrapper_tit{text-align:center;}
.wrapper_tit img{border:1px solid #ccc;}
.wrapper_tit h2{font-weight:normal;margin:10px 0px;font-size:24px;}
.wrapper_tit p{font-size:14px;color:#868686;margin-bottom:10px;}
/*产品列表*/
.pro_list li{ float:left;width:33.3%; text-align:center;margin-bottom:20px;}
.pro_list li a{ color:#868686; font-size:18px;}
.pro_list li img{ width:203px;height:150px;border:1px solid #b2b1ab;}

.page_show{margin:10px 0px 5px;color:#666; line-height:20px;font-size:12px;border-top:1px dashed #ccc;padding-top:5px;text-align:left;}
.page_show a{color:#000; text-decoration:none;}
.page_show a:hover{ text-decoration:underline;}
