@charset "utf-8";

@font-face {
    font-family: 'sysong';
    src: url("../font/sySong.woff");
}

@font-face {
    font-family: 'sysongn';
    src: url("../font/SOURCEHANSERIFCN-MEDIUM.OTF");
}

/* @font-face {
    font-family: 'sysongn';
    src: url("../font/SourceHanSansSC-Regular.otf");
} */

@font-face
{font-family:仿宋_gb2312;
font-family:FZXiaoBiaoSong;
font-family:方正楷体;
font-family:方正黑体;
src: url('../font/fangsong_GB2312.ttf'),url(../font/FZXBSJW--GB1-0.woff2) format('woff2'),url(../font/FZXBSJW--GB1-0.woff) format('woff'),url('../font/FangZhengHeiTi_GBK.ttf'),url('../font/FangZhengKaiTi_GBK.ttf');
}






.pb_sys_style1 .p_no_d {
    border: 1px solid #1A65E1 !important;
    color: #fff;
    background-color: #1A65E1 !important;
}

.pb_sys_common {
    line-height: 35px !important;
    font-size: 14px !important;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    padding: 8px 12px !important;
    height: 30px !important;
    line-height: 12px;
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

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;
    cursor: pointer;
}

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%;
    height: auto !important;
}

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;
}

.wrap {
    max-width: 1420px;
    margin: 0 auto;
    /*width: 94%;*/
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div {
  /*  width: 110%;
    height: 110%;*/
}

.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;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overfloat-dot {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pore {
    position: relative
}

body.navShow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.head .w {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.head .d1 {
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.head .d1 .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .d1 a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    vertical-align: middle;
}

.head .d1 .ll a {
    margin-right: 24px;
}

.head .d1 .rr {
    display: flex;
    align-items: center;
}

.head .d1 .rr a {
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    color: #ffffff;
}

.head .d1 .rr a img {
    margin-right: 5px;
}

.head .d1 .rr a:first-child {
    margin-left: 0;
}

.head .d1 .rr a:nth-of-type(1) {
    border-left: none;
}

.head .d1 .rr a.log {
    padding-left: 45px;
    background: url("../images/log.png") no-repeat left 19px center;
    background-size: 17px 19px;
}

.head .d1 .rr a.reg {
    padding-left: 50px;
    background: url("../images/reg.png") no-repeat left 20px center;
    background-size: 20px 20px;
}

.head .d1 a:hover {
    text-decoration: underline;
}

.head .d2 .logo {
    /* width: 354px; */
    /* height: 217px; */
    margin: 90px auto 40px;
    font-size: 0;
    text-align: center;
}

.head .d2 .logo a {
    display: block;
    font-size: 0;
}

.head .d2 .logo img {
    width: auto;
    max-width: 100%;
    margin: 0 15px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.head .search {
    width: 696px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.head .search .inp {
    display: block;
    width: calc(100% - 20px);
    line-height: 55px;
    font-size: 16px;
    color: #4277cf;
    height: 55px;
    padding-left: 30px;
    padding-right: 140px;
    background: url(../images/search-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

input::placeholder {
    color: #666;
}

input::-ms-input-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input::-webkit-input-placeholder {
    color: #4277cf;
}

.head .search .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    height: 55px;
    background: url(../images/sub-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head {
    padding-bottom: 200px;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 1px;
}

.nav-main {
    margin-top: -65px;
    position: relative;
    /*z-index: 9;*/
}

.nav {
    /* background-color: #2a6ac9; */
    position: relative;
}

.nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 484px;
    /* background-color: #015293; */
    background: url(../images/nav-bg.png) no-repeat;
    background-position: center top;
    z-index: 1;
}

.nav::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1357px;
    /* border-radius: 70px 70px 1px 1px; */
    top: 0;
    bottom: 0;
    /* background-color: #015293; */
    z-index: 1;
}

.nav>ul {
    position: relative;
    z-index: 9;
    padding-top: 27px;
}

.nav>ul>li {
    float: left;
    width: 12.5%;
    text-align: center;
}


.nav ul .xiala {
    position: relative;
    z-index: 2;
}

.nav ul .xiala>div {
    position: absolute;
    top: 100%;
    left: -491%;
    min-width: 100vw;
    right: 0;
    z-index: 10000;
}




.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 59px;
    text-align: center;
    transition: all .3s;
    position: relative;
    font-weight: 600;
}

.nav .navList>li>a:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    margin: auto;
    height: 5px;
    background: #ffffff;
    transition: all .3s;
    border-radius: 2px;
}

.nav .navList>li.on>a:after,
.nav .navList>li.active>a:after {
    width: 43px;
}

.nav .navList>li.on>a,
.nav .navList>li.active>a {
    font-weight: 600;
}

.nav>ul>li>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.nav>ul>li>div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/subnavbg.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav>ul>li>div>ul>li {
    width: auto;
    font-size: 16px;
    margin: 0 20px;
    font-weight: bold;
}

.nav>ul>li>div>ul>li>a {
    font-size: 16px;
    display: block;
    line-height: 48px;
    color: #fff;
    opacity: 0.68;
}

.nav>ul>li>div>ul>li:hover>a {
    opacity: 1;
}

.foot {
    padding: 50px 0 0 0;
    background-color: #d5e8ff;
    position: relative;
    z-index: 9;
}

.foot-zn ul {}

.foot-zn ul li h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0052db;
    line-height: 22px;
    height: 44px;
}

.foot-zn ul li h3::before {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/foot-zn-tit.png) repeat-x;
    background-position: center center;
    margin-right: 5px;
}

.foot-zn ul li h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/foot-zn-tit.png) repeat-x;
    background-position: center center;
    margin-left: 5px;
}

