body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #2E4B70;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: .16rem;
    font-family: 'alphr';
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

.hdwp {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
    .hdwp {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .hdwp,
    .ctbx {
        width: 13rem;
    }
}

@media (min-width: 1440px) {
    .hdwp,
    .ctbx {
        width: 14rem;
    }
}

@media (min-width: 1660px) {
    .hdwp,
    .ctbx {
        width: 16rem;
    }
}

@font-face {
    font-family: 'alphm';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

@font-face {
    font-family: 'alphr';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}

@font-face {
    font-family: 'alplt';
    src: url(../fonts/AlibabaSans-LightItalic.otf)
}

@font-face {
    font-family: 'shrb';
    src: url(../fonts/SourceHanSerifCN-Bold.otf)
}

.header {
    margin: auto;
    position: relative;
}

.header::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 1%, rgba(0, 0, 0, 0) 31%);
}


/* 首页 */

.head_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-size: 100% 100%;
    transition: all 0.25s ease-out 0s;
}

.head_top.on {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    background: #1A59B3;
    top: 0px;
}

.tc_logo {
    width: 7.3rem;
    float: left;
    height: 1rem;
    margin: 0.19rem 0 0.19rem 0.15rem;
    position: relative;
}

.tc_logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}



.head_rg {
    float: right;
    display: flex;
    margin-top: 0.58rem;
    margin-right: 0.15rem;
}

.head_rg .sstc {
    float: right;
}

.head_rg .en {
    float: right;
}

.head_rg .en a {
    font-family: 'alphr';
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.9);
    padding-right: 0.15rem;
    margin-right: 0.15rem;
    position: relative;
}


.head_rg .en a::after {
    content: "";
    position: absolute;
    top: 0.05rem;
    right: 0;
    width: 0.01rem;
    height: 0.16rem;
    background: rgba(225, 225, 225, 0.9);
    transform: rotate(12deg);
}

/*.head_top.on .tc_logo {
    height: 0.72rem;
    margin: 0.15rem 0 0.15rem 0.15rem;
}
.head_top.on .head_rg .en a {
    font-size: 0.16rem;
}
.head_rg .en a.ic{
    background:url(../images/ic_eng.png) no-repeat left center;
       padding-left: 0.24rem;
}
.head_rg .en a:nth-last-of-type(1):after {
    display: none;
}

.head_top.on .head_rg {
    margin-top: 0.35rem;
}*/

.sstc_box {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.sstc_box.showdiv {
    opacity: 1;
    visibility: visible;
}

.sstc_box .serclose {
    position: absolute;
    right: .3rem;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
}

.sstc_box .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    -webkit-transform: translateY(1.5rem);
    transition: .2s .1s
}

.sstc_box.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.sstc_box .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.sstc_box .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    outline: none;
    border-style: none;
}

.sstc_box .serform .input-group .sub:before {
    content: '';
    background: linear-gradient(to right, #00A6CD, #1A59B3);
    transform: skewX(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom
}

.sstc_box .serform .input-group .sub:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}

.sstc_box .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    box-sizing: border-box;
}


/* 导航 */

.nav_xian {
    background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 83%, rgba(216, 216, 216, 0) 100%);
    width: 90%;
    margin: auto;
    height: 1px;
    overflow: hidden;
}

.navbar {
    margin: 0 -0.25rem;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
    display: flex;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    flex: 1;
}

.navbar .navbar-nav>li>a {
    font-size: 0.22rem;
    color: #fff;
    padding: 0.19rem 0rem;
    margin: 0 0.15rem;
    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
}

/*.head_top.on .navbar .navbar-nav>li>a {
    font-size: 0.22rem;
    padding: 0.08rem 0;
    line-height: 0.4rem;
}*/

.navbar .navbar-nav>li:hover>a {
    /* font-weight: bold; */
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


/* .navbar .hasChild:before {
content: "";
position: absolute;
z-index: 10;
width: calc(100% - 20px);
bottom: 0px;
left: 10px;
height: 4px;
background: #0d8a49;
margin-left: -10px;
box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #fff;
transform: scaleY(0); 
transition: all 2s ease-out 0s;
opacity: 0;
}

.navbar .hasChild:hover:before {
opacity: 1;
transform: scaleY(1);
} */

.navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
    border-bottom: #fff 2px solid;
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0px;
    padding: 8px 0px;
    background: rgba(26, 89, 179, 0.6);
   transition: all 0.3s ease;
}

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 5px;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.navbar .nav-child li:hover a {
    background: #1A59B3;
}

.head_top.hdfixed .navbar .navbar-nav>.current>a,
.head_top.hdfixed .navbar .navbar-nav>li:hover>a {
    color: #1A59B3;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    width: 100%;
}

.banlb img:hover {
    transform: scale(1.05);
}


