@charset "UTF-8";
html{
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;
    color: #626262;
}
body{min-width: 1200px;}
*{margin: 0;padding: 0;}
a,button,input{cursor: pointer;}
img {border: none;}
a{text-decoration: none;}
ul.unList{list-style: none;}
ul.inline{list-style: none;display: block;}
ul.inline:after{clear: both;}
ul.inline:before,ul.inline:after{
    display: table;
    content: "";
}
ul.inline li{
    display: inline-block;
    float: left;
}
.bg_white{background-color: #FFFFFF;}
.color_white{color: #ffffff;}
.font_14{font-size: 14px;}
.fr{float: right;}
.fl{float: left;}
.img_full img{width: 100%;}
.unfix:after {clear: both;}
.unfix:before, .unfix:after {
    display: table;
    content: "";
}
.unopened{cursor: not-allowed;}
.w_1200{width: 1200px;margin: 0 auto;}
.w_1000{width: 1000px;margin: 0 auto;}
.w_800{width: 800px;margin: 0 auto;}
/*智谷风格样式*/
.bg_blue{background-color: #1d71b7;}
.bg_lb{background-color: #e6f3ff;}
.bg_db{background-color: #2c3e50;}
.color_blue{color: #1d71b7;}
.color_db{color: #2c3e50;}
.top_head{height: 80px;padding-top: 10px;}
.title{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    letter-spacing: .2em;
}
.subtitle{
    padding-top: 6px;
    text-align: center;
}
.header{padding-top: 40px;}
.header .w_1200{height: 58px;padding: 16px 0;}
.header .logo{
    display: inline-block;
    float: left;
    width: 90px;
    height: 100%;
    overflow: hidden;
}
.header .inline{display:inline-block;float: right;height: 100%;}
.header li{
    height: 100%;
    width: 80px;
}
.header li>a:hover{color: #1d71b7;}
.header li>a{
    display: block;
    line-height: 58px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #2c3e50;
}
.footer{padding: 40px 0 60px;position: relative;}
.footer .h2{line-height: 1.5em;font-size: 15px;color: #5e7d9e;}
.footer .line{
    padding-top: 25px;
    border-bottom: 1px solid #394c5f;
    margin-bottom: 50px;
}
.footer .copyright{
    margin-top: 20px;
    text-align: center;
    color: #7f91a2;
    font-size: 14px;
    line-height: 1.8em;
}
.footer .copyright a{padding: 0 4px;}
.footer .copyright span{padding: 0 8px;}
.footer .to_top{
    position: absolute;
    width: 80px;
    height: 40px;
    background: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/toTop.png") no-repeat top center;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.footer .to_top a{
    display: block;
    width: 100%;
    height: 100%;
}