.foot-zn ul li>div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 20px;
}

.foot-zn ul li>div>div {
    width: 100px;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    margin-left: 20px;
    position: relative;
}

.foot-zn ul li>div>div:nth-child(1) {
    margin-left: 0;
}

.foot-zn ul li>div>div img {
    display: block;
    width: 100%;
}

.foot-zn ul li>div>div .yc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 130px;
    background: #fff;
    display: none;
}

.foot-zn ul li>div>div:hover {
    z-index: 2;
}

.foot-zn ul li>div>div:hover .yc {
    display: block;
}

.foot-zn .slick-prev,
.foot-zn .slick-next {
    width: 21px;
    height: 22px;
}

.foot-zn .slick-prev {
    left: -35px;
    background: url(../images/icon-prev.png) no-repeat;
    background-position: center center;

}

.foot-zn .slick-next {
    right: -35px;
    background: url(../images/icon-next.png) no-repeat;
    background-position: center center;
}


.ftlink-box {
    border-top: 1px solid rgba(9, 91, 183, .2);
    margin-top: 30px;
    padding-top: 40px;
}

.foot .ftlink {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(237, 202, 207, .26);
    padding-bottom: 30px;
}

.foot .ftlink dl {
    float: left;
    margin-left: 2.5%;
    width: 23%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, .48);
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
    color: #1a58c1;
    font-size: 14px;
}

.foot .ftlink dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: '';
    width: 9px;
    background: url("../images/ftlink.png") no-repeat center center;
    /* 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: #1a58c1;
}

.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 {
    max-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, #0052db 0%, #0052db 100%);
}

.ftbs {
    display: flex;
    justify-content: space-between;
}

.ftbs-l {}

.ftbs-l p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #0842a4;
    opacity: 0.8;
}

.ftbs-r {}

.ftbs-r ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftbs-r ul li {
    margin: 0 10px;
}

.ftbs-r ul li a {
    display: block;
}

.ftbs-r ul li a img {
    display: block;
}

.bq {
    background: #c1d9f7;
    margin-top: 50px;
    padding: 5px 10px;
}

.bq p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bq p,
.bq p span,
.bq p a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #6282c9;
    margin: 0 5px;
}


.bq .rob {
    position: fixed;
    top: auto;
    bottom: 2%;
    right: 2%;
    visibility: visible;
    z-index: 999;
}

.bq .rob .close-rob {
    color: #666;
    font-size: 30px !important;
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 99999;
}


.bq .rob img {
    position: relative;
    cursor: pointer;
}






.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: #1c4da3;
    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;
}

/*留言弹窗*/
.levmsg .logCon {
    padding: 20px;
}