/* .ban_box .ban-cir {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    bottom: 20px;
    background-size: 70%;
    border: 2px solid rgba(255, 255, 255, 1);
    animation: roted 80s linear infinite;
}


@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.ban_box .ban-next,
.ban_box .ban-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.3rem;
    outline: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4) url(../images/jt_lf.png) no-repeat center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ban_box .ban-next {
    left: 0.6rem;
}

.ban_box .ban-prev {
    right: 0.6rem;
    transform: rotate(180deg);
}

.ban_box .ban-next:hover,
.ban_box .ban-prev:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/jt_lf.png) no-repeat center;
}

.ban_box .ban-prev:hover {
    transform: rotate(180deg);
}

.ban_box .ban-dot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.65rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.ban_box .ban-dot span {
    margin: 0 0.25rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.44rem;
    height: 0.44rem;
    font-size: 0px;
    background: url(../images/ban-dot.png) no-repeat center;
    
}

.ban_box .ban-dot span::after {
    content: "";
    position: absolute;
    left: 0.45rem;
    bottom: 0.21rem;
    width: 0.45rem;
    height: 1px;
    background: #fff;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    background: url(../images/ban-dot2.png) no-repeat center;
   background-size: 100% auto;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active::after {
    left: 0.53rem;
}

.ban_box .ban-dot span:nth-last-of-type(1):after {
    opacity: 0;
}

.sydh {
    overflow: hidden;
    position: relative;
}

.sydh h1 {
    float: left;
    padding: 0.25rem 0 0 0.4rem;
    background: url(../images/ic_sydh.png) no-repeat left center;
    background-size: auto 0.9rem;
    height: 0.65rem;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.sydh b {
    position: absolute;
    left: 0.9rem;
    top: 0.2rem;
    color: #F4F7FB;
    font-size: 0.6rem;
}

.sydh span {
    position: absolute;
    right: 0;
    top: 0.25rem;
    font-size: 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #1A59B3;
    border-radius: 0.2rem;
    border: #1A59B3 1px dashed;
    padding: 0 0.58rem 0 0.18rem;
    transition: all 0.4s ease;
}

.sydh span::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0.12rem;
    top: -0.05rem;
    width: 0.37rem;
    height: 0.38rem;
    background: url(../images/ic_more.png) no-repeat;
    background-size:100% auto;
}

.sydh span a {
    color: #1A59B3;
}

.sydh span:hover {
    border: #e27c0d 1px dashed;
}

.sydh span:hover a {
    color: #e27c0d;
}


/* 业务地图 */

