@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{ 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;transition: all 0.3s ease-out 0s;}
a:active {text-decoration: none; color: #535353;}


body {margin: 0px; 
color:#262626; 
font-size: 14px; 
font-family:微软雅黑,Arial, Helvetica, sans-serif;
background:#fff;
}
a.more:link { text-decoration: none;color: #FFFFFF;}
a.more:visited {text-decoration: none; color: #FFFFFF;}
a.more:hover { text-decoration: none; color: #FFFFFF;}
a.more:active {text-decoration: none; color: #FFFFFF;}

/*headerbox*/
.headerbox{width:100%; height:65px; overflow:hidden; padding:30px 0; }
.header{width:1180px; margin:0 auto;height:65px; overflow:hidden;}
.top_left{float:left;}
.top_right{float:right; font-size:18px; background:url(../images/top_tel.jpg) no-repeat left top; padding:15px 0 0 25px; line-height:40px; margin-top:10px;}
.top_right b{font-size:30px;}
.logo{width:435px; height:65px; overflow:hidden; float:left; padding-right:35px;}


/*nav*/
.nav{width:100%; height:50px; overflow:hidden; background:#00a0e9;}
.nav ul{width:1180px; margin:0 auto;}
.nav ul li{float:left; padding:0 44px; letter-spacing:2px; line-height:50px; font-size:16px;}
.nav ul li:hover{background:#0085d3;}
.nav ul li a{color:#fff; display:block;}}


/*foot*/
.footer{width:100%; background:#0085d3;overflow:hidden;}
.foot{width:1180px; background:#0085d3; padding:20px 0; overflow:hidden; color:#fff; text-align:center;margin:0 auto; line-height:25px;}
.foot a{color:#fff; font-size:16px;}
.foot a:hover{text-decoration:underline;}
.menu{border-bottom:1px dotted #fff; padding-bottom:10px;}
.foot_text{margin:10px 0 0 0;}
.foot_text a{color:#fff; font-size:14px;}

