*{
    padding:0;margin:0;border:0;
}
body{
    font-family:"微软雅黑";
    font-size: 14px; 
    background:#fff;
}
ul li{
    list-style:none;
}
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

a { text-decoration: none; color:#666;}
a:hover { text-decoration: none; color:#666;}


.f_left{float:left;}
.f_right{float:right;}
.clearfix:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.m_r_none{margin-right:0 !important;}
.m_l15{margin-left:15px;}
.m_r15{margin-right:15px;}
.m_t15{margin-top:15px;}
.m_b15{margin-bottom:15px;}
.m_l20{margin-left:20px;}
.m_r20{margin-right:20px;}
.m_r30{margin-right:30px;}
.m_r40{margin-right:40px;}
.m_t20{margin-top:20px;}
.m_b20{margin-bottom:20px;}
.mt-10{
    margin-top:-10px;
}
.mt40{
    margin-top:40px;
}

/*footer*/
.footer{
    width:100%;
    background:#353635;
    height:206px;
}
.footerCon{
    width:1180px;
    margin:0 auto;
    padding:0 10px;
    position:relative;
}
.top{
    display:inline-block;
    width:40px;
    height:40px;
    background:url(../images/top.jpg) no-repeat;
    position:fixed;
    bottom:166px;
    right:0;
    cursor:pointer;
}
.topMsg ul{
    width:840px;
    padding-top:50px;
    float:left;
}
.topMsg ul li{
    float:left;
    margin-right:30px;
    font-size:16px;
}
.topMsg ul li a{
    color:#d0d0d0;
}
.topMsg ul li.on a{
    color:#fff;
}
.topMsg .code{
    float:right;
    margin-right:100px;
    margin-top:20px;
    width:80px;
    font-size:12px;
    color:#d0d0d0;
}
.topMsg .code img{
    width:80px;
    height:80px;
}
.topMsg .code p{
    margin-top:3px;
    text-align:center;
}
.bottomMsg{
    padding-bottom:15px;
    font-size:12px;
     color:#d0d0d0;
}
.bottomMsg .line{
    width:100%;
    border-top:1px solid #252625;
    margin-top:13px;
}
.bottomMsg .line1{
    width:100%;
    border-top:1px solid #4a4a4a;
}
.Leftmsg{
    margin-top:13px;
}
.Leftmsg dl {
    width:300px;
    
}

.Leftmsg dl dt{
    float:left;
    margin-right:8px;
}
.Leftmsg  p:first-child{
    margin-bottom:5px;
}