@charset "utf-8";

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1e5fd8;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

/*body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
}

@media (min-width: 1200px) {
    .backtop {
        z-index: 600;
        right: 78px;
        bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .backtop {
        right: 20px;
    }
}
.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    background: #2b67cb url(../images/head.jpg) 50% 0 no-repeat;
    color: #fff;
}

.ht {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: -40px;
}

.ht a {
    margin: 0 10px;
    color: #fff;
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.header h1 {
    width: 50%;
    height: 170px;
    background: url(../images/logo.png) 0 50% no-repeat;
	margin-top:10px;
}

.header h1 a {
    display: block;
    height: 170px;
}

.nav {
    height: 80px;
    background-color: rgba(27, 95, 206, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f1b5fce, endcolorstr=#7f1b5fce);
}

.nav li {
    position: relative;
    float: left;
    width: 20%;
}

.nav li a {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.nav li a:hover,
.nav li.current a {
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4e000000, endcolorstr=#4e000000);
}

.nav li a i,
.menu li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../images/icons_04.png);
    background-image: url(../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.nav .s1,
.menu .s1 {
    background-position: 0 0;
}

.nav .s2,
.menu .s2 {
    background-position: -40px 0;
}

.nav .s3,
.menu .s3 {
    background-position: -80px 0;
}

.nav .s4,
.menu .s4 {
    background-position: -120px 0;
}

.nav .s5,
.menu .s5 {
    background-position: -160px 0;
}*/
body {
    overflow-x: hidden;
    font-size: 18px;
    background: #fff;
}

