@charset "utf-8";

@font-face {
    font-family: '思源黑体CN';
    src: url("/news/font/SourceHanSansSC-Bold.otf");
}

@font-face {
    font-family: '思源黑体CN-rg';
    src: url("/news/font/SourceHanSansSC-Regular.otf");
}

@font-face {
    font-family: '思源宋体CN';
    src: url("/news/font/SourceHanSerifCN-Bold.otf");
}

@font-face {
    font-family: '思源宋体CN-rg';
    src: url("/news/font/SourceHanSerifCN-Regular.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #000;
    font-size: 18px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: '思源黑体CN-rg';
margin-bottom: 0px!important;

}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i,
em,
b {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
div:focus {
    border: none;
    outline: none;
}

img,
input {
    border: 0;
}

img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0;
}

input[type='text']:focus-visible {
    outline: none;
}

.phone {
    display: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.wrap {
    max-width: 1600px;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.bg_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}

.bg_img .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.bg-mask:hover .bg_img .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic img:hover {
    transform: scale(1.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 头部 */
body.navShow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.head {
    background: url(/news/images/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    height: 634px;
}

.head .d1 a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    vertical-align: middle;
}

.head .d1 .ll {
    margin-top: 28px;
}

.head .d1 .ll a {
   display: block;
    width: 161px;
    height: 36px;
    line-height: 36px;
    background: #0159bd;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-left: 20px;
}

.head .d1 .rr {
    margin-top: 28px;
    font-size: 12px;
    color: #698aba;
}

.head .d1 .rr a {
    margin: 0 10px;
    line-height: 30px;
    color: #074891;
    transition: all 0.3s;
}

.head .d1 .rr a:first-child {
    margin-left: 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #f49b33;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.head .d1 a:hover {
    color: #db211c;
}

.head .d2 .logo {
    width: 388px;
    height: 227px;
    margin: 58px auto 46px;
}

.head .d2 .logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.head .search {
    width: 796px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.head .search .inp {
    display: block;
    width: 647px;
    background: #fff;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #111;
    padding-left: 30px;
    padding-right: 30px;
}

input::placeholder {
    color: #bccbda;
}

input::-ms-input-placeholder {
    color: #bccbda;
}

input::-moz-placeholder {
    color: #bccbda;
}

input::-webkit-input-placeholder {
    color: #bccbda;
}

.head .search .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 60px;
    line-height: 60px;
    background: #db211c url(../images/fdj.png) no-repeat 20px center;
    border-radius: 4px;
    padding-left: 30px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.nav {
    height: 80px;
    background: url(/news/images/nav-bg.png) no-repeat center;
    background-size: cover;
    margin-top: -80px;
}

.nav>ul {
    position: relative;
    padding: 0 6% 0 8%;
}

.nav>ul>li {
    float: left;
    width: 16.5%;
}

.nav>ul>li>a {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.nav .navList>li>a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    height: 4px;
    background: #fff;
    transition: all .3s;
}

.nav .navList>li.on>a:after,
.nav .navList>li.active>a:after {
    width: 127px;
}

/* 底部 */
.foot {
    padding: 50px 0;
    background: #0159bd;
}

.foot a:hover {
    color: #fff;
}

.foot>div {
    /* padding: 0 74px; */
}

.foot .ftlink {
    margin-bottom: 42px;
}

.foot .ftlink dl {
    float: left;
    margin-left: 3.3%;
    width: 22.52%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0.12);
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.foot .ftlink dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: '';
    width: 9px;
    background: no-repeat 50%;
    background-size: 9px 16px;
    transition: .3s
}

.foot .ftlink dl dt.on:after {
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.foot .ftlink dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.foot .ftlink dl dd ul li a:hover {
    color: #c70000;
}

.foot .ftlink dl dd {
    position: absolute;
    /*top:100%;*/
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}

.foot .ftlink dl dd ul {
    height: 390px;
    overflow-y: auto;
}

.foot .ftlink dl dd ul::-webkit-scrollbar {
    width: 4px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #b20115 0%, #bd1a2d 100%);
}

.foot .ftbs>div {
    background: rgba(5, 83, 171, 0.65);
    border: 1px solid #0365d5;
    height: 138px;
    padding: 20px;
}

.foot .ftbs .f-l {
    width: 19%;
    font-size: 0;
    padding-left: 0px;
    padding-right: 9px;
    padding-top: 35px;
}

.foot .ftbs .f-l a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}

.foot .ftbs .f-l a:first-child {
    margin-left: 0;
}

.foot .ftbs .f-l a.a1 img {
    width: 56px;
    height: 68px;
}

.foot .ftbs .f-l a.a2 img {
    width: 110px;
    height: 55px;
}

.foot .ftbs .f-txt {
    width: 34.25%;
    margin-left: 1.4%;
    padding-left: 30px;
}

.foot .ftbs .a-txt a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.37);
    transition: all 0.3s;
}

.foot .ftbs .a-txt a:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.foot .ftbs .a-txt a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.foot .ftbs .a-txt {
    margin-bottom: 14px;
}

.foot .ftbs .b-txt p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.foot .ftbs .f-bq {
    width: 43.875%;
    padding-left: 30px;
    padding-top: 15px;
}

.foot .ftbs .f-bq p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.foot .ftbs .f-bq p img {
    display: inline-block;
    vertical-align: -4px;
    padding-right: 10px;
}

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    background: transparent;
    height: 75px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15);*/
}

