@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.jpg)
}

.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.jpg) 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.jpg) no-repeat top center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;}

.header.fixed {
    background: #1d57b5 url() 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;
    height: .65rem;}

.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.jpg) 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: #0f2c6e;
    -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 {
    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: 80%;}

.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.jpg) 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: .18rem;
    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: .16rem;}

.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_in1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: url(../images/ban-mk.jpg) 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: 2.65rem;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-right: .4rem;
 }

.ul-newsb1 .pic img {
    display: block;
    width: 100%;
    height: 100%;}

.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: 0em;
    -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.jpg) 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.jpg);}

.ul-listb2 .con:hover .icn2 {
    background-image: url(../images/xs-i2a.jpg);}

.ul-listb2 .con:hover .icn3 {
    background-image: url(../images/xs-i3a.jpg);}


.ul-listb2 .pic {
    float: left;
    width: 4rem;
    height: 3rem;
    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; color: #fff;}

.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.jpg);}

.ul-listb2 .icn2 {
    background-image: url(../images/xs-i2.jpg);}

.ul-listb2 .icn3 {
    background-image: url(../images/xs-i3.jpg);}

.row-a6 {
    overflow: hidden;
    padding: .8rem 0 .94rem;}



.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.jpg) 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.jpg) 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: -1rem;}



.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.jpg) 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.jpg) 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.jpg) 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: .22rem;
    color: #323232;
    margin-bottom: .2rem;}

.m-banb1 .desc {
    font-size: .18rem;
    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-a1 {
    position: relative;
    overflow: hidden;
    padding: .5rem 0 .94rem;background:  url(../images/bg-3.jpg) no-repeat center top; background-size:100% 100%}

.row-a2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: .8rem 0 .94rem;background:  url(../images/bg-4.jpg) no-repeat center top; background-size:100% 100%}


.row-a3 {
    position: relative;
    overflow: hidden;
    padding: 1rem 0 1.6rem;background:  url(../images/bg-1.jpg) no-repeat center top; background-size:100% 100%}


.row-a4 {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: .8rem 0 .94rem;}



.row-a5 {
    overflow: hidden;
    padding: .8rem 0 .94rem;}
	
	


.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: 25%;
    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) {}

.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;}





.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.jpg);
    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.jpg) 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;}
.m-detail_b2 .txt p img{
    margin: 10px auto;
    border: none!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: .8rem 0 .94rem;}



.m-sliderb1{
    margin: 0.66rem -.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: 90%;
    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.jpg) 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;}
  .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.jpg) 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.jpg) 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 {
        max-height: .9rem;}

    .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;}
    .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: 960px) {

  

.main.index {
    min-height: 10vh;
    overflow: hidden;}

.banner {display: block;
   height: 40vh!important;
    overflow: hidden;
    position: relative;}

.banner .con {
    height: 40vh!important;
    overflow: hidden;}


.row-a1 {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: .8rem 0 .94rem;background:  url(../images/bg-3.jpg) no-repeat center top; background-size:100% }

.row-a2 {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: .8rem 0 .94rem;background:  url(../images/bg-4.jpg) no-repeat center top; background-size:100% }


.row-a3 {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 1rem 0 1.6rem;background:  url(../images/bg-1.jpg) no-repeat center top; background-size:100% }


.row-a4 {
    height: auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: .8rem 0 .94rem;}



.row-a5 {
    height: auto;
    overflow: hidden;
    padding: .8rem 0 .94rem;}
	
	
}

@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 .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 .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%);}
}

@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.png) 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: .33rem 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: .2rem;
    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: .15rem;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.m-infol .desc p:nth-child(1){
    margin-bottom: 0.15rem;}
.m-infol .desc p:nth-child(2){}

.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: #1d57b5;
    background: -webkit-linear-gradient(-59deg,#1d57b5,#1d57b5);
    background: -o-linear-gradient(-59deg,#1d57b5,#1d57b5);
    background: -moz-linear-gradient(-59deg,#1d57b5,#1d57b5);
    background: linear-gradient(to -59deg,#1d57b5,#1d57b5);}

.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.jpg) 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.jpg) 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: 4.61rem;
    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: 2.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: 7;
    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.jpg) 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 {
    min-height: 100vh;
    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 {display: block;
    height: 100vh;
    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;
padding-top:10px;
}

.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%;}



.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.jpg) 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.jpg) 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.jpg) 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: .18rem;
    color: #1d57b5;
    line-height: 1.8em;
    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.7em;
    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 #1d57b5;
    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: #1d57b5;
    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: #1d57b5;
    background: -webkit-linear-gradient(top,#1d57b5,#931ea8);
    background: -o-linear-gradient(top,#1d57b5,#931ea8);
    background: -moz-linear-gradient(top,#1d57b5,#931ea8);
    background: linear-gradient(to top,#1d57b5,#931ea8);}

.m-slickl2 {
    padding-top: .64rem;
    padding-bottom: .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.jpg);}

.m-slickl2 .ul-listb2 .con .icn2 {
    background-image: url(../images/xs-i2a.jpg);}

.m-slickl2 .ul-listb2 .con .icn3 {
    background-image: url(../images/xs-i3a.jpg);}

.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;}
.so-pop{display:block !important;}
    .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 .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;}

.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 .45rem;
    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: .34rem;
    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.71rem;
    font-size: .22rem;
    line-height: .32rem;
    color: #1241bc;
    z-index: 2;}