.header {
    background: url(/material/images/images_2021/head.jpg) 50% 0px no-repeat;
    background-size: cover;
}
.header h1 {
    width: 550px;
    height: 193px;
    background: url(/material/images/images_2021/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 193px;
}

.nav {
    height: 60px;
    background: #4470e7;
    background: -webkit-linear-gradient(60deg, #0ba6e3, #4470e7);
    background: linear-gradient(60deg, #0ba6e3, #4470e7);
}

.nav li {
    float: left;
    position: relative;
    width: 16.66%;
}

.nav li a {
    display: block;
    height: 60px;
    padding: 15px 0px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nav li a:hover,
.nav li.current {
    background-color: #135a9c;
}

/* 搜索 */
.header .search{
    width: 340px;
    margin: 6% auto 0;
}
@media (max-width: 1200px){
.header .search {
    width: auto;
    margin: 20px;
    float: none;
}
}

.search input {
    box-sizing: border-box;
    width: 240px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 0px;
    padding: 10px 20px 10px 40px;
    border: none;
    color: #b4b3b3;
    box-shadow: none;
    border-radius: 3px 0px 0px 3px;
    outline: none;
    margin-top: -3px;
    background: #fff url(/material/images/images_2021/q.png) 10px 50% no-repeat;
}

.search button {
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    border: none;
    background: #ff9d08;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: -5px;
    border-radius: 0px 3px 3px 0px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*.header .search{
    width: 340px;
    margin: 6% auto 0;
}

.search input {
    box-sizing: border-box;
    width: 240px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 0px;
    padding: 10px 20px 10px 40px;
    border: none;
    color: #b4b3b3;
    box-shadow: none;
    border-radius: 3px 0px 0px 3px;
    outline: none;
    margin-top: -3px;
    background: #fff url(../../images/images_2021/q.png) 10px 50% no-repeat;
}

.search button {
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    border: none;
    background: #ff9d08;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: -5px;
    border-radius: 0px 3px 3px 0px;
}*/

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #fff;
	border-top: 3px solid #1a99e4;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    border: 1px solid #ddd;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -27px;
}

/*.content {
    padding: 20px 0;
    background-image: linear-gradient(to bottom, #deeefd, #f1f1f1);
    background-color: #f1f1f1;
}*/
/* 搜索 */

/*.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -20px;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    width: 260px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    outline: none;
    border-radius: 100px;
}

.search button {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    margin-left: -36px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    background: #ff9d08;
    color: #fff;
    vertical-align: middle;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.search .go {
    width: 2.4em;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 20px;
    vertical-align: middle;
    color: #fff;
}

@media (max-width: 360px) {
    .search .go {
        display: none;
    }
}*/

/* 侧边漂浮条 */

.side-bar {
    position: fixed;
    top: 35%;
    right: 10px;
    padding: 20px 10px;
    background: url(../images/bg.jpg) 100% 70% no-repeat;
    border-radius: 4px;
    z-index: 999;
}

.side-bar li.ai {
    margin-top: -48px;
    margin-bottom: 10px;
}

.side-bar li a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    transition: all .3s;
}

.side-bar li.ai a {
    border-radius: 100px;
    background-color: #fff;
}

.side-bar li.ai~li+li a {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.side-bar li a i {
    font-size: 32px;
}

.side-bar li.ai a i {
    color: #ff9402;
}

.side-bar li a:hover {
    background-color: rgba(255, 255, 255, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    color: #005aa8;
}

.side-bar li.wb a:hover i {
    color: #fa7d3c;
}

.side-bar li.wx a:hover i {
    color: #00c800;
}

.side-bar li img,
.side-bar li span {
    position: absolute;
    bottom: 0;
    right: 80px;
    display: none\9;
    visibility: hidden;
    width: 120px;
    opacity: 0;
    transform: translate(30px, 0);
    transition: transform .3s;
}

.side-bar li a:hover img,
.side-bar li a:hover span {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.side-bar li span {
    width: auto;
    padding: 15px;
    line-height: 22px;
    font-size: 14px;
    white-space: nowrap;
    word-break: keep-all;
    background-color: #70cffe;
    color: #fff;
    border-radius: 4px;
}

.side-bar li span:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #70cffe;
    border-left: 6px solid #70cffe;
}

@media (max-width: 1200px) {

    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
	.content,
    .copyright {
        width: 100% !important;
    }

    .ht {
        margin: 0;
    }

    .ht p,
    .nav,
    .side-bar {
        display: none;
    }

    .header {
        background-position: 50% 0;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 60%;
        /*margin-top: -40px;*/
    }

    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, .2);
    }

    .search input {
        width: 60%;
        min-width: 260px;
    }
}

@media (max-width: 768px) {

    .links {
        padding: 0 20px;
    }

    .handle {
        margin-bottom: 10px;
    }

    .footer {
        text-align: center;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        margin-top: 20px;
        vertical-align: middle;
    }

    .footer p span {
        display: block;
    }
}

/* 高级菜单 */

/*.mask {
    visibility: hidden;
    position: fixed;
    z-index: 596;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}

.mask.on {
    visibility: visible;
}

.mask:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 597;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    border-radius: 50%;
    transform: translate(50%, 50%);
    transition: all .6s;
}

.mask.on:after {
    width: 6000px;
    height: 6000px;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    position: fixed;
    z-index: 598;
    top: 0;
    right: 20%;
    bottom: 0;
    width: 60%;
    margin-right: -200%\9;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    margin-right: 0\9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 60%;
    max-width: 420px;
    margin: 60px auto;
}

.menu>ul>li {
    float: left;
    width: 46%;
    min-height: 240px;
    margin: 2%;
    padding: 20px;
    background-color: #06b;
    color: #fff;
    border-radius: 4px;
    animation-duration: .3s;
}

.menu>ul>li.home {
    display: none;
}

.menu li li {
    float: left;
    width: 50%;
}

.menu li ul {
    margin-top: 10px;
}

.menu>ul>li>a {
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu li li a {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 0 15px 0 25px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    border-radius: 4px;
    transition: opacity .3s;
}

.menu li ul:hover li:not(:hover) a {
    opacity: 0.5;
}

.menu li li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 10px;
}

.menu>ul>li:nth-child(1) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .8s;
}

.menu-btn {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 599;
    width: 88px;
    height: 88px;
    padding: 24px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../images/menu.png) center no-repeat;
    color: #fff;
}

.menu-btn>b {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform .3s;
}

.menu-btn.on b {
    line-height: 0;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==) center no-repeat;
    transform: rotateZ(180deg);
}

.menu-btn>span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 36px;
}

.menu-btn>span:nth-child(2) {
    top: 42px;
}

.menu-btn>span:nth-child(3) {
    top: 48px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 42px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 42px;
    transform: rotate(135deg);
}
@media (max-height: 720px) and (min-width:1024px) {
    .menu img {
        width: 40%;
        margin: 20px auto;
    }

    .menu ul {
        max-height: 620px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .menu>ul>li {
        min-height: 320px;
    }

    .menu li li a {
        line-height: 40px;
    }
}

@media (max-height: 1080px) and (min-width: 1024px){
    .menu ul {
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media (max-height: 720px) and (min-width: 1024px){
    .menu ul {
        max-height: 510px;
    }
}

@media (max-width: 1200px) {
    .menu-btn {
        position: absolute;
        bottom: auto;
        top: 0px;
        right: -20px;
        background: none;
    }

    .menu {
        width: 90%;
        right: 5%;
    }

    .menu img {
        margin: 60px 0;
    }

    .modal-open .header h1 {
        background: none;
    }

    .menu>ul>li.home {
        display: block;
        width: 96%;
        text-align: center;
    }

    .menu>ul>li {
        min-height: inherit;
        padding: 10px;
    }

    .menu li ul {
        display: none;
    }

    .menu-btn>b {
        display: none;
    }

    .menu-btn>span {
        display: block;
    }
}

@media (max-width: 360px) {
    .menu li a {
        text-align: center;
    }

    .menu li a i {
        display: block;
        margin: 0 auto;
    }
}*/

/* 公用部分 */

.grid {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    animation-duration: .3s;
}

@media (max-width: 1200px) {
    .grid {
        width: 100%;
        padding: 16px;
    }
}

.grid .row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid .row .col,
.grid .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.tab .current {
    color: #005aa8;
}

h3.tab {
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #005aa8;
    transform: scale(1, 1);
}

h4.tab {
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #005aa8;
}

h4.tab a.current:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #005aa8;
    margin-left: -6px;
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a {
        font-size: 14px;
    }
}
li.list-more {
    margin-top: 10px;
    padding: 0;
    background: none;
    line-height: 40px;
    text-align: center;
}

li.list-more i {
    margin: 0 10px;
    color: #ccc;
}

li.list-more:before {
    display: none;
}

/* 首页 开始 */

/* part1 */

.headline {
    padding: 20px;
    text-align: center;
    background: url(../images/headline.png) 0 50% no-repeat;
}

.headline h4 {
    line-height: 42px;
    font-weight: bold;
    font-size: 34px;
    color: #005aa8;
}

@media (max-width: 1200px) {

    .headline {
        padding: 0;
        background-position: 0 10px;
        background-size: auto 40px;
    }

    .headline h4 {
        padding-left: 72px;
        line-height: 30px;
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .headline p {
        margin-left: 72px;
    }
}

@media (max-width: 768px) {
    .headline {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .headline p {
        margin-left: 0px;
    }
}

.focus {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.focus .pic,
.focus .pic>div {
    position: relative;
    height: 450px;
}

.focus .pic img {
    display: block;
    width: 100%;
}

.focus .pic>div span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background-color: #005aa8;
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.focus .navi li,
.focus .swiper-pagination-bullet {
    width: 20%;
    height: 10px;
    display: inline-block;
    border: 1px solid #005aa8;
    margin: 0 !important;
    border-radius: 0;
    background: #4d8cc2;
    opacity: 1;
}

.focus .navi .on,
.focus .swiper-pagination-bullet-active {
    background-color: #ff9402;
}

@media (max-width: 1200px) {

    .focus {
        margin: 0;
    }

    .focus,
    .focus .pic,
    .focus .pic>div {
        height: auto;
    }

    .focus .pic>div {
        padding-bottom: 66px;
    }

    .focus .pic>div span {
        height: 66px;
        padding-top: 6px;
        line-height: 60px;
        font-size: 16px;
    }

    .focus .navi {
        bottom: 60px;
    }

    .focus .navi li,
    .focus .swiper-pagination-bullet {
        height: 6px;
    }
}

@media (max-width: 768px){
    .focus {
        margin: 0 -20px;
    }
}

.news h4 {
    margin: 15px;
    line-height: 28px;
    font-size: 18px;
}

.news p {
    border-bottom: 1px dotted #ddd;
    padding: 0 15px 20px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.news .list-t li {
    line-height: 32px;
}

@media (max-width: 1200px) {
    .news h4 {
        margin: 15px 0;
    }

    .news p {
        padding: 0 0 20px;
    }
}

/* part2 */

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    background-image: url(../images/icons_04.png);
    background-image: url(../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.a1,
.a2 {
    margin-left: -5px;
    margin-right: -5px;
}

.a1 li {
    width: 33.33%;
}

.a1 li a {
    margin: 5px;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.a1 li i {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border: 4px solid #2792ff;
    background-color: #2792ff;
    border-radius: 100px;
}

.a1 li a:hover i {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .05);
    /*border-color: transparent;
    background-color: rgba(0, 0, 0, .1);*/
}

.a1 .s1 {
    background-position: 0 -40px;
}

.a1 .s2 {
    background-position: -40px -40px;
    background-color: #fa9120;
    border-color: #fa9120;
}

.a1 .s3 {
    background-position: -80px -40px;
}

.a1 .s4 {
    background-position: -120px -40px;
}

.a1 .s5 {
    background-position: -160px -40px;
    background-color: #fa9120;
    border-color: #fa9120;
}

.a1 .s6 {
    background-position: -200px -40px;
    background-color: #3ecdb5;
    border-color: #3ecdb5;
}

.a2 li {
    width: 50%;
}

.a2 li a {
    margin: 5px;
    line-height: 90px;
    font-weight: bold;
    font-size: 20px;
    background-color: #e9f4ff;
    color: #048;
    border-radius: 4px;
}

.a2 li a:hover {
    background-image: url(../images/bg.jpg);
    background-position: -40px 0;
    color: #fff;
}

.a3 li {
    margin-bottom: 10px;
}

.a3 li a {
    padding-left: 60px;
    line-height: 90px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    background-image: url(../images/bg.jpg);
    background-size: 125% auto;
    color: #fff;
    transition: padding .3s;
}

.a3 li a:hover {
    padding-left: 66px;
}

.a3 .s1 {
    background-position: 0 25%;
}

.a3 .s2 {
    background-position: 0 50%;
}

.a3 .s3 {
    background-position: 0 75%;
}

.p2 .list-t li b {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 80px;
    height: 24px;
    margin-top: -12px;
    line-height: 24px;
    text-align: center;
    background-color: #fa9120;
    color: #fff;
    border-radius: 4px;
}

.p2 .list-t li b:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fa9120;
    margin-top: -4px;
}

.p2 .list-t li b+a {
    margin-left: 80px;
    font-size: 18px;
}

.p2 .list-b li,
.p5 .list-b li {
    padding: 10px 10px 10px 20px;
}

.p2 .list-b li:before,
.p5 .list-b li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #ddd;
    border-radius: 100px;
}

@media (max-width: 1200px) {
    .p2 .list-t li b {
        width: 48px;
        height: 48px;
        margin-top: -24px;
        padding: 4px;
        line-height: 20px;
        font-size: 14px;
    }

    .p2 .list-t li b+a {
        width: auto;
        padding: 10px 0;
        margin-left: 50px;
        line-height: 24px;
        white-space: normal;
    }
}

/* part3 */

.t3 {
    border-bottom: none;
    padding:10px;
    height: 60px;
}

.t3 b {
    border-color: #005aa8;
    font-size: 20px;
    margin-top:10px;
}

.p3 .list-b {
    margin-left: -10px;
    margin-right: -10px;
}

.p3 .list-b li {
    width: 50%;
    border: 10px solid #fff;
    background-color: #f4f4f6;
}

.p3 .list-b li .state {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    padding: 0 10px 0 20px;
    line-height: 30px;
    background-color: #95bff0;
    color: #fff;
    border-radius: 15px 0 0 15px;
}

.p3 .list-b li .state.on {
    background-color: #fbba64;
}

@media (max-width: 1200px) {
    .p3 .row [class*="col-"] {
        margin-bottom: 20px;
    }

    .p3 .list-b li {
        width: 100%;
    }
}

.stat {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#stat1 {
    height: 240px;
}

.video .v {
    position: relative;
    max-height: 220px;
    overflow: hidden;
}

.video .v b {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 48px;
    height: 48px;
    padding: 4px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(255, 148, 2, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8dff9402, endcolorstr=#8dff9402);
    color: #fff;
}

.video .v img {
    display: block;
    width: 100%;
}

.video .v strong {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
}

.video h4 {
    position: relative;
    padding: 10px 10px 10px 70px;
    line-height: 24px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.video h4 b {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -15px;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    background-color: #fbba64;
    color: #fff;
    border-radius: 0 15px 15px 0;
}

.video h4 span {
    margin-left: 10px;
    color: #999;
}

.video li+li {
    margin-top: 20px;
}

.video li h4 {
    padding: 20px 20px 20px 100px;
    line-height: 32px;
}

.video li h4 strong {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    border-right: 1px solid #ddd;
    width: 70px;
    padding: 0 25px;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 1200px) {
    .video li h4 strong {
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
    }
}

.video-info h4 {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.video-info p {
    line-height: 28px;
    font-size: 16px;
}

.on-air {
    position: relative;
    height: 200px;
    padding: 0 20px;
}

.on-air .scroll,
.on-air li a {
    display: block;
    margin: 0 auto\9;
    width: 330px\9;
}

.on-air img {
    display: block;
    width: 100%;
}

.on-air-prev,
.on-air-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(240, 240, 240, .5);
    background-color: #eee;
    color: #005aa8;
    transition: all .3s;
}

.on-air-prev {
    left: 0;
}

.on-air-next {
    right: 0;
}


/* part4 */

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.service-box img {
    display: block;
    width: 100%;
}

.a4 {
    margin-left: -8px;
    margin-right: -8px;
}

.a4 li {
    width: 20%;
}

.a4 li a {
    position: relative;
    border: 2px solid #fff;
    margin: 0 8px;
    padding: 15px 0;
    line-height: 30px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 0 0 100px 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .3s;
}

.a4 li a:hover {
    margin: -12px 8px 0;
    border-color: #f99122;
}

.a4 li i {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border: 10px solid #bedeff;
    background-color: #bedeff;
    border-radius: 100px;
}

.a4 li a:hover i {
    border-color: #f99122;
    background-color: #f99122;
}

.a4 .s1 {
    background-position: 0 -80px;
}

.a4 .s2 {
    background-position: -40px -80px;
}

.a4 .s3 {
    background-position: -80px -80px;
}

.a4 .s4 {
    background-position: -120px -80px;
}

.a4 .s5 {
    background-position: -160px -80px;
}

.a5 {
    margin: 0 -8px;
    padding: 10px 0;
}

.a5 li {
    width: 25%;
}

.a5 li a {
    margin: 8px;
    height: 90px;
    padding: 25px 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    background-color: #e9f4ff;
    background-position: 0 100%;
    color: #048;
    border-radius: 4px;
}

.a5 li a:hover {
    background-image: url(../images/bg.jpg);
    background-position: 50% 100%;
    color: #fff;
}

.a5 .more {
    font-size: 16px;
    background: #bce3ff;
    color: #fff;
    border-radius: 100px;
}

.a6 {
    padding: 5px 15px;
    background-color: #e9f4ff;
}

.a6 li a {
    padding: 10px 0;
    line-height: 30px;
    text-align: left;
}

.a6 li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #f99122;
}

.a6 li a:hover i {
    background-color: #005aa8;
}

.a6 .s1 {
    background-position: -5px -125px;
}

.a6 .s2 {
    background-position: -45px -125px;
}

.a6 .s3 {
    background-position: -85px -125px;
}

.a6 .s4 {
    background-position: -125px -125px;
}

.a6 .s5 {
    background-position: -165px -125px;
}

.p4 .info-list {
    overflow: hidden;
}

.p4 .info-list ul {
    padding: 0 10px;
}

.p4 .info-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    line-height: 22px;
    font-size: 14px;
}

.p4 .info-list li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p4 .info-list li:hover {
    border-bottom: 1px solid #ace;
    background-color: #eef5ff;
}

.p4 .info-list li:first-child {
    border-bottom: none;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #048;
}

@media (max-width: 1200px) {
    .a4 {
        margin-left: -4px;
        margin-right: -4px;
    }

    .a4 li a {
        margin-left: 4px;
        margin-right: 4px;
        padding: 5px 0;
        font-size: 16px;
    }

    .a4 li i {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        border-width: 5px;
    }

    .a5 li {
        width: 50%;
    }

    .a6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {

    .a4 li a {
        border: none;
        font-size: 12px;
    }

    .a4 li i {
        margin-bottom: -5px;
    }
}

/* part5 */

.topic {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(47, 132, 247, .1);
}

.topic .scroll {
    width: 330px;
    margin: 0 auto;
    border-radius: 8px;
}

.topic .scroll li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 330px;
    height: 180px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.topic .scroll li a img {
    display: block;
    width: 100%;
}

.topic .scroll li strong {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
}

.topic .navi {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.topic .navi li,
.topic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px;
    background: #ececec;
    opacity: 1;
    border-radius: 100px;
    transition: all .3s;
}

.topic .navi .on,
.topic .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #ff9c27;
}

.a7 li {
    border-radius: 4px;
    overflow:hidden;
    margin-bottom: 20px;
}

.a7 li a {
    position: relative;
    height: 90px;
    border-left: 4px solid #005aa8;
    padding: 15px 20px 15px 60px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.a7 li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f0f3f8;
    z-index: 0;
    transition: all 0.3s;
}

.a7 li a:hover:before {
    width: 100%;
}

.a7 li a i {
    position: relative;
    z-index: 2;
    float: left;
    margin: 10px 20px 10px -40px;
    background-position: 0 -160px;
}

.a7 li a strong {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
}

.p5 .a2 li {
    width: 25%;
}

.t5 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/t5.png) center no-repeat;
}

.t5 b {
    font-size: 20px;
    color: #005aa8;
}

.a8 {
    margin-top: -10px;
}

.a8 li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.a8 li a {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    background-color: #e9f4ff;
    color: #048;
    border-radius: 4px;
    transition: background-position .3s;
}

.a8 li a:hover {
    background: #3478da url(../images/a8.jpg) 100% 100% no-repeat;
    background-image: url(../images/a8_ie8.jpg)\0;
    background-size: auto 100%;
    color: #fff;
}

.a8 li a span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .a8 li a span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 768px) {
    .topic{
        margin-bottom: 60px;
    }

.topic .navi {
    bottom: -30px;
}
}

@media (max-width: 1200px) {
    .topic .scroll {
        width: 100%;
    }

    .topic .scroll li a {
        width: 94%;
        height: auto;
        margin: 0 3% 20px;
    }

    .p5 .a2 li {
        width: 100%;
    }

    .p5 .a2 li a {
        line-height: 60px;
        font-size: 16px;
    }
}


/* 首页 结束 */


/* 列表页 开始 */

.side-menu {
    padding: 20px;
    box-shadow: 1px 0 10px rgba(4, 111, 199, .16);
}

.side-menu h2 {
    color: #fff;
    background: url(../images/side_menu.jpg) center no-repeat;
}

@media (max-width: 768px) {

    .side-menu {
        padding: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33%;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 6px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu li.current a {
        background-color: #046ec7;
        color: #fff;
    }

}

.main .list-b li {
    position: relative;
    padding: 25px;
    line-height: 24px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(4, 111, 199, .2);
}

.main .list-b li+li {
    margin-top: 20px;
}

.main .list-b li>a {
    display: block;
}

.main .list-b li>a:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.main .list-b li h4 {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.main .list-b li p {
    line-height: 24px;
    color: #797979;
}

.main .list-b li p.date {
    display: block;
    color: #666;
    font-size: 26px;
    margin-right: 30px;
    line-height: 50px;
    z-index: 999;
}

.main .list-b li h4,
.list-b li p.info {
    margin-left: 110px;
}

.main .list-b li p span.rq {
    position: relative;
    color: #333;
    font-size: 18px;
}

.main .list-b li p span.rq:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #046ec7;
}

@media (max-width: 480px) {
    .main .list-b li p.date {
        margin-right: 15px;
        line-height: 32px;
        font-size: 18px;
    }

    .main .list-b li p span.rq {
        font-size: 14px;
    }

    .main .list-b li h4,
    .list-b li p.info {
        margin-left: 0;
    }

    .list-b li p.info {
        font-size: 14px;
    }
}

.side-menu li a:before {
    background-color: #005aa8;
}

.zt .list-p li {
    width: 100%;
    overflow: hidden;
}

.zt .list-p li a img {
    width: 100%;
}

/* 列表页 结束 */

/* 领导页 开始 */
.leader-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    line-height: 60px;
}

.leader-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    line-height: 60px;
}

.leader .pic img {
    display: block;
    width: 100%;
}

.leader dt {
    float: left;
    width: 140px;
    margin-right: -140px;
    padding: 120px 0 0 20px;
    line-height: 30px;
    font-size: 22px;
}

.leader dd {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 155px;
}

.leader .list-p li a {
    padding: 20px 0;
    text-align: center;
}

.leader .list-p .pic,.leader .pic{
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 190px;
    margin: 0 auto 20px;
    background-color: #eee;
}

.leader .list-p .pic+h4 {
    max-height: 70px;
}

.leader .list-b .pic {
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 210px;
    margin: 0;
    background-color: #eee;
}

.leader .list-b li h4,
.leader .list-b li h4~p,
.leader .list-b li .leader-info {
    margin-left: 170px;
}

.leader .list-b li h4 {
    font-size: 20px;
}

.leader .list-b li h4~p {
    padding: 5px 0;
}

.leader-info {
    min-height: 144px;
    padding: 20px;
    line-height: 24px;
    background-color: #f0f3f8;
    background-image: linear-gradient(to top, #f0f3f8, #f1fafe);
    border-radius: 4px;
}

.leader-info h5 {
    border-left: 4px solid #06b;
    margin-left: -20px;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 16px;
}

.leader-info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    padding: 5px 0;
}

.leader-info p .btn {
    margin-top: 10px;
}

.leader-info p+h5 {
    margin-top: 20px;
}

.leader .list-b li .card {
    padding: 15px;
    border-radius: 4px;
    transition: all .3s;
}

.leader .list-b li:hover .card {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 27, 128, .1);
}