.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #085ebf;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 0;
    overflow-y: auto;
}

.btn-search input[type='text'] {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    border: rgba(255, 255, 255, 0.13) solid 1px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 70px;
}

.btn-search input[type='text']::placeholder {
    color: #fff;
}

.btn-search input[type='text']::-ms-input-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-moz-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-webkit-input-placeholder {
    color: #fff;
}

.btn-search input[type='image'] {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.btn-search {
    padding: 0 2%;
    margin-bottom: 15px;
    position: relative;
}

.wap-head.scl {
    background: #085ebf;
}

.wap-head.scl .navbtnm i {
    background-image: url(/news/images/menu.png);
}

/* 友情链接 */
.footnav {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #f7f7f7;
    border-bottom: 4px solid #afb7c1;
    overflow: hidden;
    font-size: 18px;
    color: #666;
}

.footnav span {
    display: block;
    font-size: 18px;
    float: left;
}

.navli {
    width: calc(100% - 100px);
    margin-left: 100px;
}

.footnav .navli li.lia {
    width: 16.5%;
    float: left;
    text-align: center;
    line-height: 66px;
    position: relative;
    z-index: 1;
}
.footnav .navli li.lia::after{
    content:'';
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width: 1px;
    height: 16px;
    background: rgba(102,102,102,0.18);
}
.footnav .navli li:first-child.lia::after{
    display: none;
}

.footnav .navli li.lia a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.footnav .navli li.lia a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    background: url(/news/images/lia-sj.png) no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 6px;

}

.footnav .navli li.lia.oncolor {
    background: #fff;
}

.footnav .navli li.lib {
    width: 1px;
    float: left;
    line-height: 44px;
}

.footnav .navli li:last-child {
    border: none;
}

.footnav .navli li span {
    position: relative;
}

.footnav .navli li span::after {
    content: '';
    border-bottom: 6px solid #ccc;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    width: 0;
    right: -30px;
    top: 9px;
    cursor: pointer;
    z-index: 99;
    visibility: unset;
}

.footnavbox {
    padding: 0px 20px;
    width: 100%;
    transition: all 3s ease;
    cursor: pointer;
    position: relative;
}

.fina .container {
    cursor: pointer;
    overflow: unset;
}

.fina:hover .footnavbox {
    height: auto;
}

.xglju {
    padding: 20px;
}

.xgljul li,
.xgljul p {
    width: 16.5%;
    float: left;
    height: 36px;
    padding-bottom: 10px;
    text-align: left;
    text-indent: 36px;
    font-size: 16px;
}

.xgljul li:hover a{
    color: #085ebf;
}

.xgljul2 li {
    width: 25%;
}

.xgljul5 li {
    width: 10%;
}

.xgljul {
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
    background: #fff;
    border: 2px solid #e9e9e9;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
}

.xgljul.on {
    display: block;
}

.xgljul.xgljul1 {
    height: 0;
    padding: 0;
    border: none;
}

.xgljul.xgljul6 li,
.xgljul.xgljul6 p {
    width: 20%;
}

.xgljuldiv::after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
}

.fina .xgljuldiv {
    position: absolute;
    bottom: 5px;
    overflow-y: auto;
    height: 100%;
    padding: 10px 5px;
}

