@charset "UTF-8";
html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 14px;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    background: white;
}

body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    outline: none;
}

a {
    font-size: 14px;
    color: #515151;
    text-decoration: none;
}

a:hover {
    color: #3f79d9;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/* 头部 */
.header {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: url("/image/web/top_bg-3c2185d6fc01d8702f648b58029fec79.png") top center no-repeat;
    background-size: cover;
}

.header-flag {
    width: 100%;
    min-width: 1200px;
    height: 256px;
    margin: 0 auto;
    background: url("/image/web/top_bg_flag-8abd6286371cf42ab9d526ff9c06b75d.png") bottom center no-repeat;
}

.top {
    width: 1200px;
    height: 256px;
    margin: 0 auto;
}

.top-logo img {
    margin-top: 60px;
}

.top-tool-btn {
    margin: 55px 0 20px;
    text-align: right;
    position: relative;
}

.top-tool-btn a {
    display: inline-block;
    margin-left: 30px;
}

#code-box {
    display: none;
    height: 125px;
    background: white;
    border-radius: 20px;
    position: absolute;
    left: 195px;
    padding-left: 10px;
    z-index: 999;
    border: 1px solid #dee2e6;
}

#code-box div {
    float: left;
    width: 90px;
    height: 120px;
    text-align: center;
    margin: 12px 6px 0 0;
}

#code-box div img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

#mobile-code-box {
    display: none;
    height: 145px;
    background: white;
    border-radius: 20px;
    position: absolute;
    left: 260px;
    padding-left: 10px;
    z-index: 999;
    border: 1px solid #dee2e6;
}

#mobile-code-box div {
    float: left;
    width: 90px;
    height: 120px;
    text-align: center;
    margin: 12px 6px 0 0;
}

#mobile-code-box div img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.top-tool-search input {
    width: 400px;
    height: 45px;
    border: 1px solid #999999;
    border-radius: 25px;
    padding-left: 50px;
    background: url("/image/web/icon_search-b4ff0a993e483184e172aa203de696f5.png") no-repeat;
    background-position: 15px 10px;
    outline: none;
    position: relative;
    left: 58px;
    padding-right: 60px;
}

.top-tool-search button {
    border: none;
    background: none;
    color: #0f3b94;
    font-size: 16px;
    cursor: pointer;
    width: 55px;
    height: 45px;
    outline: none;
    position: relative;
    top: 0;
    left: -3px;
}

.top-tool-search button:hover {
    font-weight: bold;
}

.nav {
    width: 100%;
    min-width: 1200px;
    height: 58px;
    margin: 0 auto;
    background: #054fac;
}

.nav ul {
    width: 1200px;
    height: 58px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    height: 58px;
    line-height: 58px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 45px;
    text-decoration: none;
}

.nav ul li a:hover {
    background: #2B77D6;
}

/* 头条新闻 */
.first-news {
    width: 100%;
    min-width: 1200px;
    background: #e5effc;
}