.jl-about1 .picbox .t1 {
    left: 1.44rem;}

.jl-about1 .picbox .t2 {
    right: 2.04rem;}

.jl-about1 .picbox .t3 {
    top: 3.58rem;
    left: 2.56rem;}

.jl-about1 .picbox .num {
    position: absolute;
    top: 2.9rem;
    left: 2.4rem;
    font-size: .44rem;
    line-height: 1.1;
    color: #1241bc;
    font-weight: 700;
    z-index: 2;}

.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;}

.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: 15px 15px 0;}

    .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: 14px;}
}

@media screen and (max-width: 750px) {
    .jl-list1 li {
        width:100%;}

    .jl-list2 li {
        width: 50%;}
}

@media screen and (max-width: 480px) {
    .jl-list2 li {
        width:100%;}
}


.xialajt{display:none!important; position: fixed;z-index: 200;bottom:30px;left:50%;margin-left: -34px;cursor: pointer;z-index: 9;}

.ul-xzlistl1{overflow:hidden;margin:0 -15px 10px}
.ul-xzlistl1 li{width:33.33%;float:left;padding:0 15px;margin-bottom:30px}
.ul-xzlistl1 .con{display:block;overflow:hidden}
.ul-xzlistl1 .con .pic{overflow:hidden;padding-top:62.340966%;position:relative;top:0}
.ul-xzlistl1 .con .pic img{display:block;position:absolute;top:50%;left:50%;max-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-xzlistl1 .con:hover .pic img{-webkit-transform:translate(-50%,-50%) scale(1.08,1.08);-moz-transform:translate(-50%,-50%) scale(1.08,1.08);-ms-transform:translate(-50%,-50%) scale(1.08,1.08);-o-transform:translate(-50%,-50%) scale(1.08,1.08);transform:translate(-50%,-50%) scale(1.08,1.08)}
.ul-xzlistl1 .con .txt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:69px;line-height:68px;text-align:center;border:1px solid #e5e5e5;border-top:none;font-size:16px;color:#000;padding:0 5px;background-color:#fff;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-xzlistl1 .con:hover .txt{color:#fff;background-color:#b21d27;border-color:#b21d27}



.honor { width: 100%; margin: 0.66rem 0rem;}
.honor ul{ width: 100%;}
.honor li{margin-right: .2rem;margin-bottom: .5rem; width: calc(32.4% - 9px); float: left;border-bottom:3px solid #1d57b5;padding:25px;box-shadow: 0px 0px 10px #e6e6e7;background-color:#fff;}
.honor li:hover{background:#fff url(../images/xy_jcdt.png) no-repeat right bottom;}
.honor .last-child{ margin-right: 0;}
.honor li .date_index{margin-bottom:10px;}
.honor li .date_index .date{height:40px;color:#fff;line-height:40px;display:inline-block;font-size: 16px; padding: 0 15px;background:#1d57b5; border-radius: 5px;}
.honor li .date_index .years_yue{margin-top:20px;float:left;font-size:14px;color:#1d57b5;text-align:center;display:inline-block;padding:2px 10px;}
.honor li a{ display: block; overflow: hidden; position: relative;font-size:18px;color:#333333;line-height:30px;width:95%;height:60px;  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.honor li:hover a{color:#1d57b5;font-weight:bold;}

.botlinks .links-wrap{position:relative;float:left;display:inline-block;width:360px;line-height:32px;background:#fff;border:1px solid #d0d0d0;margin-right:50px}
.botlinks .links-wrap a.links-arrow{display:block;height:32px;line-height:32px;padding:0 25px 0 10px;color:#fff;background:#0d68b6 url(images/arrow.png) no-repeat right top}
.botlinks .links-wrap a.links-arrow:hover,.botlinks .wrap-open a.links-arrow{color:#fff;background-position:right bottom;cursor:pointer}
.botlinks .links-wrap .link-items{display:none;position:absolute;left:0;bottom:33px;width:auto;min-width:100%;height:auto;max-height:300px;overflow:auto;overflow-x:hidden;background:#f5f5f5}
.botlinks .links-wrap .link-items a{display:block;line-height:24px;padding:5px 0;color:#444}
.botlinks .links-wrap .link-items a span{display:block;margin:0 6px;white-space:nowrap}
.botlinks .links-wrap .link-items a:hover{color:#fff;background:#0f429b;cursor:pointer}







.content {
    width: 100%;
}

.content .contentbox {
    margin: 0 auto;
}

.content .contentbox .headtitle {
    display: flex;
}

.content .contentbox .headtitle .title-name {
    width: 22.5%;
    height: 140px;
    margin-top: -70px;
    background:#093e88e6 url("../images/title-bg.png") no-repeat;
    background-size: cover;
    font-size: 32px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 100px;
    padding-left: 40px;
    position: relative;
}

.content .contentbox .headtitle .title-name::before {
    content: '';
    position: absolute;
    top: 94px;
    left: 40px;
    width: 62px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 3px;
}

.content .contentbox .headtitle .title-nav {
    margin-left: 40px;
    display: flex;
    width: 76%;
    justify-content: space-between;
    padding: 23px 2px;
}

.headtitle .title-nav .leader {
    height: 22px;
    font-size: 22px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #121212;
    line-height: 22px;
}

.headtitle .title-nav .local {
    display: flex;
    align-items: center;
}

.headtitle .title-nav .local img {
    width: 14px;
    height: 14px;
    padding: 0 5px;
}

.headtitle .title-nav .local span:nth-child(1) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #898989;
    line-height: 14px;
}

.headtitle .title-nav .local span:nth-child(2),
.headtitle .title-nav .local span:nth-child(4) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #121212;
    line-height: 14px;
}

.organ-leader {
    height: 20px;
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #121212;
    line-height: 20px;
    text-indent: 1.5rem;
    position: relative;
    margin-top: 23px;
}

.organ-leader::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: #004FA7;
    left: 0;
}

.headtitle .title-nav .local span:nth-child(6) {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #004FA7;
    line-height: 14px;
}

.content .contentbox .centerbox {
    background: #fff;
    display: flex;
}

.content .contentbox .leftnav {
    width: 22%;
    margin-left: 10px;
}

.content .contentbox .leftnav li {
    width: 100%;
    background: #F5F6F9;
    font-size: 20px;
    line-height: 72px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.content .contentbox .leftnav .navactive {
    background: #fff;
    position: relative;
}

.content .contentbox .leftnav .navactive a {
    color: #004FA7;
}

.content .contentbox .leftnav .navactive::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 72px;
    background: #004FA7;
    left: -6px;
}
.content .contentbox .leftnav li li a {
    color: #ccc;
}

.content .contentbox .leftnav .on a {
    color: #004FA7;
}

.content .contentbox .leftnav li ul {
    border-top: 1px solid #ccc;
}

.content .contentbox .leftnav li li {
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 60px;
    box-sizing: border-box;
    border-bottom: 0px solid #ccc;
}



.content .contentbox .leftnav li a {
    color: #121212;
}

.content .contentbox .xynews {
    width: 76%;
    margin-left: 40px;
    margin-bottom: 25px;
    /* padding-right: 28px; */
}

.content .contentbox .xynews .xynewsbox {
    margin-top: 20px;
min-height: 400px;
}

.contentbox .xynews .xynewsbox .news {
    cursor: pointer;
    display: flex;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.xynews .xynewsbox .news .news-img {
    width: 181px;
    height: 136px;
    margin-right: 24px;
}

.xynews .xynewsbox .news .news-img img {
    width: 100%;
    height: 100%;
}

.xynews .xynewsbox .news .newsbox {
    width: 699px;
}

.xynews .xynewsbox .newsnoimg .newsbox {
    width: 100%;
}

.xynews .xynewsbox .news .newsbox .newstitle {
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #121212;
    line-height: 26px;
}

.xynews .xynewsbox .news:hover .newstitle {
    color: #004fa7;
}

.xynews .xynewsbox .news .newsbox .newsinfo {
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #898989;
    line-height: 22px;
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.xynews .xynewsbox .news .newsbox .newdate {
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 22px;
    margin-top: 10px;
}

#demo-laypage-all {
    margin-left: 100px;
}


		/*  4-11 */
		.frend_link ul { list-style: none; width: 100%;position: relative;}

		.frend_link ul li { width: 31%;float: left; margin-bottom: 25px; text-align: center; font-size: 20px; color: #333;   margin-right: 2%; }
		.frend_link ul li:nth-child(3n) { margin-right: 0;  }

.frend_link ul li .pic{display: block;width: 100%;height: 125px;overflow: hidden;position: relative;z-index: 1;margin-bottom: 8px;border:1px #ccc solid;padding:10px}
		.frend_link ul li a img {max-width: 100%;max-height: 100%;position: relative;}

		.frend_link ul li p { text-align: center; font-size: 20px; color: #333;   }
		.frend_link ul li:hover a img {  } 


		/*  4-11-end */


		
		

	@media only screen and (max-width: 768px) {
		
	   
		/*  4-11 */

		.frend_link ul li { width: 100%; float: none; margin-right: 0;  }

		/*  4-11-end */


	}	



.menu {
  color: #fff;
  /* float: right; */
  /* max-width:100%; */
  display: flex;
}

.menu a{
  color: #fff;
}
.menu .menu-list {
  float: right;
  position: relative;
  margin-right: .2rem;
overflow: hidden;
}
.menu .menu-list:after {
  content: '';
  position: absolute;
  width: 1px;
  height: .7rem;
  background: #909090;
  right: 0.02083333rem;
  top: 0rem;
}
.menu .menu-list:last-child {
  margin-right: 0;
}
.menu .menu-list:first-child .nav{
 max-width: 2.1rem;
}
.menu .menu-list:first-child .nav .nav-list {
  width: 49%;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  float: left;
}


.menu .menu-list:nth-child(2) .nav{
 max-width: 2.1rem;
}
.menu .menu-list:nth-child(2) .nav .nav-list {
  width: 49%;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  float: left;
}





.menu .menu-list:last-child:after {
  display: none;
}
.menu .menu-list h2  a {
  font-size: 0.18rem;
}
.menu .menu-list a {
  font-size: 0.16rem;
}
.menu .menu-list h2 {
  float: left;
  display: inline-block;
  font-size: 0.18rem;
  line-height: 3;
  margin-right: .3rem;
}
.menu .menu-list h2 i {
  font-size: 0.52083333rem;
  color: #ec6b00;
  margin-right: 0.1875rem;
}
.menu .menu-list .nav {
  font-size: 0.18rem;
  display: inline-block;
  float: left;
}
.menu .menu-list .nav span {
  cursor: pointer;
}
.menu .menu-list .nav .nav-list {
  width: 100%;
  display: inline-block;
  position: relative;
}
.menu .menu-list .nav .nav-list:hover {
  text-decoration: none;
  color: #ec6b00;
}

.menu .menu-list .nav .sub-nav {
display: none; 
  white-space: nowrap;
  position: absolute;
  left: -0.08333333rem;
  top: .3rem;
  background-color: #000;
  padding: 0 .01rem;
  z-index: 3;
  border-radius: 0.05rem;
}
.menu .menu-list .nav .sub-nav li {
  margin: 0;
  display: inline-block;
  padding: 0.1rem 0;
}
.menu .menu-list .nav .sub-nav li a {
  padding: 0 10px;
  font-size: 0.16rem;
  color: #fff;
}
.menu .menu-list .nav .sub-nav li a:hover {
  color: #ec6b00;
}
.menu .menu-list .nav .sub-nav li a {
  border-right: 1px solid #9A9A9A;
}
.menu .menu-list .nav .sub-nav li:last-of-type a {
  border-right: none;
}
.menu .menu-list .nav .sub-nav .corner-sign {
  position: absolute;
  top: -0.4rem;
  left: 0.08rem;
  width: 0;
  height: 0;
  border-bottom: 0.33333333rem solid #000;
  border-left: 0.01166667rem solid transparent;
  border-right: 0.01166667rem solid transparent;
  border-top: 0.01166667rem solid transparent;
}
.menu .menu-list .nav .sub-nav:nth-of-type(2) {
  top: 2.20833333rem;
}

.menu .menu-list:nth-of-type(3) .sub-nav {
  left: -2.5rem;
}
.menu .menu-list:nth-of-type(3) .sub-nav .corner-sign {
  left: 2.70833333rem;
}
.menu .menu-list:nth-of-type(2) .sub-nav li:nth-of-type(3) a {
  border-right: 0.04166667rem solid #9A9A9A;
}



 .footer_cont{
  padding-top: 1.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.footer_cont .flogo{
  float: left;
  width: 23.5%;
  max-width: 3.76rem;
  margin-top: 0.22rem;
}

.footer_cont .f_c{
  float: left;
  width: 29.5%;
  margin-left: 4%;
  margin-top: 0.3rem;
} 

.footer_cont .f_c ul li{
  float: left;
  width: 97%;
  margin-right: 3%;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #FFFFFF;
}

.footer_cont .f_c ul li img{
  width: 0.17rem;
  height: 0.2rem;
  float: left;
  margin-right: 0.1rem;
  margin-top: 0.05rem;

}

.footer_cont .f_c ul li p{
  float: left;
  width: 88%;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.footer_cont .ewm{
  float: right;
  width: auto;
  margin-top:.2rem;

} 

.footer_cont .ewm ul{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer_cont .ewm ul li{
  display: inline-block;
  margin-left: 0.3rem;
}

.footer_cont .ewm img{
  width: 1.08rem;
  height: 1.08rem;

}

.footer_cont .ewm p{
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin-top: 0.15rem;
}


/* links */

.linksbg{
  margin: 0.55rem auto 0 auto;
  width: 100%;
}
.linkstitle{ height:.33rem;  margin-bottom:.1rem; font-size:.2rem; color:#fff;}
.linksbg .links{
  margin: 0 auto;
  padding-bottom: 0.2rem;
}

.linksbg .links ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linksbg .links ul li{
  width: 47% !important;
}

.linksbg .links ul li .ico img{
  display: block;
  margin: 0 auto;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;

}
.linksbg .links ul li a{
	color:#fff;
	}
.linksbg .links ul li .ewm{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)translateY(-0.7rem);
  opacity: 0;
  background: #fff;
  box-shadow: 0 2px 9.5px 0.5px rgb(1 1 1 / 21%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 6px;
  padding: 0.06rem;
  display: none;
  transition: .5s;
}

.linksbg .links ul li .ewm img {
  width: 100%;
  height: 100%;
}

.linksbg .links ul li:hover .ewm {
  transform: translateX(-50%)translateY(-0.6rem);
  opacity: 1;
  visibility: visible;
  display: block;
}



@media screen and (max-width: 1024px) {
    .honor li{width: 100%;}
  .f-txt {
        width: auto;
        font-size: .24rem;
        text-align: center;
        }
.col-r{display: none!important;} 
#side-wrap {display: none!important;position: relative;width: 100%;z-index: 2;} 
#contents {display: block;line-height: 1.6;word-break: break-all;margin-left: 0rem!important;} 

#contents .cont-top .cont-tit { display: block; float: left; font-size: .4rem; font-weight: bold; line-height: 1; color: #0f70b6; } 
#contents .cont-top .cont-navi{display: none!important;} 


 .footer_cont{
  padding-top: .3rem!important;
text-align: center;
}

.footer_cont .flogo{
  float: none;
  width: 100%!important;
  max-width: 100%!important;
  overflow: hidden;
}
.footer_cont .flogo .logo {
    float: none;
    line-height: 1.24rem;
    font-size: 0;
    text-align: center;
    width: 100%;
    display: block;
    }

.footer_cont .f_c{
  float: none;
  width: 100%!important;
  margin-top: 0.3rem;
} 
.footer_cont .linksbg{display: none!important;
} 



.footer_cont .ewm{
  display: none!important;} 

.footer_cont .f_c ul li p{
  font-size: 14px!important;
}



.menu {
  color: #fff;
   float: none!important;
  width: 90%!important;
  display: block!important;margin:auto
}
.menu .menu-list:after{
 width: 0px!important;} 
.menu .menu-list {
   float: none!important;
  width: 100%!important;
  display: block!important;
}
.menu .menu-list h2 {
  float: none!important;
  display: inline-block;
  margin-right: .3rem;
  width: 100%!important;
}
.menu .menu-list h2 a{
  font-size: 0.36rem!important;
  line-height: 2 !important;
}

.menu .menu-list:first-child .nav{
 max-width:  100%!important;
}
.menu .menu-list:first-child .nav .nav-list {
 
  width: 100%!important;
  display: block!important;
}
.menu .menu-list:nth-child(2) .nav{
  width: 100%!important;
  display: block!important;
}
.menu .menu-list:nth-child(2) .nav .nav-list {

  width: 100%!important;
  display: block!important;
}

.menu .menu-list .nav .nav-list {
  width: 100%!important;
  display: block!important;
  position: relative;
}
.menu .menu-list .nav .nav-list  a {
  font-size: 16px!important;
  line-height: 2 !important;
}

.ul-xzlistl1 li{width:50%!important;;float:left;padding:0 15px;margin-bottom:30px}
.ul-xzlistl1 .con .txt{font-size:16px;}
.h-links .a { font-size:18px!important;font-weight: 600;}
}

@media screen and (max-width: 750px) {

}

@media screen and (max-width: 480px) {

}