@media screen and (max-width: 1650px) {
    .foot .ftbs .f-l {
        width: auto;
    }

    .foot .ftbs .f-l {
        padding-left: 20px;
        padding-right: 20px;
    }

    .foot .ftbs .f-txt {
        width: auto;
        margin-left: 20px;
        padding-left: 20px;
    }

    .foot .ftbs .f-bq {
        width: calc(100% - 780px);
    }

    .foot .ftbs .f-bq {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1620px) {
    .head .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1520px) {
    .foot .ftbs .f-bq {
        padding-top: 8px;
        padding-bottom: 0;
    }

    .foot .ftbs .f-bq p {
        line-height: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .foot .ftbs .f-l {
        margin-bottom: 20px;
    }

    .foot .ftbs .f-txt {
        margin-bottom: 20px;
        width: calc(100% - 250px);
        text-align: center;
    }

    .foot .ftbs .f-bq {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 20px;
        height: auto;
        text-align: center;
    }
    .footnav,
    .footnav span{
        font-size: 16px;
    }
    .footnav .navli li.lia a::after{
        right: -15px;
    }
    .navli{
        width: calc(100% - 85px);
        margin-left: 85px;
    }
   
}

@media screen and (max-width: 1060px) {


.dlcg  ul  li{
width:50%!important;

}




    .pc {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .head {
        padding-top: 1px;
        padding-bottom: 50px;
        height: auto;
    }

    .head .d2 .logo {
        width: 320px;
        height: auto;
        margin: 60px auto 50px;
    }

    .head .d2 .logo img {
        width: 320px;
    }

    .wap-head {
        display: flex;
        z-index: 11111;
        align-items: center;
    }

    .wap-head .logo img {
        max-height: 45px;
    }

    .wap-head .logo a {
        display: flex;
        align-items: center;
    }

    .wap-head .logo img:first-child {
        margin-right: 10px;
    }

    .wap-head .navbtnm {
        width: 86px;
        height: 65px;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }

    .wap-head .navbtnm i {
        display: block;
        width: 100%;
        height: 75px;
        background: url("/news/images/menu2.png") no-repeat 50%;
        background-size: 32px 32px;
        transition: all .3s;
    }

    body.navShow .wap-head .navbtnm i {
        background-image: url("/news/images/close-menu.png");
    }

    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }

    .big-nav .scroll li h2 {
        font-size: 18px;
        line-height: 3.3em;
        padding-left: 6%;
        position: relative;
    }

    .big-nav .scroll li a {
        color: #fff;
    }

    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }

    .big-nav .scroll li .list h3 {
        font-size: 14px;
        border-top: rgba(255, 255, 255, .13) solid 1px;
        padding: 10px 0;
        line-height: 25px;
        font-weight: 400;
    }

    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }

    .big-nav {
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .big-nav .scroll {
        position: static;
        padding-top: 90px;
    }

    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .m-tlink {
        padding: 0 10px 10px;
        margin-top: 20px;
    }

    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #085ebf;
        line-height: 36px;
        padding: 0 10px;
        border-radius: 5px;
    }
    .navli{
        display: flex;
        flex-wrap: wrap;
    }
    .footnav span{
        line-height: 80px;
    }
    .footnav .navli li.lia{
        width: 33.333%;
        line-height: 26px;
        margin: 5px 0;
    }
    .footnav{
        height: auto;
        line-height: 26px;
    }
    .footnav .navli li:first-child.lia::after{
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .nav>ul>li {
        width: 25%;
    }

    .head .d2 .logo {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 30px 0 20px;
    }

    .head .d2 .logo img {
        margin: 0 auto;
    }

    .head .search {
        width: 80%;
    }

    .nav>ul>li>a {
        font-size: 20px;
        line-height: 48px
    }

    .head .search .sub {
        width: 100px;
        font-size: 18px;
        background-position: 15px center;
    }

    .head .search .inp {
        width: calc(100% - 110px);
    }


    .foot {
        padding: 20px 0;
    }

    .foot .ftbs .f-l {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        height: auto;
        padding: 20px;
    }

    .foot .ftbs .f-txt {
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 20px;
        margin-bottom: 10px;
        height: auto;
    }

    .foot .ftbs .f-bq {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 20px;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {

    .btn-search input[type='image'] {
        right: 30px;
    }

    .big-nav .scroll li h2 {
        font-size: 16px;
        line-height: 50px;
    }

    .head .d2 .logo img {
        max-width: 60%;
    }

    .head .search {
        width: 90%;
    }

    .head .search .inp {
        line-height: 48px;
        font-size: 14px;
        height: 48px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .head .search .sub {
        width: 96px;
        height: 48px;
        line-height: 48px;
    }

    .wap-head {
        height: 65px;
    }

    .wap-head .navbtnm i {
        height: 65px;
    }

    .big-nav .scroll {
        padding-top: 80px;
    }

    .wap-head .navbtnm {
        width: 60px;
    }

    .btn-search input[type='text'] {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
    }

    .btn-search input[type='image'] {
        width: 20px;
        height: 20px;
    }

    .layui-layer {
        width: 80% !important;

    }

    .layui-layer p {
        font-size: 14px !important;
    }

    .foot .ftbs .f-l {
        padding: 10px 20px;
    }

    .foot .ftbs .f-txt {
        padding: 15px 20px;
    }

    .foot .ftbs .f-bq {
        padding: 15px 20px;
    }

    .foot .ftbs .f-bq p {
        line-height: 26px;
        font-size: 14px;
    }

    .foot .ftbs .a-txt a {
        margin: 2px 6px;
        font-size: 14px;
        padding-left: 10px;
    }

    .foot .ftbs .b-txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .foot .ftbs .a-txt {
        margin-bottom: 10px;
    }

    .footnav .navli li.lia{
        width: 50%;
    }
    .xgljul li, .xgljul p{
       width: 50%;
    text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .footnav span{
        float: none;
        line-height: 40px;
        text-align: center;
    }
    .footnav{
        font-size: 15px;
    }
    .navli{
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 375px) {
    .xgljul li, .xgljul p{
        width: 50%;
    text-align: center;
    }
}






/*表格自适应开始*/
.vsbcontent-table-container-outer {
    position: relative;
}

.vsbcontent-table-container {
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}

.vsbcontent-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.vsbcontent-table-container-fade {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
}

/*表格自适应结束*/