@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a{font-size:12px; color:#000000;blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
a:link { text-decoration: none;color: #535353;}
a:visited {text-decoration: none; color: #535353;}
a:hover { text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #535353;}
.clear{clear:both;}
body {margin:0px;font-size: 12px; font-family:"微软雅黑";}
.pagetop{ width:1006px;margin:0 auto; height:110px; background:url(../images/top_bg.jpg) repeat-x;}
.pagetop .logo{ float:left; width:144px; margin-top:45px;}
.pagetop .name{ float:left;margin:33px 0 0 20px;}
.pagetop .top_right{float:right; margin:30px 35px 0 0;}

.nav{width:1006px;height:35px;margin:0px auto; background:#0369a9;}
.nav ul li{float:left;width:110px;text-align:center; background:url(../images/line_r.jpg) no-repeat right;}
.nav ul li.last{background:none;}
.nav ul li a{font-size:14px;color:#ffffff; display:block; line-height:35px; }
.nav ul li a:hover{ background:#0185d1;}

.banner{ width:1006px ;height:175px; margin:0 auto; overflow:hidden; position:relative;}
.flexslider{position:relative;height:175px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:500px;}
.slides li a{ display:block;}
.flex-control-nav{position:absolute;bottom:10px;z-index:999;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;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;}

.footer{width:1006px;height:190px; background:url(../images/footer_bg.jpg) repeat-x; margin:0  auto;}
.footer p{text-align:center;color:#666;padding:10px 0 5px 0;}
