﻿@charset "utf-8";
/*公用样式*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span { padding: 0; margin: 0; }
body { font-size: 14px; font-family: "Microsoft YaHei","微软雅黑","宋体",Arial, sans-serif; line-height: 24px; -webkit-text-size-adjust: none; color: #333; background: #fff; }
*html { background-image: url(about:blank); background-attachment: fixed; }
*:focus{ outline:none;}
.begin { transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  }
.stop, .stop * { transition: none; -o-transition: none; -webkit-transition: none; -moz-transition: none; }
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}

input { border: none; background: none; padding: 0; font-family: "microsoft yahei"; margin: 0; }
/*设置input与textarea中placeholder属性颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #999; }
input:-moz-placeholder, textarea:-moz-placeholder{ color:#999; }
input::-moz-placeholder, textarea::-moz-placeholder{ color:#999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder{ color:#999; }
ins, s { text-decoration: none; }
li, ol { list-style: none; }
a { text-decoration: none;color: #333;outline: none;font-size: 14px; }
a:active { star: expression(this.onFocus=this.blur());  }
a:hover { color: #333;cursor: pointer;text-decoration: none; }
a:visited,a:active,a:link{ text-decoration: none;}
.white, .white a, .white a:hover { color: #FFF;  }
.c-ed{ color: #ed4e46;}
.c-28{ color: #2889fa;}
.c-ff{ color: #ff8400;}
.underline { text-decoration: underline; }
img { border: none; }
em{ font-style: normal;}
/*高*/
.h20{ height:20px;}
.h30{ height:30px;}
/*浮动*/
.fl, .fr, .lifl li { float: left; display: inline; list-style: none; }
.fr { float: right; }
.fl { float: left; }
/*字体*/
.yahei { font-family: 'Microsoft Yahei'; }
/*清除浮动*/
.clear { clear: both; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

/*元素显示*/
.dib { display: inline-block;}
.db { display: block; }
.dn { display: none;}
.di { display: inline;}
/*对齐方式*/
.tar { text-align: right; }
.tac { text-align: center; }
.tal { text-align: left!important; }

@media (max-width: 767px) {
    .dn-xs {
        display: none;
    }

    .db-xs {
        display: none;
    }
    .tar-xs {
        text-align: right;
    }

    .tac-xs {
        text-align: center;
    }

    .tal-xs {
        text-align: left !important;
    }
}
@media (min-width: 992px){
    .tar-lg {
        text-align: right;
    }

    .tac-lg {
        text-align: center;
    }

    .tal-lg {
        text-align: left !important;
    }
}
/*标题*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    font-family: "Microsoft Yahei";
}
/*字体颜色*/
.c3{ color:#333; }
.c6{ color:#666; }
.c9{ color:#999; }
.c-l-blue{ color: #008fd6; }
/*背景颜色*/
.bg-gray{ background: #f7f8f9!important; }
.bg-ff{ background: #fff!important; }
.bg-f6{ background: #f6f6f6; }
.bg-f7{ background: #f7f7f7!important; }
.bg-grad{ width: 100%; height: 2px; background: linear-gradient(to right, #008fd5,#10ad4b); }
.bg-h{ width: 100%; height: 3px; background: #0599d9; }
/*字体大小*/
.f14 { font-size: 14px; }
.f16 { font-size: 16px; font-weight: bold; }
.f12 { font-size: 12px; }
.f18 { font-size: 18px; }
.f34 { font-size: 34px!important; }
/*外边距*/
.mb0 { margin-bottom: 0!important; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mr15 { margin-right: 15px; display: inline-block; }
.mr20 { margin-right: 20px; }
.mt0{ margin-top: 0!important;}
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt100 { margin-top: 100px; }
.mt334 { margin-top: 334px; }
.mt48 { margin-top: 48px!important; }
.mr0{ margin-right: 0!important;}
.ml0{ margin-left: 0!important; }
.ml20{ margin-left: 20px; }
/*内边距*/
.p0 { padding: 0!important; }
.pl0 { padding-left: 0!important; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl100 { padding-left: 100px; }
.pl120 { padding-left: 120px; }
.pt5 { padding-top: 5px!important; }
.pt10 { padding-top: 10px!important; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px!important; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pb0 { padding-bottom: 0!important; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb300 { padding-bottom: 300px!important; }
.pb30 { padding-bottom: 30px; }
.pr15 { padding-right: 15px; }
.pt-b30{ padding: 30px 0!important; }
/*边框*/
.bl0{ border-left: 0!important; }
.bl1{ border-left: 1px solid #dddddd; }
.bb0 { border-bottom:0!important; }
.bb1{ border-bottom: 1px solid #dedede; }
.bt0 { border-top:0!important; }
.bb-dc { border-bottom: 1px solid #dcdcdc; }
.bb-green{ border-bottom:1px solid #39b366;}
.bb-6{ border-bottom: 1px dashed #666;}
.br0{ border-right: 0!important;}
/*定位*/
.por { position: relative; }
.poa { position: absolute; }
.pof { position: fixed; }
.pos { position: static; }
/*字间距*/
.lh24 { line-height: 24px; }
/*字体加粗*/
.fwb{ font-weight: bold; }
/*新闻滚动样式*/
.scroll,.scroll2{ position:relative; overflow:hidden;}
.scroll ul{ position:absolute; width:20000em; }
.scroll2 ul{ position:absolute; height:200em; }
.scroll ul li{ float:left; }
/*icon*/
i{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#wrapper,section{
    /*position: relative;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#wrapper {
    font-size: 100%;
    background: #fff;
}
.layout{
    width: 1200px;
    margin:0 auto;
}
.middle{
    width: 1200px;
    margin:0 auto;
}
@media only screen and  (max-width: 1200px){
    .layout{
        width: 96%;
    }
    .middle{
        width: 96%;
    }
}
@media only screen and  (max-width: 720px){
    .layout{
        width: 90%;
    }
}
.container{
    padding-right: 0;
    padding-left: 0;
    margin:0 auto;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width: 991px){
    .container {
        /*padding-right: 15px;
        padding-left: 15px;*/
        padding-right: 10px;
        padding-left: 10px;
    }
}
.row{
    margin-left: 0;
    margin-right: 0;
}
/*top-nav*/
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
html body .moveTop {
    top: 0 !important;
    transition: top .2s linear;
    -webkit-transition: top .2s linear;
}
/*top*/
.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.top .top-info {
    position: relative;
}
.top .top-tag{
    font-size: 12px;
    color: #999;
}
.top .top-tag .a-icon{
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999;
}
.top .top-tag .a-line{
    margin: 0 8px;
}
.top .top-tag .a-tel:before,.top .top-tag .a-tel before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url(../bg/ico-tel.png) no-repeat;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.top .top-tag .a-wechat:before,.top .top-tag .a-wechat before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url(../bg/ico-wechat.png) no-repeat;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
@media only screen and (max-width: 480px){
    .top .top-tag{
        padding-right: 16px;
    }
    .top .top-tag .a-line {
        margin: 0 3px;
    }
    .top .top-tag .a-tel:before, .top .top-tag .a-tel before,
    .top .top-tag .a-wechat:before, .top .top-tag .a-wechat before{
        display: none;
    }
}
@media only screen and (max-width: 320px){
    .top .top-tag .a-line {
        margin: 0;
    }
}
/*nav*/
.nav{
    position: relative;
    margin:0 auto;
    background: #fff;
    width: 100%;
    height: 100px;
}
.fixed-top {
    top: 0;
    position: fixed;
    opacity: 0.9;
}
.nav-shadow{
    box-shadow: 0 3px 7px rgba(0,24,36,.1);
}
.nav .container{
    position: relative;
}
.logo{
    position: absolute;
    top: 19px;
    width: 148px;
    height: 62px;
}
.logo a{
    display: block;
}
.logo .a-logo img{
    max-width: 100%;
}
.nav .nav-list{
    text-align: right;
    padding-right: 0;
}
.nav ul{
    margin: 0 auto;
    padding-left: 0;
}
.nav ul li{
    display: inline-block;
    position: relative;
    margin:0 35px;
}
.nav ul li:last-child{
    margin-right: 0;
}
.nav ul li a.pag{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    color: #666;
    font-size: 14px;
}
.nav ul li span{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: transparent;
}
.nav ul li:hover a.pag,.nav ul li.checked a.pag{
    color: #028cc8;
}
.nav ul li:hover span,.nav ul li.checked span{
    background: #028cc8;
}
.nav .top-icon{
    width: 20px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 45px;
    display: none;
}
.nav .top-icon img{
    width: 100%;
}
@media only screen and (max-width: 1200px){
    .nav ul li{
        margin:0 25px;
    }
}
@media only screen and (max-width: 1140px){
    .nav ul li{
        /*margin:0 10px;*/
    }
}
@media only screen and (max-width: 1024px){
    .nav .container{
        position: relative;
    }
}
@media only screen and (max-width: 991px){
    .nav .container{
         /*padding-left: 0;
         padding-right: 0;*/
     }
    .nav ul li{
        margin:0 12px;
    }
}
@media only screen and (max-width: 767px){
    .nav .nav-list{
        display: none;
    }
    .nav .top-icon{
        display: block;
    }
}
@media only screen and (max-width: 720px){
    .nav{
        height: 60px;
    }
    .logo{
        top: 7px;
        width: 110px;
        height: 46px;
    }
    .top {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .nav .top-icon{
        top: 24px;
    }
}
@media only screen and (max-width: 480px){
    .nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    .logo{
        left: 16px;
    }
}
/*sub-menu*/
.sub-menu{
    position: absolute;
    left: -45px;
    width: 170px;
    padding: 15px 25px;
    background: #fff;
    display: none;
}
.nav ul li:hover .sub-menu{
    display: block;
}
.sub-menu ul li{
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 36px;
}
.sub-menu ul li:hover a,.sub-menu ul li.cur a{
    color: #e60012;
}
/*mobile-top*/
.mobile-nav{
    position: absolute;
    top: 100px;
    z-index: 100;
    background: #fff;
    width: 100%;
    display: none;
}
.mobile-nav ul li{
    position: relative;
    line-height: 35px;
    border-bottom: 1px solid #ededed;
}
.mobile-nav ul li:hover,.mobile-nav ul li.checked{
    /*border-bottom-color: #f58232;*/
}
.mobile-nav ul li a{
    font-size: 14px;
    color: #666;
}
.mobile-nav ul li:hover a,.mobile-nav ul li.checked a{
    color: #028cc8;
}
.mobile-nav ul li .mobile-menu{
    display: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.mobile-nav ul li .mobile-menu li.title a{
    color: #028cc8;
}
.mobile-nav ul li .mobile-menu dl{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.mobile-nav ul li .mobile-menu dl>dt{
    font-weight: normal;
    line-height: 35px;
}
.mobile-nav ul li .mobile-menu dl>dd{

    line-height: 35px;
    background: #e5e4e4;
    border-bottom: 1px solid #aaa;
}
.mobile-nav ul li .mobile-menu dl>dd a{
    padding-left: 20px;
    color: #333;
}
@media only screen and (max-width: 720px){
    .mobile-nav{
        top: 60px;
    }
}
/*footer*/
.footer{
    background: #222c3a;
}
.footer .pics{
    padding: 55px 0;
}
.footer .f-list li{
    float: left;
    width: 15%;
}
.footer .f-list li.last{
    width: 9.5%;
}
.footer .f-list li h3{
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
}
.footer .f-list li .s-color {
    display: block;
    width: 131px;
    height: 1px;
    background: #666;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}
.footer .f-list li ul{
    margin: 5px auto 0;
}
.footer .f-list li ul li{
    width: 100%;
}
.footer .f-list li a{
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
.footer .f-list li a:hover{
    color: #0599d9;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.footer .f-list li.last .qr-code{
    clear: both;
    float: right;
    margin-top: 15px;
}
.footer .f-list li.last .qr-code p{
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
    text-align: center;
    padding-top: 5px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
.footer .f-list li.last .qr-code .img{
    display: inline-block;
    width: 110px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.footer .f-list li.last .qr-code .img img{
    width: 100%;
}
@media only screen and (max-width: 991px){
    .footer .pics {
        padding: 30px 0;
    }
    .footer .f-list{
        width: 95%;
        margin: 0 auto;
    }
    .footer .f-list li{
        width: 50%;
        height: 200px;
        text-align: left;
        margin-bottom: 20px;
    }
    .footer .f-list li:last-child{
        margin-bottom: 0;
    }
    .footer .f-list li.last{
        width: 100%;
    }
    .footer .f-list li ul li{
        height: auto;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .footer .f-list li.last .qr-code{
        float: left;
    }
}
@media only screen and (max-width: 480px){
    .footer .f-list li{
        margin-bottom: 10px;
    }
    .footer .f-list li.last .qr-code{
        margin-top: 8px;
    }
    .footer .f-list li.last .qr-code .img{
        width: 80px;
    }
}
/*bottom*/
.bottom{
    /*background: #c3c3c3;*/
    text-align: center;
    border-top: 1px solid #39424e;
}
.bottom .copyright{
    display: block;
    font-size: 14px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
.bottom .copyright a{
    color: #fff;
    padding-right: 35px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
@media only screen and (max-width: 991px){
    .bottom .copyright{
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow: hidden;
    }
    .bottom .copyright a{
        padding-right: 15px;
    }
}
/*分页*/
.pageNum {
    text-align: center;
    height: 38px;
    /*margin-bottom: 60px;*/
    color: #999;
}
.pageNum a, .pageNum span {
    display: inline-block;
    width: 43px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #999;
}
.pageNum a.first{
    width: 73px;
}
.pageNum a.bn{
    border: 0;
}
.pageNum a:hover, .pageNum span.cur{
    background: #028cc8;
    border-color: #028cc8;
    color: #fff;
}
.pageNum a.bn:hover{
    background: none;
    border: 0;
    color: #999;
}
.pageNum .lt,.pageNum .gt{
    width: 73px;
}
.pageNum .lt {
    /*background-image: url(../bg/arrow-g-l.png);*/
    /*margin-bottom: -7px;*/
}
.pageNum .lt:hover{
    /*background-image: url(../bg/arrow-b-l.png);*/
}
.pageNum .gt {
    /*background-image: url(../bg/arrow-g-r.png);*/
    /*margin-bottom: -7px;*/
}
.pageNum .gt:hover{
    /*background-image: url(../bg/arrow-b-r.png);*/
}
.pageNum .lt:hover,.pageNum .gt:hover{
    /*border: 0;*/
}
.pageNum .text {
    width: 71px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    text-align: center;
}
@media only screen and (max-width: 991px){
    .pageNum a, .pageNum span{
        width: 35px;
        height: 30px;
        line-height: 30px;
        margin: 0 1px 0 0;
        font-size: 14px;
    }
    .pageNum a.first {
        width: 54px;
    }
    .pageNum .lt, .pageNum .gt {
        width: 54px;
    }
}
@media only screen and (max-width: 480px){
    .pageNum a, .pageNum span{
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        margin: 0;
    }
    .pageNum .lt, .pageNum .gt {
        width: 46px;
    }
    .pageNum a.first {
        width: 46px;
    } 
}
