@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
@media (min-width: 1920px) and (max-width: 2560px){
table{
 width: 100% !important;    font-size: 13px !important;
    
}
}
@media (min-width: 1400px) and (max-width: 1600px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 640px) and (max-width: 1399px) {
table{
 width: 100% !important;    font-size: 13px !important;
    text-align: center !important;
}
}
@media (min-width: 471px) and (max-width: 639px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 font-size: 13px; }
}
@media (min-width: 329px) and (max-width: 470px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 nowrap;font-size: 12px;}

}
@media (max-width: 328px) {

 table{display: flex;
 overflow-x: auto;
 width: 100% !important;
 white-space: nowrap;font-size: 12px;}

}
li {
    list-style: none;
}
#vsb_content_500 P{  
    line-height: 36px!important;
    font-size: 16px!important;}
#vsb_content_2 P{  
    line-height: 36px!important;
    font-size: .16rem!important;}
.pb_sys_style1 .p_no_d{border: 1px solid #0F437F!important;
    color: #fff;
    background-color: #0F437F!important;}

/*全局样式*/

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;
    }
}


/*= 清除浮动=*/

.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%;
}


/*原文件配置*/

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0F437F;
}


/*块级转化*/

.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 {
    margin-left: auto;
    margin-right: auto;
    max-width: 19.2rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    width: 100%;
    background-color: #0F437F;
}

.header .head {
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    height: 1.2rem;
}

.header .logo img {
    height: .69rem;
    margin-right: .3rem;
}

.header .logo .logo-text {
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .24rem;
    width: 5.1rem;
}

.header .head .search {
    width: 3.2rem;
    height: .51rem;
    background-color: rgba(255, 255, 255, .95);
}

.header .head .search input[type='text'] {
    padding-left: .2rem;
    background: none;
}

.header .head .search input[type='submit'] {
    background: url(../images/search.svg)no-repeat center;
    width: .5rem;
}

.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: .68rem;
    color: #FFF;
    font-size: .2rem;
    font-weight: bold;
}

.nav .drop {
    left: -.5rem;
    right: -.5rem;
    top: .68rem;
    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: 3;
    white-space: nowrap;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .15);
    font-size: .16rem;
    text-align: center;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: .35rem;
    padding-bottom: .2rem;
}

.footer a {
    color: #FFF;
}

.footer .erwma {
    width: 1.25rem;
    margin-right: .3rem;
}

.footer .erwma .pic {
    overflow: hidden;
    height: 1.25rem;
}

.footer .erwma .pic img {
    width: 100%;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma .tit {
    line-height: 1.2;
    margin-top: .15rem;
}

.footer .copyright {
    font-size: .14rem;
    line-height: 2;
    padding-top: .25rem;
    border-top: 1px rgba(255, 255, 255, .1) solid;
    margin-top: .3rem;
}

.footer .f-info li {
    margin-right: .7rem;
}

.footer .f-info li:last-child {
    margin-right: .4rem;
}

.footer .f-info li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.footer .f-info .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.1;
}

.footer .f-info .sub {
    font-size: .16rem;
    line-height: 2.2;
    margin-top: .2rem;
}

.footer .f-info .sub a {
    width: 33.333%;
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
}

