@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }

}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
  .scroll {
   overflow:hidden;
   overflow-x:scroll;
}
.details .body table {display:block;margin:0 auto;max-width:100%;overflow-x:auto;}
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1D48B5;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 1rem;
    padding-right: .85rem;
    padding-bottom: .1rem;
    width: 100%;
    z-index: 100;
    align-items: flex-end;
    transition: all .3s;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.header .logo img {
    height: .66rem;
}

.header .search-con {
    justify-content: flex-end;
    margin-top: .1rem;
}

.header .search {
    height: .24rem;
    border: 1px #FFF solid;
    border-radius: .12rem;
    -webkit-border-radius: .12rem;
    -moz-border-radius: .12rem;
    -ms-border-radius: .12rem;
    -o-border-radius: .12rem;
    width: 1.3rem;
}

.header .search input[type='text'] {
    width: 100%;
    background: none;
    color: #FFF;
    padding-left: .15rem;
}

.header .search input[type='submit'] {
    width: .3rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .18rem;
}

.header.fixed {
    background: #1d48b5;
}
.header.fixed::after {
    height: 0;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li>a {
    line-height: .6rem;
    padding: 0 .2rem;
    font-size: .22rem;
    color: #FFF;
}

.nav li:last-child>a {
    padding-right: 0;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.6;
    font-size: .16rem;
}

.footer {
    background-color: #1D48B5;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer .link {
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding-top: .24rem;
    padding-bottom: .24rem;
    line-height: 1.7;
    padding-right: .8rem;
}

.footer .link .tit {
    margin-right: .2rem;
    font-size: .16rem;
    font-weight: bold;
}

.footer .link a {
    font-size: .14rem;
    padding-right: .25rem;
    margin-right: .25rem;
}

.footer .link a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60%;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer .link .flex-1 a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer .link a:last-child::after {
    display: none;
}

.footer .link .more {
    position: absolute;
    right: 0;
    top: .25rem;
    background: url(../images/more.svg)no-repeat right center;
    color: rgba(255, 255, 255, .5);
    margin-right: 0;
}

.copyright {
    border-top: 1px rgba(255, 255, 255, .2) solid;
    font-size: .14rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    line-height: 1.5;
    margin-top: .3rem;
}

.footer .con {
    margin-top: .3rem;
    font-size: .14rem;
    line-height: 1.2;
}

.footer .logo img {
    height: .66rem;
}

.footer .erwma-con .erwma {
    width: .85rem;
    margin-right: .2rem;
}

.footer .erwma-con .erwma:last-child {
    margin-right: 0;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .erwma .tit {
    line-height: .3rem;
}

.footer .text-con {
    margin-right: .35rem;
}

.footer .text-con:last-child {
    margin-right: 0;
}

.footer .text-con .tel {
    background: url(../images/tel.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .2rem;
    margin-top: .2rem;
}

.footer .text-con .address {
    background: url(../images/address.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .2rem;
    margin-top: .15rem;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #1D48B5;
        color: #FFF;
    }
    .footer .link a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .header {
        height: 1rem;
        padding-left: .2rem;
        align-items: center;
    }
    .header.on,
    .header.fixed {
        background-color: #1D48B5;
    }
    .header.on::after,
    .header.fixed::after {
        display: none;
    }
    .header .search {
        width: 100%;
        border-color: #1D48B5;
        height: 38px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
    .header .search input[type='text'] {
        color: #333;
    }
    .header .search input[type='submit'] {
        width: 40px;
        background-image: url(../images/search1.svg);
        background-size: 20px;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: 20px;
    }
    .nav {
        display: block;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        line-height: 60px;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        font-size: 14px;
        padding-left: 20px;
    }
    .footer .link .tit {
        font-size: 14px;
        line-height: 30px;
    }
    .footer .link a {
        line-height: 30px;
    }
    .footer .link .more {
        padding-right: 20px;
    }
    .footer .con,
    .copyright,
    .footer .link a {
        font-size: 12px;
    }
    .footer .erwma-con .erwma {
        width: 75px;
    }
}

@media (max-width:950px) {
    .footer .erwma-con {
        display: none;
    }
}

@media (max-width:767px) {
    .footer .link {
        display: block;
        padding-right: 0;
    }
    .footer .con>div:last-child {
        width: 100%;
        margin-top: .2rem;
    }
}

.banner,
.banner .swiper-slide {
    overflow: hidden;display:block
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 2;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: .35rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    overflow: hidden;
    text-indent: -99rem;
    margin: 0 .15rem !important;
}

.banner .swiper-pagination-bullet-active {
    text-indent: 0;
    text-align: center;
    line-height: .48rem;
    border: 1px #FFF dashed;
    background: none;
    font-size: .14rem;
    font-family: 'arial';
    color: #FFF;
    width: .48rem;
    height: .48rem;
}

.banner .mb {
    display: none;
}

.home-ser {
    margin-top: .6rem;
}

.home-ser .title-con {
    border-top: 1px #D8D8D8 solid;
    line-height: .54rem;
}

.home-ser .title-con .title {
    font-weight: bold;
    font-size: .32rem;
    margin-right: .6rem;
}

.home-ser .title-con .con span {
  text-align:center;
    color: #1D48B5;
    font-size: .2rem;
    cursor: pointer;
    width: 1.4rem;
    margin-right: .2rem;
}

.home-ser .title-con .con span:last-child {
    margin-right: 0;
}

.home-ser .title-con .con span.on {
    background-color: #1D48B5;
    color: #FFF;
}

.home-ser .content {
    margin-top: .4rem;
}

.home-ser .item {
    width: 10%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    z-index: 10;
}

.home-ser .item .icon {
    margin-left: auto;
    margin-right: auto;
    width: .96rem;
    height: .96rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .item .icon img {
    width: 100%;
}

.home-ser .item .tit {
    line-height: 1.1;
    font-size: .14rem;
    margin-top: .15rem;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot');
    src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'), url('../fonts/Bebas.woff2') format('woff2'), url('../fonts/Bebas.woff') format('woff'), url('../fonts/Bebas.svg#Bebas') format('svg');
}

.home-bg1 {
    background: url(../images/bg1.png)no-repeat right bottom;
    overflow: hidden;
    margin-top: .6rem;
    background-size: 100%;
}

.home-title .title {
    font-weight: bold;
    font-size: .32rem;
    line-height: 1.1;
}

.home-title .more {
    font-weight: bold;
    font-size: .14rem;
    line-height: 1.1;
    margin-left: .1rem;
}

.home-title .more::after {
    content: '*';
    color: #FF1201;
    font-weight: bold;
}

.home-dt {
    width: 9rem;
    margin-right: .3rem;
}

.home-dt .content {
    margin-top: .25rem;
}

.home-dt .item {
    padding-top: .35rem;
}

.home-dt .item .text-con {
    margin-right: .4rem;
    border-bottom: 1px #D8D8D8 solid;
}

.home-dt .item .pic {
    width: 4.6rem;
    padding-top: 32%;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-dt .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dt .item .date {
    font-family: 'Bebas';
    font-size: .32rem;
    line-height: 1.1;
}

.home-dt .item .date span {
    color: #1D48B5;
    font-size: .7rem;
    line-height: 1;
}

.home-dt .item .name {
    position: absolute;
    right: 0;
    top: .1rem;
    font-size: .14rem;
    color: #1D48B5;
    line-height: .2rem;
    height: .26rem;
    border-radius: .13rem;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    -ms-border-radius: .13rem;
    -o-border-radius: .13rem;
    padding: 0 .12rem;
    border: 1px #1D48B5 solid;
}

.home-dt .item .tit {
    line-height: 1.4;
    font-weight: bold;
    height: .65rem;
    font-size: .22rem;
    margin-top: .15rem;
     overflow:hidden;
}

.home-dt .item .des {
    font-size: .14rem;
    line-height: 1.6;
    color: rgba(102, 102, 102, 0.6);
    height: .5rem;
    margin-top: .15rem;
    overflow:hidden;
}

.home-dt .item .arrow {
    position: absolute;
    right: 0;
    bottom: .4rem;
    width: .35rem;
    height: .1rem;
    background: url(../images/more2.svg)no-repeat right center;
    background-size: .33rem;
}

.home-notice .content {
    margin-top: .6rem;
}

.home-notice .item {
    margin-top: .2rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .08);
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .2rem;
    height: 1.05rem;
}

.home-notice .item .date {
    font-family: 'Bebas';
    font-size: .12rem;
    line-height: 1.1;
    color: #8C8C8C;
    margin-right: .3rem;
}

.home-notice .item .date span {
    color: #1D48B5;
    font-size: .42rem;
}

.home-notice .item .date .month {
    position: absolute;
    right: 0;
    top: 0.1rem;
    color: #353535;
    font-size: .16rem;
}

.home-notice .item .tit {
    line-height: 1.7;
   height:.62rem;
  overflow:hidden;
}

.home-bg2 {
    background: url(../images/bg2.png)no-repeat center bottom;
    background-size: 100%;
    overflow: hidden;
    padding-top: .85rem;
    padding-bottom: .9rem;
}

.home-yuebao {
    margin-right: .25rem;
    margin-top: .35rem;
}

.home-yuebao .content {
    margin-top: .6rem;
    height: 5.2rem;
}

.home-yuebao .item {
    z-index: 10;
    padding-right: .5rem;
    padding-top: .35rem;
    padding-bottom: .3rem;
}

.home-yuebao .item .tit::before {
    content: '›';
    margin-right: .1rem;
}

.home-yuebao .item .des {
    display: none;
    color: #666;
    font-size: .14rem;
    line-height: 1.7;
    margin-top: .25rem;
   height:.48rem;
   overflow:hidden;
}

.home-yuebao .item .date {
    font-family: 'Bebas';
    font-size: .16rem;
    color: #666;
}

.home-yuebao .item.on .tit::before {
    display: none;
}

.home-yuebao .item.on .tit {
    color: #1D48B5;
    font-weight: bold;
    font-size: .2rem;
}

.home-yuebao .item.on .date {
    font-weight: bold;
    color: #1D48B5;
}

.home-yuebao .item.on .des {
    display: block;
}

.home-yuebao .item.on::after {
    content: '';
    position: absolute;
    left: -.4rem;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0 .1rem .2rem rgba(29, 72, 181, 0.2);
    z-index: -1;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-yujing {
    width: 5.6rem;
    z-index: 10;
    /* padding-top: .6rem; */
}

.home-yujing::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: -2.6rem;
    height: 7.4rem;
    background: url(../images/bg4.png)no-repeat left top;
    background-size: cover;
    z-index: -1;
}

.home-yujing .wrap {
    z-index: 9;
    background: #1D48B5 url(../images/tbg1.png)no-repeat right bottom;
    background-size: 100%;
    height: 5.8rem;
    padding: .35rem .6rem 0 .6rem;
    color: #FFF;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
}

.home-yujing .home-title .more,
.home-yujing .home-title .more::after {
    color: #FFF;
}

.home-yujing .content {
    margin-top: .4rem;
}

.home-yujing .item {
    color: #FFF;
    margin-top: .3rem;
    line-height: 1.3;
    margin-top: .5rem;
    height:.24rem;
    overflow:hidden;
    display:block;
   white-space:nowrap;
}

.home-yujing .mores {
    padding-right: .6rem;
    background: url(../images/more1.svg)no-repeat right center;
    background-size: .5rem;
    color: #FFF;
    font-size: .16rem;
    line-height: .24rem;
    margin-top: .6rem;
}

.kefu {
    width: 1.4rem;
    position: fixed;
    right: .5rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .08);
    z-index: 10;
    bottom: 10%;
    overflow: hidden;
    background-color: #FFF;
}

.kefu .title {
    background-color: #1D48B5;
    color: #FFF;
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.kefu .con {
    padding: 0 .2rem;
}

.kefu .tel {
    background: url(../images/tel2.svg)no-repeat left .05rem;
    padding-left: .25rem;
    background-size: .16rem;
    color: #1D48B5;
    margin-top: .2rem;
}

.kefu .tel .num {
    font-size: .16rem;
}

.kefu .web {
    background: url(../images/web.svg)no-repeat left center;
    padding-left: .25rem;
    color: #666;
    background-size: .16rem;
    margin-top: .2rem;
}

.kefu .online {
    background: url(../images/kefu.svg)no-repeat left center;
    padding-left: .25rem;
    color: #666;
    background-size: .16rem;
    margin-top: .2rem;
}

.kefu .gotop {
    margin-top: .2rem;
    height: .44rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #F5F6F8;
    margin-top: .2rem;
    font-size: .16rem;
    cursor: pointer;
}

.kefu .gotop::before {
    content: '';
    background: url(../images/top.svg)no-repeat center;
    background-size: .12rem;
    width: .15rem;
    height: .15rem;
    margin-right: .1rem;
}

@media (min-width:1025px) {
    .home-ser .item:hover::after {
        content: '';
        position: absolute;
        left: -.1rem;
        right: -.1rem;
        z-index: -1;
        background-color: #FFF;
        overflow: hidden;
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        -o-border-radius: .1rem;
        box-shadow: 0 0 .1rem rgba(29, 72, 181, 0.2);
        top: 0;
        height: 100%;
    }
    .home-ser .item:hover .icon {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    .home-dt .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-notice .item:hover {
        background-color: #1D48B5;
    }
    .home-notice .item:hover .date span,
    .home-notice .item:hover .tit,
    .home-notice .item:hover .month {
        color: #FFF;
    }
    .home-notice .item:hover .date {
        color: #00B9EF;
    }
    .home-yujing .item:hover,
    .home-yujing .mores:hover {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination-bullet-active {
        font-size: 12px;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }
    .banner .pc,
    .kefu {
      display: none;  
  
    }

    .kefu1 {
      display:block !important;
      font-size:.16rem;
    }


    .banner .mb {
        display: block;
    }
    .home-ser .title-con {
        line-height: 40px;
    }
    .home-ser .title-con .title,
    .home-title .title {
        font-size: 24px;
    }
    .home-ser .title-con .con span {
        font-size: 14px;
        width: auto;
        padding: 0 15px;
    }
    .home-ser .item .tit,
    .home-title .more,
    .home-dt .item .des,
    .home-dt .item .name,
    .home-notice .item .date .month,
    .home-notice .item .date,
    .home-yuebao .item .des,
    .home-yuebao .item .date {
        font-size: 12px;
    }
    .home-ser .item {
        width: 16.666%;
    }
    .home-dt .item .date {
        font-size: 18px;
    }
    .home-dt .item .date span,
    .home-notice .item .date span {
        font-size: 36px;
    }
    .home-dt .item .des {
        height: 38px;
    }
    .home-dt .item .tit,
    .home-yuebao .item.on .tit,
    .home-yujing .mores {
        font-size: 14px;
    }
    .home-dt .item .name {
        line-height: 18px;
        height: 22px;
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
    }
}

@media (max-width:950px) {
    .home-dt {
        width: 100%;
        margin-right: 0;
    }
    .home-notice {
        margin-top: .3rem;
    }
    .home-dt .item .pic {
        width: 50%;
    }
    .home-notice .item {
        height: auto;
        padding: .3rem .2rem;
    }
    .home-yujing {
        width: 100%;
    }
    .home-yujing::after {
        display: none;
    }
    .home-yujing .wrap {
        height: auto;
        padding-bottom: .4rem;
    }
    .home-yuebao {
        margin-right: 0;
    }
    .home-yuebao .content {
        height: auto;
    }
    .home-yuebao .item.on .des,
    .home-yuebao .item.on::after {
        display: none;
    }
    .home-yuebao .item.on .tit,
    .home-yuebao .item.on .date {
        font-weight: normal;
    }
    .home-yuebao .item.on .tit::before {
        display: inline;
    }
    .home-yuebao .item {
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .home-ser .title-con .title {
        margin-right: .3rem;
    }
    .home-ser .title-con .con span {
        margin-right: 0;
    }
    .home-ser .item .icon {
        width: 50px;
        height: 50px;
    }
    .home-ser .item {
        width: 20%;
    }
}

@media (max-width:540px) {
    .home-ser .title-con {
        display: block;
    }
    .home-ser .title-con .con {
        margin-top: 10px;
    }
    .home-ser .title-con .con span {
        padding: 0 10px;
    }
    .home-ser .item {
        width: 25%;
    }
    .home-dt .item .pic {
        width: 100%;
        order: 1;
        padding-top: 60%;
    }
    .home-dt .item .text-con {
        margin-right: 0;
        order: 2;
        margin-top: .3rem;
        padding-bottom: .5rem;
    }
    .home-dt .item .tit,
    .home-dt .item .des {
        height: auto;
    }
}

.pub-bg {
    background: url(../images/bg1.png)no-repeat right bottom;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: .9rem;
    padding-top: .6rem;
}

aside {
    width: 2.4rem;
    background-color: #F2F5FC;
    padding-bottom: .5rem;
    margin-right: .4rem;
}

aside .title {
    line-height: .8rem;
    background-color: #1D48B5;
    color: #FFF;
    font-weight: bold;
    font-size: .26rem;
}

aside .menu {
    font-size: .2rem;
    line-height: .3rem;
}

aside .menu a {
    margin-top: .4rem;
}

aside .menu .on {
    color: #1D48B5;
    text-decoration: underline;
}

.pub-content {
    padding-top: .3rem;
}

.pub-title {
    font-size: .3rem;
    font-weight: bold;
    color: #1D48B5;
    line-height: 1.1;
    padding-left: .3rem;
    margin-right: .15rem;
}

.pub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 5px;
    background-color: #1D48B5;
    height: .35rem;
}

.p-crumbs .line {
    height: 1px;
    background-color: #D8D8D8;
    margin-right: .2rem;
}

.crumbs {
    background: url(../images/crumbs.svg)no-repeat left center;
    background-size: .17rem;
    padding-left: .25rem;
    color: #9E9E9E;
}

.crumbs a {
    color: #9E9E9E;
    margin-right: .05rem;
}

/* .crumbs a::after {
    content: '>>';
    margin-left: .05rem;
}  */

.jigou {
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.jigou .title {
    font-weight: bold;
    font-size: .3rem;
    line-height: 1.1;
}

.jigou .content {
    margin-top: .6rem;
}

.jigou .content .tit {
   text-align:center;
    background-color: #1D48B5;
    color: #FFF;
    font-size: .2rem;
    line-height: 1.8;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    width: 4.6rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.jigou .content .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    height: .7rem;
    width: 2px;
    background-color: #D8D8D8;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -.7rem;
}

.jigou .content .sub {
    margin-top: .7rem;
    padding-top: .7rem;
}

.jigou .content .sub::after {
    content: '';
    position: absolute;
    left: 1.33rem;
    right: 1.33rem;
    height: 2px;
    top: 0;
    background-color: #D8D8D8;
}
@media screen and(-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .jigou .content .sub::after {
        content: '';
        position: absolute;
        left: 1.33rem;
        right: 1.46rem;
        height: 2px;
        top: 0;
        background-color: #D8D8D8;
    }
}
.jigou .content .sub span {
    width: 2.66rem;
    color: #FFF;
    line-height: .99rem;
    background-color: #1D48B5;
    font-size: .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.jigou .content .sub span::after {
    content: '';
    position: absolute;
    left: 50%;
    height: .7rem;
    width: 2px;
    background-color: #D8D8D8;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: -.7rem;
}

@media (min-width:1025px) {
    aside .menu a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    aside {
        display: none;
    }
    .pub-title {
        font-size: 24px;
    }
    .jigou .title {
        font-size: 20px;
    }
    .jigou .content .tit,
    .jigou .content .sub span {
        font-size: 14px;
    }
    .jigou .content .tit {
        height: 70px;
        width: 250px;
    }
    .jigou .content .sub span {
        width: 22%;
        line-height: 60px;
    }
    .jigou .content .sub::after {
        left: 11%;
        right: 11%;
    }
}

@media (max-width:767px) {
    .crumbs,
    .p-crumbs .line {
        display: none;
    }
    .jigou {
        margin-bottom: 0;
    }
    .jigou .content {
        margin-top: .3rem;
    }
}

@media (max-width:680px) {
    .jigou .content .sub::after {
        left: 30px;
        right: 30px;
    }
    .jigou .content .sub span {
        width: 60px;
        writing-mode: vertical-rl;
        height: 240px;
    }
}

.text-list {
    margin-top: .4rem;
}

.text-list .item {
    border-bottom: 1px dashed #C4D1E5;
    line-height: .75rem;
    padding-right: .1rem;
    z-index: 20;
}

.text-list .item .tit {
    margin-right: .3rem;
    background: url(../images/arrow1.svg)no-repeat 10px center;
    padding-left: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list .item .date {
    font-size: .16rem;
    color: #9E9E9E;
}

.page {
    margin-top: .8rem;
    font-size: .16rem;
}

.page a {
    width: .3rem;
    line-height: .3rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 .05rem;
    border: 1px #CECECE solid;
}

.page .home,
.page .last {
    border: 0;
    width: auto;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .12rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #1D48B5;
    color: #FFF;
    border-color: #1D48B5;
}

.details {
    margin-top: .35rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.5;
}

.details .info {
    background-color: rgba(0, 0, 0, .04);
    line-height: .5rem;
    font-size: .14rem;
    color: #5A5A5A;
    margin-top: .2rem;
}

.details .info span {
    margin-right: .3rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 1.8;
    font-size: .16rem;
    margin-top: .25rem;
    border-bottom: 1px rgba(183, 183, 183, 0.49) solid;
    padding-bottom: .3rem;
    text-indent:2em;
}

.details .body img {
    max-width: 100%;
}

.details .prev {
    font-size: .16rem;
    line-height: 2;
    margin-top: .15rem;
}

.details .prev span {
    font-weight: bold;
    color: #1D48B5;
}

@media (min-width:1025px) {
    .text-list .item:hover {
        padding-left: .15rem;
    }
    .text-list .item:hover::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: -1px;
        bottom: -1px;
        z-index: -1;
        background-color: #FFF;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.14);
    }
    .page a:hover {
        background: #1D48B5;
        color: #FFF;
        border-color: #1D48B5;
    }
    .page .home:hover,
    .page .last:hover {
        background: none;
        color: #333;
    }
    .page .prev:hover,
    .page .next:hover {
        background: url(../images/arrow.svg)no-repeat center;
        border-color: #CECECE;
        background-size: .12rem;
    }
}

@media (max-width:1199px) {
    .text-list .item .date,
    .page a {
        font-size: 12px;
    }
    .page a {
        width: 24px;
        line-height: 24px;
        margin: 0 5px;
    }
    .text-list .item .tit {
        background-size: 6px;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .prev,
    .details .body {
        font-size: 14px;
    }
}

.works .title {
    font-weight: bold;
    font-size: .3rem;
    line-height: 1.1;
    margin-top: .5rem;
}

.works .box {
    margin-top: .4rem;
}

.works .card {
    background-color: #FFF;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .08);
    height: 2.3rem;
    margin-top: .2rem;
    padding: .4rem .6rem;
    line-height: 2;
}

.works .card .name {
    color: #1D48B5;
}

.works .title-con {
    margin-top: .2rem;
    padding-left: .9rem;
    padding-right: .9rem;
}

.works .title-con span {
    width: 2.2rem;
    line-height: .6rem;
    background-color: #F1F5FF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: .6rem;
    margin-top: .2rem;
    cursor: pointer;
}

.works .title-con span:nth-of-type(3n) {
    margin-right: 0;
}

.works .title-con span.on {
    color: #FFF;
    background-color: #1D48B5;
}

.works .content {
    margin-top: .3rem;
    line-height: 2;
}

.works .content .text strong,
.works .content .text span {
    margin-right: .2rem;
}

.works .content .text span:last-child {
    margin-right: 0;
}

.works .content .txt {
    font-size: .16rem;
    margin-top: .2rem;
}

@media (max-width:1199px) {
    .works .title {
        font-size: 20px;
    }
    .works .card {
        height: auto;
    }
    .works .title-con span {
        width: 30%;
        margin-right: 3%;
        line-height: 40px;
    }
    .works .content .txt {
        font-size: 12px;
    }
}

@media (max-width:540px) {
    .works .title-con {
        padding-left: 0;
        padding-right: 0;
    }
}

.pb_sys_style1 .p_no_d {
       border: 1px solid #1d48b5 !important;
      background-color: #1d48b5 !important;
}


.details .body img {display:block;margin: 0 auto; max-width:100%;height:auto !important;}
.details .body video {display:block;margin:0 auto;max-width:100%;height:auto !important;}
.details .body iframe {display:block;margin:0 auto;max-width:100%;max-height:100%;}
.v_news_content a {word-wrap:break-word;}
.details .body table {margin:0 auto;max-width:100%;overflow-x:auto;}
@media (max-width:750px) {
    .home-yujing .item {height:.32rem;}
}