@charset "UTF-8"; /*!****** lib.css *******/
/*!-----------------[初始化]--------------*/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul {
    list-style: none
}

q:after,q:before {
    content: ''
}

fieldset,img {
    border: 0
}

abbr,acronym {
    border: 0
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-c,.col-l,.col_c,.col_l,.l {
    float: left
}

.col-r,.col_r,.r {
    float: right
}

.c {
    clear: both
}

.fix {
    zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

em {
    font-weight: 400;
    font-style: normal
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

img {
    max-width: 100%;
    border: none
}

input,select,textarea {
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

/*!-----------------[初始化结束]--------------*/
@font-face {
    font-family: SourceHanSerifCN-Medium;
    src: url(../fonts/SourceHanSerifCN-Medium.otf)
}

.wp {
    width: 95%;
    max-width: 15.2rem;
    margin: 0 auto;
}

/*!******************************
    -------[=头部]-------
********************************/
/*!******************************
    -------[=导航]-------
********************************/
.menuBtn {
    display: none;
    position: fixed;
    top: .24rem;
    right: .24rem;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: .06rem;
    background-color: #fff;
    margin: .08rem 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.08rem;
    width: .6rem
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

/*!******************************
    -------[=底部]-------
********************************/
/*!******************************
    -------[=公用]-------
********************************/
.g-cur {
    border-bottom: 1px solid #cfd5e0;
    overflow: hidden;
    padding: .45rem 0 .3rem;
    text-align: right
}

.cur,.cur a {
    font-size: .16rem;
    color: #323232
}

.cur {
    display: inline-block;
    vertical-align: middle;
    padding-left: .3rem;
    line-height: 2;
    background: url(../images/cur.png) no-repeat left center;
    -webkit-background-size: .19rem auto;
    -moz-background-size: .19rem auto;
    -ms-background-size: .19rem auto;
    -o-background-size: .19rem auto;
    background-size: .19rem auto
}

.cur a:hover {
    color: #094cd0
}

.pages {
    text-align: center;
    font-size: 0;
    padding: .4rem 0 1rem
}

.pages ul {
    display: inline-block
}

.pages ul li {
    float: left;
    margin: 0 .07rem
}

.pages ul li a,.pages ul li span {
    display: block;
    height: .44rem;
    line-height: .42rem;
    text-align: center;
    font-size: .16rem;
    color: #656565;
    border: .01rem solid #dbdbdb;
    padding: 0 .05rem;
    min-width: .44rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.pages ul a:hover,.pages ul li.on a {
    background-color: #1a49cc;
    border-color: #1a49cc;
    color: #fff
}

.pages ul li.next,.pages ul li.prev {
    min-width: 1.51rem
}

@media screen and (max-width: 1200px) {
    .menuBtn {
        display:block
    }

    .g-cur {
        text-align: left
    }

    .cur,.cur a,.pages ul li a,.pages ul li span {
        font-size: .24rem
    }
}

@media (min-width: 320px) {
    html {
        font-size:43.6667px
    }
}

@media (min-width: 360px) {
    html {
        font-size:48px
    }
}

@media (min-width: 375px) {
    html {
        font-size:50px
    }
}

@media (min-width: 384px) {
    html {
        font-size:51.2px
    }
}

@media (min-width: 414px) {
    html {
        font-size:55.2px
    }
}

@media (min-width: 448px) {
    html {
        font-size:59.7333px
    }
}

@media (min-width: 480px) {
    html {
        font-size:48px
    }
}

@media (min-width: 512px) {
    html {
        font-size:68.2667px
    }
}

@media (min-width: 544px) {
    html {
        font-size:72.5333px
    }
}

@media (min-width: 576px) {
    html {
        font-size:76.8px
    }
}

@media (min-width: 608px) {
    html {
        font-size:81.0667px
    }
}

@media (min-width: 640px) {
    html {
        font-size:85.3333px
    }
}

@media (min-width: 750px) {
    html {
        font-size:100px
    }
}

@media (min-width: 1280px) {
    html {
        font-size:66.6667px
    }
}

@media (min-width: 1360px) {
    html {
        font-size:70.8333px
    }
}

@media (min-width: 1366px) {
    html {
        font-size:71.1458px
    }
}

@media (min-width: 1400px) {
    html {
        font-size:72.9167px
    }
}

@media (min-width: 1440px) {
    html {
        font-size:75px
    }
}

@media (min-width: 1600px) {
    html {
        font-size:83.3333px
    }
}

@media (min-width: 1680px) {
    html {
        font-size:87.5px
    }
}

@media (min-width: 1920px) {
    html {
        font-size:100px
    }
}

/*!****** lib.css end *******/
/*!****** bl *******/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    height: 1.24rem;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,.15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.88rem;
    pointer-events: none;
    background: url(../images/hd-mk.png) no-repeat top center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.header.fixed {
    background: url(../images/hd-bg.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.header.fixed::after {
    opacity: 0
}

.header.ani {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header>.wp {
    position: relative;
    z-index: 22
}

.logo {
    float: left;
    line-height: 1.24rem;
    font-size: 0
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    min-height: .63rem;
}

.h-r {
    float: right;
    padding-top: .12rem
}

.h-opts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.h-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.h-links .a {
    font-size: .14rem;
    color: rgba(255,255,255,.8);
    position: relative;
    padding-right: .15rem;
    margin-right: .15rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.h-links .a:hover {
    color: #fff
}

.h-links .a::after {
    content: "";
    display: block;
    width: 1px;
    height: .12rem;
    background-color: #fff;
    opacity: .2;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.06rem
}

.nav {
    float: right
}

.nav li {
    float: left;
    position: relative;
    padding: 0 .18rem
}

.nav li:last-child {
    padding-right: 0
}

.nav .icondrop {
    display: none
}

.nav .v1 {
    font-size: .18rem;
    color: #fff;
    position: relative;
    display: block;
    line-height: .48rem
}

.nav .v1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0062a9;
    height: 2px;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.nav .ok .v1::after,.nav .on .v1::after {
    opacity: 1
}

.nav .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 0 .1rem;
    display: none
}

.nav .sub .v2 {
    display: block;
    font-size: .16rem;
    color: #333;
    line-height: .4rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 0 .1rem;
    border-bottom: 1px solid #eee;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.nav .sub .v2:last-child {
    border-bottom: none
}

.nav .sub .v2:hover {
    background-color: #fff;
    color: #0062a9
}

.h-so {
    position: relative;
    z-index: 3
}

.h-so .icon {
    padding-left: .24rem;
    height: .4rem;
    line-height: .4rem;
    background: url(../images/h-i1.png) no-repeat left center;
    -webkit-background-size: .16rem .16rem;
    -o-background-size: .16rem;
    background-size: .16rem;
    cursor: pointer;
    position: relative;
    font-size: .14rem;
    color: #fff
}

.h-so .so-pop {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #eee;
    display: none
}

.h-so .so-pop .inp {
    display: block;
    width: 2.5rem;
    height: .4rem;
    padding: 0 .5rem 0 .1rem;
    background-color: #fff;
    font-size: .16rem;
    color: #333
}

.h-so .so-pop .btn {
    display: block;
    /* background: #0062a9 url(../images/h-i1.png) no-repeat center; */
    background: #1d5adc;
    -webkit-background-size: .2rem .2rem;
    -o-background-size: .2rem;
    background-size: .2rem;
    position: absolute;
    top: 0;
    right: 0;
    height: .4rem;
    width: .4rem
}

.footer {
    background: url(../images/ft-bg.png) no-repeat bottom center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.f-copy {
    text-align: center;
    color: rgba(255,255,255,.4);
    border-top: 1px solid rgba(255,255,255,.2);
    padding: .1rem 0;
    font-size: .16rem
}

.f-copy a {
    color: inherit
}

.f-top {
    font-size: 0;
    padding-bottom: .4rem;
    padding-top: 1.35rem
}

.f-top .col-l {
    float: none;
    width: 38%;
    display: inline-block;
    vertical-align: top
}

.f-top .col-r {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 62%;
    padding-right: 7%
}

.f-logo {
    display: inline-block;
    font-size: 0;
    margin-bottom: .3rem
}

.f-logo img {
    min-height: .63rem;
}

.f-txt {
    font-size: .18rem;
    color: #fcfcfc;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150%;
}

.f-txt .oh {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.f-txt .qr {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .85rem
}

.f-txt .qr img {
    display: block;
    width: 100%
}

.f-items {
    font-size: 0;
    margin: 0 -.2rem
}

.f-items .item {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.f-items .con {
    margin: 0 .2rem .4rem;
    border: 1px solid rgba(255,255,255,.2);
    padding: 0 .4rem 0 .3rem;
    background: url(../images/arr1.png) no-repeat 95% center;
    -webkit-background-size: .1rem .1rem;
    -o-background-size: .1rem;
    background-size: .1rem;
    position: relative;
    cursor: pointer
}

.f-items .s {
    font-size: .16rem;
    color: #fff;
    line-height: .6rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.f-items .box {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #0062a975;
    padding: .1rem;
    display: none;
    border: 1px solid rgba(255,255,255,.2);
}

.f-items .box .link {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 2;
    font-size: .14rem;
}

.f-items .box .link:hover {
    text-decoration: underline
}

.ban_in {
    position: relative
}

.ban_in .pic {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 0;
    padding-top: 31.25%;
    overflow: hidden
}

.ban_in::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.27rem;
    background: url(../images/ban-mk.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: none
}

.ban_in .txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .65rem;
    z-index: 2
}

.ban_in .ban-tit::after,.ban_in .ban-tit::before {
    display: none
}

.ban-tit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .5rem;
    position: relative
}

.ban-tit::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: .15rem;
    right: .12rem;
    height: 1px;
    background-color: #fff;
    opacity: .5
}

.ban-tit::before {
    content: "";
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: .12rem;
    height: .12rem;
    position: absolute;
    bottom: -.05rem;
    right: 0
}

.ban-tit .icn {
    display: inline-block;
    max-width: .68rem;
    margin-right: .2rem
}

.ban-tit .tit {
    font-size: .4rem;
    color: #fff;
    font-weight: 700
}

.ul-newsb1 {
    padding-top: .16rem
}

.ul-newsb1 .con {
    display: block;
    overflow: hidden;
    padding: .4rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ul-newsb1 .con:hover::after {
    opacity: 1
}

.ul-newsb1 .con:hover .d,.ul-newsb1 .con:hover .tit,.ul-newsb1 .con:hover .topbox .date {
    color: #fff
}

.ul-newsb1 .con:hover .desc,.ul-newsb1 .con:hover .y {
    color: rgba(255,255,255,.68)
}

.ul-newsb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/txt-bg1.png);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-newsb1 .pic {
    float: left;
    width: 3.5rem;
    height: 2.16rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-right: .4rem
}

.ul-newsb1 .pic .img {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.ul-newsb1 .txt {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-top: .06rem
}

.ul-newsb1 .topbox {
    overflow: hidden
}

.ul-newsb1 .topbox .date {
    float: right
}

.ul-newsb1 .date {
    font-size: .18rem;
    color: #153cb4;
    margin-bottom: .08rem;
    font-family: SourceHanSerifCN-Medium
}

.ul-newsb1 .date .d {
    font-weight: 700;
    font-size: .28rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-right: .06rem
}

.ul-newsb1 .date .y {
    color: rgba(21,60,180,.68);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-newsb1 .tit {
    font-size: .18rem;
    color: #323232;
    height: 1.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-newsb1 .line {
    height: 1px;
    background-color: #e4e4e4;
    margin: .24rem 0
}

.ul-newsb1 .desc {
    font-size: .16rem;
    color: #666;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    height: 3.6em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 {
    overflow: hidden;
    margin: 0 -.3rem;
    padding-top: .5rem
}

.ul-listb2 li {
    float: left;
    width: 50%
}

.ul-listb2 .con {
    display: block;
    overflow: hidden;
    margin: 0 .3rem .6rem;
    background: url(../images/txt-bg3.png) no-repeat right center;
    -webkit-background-size: 62% 100%;
    -o-background-size: 62% 100%;
    background-size: 62% 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: relative;
    border-radius: .1rem;
}

.ul-listb2 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    background-image: url(../images/txt-bg2.png);
    pointer-events: none
}

.ul-listb2 .con:hover::after {
    opacity: 1
}

.ul-listb2 .con:hover .tit {
    color: #fff
}

.ul-listb2 .con:hover .line {
    color: rgba(255,255,255,.86)
}

.ul-listb2 .con:hover .icn1 {
    background-image: url(../images/xs-i1a.png)
}

.ul-listb2 .con:hover .icn2 {
    background-image: url(../images/xs-i2a.png)
}

.ul-listb2 .con:hover .icn3 {
    background-image: url(../images/xs-i3a.png)
}

.ul-listb2 .pic {
    float: left;
    width: 2.9rem;
    height: 3.6rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-right: .4rem
}

.ul-listb2 .pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.ul-listb2 .txt {
    overflow: hidden;
    padding-right: .3rem;
    padding-top: .45rem;
    position: relative;
    z-index: 2
}

.ul-listb2 .tit {
    font-size: .2rem;
    color: #323232;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    height: 3.6em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 .hr {
    height: 1px;
    background-color: #c9d5f1;
    margin: .3rem 0
}

.ul-listb2 .desc {
    padding-top: .08rem
}

.ul-listb2 .line {
    font-size: .18rem;
    color: #656565;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: .28rem;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: .2rem .2rem;
    -o-background-size: .2rem;
    background-size: .2rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: .13rem
}

.ul-listb2 .icn1 {
    background-image: url(../images/xs-i1.png)
}

.ul-listb2 .icn2 {
    background-image: url(../images/xs-i2.png)
}

.ul-listb2 .icn3 {
    background-image: url(../images/xs-i3.png)
}

.row-a6 {
    overflow: hidden;
    padding: .4rem 0 2.4rem;
    display: none;
}

.row-a6 .g-titl2 {
    margin-bottom: .67rem
}

.m-boxb1 {
    overflow: hidden
}

.m-boxb1 .col-l {
    width: 50%;
    margin-right: .4rem
}

.m-boxb1 .col-r {
    float: none;
    width: auto;
    overflow: hidden
}

.m-cardb1 {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0 .24rem 0 .24rem
}

.m-cardb1:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.m-cardb1 .pic {
    height: 5.08rem;
    position: relative;
    overflow: hidden
}

.m-cardb1 .pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m-cardb1 .pic::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bl-mk1.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: none
}

.m-cardb1 .txt {
    position: absolute;
    bottom: .32rem;
    left: 0;
    width: 100%;
    padding: 0 2rem 0 .3rem;
    z-index: 2
}

.m-cardb1 .txt .tit {
    font-size: .18rem;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-boxb1 .slick-dots {
    position: absolute;
    right: .3rem;
    bottom: .4rem;
    z-index: 9;
    font-size: 0
}

.m-boxb1 .slick-dots li {
    display: inline-block;
    margin: 0 .11rem
}

.m-boxb1 .slick-dots li button {
    display: block;
    width: .36rem;
    height: .04rem;
    font-size: 0;
    color: #fff;
    background: rgba(255,255,255,.5);
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-boxb1 .slick-dots li.slick-active button {
    background: #fff
}

.ul-newsb2 {
    overflow: hidden;
    margin: 0 -.2rem
}

.ul-newsb2 li {
    float: left;
    width: 50%
}

.ul-newsb2 li:nth-child(2) .pic {
    border-radius: .24rem 0 .24rem 0
}

.ul-newsb2 li:nth-child(3) {
    width: 100%
}

.ul-newsb2 .con {
    margin: 0 .2rem .4rem;
    overflow: hidden;
    display: block;
    position: relative
}

.ul-newsb2 .con:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.ul-newsb2 .pic {
    height: 2.34rem;
    overflow: hidden;
    position: relative;
    border-radius: 0 .24rem 0 .24rem
}

.ul-newsb2 .pic::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bl-mk1.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: none
}

.ul-newsb2 .txt {
    position: absolute;
    bottom: .2rem;
    left: 0;
    width: 100%;
    padding: 0 .2rem;
    z-index: 2
}

.ul-newsb2 .txt .tit {
    font-size: .16rem;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ul-newsb2 .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.index .footer {
    /* margin-top: -1.9rem; */
}

.row-a4 {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.row-a4 .g-titl2 {
    width: 60%;
    text-align: left
}

.row-a4 .ul-infob1 {
    width: 65%;
    margin-bottom: .53rem
}

.row-a4::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11.34rem;
    height: 4.54rem;
    background: url(../images/bl-mk2.png) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.m-tremb1 {
    position: relative
}

.m-banb1 {
    position: relative
}

.m-banb1 .con {
    position: relative;
    min-height: 5.1rem
}

.m-banb1 .picbox {
    display: block;
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    right: 0;
    background: url(../images/bl-bg2.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: .27rem;
    margin-right: -.6rem
}

.m-banb1 .picbox .pic {
    display: block;
    width: 5.75rem;
    height: 5.75rem;
    border-radius: 50%;
    border: .1rem solid #fff;
    position: relative;
    overflow: hidden;
    margin-left: -.1rem
}

.m-banb1 .picbox .pic .img {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m-banb1 .picbox .pic:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.m-banb1 .picbox .arr {
    position: absolute;
    bottom: 1.1rem;
    right: .9rem;
    width: .7rem;
    height: .7rem;
    background: url(../images/bl-i5.png) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer
}

.m-banb1 .picbox .arr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.15);
    background-color: transparent;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.m-banb1 .picbox .arr:hover::before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}

.m-banb1 .txt {
    width: 55%
}

.m-banb1 .name {
    font-size: .36rem;
    color: #0a44bc;
    font-weight: 700;
    margin-bottom: .14rem
}

.m-banb1 .job {
    font-size: .18rem;
    color: #323232;
    margin-bottom: .2rem
}

.m-banb1 .desc {
    font-size: .14rem;
    color: #727272;
    line-height: 1.7;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.m-banb1 .slick-list {
    overflow: visible
}

.m-banb2 {
    position: absolute;
    bottom: 28%;
    left: 0;
    width: 70%;
    margin: 0 -.15rem
}

.m-banb2 .con {
    cursor: pointer;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 .18rem rgba(14,45,155,.2);
    box-shadow: 0 0 .18rem rgba(14,45,155,.2);
    padding: .08rem;
    overflow: hidden;
    margin: .2rem .15rem
}

.m-banb2 .con:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.m-banb2 .pic {
    float: left;
    width: .94rem;
    height: .94rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .18rem;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m-banb2 .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m-banb2 .txt {
    overflow: hidden;
    padding-top: .12rem;
    padding-right: .1rem
}

.m-banb2 .name {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .2rem;
    color: #212121;
    margin-bottom: .1rem
}

.m-banb2 .job {
    font-size: .16rem;
    color: rgba(33,33,33,.65);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-banb2 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 0
}

.m-banb2 .slick-dots li {
    display: inline-block;
    margin: 0 .11rem
}

.m-banb2 .slick-dots li button {
    display: block;
    width: .36rem;
    height: .04rem;
    font-size: 0;
    color: #fff;
    background: #999;
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-banb2 .slick-dots li.slick-active button {
    background: #0062a9
}
.m-boxb2{
    position: relative;
    z-index: 2;
}
.m-boxb2 .col-l {
    width: 28%;
    position: relative
}

.m-boxb2 .col-r {
    float: none;
    width: auto;
    overflow: hidden
}
.row-a2 {
    position: relative;
    z-index: 3
}
.row-a3 {
    position: relative;
    padding: 1rem 0 1.3rem
}

.row-a3 .g-titl2 {
    margin-bottom: .84rem
}



.row-a3 .video-bg {
    position: absolute;
    top: -3.5rem;
    left: 0;
    width: 100vw;
    pointer-events: none;
    z-index: 2
}
.video-bg .playbtn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    display: block;
    cursor: pointer;
    z-index: 3;

}
.video-bg .playbtn svg{
    width: 100%;
}

.row-a3 .video-bg .video {
    display: block;
    width: 100%;
    height: 12.46rem
}
.row-a3 .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    pointer-events: none;
    display: none
}

.row-a3 .left-bg img {
    display: block;
    width: 100%
}

.row-a3 .bot-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: none;
}

.row-a3 .bot-bg img {
    display: block;
    width: 100%
}



.ul-tabsb1 {
    font-size: 0;
    overflow-x: auto;
    /* overflow-y: hidden; */
    white-space: nowrap;
    margin: 0 -.2rem
}

.ul-tabsb1 li {
    display: inline-block;
    vertical-align: top;
    min-width: 22%;
    padding: 0 .2rem;
}

.ul-tabsb1 li:last-child {
    margin-right: 0
}

.ul-tabsb1 .con {
    cursor: pointer;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    background: url(../images/tb-bg1.png) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: .6rem;
    height: .6rem;
    padding: 0 .1rem;
    border-radius: .1rem .1rem 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-tabsb1 .on .con {
    background-image: url(../images/txt-bg2.png)
}

.tab-line {
    height: 1px;
    background-color: #cdd6ee;
    margin: .2rem 0
}

.m-descb1 {
    font-size: .18rem;
    color: #123898;
    line-height: 2;
    padding: .12rem 0
}

.ul-infob1 {
    font-size: 0
}

.ul-infob1 li {
    display: inline-block;
    width: 25%
}

.ul-infob1 li:nth-child(1) {
    /* width: auto; */
}

.ul-infob1 li:nth-child(1) .con {
    padding-right: .85rem
}

.ul-infob1 li:last-child .con::after {
    display: none
}

.ul-infob1 .con {
    text-align: center;
    position: relative
}

.ul-infob1 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    background-color: #b2c4ec;
    height: .8rem
}

.ul-infob1 .p {
    font-size: .2rem;
    color: #2d4992
}

.ul-infob1 .top {
    color: #1e58d1
}

.ul-infob1 .top .num {
    font-size: .48rem;
    font-family: Impact
}

.ul-infob1 .top .unit {
    font-size: .4rem;
    font-weight: 700
}

.ul-infob1 .top .un {
    font-size: .2rem;
    margin-left: .1rem
}

@-webkit-keyframes myani1 {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-moz-keyframes myani1 {
    0%,100%,50% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -moz-transform: translateY(4px);
        transform: translateY(4px)
    }

    75% {
        -moz-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@-o-keyframes myani1 {
    0%,100%,50% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -o-transform: translateY(4px);
        transform: translateY(4px)
    }

    75% {
        -o-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes myani1 {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(4px);
        -moz-transform: translateY(4px);
        -o-transform: translateY(4px);
        transform: translateY(4px)
    }

    75% {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

.m-anib1 {
    text-align: center;
    font-size: 0;
    position: relative;
    padding-bottom: .8rem;
    visibility: hidden;
}

.m-anib1 .video {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.m-anib1 .icn {
    width: 3.67rem;
    position: relative;
    z-index: 2;
    -webkit-animation: myani1 3s linear infinite;
    -moz-animation: myani1 3s linear infinite;
    -o-animation: myani1 3s linear infinite;
    animation: myani1 3s linear infinite
}

.m-anib1 .dz {
    position: absolute;
    display: block;
    width: 4.26rem;
    bottom: 0;
    left: -.5rem
}

.row-a4 {
    overflow: hidden;
    padding: .5rem 0
}

.row-a4 .g-titl2 {
    margin-bottom: .4rem
}

.row-a5 {
    overflow: hidden;
    padding: .4rem 0 .45rem
}

.row-a5 .g-titl2 {
    margin-bottom: .62rem
}

.ul-listb1 {
    margin: 0 -.5rem;
    overflow: hidden;
    padding-bottom: .4rem
}

.ul-listb1 li {
    float: left;
    width: 33.33%
}

.ul-listb1 .con {
    display: block;
    margin: 0 .5rem;
    background-color: #fff;
    border-radius: .12rem;
    position: relative;
    padding: .3rem .2rem
}

.ul-listb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bl-bg1.png);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: .12rem;
    overflow: hidden
}

.ul-listb1 .con::before {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    position: absolute;
    bottom: -.35rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/bl-i4.png) no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    z-index: 2
}

.ul-listb1 .on .con::after,.ul-listb1 .on .con::before {
    opacity: 1
}

.ul-listb1 .on .con .tit {
    color: #fff
}

.ul-listb1 .on .con .desc {
    color: rgba(255,255,255,.68)
}

.ul-listb1 .on .icon img {
    display: none
}

.ul-listb1 .on .icon img:nth-child(2) {
    display: inline-block
}

.ul-listb1 .icon {
    font-size: 0;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    position: relative;
    z-index: 2;
    margin-bottom: .22rem
}

.ul-listb1 .icon img {
    display: inline-block;
    vertical-align: bottom;
    height: 1.2rem
}

.ul-listb1 .icon img:nth-child(2) {
    display: none
}

.ul-listb1 .txt {
    text-align: center;
    position: relative;
    z-index: 2
}

.ul-listb1 .tit {
    font-size: .24rem;
    color: #323232;
    font-weight: 700;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: .2rem
}

.ul-listb1 .desc {
    font-size: .16rem;
    color: #6e85a6;
    line-height: 1.7;
    height: 10.2em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-detail_b2 {
    font-size: .18rem;
    line-height: 2;
    color: #000;
    padding: .57rem 0 .2rem
}

.m-detail_b2 .top {
    text-align: center;
    border-bottom: 1px solid #d6d9de;
    padding-bottom: .08rem
}

.m-detail_b2 h1 {
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem
}

.m-detail_b2 .info {
    font-size: .16rem;
    color: #888
}

.m-detail_b2 .txt {
    padding: .3rem 0 .55rem
}
.m-detail_b2 .txt p{
    line-height: 40px!important;
    font-size: 16px!important;
    word-wrap: break-word;
    text-align: justify;
    /* word-break: keep-all; */
}
.m-detail_b2 .txt p video{
    
height: auto;
    
max-width: 100%;
    
display: block;
    
margin: 0 auto;
}
.m-detail_b2 .txt p img{
    margin: 10px auto;
    border: none!important;
    height: auto!important;
}
.m-detail_b2 .txt table{
    
display: block;
    
margin: 0 auto;
    
border-collapse: collapse;
    
border: 1px solid #ccc!important;
}

.m-detail_b2 .bot {
    font-size: .18rem;
    color: #000;
    border-top: 1px solid #d6d9de;
    padding: .38rem 0
}

.m-detail_b2 .bot a {
    color: #000;
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.m-detail_b2 .bot a:hover {
    text-decoration: underline
}

.m-listb5 {
    margin: 0 -.2rem;
    padding: .5rem 0 .3rem
}

.m-listb5 li {
    float: left;
    width: 33.33%
}

.m-listb5 .con {
    display: block;
    margin: 0 .2rem .4rem;
    border: 1px solid #d7d8e8;
    position: relative;
    padding: .14rem;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-listb5 .con:hover {
    -webkit-box-shadow: 0 .14rem .25rem rgba(206,199,199.7);
    box-shadow: 0 .14rem .25rem rgba(206,199,199.7)
}

.m-listb5 .con:hover .img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.m-listb5 .pic {
    position: relative;
    height: 0;
    padding-top: 65.56%;
    overflow: hidden;
    margin-bottom: .2rem
}

.m-listb5 .pic .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.m-listb5 .txt {
    text-align: center;
    font-size: .18rem;
    color: #000;
    margin: .1rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em
}
.zy-txt {
    font-size: .16rem;
    padding: .2rem 0
}

.zy-txt .tit {
    font-size: .24rem
}


.row-a7{
    overflow: hidden;
    padding: .22rem 0 .35rem;
}
.row-a7 .g-titl2{
    margin-bottom: .5rem;
}
.m-sliderb1{
    margin: 0 -.3rem;
}
.m-sliderb1 .con{
    display: block;
    overflow: hidden;
    margin: 0 .3rem;
    border-radius: .3rem 0 .3rem 0;
    position: relative;
}
.m-sliderb1 .pic{
    position: relative;
    height: 0;
    padding-top: 129.4%;
    overflow: hidden;
}
.m-sliderb1 .pic::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.2rem;
    background: url(../images/txt-mk1.png) no-repeat center bottom;
    background-size: cover;
}
.m-sliderb1 .con:hover .img{
    transform: scale(1.06);
}
.m-sliderb1 .pic .img{
    position: absolute;
    top: 0;
    left: 0;    
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .6s;
}
.m-sliderb1 .txt{
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    left: 0.2rem;
    display: flex;
    align-items: center;
    height: 3.32em;
}
.m-sliderb1 .desc{
    font-size: .18rem;
    color: #fff;
    line-height: 1.66;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-sliderb1 .slider{
    padding-bottom: 0.7rem;
}
.m-sliderb1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  
  .m-sliderb1 .slick-dots li {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    margin: 0 .15rem;
    border-radius: 50%;
    background-color: #c2d3f4;
    cursor: pointer;
  }
  
  .m-sliderb1 .slick-dots button {
    display: none;
  }
  
  .m-sliderb1 .slick-dots li.slick-active {
    background-color: #1549ce;
  }
  .yx-cur .g-cur{
    border-bottom: none;
    padding: .36rem 0 .48rem;
  }
  .m-yxjs{
    position: relative;
    margin-bottom: 0.55rem;
    margin-bottom: 2rem;
  }
  .m-yxjs .pic{
    position: absolute;
    top: .44rem;
    right: 0;
    width: 5rem;
    height: 3.34rem;
    border-radius: 0 .3rem 0 .3rem;
  }
  .m-yxjs .pic::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    width: 100%;
    height: 100%;
    background: url(../images/yx-2.png) no-repeat center center;
    background-size: cover;
    border-radius:  .3rem 0 .3rem 0;
  }
  .m-yxjs .pic .img{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
  }
  .m-yxjs .txt{
    background-color: #f5f8ff;
    margin-right: 1.8rem;
    
    color: #333;
    line-height: 2;
    padding: .6rem 4.5rem .7rem .6rem;
  }
  .m-yxjs .txt .h3{
    font-size: .32rem;
    color: #1549ce;
    font-weight: bold;
    margin-bottom: .12rem;
  }
  .m-yxjs .desc{
    font-size: .18rem;
    line-height: 2;
    min-height: 10em;
  }
@media screen and (max-width: 1200px) {
    body {
        padding-top:1rem
    }

    .wp {
        padding: 0 .3rem;
        max-width: none;
        width: auto
    }

    .header {
        height: 1rem;
        background: url(../images/hd-bg.png) no-repeat center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-bottom: none
    }

    .header::after {
        opacity: 0
    }

    .logo {
        line-height: 1rem
    }

    .logo img {
        height: .6rem
    }

    .h-r {
        position: fixed;
        top: 1rem;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        background-color: #164acf;
        border-top: 1px solid #fff;
        display: none;
        float: none
    }

    .h-opts {
        display: block;
        padding: .3rem 0
    }

    .h-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: .2rem
    }

    .h-links .a {
        font-size: .24rem
    }

    .h-so {
        padding: 0 .3rem
    }

    .h-so .icon {
        display: none
    }

    .h-so .so-pop {
        position: static;
        display: block
    }

    .h-so .icon {
        margin-top: .25rem
    }

    .h-lang {
        line-height: 1rem
    }

    .h-lang .top {
        font-size: .24rem
    }

    .h-lang .lang-box .lang {
        font-size: .24rem;
        line-height: 2
    }

    .h-so .so-pop {
        border: none
    }

    .h-so .so-pop .inp {
        width: 100%;
        height: .8rem;
        font-size: .24rem;
        padding-right: .9rem
    }

    .h-so .so-pop .btn {
        width: .8rem;
        height: .8rem;
        right: .3rem;
        border: 1px solid #eee
    }

    .nav {
        float: none
    }

    .nav li {
        float: none;
        width: auto;
        padding: 0 .3rem
    }

    .nav .v1 {
        font-size: .28rem;
        line-height: .8rem
    }

    .nav .sub {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .nav .sub .v2 {
        font-size: .24rem;
        line-height: .6rem
    }

    .nav .on .dropicon::after {
        content: "-"
    }

    .nav .dropicon {
        display: block;
        position: absolute;
        top: 0;
        right: .28rem;
        width: .8rem;
        height: .8rem;
        pointer-events: none
    }

    .nav .dropicon::after {
        content: "+";
        display: block;
        font-size: .32rem;
        color: #fff;
        font-weight: 700;
        line-height: .8rem;
        font-style: normal;
        text-align: right;
        width: 100%
    }

    .nav .ok .v1::after,.nav .on .v1::after {
        display: none
    }

    .f-txt {
        margin-bottom: .3rem
    }

    .f-copy,.f-items .s,.f-txt {
        font-size: .24rem
    }

    .f-copy {
        padding: .2rem 0
    }

    .f-top {
        display: block;
        padding: .4rem 0 0
    }

    .f-top .col-l,.f-top .col-r {
        float: none;
        width: auto;
        display: block
    }

    .f-txt {
        width: auto;
        font-size: .24rem
    }

    .footer {
        background: #184ed2;
        /* margin-top: 0!important; */
    }
    .m-banb2 .pic {
        margin-right: .1rem
    }


    .m-banb1 .picbox {
        margin-right: 0;
        width: 4.5rem;
        height: 4.5rem;
        top: 0
    }
    .m-banb1 .picbox .pic {
        width: 4rem;
        height: 4rem
    }

    .m-banb1 .picbox .arr {
        bottom: .6rem
    }

    .m-detail_b2 {
        font-size: .24rem
    }

    .m-detail_b2 h1 {
        font-size: .36rem
    }

    .m-detail_b2 .bot,.m-detail_b2 .info {
        font-size: .24rem
    }

    .m-listb5 .txt {
        font-size: .24rem
    }

    .zy-txt {
        font-size: .24rem;
        padding: .3rem 0
    }
    
    .zy-txt .tit {
        font-size: .36rem
    }

    .m-sliderb1{
        margin: 0 -.15rem;
    }
    .m-sliderb1 .con{
        margin: 0 .15rem;
    }
    .m-yxjs .txt .h3{
        font-size: 0.36rem;
    }
    .m-yxjs .desc,
    .m-sliderb1 .desc{
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 800px) {
    .m-yxjs{
        margin-bottom: 0;
    }
    .m-yxjs .pic::after{
        left: -0.3rem;
        top: 0.3rem;
    }
    .m-yxjs .pic{
        position: relative;

        margin: 0 auto;
    }
    .m-yxjs .txt{
        padding: 1rem .3rem .3rem;
        margin-right: 0;
    }
    .ban_in .txt {
        bottom:.2rem
    }

    .ban-tit {
        padding-right: 0
    }

    .ban-tit .tit {
        font-size: .4rem
    }

    .ban-tit .icn {
        max-width: .4rem
    }

    .ul-listb2 {
        margin: 0
    }

    .ul-listb2 li {
        float: none;
        width: auto
    }

    .ul-listb2 .con {
        margin: 0 0 .3rem;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .ul-listb2 .pic {
        margin-right: .12rem
    }

    .ul-listb2 .txt {
        padding: .12rem
    }

    .ul-listb2 .tit {
        font-size: .28rem
    }

    .ul-listb2 .line {
        font-size: .24rem
    }

    .ul-newsb1 .tit {
        font-size: .28rem
    }

    .ul-newsb1 .date .d {
        font-size: .32rem
    }

    .ul-newsb1 .date,.ul-newsb1 .desc {
        font-size: .24rem
    }

    .ul-newsb1 .line {
        margin: .1rem 0
    }

    .ul-newsb1 {
        padding-top: .4rem
    }

    .ul-newsb1 .topbox .date {
        float: none;
        font-size: .32rem
    }

    .ul-newsb1 .con {
        padding: 0;
        margin-bottom: .3rem
    }

    .row-a6 {
        padding-bottom: .3rem
    }

    .m-boxb1 .col-l,.m-boxb1 .col-r {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem
    }

    .ul-newsb2 {
        margin: 0 -.15rem
    }

    .ul-newsb2 .con {
        margin: 0 .15rem .3rem
    }

    .m-cardb1 .txt .tit,.ul-newsb2 .txt .tit {
        font-size: .28rem
    }

    .m-boxb1 .slider {
        padding-bottom: .3rem
    }

    .m-cardb1 .txt {
        padding-right: .3rem
    }

    .m-boxb1 .slick-dots {
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .m-boxb1 .slick-dots li button {
        background-color: #999
    }

    .m-boxb1 .slick-dots li.slick-active button {
        background-color: #0062a9
    }

    .ul-listb1 {
        margin: 0 -.2rem
    }

    .ul-listb1 .con {
        margin: 0 .2rem
    }

    .ul-listb1 .tit {
        font-size: .28rem
    }

    .ul-listb1 .desc {
        font-size: .24rem
    }

    .row-a4 .g-titl2 {
        width: auto;
        text-align: center
    }

    .row-a4 .ul-infob1 {
        width: auto
    }

    .ul-infob1 li:nth-child(1) {
        width: 25%
    }

    .ul-infob1 li:nth-child(1) .con {
        padding-right: 0
    }

    .m-banb1 .picbox {
        position: relative;
        top: 0;
        margin: 0 auto
    }

    .m-banb1 .txt {
        width: auto
    }

    .m-banb1 .job {
        font-size: .28rem
    }

    .m-banb1 .desc {
        font-size: .24rem
    }

    .m-banb2 {
        position: static;
        width: auto
    }

    .m-banb2 .slider {
        padding-bottom: .3rem
    }

    .m-banb2 .txt {
        padding-top: 0
    }

    .m-banb2 .name {
        font-size: .28rem;
        margin-bottom: .06rem
    }

    .m-banb2 .job {
        font-size: .24rem
    }

    .m-banb2 .slick-dots {
        width: 100%;
        text-align: center
    }

    .ul-infob1 .p {
        font-size: .24rem
    }

    .ul-listb1 {
        margin: 0
    }

    .ul-listb1 li {
        float: none;
        width: auto
    }

    .ul-listb1 .con {
        margin: 0 0 .5rem
    }

    .m-boxb2 .col-l,.m-boxb2 .col-r {
        float: none;
        width: auto
    }

    .ul-tabsb1 {
        margin: 0 -.05rem
    }

    .ul-tabsb1 li {
        padding: 0 .05rem
    }

    .ul-tabsb1 .con {
        font-size: .28rem
    }

    .m-descb1 {
        font-size: .24rem
    }

    .row-a3 {
        padding-bottom: .6rem
    }
    .row-a3 .g-titl2{
        margin-bottom: 0.3rem;
    }
    .row-a3 .left-bg {
        position: static;
        width: 100%
    }
    .row-a3 .video-bg {
        /* display: none */
        position: relative;
        top: 0;
        left: -0.3rem;
        height: 380px;
        overflow: hidden;
    }
   
    .row-a3 .video-bg .video{
        position: absolute;
        bottom: -130px;
        left: 0;
        height: auto;
        width: 1250px;
    }

    .m-anib1 {
        visibility: visible;
        display: none;
    }

    .m-anib1 .icn {
        margin-left: .8rem
    }

    .m-anib1 .dz {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .footer {
        background: #184ed2;
        margin-top: 0 !important;
    }

}

@media screen and (max-width: 767px) {
    .ul-newsb1 .pic {
        float:none;
        width: auto;
        position: relative;
        height: 0;
        padding-top: 61.7%;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: .1rem
    }

    .m-listb5 {
        margin: 0
    }

    .m-listb5 li {
        float: none;
        width: auto
    }

    .m-listb5 .con {
        margin: 0 0 .3rem
    }
}

/*!****** bl end *******/
/*!****** ls *******/
.m-detailsl {
    overflow: hidden;
    margin-bottom: .57rem
}

.m-infol {
    overflow: hidden;
    padding-top: .71rem;
    margin-bottom: .64rem
}

.m-infol .con {
    display: block;
    overflow: hidden;
    position: relative
}

.m-infol .con:after {
    content: "";
    position: absolute;
    top: .59rem;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/bgl1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1
}

.m-infol .left {
    float: left;
    width: 2.83rem;
    overflow: hidden
}

.m-infol .pic {
    padding-top: 131.0954063%;
    position: relative;
    height: 0;
    overflow: hidden
}

.m-infol .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-infol .txt {
    overflow: hidden;
    margin-top: .59rem;
    padding: .43rem 1.86rem .2rem .47rem
}

.m-infol .tit,.m-infol .tit span {
    font-size: .24rem;
    color: #1549ce;
    line-height: 1.5em;
    font-weight: 700;
    overflow: hidden
}

.m-infol .tit span {
    /* padding-left: .15rem; */
}

.m-infol .tit {
    margin-bottom: .22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-infol .info {
    font-size: .2rem;
    color: #333;
    line-height: 1.5em;
    overflow: hidden;
    padding-bottom: .25rem;
    border-bottom: 2px solid #d5dbea;
    margin-bottom: .22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-infol .desc {
    font-size: .18rem;
    color: rgba(51,51,51,.68);
    line-height: 1.5em;
    margin-bottom: .25rem;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.m-infol .btn {
    display: block;
    font-size: .18rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 2.03rem;
    height: .45rem;
    line-height: .45rem;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    overflow: hidden;
    background: #1255d6;
    background: -webkit-linear-gradient(right,#1255d6,#6aa2fe);
    background: -o-linear-gradient(right,#1255d6,#6aa2fe);
    background: -moz-linear-gradient(right,#1255d6,#6aa2fe);
    background: linear-gradient(to right,#1255d6,#6aa2fe);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-infol .btn:hover {
    opacity: .7
}

.m-detailsl .details {
    overflow: hidden
}

.m-detailsl .details .item {
    overflow: hidden;
    margin-bottom: .43rem
}

.m-detailsl .details .desc {
    font-size: .18rem;
    color: #333;
    line-height: 2em;
    overflow: hidden;
    padding-top: .29rem
}
.m-detailsl .details .desc p{
    font-size: .18rem;
}
.m-detailsl .details .desc p strong{
    font-size: .2rem;
    line-height: 2;
}

.g-titl1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .15rem;
    border-bottom: 1px solid #e5e5e5
}

.g-titl1 .icon {
    width: .5rem;
    height: auto;
    margin-right: .02rem;
    overflow: hidden
}

.g-titl1 .icon img {
    display: block;
    width: 100%;
    height: 100%
}

.g-titl1 .tit {
    font-size: .24rem;
    font-weight: 700;
    color: #1549ce
}

.ul-workl {
    overflow: hidden;
    padding-top: .06rem
}

.ul-workl li {
    position: relative;
    padding-bottom: .33rem
}

.ul-workl li:after {
    content: "";
    position: absolute;
    left: 0;
    top: .08rem;
    width: .11rem;
    height: .11rem;
    background-color: #fff;
    border: 1px solid #1549ce;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.ul-workl li:before {
    content: "";
    position: absolute;
    top: .08rem;
    left: .05rem;
    width: 0;
    height: 100%;
    border-right: 1px solid rgba(21,73,206,.3)
}

.ul-workl .con {
    padding-left: .4rem;
    position: relative;
    font-size: .18rem;
    line-height: 1.5em;
    color: #333
}

.ul-workl li.ok:after {
    background: #1255d6;
    background: -webkit-linear-gradient(right,#1255d6,#6aa2fe);
    background: -o-linear-gradient(right,#1255d6,#6aa2fe);
    background: -moz-linear-gradient(right,#1255d6,#6aa2fe);
    background: linear-gradient(to right,#1255d6,#6aa2fe);
    border: none
}
.hf0305{
    margin-top: 10px;
}
.ul-listl1 {
    overflow: hidden;
    font-size: 0;
    padding: .23rem 0 .16rem;
    text-align: center;
    margin: 0 -.2rem
}

.ul-listl1 li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .2rem
}

.ul-listl1 .con {
    display: block;
    min-width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .18rem;
    padding: 0 .05rem;
    color: #333;
    text-align: center;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    background: #f0f4fc;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl1 .con:hover,.ul-listl1 li.on .con {
    color: #fff;
    background: #6022cc;
    background: -webkit-linear-gradient(-59deg,#6022cc,#911ea9);
    background: -o-linear-gradient(-59deg,#6022cc,#911ea9);
    background: -moz-linear-gradient(-59deg,#6022cc,#911ea9);
    background: linear-gradient(to -59deg,#6022cc,#911ea9)
}

.m-overviewl1 {
    overflow: hidden;
    background-color: #f5f8ff;
    padding: .63rem .89rem 1.3rem .8rem;
    margin: .51rem 0 1.12rem
}

.m-overviewl1 .left {
    width: 8.5rem;
    float: left;
    overflow: hidden
}

.m-overviewl1 .left .tit {
    overflow: hidden;
    font-size: .32rem;
    color: #1549ce;
    font-weight: 700;
    margin-bottom: .23rem
}

.m-overviewl1 .left .desc {
    font-size: .18rem;
    line-height: 2em;
    overflow: hidden;
    color: #333;
    margin-bottom: .54rem
}

.ul-numl1 {
    overflow: hidden;
    margin: 0 -.2rem
}

.ul-numl1 li {
    width: 25%;
    float: left
}

.ul-numl1 .con {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 .2rem;
    position: relative
}

.ul-numl1 .con:after {
    content: "";
    position: absolute;
    top: .15rem;
    right: 0;
    bottom: .08rem;
    width: 0;
    border-left: 1px solid rgba(21,73,206,.3)
}

.ul-numl1 li:last-child .con:after {
    display: none
}

.ul-numl1 .con .num {
    font-size: .48rem;
    color: #1a58d3;
    line-height: 1.5em;
    overflow: hidden;
    font-family: Impact
}

.ul-numl1 .con .num span {
    letter-spacing: .04rem
}

.ul-numl1 .con .num em {
    font-size: .2rem;
    line-height: 1.2em;
    padding-left: .05rem
}

.ul-numl1 .con .txt {
    font-size: .2rem;
    color: #2c4994;
    line-height: 1.5em;
    overflow: hidden
}

.m-overviewl1 .right {
    width: 4.38rem;
    float: right;
    margin-top: .22rem;
    position: relative;
    padding: .2rem .55rem .4rem 0
}

.m-overviewl1 .right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4.25rem;
    height: 4.25rem;
    background: url(../images/imgl6-1.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-overviewl1 .box {
    background-color: #fff;
    padding: .12rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.m-overviewl1 .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.m-overviewl1 .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-overviewl1 .btn {
    display: block;
    position: absolute;
    bottom: .67rem;
    right: .7rem;
    padding: .05rem;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    z-index: 2
}

.m-overviewl1 .btn .icon {
    width: .47rem;
    height: .47rem;
    line-height: .47rem;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #6022cc;
    background: -webkit-linear-gradient(90deg,#6022cc,#911ea9);
    background: -o-linear-gradient(90deg,#6022cc,#911ea9);
    background: -moz-linear-gradient(90deg,#6022cc,#911ea9);
    background: linear-gradient(to 90deg,#6022cc,#911ea9);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-overviewl1 .btn .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.m-overviewl1 .btn:hover .icon {
    opacity: .7
}

.ul-listl3 {
    overflow: hidden;
    margin: .5rem -.4rem 1.22rem
}

.ul-listl3 li {
    width: 50%;
    float: left;
    padding: 0 .4rem;
    margin-bottom: .06rem
}

.ul-listl3 .con {
    display: block;
    padding-top: .96rem;
    overflow: hidden;
    position: relative
}

.ul-listl3 .con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .96rem;
    background: url(../images/bgl7-1.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: .3;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.ul-listl3 .con:hover:after {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    opacity: 1
}

.ul-listl3 .con .box {
    overflow: hidden;
    height: 6.81rem;
    background: #f2f6ff;
    background: -webkit-linear-gradient(-59deg,#f2f6ff,#cadaf8);
    background: -o-linear-gradient(-59deg,#f2f6ff,#cadaf8);
    background: -moz-linear-gradient(-59deg,#f2f6ff,#cadaf8);
    background: linear-gradient(to -59deg,#f2f6ff,#cadaf8);
    padding: .37rem .5rem .31rem .43rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative
}

.ul-listl3 .con .box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bgl8.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl3 .con .box .info {
    position: relative;
    overflow: hidden;
    min-height: 3.44rem;
    z-index: 2
}

.ul-listl3 .con .tit {
    font-size: .24rem;
    line-height: 1.2em;
    padding-bottom: .11rem;
    color: #1241bc;
    font-weight: 700;
    border-bottom: 1px solid rgba(16,59,183,.2);
    margin-bottom: .2rem;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl3 .con .tit i {
    display: inline-block;
    vertical-align: middle;
    width: .46rem;
    height: auto;
    margin-right: .12rem
}

.ul-listl3 .con .tit i img {
    display: block;
    width: 100%;
    height: 100%
}

.ul-listl3 .con .desc {
    font-size: .18rem;
    line-height: 2em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    -webkit-line-clamp: 15;
    overflow: hidden;
    color: #072476;
    opacity: .86;
    margin-bottom: .25rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl3 .con .bot {
    font-size: .2rem;
    color: #103bb7;
    font-weight: 700;
    line-height: 1.5em;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl3 .con .btn {
    font-size: .16rem;
    color: #234093;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl3 .con .btn i {
    display: inline-block;
    vertical-align: middle;
    width: .31rem;
    height: .31rem;
    background: url(../images/iconl5.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: -.02rem 0 0 .11rem
}

.ul-listl3 .con:hover .box:after {
    opacity: 1
}

.ul-listl3 .con:hover .bot,.ul-listl3 .con:hover .btn,.ul-listl3 .con:hover .desc,.ul-listl3 .con:hover .tit {
    color: #fff
}

.main.index {
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banner {
    overflow: hidden;
    position: relative
}

.banner .con {
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .67rem;
    text-align: center;
    z-index: 9;
    font-size: 0
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 .11rem
}

.banner .slick-dots li button {
    display: block;
    width: .42rem;
    height: .04rem;
    font-size: 0;
    color: #fff;
    background: rgba(255,255,255,.5);
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.banner .slick-dots li.slick-active button {
    background: #fff
}

.g-titl2 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.g-titl2 .ban-tit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .3rem;
    position: relative
}

.g-titl2 .ban-tit::after {
    right: .1rem;
    background-color: #466ed2;
    opacity: .8
}

.g-titl2 .ban-tit::before {
    width: .1rem;
    height: .1rem;
    border: 1px solid #466ed2
}

.g-titl2 .ban-tit .icn {
    display: inline-block;
    max-width: .68rem;
    margin-right: .12rem
}

.g-titl2 .ban-tit .tit {
    color: #333;
    font-weight: 700
}

.g-titl2 .more {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: .16rem;
    color: #2052d0;
    line-height: 1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.g-titl2 .more i {
    display: inline-block;
    vertical-align: middle;
    width: .43rem;
    height: auto;
    margin: -.02rem .1rem 0 0
}

.g-titl2 .more i img {
    display: block;
    width: 100%;
    height: 100%
}

.row-a1 {
    overflow: hidden;
    padding: .8rem 0 .94rem
}

.m-newsl {
    overflow: hidden;
    padding-top: .66rem
}

.m-newsl .left {
    width: 7.38rem;
    float: left;
    overflow: hidden;
    margin-right: .63rem;
    padding-top: .05rem
}

.m-newsl .right {
    overflow: hidden
}

.m-slickl1 {
    overflow: hidden;
    border-radius: .3rem 0 .3rem 0;
    -webkit-border-radius: .3rem 0 .3rem 0;
    -moz-border-radius: .3rem 0 .3rem 0;
    -ms-border-radius: .3rem 0 .3rem 0;
    -o-border-radius: .3rem 0 .3rem 0
}

.m-slickl1 .con {
    display: block;
    overflow: hidden;
    position: relative
}

.m-slickl1 .con .pic {
    padding-top: 70.01356852%;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: .3rem 0 .3rem 0;
    -webkit-border-radius: .3rem 0 .3rem 0;
    -moz-border-radius: .3rem 0 .3rem 0;
    -ms-border-radius: .3rem 0 .3rem 0;
    -o-border-radius: .3rem 0 .3rem 0
}
.m-slickl1 .con .pic::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/ban-mk1.png) no-repeat bottom center;
    background-size: cover;
}
.m-slickl1 .con .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-slickl1 .con:hover .pic .img {
    transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08)
}

.m-slickl1 .con .date {
    position: absolute;
    top: .27rem;
    left: .31rem;
    width: .7rem;
    min-height: 1rem;
    background: url(../images/bgl4.png) bottom center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-bottom: .15rem
}

.m-slickl1 .con .date .day {
    font-size: .4rem;
    color: #fff;
    line-height: 1.25em;
    overflow: hidden;
    text-align: center
}

.m-slickl1 .con .date .box {
    overflow: hidden;
    position: relative;
    padding: 0 .15rem
}

.m-slickl1 .con .date .box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .48rem;
    height: .24rem;
    background: url(../images/bgl5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.m-slickl1 .con .date .month {
    text-align: right;
    font-size: .14rem;
    color: #fff;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: .05rem
}

.m-slickl1 .con .date .year {
    font-size: .12rem;
    color: #fff;
    line-height: 1.2em;
    overflow: hidden
}

.m-slickl1 .con .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 .36rem .6rem
}

.m-slickl1 .con .tit {
    font-size: .18rem;
    line-height: 1.5em;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-slickl1 .slick-dots {
    position: absolute;
    left: .32rem;
    width: 100%;
    bottom: .32rem;
    z-index: 9;
    font-size: 0
}

.m-slickl1 .slick-dots li {
    display: inline-block;
    margin: 0 .05rem
}

.m-slickl1 .slick-dots li button {
    display: block;
    width: .34rem;
    height: .04rem;
    font-size: 0;
    color: #fff;
    background: rgb(166 196 250);
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-slickl1 .slick-dots li.slick-active button {
    background: #2454a7
}

.ul-listl2 {
    overflow: hidden
}

.ul-listl2 .con {
    display: block;
    position: relative;
    padding-bottom: .41rem;
    padding-left: .37rem
}

.ul-listl2 .con:after {
    content: "";
    position: absolute;
    left: 0;
    top: .12rem;
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    border: 1px solid #023494;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.ul-listl2 .con:before {
    content: "";
    position: absolute;
    top: .12rem;
    left: .05rem;
    width: 0;
    border-right: 1px solid rgba(2,52,148,.3);
    height: 100%
}

.ul-listl2 .date {
    font-size: .28rem;
    color: #103bb6;
    line-height: 1.1em;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: .07rem
}

.ul-listl2 .date em {
    font-size: .18rem;
    color: rgba(16,59,182,.68);
    padding-left: .09rem
}

.ul-listl2 .tit {
    font-size: 0
}

.ul-listl2 .tit span {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-size: .2rem;
    color: #333;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative
}

.ul-listl2 .tit span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0;
    border-bottom: 1px solid #103bb6;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl2 li:last-child .con {
    padding-bottom: 0
}
.ul-listl2 .on .con .tit span,
.ul-listl2 .con:hover .tit span {
    color: #103bb6;
    font-weight: 700
}
.ul-listl2 .on .con .tit span:after,
.ul-listl2 .con:hover .tit span:after {
    width: 100%
}
.ul-listl2 .on .con:after ,
.ul-listl2 .con:hover:after {
    border: none;
    background: #6122cc;
    background: -webkit-linear-gradient(top,#6122cc,#931ea8);
    background: -o-linear-gradient(top,#6122cc,#931ea8);
    background: -moz-linear-gradient(top,#6122cc,#931ea8);
    background: linear-gradient(to top,#6122cc,#931ea8)
}

.m-slickl2 {
    padding-top: .64rem;
    overflow: hidden
}

.m-slickl2 .ul-listb2 {
    padding-top: 0;
    padding-bottom: .59rem
}

.m-slickl2 .ul-listb2 .con {
    margin-bottom: 0;
    background-image: url(../images/bgl6.png);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.m-slickl2 .ul-listb2 .con:hover {
    background-image: url(../images/bgl6-1.png)
}

.m-slickl2 .ul-listb2 .con .tit {
    color: #fff
}

.m-slickl2 .ul-listb2 .con .line {
    color: rgba(255,255,255,.86)
}

.m-slickl2 .ul-listb2 .con .icn1 {
    background-image: url(../images/xs-i1a.png)
}

.m-slickl2 .ul-listb2 .con .icn2 {
    background-image: url(../images/xs-i2a.png)
}

.m-slickl2 .ul-listb2 .con .icn3 {
    background-image: url(../images/xs-i3a.png)
}

.m-slickl2 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0
}

.m-slickl2 .slick-dots li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 .15rem
}

.m-slickl2 .slick-dots li button {
    display: block;
    width: .1rem;
    height: .1rem;
    font-size: 0;
    color: #fff;
    background: rgba(21,73,206,.2);
    border-radius: 50%;
    text-align: center;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-slickl2 .slick-dots li.slick-active button {
    background: #1549ce
}

@media screen and (max-width: 1199px) {
    .m-detailsl {
        margin-bottom:30px
    }

    .m-infol {
        padding-top: 30px;
        margin-bottom: 30px
    }

    .m-infol .left {
        width: 2.5rem
    }

    .m-infol .con:after {
        top: 0
    }

    .m-infol .txt {
        margin-top: 0;
        padding: 10px 15px 0 15px
    }

    .m-infol .tit,.m-infol .tit span {
        font-size: 16px
    }

    .m-infol .tit span {
        padding-left: 5px
    }

    .m-infol .tit {
        margin-bottom: 10px
    }

    .m-infol .info {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .m-infol .desc {
        font-size: 12px;
        margin-bottom: 15px
    }

    .m-infol .btn {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 14px
    }

    .g-titl1 {
        padding-bottom: 10px
    }

    .g-titl1 .tit {
        font-size: 16px
    }

    .m-detailsl .details .item {
        margin-bottom: 30px
    }

    .m-detailsl .details .desc {
        font-size: 14px;
        line-height: 1.6em;
        padding-top: 10px
    }

    .ul-workl .con {
        font-size: 14px
    }

    .ul-workl {
        padding-top: 0
    }

    .ul-workl li {
        padding-bottom: 15px
    }

    .ul-workl li:after {
        width: 9px;
        height: 9px;
        top: 6px
    }

    .ul-workl li:before {
        top: 6px;
        left: 4px
    }

    .g-titl1 .icon {
        margin-right: 2px
    }

    .ul-listl1 {
        padding: 15px 0 0;
        margin: 0 -5px;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap
    }

    .ul-listl1 li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .ul-listl1 .con {
        min-width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        padding: 0 10px
    }

    .m-overviewl1 {
        padding: 15px;
        margin: 30px 0
    }

    .m-overviewl1 .left {
        width: 55%
    }

    .m-overviewl1 .left .tit {
        font-size: 18px;
        margin-bottom: 10px
    }

    .m-overviewl1 .left .desc {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 20px
    }

    .ul-numl1 {
        margin: 0 -5px
    }

    .ul-numl1 .con {
        padding: 0 5px
    }

    .ul-numl1 .con .num {
        font-size: 20px
    }

    .ul-numl1 .con .num em {
        font-size: 14px
    }

    .ul-numl1 .con .txt {
        font-size: 14px
    }

    .m-overviewl1 .btn .icon {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .ul-listl3 {
        margin: 30px -5px
    }

    .ul-listl3 li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .ul-listl3 .con {
        padding-top: 50px
    }

    .ul-listl3 .con:after {
        height: 50px
    }

    .ul-listl3 .con .box {
        padding: 15px
    }

    .ul-listl3 .con .tit i {
        width: 35px;
        margin-right: 5px
    }

    .ul-listl3 .con .desc {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 10px
    }

    .ul-listl3 .con .bot {
        font-size: 15px
    }

    .ul-listl3 .con .btn {
        font-size: 12px
    }

    .ul-listl3 .con .tit {
        font-size: 18px
    }

    .ul-listl3 .con .btn i {
        width: 24px;
        height: 24px;
        margin: -2px 0 0 5px
    }

    .banner .con {
        height: 50vw
    }

    .banner .slick-dots {
        bottom: 15px
    }

    .banner .slick-dots li {
        margin: 0 5px
    }

    .banner .slick-dots li button {
        width: 15px;
        height: 3px
    }

    .g-titl2 .more {
        font-size: 12px;
    }

    .g-titl2 .more i {
        width: 20px;
        margin: -2px 5px 0 0
    }

    .row-a1 {
        padding: 30px 0
    }

    .m-newsl {
        padding-top: 30px
    }

    .m-newsl .left {
        width: 50%;
        margin-right: 30px;
        padding-top: 0
    }

    .m-slickl1 .con .date {
        top: 15px;
        left: 15px;
        width: 55px;
        padding-bottom: 15px
    }

    .m-slickl1 .con .date .day {
        font-size: 20px;
        padding-top: 5px;
        letter-spacing: 3px
    }

    .m-slickl1 .con .date .box {
        padding: 0 10px
    }

    .m-slickl1 .con .date .month,.m-slickl1 .con .date .year {
        font-size: 12px;
        line-height: 1.5em
    }

    .m-slickl1 .con .date .month {
        margin-bottom: 0
    }

    .m-slickl1 .con .txt {
        padding: 0 15px 30px
    }

    .m-slickl1 .con .tit {
        font-size: 14px
    }

    .m-slickl1 .slick-dots {
        left: 10px;
        bottom: 15px
    }

    .m-slickl1 .slick-dots li {
        margin: 0 5px
    }

    .m-slickl1 .slick-dots li button {
        width: 15px;
        height: 2px
    }

    .ul-listl2 .con {
        padding-bottom: 15px;
        padding-left: 20px
    }

    .ul-listl2 .con:after {
        top: 8px;
        width: 7px;
        height: 7px
    }

    .ul-listl2 .con:before {
        top: 8px;
        left: 4px
    }

    .ul-listl2 .date {
        font-size: 20px;
        margin-bottom: 3px
    }

    .ul-listl2 .date em {
        font-size: 14px
    }

    .ul-listl2 .tit span {
        font-size: 16px
    }

    .m-slickl2 .slick-dots li {
        margin: 0 4px
    }

    .m-slickl2 .slick-dots li button {
        width: 8px;
        height: 8px
    }

    .m-slickl2 {
        padding-top: 30px
    }

    .m-slickl2 .ul-listb2 {
        padding-bottom: 30px
    }

    .m-slickl1 .con .date .box:after {
        width: 60%
    }
}

@media screen and (max-width: 800px) {
    .m-slickl2 .ul-listb2 .slick-slide {
        width:50%;
        float: left
    }
}

@media screen and (max-width: 750px) {
    .m-overviewl1 .left {
        width:auto;
        float: none;
        margin-bottom: 30px
    }

    .m-overviewl1 .right {
        float: none;
        margin: 0 auto
    }

    .ul-listl3 li {
        width: auto;
        float: none
    }

    .ul-listl3 .con .box {
        height: auto
    }

    .ul-listl3 .con .box .info {
        min-height: auto
    }

    .m-newsl .left {
        width: auto;
        float: none;
        margin: 0 0 20px
    }

    .m-slickl2 .ul-listb2 .con {
        margin: 0
    }

    .ul-listl3 .con:after {
        display: none
    }

    .ul-listl3 .con {
        padding-top: 0
    }

    .ul-listl3 li {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    .m-infol .tit {
        margin-bottom:5px
    }

    .m-infol .info {
        padding-bottom: 5px;
        margin-bottom: 5px
    }

    .m-infol .desc {
        margin-bottom: 10px
    }

    .m-infol .btn {
        width: 120px;
        height: 30px;
        line-height: 30px
    }

    .ul-numl1 li {
        margin-bottom: 10px;
        width: 50%
    }

    .ul-numl1 .con:after {
        display: none
    }
}

/*!****** ls end *******/
.jl-row1 {
    padding: .8rem 0 .48rem;
    overflow: hidden;
    /* display: none; */
}

.jl-selbox {
    border-bottom: 1px solid #d0d6e1;
    padding-bottom: .55rem;
    margin-bottom: .62rem
}

.jl-selbox .row {
    margin-bottom: .2rem;
    font-size: 0;
    overflow: hidden
}

.jl-selbox .lab {
    float: left;
    font-size: .22rem;
    color: #333;
    margin-right: .3rem;
    padding-top: .15rem
}

.jl-selbox .info {
    overflow: hidden
}

.jl-selbox .v1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .55rem;
    background-color: #e6ecfa;
    border-radius: .5rem;
    line-height: .6rem;
    font-size: .18rem;
    color: #333;
    margin-right: .4rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: .5s
}

.jl-selbox .v1:last-child {
    margin-right: 0
}

.jl-selbox .v1.on,.jl-selbox .v1:hover {
    color: #fff
}

.jl-selbox .v1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right,#5f22cd,#921ea8);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.jl-selbox .v1.on::after,.jl-selbox .v1:hover::after {
    opacity: 1
}

.jl-selbox .v2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: .35rem;
    font-size: .18rem;
    color: #133069;
    margin-top: .2rem
}

.jl-selbox .row:last-child .info {
    padding-left: .42rem
}

.jl-selbox .v2.on,.jl-selbox .v2:hover {
    color: #6621c8
}

.jl-selbox .v2:last-child {
    margin-right: 0
}

.jl-list1 {
    font-size: 0;
    margin: 0 -.4rem
}

.jl-list1 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 .4rem;
    margin-bottom: .6rem
}

.jl-list1 .con {
    display: block;
    overflow: hidden;
    background-color: #f5f8ff;
    position: relative;
    z-index: 2;
    transition: .5s
}

.jl-list1 .con:hover {
    box-shadow: 0 .1rem .24rem rgba(0,0,0,.15)
}

.jl-list1 .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.17rem;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right,#5f22cd,#921ea8);
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.jl-list1 .con:hover::after {
    opacity: 1
}

.jl-list1 .pic {
    float: left;
    width: 2.17rem;
    overflow: hidden
}

.jl-list1 .img {
    padding-top: 131.33%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .5s
}

.jl-list1 .con:hover .img {
    transform: scale(1.08)
}

.jl-list1 .info {
    padding: .3rem .45rem 0;
    overflow: hidden
}

.jl-list1 .tit {
    font-weight: 700;
    font-size: .24rem;
    color: #1549ce;
    margin-bottom: .21rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s
}

.jl-list1 .con:hover .tit {
    color: #fff
}

.jl-list1 .titsub {
    font-size: .2rem;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .26rem;
    margin-bottom: .16rem;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    transition: .5s
}

.jl-list1 .con:hover .titsub {
    color: #fff;
    border-color: rgba(255,255,255,.3)
}

.jl-list1 .desc {
    font-size: .18rem;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    transition: .5s
}

.jl-list1 .con:hover .desc {
    color: #fff;
    opacity: .68
}

.jl-row2 {
    padding: .64rem 0 1.26rem;
    overflow: hidden
}

.jl-tab1 {
    text-align: center;
    font-size: 0;
    margin-bottom: .4rem
}

.jl-tab1 .v1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
    width: 1.6rem;
    line-height: .48rem;
    font-size: .18rem;
    color: #333;
    text-align: center;
    border-radius: .5rem;
    transition: .5s
}

.jl-tab1 .v1.on,.jl-tab1 .v1:hover {
    background-color: rgba(96,34,204,.1);
    color: #6322ca;
    font-weight: 700;
    text-decoration: underline
}

.jl-list2 {
    font-size: 0;
    margin: 0 -.3rem
}

.jl-list2 li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 .3rem;
    margin-bottom: .6rem
}

.jl-list2 .con {
    display: block;
    position: relative;
    overflow: hidden
}

.jl-list2 .pic {
    position: relative;
    overflow: hidden
}

.jl-list2 .img {
    padding-top: 74.85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .5s
}

.jl-list2 .con:hover .img {
    transform: scale(1.08)
}

.jl-list2 .pic::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,rgba(13,50,133,0),rgba(13,50,133,1));
    z-index: 1
}

.jl-list2 .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 .16rem .11rem;
    z-index: 2
}

.jl-list2 .num {
    font-size: .28rem;
    font-weight: 700;
    line-height: 1.4
}

.jl-list2 .desc {
    font-size: .16rem;
    line-height: 1.75;
    height: 3.5em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.jl-row3 {
    padding: 1.14rem 0 .67rem;
    overflow: hidden
}

.jl-about1 {
    margin-bottom: .92rem
}

.jl-about1 .con {
    display: block;
    position: relative;
    background-image: linear-gradient(149deg,#f2f6ff,#cadaf8)
}

.jl-about1 .pic {
    float: left;
    font-size: 0;
    overflow: hidden
}

.jl-about1 img {
    display: block;
    width: 100%
}

.jl-about1 .pic.sty2 {
    width: 7.38rem
}

.jl-about1 .picbox {
    float: left;
    margin-top: -.47rem;
    margin-left: -.25rem;
    margin-right: -.73rem;
    margin-bottom: -.33rem;
    font-size: 0;
    overflow: hidden
}

.jl-about1 .picbox .top {
    display: block;
    width: 4.22rem;
    height: 4.22rem;
    padding: .28rem;
    margin: 0 auto -2.68rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.jl-about1 .picbox .top .img {
    position: absolute;
    top: .22rem;
    left: .28rem;
    width: 3.66rem;
    height: 3.66rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden
}

.jl-about1 .picbox .bottom {
    display: block;
    width: 6.38rem;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.jl-about1 .picbox .icn {
    position: absolute;
    z-index: 1
}

.jl-about1 .picbox .i1 {
    top: 2.36rem;
    left: .99rem;
    width: .24rem;
    animation: icnani1 2s linear infinite;
    -o-animation: icnani1 2s linear infinite;
    -ms-animation: icnani1 2s linear infinite;
    -moz-animation: icnani1 2s linear infinite;
    -webkit-animation: icnani1 2s linear infinite
}

.jl-about1 .picbox .i2 {
    top: 2.42rem;
    right: 1.6rem;
    width: .22rem;
    animation: icnani2 2s linear infinite;
    -o-animation: icnani2 2s linear infinite;
    -ms-animation: icnani2 2s linear infinite;
    -moz-animation: icnani2 2s linear infinite;
    -webkit-animation: icnani2 2s linear infinite
}

@keyframes icnani1 {
    0% {
        top: 2.36rem;
        left: .99rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.86rem;
        left: 1.79rem;
        opacity: 0
    }
}

@-o-keyframes icnani1 {
    0% {
        top: 2.36rem;
        left: .99rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.86rem;
        left: 1.79rem;
        opacity: 0
    }
}

@-ms-keyframes icnani1 {
    0% {
        top: 2.36rem;
        left: .99rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.86rem;
        left: 1.79rem;
        opacity: 0
    }
}

@-moz-keyframes icnani1 {
    0% {
        top: 2.36rem;
        left: .99rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.86rem;
        left: 1.79rem;
        opacity: 0
    }
}

@-webkit-keyframes icnani1 {
    0% {
        top: 2.36rem;
        left: .99rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.86rem;
        left: 1.79rem;
        opacity: 0
    }
}

@keyframes icnani2 {
    0% {
        top: 2.42rem;
        right: 1.6rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.82rem;
        right: 2.26rem;
        opacity: 0
    }
}

@-o-keyframes icnani2 {
    0% {
        top: 2.42rem;
        right: 1.6rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.82rem;
        right: 2.26rem;
        opacity: 0
    }
}

@-ms-keyframes icnani2 {
    0% {
        top: 2.42rem;
        right: 1.6rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.82rem;
        right: 2.26rem;
        opacity: 0
    }
}

@-moz-keyframes icnani2 {
    0% {
        top: 2.42rem;
        right: 1.6rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.82rem;
        right: 2.26rem;
        opacity: 0
    }
}

@-webkit-keyframes icnani2 {
    0% {
        top: 2.42rem;
        right: 1.6rem
    }

    50% {
        opacity: 1
    }

    100% {
        top: 2.82rem;
        right: 2.26rem;
        opacity: 0
    }
}

.jl-about1 .picbox .txt {
    position: absolute;
    top: 2.51rem;
    font-size: .18rem;
    line-height: .32rem;
    color: #1241bc;
    z-index: 2
}

.jl-about1 .picbox .t1 {
    left: 1.2rem;
}

.jl-about1 .picbox .t2 {
    right: 1.4rem;
}

.jl-about1 .picbox .t3 {
    top: 3.58rem;
    left: 2.16rem;
}

.jl-about1 .picbox .num {
    position: absolute;
    top: 2.8rem;
    left: 2.35rem;
    font-size: .34rem;
    line-height: 1.1;
    color: #1241bc;
    font-weight: 700;
    z-index: 2;
    text-align: center;
}

.jl-about1 .info {
    padding: .25rem .38rem 0 .53rem;
    overflow: hidden
}

.jl-tit1 {
    border-bottom: 1px solid rgba(16,59,182,.6);
    padding-bottom: .15rem;
    margin-bottom: .16rem
}

.jl-tit1 .i {
    float: left;
    width: .46rem;
    margin-right: .17rem
}

.jl-tit1 .tit {
    font-size: .24rem;
    color: #1241bc;
    line-height: .49rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.jl-about1 .desc {
    font-size: .18rem;
    line-height: 2;
    color: #072476;
    opacity: .86;
    text-indent: 2em;
    margin-bottom: .2rem;
    text-align: justify;
}

.jl-about1 .arr {
    position: absolute;
    top: 50%;
    right: 0;
    width: .7rem;
    font-size: 0;
    transform: translate(50%,-50%);
    z-index: 2;
    transition: .5s;
    display: block
}

.jl-about1 .arr:hover {
    opacity: .6
}

@media screen and (max-width: 1199px) {
    .jl-row1 {
        padding:30px 0
    }

    .jl-selbox {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .jl-selbox .row {
        margin-bottom: 0
    }

    .jl-selbox .lab {
        font-size: 14px;
        padding-top: 5px;
        margin-right: 10px
    }

    .jl-selbox .v1 {
        padding: 0 22px;
        font-size: 14px;
        line-height: 35px;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .jl-selbox .row:last-child .info {
        padding-left: 10px
    }

    .jl-selbox .v2 {
        font-size: 14px;
        margin-right: 15px;
        margin-top: 5px
    }

    .jl-selbox .info {
        white-space: nowrap;
        overflow-x: auto
    }

    .jl-list1 {
        margin: 0 -8px
    }

    .jl-list1 li {
        padding: 0 8px;
        margin-bottom: 15px
    }

    .jl-list1 .con::after {
        left: 2.5rem
    }

    .jl-list1 .pic {
        width: 2.5rem
    }

    .jl-list1 .info {
        padding: 10px 10px 10px;
    }

    .jl-list1 .tit {
        font-size: 16px;
        margin-bottom: 10px
    }

    .jl-list1 .titsub {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .jl-list1 .desc {
        font-size: 14px
    }

    .jl-row2 {
        padding: 30px 0 15px
    }

    .jl-tab1 {
        margin-bottom: 15px;
        white-space: nowrap;
        overflow-x: auto
    }

    .jl-tab1 .v1 {
        margin: 0 5px;
        width: 90px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 20px
    }

    .jl-list2 {
        margin: 0 -8px
    }

    .jl-list2 li {
        padding: 0 8px;
        margin-bottom: 15px
    }

    .jl-list2 .info {
        padding: 0 10px 10px
    }

    .jl-list2 .num {
        font-size: 16px
    }

    .jl-list2 .desc {
        font-size: 14px;
        line-height: 1.5;
        height: 3em
    }

    .jl-row3 {
        padding: 30px 0
    }

    .jl-about1 {
        margin-bottom: 15px
    }

    .jl-about1 .picbox {
        float: none;
        margin: 0
    }

    .jl-about1 .pic {
        float: none
    }

    .jl-about1 .pic.sty2 {
        width: auto
    }

    .jl-about1 .info {
        padding: 15px
    }

    .jl-tit1 {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .jl-tit1 .i {
        width: 28px;
        margin-right: 10px
    }

    .jl-tit1 .tit {
        font-size: 16px;
        line-height: 34px
    }

    .jl-about1 .desc {
        font-size: 14px
    }

    .jl-about1 .arr {
        width: 40px;
        display: none
    }

    .jl-about1 .picbox .txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .jl-list1 li {
        width:100%
    }

    .jl-list2 li {
        width: 50%
    }
.ui-pagination-container {
    height: 50px;
    line-height: 34px;
    overflow: scroll;
    /* margin-top: 12px; */
    padding: 9px 0;
}
}

@media screen and (max-width: 480px) {
    .jl-list2 li {
        width:100%
    }
    .ban-tit .tit {
        font-size: .3rem;
    }
    .g-titl2 .more {
        font-size: 10px;
    }
}