.cont_box {
    background: url(../images/ywdt_bg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 0.65rem;
}

.cont_box .ywdt_box {
    margin: -0.8rem auto 0;
    background: url(../images/ywdt_bg2.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
    padding: 0 0.3rem;
}

.cont_box .ywdt_box .ywdt_pad {
    padding: 0.8rem 0.5rem 1.76rem 0.45rem;
    box-sizing: border-box;
    overflow: hidden;
}

.ywmob{
   display:none;
}


.ywdt_box .sydh.ywdt_tit {
    width: 0.8rem;
    float: left;
    position: relative;
    height: 3.3rem;
}

.ywdt_box .sydh.ywdt_tit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.08rem;
    height: 100%;
    background: url(../images/ywdt_xian.png) no-repeat;
    background-size: auto 100%;
}

.ywdt_box .sydh.ywdt_tit h1 {
    padding: 0;
    height: auto;
    padding: 0;
    background: none;
}

.ywdt_box .sydh.ywdt_tit h1 .img2 {
    display: none;
}

.ywdt_box .sydh.ywdt_tit b {
    display: none;
}


.ywdt_box .ywdt_nr {
    width: calc(100% - 1.5rem);
    float: right;
}

.qh-tit {
    overflow: hidden;
    padding: 0.11rem 0 0.2rem;
    border-bottom: #f2f2f2 0.02rem solid;
}


/* .qh-tit ul {
    overflow-x: scroll;
} */

.qh-tit ul li {
    width: 1.9rem;
    height: 0.55rem;
    line-height: 0.55rem;
    float: left;
    margin-right: 0.24rem;
    margin-bottom: 0.1rem;
    border-radius: 50px;
    background: #F4F7FB;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    cursor: pointer;
}

.qh-tit ul li.on {
    background: #E47C15;
    color: #fff;
}

.qh-bd {
    position: relative;
    /* margin-top: 0.5rem; */
    height: 2rem;
}

.qh-bd .qh-k {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.qh-bd .qh-k.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.qh-k.qhnr ul li {
    position: relative;
    transition: all 0.5s ease;
}

.qh-k.qhnr ul li .pic {
    margin: auto;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.18rem;
    background: url(../images/ywdt_ic01.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease;
}

.qh-k.qhnr ul li:hover .pic {
    background: url(../images/ywdt_ic02.png) no-repeat;
    background-size: 100% 100%;
}

.qh-k.qhnr ul li .pic span {
    display: block;
    height: 100%;
    position: relative;
}

.qh-k.qhnr ul li .pic span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qh-k.qhnr ul li .pic span img.img2,
.qh-k.qhnr ul li:hover .pic span img.img1 {
    display: none;
}

.qh-k.qhnr ul li:hover .pic span img.img2 {
    display: block;
}

.qh-k.qhnr ul li .text {
    padding: 0.15rem 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.qh-k.qhnr ul li .text h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}

.qh-k.qhnr ul li:hover .text h2 {
    color: #1A59B3;
}

.qh-k .slick-prev,
.qh-k .slick-next {
    position: absolute;
    width: 0.34rem;
    height: 0.34rem;
    top: 22%;
    transform: none;
    z-index: 1;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    background: url(../images/yw_btn.png) no-repeat center;
    background-size: auto 100%;
    border-style: none;
    font-size: 0;
}

.qh-k .slick-prev {
    right: 0;
    transform: rotate(180deg);
}

.qh-k .slick-next {
    left: 0;
}

.qh-k .slick-prev:hover,
.qh-k .slick-next:hover {
    background: url(../images/yw_btn2.png) no-repeat center;
}

.qh-k .slick-prev:hover {
    transform: rotate(180deg);
}
.qh-bd .qh-k.qh-bmfw {
    top: 0.2rem;
}
.qh-k.qh-bmfw ul li{
    width: 20%;
    float: left;
}

.qh-k.qh-bmfw ul li .pic {
    margin: auto;
    width: 0.36rem;
    height: 0.36rem;
    padding: 0.18rem;
    background: url(../images/ywdt_ic01.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease;
}

.qh-k.qh-bmfw ul li:hover .pic {
    background: url(../images/ywdt_ic02.png) no-repeat;
    background-size: 100% 100%;
}
.qh-k.qh-bmfw ul li .text{
    padding: 0.05rem 0.1rem 0.1rem;
}
.qh-k.qh-bmfw ul li .text h2{
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.24rem; 
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.qh-k.qh-bmfw ul li .pic span img.img2,
.qh-k.qh-bmfw ul li:hover .pic span img.img1 {
    display: none;
}

.qh-k.qh-bmfw ul li:hover .pic span img.img2 {
    display: block;
}



/* 通知公告 */

.cont_box2 {
    background: url(../images/cont_bg2.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0.8rem;
}

.tzgg {
    width: 51%;
    float: left;
}

.sydh.tzgg_tit span {
    margin-right: 0.6rem;
}

.tzgg .lbwz {
    background: #f4f7fc;
    margin-top: 0.24rem;
    padding: 0.3rem 0.39rem;
    overflow: hidden;
}

.tzgg .lbwz li {
    width: 100%;
    float: left;
}

.tzgg .lbwz li .time {
    float: left;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0 0.2rem 0 0.2rem;
    background: linear-gradient(170deg, #00A6CD -12%, #1A59B3 85%);
    line-height: 0.27rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}

.tzgg .lbwz li .time b {
    display: inline-block;
    font-size: 0.4rem;
    margin-top: 0.17rem;
    font-weight: normal;
}

.tzgg .lbwz li .time span {
    font-size: 0.18rem;
}

.tzgg .lbwz li:hover .time {
    background: #E47C15;
}

.tzgg .lbwz li .text {
    width: calc(100% - 1.25rem);
    float: right;
    position: relative;
    padding: 0.1rem 0;
}

.tzgg .lbwz li .text::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.04rem;
    top: 0;
    width: 0.01rem;
    height: 100%;
    border-left: #00A6CD 1px dashed;
}

.tzgg .lbwz li:nth-of-type(1) .text::before {
    height: 50%;
    top: auto;
    bottom: 0;
}

.tzgg .lbwz li:nth-last-of-type(1) .text::before {
    height: 50%;
}

.tzgg .lbwz li .text::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -0.04rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #00A6CD;
    border-radius: 50%;
}

.tzgg .lbwz li .text h2 {
    padding: 0.15rem 0;
    margin-left: 0.35rem;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.tzgg .lbwz li .text h2::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.01rem;
    border-bottom: #CCD0D6 1px dashed;
}

.tzgg .lbwz li .text h2 a {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    transition: all 0.4s ease-out 0s;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg .lbwz li:hover .text h2 a {
    color: #1A59B3;
}


/* 安全专栏 */

.aqzl {
    width: 49%;
    float: right;
}

.sydh.aqzl_tit h1 {
    margin-left: 0.6rem;
}

.lunbo {
    overflow: hidden;
    margin-top: 0.24rem;
    position: relative;
}

.lunbo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.48rem);
    height:100%;
    background: #e37c15 url(../images/aqzl_bg.png) no-repeat right bottom;
}

.lunbo .aqzllb {
    position: relative;
    padding-right: 1.25rem;
    overflow: hidden;
}

.lunbo .aqzllb .pic {
    overflow: hidden;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 3;
}

.lunbo .aqzllb .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.aqzllb .aqzl-dot {
    position: absolute;
    right: 0.45rem;
    bottom: 0.25rem;
    z-index: 9;
    width: 0.88rem;
}

.aqzllb .aqzl-dot span {
    float: left;
    margin: 0.04rem 0;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    cursor: pointer;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-align: right;
    padding-right: 0.1rem;
    background: none;
    outline: none;
    border-radius: 0;
    opacity: 1;
}

.aqzllb .aqzl-dot span::before {
    content: "0";
    position: absolute;
    z-index: 6;
    right: 0.23rem;
    top: 0;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.5);
}

.aqzllb .aqzl-dot span::after {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 6;
    right: 0.6rem;
    top: 49%;
    width: 0.4rem;
    height: 0.01rem;
    background: #fff;
}

.aqzllb .aqzl-dot span.swiper-pagination-bullet-active {
    padding-right: 0;
}

.aqzllb .aqzl-dot span.swiper-pagination-bullet-active,
.aqzllb .aqzl-dot span.swiper-pagination-bullet-active::before {
    font-size: 0.36rem;
    color: #fff;
}

.aqzllb .aqzl-dot span.swiper-pagination-bullet-active::before {
    right: 0.22rem;
}

.aqzllb .aqzl-dot span.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.aqzl .lbwz {
    background: #e37c15 url(../images/aqzl_bg2.png) no-repeat right bottom;
    background-size: cover;
    padding: 0.13rem 0.55rem 0.27rem;
    overflow: hidden;
}

.aqzl .lbwz li {
    border-bottom: rgba(255, 255, 255, 0.5) 1px dashed;
    width: 100%;
    float: left;
    padding: 0.16rem 0;
    overflow: hidden;
}

.aqzl .lbwz li span {
    width: 1.35rem;
    float: left;
    padding-left: 0.18rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
    height: 0.4rem;
    line-height: 0.4rem;
    background: url(../images/ic_aq.png) no-repeat left;
    font-family: Poppins;
}

.aqzl .lbwz li h2 {
    width: calc(100% - 1.35rem);
    float: right;
    font-size: 0.2rem;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.aqzl .lbwz li h2 a {
    color: #fff;
}

.aqzl .lbwz li:hover h2 {
    transform: translateX(5px);
}


/* 新闻动态 */

.cont_box3 {
    background: url(../images/cont_bg3.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 1.22rem;
}

.xwdt_box {
    padding-top: 0.31rem;
    overflow: hidden;
}

.xwdt_box .xwlbo {
    position: relative;
    width: 62.5%;
    float: left;
}

.xwlbo .lb .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 5.63rem;
}

.xwlbo .lb .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xwlbo .lb .pic img:hover {
    transform: scale(1.05);
}

.xwlbo .lb .text {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0.4rem 0.6rem 0.37rem 0.1rem;
}

.xwlbo .lb .text .time {
    float: left;
    width: 1.2rem;
    line-height: 0.34rem;
    text-align: center;
    color: #1A59B3;
    position: relative;
}

.xwlbo .lb .text .time::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0.04rem;
    top: 0;
    width: 0.01rem;
    height: 1rem;
    background: #d7d7d7;
}

.xwlbo .lb .text .time b {
    font-size: 0.4rem;
    display: block;
    font-weight: normal;
}

.xwlbo .lb .text .time span {
    font-size: 0.18rem;
}

.xwlbo .lb .text .tit {
    width: calc(100% - 1.5rem);
    float: right;
}

.xwlbo .lb .text .tit h2 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.xwlbo .lb .text .tit p {
    font-size: 0.16rem;
    color: #888;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.22rem;
}

.xwlbo .lb:hover .text .tit h2 {
    color: #1A59B3;
    transform: translateX(5px);
}

.xwlbo .xwlbo-next,
.xwlbo .xwlbo-prev {
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    z-index: 5;
    bottom: 1.87rem;
    outline: none;
    cursor: pointer;
    right: 0;
    background: #1A59B3 url(../images/xwdt_btn.png) no-repeat center;
}

.xwlbo .xwlbo-prev {
    bottom: 1.33rem;
    transform: rotate(180deg);
}

.xwlbo .xwlbo-next:hover {
    background: #E47C15 url(../images/xwdt_btn.png) no-repeat center;
}

.xwlbo .xwlbo-prev:hover {
    background: #E47C15 url(../images/xwdt_btn.png) no-repeat center;
    transform: rotate(180deg);
}

.xwdt_box .lbwz {
    width: 37.5%;
    float: right;
}

.xwdt_box .lbwz ul {
    position: relative;
    padding-left: 0.45rem;
    margin-left: 0.45rem;
    overflow: hidden;
    box-sizing: border-box;
}

.xwdt_box .lbwz ul::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 0.01rem;
    height: 100%;
    background: #d7d7d7;
}

.xwdt_box .lbwz li {
    width: 100%;
    float: left;
    border-bottom: #E7E7E7 1px solid;
    padding: 0.18rem 0;
}

.xwdt_box .lbwz li h2 {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}

.xwdt_box .lbwz li span {
    font-family: Poppins;
    font-size: 0.16rem;
    color: #1A59B3;
    padding-left: 0.3rem;
    line-height: 0.28rem;
    background: url(../images/ic_time.png) no-repeat left;
    margin-top: 0.05rem;
    display: block;
}

.xwdt_box .lbwz li:hover h2 {
    color: #1A59B3;
}

.xwdt_box .lbwz li:nth-of-type(1) {
    height: 2.38rem;
    background: url(../images/xwdt_lbbg.jpg) no-repeat;
    background-size: cover;
    padding: 0 0.45rem;
    box-sizing: border-box;
}

.xwdt_box .lbwz li:nth-of-type(1) h2 {
    color: #fff;
    line-height: 0.32rem;
    transition: all 0.4s ease-out 0s;
    height: 0.64rem;
    margin-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.xwdt_box .lbwz li:nth-of-type(1) span {
    background: url(../images/ic_time2.png) no-repeat left;
    color: #fff;
    margin-top: 0.15rem;
}

.xwdt_box .lbwz li:hover:nth-of-type(1) h2 {
    font-weight: bold;
}


/* 党建园地 */

.cont_box4 {
    padding: 0.82rem 0 1.5rem;
    overflow: hidden;
    background: url(../images/cont_bg4.png) no-repeat center;
    background-size: cover;
}

.sydh.djyd_tit {
    text-align: center;
}

.sydh.djyd_tit h1 {
    background: url(../images/ic_sydh2.png) no-repeat left center;
    background-size: auto 0.9rem;
    float: none;
}

.sydh.djyd_tit b {
    position: absolute;
    left: 50%;
    color: rgba(244, 247, 251, 0.1);
}

.sydh.djyd_tit span {
    border: #fff 1px dashed;
}

.sydh.djyd_tit span::after {
    background: url(../images/ic_more2.png) no-repeat;
    background-size:100% auto;
}

.sydh.djyd_tit span a {
    color: #fff;
}

.djyd {
    position: relative;
    max-width: 19.2rem;
    margin: auto;
}

/* .djyd::before,
.djyd::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0.6rem;
    width: 6.2%;
    height: calc(100% - 1.8rem);
}

.djyd::before {
    left: 0;
    background: url(../images/djyd_lf.png) no-repeat;
    background-size: cover;
}

.djyd::after {
    right: 0;
    background: url(../images/djyd_rg.png) no-repeat;
    background-size: cover;
} */
.djyd .lb{
    width: 80%;
}
.djyd .lb .mar {
    position: relative;
    transition: all 0.5s;
}


.djyd .lb .mar .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 0.72rem);
}


.djyd .lb .mar .pic {
    position: relative;
    padding-bottom: 110%;
    overflow: hidden;
}

.djyd .lb .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.djyd .lb .mar .text {
    padding: 0.25rem 0.2rem 0rem 0.4rem;
    box-sizing: border-box;
    opacity: 0;
    position: relative;
}

.djyd .lb .mar .text::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.2rem;
    top: -0.12rem;
    width: 0.02rem;
    height: 0.76rem;
    background: #e67d14;
}

