body{
    overflow-x: auto;
}
/* 顶部区域 */
.top{
    width: 100%;
    height: 140px;
    background: url(../images/top-bg.png) no-repeat left bottom;
    background-size: 100%;
}
.top>div{
    height: 100%;
}
.logo{
    width: 730px;
    margin-top: 12px;
}
.search-box{
    width: 480px;
    height: 50px;
    border: 2px solid #004fa2;
    border-radius: 6px;
    margin-top: 45px;
}
.search-box .search-input{
    overflow: hidden;
}
.search-box .search-input input{
    font-size: 16px;
    color: #323232;
    height: 50px;
    width: 340px;
    line-height: 50px;
    padding-left: 10px;
    border-radius: 6px;
}
.search-box .search-button input{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #004fa2 url(../images/search.png) no-repeat 25px center;
    background-size: 18px;
    width: 110px;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
}

/* 导航 */
.nav{
    background: #004fa2;
    width: 100%;
    height: 80px;
}
.nav>ul{
    clear: both;
}
.nav>ul>li{
    height: 80px;
    /*width: 175px;*/
    width: 150px;
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.nav>ul>li:hover,.nav>ul li.on{
    background: #004793;
}
.nav>ul>li.on a{
    font-weight: 700;
}
.nav>ul>li>a{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 80px;
    color: #fff;
}

/* 顶部导航二级菜单 */
.nav .second-list{
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 888;
    background: #fff;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    display: none;
}
.nav .second-list li{
    line-height: 40px;    
}
.nav .second-list li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
}
.nav .second-list li:hover{
    background: #004793;
}
.nav .second-list li:hover a{
    color: #fff;
}

