@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;border:0px;}/*去掉输入框得到焦点时边框会出现阴影效果----例如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;}
a:visited {text-decoration: none; }
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:100% ;margin:0 auto; height:40px;background:#f2f2f2;}
.top{ width:1080px;height:40px; margin:0 auto;}
.top .wel{ float:left; line-height:40px;color:#666;}
.top .top_r{ float:right; line-height:40px;color:#2c2c2c;padding:0 5px; font-size:14px;}
.top .top_r span{color:#d80c18;padding:0 5px;font-size:18px; font-weight:bold;}

.nav_bg{ width:100%;height:80px; margin:0 auto; background:#fff;}
.nav{ width:1080px;height:80px; margin:0 auto;}
.nav .logo{ width:185px;height:72px; margin:0px 42px 0px 0; float:left;}
.nav .menu{ width:840px;float:right;}
.nav .menu ul li{ width:140px;float:left;text-align:center; line-height:80px;}
.nav .menu ul li a{font-size:15px; color:#333;display:block;}
.nav .menu ul li:hover{ background:#002c5d;}
.nav .menu ul li:hover a{color:#fff;}


.banner{ width:100%; height:500px; margin:0 auto; overflow:hidden; position:relative;}
.flexslider{position:relative;height:500px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:500px;}
.slides li a{ display:block;}
.flex-control-nav{position:absolute;bottom:30px;z-index:999;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: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:100%;height:275px; margin:0 auto; background:#303030;}
.footer .footer_menu{ width:1080px;height:70px;margin:0 auto; background:url(../images/footer_xt.jpg) no-repeat  bottom center;}
.menu_bg .footer_menu ul li{float:left;line-height:70px; text-align:center;width:180px;}
.menu_bg .footer_menu ul li a{font-size:14px;color:#fff; display:block;}
.foot{width:1180px;margin:20px auto 0 auto;}
.footer p{ font-size:14px;margin:10px 0;text-align:center;color:#fff;}
.footer p a{color:#fff; font-size:14px;} 