@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);
    }
    .footer a:hover {
        opacity: .7;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        position: sticky;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .header .head .search {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav-con .search {
        display: flex;
        border: 1px #0F437F solid;
        height: 42px;
    }
    .nav-con .search input[type='text'] {
        padding-left: 15px;
        font-size: 14px;
    }
    .nav-con .search input[type='submit'] {
        width: 40px;
        background: url(../images/search.svg)no-repeat center;
        background-size: 24px;
    }
    .nav {
        display: block;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: 58px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 58px;
        width: 60px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        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;
        padding: 0 .2rem;
        box-shadow: none;
        font-size: 14px;
    }
    .footer .f-info .tit {
        font-size: 16px;
    }
    .footer .f-info .sub {
        font-size: 13px;
    }
    .footer .copyright {
        font-size: 12px;
    }
    .footer .erwma-con,
    .footer .f-info li:last-child::after {
        display: none;
    }
    .footer .f-info li:last-child {
        margin-right: 0;
    }
}

@media (max-width:950px) {
    .footer .f-info {
        display: block;
    }
    .footer .f-info li {
        width: 100%;
        margin-right: 0;
    }
    .footer .f-info li::after {
        display: none;
    }
    .footer .f-info .tit {
        line-height: 40px;
        border-bottom: 1px rgba(255, 255, 255, .1) solid;
        font-size: 16px;
    }
    .footer .copyright {
        margin-top: 0;
        border-top: 0;
    }
}

@media (max-width:767px) {
    .header .head {
        height: 60px;
    }
    .header .logo img {
        height: 26px;
    }
    .header .logo .logo-text {
        font-size: 13px;
        width: 210px;
    }
    .nav-con {
        top: 60px;
    }
    .footer {
        padding-top: .2rem;
    }
}

@media (max-width:540px) {
    .footer .f-info .sub a {
        width: 50%;
    }
    .footer .copyright br {
        display: none;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.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, .4));
    z-index: 2;
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    opacity: .3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner .swiper-pagination-bullet-active {
    width: .4rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 1;
}

.banner .mb-show {
    display: none;
}

.home-title .title {
    align-items: flex-end;
    line-height: 1.1;
}

.home-title .cn {
    font-size: .32rem;
    color: #0F437F;
    font-weight: bold;
    margin-right: .1rem;
}

.home-title .cn::after {
    content: '/';
    color: #D9E0E7;
    font-weight: normal;
    margin-left: .1rem;
}

.home-title .en {
    text-transform: uppercase;
    color: #9E9E9E;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: .4rem;
    border: 1px #0F437F solid;
    padding: 0 .2rem;
    font-size: .16rem;
    color: #0F437F;
}

.home-info {
    margin-top: .75rem;
}

.home-info .content {
    margin-top: .55rem;
}

.home-info .swiper-container {
    padding-top: .15rem;
    padding-bottom: .1rem;
}

.home-info .pic {
    overflow: hidden;
    padding-top: 65%;
}

.home-info .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-info .pic span {
    position: absolute;
    left: .2rem;
    top: .2rem;
    background-color: #0F437F;
    color: #FFF;
    font-size: .14rem;
    line-height: .26rem;
    border-radius: .13rem;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    -ms-border-radius: .13rem;
    -o-border-radius: .13rem;
    padding: 0 .15rem;
}

.home-info .text-con {
    padding: .1rem .2rem;
}

.home-info .tit {
    font-family: "SourceHanSans-Medium";
    line-height: 1.6;
    height: .54rem;
}

.home-info .des {
    color: #666;
    font-size: .16rem;
    margin-top: .1rem;
}

.home-info .swiper-slide {
    border-bottom: 1px #D2D2D2 solid;
    padding-bottom: .15rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-info .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #0F437F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-info .swiper-button-prev,
.home-info .swiper-button-next {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    background: #FFF url(../images/prev.png)no-repeat center;
    background-size: 100%;
}

.home-info .swiper-button-prev {
    left: -.6rem;
}

.home-info .swiper-button-next {
    right: -.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-bg1 {
    height: 8.75rem;
    width: 100%;
    background: url(../images/bg1.png)no-repeat center top;
    background-size: cover;
    margin-top: .7rem;
    padding-top: .7rem;
}

.home-bg1 .content {
    width: 47%;
}

.home-bg1 .home-title .cn::after {
    color: #0F437F;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot?#iefix') format('embedded-opentype'), url() format('woff2'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.woff') format('woff'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf') format('truetype');
}

.home-bg1 .con {
    margin-top: .5rem;
}

.home-bg1 .item {
    padding-top: .3rem;
    padding-bottom: .27rem;
    padding-left: .2rem;
    padding-right: .9rem;
    border-bottom: 1px rgba(15, 67, 127, .1) solid;
}

.home-bg1 .item:first-child {
    border-top: 1px rgba(15, 67, 127, .1) solid;
}

.home-bg1 .item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .3rem;
    height: .14rem;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-bg1 .item .date {
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    font-size: .24rem;
    white-space: nowrap;
    margin-right: .3rem;
    color: #000;
}

@media (min-width:1025px) {
    .nav li:hover>a::after {
        width: 100%;
    }
    .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: #1d50a2;
        color: #FFF;
    }
    .footer a:hover {
        opacity: .7;
    }
}
.nav li>a::after{    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 2px;
    background-color: #FFF;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;}
.home-bg1 .item .date span:first-child {
    margin-right: .2rem;
}

.home-bg1 .item .date::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    -webkit-transform: translate(-50%, -50%) rotate(60deg);
    -moz-transform: translate(-50%, -50%) rotate(60deg);
    -ms-transform: translate(-50%, -50%) rotate(60deg);
    -o-transform: translate(-50%, -50%) rotate(60deg);
    background-color: #353535;
    width: 1px;
    height: .18rem;
}

.home-bg1 .item .tit {
    line-height: 1.55;
    color: #333;
}

.home-bg1 .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0F437F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-bg2 {
    background: url(../images/bg2.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .6rem;
}

.home-tool {
    margin-top: -.75rem;
}

.home-tool .card {
    height: 1.4rem;
    width: 19%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-tool .card .icon {
    height: .46rem;
}

.home-tool .card .icon img {
    max-height: 100%;
}

.home-tool .card .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: .15rem;
    color: #FFF;
}

.home-tool .card:nth-child(1) {
    background-image: url(../images/tbg1.png);
}

.home-tool .card:nth-child(2) {
    background-image: url(../images/tbg2.png);
}

.home-tool .card:nth-child(3) {
    background-image: url(../images/tbg3.png);
}

.home-tool .card:nth-child(4) {
    background-image: url(../images/tbg4.png);
}
.home-tool .card:nth-child(5) {
    background-image: url(../images/tbg6.png);
}
.home-news {
    width: 47%;
    margin-top: .8rem;
}

.home-news .content {
    margin-top: .45rem;
}

.home-news .card {
    width: 100%;
    overflow: hidden;
}

.home-news .card .pic {
    width: 2.9rem;
    padding-top: 27.8%;
    overflow: hidden;
}

.home-news .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .card .text-con {
    background-color: #F3F6FA;
    padding: .3rem;
}

.home-news .card .tit {
    line-height: 1.1;
}

.home-news .card .des {
    color: #959595;
    line-height: 1.9;
    font-size: .14rem;
    margin-top: .2rem;
}

.home-news .card .date {
    font-size: .14rem;
    color: #0F437F;
    margin-top: .16rem;
}

.home-news .card .date span {
    margin-right: .1rem;
}

.home-news .card .date .line {
    height: 1px;
    margin-right: 5px;
    background-color: #DCDCDC;
}

.home-news .card .date .line::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border: 1px #DCDCDC solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news .con .item {
    border-bottom: 1px rgba(15, 67, 127, .1) dotted;
    padding-top: .28rem;
    padding-bottom: .28rem;
}

.home-news .con .item .tit {
    padding-left: 20px;
    background: url(../images/dot.png)no-repeat left center;
    line-height: 1.1;
    margin-right: .3rem;
}

.home-news .con .item .date {
    font-size: .14rem;
    color: #0F437F;
}

.home-honor {
    margin-top: .65rem;
}

.home-honor .content {
    margin-top: .4rem;
    padding-bottom: .3rem;
}

.home-honor .swiper-container {
    border: 1px #D5D5D5 solid;
    padding: .3rem;
}

.home-honor .swiper-slide .pic {
    overflow: hidden;
    padding-top: 63%;
    border: 8px #FFF solid;
}

.home-honor .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-honor .swiper-slide .tit {
    line-height: 1.1;
    margin-top: .3rem;
}

.home-honor .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.3rem;
    height: 3px;
    width: 0;
    background-color: #0F437F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-honor .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.home-honor .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #0F437F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 1;
    margin: 0 .05rem;
}

.home-honor .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px #0F437F solid;
}