.djyd .lb .mar .text h2 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
margin-bottom:0.2rem;
}

.djyd .lb .mar .text span {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-left: 0.2rem;
    background: url(../images/ic_time2.png) no-repeat left;
    background-size: auto 0.12rem;
}


.djyd .swiper-slide-prev .lb .mar .bg,
.djyd .swiper-slide-active .lb .mar .bg,
.djyd .swiper-slide-next .lb .mar .bg {
    display: none;
}

/* .djyd .swiper-slide {
    transform: scale(0.8);
} */

.djyd .swiper-slide-active {
    /* transform: translateY(1.3rem) scale(1.34); */
    z-index: 10;
}
.djyd .swiper-slide-active .lb .mar .pic {
    padding-bottom: 67%;
}

.djyd .swiper-slide-active .lb .mar .text {
    opacity: 1;
}

.djyd .djyd-next,
.djyd .djyd-prev {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 5;
    top: 39%;
    outline: none;
    background: #fff url(../images/djyd-btn.png) no-repeat center;
    background-size: 0.17rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

.djyd .djyd-prev {
    left: 5.5%;
}

.djyd .djyd-next {
    right: 5.5%;
    transform: rotate(180deg);
}

.djyd .djyd-next:hover {
    transform: rotate(0deg);
    background: #E47C15 url(../images/djyd-btn2.png) no-repeat center;
    background-size: 0.17rem;
}

.djyd .djyd-prev:hover {
    background: #E47C15 url(../images/djyd-btn2.png) no-repeat center;
    background-size: 0.17rem;
    transform: rotate(180deg);
}

.djyd .lb {
    perspective: 5rem;
margin-top: 0.5rem;
}

.djyd .swiper-slide .lb .mar {
    transform: translateX(0.52rem) rotateY(15deg);
}

.djyd .swiper-slide .lb .mar .bg {
    background: url(../images/djyd_lf.png) no-repeat;
    background-size: cover;
}

.djyd .swiper-slide.swiper-slide-prev .lb .mar {
    transform: translateX(-0.2rem) rotateY(15deg);
}
.djyd .swiper-slide.swiper-slide-active .lb{
    width: 139%;
     margin-top: 0.38rem;
}
.djyd .swiper-slide.swiper-slide-active .lb .mar {
    transform:translateX(-1.12rem) rotateX(0);
}

.djyd .swiper-slide.swiper-slide-next .lb .mar {
    transform: translateX(1.15rem) rotateY(-15deg);
}

.djyd .swiper-slide.swiper-slide-next+div .mar {
    transform: translateX(0.5rem) rotateY(-20deg);
}

.djyd .swiper-slide.swiper-slide-next+div .mar .bg {
    background: url(../images/djyd_rg.png) no-repeat;
    background-size: cover;
}

/* 快速通道 */

.cont_box5 {
    padding: 0.6rem 0 3rem;
    overflow: hidden;
    background: url(../images/cont_bg5.png) no-repeat center bottom;
}

.sydh.ksdh_tit {
    text-align: center;
}

.sydh.ksdh_tit h1 {
    float: none;
}

.ksdh_box {
    position: relative;
}

.ksdh_box .lb .mar {
    background: #1959b3;
    overflow: hidden;
}

.ksdh_box .lb .mar a {
    display: block;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.ksdh_box .lb .mar .pic {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin: 0.45rem auto 0.25rem;
}

.ksdh_box .lb .mar .pic .tp {
    width: 0.44rem;
    height: 0.44rem;
    padding: 0.36rem 0.38rem;
    margin: auto;
}

.ksdh_box .lb .mar .pic .tp img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ksdh_box .lb .mar .bg {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ksdh_tpbg.png) no-repeat center;
    background-size: 1.2rem 1.16rem;
    animation: roted 20s linear infinite;
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ksdh_box .lb .mar .text {
    margin: 0 0 0.25rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.ksdh_box .lb {
    perspective: 5rem;
}

.ksdh_box .swiper-slide .lb .mar {
    /* transform: translateX(0.07rem) rotateY(5deg); */
    margin: 0.35rem 0;
    transform: rotateY(9deg) scaleX(1) translateX(0.1rem);
}

.ksdh_box .swiper-slide:nth-of-type(2n) .lb .mar {
    transform: rotateY(352deg) scaleX(1.05) translateZ(0) translateX(-0.1rem);
}

.ksdh_box .lb:hover .mar {
    background: #e37c15;
}

.ksdh_box .ksdh-next,
.ksdh_box .ksdh-prev {
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    z-index: 5;
    top: 45%;
    outline: none;
    cursor: pointer;
    background: url(../images/yw_btn.png) no-repeat center;
    background-size: auto 100%;
}

.ksdh_box .ksdh-next {
    left: -0.65rem;
}

.ksdh_box .ksdh-prev {
    right: -0.65rem;
    transform: rotate(180deg);
}

.ksdh_box .ksdh-prev:hover {
    background: url(../images/yw_btn2.png) no-repeat center;
}

.ksdh_box .ksdh-prev:hover {
    transform: rotate(180deg);
}


/* 底部 */

.dibu_bg {
    padding-top: 0.46rem;
    background: url(../images/dibu_bg.jpg) no-repeat;
    background-size: cover;
}

.dibu_bg .dbc1 {
    display: inline-block;
    width: 100%;
   position: relative;
}

.dibu_bg .dbc1 .dblogo {
    width: 7.2rem;
    float: left;
}

.dibu_bg .dbc1 .dblogo img {
    max-width: 100%;
}

.dibu_bg .dbc1 .dibu_ewm {
    float: right;
    margin-top: 0.2rem;
   display:none;
}

.dibu_bg .dbc1 .dibu_ewm ul {
    float: left;
}

.dibu_bg .dbc1 .dibu_ewm ul li {
    position: relative;
    float: left;
    width: 45px;
    margin-left: 0.25rem;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span {
    display: block;
    height: 100%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.dy {
    background: url(../images/db_dy.png) no-repeat center;
    background-size: auto 54%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.wx {
    background: url(../images/db_wx.png) no-repeat center;
    background-size: auto 54%;
}

.dibu_bg .dbc1 .dibu_ewm ul li h2 span.wb {
    background: url(../images/db_wb.png) no-repeat center;
    background-size: auto 54%;
}

.dbewm {
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.dibu_bg .dbc1 .dibu_ewm ul li:hover .dbewm {
    width: 120px;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: -35px;
    transition: all 0.4s ease;
}

.dbewm .dbewm_bk {
    width: 110px;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr {
    width: 110px;
    float: left;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    border: #f2f2f2 1px solid;
}

.dbewm .dbewm_bk .dbewm_nr span {
    width: 110px;
    position: relative;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr:before {
    content: "";
    width: 0;
    height: 0;
    right: 50px;
    bottom: -10px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.dbewm .dbewm_bk .dbewm_nr span img {
    width: 110px;
    height: 110px;
}

.dibu_bg .dbc2 {
    overflow: hidden;
    padding: 0.3rem 0 0.57rem;
}

.dibu_bg .dbc2 p {
    padding-left: 0.2rem;
    line-height: 0.5rem;
    background: url(../images/db_yuan.png) no-repeat left top;
    font-size: 0.2rem;
    color: #fff;
    margin-right: 0.75rem;
    display: inline-block;
}

.dibu_bg .db_banq {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0.19rem 0;
}

.dibu_bg .db_banq p,
.dibu_bg .db_banq p a {
    color: rgba(255, 255, 255, 0.8);
}


.syfd{
    position: fixed;
    z-index: 10;
    bottom: 10%;
    right: 0.2rem;
    padding: 0.1rem;
    background: linear-gradient(51deg, #1A59B3 35%, #00A6CD 81%);
    display:none;
}
.syfd .fdwx{
    overflow: hidden;
    padding:0 0 0.1rem 0.1rem;
}
.syfd .fdwx h2{
    float: left;
    font-size: 0.18rem;
    line-height: 1rem;
    color: #fff;
}
.syfd .fdwx span{
    float: left;
}
.syfd .fdwx span img{
    width: 0.9rem;
    height:0.9rem;
    padding: 0.05rem;
    overflow: hidden;
    background: #fff;
}
.syfd .fddh{
    font-size: 0.18rem;
    color: #fff;
}


.dibu_bg .dbc1 .dbrgt {
   width:2.5rem;
       position: absolute;
    right: 0;
    top: 0;
}
.dibu_bg .dbc1 .dbrgt .dbgzh{
   width: 1.1rem;
   float: right;
}
.dibu_bg .dbc1 .dbrgt .dbgzh h2{
   overflow:hidden;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #fff;
    text-align: center;
}
.dibu_bg .dbc1 .dbrgt .dbgzh span{
    display: inline-block;
    margin:0.1rem 0;
}
.dibu_bg .dbc1 .dbrgt .dbgzh span img{
    width: 1rem;
    height:1rem;
    padding: 0.05rem;
    overflow: hidden;
    background: #fff;
}

.dibu_bg .dbc1 .dbrgt .dblxdh{
     font-size: 0.18rem;
    color: #fff;
   float: right;
}

.ltpic_box {
    position: relative;
}

.list_pic {
    overflow: hidden;
}

.list_pic img {
    width: 100%;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0px;
    bottom: 1.7rem;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    display: block;
    font-size: 0.5rem;
    color: #FFFFFF;
    font-family: 'alphm';
    padding: 0.25rem 0 0 0.4rem;
    background: url(../images/ic_sydh2.png) no-repeat left center;
    background-size: auto 0.9rem;
    height: 0.65rem;
    display: inline-block;
}

.sjmenu {
    display: none;
}

.jjbox_bg {
    overflow: hidden;
    padding-top: 3rem;
    background: url(../images/list_bg.png) no-repeat center top;
    margin-top: -1.8rem;
}

.jjbox_bg2 {
    padding-bottom: 2.8rem;
    background: url(../images/cont_bg5.png) no-repeat center bottom;
    overflow: hidden;
}

.list_lf {
    width: 3rem;
    float: left;
    position: relative;
}

.list_lf::before {
    content: "";
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: calc(100% - 0.3rem);
    height: calc(100% - 0.45rem);
    background: url(../images/list_lfbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.sideMenu {
    padding: 0.4rem 0.3rem 2.2rem 0.3rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
    position: relative;
    border-radius: 0.3rem;
    margin-left: 0.2rem;
    box-shadow: 0px 4px 20px 0px rgba(69, 117, 182, 0.1);
    background: #fff;
    overflow: hidden;
}

.sideMenu::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.3rem;
    bottom: 0.35rem;
    width: calc(100% - 0.6rem);
    height: 1.08rem;
    background: url(../images/list_lfwz.png) no-repeat center;
    background-size:auto 1.08rem;
}

.sideMenu li {
    width: 100%;
    float: left;
    text-align: center;
   margin:0.1rem 0;
}

.sideMenu li h3 {
    position: relative;
}

.sideMenu li h3 em {
    position: absolute;
    z-index: 2;
    right: 0.12rem;
    top: 50%;
    margin-top: -0.27rem;
    width: 0.56rem;
    height: 0.55rem;
    background: url(../images/ltsjx.png) no-repeat center;
    background-size: auto 100%;
    cursor: pointer;
    opacity: 0;
}


/* .sideMenu li.current em {
    transform: rotate(90deg);
} */

.sideMenu li h3 {
    background: #f4f7fb;
    border-radius: 0.5rem;
}

.sideMenu li h3 a {
    display: block;
    padding: 0.16rem 0.2rem;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
}

.sideMenu dl dd {
    position: relative;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.26rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem;
    box-sizing: border-box;
}

.sideMenu li.current h3>a,
.sideMenu li:hover h3>a {
    color: #fff;
}

.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #1A59B3;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #e47c15;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    opacity: 1;
}

.sideMenu li.current dl {
    display: block !important;
    padding: 0.1rem;
}

.list_rg {
    float: right;
    width: calc(100% - 3.7rem);
}

.ltdqwz {
    overflow: hidden;
    padding-bottom: 0.18rem;
    background: url(../images/ltdqwz_xian.png) no-repeat bottom;
    background-size: 100% auto;
}

.ltdqwz h1 {
    float: left;
    line-height: 0.55rem;
    font-size: 0.4rem;
    color: #1A59B3;
    font-family: 'alphm';
}

.ltdqwz span {
    float: right;
    margin-top: 0.12rem;
    display: block;
    font-size: 0.14rem;
    color: #777;
    line-height: 0.3rem;
    padding-left: 0.28rem;
    background: url(../images/ic_home2.png) no-repeat left center;
}

.ltdqwz span a {
    color: #777;
}

.ltdqwz span a:hover {
    color: #1A59B3;
}


/* 列表页文字 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 0.3rem 0 0.6rem;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e7e7e7 1px solid;
    transition: all 0.4s ease;
    position: relative;
}

.list_lb li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/list_lbbg.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.4s ease;
}

.list_lb li a {
    padding: 0.21rem 0.19rem;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.list_lb li .time {
    width: 1.55rem;
    float: left;
    padding-left: 0.18rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: #1A59B3;
    height: 0.48rem;
    line-height: 0.48rem;
    background: url(../images/list_time.png) no-repeat left;
    font-family: Poppins;
}

.list_lb li .text {
    width: calc(100% - 1.55rem);
    float: right;
    padding-right: 0.6rem;
    box-sizing: border-box;
    position: relative;
}

.list_lb li .text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
}

.list_lb li .text::after {
    background: url(../images/list_jt.png) no-repeat center;
    background-size: auto 0.18rem;
}

.list_lb li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lb li:hover::before {
    opacity: 1;
}


/* .list_lb li:hover {
    background: url(../images/list_lbbg.jpg) no-repeat;
    background-size: cover;
} */

.list_lb li:hover .text::after {
    background: #e47c15 url(../images/list_jt2.png) no-repeat center;
    background-size: auto 0.18rem;
}

.list_lb li:hover .time,
.list_lb li:hover .text h2 {
    color: #fff;
}


/* 新闻列表页 */

.xwlb {
    overflow: hidden;
    min-height: 5rem;
}

.xwlb ul {
    overflow: hidden;
    padding: 0.3rem 0 0.5rem;
}

.xwlb li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-bottom: #e7e7e7 1px solid;
}

.xwlb li a {
    display: block;
    padding: 0.3rem;
    overflow: hidden;
}

.xwlb li .pic {
    width: 2.5rem;
    float: left;
}

.xwlb li .pic span {
    display: block;
    position: relative;
    padding-bottom: 63%;
    overflow: hidden;
}

.xwlb li .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xwlb li:hover .pic span img {
    transform: scale(1.05);
}

.xwlb li .text {
    width: calc(100% - 2.85rem);
    float: right;
    position: relative;
}

.xwlb li .text .tit {
    overflow: hidden;
    padding-right: 0.6rem;
    box-sizing: border-box;
}

.xwlb li .text .tit h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.xwlb li .text .tit p {
    font-size: 0.14rem;
    color: #9E9E9E;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.1rem 0 0.28rem;
}

.xwlb li .text .time {
    overflow: hidden;
}

.xwlb li .text .time span {
    float: left;
    font-family: Poppins;
    font-size: 0.16rem;
    color: #1A59B3;
    padding-left: 0.4rem;
    line-height: 0.36rem;
    height: 0.36rem;
    background: url(../images/ic_time.png) no-repeat 0.1rem center;
    background-size: auto 0.18rem;
    position: relative;
    z-index: 1;
}

.xwlb li:hover .text .time span {
    background: url(../images/ic_time2.png) no-repeat 0.1rem center;
    background-size: auto 0.18rem;
}

.xwlb li .text .time span::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 0.29rem;
    height: 0.29rem;
    background: url(../images/list_time.png) no-repeat left;
    background-size: auto 0.18rem;
}

.xwlb li .text .time i {
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(180deg, #195AB3 0%, #13A4D7 100%);
}

.xwlb li .text .time i img {
    height: 0.16rem;
    vertical-align: -0.01rem;
}

.xwlb li:hover {
    background: url(../images/list_lbbg2.jpg) no-repeat;
    background-size: cover;
}

.xwlb li:hover .text p {
    color: rgba(255, 255, 255, 0.8);
}

.xwlb li:hover .text h2,
.xwlb li:hover .text .time span {
    color: #fff;
}

.xwlb li:hover .text .time i {
    background: #E47C15;
}


/*内容页*/

.contt_box {
    min-height: 450px;
}

.contt_tit {
    text-align: center;
    padding: 0.55rem 0 0.3rem;
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 0.28rem;
    color: #333;
    font-family: 'alphm';
    margin-bottom: 0.15rem;
}

.contt_tit h3 {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
   padding-top:0.25rem;
}

.contt_zhwen p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.3rem!important;
    margin-bottom: 0.15rem;
    text-indent: 0.5rem;
}
.contt_zhwen p span{
   font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.3rem!important;
}
.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
   margin: auto;
}

.contt_zhwen td {
    text-indent: 0em;
}

.contt_zhwen td p{
    text-indent: 0em;
    margin-bottom: 0px;
}

.contt_zhwen iframe {
    max-width: 90%;
       margin: auto;
    display: block;
}

.contt_zhwen video {
    max-width: 90%;
    height: auto !important;
}

.contt_sxp {
    padding-top: 0.32rem;
    margin-top: 0.56rem;
    box-sizing: border-box;
    border-top: #E7E7E7 1px solid;
    position: relative;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    margin: 0.05rem 0;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #1C6DC9;
}




#gotop{position:fixed;z-index:90;bottom: .6rem;right: .2rem;
box-sizing:border-box;text-align:center;cursor:pointer;
transition:.5s;width: .68rem;height: .68rem;line-height: .68rem;opacity:1;visibility:visible;overflow:hidden;
border-radius: .1rem;font-size: .18rem;color: #fff;z-index: 100;background: #ce000b;}
#gotop.hide{height:0;opacity:0;visibility:hidden}






.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1A59B3;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #1A59B3;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #2070C9!important;
    background-color: #2070C9!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{
   margin-top:2px!important;
   margin-bottom:2px!important;
}