
@charset "utf-8";
/****************整体设计*******************/
*{ margin:0px; padding:0px; font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;}
a{ cursor:pointer; text-decoration:none}
a:hover{ color:#F60}
button{cursor:pointer;}
ul,li{ padding:0; margin:0; list-style:none}
.clearfix:after {
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.clearfix {*zoom:1;}/*IE/7/6*/
.myt{ white-space: nowrap;text-overflow:ellipsis; overflow:hidden;}
/****************头部设计*******************/
.header{ height:38px; background:#f1f1f1;}
.line{ margin:0 auto; width:1200px; height:38px;}
.line .line_left{ float:left; margin-left:80px; height:38px; font-size:12px; color:#605d5d; letter-spacing:2px; padding-left:33px; width:260px; line-height:38px; background:url(../images/home.png) center left no-repeat; }
.wz{ font-size:12px}
.line .line_left .red{ color:#F60; padding:0px 3px; display:inline-block;}
.line .line_right{ float:right;  line-height:34px; width:256px; background:url(../images/tel.png) 4px 2px no-repeat}
.line .line_right a{ color:#0CF; text-decoration:none; font-size:12px; display:inline-block; width:32px;}
.line .line_right span{ margin-left:32px;}
.menu{ margin:0 auto; width:1200px; height:85px; background:#fff url(../images/logo_07.gif) center left no-repeat;}
.menu span{ width:800px; float:right; margin-top:25px; height:40px; line-height:40px}
.menu span a{font-size:16px; color:#666;  display:inline-block; margin:0 20px;  border-top:#FFF 2px solid;}
.menu span a:hover,.menu span a.active{  color:#0cF;  border-top:#0cF 2px solid;}
 /***************底部*******************/
 .footer{ width:100%; height:100px; background:#585657; color:#FFF; line-height:100px; text-align:center; font-size:16px;}
 
 /****************翻页设计*******************/
body .fanye{ text-align:center; margin:40px auto}
body .fanye ul{}
body .fanye li{  ;color:#FFF; background:#1461bd; margin:10px;display: inline-block}
body .fanye li.disabled{display: none}
body .fanye li a , .fanye li span{color:#FFF;display: block;padding:10px 18px}
body .fanye a:active, .fanye .active{ background:#8aafdc}