.first-news-info {
    width: 1200px;
    margin: 0 auto;
    background: url("/image/web/firstNewsBtn-34a7f4fdb5a1951429f17b299bbfde10.png") 0 center no-repeat;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.first-news-info a {
    font-size: 35px;
    color: #054fac;
    margin-left: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    width: 1100px;
}

.first-news-info a:hover {
    color: #3f79d9;
}

/* 焦点图新闻 */
.focus {
    width: 1200px;
    height: 415px;
    margin: 30px auto;
}

.focus-box {
    position: relative;
    width: 620px;
    height: 415px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focus-box .pic img {
    width: 620px;
    height: 415px;
    display: block;
}

.focus-box .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focus-box .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focus-box .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focus-box .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.focus-box .txt li a:hover {
    color: white;
}

.focus-box .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focus-box .num li {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.focus-box .num li a, .focus-box .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focus-box .num li span {
    z-index: 1;
    background: #d8d8d8;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focus-box .num li.on a, .focus-box .num a:hover {
    background: #2B77D6;
}

.news {
    width: 535px;
    height: 415px;
}

.news-top {
    width: 535px;
    height: 305px;
}

.news-top-head {
    height: 45px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}

.news-top-head > ul > li.active a {
    color: #054fac;
    font-weight: bold;
    border-bottom: 3px solid #054fac;
    text-decoration: none;
}

.news-top-head > ul > li {
    float: left;
}

.news-top-head > ul > li > a {
    display: block;
    font-size: 24px;
    color: #333333;
    padding-bottom: 7px;
    margin-right: 30px;
}

.news-top-body > ul > li > a {
    line-height: 42px;
    font-size: 17px;
    color: #333333;
    text-decoration: none;
}

.news-top-body > ul > li > a:hover {
    color: #3f79d9;
}

.news-top-body > ul > li {
    background: url("/image/web/icon_arrow1-e56a56c6ee75a1c150883d706705d8ba.png") no-repeat;
    background-position: 5px;
    padding-left: 25px;
}

.news-top-body > ul > li > a > span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.news-bottom {
    margin-top: 18px;
}

.news-bottom a {
    text-decoration: none;
}

.news-bottom-item {
    display: flex;
    flex-direction: column;
    float: left;
    width: 160px;
    height: 95px;
    text-align: center;
    background: #f5f5f5;
    margin-right: 27px;
}

.news-bottom-item.gwy {
    background: url("/image/web/icon_gwy-59518cb3f9c4ed48bc17596195cb0ed2.png") #f5f5f5 no-repeat center 5px;
}

/*.news-bottom-item.gwy:hover {
    background: url("/image/web/icon_gwy_fff-e54641546023b7a3e32addf6feb1edd6.png") #054fac no-repeat center 5px;
}*/

.news-bottom-item.nmg {
    background: url("/image/web/icon_nmg-0125553e5265bffd94cb64f17706044b.png") #f5f5f5 no-repeat center -2px;
}

/*.news-bottom-item.nmg:hover {
    background: url("/image/web/icon_nmg_fff-031b6d18b2dd4f59008dc2ea76d17152.png") #054fac no-repeat center 0;
}*/

.news-bottom-item.bts {
    background: url("/image/web/icon_bts-8800eb59dcd18a5de444a694f11db931.png") #f5f5f5 no-repeat center 2px;
}

/*.news-bottom-item.bts:hover {
    background: url("/image/web/icon_bts_fff-bfda6e7828c1c98f5d53de1af1a9cce1.png") #054fac no-repeat center 2px;
}*/

.news-bottom-item a:nth-child(1) {
    margin-top: 45px;
}

.news-bottom-item a:hover {
    color: #3f79d9;
}

.news-bottom-item img {
    display: block;
    margin: 8px auto 5px;
}

.news-bottom-item p {
    font-size: 18px;
    color: #515151;
    margin-top: 55px;
}

/* 信息公开 */
.info-public {
    width: 1200px;
    height: 430px;
    margin: 0 auto;
}

.info-public-box {
    width: 845px;
    height: 440px;
}

.info-public-con {
    width: 338px;
}

.info-public-con-head {
    height: 47px;
}

.info-public-con-head a {
    font-size: 24px;
    font-weight: bold;
    color: #054fac;
    padding-bottom: 10px;
    margin-left: 15px;
    border-bottom: 4px solid #054fac;
    text-decoration: none;
}

.info-public-con-body {
    background: #f5f5f5;
    padding: 10px 0 0 20px;
    float: left;
}

.info-public-con-body a {
    float: left;
    width: 140px;
    height: 90px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 9px;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

.info-public-con-body a p {
    margin-top: 52px;
}

.info-public-con-body a.icon_zhidu {
    background: url("/image/web/icon_zhidu_a-36dd76b45edc9dbf2f4c7d5dc6042967.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_zhidu:hover {
    background: url("/image/web/icon_zhidu_b-8c4384b6ee672365b759a96381768294.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_zhidu:hover p {
    color: white;
}

.info-public-con-body a.icon_zhinan {
    background: url("/image/web/icon_zhinan_a-985b6ac65267f53af5e2eeebeb375fc6.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_zhinan:hover {
    background: url("/image/web/icon_zhinan_b-0f5a7460e1f0d3c5649c8f7914136271.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_zhinan:hover p {
    color: white;
}

.info-public-con-body a.icon_mulu {
    background: url("/image/web/icon_mulu_a-94a6a8b661087f4da24e6024d41e957f.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_mulu:hover {
    background: url("/image/web/icon_mulu_b-00a68f94617fc41c2e13d5c7a40584c0.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_mulu:hover p {
    color: white;
}

.info-public-con-body a.icon_nianbao {
    background: url("/image/web/icon_nianbao_a-28205bbe57cb721226b3f55b90c979e4.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_nianbao:hover {
    background: url("/image/web/icon_nianbao_b-14507af1d3e28c592d6a75ffd5eab59a.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_nianbao:hover p {
    color: white;
}

.info-public-con-body a.icon_gongbao {
    background: url("/image/web/icon_gongbao_a-0919320b704afef1bb4cc0c5f7ad2318.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_gongbao:hover {
    background: url("/image/web/icon_gongbao_b-78b7b3770255842511a63445e5096539.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_gongbao:hover p {
    color: white;
}

.info-public-con-body a.icon_xingzhengzhifa {
    background: url("/image/web/icon_xingzhengzhifa_a-a4e8ff241b2606259343f28f9cb1c579.png") white 50px 10px no-repeat
}

.info-public-con-body a.icon_xingzhengzhifa:hover {
    background: url("/image/web/icon_xingzhengzhifa_b-ff60edf11a0ae867feba785dcd0da698.png") #054fac 50px 10px no-repeat
}

.info-public-con-body a.icon_xingzhengzhifa p {
    line-height: 16px;
}

.info-public-con-body a.icon_xingzhengzhifa:hover p {
    color: white;
}

.info-public-policy {
    width: 485px;
    height: 298px;
    border: 2px solid #e5e5e5;
    margin-top: 47px;
    padding: 20px;
}

.info-public-policy .line {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #054fac;
    position: relative;
    top: 1px;
}

.info-public-policy-head {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    color: #054fac;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}

.info-public-policy-head:hover {
    color: #054fac;
    text-decoration: none;
}

.info-public-policy ul li {
    line-height: 38px;
    list-style-type: disc;
    margin-left: 16px;
    color: #b4b4b4;
}

.info-public-policy ul li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.info-public-policy ul li a:hover {
    color: #3f79d9;
}

.info-public-policy ul li a span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.info-public-search {
    width: 484px;
    height: 66px;
    background: #f5f5f5;
    margin-top: 15px;
    padding: 11px 18px;
}

.info-public-search-input {
    width: 450px;
    height: 45px;
    line-height: 45px;
    background: url(/image/web/search_bg-58c59ead1b1ef2d6052e8f981c92ee13.png) no-repeat;
}

.info-public-search-input > span {
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-left: 15px;
}

.info-public-search-input > input {
    width: 218px;
    height: 40px;
    outline: none;
    border: none;
    background: none;
    margin-left: 20px;
}

.info-public-search-input > select {
    width: 60px;
    height: 38px;
    outline: none;
    color: #999999;
    border: none;
}

.info-public-search-input > button {
    width: 62px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    color: white;
    font-size: 15px;
    background: #054fac;
    border: none;
    outline: none;
}

.video-kdl {
    width: 330px;
    overflow: hidden;
    margin-top: 5px;
}

.video-kdl-video {
    width: 330px;
    height: 288px;
    padding: 15px;
    margin-top: 13px;
    margin-bottom: 15px;
    background: #f5f5f5;
    text-align: center;
}

.video-kdl-video:hover a span {
    color: #3f79d9;
}

.video-kdl-video a img {
    width: 300px;
    height: 236px;
}

.video-kdl-video a span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #515151;
}

.video-kdl-foucs {
    margin-top: 22px;
}

.video-kdl-foucs a {
    width: 337px;
    height: 68px;
    overflow: hidden;
}

.video-kdl-foucs a img {
    width: 337px;
    height: 68px;
    transition: all 0.6s;
}

.video-kdl-foucs a img:hover {
    transform: scale(1.1);
    transition: all 0.6s;
}

/* 互动交流 */
.interactive {
    width: 1200px;
    height: 470px;
    margin: 25px auto;
}

.interactive-communication {
    width: 588px;
}

.interactive-communication-title a {
    font-size: 24px;
    font-weight: bold;
    color: #054fac;
    padding-bottom: 10px;
    margin-left: 15px;
    border-bottom: 4px solid #054fac;
    text-decoration: none;
}

.interactive-communication-con {
    width: 588px;
    border: 2px solid #e5e5e5;
    margin-top: 11px;
    padding: 20px;
}

.interactive-communication-con-btn {
    width: 545px;
    height: 98px;
    background: url("/image/web/messageBtn-4361dece62673807af1b309bb58226f3.png") no-repeat;
}

.interactive-communication-con-btn a {
    display: inline-block;
    margin-top: 28px;
    margin-left: 398px;
    width: 117px;
    height: 44px;
    background: url("/image/web/liuyan-3182dd7cd94e3844420705f246522b1a.png") no-repeat;
}

.interactive-communication-con-btn a:hover {
    background: url("/image/web/liuyan_hover-c2527f292d8c846b9cfe784304d6a327.png") 0 1px no-repeat;
}

.interactive-communication-con-more {
    margin: 15px 0 5px;
}

.interactive-communication-con-more .line {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #054fac;
    position: relative;
    top: 1px;
}

.interactive-communication-con-more a.title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 20px;
    color: #054fac;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}

.interactive-communication-con-more a.more {
    float: right;
    font-size: 14px;
    color: #999999;
    position: relative;
    top: 5px;
    text-decoration: none;
}

.interactive-communication-con-more a.more:hover {
    color: #3f79d9;
}

.interactive-communication-con ul.list li {
    line-height: 30px;
}

.interactive-communication-con ul.list li a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}

.interactive-communication-con ul.list li a:hover {
    color: #3f79d9;
}

.interactive-communication-con ul.list li a label {
    color: #054fac;
}

.interactive-communication-con ul.list li a span {
    float: right;
    color: #999999;
}

.interactive-communication-con-list a {
    display: inline-block;
    width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 6px;
    background: #f78d32;
    color: white;
    font-size: 16px;
    margin: 10px 10px 0;
    text-decoration: none;
}

.interactive-communication-con-list a:hover {
    color: white;
}

.interactive-service {
    width: 588px;
}

.interactive-service-title a {
    font-size: 24px;
    font-weight: bold;
    color: #054fac;
    padding-bottom: 10px;
    margin-left: 15px;
    border-bottom: 4px solid #054fac;
    text-decoration: none;
}

.interactive-service-con {
    width: 588px;
    height: 398px;
    border: 2px solid #e5e5e5;
    margin-top: 11px;
    padding: 20px;
    padding-bottom: 0;
    float: left;
}

.interactive-service-con-btns {
    height: 115px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 25px;
}

.interactive-service-con-btns a {
    display: inline-block;
    width: 119px;
    height: 85px;
    margin: 5px 8px 15px 5px;
    cursor: pointer;
}

.interactive-service-con-btns a.btn-zxsq {
    background: url("/image/web/zwfw_zxsq_a-19c748f7e34656f6ac532c819bfbee20.png") no-repeat;
}

.interactive-service-con-btns a.btn-zxsq:hover {
    background: url("/image/web/zwfw_zxsq_b-d75bd74abd68bedf11dd7b06cddc41f8.png") no-repeat;
}

.interactive-service-con-btns a.btn-bszn {
    background: url("/image/web/zwfw_bszn_a-20f5c13d7c57f38835378e407de17246.png") no-repeat;
}

.interactive-service-con-btns a.btn-bszn:hover {
    background: url("/image/web/zwfw_bszn_b-b0735862245f55b8508febfa6d26cfb5.png") no-repeat;
}

.interactive-service-con-btns a.btn-bszx {
    background: url("/image/web/zwfw_bszx_a-98d6c10723b6fe194d5bb8653e9c3686.png") no-repeat;
}

.interactive-service-con-btns a.btn-bszx:hover {
    background: url("/image/web/zwfw_bszx_b-85b047b7b89eaf9d54a6df3c7f1e621d.png") no-repeat;
}

.interactive-service-con-btns a.btn-bmfw {
    background: url("/image/web/zwfw_bmfw_a-ba23a6ed89dd28350ee202abde0deb7a.png") no-repeat;
}

.interactive-service-con-btns a.btn-bmfw:hover {
    background: url("/image/web/zwfw_bmfw_b-6271790a1846464abae4fcb8a6fcd793.png") no-repeat;
}

.interactive-service-con-btns .btn img {
    display: inline-block;
    margin: 10px 0 5px;
}

.interactive-service-con-tab-head {
    width: 40px;
    height: 215px;
}

.interactive-service-con-tab-head > div {
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
    background: #f1f1f1;
    color: #333333;
    margin-bottom: 10px;
    cursor: pointer;
}

.interactive-service-con-tab-head div.active {
    background: url("/image/web/tabActive-999fed6139b4be6f7622e07be572c502.png") no-repeat;
    color: white;
}

.interactive-service-con-tab-body {
    width: 500px;
    padding-left: 15px;
}

.interactive-service-con-tab-body > a {
    display: inline-block;
    width: 92px;
    height: 108px;
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
}

.interactive-service-con-tab-body > a > span {
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 1px solid #a4bae0;
    border-radius: 50%;
    margin-bottom: 8px;
}


.interactive-service-con-tab-body > a > span > img {
    margin-top: 10px;
    width: 45px;
    transition: .5s ease-in-out;
}

.interactive-service-con-tab-body > a:hover > span > img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    transition: .5s ease-in-out;
}

/* 专题专栏 */
.special {
    width: 1200px;
    height: 270px;
    margin: 0 auto 10px;
}

.scroll-box {
    width: 1200px;
    padding: 20px 0;
    position: relative;
}

.scroll-box .piclist {
    overflow: hidden;
    zoom: 1;
}

.scroll-box .ohbox {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.scroll-box {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.scroll-box .piclist li {
    float: left;
    display: inline;
    width: 285px;
    height: 171px;
    margin: 10px 22px 0 0;
}

.scroll-box .piclist li a {
    display: inline-block;
    width: 285px;
    height: 171px;
    overflow: hidden;
}

.scroll-box .piclist li img {
    width: 285px;
    height: 171px;
    transition: all 0.6s;
}

.scroll-box .piclist li img:hover {
    transform: scale(1.2);
    transition: all 0.6s;
}

.scroll-box .pageBtn .prev {
    left: 0;
    background: url(/image/web/leftArrow-746aab77d50ac878549459b7d269f0e2.png) 0 -46px no-repeat;
    display: block;
    width: 23px;
    height: 40px;
    position: absolute;
    top: 98px;
    left: 2px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
}

.scroll-box .pageBtn .prev:hover {
    background-position: 0 0;
}

.scroll-box .pageBtn .next {
    right: 0;
    background: url(/image/web/rightArrow-6c97f9713b6f2ec98fb2dd696db1e177.png) no-repeat;
    display: block;
    width: 22px;
    height: 40px;
    position: absolute;
    top: 98px;
    right: 2px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
}

.scroll-box .pageBtn .next:hover {
    background-position: 0 -46px;
}

.scroll-box .pageBtn .list {
    overflow: hidden;
    zoom: 1;
    margin: 25px 0 0 500px;
}

.scroll-box .pageBtn .list li {
    float: left;
    display: inline;
    width: 39px;
    height: 4px;
    background-color: #d8d8d8;
    cursor: pointer;
    margin-left: 10px;
    line-height: 10000px;
    overflow: hidden;
}

.scroll-box .pageBtn .list li.on {
    background-color: #054fac;
}

.service {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.service-box {
    width: 100%;
    min-width: 1200px;
    height: 245px;
    margin: 0 auto;
    background: #F0F5FF;
}

.service-btns {
    width: 1200px;
    margin: 0 auto;
}

.service-btns a {
    display: block;
    float: left;
    width: 136px;
    height: 142px;
    text-align: center;
    border-radius: 35px;
    box-shadow: 3px 5px 20px #dee2e6;
    margin: 50px 20px;
    background: white;
    font-size: 17px;
    font-weight: 400;
    color: #465263;
    line-height: 25px;
    text-decoration: none;
}

.service-btns a:hover {
    color: #3f79d9;
}

.service-btns a.sjsbBtn, a.pjBtn {
    position: relative;
}

.sjsbImg {
    display: none;
    position: absolute;
    border: 1px solid #c3c3c3;
    background: white;
    color: #6a7076;
    font-size: 16px;
    text-align: center;
    left: -12px;
    top: 148px;
    overflow: hidden;
    padding-bottom: 5px;
}

.service-btns a div.img {
    width: 67px;
    height: 58px;
    margin: 20px auto 0 auto;
}

.service-btns a:first-child {
    margin-left: 0;
}

.service-btns a:last-child {
    margin-right: 0;
}

.service-btns a span.line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #e9ecef;
    position: relative;
    top: -5px;
}

.service-tab {
    width: 1200px;
    text-align: center;
    margin: 20px auto 0;
}

.service-tab-head {
    width: 1200px;
    height: 45px;
    margin: 20px auto;
    background: url("/image/web/zwfwline-eaf39bf22239fee7f8e7ea6e910881c6.png") center right no-repeat;
}

.service-tab-head div {
    width: 128px;
    height: 45px;
    line-height: 45px;
    background: white;
    border: 1px solid #DADADA;
    cursor: pointer;
    color: #5F5F5F;
    font-size: 18px;
    text-align: center;
}

.service-tab-head .personal {
    margin-right: 20px;
}

.service-tab-head .tab-active {
    background: #054FAC;
    color: white;
}

.service-tab-body:after {
    display: block;
    content: '';
    clear: both;
}

.service-tab-body-box a {
    width: 151px;
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: block;
    float: left;
    margin: 0 23px 20px 0;
    text-decoration: none;
    color: #333333;
    overflow: hidden;
}

.service-tab-body-box a:nth-child(7n) {
    margin-right: 0;
}

.service-tab-body-box a:hover {
    color: #054FAC;
    border: 1px solid #054FAC;
}

.service-tab-body-box a img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.service-tab-body-box a img {
    width: 45px;
    margin-top: 0;
    transition: .5s ease-in-out;
}

.service-tab-body-box a:hover img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    transition: .5s ease-in-out;
}

.service-yhyshj {
    width: 1200px;
    text-align: center;
    margin: 20px auto;
}

/* 底部 */
.footer {
    width: 100%;
    min-width: 1200px;
    margin: 15px auto 0;
    border-top: 4px solid #054FAC;
    background: #EEEEEE;;
}

.footer:after {
    display: block;
    clear: both;
    content: "";
}

.friend-link {
    width: 1200px;
    height: 45px;
    margin: 0 auto 25px;
    background: #f5f5f5;
}

.friend-link-title {
    width: 125px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #054fac;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}

.friend-link-list {
    line-height: 45px;
}

.friend-link-list a {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 30px;
    text-decoration: none;
}

.friend-link-list a:hover {
    color: #3f79d9;
}

.friend-link-list select {
    margin-left: 20px;
}

.friend-link-list select, .friend-link-list option {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    background: none;
}

.footer-nav {
    width: 1200px;
    margin: 15px auto;
}

.footer-nav > ul > li {
    float: left;
    line-height: 30px;
    margin: 10px 50px;
}

.footer-nav > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.footer-nav > ul > li > ul > li > a {
    font-size: 13px;
    color: #515151;
    line-height: 25px;
    text-decoration: none;
}

.footer-nav > ul > li > ul > li > a:hover {
    color: #3f79d9;
}

.footer-line {
    width: 100%;
    min-width: 1200px;
    height: 1px;
    background: #dcdcdc;
}

.footer-nav:after {
    display: block;
    clear: both;
    content: '';
}

.footer-copy {
    width: 1200px;
    margin: 10px auto;
}

.dang-icon {
    margin-top: 20px;
}

.footer-copy-info ul {
    margin-left: 10px;
}

.footer-copy-info ul li {
    float: left;
    line-height: 35px;
    margin: 10px;
}

.footer-copy-info ul:after {
    display: block;
    clear: both;
    content: '';
}

.footer-copy-info p {
    margin-left: 20px;
}

.footer-copy-info a {
    text-decoration: none;
}

.footer-copy-code ul li {
    width: 90px;
    height: 120px;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.footer-copy-code ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.footer-copy .zfwzzc {
    margin-left: 50px;
    margin-top: 30px;
}

/* 高级检索版块 */
.smart-search-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    background: rgba(51, 50, 50, .8);
    z-index: 99999999;
}

.smart-search {
    height: 50%;
    background: #f7f7f7;
}

.smart-search-bottom {
    height: 50%;
}

.smart-search-head-box {
    background: white;
}

.smart-search-head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
}

.smart-search-head .title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #015293;
    height: 40px;
}

.smart-search-head .close {
    font-size: 16px;
    height: 40px;
    padding-top: 10px;
    cursor: pointer;
}

.smart-search-body-box {
    height: 85%;
}

.smart-search-body {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.smart-search-body .smart-item {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    margin: 30px 0;
    align-items: center;
}

.smart-search-body .smart-item .smart-label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 25px;
}

.smart-search-body .smart-item .smart-select {
    position: relative;
    top: 5px;
}

.smart-search-body .smart-item .smart-select input[type=text] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #d3d3d3;
}

.smart-search-body .smart-item .smart-select input[type=radio] {
    margin-right: 5px;
}

.smart-search-body .smart-item .smart-select label {
    margin-right: 30px;
}

.smart-btn #smart-submit {
    width: 140px;
    height: 40px;
    background-color: #015293;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    margin-left: 21%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-btn #smart-reset {
    width: 140px;
    height: 40px;
    margin-left: 30px;
    background-color: rgb(228, 228, 228);
    color: black;
    font-size: 20px;
    outline: none;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}