/* 底部信息 */
.foot{
    width: 100%;
    background: #004fa2;
    padding: 30px 0;
}
.foot .ft-left{
    display: block;
    width: 200px;
    margin-top: 15px;
}
.foot .foot-text{
    width: 900px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.foot .foot-text p{
    line-height: 30px;
}
.foot .foot-text p span{
    margin: 0 10px;
}
.foot .foot-text p em{
    margin: 0 10px;
    font-weight: 700;
    font-style: normal;
}
.foot .ft-right{
    width: 300px;
    margin-top: 20px;
}
.foot .ft-right a{
    display:inline-block;    
}
.foot .ft-right a:first-child{
    margin-right: 20px;
}
.foot .ft-right a:last-child img{
    height: 55px;
}

/* 面包屑 */
.location{
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #f3f3f3;
}
.location>div img{
    width: 20px;
    display: inline-block;
    margin-top: 24px;
    margin-right: 10px;
}
.location>div{
    font-size: 16px;
    color: #505050;
}
.location>div span,.location>div em,.location>div a{
    display: inline-block;
    height: 68px;
    line-height: 68px;
}
.location>div em{
    margin: 0 5px;
}
.location>div a:hover{
    color: #004fa2;
}

/* 分页 */
.list-pagination{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-pagination ul{
    text-align: center;
}
.list-pagination ul li{
    display: inline-block;
    font-size: 16px;
    color: #7F7F7F;
    padding: 0px 4px;
    border: 1px solid #D9D9D9;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.list-pagination ul li.input-text{
    border: none;
    padding: 0;
}
.list-pagination ul li.go-btn a{
    color: #fff;
}
.list-pagination ul li.input-text:hover{
    background: none;
}
.list-pagination ul li.on,.list-pagination ul li:hover{
    background: #004fa2;
}
.list-pagination ul li.on a,.list-pagination ul li:hover a{
    color: #fff;
}
.list-pagination ul li a{
    display: block;
    padding: 0 10px;
    height: 100%;
}

.list-pagination li input{
    outline: none;
    border: 1px solid #D9D9D9;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    padding-inline: 0;
    padding-block: 0;
    margin: 0 8px;
    font-size: 16px;
}
.list-pagination li.go-btn{
    background: #004fa2;
    color: #fff;
    border-color: #004fa2;
}
.list-pagination li.go-btn:hover{
    background: #004793;
}


/* 列表样式01 - 单列表*/

.common-list01>ul li{
    border-bottom: 1px dashed #e0e0e0;
    line-height: 50px;
    clear: both;
    overflow: hidden;
}
.common-list01>ul li a{
    /**font-size: 18px;*/
    font-size: 16px;
    color: #494949;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}
.common-list01>ul li a:hover{
    color: #004fa2;
}
.common-list01>ul li span{
    font-size: 18px;
    color: #8b8b8b;
    float: right;
}

/* 封面页公共样式-头部标题 */
.cover-head{
    background: #f8f8f8;
    padding: 30px 0;
    margin-bottom: 30px;
}
.cover-head .cover-title{
    margin-bottom: 25px;
}
.cover-head .cover-title img{
    display: block;
    margin-top: 6px;
    margin-right: 10px;
    float: left;
}
.cover-head .cover-title span{
    font-size: 24px;
    display: block;
    float: left;
}
.cover-head h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.cover-head .cover-brief{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.cover-head .cover-learn-more{
    width: 180px;
    height: 40px;
    font-size: 16px;
    background: #004fa2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    margin-top: 20px;
}
.cover-head .cover-learn-more:hover{
    background: #004793;
}
.cover-head .w50{
    width: 675px;
}

/* 封面页公共样式-区块按钮 */
.btn-box{
    margin-bottom: 30px;
}
.btn-box a{
    display: block;
    width: 525px;
    text-align: center;
    padding: 60px 80px;
}
.btn-box a:first-child{
    background: url(../images/bg-wqyz01.png) no-repeat center;
    background-size: cover;
}
.btn-box a:last-child{
    background: url(../images/bg-wqyz02.png) no-repeat center;
    background-size: cover;
}

.btn-box a img{
    width: 46px;
    float: left;
    margin-left: 60px;
    margin-right: 20px;
}
.btn-box a span{
    float: left;
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
}
.btn-link{
    width: 100%;
    height: 110px;
    margin-bottom: 40px;
}
.btn-link a{
    display: block;
    width: 100%;
    height: 100%;
}



/* 封面页公共样式-列表-标题部分 */
.list-box>div{
    width: 675px;
} 
.list-box>div.w100{
    width: 100% !important;
}
.list-box .list-title{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.list-box .list-title h2{
    float: left;
    font-size: 22px;
    font-weight: 500;
}
.list-box .list-title h2 img{
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.list-box .list-title h2 span{
    float: left;
}
.list-box .list-title a{
    float: right;
    font-size: 16px;
    line-height: 28px;
}


/* 封面页公共样式-列表-下载按钮样式 */
.list-box .list-download ul li{
    clear: both;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.list-box .list-download ul li i{
    display: block;
    width: 6px;
    height: 6px;
    background: #004fa2;
    margin-right: 10px;
    float: left;
    margin-top: 23px;
}
.list-box .list-download ul li p{
    float: left;
    font-size: 16px;
    color: #464646;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
}
.list-box .list-download ul li a{
    float: right;
    display: block;
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    width: 50px;
    height: 22px;
    line-height: 22px;
    background: #dddddd;
    margin-top: 14px;    
}
.list-box .list-download ul li a:hover{
    background: #004fa2;
    color: #fff;
}

/* 封面页公共样式-列表-日期样式 */
.list-box .list-date ul li{
    clear: both;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.list-box .list-date ul li i{
    display: block;
    width: 6px;
    height: 6px;
    background: #004fa2;
    margin-right: 10px;
    float: left;
    margin-top: 23px;
}
.list-box .list-date ul li a{
    float: left;
    font-size: 16px;
    color: #464646;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 150px);
}
.list-box .list-date ul li span{
    float: right;
    font-size: 16px;
    color: #8b8b8b;    
}
.list-box .list-date ul li a:hover{
    color: #004fa2;
}


/* 封面页公共样式-列表-图片样式 */

.list-box02 .list-title{
    width: 100%;    
    margin-bottom: 20px;
}
.list-box02 .double-list{
    width: 675px;
    margin-bottom: 20px;
}
.list-box02 .list-title h2{
    float: left;
    font-size: 24px;
    font-weight: 500;
}
.list-box02 .list-title a{
    float: right;
}
.list-box02 .list-title h2 img{
    margin-right: 10px;
    float: left;
    margin-top: 6px;
}

.list-img li{
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 12px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.list-img li img{
    width: 205px;
    float: left;
    margin-right: 30px;
}
.list-img li div{
    float: left;
}
.list-img li div:last-child{
    float: right;
}
.list-img li div p{
    line-height: 45px;
    font-size: 18px;
}
.list-img li div p em{
    font-style: normal;
    color: #8e8e8e;
}

.list-img02 li{
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 12px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.list-img02 li img{
    width: 130px;
    float: left;
    margin-right: 20px;
}
.list-img02 li div{
    float: left;
}

.list-img02 li div p{
    line-height: 45px;
    font-size: 18px;
}
.list-img02 li div p em{
    font-style: normal;
    color: #8e8e8e;
}

/* 通用文章页样式 */
.article-page{
    margin-top: 40px;
}
.article-page h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.article-page .article-info{
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    font-size: 16px;
    color: #7F7F7F;
}
.article-page .article-info span{
    margin: 0 10px;
}
.article-page .article-info span em{
    font-style: normal;
    margin: 0 5px;
    cursor: pointer;
}
.article-page .article-info span em:hover{
    color: #004fa2;
}
.article-text{
    font-size: 16px;
    color: #505050;
    line-height: 26px;
}
.article-text p{    
    text-indent: 2em;
    margin: 10px 0;
}
.article-text img{
    display: block;
    margin: 20px auto;
}

/* 分享按钮 */
.bottom-info{
    height: 50px;
    background: #f8f8f8;
    margin-top: 30px;
    padding: 0 15px;
    line-height: 50px;
}
.bottom-info .share span{
    font-size: 14px;
    color: #505050;
    float: left;
    margin-right: 10px;
}
.bottom-info .share a{
    display: block;
    float: left;
    width: 28px;
    margin-top: 8px;
    margin-right: 10px;
}
.bottom-info>p{
    font-size: 16px;
    color: #505050;
}
.bottom-info>p span{
    margin-left: 30px;
}


/* 内容页table居中 */
#zoom table {
    text-align: center;
    margin: auto;
}

/* 悬浮二维码 */
.float-ewm{
    width: 150px;
    height: auto;
    min-height: 200px;
    background: #fff;
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 50%;
    border-radius: 10px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    /* padding-top: 26px; */
}
.float-ewm .ewm-pic{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #b1cdeb;
    background: #fff;
}
.float-ewm .ewm-pic img{
    width: 100%;
    height: 100%;
}
.float-ewm #fl-close{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.float-ewm #fl-close img{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
.float-ewm p{
    font-size: 16px;
    color: #004fa2;
    margin: 10px 0 0;
}