@media (max-width:1200px) {
    .leader dt {
        float: none;
        width: 100%;
        margin: 0;
        padding: 20px;
        line-height: 30px;
        text-align: center;
        font-size: 22px;
    }

    .leader dd {
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }
}

@media (max-width:480px) {
    .leader .list-p .pic {
        width: 120px;
        height: 168px;
    }

    .leader .list-b .pic {
        width: 80px;
        height: 112px;
    }

    .leader .list-b li h4,
    .leader .list-b li h4~p,
    .leader .list-b li .leader-info {
        margin-left: 100px;
    }

    .leader .list-b li:first-child .pic {
        margin-bottom: 20px;
    }

    .leader .list-b li:first-child .leader-info {
        clear: both;
        margin-left: 0;
    }
}

@media (max-width:360px) {
    .leader .list-p .pic {
        width: 100px;
        height: 140px;
    }

    .leader .list-b li .card {
        padding: 10px;
    }

}

.resume p {
    margin: 1em 0px;
    text-indent: 2em;
    line-height: 32px;
}

/* 领导页 结束 */

/* 信息公开列表页 开始 */

.side_info {
    padding-bottom: 100px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.side_info h2 {
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0px;
    font-weight: normal;
    background: #1e5fd8;
    background: -webkit-linear-gradient(60deg, #1e5fd8, #7aaeff);
    background: linear-gradient(60deg, #1e5fd8, #7aaeff);
}

@media (max-width: 768px) {
    .side_info h2 {
        line-height: 60px;
        font-size: 24px;
    }
}

.side_info .a1 {
    margin-top: -40px;
}

.side_info .a1 li {
    width: 28%;
    margin-left: 10px;
}

.side_info .a1 li a {
    padding: 10px;
    text-align: center;
    line-height: 26px;
    margin: 0px;
}

.a1 li a:hover,
.a1 li a.current {
    background-color: #005aa8;
    color: #fff;
}

ul.info-tree {
    padding: 15px 0;
}

ul.info-tree>li ul {
    display: none;
    margin: 10px 0 0 10px;
}

ul.info-tree>li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
    line-height: 40px;
}

ul.info-tree li a {
    display: block;
    padding-left: 50px;
}

ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
    display: inline-block;
}

ul.info-tree li li a:hover {
    text-decoration: underline;
}

ul.info-tree li li {
    position: relative;
    padding: 5px 0;
    line-height: 36px;
    font-size: 16px;
}

ul.info-tree>li>i {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

ul.info-tree>li>i:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons_04.png);
    background-image: url(../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    background-position: 0px -200px;
    transition: transform .3s;
}

ul.info-tree>li:hover>i:after,
ul.info-tree>li.level-1>i:after,
ul.info-tree>li.current>i:after {}

ul.info-tree>li.level-1>i:after {
    background-image: url(../images/icons_04.png);
    background-image: url(../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    background-position: -40px -200px;
    transition: transform .3s;
}

ul.info-tree>li.current>i:after {
    background-image: url(../images/icons_04.png);
    background-image: url(../images/icons_04_ie8.png)\9;
    background-size: 240px auto;
    background-position: -80px -200px;
    transition: transform .3s;
}

ul.info-tree li.level-1.current a {
    color: #fff;
    display: block;
    padding-left: 70px;
    margin: 0px -10px 0px -10px;
    border-radius: 8px;
    background: #1e5fd8;
    background: -webkit-linear-gradient(60deg, #1e5fd8, #7aaeff);
    background: linear-gradient(60deg, #1e5fd8, #7aaeff);
}

ul.info-tree li.level-1.current ul li a {
    color: #333;
    padding-left: 70px;
    background: #fff;
    line-height: 25px;
}

ul.info-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 15px;
    left: 40px;
    width: 5px;
    height: 5px;
    background: #acacac;
}

ul.info-tree li li a:hover:after {
    background: #1e5fd8;
}

ul.info-tree .current>ul {
    display: block;
}

ul.info-tree li.level-2>i {
    position: absolute;
    top: 7px;
    left: 32px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    background-position: center;
    color: #aaa;
    cursor: pointer;
}

ul.info-tree li.level-2>i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3QkY5QkI2RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3QkY5QkI3RTcxQTExRTk5NUQ1OUJFNDc3N0EyREIxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTdCRjlCQjRFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCRjlCQjVFNzFBMTFFOTk1RDU5QkU0Nzc3QTJEQjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6M1xMjAAAABlBMVEUiS3/////zwuJyAAAAAnRSTlP/AOW3MEoAAAAfSURBVHjaYmBEAwxECzAwUCbAAAe4BKhhC4meAwgwAHXwAN0/1IHaAAAAAElFTkSuQmCC");
    font-style: normal;
}

ul.info-tree li.level-2.current>i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMjVDQjhFRTcxQjExRTlBQTI1ODhCRDAwNzA2ODQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMjVDQjhGRTcxQjExRTlBQTI1ODhCRDAwNzA2ODQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIyNUNCOENFNzFCMTFFOUFBMjU4OEJEMDA3MDY4NDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIyNUNCOERFNzFCMTFFOUFBMjU4OEJEMDA3MDY4NDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5s0bsPAAAABlBMVEWsrKz///95bZpiAAAAAnRSTlP/AOW3MEoAAAAZSURBVHjaYmBEAwx0E2CAA1wCA+AwgAADAH5wAO2UAXg2AAAAAElFTkSuQmCC");
    font-style: normal;
}

ul.info-tree li a:focus {
    color: #1e5fd8;
    font-weight: bold;
}

ul.info-tree li.level-2 ul {
    padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
    font-size: 14px;
}

.info-query {
    padding: 15px;
    border-radius: 3px;
    border-top: 4px solid #2d8fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.info-query .form-control {
    padding: 6px 8px;
}

.info-list {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
}

.info-list li {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    transition: box-shadow .5s;
}

.info-list li>div {
    text-align: center;
}

.info-list li:hover {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff url(../images/info_list_c.png) 8px 50%/12px auto no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.info-list li:first-child {
    color: #5a628b;
    text-align: center;
    background-color: #f5f5f5;
}

.info-list li:first-child:hover {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.info-list li p {
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-extra {
    display: none;
    position: absolute;
    left: 60px;
    bottom: 32px;
    width: 90%;
    border: 1px solid #ddd;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    animation-duration: .5s;
}

.info-extra:before,
.info-extra:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #ddd;
}

.info-extra:after {
    bottom: -13px;
    border-top: 7px solid #fff;
}

.info-list li:hover .info-extra {
    display: block;
}

@media (max-width: 1024px) {
    .info-list li:hover .info-extra {
        display: none;
    }
}
.info-extra .row {
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
}

.info-extra .row+.row {
    border-top: 1px solid #ddd;
}

.info-extra .info-th {
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
}

.info-date .input-group {
    width: 105px;
}

.info-list .row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 480px) {

    .info-list li {
        font-size: 14px;
    }

    .info-list li:hover {
        background: #fff url(images/info_list_c.png) 6px 50%/6px auto no-repeat;
    }

    .info-list li:first-child {
        display: none;
    }

    .info-list li>div {
        text-align: left;
    }

    .info-list li .col-md-2 {
        color: #999;
    }

    .info-extra {
        left: 10px;
        padding: 5px 15px;
    }

    .info-extra .info-th {
        text-align: left;
    }

    .info-extra .row {
        padding: 0 5px;
        line-height: 24px;
    }

    .info-extra .row+.row {
        border: none;
    }

    .info-date .input-group {
        width: 100%;
    }

}

@media (max-width: 320px) {
    .info-list li {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .info-list {
        text-align: center;
    }
}

/* 信息公开列表页 结束 */


/* 功能页面 开始 */

.pages .current {
    background-color: #1e5fd8;
}

.md-blue {
    background-color: #005aa8;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-left: 8px solid #2d8fff;
}

.join,
.view {
    /*display: inline-block;*/
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}

.interview {
    line-height: 28px;
    font-size: 16px;
}

.interview-video {
    background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
    width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

.interview-info img {
    width: 60%;
    margin: 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.interview-info h3 {
    line-height: 40px;
    font-size: 18px;
    color: #005aa8;
}

.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.interview-text p.q {
    cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
    padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.interview-text p.q:before {
    content: 'Q';
    color: #048;
}

.interview-text p.a:before {
    content: 'A';
    color: #ccc;
}

.interview-text p.current {
    background-color: #f8f8f8;
}

.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 240px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.lnterview .list li:hover .pic img {
    transform: scale(1.1);
}

.lnterview .list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

@media (max-width: 480px) {
    .lnterview .list-b li .pic {
        width: 350px;
        height: 260px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .lnterview .list-b li .pic img {
        width: 100%;
    }

    .lnterview .list-b li h4 {
        width: 100%
    }
}

@media (max-width: 320px) {
    .lnterview .list-b li .pic {
        width: 260px;
        height: 200px;
    }
}

/* 功能页面 结束 */


/* 网站地图  开始*/
.site-map h2 {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1;
     border-bottom: none;
     background-color: #fff;
 }

 .site-map h2 b {
     padding-left: 20px;
     font-size: 20px;
 }

 .site-map .row>.col,
 .site-map .row>[class*="col-"] {
     padding-right: 0;
     padding-left: 0;
 }

 .site-map ul {
     margin-bottom: 20px;
     padding: 15px 0;
 }

 .site-map li {
     position: relative;
     border: 5px solid #fff;
     transition: all .3s;
 }

 .site-map li:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 2px;
     background-color: transparent;
     transform: scale(0, 1);
     transition: .3s;
 }

 .site-map li:hover:before {
     background-color: #06b;
     transform: scale(1, 1);
 }

 .site-map li>a {
     display: block;
     padding: 0 20px;
     line-height: 60px;
     text-align: center;
     font-size: 18px;
     border-top: 1px solid #bde;
     background-color: #f8f8f8;
     color: #048;
     overflow: hidden;
     white-space: nowrap;
     word-break: keep-all;
     text-overflow: ellipsis;
     transition: .3s;
 }

 .site-map li>a:hover {
     background-color: #f0f9fc;
 }

 .site-map li>a::before,
 .site-map li>a::after {
     display: inline-block;
     opacity: 0;
     -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
     -moz-transition: -moz-transform 0.3s, opacity 0.2s;
     transition: transform 0.3s, opacity 0.2s;
 }

 .site-map li>a::before {
     margin-right: 10px;
     content: '[';
     -webkit-transform: translateX(20px);
     -moz-transform: translateX(20px);
     transform: translateX(20px);
 }

 .site-map li>a::after {
     margin-left: 10px;
     content: ']';
     -webkit-transform: translateX(-20px);
     -moz-transform: translateX(-20px);
     transform: translateX(-20px);
 }

 .site-map li>a:hover::before,
 .site-map li>a:hover::after,
 .site-map li>a:focus::before,
 .site-map li>a:focus::after {
     opacity: 1;
     -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
     transform: translateX(0px);
 }

/* 网站地图  结束*/

/* 依申请公开 开始  */

.forms input[type="radio"] {
    -webkit-appearance: radio;
}

.forms input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.forms .form-control {
    padding: 6px;
}

.forms input.form-control {
    height: 38px;
}

.forms .pane {
    animation-duration: .3s;
}

.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}

.forms .form-control:focus {
    border-color: #37e;
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
}

.forms .form-inline .radio input {
    vertical-align: -2px;
    margin-right: 4px;
}

.forms .control-label {
    font-weight: bold;
}

.forms .input-group-text img {
    display: block;
    height: 34px;
    margin: -6px -12px;
}

.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.text-intro p a {
    margin: 0 5px;
    color: #06b;
    text-decoration: underline;
}

.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}

.info-btns .btn-lg {
    font-size: 18px;
}

.info-btns [class*="btn"]:hover {
    box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
    transform: translate(0, -3px);
}

.info-detail {
    max-width: 800px;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 0 15px;
    font-size: 15px;
}

.info-detail .row {
    margin-left: -15px;
    margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
    background-color: #fafafa;
}

.info-detail .row>div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}

/* 依申请公开 结束  */




.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
    padding: 2px;
    width: 20%;
}

@media (max-width: 992px) {
    .where {
        margin-left: 0px;
        margin-right: 0px;
    }

    .where a,
    .where span {
        margin: 0px 8px;
    }
}

@media (max-width: 320px) {

    .where a,
    .where span {
        margin: 0px 3px;
    }

}
.header h1 a{
	  background-color: initial!important;
}


/* 20210716新增 */
.header {
    background: url(/material/images/images_2021/head.jpg) 50% 0px no-repeat;
    background-size: cover;
}
.header h1 {
    width: 550px;
    height: 193px;
    background: url(/material/images/images_2021/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 193px;
}

.nav {
    height: 60px;
    background: #4470e7;
    background: -webkit-linear-gradient(60deg, #0ba6e3, #4470e7);
    background: linear-gradient(60deg, #0ba6e3, #4470e7);
}

.nav li {
    float: left;
    position: relative;
    width: 16.66%;
}

.nav li a {
    display: block;
    height: 60px;
    padding: 15px 0px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nav li a:hover,
.nav li.current {
    background-color: #135a9c;
}

/* 搜索 */

.header .search{
    width: 340px;
    margin: 6% auto 0;
}

.search input {
    box-sizing: border-box;
    width: 240px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 0px;
    padding: 10px 20px 10px 40px;
    border: none;
    color: #b4b3b3;
    box-shadow: none;
    border-radius: 3px 0px 0px 3px;
    outline: none;
    margin-top: -3px;
    background: #fff url(/material/images/images_2021/q.png) 10px 50% no-repeat;
}

.search button {
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    border: none;
    background: #ff9d08;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: -5px;
    border-radius: 0px 3px 3px 0px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}
/* 底部 */

.footer {
    padding: 20px 0;
    border-top:3px solid #1a99e4;
}

.links>ul>li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    border:1px solid #ccc;
}

.links>ul>li.links_arr>a {
    background:url(/material/images/images_2021/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.p20{
    
}

.gov {
    position: absolute;
    top: 50%;
    right: 13%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    /*.header {
        background-position: 50% 10px;
    }*/
	
	.header {
        padding: 0px 0px 10px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 55%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .nav,
    .header .search p strong {
        display: none;
    }

    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
        float: none;
    }

    .header .search input {
        width: 98%;
        height: 48px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height:50px;
        font-size: 16px;
    }

    .header .search p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

    .grid{
        padding:0px 20px;
    }

}

@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}


/* 移动端菜单结束 */

.article-box .table-bordered>tbody>tr>td,.article-box .table-bordered>tbody>tr>th,.article-box .table-bordered>tfoot>tr>td,.article-box .table-bordered>tfoot>tr>th,.article-box .table-bordered>thead>tr>td,.article-box .table-bordered>thead>tr>th {
    border: 1px solid windowtext !important;
}