@media (min-width:1025px) {
    .home-info .swiper-slide:hover {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
        transform: translateY(-.15rem);
        -webkit-transform: translateY(-.15rem);
        -moz-transform: translateY(-.15rem);
        -ms-transform: translateY(-.15rem);
        -o-transform: translateY(-.15rem);
    }
    .home-info .swiper-slide:hover .pic img,
    .home-news .card:hover .pic img,
    .home-honor .swiper-slide: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-info .swiper-slide:hover .tit,
    .home-news .card:hover .tit,
    .home-honor .swiper-slide:hover .tit {
        font-weight: 700;
    }
    .home-info .swiper-slide:hover::after,
    .home-bg1 .item:hover::after,
    .home-honor .swiper-slide:hover::after {
        width: 100%;
    }
    .home-info .swiper-button-prev:hover,
    .home-info .swiper-button-next:hover {
        background-image: url(../images/prev-hover.png);
    }
    .home-bg1 .item:hover::before {
        background-image: url(../images/arrow3.svg);
    }
    .home-bg1 .item:hover::before .tit {
        font-weight: bold;
        color: #353535;
    }
    .home-title .more:hover {
        background-color: #0F437F;
        color: #FFF;
    }
    .home-news .card:hover .text-con {
        background: url(../images/tbg5.png)no-repeat right bottom;
        background-size: cover;
    }
    .home-news .card:hover .tit,
    .home-news .card:hover .date {
        color: #FFF;
    }
    .home-news .card:hover .des {
        color: rgba(255, 255, 255, .8);
    }
    .home-news .con .item:hover .tit {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .banner .pc-show {
        display: none;
    }
    .banner .mb-show {
        display: block;
    }
    .home-title {
        display: block;
    }
    .home-info .swiper-button-prev,
    .home-info .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .home-info .swiper-button-next {
        right: 10px;
    }
    .home-info .swiper-button-prev {
        left: 10px;
    }
    .home-info .pic span {
        font-size: 12px;
        line-height: 24px;
    }
    .home-title .more,
    .home-info .des,
    .home-news .card .des,
    .home-news .card .date,
    .home-news .con .item .date {
        font-size: 12px;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-info .tit {
        height: 48px;
    }
    .home-bg1 .item .date {
        font-size: 20px;
    }
    .home-tool .card .tit {
        font-size: 16px;
    }
    .home-honor .swiper-container {
        padding: .2rem;
    }
}

@media (max-width:950px) {
    .home-bg1 {
        height: auto;
    }
    .home-bg1 .content,
    .home-news {
        width: 100%;
    }
    .home-bg1 .content:last-child {
        margin-top: .4rem;
    }
    .home-tool {
        margin-top: 0;
    }
    .home-tool .card {
        margin-top: .3rem;
    }
    .home-tool .card .tit {
        font-size: 14px;
    }
    .home-news .card .pic {
        width: 50%;
    }
}

@media (max-width:767px) {
    .home-info .content {
        margin-top: .3rem;
    }
    .home-title .cn {
        font-size: 20px;
    }
    .home-tool .card {
        width: 48%;
    }
}

@media (max-width:540px) {
    .home-news .card .pic {
        width: 100%;
        padding-top: 65%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.wrap {
    padding-bottom: .7rem;
    padding-top: .45rem;
}

.page {
    margin-top: .7rem;
    color: #999;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: .3rem;
    padding: 0 .1rem;
    margin: 0 .05rem;
    color: #999;
}

.page .home,
.page .last {
    border: 0;
}

.page .prev,
.page .next {
    height: .3rem;
    width: .3rem;
    border: 0;
    background: url(../images/prev.svg)no-repeat center;
    margin: 0;
}

.page .next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page a.on {
    background: #0F437F;
    color: #FFF;
}

.pub-title {
    border-bottom: 1px #eee solid;
}

.pub-title .title {
    font-size: .28rem;
    line-height: 1.1rem;
}

.pub-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0F437F;
    z-index: 9;
}

.crumbs {
    font-size: .16rem;
    color: #BBB;
}

.crumbs a {
    color: #666;
}

.crumbs span {
    color: #0F437F;
}

.sidebar {
    width: 3.2rem;
    margin-right: .8rem;
    background-size: 100%;
}

.sidebar .title {
    font-size: .32rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.1rem;
    padding-left: .65rem;
    background-color: #0F437F;
}

.sidebar li {
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    line-height: .7rem;
    padding-left: .4rem;
}

.sidebar li.on {
    font-weight: bold;
}

.sidebar li.on a {
    color: #0F437F;
}

.img-list .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .3rem;
    border-bottom: 1px #D2D2D2 solid;
    padding-bottom: .15rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.img-list .item .pic {
    overflow: hidden;
    padding-top: 65%;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .pic span {
    position: absolute;
    left: .2rem;
    top: .2rem;
    background-color: #0F437F;
    color: #FFF;
    font-size: .14rem;
    line-height: .26rem;
    border-radius: .13rem;
    -webkit-border-radius: .13rem;
    -moz-border-radius: .13rem;
    -ms-border-radius: .13rem;
    -o-border-radius: .13rem;
    padding: 0 .15rem;
}

.img-list .item .text-con {
    padding: .1rem 0;
}

.img-list .item .tit {
    font-family: "SourceHanSans-Medium";
    line-height: 1.6;
    height: .54rem;
}

.img-list .item .des {
    color: #666;
    font-size: .16rem;
    margin-top: .1rem;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #0F437F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list .item {
    padding: .3rem 0;
    border-bottom: 1px dashed #E8E8E8;
}

.text-list .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #0F437F;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list .item .date {
    font-family: Arial;
    color: #C5C5C5;
    font-size: .16rem;
    margin-right: .5rem;
}

.text-list .item .date span {
    font-size: .28rem;
    font-weight: bold;
    color: #0F437F;
}

.text-list .item .des {
    font-size: .14rem;
    color: #C5C5C5;
    margin-top: .1rem;
}

.details h1 {
    z-index: 11;
    font-weight: normal;
    font-size: .24rem;
    margin-top: .3rem;
}

.details .info {
    color: #999;
    font-size: .14rem;
    margin-top: .2rem;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    padding-bottom: .2rem;
}

.details .info span {
    margin-right: .3rem;
}

.details .body {
    margin-top: .3rem;
    
    font-size: .16rem!important;
}

.details .body p {
    text-indent: .36rem;
}

.details .body img {
    max-width: 95%;
    margin-top: .1rem;height:auto!important;
}

.details .prev {
    border-top: 1px #EEEEEE solid;
    margin-top: .5rem;
    padding-top: .3rem;
    padding-left: .2rem;
    font-size: .16rem;
    line-height: 2;
}

.details .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 4px;
    width: 1.2rem;
    background: #0F437F;
}

.details .prev span {
    color: #0F437F;
}

.about {
    margin-top: .4rem;
    overflow: hidden;
}

.about .pic {
    width: 4.6rem;
    float: left;
    margin-right: .4rem;
}

.about img {
    max-width: 100%;
}

.about .title {
    font-size: .29rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #1d50a2;
    text-indent: .32rem;
}

.about .text {
    font-size: .16rem;
    line-height: 2.2;
}

.about .text p {
    text-indent: .32rem;
    margin-top: .1rem;
}

.about .text h4 {
    font-size: .18rem;
    margin-top: .3rem;
}

.about .text>img {
    margin-top: .2rem;
}

.about .num-con {
    width: 100%;
    height: 1.87rem;
    background: #0F437F;
    background-size: 100% 100%;
    margin-top: .3rem;
    color: #FFF;
    padding-left: .7rem;
    padding-right: .6rem;
    padding-bottom: 10px;
}

.about .num-con .num {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .26rem;
}

.about .num-con .num .counter {
    font-size: .38rem;
}

.about .num-con .txt {
    font-size: .16rem;
}

.about .num-con .item::after {
    content: '';
    position: absolute;
    right: -.5rem;
    top: 50%;
    width: 1px;
    height: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
}

.about .num-con .item:last-child::after {
    display: none;
}

@media (min-width:1025px) {
    .img-list .item:hover::after,
    .text-list .item:hover::before {
        width: 100%;
    }
    .img-list .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);
    }
    .text-list .item:hover .tit {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .sidebar {
        display: none;
    }
    .pub-title .title {
        font-size: 24px;
    }
    .crumbs,
    .img-list .item .pic span,
    .img-list .item .des,
    .page,
    .text-list .item .des,
    .text-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .img-list .item .pic span {
        line-height: 24px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .img-list .item .tit {
        height: 45px;
    }
    .page {
        margin-top: .4rem;
    }
    .text-list .item .date {
        margin-right: .3rem;
    }
    .text-list .item .date span {
        font-size: 20px;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .body,
    .details .prev,
    .about .text,
    .about .num-con .txt {
        font-size: 14px;
    }
    .about .num-con .num .counter {
        font-size: 24px;
    }
    .about .text h4 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .img-list .item {
        width: 49%;
    }
    .img-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .img-list .item:nth-child(even) {
        margin-right: 0;
    }
    .about .num-con {
        height: auto;
        padding: .2rem .3rem;
    }
    .about .num-con .item {
        width: 50%;
        margin-top: .1rem;
        margin-bottom: .1rem;
    }
    .about .num-con .item::after {
        display: none;
    }
}

@media (max-width:540px) {
    .wrap {
        padding-top: 0;
    }
    .pub-title .title {
        font-size: 18px;
    }
    .img-list .item {
        width: 100%;
        margin-right: 0;
    }
    .img-list .item .tit {
        height: auto;
    }
    .about .pic {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .about .text {
        margin-top: .3rem;
    }
}