.levmsg .logCon p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.levmsg {
    height: 100%;
    display: none;
}

.levmsg .logCon a {
    margin-left: 0;
}









/*表格自适应开始*/
.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);
}

/*表格自适应结束*/


/*2023-4-28 政务公开*/
.openzw .box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 37px 37px 53px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.openzw li {
    width: 18.15%;
    display: block;
    text-align: center;
    font-size: 0;
    padding-top: 39px;
    padding-bottom: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    position: relative;
}

.openzw li a {
    display: block;
}

.openzw a span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: left center;
}


.openzw li.a1 span {
    background-image: url("../images/n_nav001.png");
}

.openzw li.a2 span {
    background-image: url("../images/n_nav002.png");
}

.openzw li.a3 span {
    background-image: url("../images/n_nav003.png");
}

.openzw li.a4 span {
    background-image: url("../images/n_nav004.png");
}

.openzw li.a5 span {
    background-image: url("../images/n_nav005.png");
}

.openzw li.a1 {
    background-image: url("../images/n_nav01.jpg");
}

.openzw li.a2 {
    background-image: url("../images/n_nav02.jpg");
}

.openzw li.a3 {
    background-image: url("../images/n_nav03.jpg");
}

.openzw li.a4 {
    background-image: url("../images/n_nav04.jpg");
}

.openzw li.a5 {
    background-image: url("../images/n_nav05.jpg");
}

.openzw li .sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0;
    visibility: hidden;
}

.openzw li .sub dd a {
    font-size: 14px;
    color: #444;
    display: block;
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.openzw li .sub dd a:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2a6ac9;
    transform: translateY(-50%);
}

.openzw li .sub dd {
    padding: 8px 0;
}

.openzw li .sub dd a:hover {
    color: #2a6ac9;
}

.openzw li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.openzw {
    margin-bottom: 30px;
    display: none;
}

/* 公共列表 */
/* 列表1 */

.publist1 ul li a {
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.publist1 ul li a::before {
    /*  content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #236acc;*/
}

.publist1 ul li a p {
    font-size: 18px;
    font-weight: normal;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.publist1 ul li a span {
    font-size: 17px;
    font-weight: normal;
    line-height: 48px;
    color: #999999;
    min-width: 100px;
    text-align: right;
}

.publist1 ul li a:hover p {
    color: #0052db;
    font-weight: 600;
}

/* 列表 */
.publist2 li a {
    display: flex;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5;
}

.publist2 li:nth-child(1) a {
    padding-top: 0;
}

.publist2 li a .date {
    display: flex;
    align-items: center;
    font-family: sysong;
    border-right: 1px solid #e5e5e5;
    width: 75px;
}

.publist2 li a .date div {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.publist2 li a .date b {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    color: #0052db;
    display: block;
    text-align: center;
}

.publist2 li a .date span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #0052db;
    opacity: 0.86;
    margin-top: 4px;
    display: block;
    text-align: center;
}

.publist2 li a .info {
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

.publist2 li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 64px;
}

.publist2 li a:hover .info h3 {
    color: #0052db;
    font-weight: 600;
}


/* 公共列表 */

/* 表单类 */

.form-box {
    margin-top: 23px;
}

.form-box:nth-child(1) {
    margin-top: 0;
}

.input-text {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 6px;
    border: solid 1px #e2eeff;
}

.input-text::after {
    content: "";
    display: block;
    clear: both;
}

.input-text:first-child {
    margin-left: 0;
}

.input-text>span {
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;
    color: #333333;
    margin-right: 20px;
}

.datepicker>input {
    padding: 0 29px 0 2px !important;
}

.input-text>i {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 56px;
    color: #8c97a4;
    margin: 0 6px;
}

.input-text>div {
    flex: 1;
    min-width: 0;
}

.input-text input {
    display: block;
    width: 100%;
    background: none;
    outline: none;
    line-height: 36px;
    height: 36px;
    background: none;
    font-size: 16px;
    color: #333;
}

.input-text input::placeholder {
    color: #8c97a4;
}


/* select 下拉菜单 */

.select {
    position: relative;
}

.select>p {
    padding-right: 15px;
    position: relative;
    background: #fff;
    line-height: 36px;
    color: #888888;
    font-size: 14px;
    overflow: hidden;
}

.select>p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8c97a4;
    font-size: 16px;
}

.select>span {
    float: left;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 15px;
}

.select>p i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
    background: url(../images/icon-b-down.png) no-repeat;
    background-position: center center;
}

