/** 公用样式 **/
body, h1, h2, h3, h4, h5, h6, hr, p,  
blockquote, /* structural elements 结构元素 */  
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */  
pre, /* text formatting elements 文本格式元素 */  
form, fieldset, legend, button, input, select, textarea, /* form elements 表单元素 */  
th, td, /* table elements 表格元素 */  
img/* img elements 图片元素 */{  
border:medium none;  
margin: 0;  
padding: 0;
font-weight:normal;  
}  
/** 设置默认字体 **/  
body,button, input, select, textarea {font: 12px/1.5 'Microsoft YaHei',tahoma, Srial, helvetica, sans-serif; outline:none;}  
h1, h2, h3, h4{ font-size: 100%; }  
em{font-style:normal;}  
/** 重置列表元素 **/  
ul, ol { list-style: none; }  
li{ vertical-align: top;list-style-type:none;}
/** 重置超链接元素 **/  
a { text-decoration: none; color:#555;} 
a:focus{ outline:none; } 
a:hover{ text-decoration: none; color:#0085e4; }  
/** 重置图片元素 **/  
img{ border:0px;}  
/** 重置表格元素 **/  
table { border-collapse: collapse; border-spacing: 0; } 
img{ border:none;}
.clear{ clear: both; }
/*登录注册*/
.sign{width:220px;height:50px;position:absolute;margin:0 0 0 80%;line-height:50px;text-align:right;}
/*导航*/
.nav{width:100%;height:108px;background:url(../images/top_bg.jpg) no-repeat;}
.nav_big{width:1200px;height:108px;margin:0 auto;}
.nav_left{width:386px;height:108px;float:left;}
.nav_right{width:814px;height:108px;float:left;}
.nav_right ul{width:630px;margin-left:200px;}
.nav_right ul li{width:105px;height:108px;float:left;line-height:108px;text-align:center;}
.nav_right ul li a{font-size:16px;width:105px;height:108px;display:block;}

/*关于我们*/
.about_us{width:100%;height:150px;background:#24282f;border-top:1px solid #fff;margin-top:10px}
.about_cont{width:1200px;height:80px;margin:40px auto 0 auto;border-bottom:1px solid #1f2228;}
.about_cont .ul1{width:500px;margin:0 auto;}
.about_cont .ul1 li{float:left;color:#616c7f;}
.about_cont .ul1 li a{margin:0 10px 0 10px;color:#616c7f;}
.about_cont .ul1 li a:hover{color:#94b3e9;}
/*友情链接*/
.friendly_link{width:100%;height:55px;}
.friendly_link .ul2{width:1100px;height:55px;margin:0 auto;}
.friendly_link .ul2 li{color:#f5f5f5;line-height:55px;float:left;margin-left:15px;}
.friendly_link .ul2 li a{color:#8aa0c6;}
.friendly_link .ul2 li a:hover{color:#94b3e9;}
.about_yjgk{width:1200px;height:80px;margin:0 auto;border-top:1px solid #2e3239;}
.about_yjgk p{width:500px;margin:20px auto 0 auto;text-align:center;color:#616c7f;line-height:22px;}
/*版权所有*/
.copyright{width:100%;height:55px;background:#1e2229;}
.copyright_cont{width:1200px;margin:0 auto;}
.copyright_cont p{height:55px;text-align:center;line-height:55px;color:#616c7f;}

/** 分页 **/
.page{margin-top:30px; float: right;}
.page span,.page a,.page b{color:#666666; font-size:14px; border:1px solid #ddd; padding:8px 12px; background:#faf8f4; display:inline-block; -webkit-box-shadow: 3px 3px 3px #c3beb3;  -moz-box-shadow: 3px 3px 3px #c3beb3; box-shadow: 0px 0px 10px #c3beb3; margin-left: 5px;}
.page span,.page a:hover{background:#f25500; color:#fff; border-color:#F16135;}








