@charset "UTF-8";

*,a{margin:0; padding:0;}

table{border-collapse:collapse; border-spacing:0; }
dset,img{border:0;}
address,caption,cite,code,dfn,em,var,i{font-style:normal; font-weight:normal;}
ul,ol,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input,textarea {outline:none;resize:none;}

a{text-decoration:none;}
a:hover{}

.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cl { zoom: 1; }
.clear {clear:both;display:inline;}
.mt{margin-top:26px;}
.show{display:block;}
.hide{display:none;}


.thin {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ell {overflow:hidden; white-space:nowrap; text-overflow:ellipsis }

body {font-size:12px;font-family:"Microsoft Yahei";color:#696969;position:relative}
strong{
    font-weight: bold;
    color:#3bc8f2;
}

h4{
    margin-bottom:14px;
    padding-left:18px;
    background:url(../image/part_line1.jpg) no-repeat;
    line-height:20px;
    font-size:18px;
    font-weight: bold;
}


.top_nav_left{
    float: left;
    line-height: 40px;
}
.top_nav_left a{
    margin:0 10px;
    color:#9e9e9e;
}
#top_nav {
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    position: relative;
    z-index: 1000;
    margin:0 auto;
}
#top_nav .top_nav_content {
    height: 42px;
    width:1272px;
    margin:0 auto;
}
.login_register{
    float: right;
}
#login,#register,#recommend{
    float: left;
    margin:0 15px;
    line-height:42px;
}
.login_register a{
    color:#9e9e9e;
}
.login_register a:hover{
    text-decoration: underline;
}



.header_wrap{
    width: 100%;
    overflow: hidden;
}
.header{
    width: 1272px;
    height:56px;
    margin:0 auto;
    padding:22px 0;
}
.header .logo{
    margin-left:160px;
    float:left;
}
.header_nav{
    margin:15px 0 0 40px;
    float:left;
}
.header_nav li{
    float: left;
    margin:0 30px;
    font-size: 18px;
}
.header_nav li a{
    color:#696969;
}
.header .active{
    color:#13ccfc;
}
.header a:hover{
    color:#13ccfc;
}


.footer{
    background:#f6f7fb;
    padding-bottom:20px;
}
.footer .bg{
    background:#d2d6e6;
}
.footer .bg h2{
    text-align: center;
    font-size:18px;
    line-height:64px;
}
.footer p{
    text-align:center;
    line-height: 26px;
}
.footer .nav{
    margin:20px 0 8px 0 ;
}
.footer .nav a{
    padding:0 24px;
    color:#696969;
}
.footer .nav a:hover{
    color:#13ccfc;
}