.select ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 9;
}

.select ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}

.select ul li:hover {
    background: #245399;
    color: #fff;
}

.input-date {
    border: 1px solid rgba(185, 195, 206, 0.48);
    padding: 0 10px;
}

.input-date input {
    background: url(../images/icon-date.png) no-repeat !important;
    background-position: right center !important;
}

.input-smt {
    display: flex;
    align-items: center;
}

.input-smt input {
    width: 40%;
    line-height: 55px;
    height: 55px;
    color: #fff;
    background: #d1e4ff;
    cursor: pointer;
    margin-left: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;
    color: #0052db;
    border-radius: 6px;
}

.input-smt input:first-child {
    margin-left: 0;
    background: #0052db;
    color: #fff;
}

.input-smt input:hover {
    box-shadow: 0 0 10px rgba(0, 82, 219, .5);
}

@media screen and (max-width: 1520px) {
    .foot-zn .slick-prev {
        left: 0;
    }

    .foot-zn .slick-next {
        right: 0;
    }

    .foot-zn ul {
        padding: 0 35px;
    }
}

/* 表单类 */
@media screen and (max-width: 1420px) {
    .wrap {
        width: 100%;
        padding: 0 10px;
    }

    .publist2 li a .info h3 {
        font-size: 16px;
    }

    .publist2 li a .date {
        width: 65px;
    }

    .publist2 li a .date b {
        font-size: 22px;
    }

    .publist2 li a .date span {
        font-size: 14px;
    }

    .publist2 li a .info {
        padding-left: 10px;
    }

    .publist1 ul li a p {
        font-size: 16px;
    }

    .publist1 ul li a span {
        font-size: 16px;
    }

    .input-text>span {
        margin-right: 15px;
        font-size: 16px;
        line-height: 50px;
    }

    .input-smt input {
        margin-left: 15px;
    }

    .input-text {
        padding: 0 15px;
    }

    .foot-zn ul li>div>div {
        margin-left: 20px;
        width: 90px;
    }

    .foot-zn ul li h3::before {
        width: 30px;
        margin: 0;
    }

    .foot-zn ul li h3::after {
        width: 30px;
        margin: 0;
    }

}

@media screen and (max-width: 1300px) {
    .foot-zn ul li>div>div {
        margin-left: 15px;
        width: 80px;
    }
}

@media screen and (max-width: 1024px) {

    .bq {
        margin-top: 20px;
    }

    .pc {
        /* padding: 0 20px; */
    }

    .head .d1 a {
        font-size: 14px;
    }

    .pc {
        display: none;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .head {
        /*  margin-top: 75px;*/
        padding-bottom: 30px;
    }

    .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("../images/menu2.png") no-repeat 50%;
        background-size: 32px;
        transition: all .3s;
    }

    body.navShow .wap-head .navbtnm i {
        background-image: url("../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 h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 18px;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 18px;
        color: #fff;
        transition: .3s;
    }*/
    .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;
    }

    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #1c4da3;
        line-height: 36px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .publist2 li a {
        padding: 15px 0;
    }

    .publist2 li a .info h3 {
        line-height: 26px;
        max-height: 52px;
    }

    .input-smt input {
        font-size: 16px;
        height: 46px;
        line-height: 46px;
    }

    .foot-zn ul {
        display: block;
    }

    .foot-zn ul li:nth-child(1) {
        margin-top: 0;
    }

    .ftlink-box {
        margin-top: 5px;
        padding-top: 20px;
    }

    .ftbs {
        display: block;
    }

    .ftbs-l p {
        text-align: center;
    }

    .ftbs-r {
        margin-top: 10px;
    }

    .ftbs-r ul li {
        margin: 0 5px;
    }

}

@media screen and (max-width: 1024px) {

    .nav>ul>li {
        width: 25%;
    }

    .head .d2 .logo {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .head .d2 .logo img {
        margin: 0 auto;
    }

    .head .search {
        width: 80%;
    }

    .nav>ul>li>a {
        font-size: 20px;
        line-height: 48px
    }

    .foot .ftlink dl {
        float: none;
        width: auto;
        margin-bottom: 15px;
        margin-left: 0;
    }


    .foot .ftlink {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .foot {
        padding-top: 35px;
    }

    .foot-zn ul li>div {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .foot-zn ul li>div>div .yc {
        width: 100px;
    }

}

@media screen and (max-width: 768px) {
    .input-text>i {
        margin-left: 0;
    }

    .input-date {
        width: calc(100% - 30px);
        flex: auto !important;
    }

    .input-smt {
        justify-content: space-between;
    }

    .input-smt input {
        width: 48%;
        margin: 0;
    }

    .pb_sys_common {
        line-height: 30px !important;
        font-size: 12px !important;
    }

    .pb_sys_common .p_fun_d,
    .pb_sys_common .p_no_d,
    .pb_sys_common .p_no_o,
    .pb_sys_common .p_fun a,
    .pb_sys_common .p_no a {
        padding: 3px 6px !important;
        height: 20px !important;
        line-height: 20px;
    }


}

@media screen and (max-width: 640px) {

    .head .d2 .logo img:nth-child(1) {
        width: 15.625vw;
    }

    .head .d2 .logo img:nth-child(2) {
        width: 68.43vw;
    }

    .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: 110px;
    }

    .head .search .sub {
        width: 70px;
        height: 48px;
    }

    .head .search .sub input {
        width: 25px;
    }

    .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;
    }

}

@media screen and (max-width: 1060px) {
    .openzw .box {
        padding: 20px;
    }

    .openzw a span {
        font-size: 22px;
        padding-left: 38px;
        background-size: 28px;
    }

    .openzw li {
        padding: 30px 0;
    }
}

@media screen and (max-width: 900px) {
    .openzw .box {
        padding: 20px 20px 0;
        justify-content: flex-start;
    }

    .openzw .box li {
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .openzw .box li {
        width: 32%;
    }

    .openzw .box li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .openzw .box li:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .openzw .box {
        padding: 10px 10px 0;
        justify-content: space-between;
        border-radius: 0;
    }

    .openzw .box li {
        width: 48%;
        margin-left: 0;
        padding: 20px 0;
    }

    .openzw .box li:nth-child(3n+1),
    .openzw .box li:nth-child(4n+1) {
        margin-left: 0;
    }

    .openzw .box li:last-child {
        width: 100%;
    }

    .openzw a span {
        padding-left: 26px;
        background-size: 22px;
    }
}


@media screen and (max-width: 480px) {

    .foot-zn ul li h3 {
        font-size: 14px;
    }

    .foot-zn ul li>div {
        margin-top: 15px;
    }


}

@media screen and (max-width: 414px) {

    .bq .rob {
        right: -8%;
    }

    .bq .rob .close-rob {
        right: 23%;
        font-size: 22px !important;
    }

    .bq .rob img {
        width: 75%;
    }
}