@charset "utf-8";
@font-face {
    font-family: 'Bell MT';
    src: url(../fonts/BELL.TTF), url(../fonts/bellmt-regular.otf);
}
@font-face {
    font-family: 'Goudy Old Style';
    src: url(../fonts/GOUDOS.TTF);
}
@font-face {
    font-family: '华文隶书';
    src: url(../fonts/STLITI.TTF);
}
@font-face {
    font-family: 'Futura Bk BT';
    src: url(../fonts/FuturaBkBTBook.ttf);
}
@font-face {
    font-family: DINPro;
    src: url(../fonts/DINPro-Light.otf);
}
@font-face {
    font-family: 'Bodoni Bd BT';
    src: url(../fonts/BodoniBdBTBold.ttf);
}
@font-face {
    font-family: 'Goudy Old Style';
    src: url(../fonts/GOUDOS.TTF);
}

.kBox{ height: .5rem;}
.h6s0 {
    font-size: .14rem;
    color: #d22338;
    transition: .5s;
}
.h4s0 {
    font-size: .18rem;
    color: #333333;
    line-height: .28rem;
    transition: .5s;
}
.h4s1 {
    font-size: .2rem;
    color: #000000;
    line-height: 1.25;
    transition: .5s;
    font-weight: 600;
}
.h4s2 {
    font-size: .2rem;
    color: #000000;
    line-height: .28rem;
    max-height: .56rem\0;
    transition: .5s;
    font-weight: 600;
}
.ps1 {
    font-size: .16rem;
    color: #999;
    line-height: 1.25;
}
.ps2 {
    font-size: .16rem;
    color: #888;
    line-height: .26rem;
    max-height: .56rem\0;
}
.ps3 {
    font-size: .16rem;
    color: #999999;
    line-height: .26rem;
    max-height: .78rem\0;
}
.pc_hb {
    height: 0;
}
.pc_h {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    height: 1.35rem;
    background: url(../images/head-bg.png) 0.03rem repeat-x;
    background-size: 100% 100%;
    transition: .5s;
    padding-bottom: .1rem;
    border-top: #124fb0 .03rem solid;
}
.index_pc_h{background: url(../images/head-bg_on.png) 0.03rem repeat-x;border-top: #d2a858 .03rem solid;background-size: 100% 100%;}
.fp-viewing-page1 .pc_h{
    background: url(../images/head-bg_on.png) 0.03rem repeat-x;
    background-size: 100% 100%;
    border-top: #124fb0 0.03rem solid;
    }

.fp-viewing-page1 .index_pc_h{
    background: url(../images/head-bg.png) 0.03rem repeat-x;
    background-size: 100% 100%;
}
.pc_h .wp {
    width: 16.16rem;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.pc_h .logo {
    width: 3.35rem;
    max-width: 21%;
}
.pc_h .right {
    width: 9.9rem;
    max-width: calc(100% - 3.43rem - .5rem) 
}
.pc_h .top {
    align-items: center;
    justify-content: flex-end;
}
.pc_h .top .line {
    width: 1px;
    height: .13rem;
    background: rgba(255,255,255,.3);
    margin: 0 .15rem 
}
.list1 li .a {
    display: block;
    line-height: .36rem;
    height: .36rem;
    font-size: .15rem;
    color: #fff;
    padding: 0 .075rem;
    transition: .5s;
}
.list1 li img {
    margin: 0 .04rem 0 0;
    width: .18rem;
}
.search_btn {
    margin-left: .12rem;
    cursor: pointer;
}
.search_btn img {
    height: .18rem;
    margin-top: -2px;
}
#nav {
    width: 100%;
}
#nav ul {
    justify-content: space-between;
    height: .5rem;
}
#nav ul li {
    z-index: 0;
    position: relative;
    height: .69rem;
    line-height: .5rem;
    transition: .2s;
}
#nav ul li i {
    display: none 
}
#nav ul li>a {
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
}
#nav ul li .h3 {
    font-size: .2rem;
    color: #fff;
    position: relative;
    transition: .5s;
    font-weight:bold;
    font-family: "Microsoft Yahei";
}
#nav ul li.on .h3:after, #nav ul li:hover .h3:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#nav ul li .sub {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    min-width: 1.6rem;
    left: 50%;
    z-index: 10000;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    line-height: 20px;
    letter-spacing: -.02em;
    white-space: nowrap;
    text-align: center;
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
    -webkit-transform: translateX(-50%) scaleY(0);
    -moz-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    -o-transform: translateX(-50%) scaleY(0);
    transition: .5s;
    border-radius: .1rem;
    padding-bottom: .1rem;
}
#nav ul li .sub .box {
    text-align: center;
}
#nav ul li .sub a {
    padding: 0 10px;
    line-height: 2.75;
    color: #333;
    font-size: .16rem;
    white-space: nowrap;
    transition: .5s;
    display: block;
    border-top: #d10015 .06rem solid;
}
#nav ul li .sub a+a {
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
#nav ul li .sub a:hover {
    background: #d10015;
    color: #fff;
}
#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
    -webkit-transform: translateX(-50%) scaleY(1);
    -moz-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    -o-transform: translateX(-50%) scaleY(1);
}
.pc_hb.fixed .pc_h {
}
#search1 {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 100002;
}
#search1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
#search1.open {
}
.module>.module_container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1536px;
    position: relative;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#search1 .module_container {
    height: 0;
    overflow: hidden;
    background: rgba(0,0,0,.8);
    max-width: none;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    display: flex;
    align-items: center;
}
#search1.open .module_container {
    height: 100vh;
}
#search1 .wrapper {
    width: 10.24rem;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    position: relative;
}
#search1.open .wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 
}
#search1 .wrapper .form {
    display: flex;
    overflow: hidden;
    padding-bottom: 15px;
    justify-content: space-between;
    background: #fff;
    padding: .15rem .25rem;
}
.icon_search {
    background-image: url(../images/icon_search.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#search1 .wrapper .form .icon_search {
    background-position: 0 -16px;
    opacity: .5;
    margin-top: 7px;
    margin-left: 12px;
}
#search1 .wrapper .form .input1 {
    font-size: .18rem;
    color: #333;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
    flex: 1;
    overflow: hidden;
    padding: 0;
}
.fl {
    float: left 
}
#search1 .close {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 100;
    top: .3rem;
    right: .3rem;
    opacity: 0;
    visibility: hidden;
}
#search1 .close:after,#search1 .close:before {
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    content: "";
    left: 50%;
}
#search1 .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) 
}
#search1 .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) 
}
#search1 .close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg) 
}
#search1 .keywords {
    line-height: .38rem;
    color: #333;
    font-size: .14rem;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    display: none;
}
#search1 .keywords span {
    white-space: nowrap 
}
#search1 .keywords a {
    color: #444;
    height: .38rem;
    margin-bottom: .14rem;
    padding: 0 .2rem;
    display: inline-block;
    margin-right: .14rem;
    background: #f5f5f7;
    border-radius: 50vw;
    transition: .5s;
}
#search1 .keywords a:hover {
    background: #d10015;
    color: #fff 
}
#search1.open .close {
    opacity: 1;
    visibility: visible 
}
.m_header_box {
    transition: .6s;
    display: none;
    height: 0;
    position: relative;
    z-index: 100000;
    width: 100%;
}
.m_header_box header {
    padding: 0 0 0 15px;
    height: .75rem;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #124fb0;
    background: url(../images/head-bg_on.png) 0.03rem repeat-x;
    background-size: 100% 113%;
    border-top: #d2a858 0.03rem solid;
    transition: .5s;
}

.m_header_box header #logo img {
    height: .4rem;
}
.m_header_box header #logo {
    padding: 0;
    width: 100%;
}
.m_header_box .list_box1 {
    margin-right: .4rem;
}
.m_header_box .list_box1 .li a {
    border-radius: 0;
    width: 28px;
    height: 20px;
    font-size: 10px;
}
.m_header_box .search_btn {
    margin-right: .15rem;
    position: relative;
    z-index: 10;
}
#nav_btn_box.on {
    background: none;
}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
}
#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: .85rem;
}
#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}
#nav_btn .point {
    display: inline-block;
    width: .34rem;
    height: 18px;
    position: relative;
    outline: none;
    vertical-align: middle;
}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
    width: 100%;
}
#nav_btn .navbtn {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-top: -1px;
}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}
#nav_btn .navbtn::after {
    top: -8px;
}
#nav_btn .navbtn::before {
    top: 8px;
}
#nav_btn .point.on .navbtn {
    background: transparent;
}
#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255,255,255,.1);
}
.m_nav_list::-webkit-scrollbar {
    display: none 
}
#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 52px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    overflow: hidden;
    overflow-y: scroll;
    background: #f5f5f5;
}
#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
    display: none;
}
#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}
#m_nav .list1 {
    justify-content: center 
}
#m_nav .list1 li .a {
    color: #d10015 
}
#m_nav .list1 li .a img {
    display: none 
}
.list_box_nav_mobile {
    max-width: 90%;
    margin: 0 auto;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}
.list_box_nav_mobile>li .con {
    position: relative;
}
.list_box_nav_mobile>li .h3 {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.06);
    line-height: .56rem;
    color: #000;
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}
.list_box_nav_mobile>li.on .a {
    color: rgba(255,255,255,1);
}
.list_box_nav_mobile>li .box {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none 
}
.list_box_nav_mobile>li .sub {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.list_box_nav_mobile>li i {
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .56rem;
    height: .56rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 16px 16px !important;
    position: absolute;
    display: block;
    right: -.2rem;
    top: 0;
    cursor: pointer;
}
.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.list_box_nav_mobile>li .sub a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
    min-width: 33.33%;
}
.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

#m_nav #search1{ position: relative;height: auto;margin: .2rem 0 0;}
#m_nav #search1 .module_container{ height: auto;background: #fff; box-shadow: 0 0 .1rem rgba(0,0,0,.1);padding: 0;}
#m_nav #search1 .close{ display: none}
#m_nav #search1:before{background: #124fb0;display: none;}
#m_nav #search1 .wrapper {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
#m_nav #search1 .wrapper .form{ background: none}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 100vh;
}
.banner ul li {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner .img{ animation: sca 20s linear infinite}
@keyframes sca {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.banner .img .imgLi {
    padding-bottom: 100vh;
    transition: 0s;
}
.banner .img .imgLi:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/banner_t1.png) center bottom no-repeat;
    background-size: 100% auto 
}
.banner .img .imgs {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.banner video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .top {
    position: absolute;
    right: 0;
    bottom: .4rem;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .4rem;
    padding: 0 .48rem;
    z-index: 2;
}
.banner .top h4 {
    font-size: .3rem;
    color: #fff;
    line-height: .3rem;
    flex: 1;
    overflow: visible;
    white-space: normal;
    font-weight: normal;
}
.banner .top h4 span {
    display: inline-block;
    opacity: 0;
    margin: 0 .5px;
    font-weight: bold;
    transition: .5s;
}
.banner.on .top h4 span {
    opacity: 1;
}
.banner .dots {
    display: flex;
    margin: 0px;
    z-index: 10;
    width: auto;
    margin-left: .3rem;
}
.banner .dots span {
    width: .28rem;
    height: .28rem;
    transition: .5s;
    margin: 0 .12rem !important;
    opacity: 1 !important;
    background: none;
    position: relative;
    z-index: 1;
}
.banner .dots span:before{ content: ""; position: absolute; width: .15rem; height: .15rem; background: #c2994a; border-radius: 50vw; z-index: -1; bottom: -.04rem; left: -.04rem; transform: scale(0); transition: .5s}
.banner .dots span:after{ content: ""; position: absolute; width: 0; height: 1px; background: rgba(255,255,255,.55); top: 50%; left: 130%; transition: .5s; opacity: 0}
.banner .dots span img{ width: 100%; height: 100%; transition: .5s}
.banner .dots span img.i2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0}

.banner .dots span.active{ margin-right: .75rem !important}
.banner .dots span.active:before{ transform: scale(1)}
.banner .dots span.active:after{ width: .58rem; opacity: 1}
.banner .dots span.active img.i1{ opacity: 0}
.banner .dots span.active img.i2{ opacity: 1}

.banner .dotsBox {
    align-items: center 
}
.more3 {
    font-size: .14rem;
    color: #fff;
    margin-left: .4rem;
    position: relative;
    transition: .5s 
}
.more3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .36rem;
    background: #fff;
    opacity: .44;
    left: -.18rem;
    top: 50%;
    transform: translateY(-50%) 
}
@media(min-width: 1024px) {
    .banner .top h4 span {
        display: inline-block;
        opacity: 0;
        filter: blur(10px);
        -webkit-filter: blur(10px);
        transform: translateY(-16px);
        margin: 0 .5px;
        font-weight: bold;
        transition: .5s;
    }
    .banner.on .top h4 span {
        opacity: 1;
        filter: blur(0px);
        -webkit-filter: blur(0px);
        transform: translateY(0px);
    }
    .more3:hover {
        color: #d10015 
    }
    .list1 li .a:hover {
        color: #fff 
    }
}

.tit1 {
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: .45rem;
    z-index: 1;
}
.tit1 img{ height: .85rem}
.tit1 .a1:nth-child(1){ position: relative; z-index: 1;display: inline-block;overflow: hidden;}
.tit1 .a1:nth-child(1)::before{
    position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.tit1 .a1:nth-child(1)::after{
    position: absolute;
    top: 0;
    left: -120%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.home1 .tit1 .a1:nth-child(1)::before{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(246,246,246,.5),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(246,246,246,.5),rgba(0,0,0,0));
}
.home1 .tit1 .a1:nth-child(1)::after{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(246,246,246,.8),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(246,246,246,.8),rgba(0,0,0,0));
}
.home2 .tit1 .a1:nth-child(1)::before{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
}
.home2 .tit1 .a1:nth-child(1)::after{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.8),rgba(0,0,0,0));
}
.home4 .tit1 .a1:nth-child(1)::before{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
}
.home4 .tit1 .a1:nth-child(1)::after{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.8),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.8),rgba(0,0,0,0));
}
.home3 .tit1 .a1:nth-child(1)::before{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.5),rgba(0,0,0,0));
}
.home3 .tit1 .a1:nth-child(1)::after{
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.8),rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(234,242,250,.8),rgba(0,0,0,0));
}
.active .tit1 .a1:nth-child(1)::before{
    -webkit-animation: shine 2s 1.5s;
    animation: shine 2s 1.5s;
}
.active .tit1 .a1:nth-child(1)::after{
    -webkit-animation: shine 1s 1.75s;
    animation: shine 1s 1.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 115%;
    }
}
@keyframes shine {
    100% {
        left: 115%;
    }
}
-----------------------------------
css流光效果
https://blog.51cto.com/u_15057841/4348025
.tit1 img{ height: .85rem}
.tit1 .ll {
    position: relative;
    z-index: 1 
}
.tit1 h3 {
    font-size: .28rem;
    color: #d10015;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.tit1 h3 big {
    font-family: '华文隶书';
    font-size: .54rem;
    margin: 0 0 0 0;
    transform: translateY(.02rem);
}
.tit1 h6 {
    font-size: .98rem;
    color: #d10015;
    font-family: 'Bell MT';
    opacity: .1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.08rem;
    z-index: -1;
}
.tit1c {
    justify-content: center;
    text-align: center;
}
.tit1c .more1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .15rem;
    color: #000000;
    align-items: center;
    transition: .5s;
}
.tit1c .more1 img {
    height: .3rem;
    margin: 0 .1rem 0 0 
}
.shibei {
    width: .44rem;
    height: .3rem;
    position: relative;
    margin: 0 .1rem 0 0 
}
.shibei img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .6s 
}
.shibei .i1 {
    opacity: 1 
}
[data-aos=shibei] .shibei .i1-1 {
    opacity: 0;
    transform: translateX(.05rem) 
}
[data-aos=shibei].aos-animate .shibei .i1-1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s;
}
[data-aos=shibei] .shibei .i1-2 {
    opacity: 0;
    transform: translateX(.05rem) 
}
[data-aos=shibei].aos-animate .shibei .i1-2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .1s;
}
[data-aos=shibei] .shibei .i2 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .2s;
}
[data-aos=shibei] .shibei .i3 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i3 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .3s;
}
[data-aos=shibei] .shibei .i4 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i4 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .4s;
}
[data-aos=shibei] .shibei .i5 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i5 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s;
}
[data-aos=shibei] .shibei .i6 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i6 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .6s;
}
[data-aos=shibei] .shibei .i7 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i7 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .7s;
}
[data-aos=shibei] .shibei .i8 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i8 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .8s;
}
[data-aos=shibei] .shibei .i9 {
    opacity: 0;
    transform: translateX(.03rem) 
}
[data-aos=shibei].aos-animate .shibei .i9 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .9s;
}
.home1 {
    background: url(../images/home1_b1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.home1 .left {
    width: 6.56rem;
}
.home1 .right {
    width: calc(100% - 6.56rem);
    padding: 0 0 0 .5rem;
}
.list3w{ margin-left: -.12rem; padding-left: .12rem}
.list3Box .arrow1{position: absolute;bottom: 0;right: 0;width: .51rem;height: 1.8rem;background: #eaf2fa;z-index: 1;}
.list3Box .arrow1 .arrow{ width: 100%; height: 50%; display: flex; justify-content: center; align-items: center;cursor: pointer;transition: .5s;}
.list3Box .arrow1 .arrow svg{ width: .24rem; height: .24rem; fill: #124fb0;transition: .5s;}
.list3Box .arrow1 .arrow.prev{ background: #d32818;}
.list3Box .arrow1 .arrow.prev svg{ fill: #fff}
.list3Box .arrow1 .arrow:hover{ background: #c2994a}
.list3Box .arrow1 .arrow:hover svg{ fill: #fff}
.list3 .a {
    display: block;
    position: relative;
    z-index: 1;
}
.list3 .a:before{ content: ""; position: absolute; top: .62rem; right: .5rem; bottom: 0; left: -.12rem; background: #124fb0; z-index: -1}
.list3 .img .imgLi {
    padding-bottom: 62.44%;
}
.list3 .txt {
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .9rem 0 .3rem;
}
.list3 h6{
    color: rgba(255,255,255,.6);
    justify-content: space-between;
    align-items: center;
}
.list3 .p {
    font-size: .16rem;
    color: #fff;
    position: relative;
    z-index: 1;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    padding: 0 .06rem;
    display: inline-block;
    height: .15rem;
}
.list3 h4 {
    margin: .2rem 0 0;
    font-size: .22rem;
    color: #fff !important;
    line-height: .36rem;
    max-height: .72rem\0;
}

.list4 li {
    margin-bottom: .3rem;
    border-bottom: rgba(102,102,102,.22) 1px solid;
    padding-bottom: .3rem;
}
.list4 li:last-child{ padding-bottom: 0; margin-bottom: 0; border: none}
.list4 .a {
    align-items: center;
    min-height: 1.34rem;
}
.list4 .img {
    width: 2.5rem;
    margin: 0 .25rem 0 0;
    background: #eaf2fa;
}
.list4 .img .imgLi{ padding-bottom: 62.4%}
.list4 .txt {
    flex: 1;
    overflow: hidden 
}
.list4 .p {
    font-size: .16rem;
    position: relative;
    z-index: 1;
    padding: 0 .06rem;
    display: inline-block;
    height: .15rem;
    color: #124fb0;
    border-left: #124fb0 1px solid;
    border-right: #124fb0 1px solid;
}
.list4 h4 {
    margin: .2rem 0 .1rem; 
}
.list4 h6{
    color: #999;
    font-size: .14rem;
    justify-content: space-between;
    align-items: center;
}
.list4 li .p1 {
    color: #d10015;
    border-left: #d10015 1px solid;
    border-right: #d10015 1px solid;
    font-size: .16rem;
    position: relative;
    z-index: 1;
    padding: 0 0.06rem;
    display: inline-block;
    height: 0.15rem;
}

.more2 {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    font-size: .2rem;
    color: #666666;
    transition: .5s;
    position: absolute;
    right: 0;
}
.more2 svg {
    width: .25rem;
    height: .25rem;
    transition: .5s;
    margin: -.03rem .1rem 0 0;
}
.more2:hover svg .cls-1 {
    stroke: #d10015 !important 
}
.home2 {
    background: #eaf2fa;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}
.home2 .b1 {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.35rem;
    max-width: 23%;
}
.home2 .b2 {
    position: absolute;
    top: 0;
    height: 100vh;
    right: 0;
}
.home2 .b3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30%;
    height: 60vh;
}
.home2 .b3 img{ height: 100%; object-fit: cover}
.home2 .content {
    position: relative;
    z-index: 1;
    min-height: ;
    align-items: flex-start;
}
.home2 .left {
    width: 34%;
}
.home2 .right {
    width: 32%;
    position: relative;
    z-index: 1;
}
.home2 .right:before{ content: ""; position: absolute;width: 100%;left: 0;height: 100vh;background: #fff;transition: .5s;}
.tit2 {
    margin-bottom: .3rem 
}
.tit2 h3 {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: #124fb0;
    font-weight: 600 
}
.tit2 h3 img {
    width: .18rem;
    height: .18rem;
    margin: 0 .1rem 0 0;
    transition: .5s;
}
.list5 .a {
    display: block;
    position: relative;
}
.list5 .img .imgLi {
    padding-bottom: 60.5%;
}
.list5 .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: url(../images/list5_t1.png) center 101% no-repeat;
    background-size: 100% auto;
}
.list5 .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 .4rem .22rem;
}
.list5 h6 {
    color: #fff;
    margin-bottom: .08rem;
}
.list5 h4 {
    color: #fff;
}
.list6 {
    padding: .2rem .4rem;
    position: relative;
}
.list6:before{ content: ""; position: absolute; left: 0; width: 1px; height: 100vh; background: rgba(255,255,255,.2);top: 0;}
.list6 li {
    padding: .12rem 0;
}
.list6 h6 {
    color: #fff;
    margin-bottom: .12rem;
    opacity: .4;
}
.list6 h4 {
    color: #fff;
}
.list7 {
    overflow: hidden;
    background: #fff;
}
.list7 .a {
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .4rem;
    position: relative;
    z-index: 1;
    background: #fff;
}
.list7 .a:before {
    content: "";
    position: absolute;
    left: .4rem;
    right: .4rem;
    height: 1px;
    background: #e0e0e0;
    top: 0;
    transition: .5s;
}
.list7 li:first-child .a:before {
    display: none 
}
.list7 h4 {
    margin-bottom: .15rem 
}
.list7 p {
    display: flex;
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
    overflow: hidden;
    margin-bottom: .05rem 
}
.list7 p img {
    width: .2rem;
    height: .2rem;
    margin: .03rem .08rem 0 0;
}
.list7 p:nth-child(2) img {
    width: .18rem;
    height: .18rem; 
    margin: .03rem .1rem 0 0;
}
.list7 .a .Line {
    position: absolute;
    background: #d10015;
}
.list7 .a .Line1 {
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: .2s linear;
}
.list7 .a .Line2 {
    width: 1px;
    height: 0;
    bottom: 0;
    left: 0;
    transition: .2s linear;
}
.list7 .a .Line3 {
    width: 0;
    height: 1px;
    top: 0;
    right: 0;
    transition: .2s linear;
}
.list7 .a .Line4 {
    height: 0;
    width: 1px;
    right: 0;
    top: 0;
    transition: .2s linear;
}
.list7 .a .Line5 {
    width: 1px;
    height: 0;
    top: 0;
    right: 0;
    transition: .2s linear;
    display: none;
}
.list7 .a .Line6 {
    width: 0;
    height: 1px;
    bottom: 0;
    right: 0;
    transition: .2s linear;
    display: none;
}
.list7 .a:hover .Line1 {
    width: 100%;
}
.list7 .a:hover .Line2 {
    height: 100%;
}
.list7 .a:hover .Line3 {
    width: 100%;
}
.list7 .a:hover .Line4 {
    height: 100%;
}
.list7 .a:hover .Line5 {
    height: 100%;
}
.list7 .a:hover .Line6 {
    width: 68%;
}
.list7 li:hover .a:before, .list7 li:hover + li .a:before {
    opacity: 0 
}
.home3 {
    background: url(../images/home3_b1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.home3 .list15 {
}

.tit1w.tit1 h6 {
    color: #fff;
}
.tit1w.tit1 h3 {
    color: #fff 
}
.home4 {
    background: url(../images/home4_b1.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}
.home3 .fl1{ justify-content: space-between;align-items: center;}
.home3 .fl1 .left{ width: calc(100% - 1.24rem)}
.home3 .fl1 .right{ width: .48rem}
.list8 {
    margin: 0 -.25%;
}
.list8 li {
    width: 25%;
    padding: 0 .15%;
    margin-bottom: .25%;
}
.list8 .a {
    display: block;
    position: relative;
}
.list8 li:nth-child(1), .list8 li:nth-child(6) {
    width: 50%;
}
.list8 .ico img {
    height: .4rem 
}
.list8 .img .imgLi {
    padding-bottom: 83.9%;
}
.list8 .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/list8_t1.png) center 101% repeat-x;
    background-size: auto 1.2rem;
}
.list8 li:nth-child(1) .img .imgLi, .list8 li:nth-child(6) .img .imgLi {
    padding-bottom: 41.7%;
}
.list8 li .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .18rem .25rem .25rem;
    transition: .5s;
}
.list8 h4 {
    align-self: flex-end;
    color: #fff;
    font-weight: 700;
}
footer {
    background: url(../images/footer_b1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
footer .fl1 {
    justify-content: space-between;
    align-items: center;
    padding: .55rem 0 .35rem;
}
footer .fl1 h3 {
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: .22rem;
    display: flex;
    align-items: center;
}
footer .fl1 h3 img {
    margin: 0 .15rem 0 0; 
    height: .3rem;
}
footer .fl1 .center {
    max-width: calc(100% - 6.4rem - 60px);
}
footer .fl1 .center img {
    max-width: 100% 
}
footer .fl1 .right .logo2 {
    margin-bottom: .25rem 
}
footer .fl1 .right p {
    font-size: .16rem;
    color: #fff;
    line-height: .3rem 
}
footer .fl1 .left {
    width: 4rem 
}
.list9 {
    margin-right: -.4rem;
}
.list9 li {
    min-width: 25%;
    position: relative;
}
.list9 .a {
    font-size: .16rem;
    color: #fff;
    line-height: .4rem;
    transition: .5s;
}
.list9 .a:hover {
    opacity: .8 
}
.list10 {
    justify-content: flex-end;
    width: 3.2rem;
}
.list10 img {
    width: 1.65rem 
}
footer .fl2 {
    border-top: rgba(255,255,255,.2) 1px solid;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
}
footer .fl2 p {
    font-size: .14rem;
    color: #fff;
    line-height: .3rem;
}
footer .fl2 .center p { color: rgba(255,255,255,.5)}
footer .fl2 p img {
    height: .2rem;
    margin: -3px .03rem 0 0;
}
.list7s1 {
    margin: 0 -.15rem;
    display: flex;
    flex-wrap: wrap;
    background: none 
}
.list7s1 li {
    width: 33.33%;
    padding: 0 .15rem;
    margin-bottom: .3rem 
}
.list7s1 .a {
    background: #f8f8f8 
}
.list7s1 .a:before {
    display: none 
}
.list11{ align-items: flex-start;height: 2.2rem;}
.list11 li {
    width: 25%;
    height: 100%;
}
.list11 .a {
    height: 100%;
    /*! background: #d32818; */
    justify-content: center;
    align-items: center;
    padding: 0 .38rem;
    position: relative;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    transition: .5s;
}
.list11 .a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    left: 0;
    opacity: 0;
    transition: 1.5s;
    z-index: -1;
    transition-delay: .5s;
}
.list11 .ll {
    font-size: .24rem;
    color: #fff;
    line-height: .26rem;
    /*! overflow: hidden; */
    display: flex;
    align-items: center;
    font-weight: bold; 
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    transition: .5s;
    max-width: 100%;
    word-break: break-word;
    
}
.active .list11 .a:before{ height: 100%;opacity: 1;}
.list11 .ll{ opacity: 0; /*! transition: 1.5s; *//*! transition-delay: 1s; */}
.active .list11 .ll { opacity: 1}
.list11 img {
    width: .55rem;
    margin: 0 0 .05rem; 
}
.list11 .ico {
    width: .3rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    left: 50%;
    margin-left: -.15rem;
    transition: .5s;
}
.list11 .ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: .5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 50vw;
    z-index: -1;
}
.list11 .ico img{ width: .29rem}
.list11 .ico svg {
    width: .18rem;
    height: .18rem;
    fill: #fff;
    transition: .5s;
    transform: rotate(90deg);
}
.list11 li.li1 .a {
    height: 4.65rem;
}
.list11 li.li2 .a {
    /*! background: #12a077; */
    height: calc(100% + .6rem);
}
.list11 li.li3 .a {
    /*! background: #f6b71b; */
}
.list11 li.li4 .a {
    /*! background: #0d6dbd; */
}

.list11 li.li1 .a:before{ background: #d32818}
.list11 li.li2 .a:before{ background: #12a077}
.list11 li.li3 .a:before{ background: #f6b71b} 
.list11 li.li4 .a:before{ background: #0d6dbd}

.list11 li:nth-child(1){ margin-top: -2.9rem;}
.list12 {
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.list12 li {
    width: 50%;
    margin-bottom: -1px;
}
.list12 .a {
    height: 2.4rem;
    align-items: center;
    padding: 0 0 0 .44rem;
    position: relative;
    z-index: 1;
}
.list12 .ico {
    width: .99rem;
    height: .99rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem 
}
.list12 .ico img {
    max-width: 100%;
    max-height: 100% 
}
.list12 .ico:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50vw;
    opacity: .3;
    transform: scale(.84);
    transition: .5s;
}
.list12 .ico:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #d2e5f7 1px dashed;
    border-radius: 50vw;
    opacity: .9;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}
.list12 .txt {
    flex: 1;
    overflow: hidden;
}
.list12 h3 {
    font-size: .16rem;
    color: #fff;
}
.list12 h3 big {
    font-size: .28rem;
    font-weight: bold;
    margin: 0 .04rem 0 0;
}
.list12 h6 {
    font-size: .16rem;
    color: #fff;
    line-height: 1.25;
    margin: .08rem 0 0;
}
.list12 .li1 {
    transform: translateY(2.4rem);
}
.list12 .li3 {
    margin-top: 2.4rem;
}
.list12 .a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.list12 .li1 .a::before, .list12 .li3 .a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: rgba(255,255,255,.55) 1px solid;
}
.list12 .li2 .a::before {
    background: #eaf2fa;
}
.list12 .li4 .a::before {
    background: #b40c1c;
}
.list12 .li2 .ico:before {
    background: #bf0621;
    opacity: .1;
}
.list12 .li2 .ico:after {
    border: #bf0621 1px dashed;
}
.list12 .li2 h3 {
    color: #bf0621;
}
.list12 .li2 h6 {
    color: #666666;
}
.list13 {
    margin-left: 25%;
    margin-right: -1.26rem;
}
.list13 li{ overflow: hidden;}
.list13 .a {
    display: flex;
    position: relative;
    z-index: 1;
}
.list13 .img .imgLi {
    padding-bottom: 56.25%;
}
.list13 .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list13 .box {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.list13 .box .cir {
    position: absolute;
    display: block;
    border-radius: 50%;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.list13 .box .cir1 {
    animation: circleScale1 6s infinite;
    transform: scale(0.3);
}
.list13 .box .cir2 {
    animation: circleScale1 6s infinite;
    transform: scale(0.3);
    animation-delay: 1.5s;
}
.list13 .box .cir3 {
    animation: circleScale1 6s infinite;
    transform: scale(0.3);
    animation-delay: 3s;
}
@keyframes circleScale1 {
    0% {
        opacity: .7;
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.list13 .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .71rem;
    height: .71rem;
    background: #fff;
    border-radius: 50%;
}
.home4 .fl1{ align-items: flex-end}
.home4 .fl1 .left {
    width: 59.21%;
    position: relative;
    z-index: 2;
}
.home4 .fl1 .right {
    width: calc(100% - 59.21%);
    position: relative;
    z-index: 1;
}
.home4 .fl1 .right .tit1{ padding-left: 1.88rem}
.list12s{ padding: .46rem .66rem .56rem 1.88rem; background: url(../images/list12s_b1.jpg) center no-repeat; background-size: cover;margin: 0 -.24rem 0 0;overflow: hidden;}
.list12s li{width: 50%;padding: 0 .18rem;margin: .2rem 0;}
.list12s .a{ height: .6rem;border-bottom: rgba(102,102,102,.2) 1px solid;align-items: center;white-space: nowrap;flex-wrap: nowrap;position: relative;}
.list12s .a:after{ content: ""; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: #c50610; transition: .5s}
.list12s .ico{ margin: 0 .1rem 0 0;width: .28rem;height: .28rem;position: relative;z-index: 1;min-width: .28rem;}
.list12s .ico img{ width: 100%;transition: .5s;}
.list12s .ico img.i2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%;opacity: 0;transition: .5s;}
.list15 {
    justify-content: center;
    position: relative;
    z-index: 10;
    width: 100%;
}
.list15 li {
    margin: 0 0 .2rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.list15 li:nth-child(1){ z-index: 5}
.list15 li:nth-child(2){ z-index: 4}
.list15 li:nth-child(3){ z-index: 3}
.list15 li:nth-child(4){ z-index: 2}
.list15 li:nth-child(5){ z-index: 1}

.list15 li .a {
    display: flex;
    font-size: 13px;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    width: .52rem;
    height: .52rem;
    transition: .5s;
}
.list15 li .a img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list15 li .a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50vw;
    transform: scale(0);
    background: #c00000;
    z-index: -1;
    opacity: .1;
    transition: .5s;
}
.list15 li .ewm {
    width: 1.4rem;
    background: #fff;
    border-radius: .06rem;
    position: absolute;
    padding: .05rem;
    top: 140%;
    left: 50%;
    margin-left: -.7rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(.1rem);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);
}
.list15 li .ewm:before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: rotate(45deg);
    top: -.06rem;
    left: 50%;
    margin-left: -.06rem;
}
.list15 li .ewm img {
    width: 100% 
}
.list15 li:hover .a {
    background: rgba(255,255,255,.5);
}
.list15 li:hover .a:before {
    transform: scale(1.35);
}
.list15 li:hover{ z-index: 100}
.list15 li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); 
}

@media(min-width: 800px) {
.list15 li .ewm {
    width: 1.4rem;
    background: #fff;
    border-radius: .06rem;
    position: absolute;
    padding: .05rem;
    right: 140%;
    top: 50%;
    margin-top: -.7rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateX(.1rem);
    box-shadow: 0 0 0.3rem rgba(0,0,0,.2);
    left: auto;
}
.list15 li .ewm:before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: rotate(45deg);
    right: -.06rem;
    top: 50%;
    margin-top: -.06rem;
    left: auto;
}
.list15 li .ewm img {
    width: 100% 
}
.list15 li:hover .a {
    background: rgba(255,255,255,.5);
}
.list15 li:hover .a:before {
    transform: scale(1.35);
}
.list15 li:hover{ z-index: 100}
.list15 li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) 
}
}

.more6{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: .7rem 0 0;}
.more6 img{ width: .15rem;animation-delay: 0ms;animation-duration: 1500ms;animation-iteration-count: infinite;animation-name: arrow;animation-play-state: running;animation-timing-function: linear;}
@-webkit-keyframes arrow{0%{opacity:0;-webkit-transform:translate3d(0px,0px,0px)}33%{opacity:1}66%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0px,5px,0px)}}
@keyframes arrow{0%{opacity:0;transform:translate3d(0px,0px,0px)}33%{opacity:1}66%{opacity:1}100%{opacity:0;transform:translate3d(0px,5px,0px)}}
.more6 span{ display: inline-block; width: .15rem; font-size: .15rem; color: #000000; margin: 0 0 .1rem; line-height: 1.125;transition: .5s;}
.list16 li {
    margin-right: .16rem;
}
.list16 li a img {
    width: .25rem 
}
.tc1 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999999999;
}
.tc1 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}
.tc1 .close:hover {
    transform: rotate(180deg);
}
.tc1 .close,.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.tc1 .tc-box {
    position: absolute;
    background: #d9d9d9;
    border-radius: .5rem;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    width: 2.88rem;
    left: 50%;
    margin-left: -1.44rem;
    margin-top: -1.44rem;
    padding: .16rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}
.tc1 .tc.act .tc-box {
    transform: scale(1);
}
.tc1 .tc.act {
    display: block;
}
.tc1 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}
.tc1 .tc_bg {
    height: 100%;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.tc1 .tc-box h3 img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.tc1 .tc-box h5 {
    padding-top: .16rem;
    font-size: .14rem;
    color: #6c6c6c;
    text-align: center;
}
.ftop {
    width: .52rem;
    position: fixed;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.fp-viewing-page2 .ftop, .fp-viewing-page3 .ftop, .fp-viewing-page4 .ftop, .fp-viewing-page5 .ftop, .fp-viewing-page6 .ftop, .fp-viewing-page7 .ftop, .fp-viewing-page8 .ftop {
    opacity: 1;
    visibility: visible;
}
.ftop.on {
    opacity: 1;
    visibility: visible 
}
.ftop>img {
    width: .46rem;
    margin-bottom: -1px 
}
.list17 {
    width: 100%;
    background: #d10014;
}
.list17 li:first-child{ position: relative}
.list17 li:first-child:before{content: "";position: absolute;left: 0;top: .45rem;width: .04rem;height: .02rem;background: #fff;}
.list17 li:first-child:after{content: "";position: absolute;right: 0;top: .45rem;width: .04rem;height: .02rem;background: #fff;}
.list17 .a {
    display: block;
    padding: .12rem .06rem;
    position: relative;
}
.list17 .a:before {
    content: "";
    position: absolute;
    left: .06rem;
    right: .06rem;
    height: 1px;
    background: rgba(255,255,255,.3);
    bottom: 0
}
.list17 li:nth-child(1) .a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: .18rem;
    width: 5px;
    height: 5px;
    background: url(../images/wj.svg) center no-repeat;
    margin-left: -2.5px;
    border-radius: 50vw;
    background-size: 100% 100%;
}
.list17 img {
    width: .23rem;
    transition: .5s;
    opacity: .7;
}
.list17 h6 {
    font-size: .14rem;
    color: #fff;
    line-height: 1.375;
    margin-top: .04rem;
    transition: .5s;
    opacity: .7;
}
.list17 li:nth-child(1) .a:after {
    animation: star1 3s linear infinite;
}
@keyframes star1 {
    0% {
        opacity: 1 
    }
    50% {
        opacity: 0 
    }
    100% {
        opacity: 1 
    }
}
.slow img {
    transition: 1s cubic-bezier(0.25, 0, 0, 1);
}
.list17 .active .a img {
    transform: rotateY(180deg);
}
.list17 .active .a img, .list17 .active .a h6 {
    opacity: 1;
}

@media(min-width: 1024px) {
    .a:hover .slow .imgLi, a:hover .slow .imgLi, .slow:hover img {
        transform: scale(1.08);
    }
    .tit1c .more1:hover, .more2:hover {
        color: #d10015 
    }
    .more2:hover svg {
        fill: #d10015 
    }
    .a:hover h4 {
        color: #d10015 
    }
.list12s .a:hover h4 {
font-weight:700;
}
    .list_sj .a:hover h4 {
        color: #fff;
    }
    .list5 .a:hover h4, .list6 .a:hover h4, .list8 .a:hover h4 {
        color: #fff 
    }
    .tit2 a:hover h3 img {
        transform: rotate(90deg) 
    }
    .list8 li .a:hover .txt {
    }
    
    .list11 .a:hover:before {
    }
    .list12 .a:hover .ico:before {
        transform: scale(1) 
    }
    .list4 li:nth-child(2n) .a:hover h4 {
    }
    
    .list11 .a:hover {height: calc(2.2rem + .4rem);}
    .list11 li:nth-child(1) .a:hover {height: calc(4.65rem + .3rem);}
    .list11 li:nth-child(2) .a:hover {height: calc(100% + .4rem + .2rem);}
    
    #nav ul li:hover .h3 {
        color: #f6b71b;
    }
    .list12s .a:hover:after{ width: 100%}
    .list12s .a:hover .ico img.i1{ opacity: 0}
    .list12s .a:hover .ico img.i2{ opacity: 1}
    
    .list11 .a:hover .ll {opacity: 1; transform: translateY(-.35rem);}
    .list11 .a:hover .ico{ opacity: 1; transform: translateY(.6rem);}
    
    .more6:hover span{ color: #124fb0}
    
    
}
@media(max-width: 1620px) {
    .list12s{ padding: .46rem .4rem .56rem 1.7rem; }
    .home2 .content::before {
        left: -.5rem;
    }
    .home4 .fl1 .right .xyfj {
        margin-left: -1.7%;
    }
    .list13 {
    }
    
    .list3 .img .imgLi {
        padding-bottom: 54%;
    }
    .list4 .img{ width: 2.25rem}
    .tit1 img{ height: .75rem}
    .tit1{ margin-bottom: .35rem}
    .list11 .ll{ font-size: .2rem}
    .list11{ height: 1.8rem}
    .list11 li.li2 .a{ height: calc(100% + .4rem);}
    .list7 .a{ height: 1.8rem;}
    .list7 h4{ margin-bottom: .1rem}
    .list4 li{ padding-bottom: .2rem; margin-bottom: .2rem;}
    .list3 .txt{ height: 1.5rem}
    .list3Box .arrow1{ height: 1.5rem}
}
@media(max-width: 1024px) {
    html::-webkit-scrollbar {
        width:0;
    }
    .pc_header {
        display: none;
    }
    .m_header {
        display: block;
    }
    .pc_hb {
        display: none;
    }
    .m_header_box {
        display: block;
    }
    .banner {
        height: auto;
    }
    .banner .img .imgLi {
        padding-bottom: 56%;
    }
    .banner .top {
        flex-wrap: wrap;
        bottom: .2rem;
        height: auto;
        padding: 0 15px;
    }
    .banner .top h4 {
        width: 100%;
        flex: auto;
        display: none;
    }
    .banner .dotsBox {
        width: 100%;
        justify-content: center;
    }
    .banner .dots {
        margin: 0 0 0;
    }
    .banner .top h4 span {
        transform: translateY(0px) !important;
        opacity: 1 !important;
    }
    .home1 .left {
        width: 100%;
        padding: 0;
    }
    .home1 .right {
        width: 100%;
        padding: .4rem 0 0;
    }
    .home2 .left {
        width: 100%;
    }
    .home2 .right {
        width: 100%;
        overflow: hidden;
    }
    .home2 .content::before {
        display: none;
    }
    .list6 {
        height: auto;
        background: #d10015;
        margin-bottom: .3rem;
    }
    footer .fl1 .left {
        width: 100%;
        text-align: center;
        /*! display: none; */
        padding: .3rem 0 0;
    }
    footer .fl1 h3{ justify-content: center}
    footer .fl1 .center {
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 25px 0;
        display: none;
    }
    footer .fl1 .right {
        width: 100%;
        text-align: center;
    }
    footer .fl1 h3::before {
        left: 50%;
        transform: translateX(-50%) 
    }
    .list10 {
        justify-content: center;
        margin: 0 auto;
    }
    .list9Box {
        justify-content: center 
    }
    footer .fl2 .left {
        width: 100%;
        text-align: center;
    }
    footer .fl2 .right {
        width: 100%;
        text-align: center;
    }
    footer .fl2 .center {
        width: 100%;
        text-align: center;
        margin: .1rem 0;
    }
    .list16 {
        justify-content: center 
    }
    .list9 {
        width: 100%;
        display: flex; 
        margin-right: 0;
        text-align: center;
        justify-content: center;
    }
    .list9 li {
        min-width: 20%; 
    }
    .home4 .fl1 .left {
        width: 100%;
    }
    .home4 .fl1 .right {
        width: 100%;
        padding-bottom: 1.5rem;
        padding: .8rem 0;
    }
    .list12s{ padding: .3rem .3rem}
    .list13 {
        margin: 0;
    }
    .list13 .img .imgLi {
        padding-bottom: 50%;
    }
    .list12 .a {
        padding: 0 .2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 2rem;
    }
    .list12 .txt {
        flex: none;
        text-align: center 
    }
    .list12 .ico {
        margin: 0 auto .15rem;
        width: .8rem;
        height: .8rem;
    }
    .list12 .li3 {
        margin-top: 0rem 
    }
    .list12 .li1 {
        transform: translateY(0rem);
    }
    .home4 .fl1 .right .xyfj {
        width: 75%;
        margin-left: 10%;
        transform: translateX(-50%);
    }
    .home4 .fl1 .right .xyfj .img1 {
        width: 100%;
        max-width: 100%;
    }
    .home4 .fl1 .right .xyfj .img2 {
        max-width: 24%;
    }
    .home3 .list15 {
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    .list16 li {
        margin: .06rem 
    }
    .ftop {
        display: none;
    }
    .home2 .b2 {
        display: none 
    }
    .list7s1 li {
        width: 50% 
    }
    .pad1, .pad2{ padding: .4rem 0}
    .kBox{ display: none}
    .home2 .b3{ display: none}
    .list11 .ll{ opacity: 1}
    .more6{ display: none}
    
    .list11 li:nth-child(1){ margin-top: 0}
    .list11 li.li1 .a{ height: 2.2rem;}
}
@media(max-width: 800px) {
    #gotop {
        right:0;
        transform: scale(0.7);
        bottom: .3rem;
    }
    .pad1 {
        padding: .4rem 0;
    }
    .pad2 {
        padding: .4rem 0;
    }
    .tit1 h6 {
        font-size: .55rem;
        bottom: -.02rem;
    }
    .tit1 h3 big {
        font-size: .4rem;
    }
    .tit1 h3 {
        font-size: .2rem;
    }
    .tit1 {
        margin-bottom: .25rem 
    }
    .home4 .fl1 .right .tit1{ justify-content: center; padding: 0}
    .tit1c .more1 img {
        height: .2rem;
    }
    .list8 li {
        width: 50%;
    }
    .list8 li:nth-child(1), .list8 li:nth-child(6) {
        width: 100%;
    }
    footer .fl1 {
        padding: .3rem 0 
    }
    footer .fl1 h3 {
        margin-bottom: .1rem;
        font-size: .22rem;
    }
    .list10 img {
        width: 1.2rem 
    }
    .list8 .ico img {
        height: .3rem;
    }
    .tit2 h3 {
        font-size: .24rem;
    }
    .list5 .txt {
        padding: 0 15px 15px;
    }
    .list6 {
        padding: .2rem 15px;
    }
    .list6 li {
        padding: .1rem 0;
    }
    .list6 h6{ margin-bottom: .05rem}
    .list7 .a {
        padding: 20px 15px;
        height: auto;
    }
    .list7 .a:before {
        left: 15px;
        right: 15px;
    }
    .list8 li .txt {
        padding: 15px 15px 10px;
    }
    #search1 .keywords span {
        display: block;
        width: 100% 
    }
    #search1 .keywords a {
        padding: 0 .15rem 
    }
    .list3 .txt {
        padding-left: .2rem;
        height: 1.4rem;
        padding-right: .6rem;
    }
    .list3Box .arrow1{ height: 1.4rem;/*! bottom: .6rem; */width: .4rem;}
    .list3 .a:before{ right: .4rem}
    .list3 h4{ margin-top: .12rem}
    
    .list11{ height: auto}
    .list11 li{ width: 50%}
    .list11 .a {
        padding: 0 .1rem;
        height: 1.3rem !important;
    }
    .list11 li:nth-child(1){ margin-top: 0}
    .list11 img {
        width: .4rem;
        /*! margin-right: .06rem; */
    }
    .list11 .ll {
        font-size: .2rem 
    }
    .list13 .box {
        transform: scale(.7) 
    }
    .list15 li {
        margin: 0 .08rem;
    }
    .list15 li .a {
        width: .36rem;
        height: .36rem; 
    }
    footer .fl1 .right .logo2 img {
        max-width: 50vw 
    }
    .list7s1 li {
        width: 100%;
        margin-bottom: .2rem 
    }
    .list4 li {
        margin-bottom: .15rem; 
        padding-bottom: .15rem;
    }
    .list4 .a {
        min-height: auto 
    }
    .list4 .img {
        width: 1.5rem;
        margin: 0 .2rem 0 0;
    }
    .list4 .p {
    }
    .list4 h4 {
        margin-top: 0;
        margin-bottom: .02rem;
    }
    .list4 h6{
        margin: .04rem 0 0;
        display: none;
    }
    
    .tit1 img{ height: .5rem}
    
    .banner .dots span{ width: .24rem; height: .24rem; margin: 0 .04rem !important;}
    .banner .dots span.active{ margin-right: .35rem !important}
    .banner .dots span.active:after{ width: .2rem}
    
    .more2{ font-size: .14rem;}
    .more2 svg{ width: .2rem; height: .2rem}
    
    .home4 .fl1 .right{ padding: .4rem 0 .1rem;}
    .list12s{ margin: 0 -7px;padding: .2rem .2rem;}
    .list12s li{ padding: 0 7px; margin: .05rem 0}
    
    .home3 .fl1 .left{ width: 100%;order: 1;margin-top: .3rem;}
    .home3 .fl1 .right{ width: 100%}
    
    .more6{ flex-direction: row;margin: .2rem 0 0;}
    .more6 span{ width: auto;margin: 0 .1rem 0 0;}
    .more6 img{ transform: rotate(-90deg);width: .1rem;}
    
    .list7 p:nth-child(2) img { width: .22rem; height: .22rem; margin-top: .01rem}
    .list7 p:nth-child(3) img { width: .24rem; height: .24rem; margin-top: .01rem}
    .list7 p:nth-child(4) img { width: .22rem; height: .22rem; margin-top: .01rem}
}
@media(max-width: 560px) {
    .list11 .ll {
        font-size: .18rem 
    }
    footer .fl1 .right p, footer .fl2 p{ font-size: .14rem;line-height: 1.75;}
}
.n_banner {
    position: relative;
    z-index: 10;
    box-shadow: 0px 16px 29px 0px rgba(6, 62, 127, 0.11);
}
.n_banner .img .imgLi {
    padding-bottom: 28.69%;
}
.n_banner .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url(../images/n_bt.png) left bottom no-repeat;*/
    background-size: auto 100%;
    font-size: .16rem;
}
.n_banner .top .wp {
    width: 16.16rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 9vw;
}
.n_banner.no_blue .top {
    background: none;
}
.mianbao img {
    margin: -2px .1rem 0 0;
    height: .14rem;
}
.mianbao * {
    font-size: .14rem;
    color: #fff;
    line-height: 1.5;
    font-style: normal;
}
.mianbao span {
    margin: 0 .1rem;
}
.n_banner h2 {
    font-size: .4rem;
    color: #fff;
    margin-bottom: .25rem;
    font-weight: 600;
}
.list_er {
    background: #f5f7fa;
    box-shadow: 0px 16px 29px 0px rgba(6, 62, 127, 0.11);
    position: relative;
    z-index: 12;
}
.list_er .wp {
    width: 16.16rem;
}
.list_er a {
    display: block;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .2rem;
    color: #333333;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list_er a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #124fb0;
    height: 0;
    z-index: -1;
    transition: .5s;
}
.list_er a:hover::before, .list_er .on a::before {
    height: 100%;
    opacity: 1;
}
.list_er a:hover, .list_er .on a {
    color: #fff;
}
.n_container {
    padding: .8rem 0 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.n_container .wp {
    width: 16.1rem;
}
.n_p1 {
    padding: 0 !important;
}
.n_p2 {
    padding: .8rem 0;
    overflow: hidden;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .list_er li {
        /* min-width: 20%; */
        text-align: center
    }
    .list_er li a {
        width: 100%;
        padding: 0 5px;
        line-height: 3 
    }
    .mianbao {
    }
    .list_er {
        margin: 0 15px;
        margin-top: .2rem;
    }
    .list_er .wp ul{width: 100%;flex-wrap: nowrap;overflow-x: auto;}
    .n_banner .top{ display: none}
}
@media(max-width: 800px) {
    .n_banner h2 {
        font-size: .22rem;
        margin-bottom: .1rem;
        padding: 0;
    }
    .n_p2 {
        padding: .4rem 0 
    }
    .list_er li{ font-size: .18rem}
}
@media(max-width: 560px) {
}
.h3-1 {
    font-size: .32rem;
    color: #124fb0;
    line-height: 1.375;
    font-weight: 600;
    margin-bottom: .2rem;
}
.about .fl1 .wp {
    align-items: center;
}
.about .fl1 .img {
    width: 5.16rem;
}
.about .fl1 .txt {
    width: calc(100% - 5.16rem);
    padding: 0 0 0 .6rem;
}
.list18 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .8rem;
    flex-wrap: nowrap;
}
.list18 img:last-child {
    display: none 
}
.list18 img {
    flex: 1;
    margin: 0 -1.25vw;
    height: 8.5vw;
}
.list18 .time {
    width: 8.5vw;
    height: 8.5vw;
    background: #eff4fb;
    border-radius: 50vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6vw;
    color: #c43745;
    font-family: 'Goudy Old Style';
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list18 .time:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: scale(.8);
    border-radius: 50vw;
    z-index: -1;
    transition: .5s 
}
.list18 .time:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #124fb0;
    transform: scale(0);
    border-radius: 50vw;
    z-index: -1;
    transition: .5s;
    opacity: 0 
}
.list18 p {
    font-size: .16rem;
    color: #666666;
    line-height: .28rem;
    width: 9vw;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: .2rem;
}
.list18 li:nth-child(3) .time:after {
    transform: scale(.8);
    opacity: 1 
}
.list18 li:nth-child(3) .time {
    color: #fff 
}
.about .fl2 .wp:nth-child(1) {
    margin-bottom: .8rem;
}
.about .fl2 {
    background: #f7f9fc;
}
.about .fl2 .left {
    width: calc(100% - 5.5rem);
}
.about .fl2 .h3-1 {
    margin-bottom: .3rem;
}
.about .fl2 .left .ar_article {
    background: #fff;
    padding: .4rem .5rem;
    border-left: #124fb0 3px solid 
}
.about .fl2 .wp {
    /*! align-items: flex-end; */
}
.about .fl2 .right {
    padding: 0;
    width: 5.5rem;
}
.about .fl2 .right .img {
    width: 7.8rem;
    box-shadow: 0px 1px .3rem 0px rgba(2, 43, 91, 0.23);
    max-width: 100%;
}
.about .fl3 .wp {
    align-items: center;
}
.about .fl3 .img {
    width: 7.8rem;
}
.about .fl3 .right {
    width: calc(100% - 7.8rem);
    position: relative;
}
.about .fl3 .box {
    background: #fff;
    padding: .5rem;
    margin-left: -1.14rem;
    box-shadow: 0px .16rem .28rem 0px rgba(6, 62, 127, 0.11);
}
.about .fl3 .box1 {
    margin-top: .85rem;
}
.about .fl3 { padding-bottom: 0
}
.about .fl4{ padding-top: .3rem}
.about .fl4 .wp {
    align-items: center 
}
.about .fl4 .img {
    width: 3.98rem;
    order: 1;
    box-shadow: 0px 1px .6rem 0px rgba(4, 0, 0, 0.14);
}
.about .fl4 .txt {
    flex: 1;
    overflow: hidden; 
    background: #fff;
    padding: .4rem .5rem;
    border-left: #124fb0 3px solid;
    box-shadow: 0px 1px .6rem 0px rgba(4, 0, 0, 0.14);
    
}
.about .fl5{
    background: url(../images/about_b4.jpg) center no-repeat;
    background-size: cover;
    padding-top: 0;
}
.about .fl5 .cont1 {
    align-items: center;
    padding: 0 .32rem 0 0;
    margin-top: .25rem;
    position: relative;
}
.about .fl5 .cont1 .box {
    padding: .5rem 0;
}
.about .fl5 .cont1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.84rem;
    height: 2px;
    max-width: 100%;
}
.about .fl5 .cont1 .img {
    width: 6.28rem;
    transform: translateY(-.45rem);
}
.about .fl5 .cont1 .right {
    width: calc(100% - 6.28rem);
    padding: .5rem;
}
.about .fl5 .cont2 {
    margin-top: .2rem;
    align-items: flex-end;
    justify-content: space-between;
}
.about .fl5 .cont2 .left {
    align-items: center 
}
.about .fl5 .cont2 .txt {
    padding: 0 0 0 .3rem;
    flex: 1;
    overflow: hidden;
}
.about .fl5 .cont2 h4 {
    font-size: .2rem;
    color: #202020;
    line-height: 1.375 
}
.about .fl5 .cont2 p {
    font-size: .2rem;
    color: #202020;
    line-height: 1.375;
    margin-top: .12rem 
}
.about .fl5 .cont2 .tel .ico {
    width: .83rem;
    height: .83rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.about .fl5 .cont2 .tel .ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #124fb0 1px dashed;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}
.about .fl5 .cont2 .tel h6 {
    font-size: .2rem;
    color: #124fb0;
    line-height: 1.25;
    margin-top: .1rem 
}
.about .fl5 .cont2 .right p {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5 
}
.pc_hbs1 .pc_h {
    background: none;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .about .fl1 .img {
        margin: 0 auto;
        order: 1;
    }
    .about .fl1 .txt {
        width: 100%;
        padding: 0 0 .3rem;
    }
    .about .fl2 .left {
        width: 100% 
    }
    
    .about .fl2 .right .img{ margin: 0 auto}
    .about .fl2 .right {
        margin: 0 auto;
        margin-top: .25rem;
        width: 100%;
    }
    .about .fl3 .img {
        order: 1;
        margin: 0 auto 
    }
    .about .fl4 .img {
        width: 100%;
        margin: 0 0 .3rem;
    }
    .about .fl4 .txt {
        width: 100%;
        flex: auto;
    }
    .about .fl3 .right {
        width: 100%; 
        margin-bottom: .4rem;
    }
    .about .fl3 .box {
        margin-left: 0;
        /*! padding: 0 0 .3rem; */
    }
    .about .fl5 .cont1 {
        padding: 0;
    }
    .about .fl5 .cont1 .right {
        width: 100%;
        padding: .3rem;
    }
    .about .fl5 .cont1 .img {
        margin: 0 auto;
        transform: translateY(0);
        width: 100%;
    }
}
@media(max-width: 800px) {
    .h3-1 {
        font-size: .24rem 
    }
    .ar_article {
        font-size: .18rem;
        ;
    }
    .ar_article p {
        text-indent: .36rem;
    }
    .ar_article p img {
    }
    .list18 {
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .list18 li {
        width: 33.33%;
        margin-bottom: .2rem;
        padding: 0 5px;
    }
    .list18 img {
        display: none 
    }
    .list18 p {
        width: 100% 
    }
    .list18 .time {
        width: 13vw;
        height: 13vw;
        font-size: 4.5vw 
    }
    .about .fl5 .cont2 .left {
        width: 100% 
    }
    .about .fl5 .cont2 .right {
        width: 100%;
        padding: .3rem 0 0;
    }
    .about .fl5 .cont2 .tel .ico {
        width: .6rem;
        height: .6rem 
    }
    .about .fl5 .cont1 .right, .about .fl2 .left .ar_article, .about .fl5 .cont1 .box {
        padding: .3rem 
    }
    .about .fl5 .cont2 h4, .about .fl5 .cont2 p {
        font-size: .18rem;
    }
    .about .fl3 .box1 {
        margin-top: .4rem;
    }
    .list_er li a {
        line-height: 2.5; 
        font-size: .18rem;
    }
    .about .fl2 .wp:nth-child(1){ margin-bottom: .4rem}
    .about .fl2 .h3-1{ margin-bottom: .2rem}
    
    .about .fl3 .box{ padding: .25rem}
    .about .fl4 .txt{ padding: .25rem}
    
    .about .fl5 .cont1 .box{ padding: .3rem 0}
}
@media(max-width: 560px) {
    .list_er li a{ font-size: .16rem}
}
.n_b1 {
    background: url(../images/xrld_b.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.xrld .cont1 {
    margin: 0 -.28rem -.56rem;
}
.xrld .cont1 .box {
    width: 50%;
    padding: 0 .28rem;
    margin-bottom: .56rem;
}
.xrld .cont1 .con {
    background: #fff;
    box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.14);
    padding-bottom: .3rem;
}
.h3-2 {
    background: #124fb0;
    height: .6rem;
    display: flex;
    align-items: center;
    padding: 0 .4rem;
    font-size: .22rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .2rem;
    line-height: 1.25;
}
.list19Box {
    padding: .05rem .4rem;
    align-items: flex-start;
}
.list19Box .tit {
    width: .9rem;
    margin: .05rem 0;
    margin-right: .4rem;
    font-size: .22rem;
    color: #124fb0;
    font-weight: 600;
    position: relative;
    line-height: .4rem;
}
.list19Box .tit:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: .24rem;
    background: #b5c9e1;
    margin-top: -.12rem 
}
.list19 {
    flex: 1;
    overflow: hidden;
}
.list19 li {
    min-width: 25%;
    margin: .05rem 0;
}
.list19 li .a {
    font-size: .18rem;
    color: #222222;
    line-height: .4rem;
    font-weight: 400;
    transition: .5s;
}
@media(min-width: 1024px) {
    .list19 li .a:hover {
        color: #124fb0;
    }
}
@media(max-width: 1024px) {
    .xrld .cont1 {
        margin: 0 -.28rem -.25rem 
    }
    .xrld .cont1 .box {
        width: 100%;
        margin-bottom: .25rem;
    }
    .list19Box .tit {
        margin-right: .2rem 
    }
}
@media(max-width: 800px) {
    .list19 li {
        min-width: 33.33%;
    }
    .n_container {
        padding: .4rem 0;
    }
    .list19Box, .h3-2 {
        padding: 0 .2rem;
    }
    .h3-2 {
        height: .6rem;
    }
    
}
@media(max-width: 560px) {
}
.lrld .wp {
    width: 15rem;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
    border-left: #e5e5e5 1px solid;
    background: #fff;
}
.table1 th {
    background: #124fb0;
    font-size: .22rem;
    color: #fff;
    line-height: 1.375;
    text-align: center;
    padding: .2rem .1rem;
    border-right: #e5e5e5 1px solid;
}
.ar_article .table1 th p{color:#fff;text-indent: 0;text-align: center;}
.ar_article .table1 td p{text-indent:0;line-height: 1.375;}
.table1 th:nth-child(2) {
    background: #094c9c;
}
.table1 td {
    border-right: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    font-size: .2rem;
    color: #333333;
    line-height: 1.375;
    text-align: center;
    padding: .15rem .1rem;
}
.table1 td:nth-child(2n-1) {
    width: 1.18rem;
}
.xsqk .table1 td:nth-child(2n-1) {
    width: auto;
}
.xsqk .table1 tr td span{display:block;}
.table1 tr:nth-child(2n-1) td {
    background: #f6f9fc 
}
.p_zs {
    font-size: .16rem;
    color: #666666;
    line-height: 1.375;
    text-align: right;
    margin-top: .5rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .table1 td:nth-child(2n-1) {
        width: .9rem;
    }
    .table1 td {
        font-size: .16rem;
        padding: .1rem .05rem;
    }
    .table1 th {
        padding: .15rem 0 
    }
    .p_zs {
        margin-top: .2rem;
    }
    .ar_article .table1 td p{ font-size: .16rem}
}
@media(max-width: 560px) {
}
.list20 {
    margin: 0 -.38rem;
}
.list20 li {
    width: 50%;
    padding: 0 .38rem;
}
.list20 .a {
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #e0e0e0 1px solid;
    padding: 0 .28rem 0 .38rem;
    transition: .5s;
    overflow: hidden;
}
.list20 svg {
    width: .16rem;
    height: .16rem;
    fill: #94969a;
    transition: .5s;
    margin-left: .2rem;
}
.list20 h4 {
    font-size: .22rem;
    flex: 1;
    overflow: hidden;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1024px) {
    .list20 .a:hover {
        background: #d10015;
        color: #fff 
    }
    .list20 .a:hover h4 {
        color: #fff;
    }
    .list20 .a:hover svg {
        fill: #fff;
    }
    .list20 .a:hover h4{font-weight: bold}
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list20 {
        margin: 0;
    }
    .list20 li {
        width: 100%;
        padding: 0;
    }
    .list20 .a {
        padding: 10px 10px;
        height: auto;
    }
    
    
}
@media(max-width: 560px) {
}
.bd_li {
    transition: .5s 
}
.n_b2 {
    background: url(../images/n_b2.jpg) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 6.3rem;
}
.notice .wp {
    width: 15rem;
}
.list21 {
    position: relative;
    z-index: 1;
}
.list21 .a {
    align-items: center;
    padding: .1rem .65rem;
    position: relative;
    z-index: 1;
    background: #fff;
}
.list21 .a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    transition: .5s;
}
.list21 li:nth-child(2n-1) .a {
    background: #f8f9fd;
}
.list21 .time {
    width: .74rem;
    height: .69rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/list21_b.png) center no-repeat;
    padding: .1rem 0 0;
    margin-right: .5rem;
    background-size: cover !important;
    transition: .5s;
    transform: scale(.89);
}
.list21 .time:before {
    position: absolute;
    width: 1px;
    height: .48rem;
    background: #e1e3e9;
    right: 0;
    top: 50%;
    margin-top: -.24rem;
}
.list21 li .time:after {
    content: "";
    position: absolute;
    width: 1px;
    height: .48rem;
    background: #e1e3e9;
    right: -.3rem;
    top: 50%;
    margin-top: -.24rem;
    transition: .5s;
}
.list21 li .time h3 {
    font-size: .22rem;
    color: #124fb0;
    font-family: Futura Bk BT;
    transition: .5s;
}
.list21 li .time h6 {
    font-size: .14rem;
    color: #124fb0;
    font-family: Futura Bk BT;
    margin: .04rem 0 0;
    transition: .5s;
}
.list21 li .rr {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.list21 li h4 {
    font-weight: normal;
    padding: 0 .1rem 0 0;
}
.list21 li p {
    font-size: .14rem;
    line-height: 1.375;
    margin: .04rem 0 0;
    transition: .5s;
    width: auto;
}
@media(min-width: 1024px) {
    .list21 .a:hover:before {
        background: #d10015;
        height: 100%;
    }
    .list21 .a:hover * {
        color: #fff 
    }
    .list21 .a:hover .time {
        background: url(../images/list21_b_on.png) center no-repeat;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list21 .a {
        padding: .15rem .2rem;
    }
    .list21 .time {
        margin-right: .2rem;
    }
    .list21 li .time:after {
        display: none 
    }
    .list21 li .rr {
        flex-wrap: wrap 
    }
    .list21 li p {
        width: 100% 
    }
    .n_b2{ min-height: auto;}
}
@media(max-width: 560px) {
}
.pages {
    margin: .8rem 0 0;
}
.pages ul {
    text-align: center;
}
.pages ul li {
    text-align: center;
    font-size: .16rem;
    display: inline-block;
    margin: .03rem .01rem;
    color: #666666;
}
.pages ul li a {
    height: .35rem;
    text-align: center;
    padding: 0 8px;
    min-width: .35rem;
    display: flex;
    border: 1px solid #cccccc;
    border-radius: .04rem;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.pages ul li a svg {
    width: 14px;
    height: 14px;
    fill: #959595;
    transition: .5s;
}
.pages ul li.cur {
    border: #d10015 1px solid;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    border-radius: 3px;
}
.pages ul li a.on {
    background: #9d0c3a;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    color: #fff ;
    border-radius: 3px 
}
.pages ul li.cur {
    color: #fff;
    background: #d10015;
}
.pages ul li.page-count {
    line-height: .33rem 
}
.page-form {
    line-height: .33rem 
}
.page-form input {
    border: 1px solid #ccc;
    width: .35rem;
    height: .35rem;
    float: left;
    text-align: center;
    padding: 0 .04rem;
    background: transparent;
    border-radius: .04rem;
    margin: 0 .08rem;
}
.page-form span {
    float: left;
    color: #666 
}
.page-form button {
    border: none;
    width: .6rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    background: #d10015;
    color: #fff;
    border-radius: .04rem;
    margin-left: 5px;
    font-size: .16rem;
    cursor: pointer;
}
.pages ul li.next svg {
    transform: rotateY(180deg) 
}
.pages ul li a:hover {
    border: #015aac 1px solid;
    color: #015aac;
}
.pages ul li a:hover {
    color: #015aac;
}
.pages ul li a:hover svg {
    fill: #015aac;
}
@media(max-width: 560px) {
    .pages {
        margin-top: .4rem;
    }
}
.list22 li {
    border-bottom: #ebedef 1px solid 
}
.list22 .a {
    align-items: center;
    padding: .26rem 0 .26rem 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list22 .a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff url(../images/list22_b1.jpg) right center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .5s;
}

.list22 .ll {
    width: 1.26rem;
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    align-items: center;
    padding-top: .2rem;
    background: #e9f2ff;
    height: 1.05rem;
    justify-content: center;
    border-radius: 0 0 .2rem 0;
    overflow: hidden;
}
.list22 .ll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .04rem;
    height: 100%;
    background: #124fb0;
    transition: .5s;
    overflow: hidden;
    z-index: -1;
}
.list22 .ll .time{ text-align: center}
.list22 .ll .time h3 {
    font-size: .3rem;
    color: #124fb0;
    transition: .5s;
}
.list22 .ll .time h6 {
    font-size: .2rem;
    color: #8aa6d0;
    transition: .5s;
    margin: .03rem 0 0 .03rem;
}
.list22 .img {
    width: 2.9rem;
}
.list22 .img .imgLi {
    padding-bottom: 64%;
}
.list22 .rr {
    flex: 1;
    overflow: hidden;
    padding: .4rem 0;
    margin-right: .25rem;
    margin-left: .48rem;
}
.list22 p {
    margin: .12rem 0 0;
}
@media(min-width: 1024px) {
    .list22 .a:hover {
        box-shadow: 0px 1px .3rem 0px rgba(4, 0, 0, 0.2);
    }
    .list22 .a:hover::before {
        opacity: 1;
    }
    .list22 .a:hover::after {
        height: 100%;
    }
    .list22 .a:hover .ll .time h3, .list22 .a:hover .ll .time h6 {
        color: #fff; 
    }
    .list22 .a:hover .ll .time h6 {
        opacity: .6
    }
    .list22 .a:hover .ll:before {
        background: #d10015; 
        width: 100%;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list22 .a {
        padding: 0;
    }
    .list22 .time{ }
    .list22 .rr {
        margin-right: 0;
        padding: .2rem 0;
        margin-left: .2rem;
    }
    .list22 .img {
        margin: 0 auto .25rem;
        width: 100%;
    }
    .list22 .ll {
        width: 1rem; 
        height: .8rem;
    }
    .list22 .ll .time h3 {
    font-size: .24rem;
    }
.list22 .ll .time h6 {
    font-size: .16rem;
    }
}
@media(max-width: 560px) {
}
.h3-3 {
    font-size: .32rem;
    color: #222222;
    line-height: 1.5;
    text-align: center;
    margin-bottom: .1rem;
    font-weight: 600;
}
.xlssBox {
    justify-content: flex-end;
    margin-bottom: .46rem;
}
.xlss {
    width: 1.92rem;
    padding: 0 .25rem;
    background: #f7f9fc;
    position: relative;
    border-radius: 50vw;
}
.xlss h3 {
    font-size: 0.18rem;
    color: #000000;
    text-align: left;
    height: .45rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.xlss h3::after {
    content: "";
    border-left: 0.045rem solid transparent;
    border-right: 0.045rem solid transparent;
    border-top: 0.05rem solid #1f5ba3;
    left: auto;
    right: .25rem;
    top: 50%;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: -0.05rem;
    position: absolute;
}
.xlss ul {
    border-top: 2px solid #124fb0;
    background: #fff;
    position: absolute;
    top: calc(100% + 0.2rem);
    width: 100%;
    display: none;
    z-index: 10000;
    transition: 0s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: .1rem 0;
    left: 0;
    border-radius: 0 0 .1rem .1rem;
}
.xlss ul li {
    font-size: 0.14rem;
    color: #333;
    text-align: center;
    padding: 0.1rem 0;
    background: #fff;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
    line-height: 1.5;
}
.xlss ul::after {
    content: "";
    position: absolute;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-bottom: 0.08rem solid #124fb0;
    left: 50%;
    top: -.1rem;
    bottom: auto;
    width: auto;
    height: auto;
    margin-left: -0.05rem;
    transition: 0.5s;
}
.xqtj .ar_article table th {
    width: .7rem;
}
.xqtj .ar_article table tr:nth-child(2n-1) td {
    background: #f6f9fc 
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .h3-3 {
        font-size: .24rem;
    }
    .xlssBox {
        justify-content: center;
    }
    .scroll {
        overflow: hidden;
        overflow-x: scroll;
    }
    .ar_article td, .ar_article th {
        font-size: .18rem;
    }
}
@media(max-width: 560px) {
}
.history .wp {
    width: 15.1rem;
}
.history .fl1 .img {
    width: 6.13rem;
    margin-top: .1rem;
}
.history .fl1 .txt {
    width: calc(100% - 6.13rem);
    padding: 0 0 0 .46rem 
}
.history .fl1 .txt img {
    margin-bottom: .2rem;
    max-width: 100% 
}
.history .fl2 {
    margin-top: .3rem;
}
.history .fl2 .cont1 {
    align-items: center;
    justify-content: space-between;
    border-bottom: #e3e3e3 1px solid;
    padding: .5rem;
}
.history .fl2 .cont1 .tel {
    align-items: center;
}
.history .fl2 .cont1 .tel .ico {
    width: .83rem;
    height: .83rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.history .fl2 .cont1 .tel .ico:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; border-radius: 50vw; transform: scale(.8); z-index: -1}
.history .fl2 .cont1 .tel .ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #124fb0 1px dashed;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}
.history .fl2 .cont1 .tel h6 {
    font-size: .24rem;
    color: #124fb0;
    line-height: 1.25;
    margin-left: .15rem;
}
.history .fl2 .cont1 .tel h6 a {
    color: #124fb0;
}
.history .fl2 .cont1 .right p {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5 
}
.history .fl3 {
    padding: .7rem 0 1.14rem;
}
.list23 {
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: .8rem .25rem 0;
}
.list23:before {
    content: "";
    position: absolute;
    top: .6rem;
    width: .02rem;
    bottom: 0;
    border-left: #cbd9ea 1px dashed;
    z-index: -1;
    left: 50%;
    margin-left: -.01rem;
}
.list23 li {
    width: 50%;
    align-self: flex-end;
    margin: 0 0 .4rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: -.8rem;
}
.list23 li::before {
    content: "";
    position: absolute;
    width: .42rem;
    height: .41rem;
    border-radius: 50%;
    left: -.21rem;
    top: .62rem;
    background: #124fb0;
    z-index: 10;
    transform: scale(0);
    transition: .5s;
}
.list23 li:nth-child(2n):before {
    left: auto;
    right: -.21rem;
}
.list23 li .a {
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 0 0 0 1rem;
}
.list23 li .a::before {
    content: "";
    position: absolute;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    left: -.225rem;
    top: .6rem;
    background: #fdfeff url(../images/list23_b1.png) center no-repeat;
    box-sizing: border-box;
    background-size: 100% 100% !important;
}
.list23 li .a::after {
    content: "";
    position: absolute;
    background: #cbd9ea;
    width: 100%;
    height: 1px;
    left: .22rem;
    top: .81rem;
}
.list23 li .top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .45rem;
    font-size: .58rem;
    color: #d10015;
    font-family: DINPro;
    font-weight: bold;
}
.list23 li .ar_article p {
    text-indent: 0;
    line-height: 1.75;
    transition: .5s;
}
.list23 li:nth-child(2n) .top .rr h6::before {
    transform: rotateY(180deg) 
}
.bd_li2 {
    width: 9.8rem;
    max-width: 100%;
    margin: 0 auto;
}
.lshm {
    padding-bottom: .7rem;
}
.list23s {
    /*! margin-top: -.8rem; */
    display: none;
}
.zhushi{ text-align: right; font-size: .2rem; color: #666666; line-height: 1.5}
.more4 {
    margin: 0 auto;
    width: .56rem;
    position: relative;
}
.more4 img {
    width: 100%;
    transition: .5s;
    cursor: pointer;
}
.more4 .i2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.more4.on .i1 {
    opacity: 0;
}
.more4.on .i2 {
    opacity: 1;
}
.h3-4 {
    margin-bottom: -.3rem;
}
.history .fl2 .cont1 {
    padding: .3rem 0 .5rem;
}
@media(min-width: 1024px) {
    .list23 li:hover .ar_article p {
        color: #d10015;
    }
    .list23 li:nth-child(2n) {
        align-self: flex-start;
    }
    .list23 li:nth-child(2n) .a {
        padding: 0 1rem 0 0;
    }
    .list23 li:nth-child(2n) .a::before {
        left: auto;
        right: -.225rem;
    }
    .list23 li:nth-child(2n) .top {
        text-align: right 
    }
    .list23 li:nth-child(2n) .a::after {
        left: auto;
        right: .23rem;
    }
    .list23 li:hover::before {
        transform: scale(.3);
    }
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .history .fl1 .img {
        margin: 0 auto 
    }
    .history .fl1 .txt {
        width: 100%;
        padding: .3rem 0 0 0;
    }
    .list23 li {
        width: 100%;
        margin-top: 0;
        margin: 0 0 .25rem;
    }
    .list23:before {
        left: .23rem;
        margin-left: 0;
    }
    .list23 li .a {
        padding: 0 0 0 .5rem 
    }
    .ar_article, .ar_article p, .yjds_d .ar_article p {
        font-size: .18rem;
    }
}
@media(max-width: 800px) {
    .history .fl2 .cont1 .tel {
        margin-bottom: .15rem 
    }
    .history .fl3 {
        padding: 0 0 .5rem;
    }
    .h3-4 {
        text-align: center 
    }
    .h3-4 img {
        height: .4rem 
    }
    .list23 li .top {
        font-size: .36rem;
        margin-bottom: .35rem 
    }
    .list23 li .a::before {
        top: .3rem 
    }
    .list23 li .a::after {
        top: .5rem 
    }
    .zhushi{ margin-top: .2rem; font-size: .16rem; text-align: center}
    .history .fl2 .cont1 .tel .ico{ margin-bottom: .2rem}
}
@media(max-width: 560px) {
}
.ar_tit {
    text-align: center;
    margin-bottom: .4rem;
    border-bottom: #ebebeb 1px solid;
    padding-bottom: .1rem;
}
.ar_tit h3 {
    font-size: .32rem;
    color: #124fb0;
    line-height: 1.375;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto;
}
.ar_tit h6 {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5;
    margin: .3rem 0 0;
    font-weight: normal;
}
.ar_tit span {
    margin: 0 .2rem 
}
.detail .ar_article p {
    margin-bottom: .1rem;
}
.detail .ar_article p.vsbcontent_img {
    text-align: center;
}
.detail .box {
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
@font-face {
    font-family: "socialshare";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype") 
}
.social-share {
    display: flex;
    align-items: center;
    font-size: .14rem;

    color: #666666;
    position: absolute;
    top: 3.5rem;
    right: calc((100vw - 16.16rem)/2);
    width: .48rem;
    flex-wrap: wrap;
    transition: .5s;
    z-index: 1000;
}
.social-share * {
    font-family: "socialshare" !important 
}
.social-share .icon-tencent:before {
    content: "\f07a" 
}
.social-share .icon-qq:before {
    content: "\f11a";
    color: #fff;
}
.social-share .icon-weibo:before {
    content: "\f12a" 
}
.social-share .icon-wechat:before {
    content: "\f09a";
    color: #fff;
}
.social-share .icon-douban:before {
    content: "\f10a" 
}
.social-share .icon-heart:before {
    content: "\f20a" 
}
.social-share .icon-like:before {
    content: "\f00a" 
}
.social-share .icon-qzone:before {
    content: "\f08a";
    color: #fff;
}
.social-share .icon-linkedin:before {
    content: "\f01a" 
}
.social-share .icon-diandian:before {
    content: "\f05a" 
}
.social-share .icon-facebook:before {
    content: "\f03a" 
}
.social-share .icon-google:before {
    content: "\f04a" 
}
.social-share .icon-twitter:before {
    content: "\f06a" 
}
.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 0 .2rem;
    display: inline-block;
    outline: none;
}
.social-share .social-share-icon {
    position: relative;
    display: flex;
    width: .48rem;
    height: .48rem;
    font-size: .3rem;
    border-radius: 50vw;
    line-height: 22px;
    background: inherit;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
    align-items: center;
    justify-content: center;
}
.social-share .social-share-icon:hover {
    background: #666;
    color: #fff 
}
.social-share .icon-weibo {
    color: #fff;
    background: #ff763b;
}
.social-share .icon-weibo:hover {
    background: #ff763b 
}
.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7 
}
.social-share .icon-tencent:hover {
    background: #56b6e7 
}
.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
    background: #56b6e7;
}
.social-share .icon-qq:hover {
    background: #56b6e7 
}
.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D;
    background: #FDBE3D;
}
.social-share .icon-qzone:hover {
    background: #FDBE3D 
}
.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045 
}
.social-share .icon-douban:hover {
    background: #33b045 
}
.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5 
}
.social-share .icon-linkedin:hover {
    background: #0077B5 
}
.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D 
}
.social-share .icon-facebook:hover {
    background: #44619D 
}
.social-share .icon-google {
    color: #db4437;
    border-color: #db4437 
}
.social-share .icon-google:hover {
    background: #db4437 
}
.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee 
}
.social-share .icon-twitter:hover {
    background: #55acee 
}
.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA 
}
.social-share .icon-diandian:hover {
    background: #307DCA 
}
.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
    background: #7bc549;
}
.social-share .icon-wechat:hover {
    background: #7bc549 
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -53px;
    left: -190px;
    width: 160px;
    height: 156px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px 
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none 
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777 
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto 
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important 
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0 
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -13px;
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block 
}
.help {
    display: none;
}
#share-2.on {
    position: fixed;
    top: 2rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    #share-2 {
        position: relative !important;
        right: auto;
        top: auto !important;
        width: 100%;
        padding: 0 15px;
        justify-content: center;
    }
    .detail .box {
        padding: 0;
    }
    .social-share a {
        margin: 0 .1rem;
    }
    .social-share .social-share-icon {
        width: .36rem;
        height: .36rem;
        font-size: .2rem !important;
    }
    
    .social-share .icon-wechat .wechat-qrcode{ bottom: .5rem;top: auto;left: 50%;margin-left: -80px;}
    .social-share .icon-wechat .wechat-qrcode:after{ bottom: -14px;top: auto;margin-top: 0;border-width: 8px 6px 6px 6px;border-style: solid;border-color: #fff transparent transparent transparent;left: 50%;margin-left: -6px;}
}
@media(max-width: 800px) {
    .ar_tit h3 {
        font-size: .26rem;
    }
    .ar_tit span {
        margin: 0 .05rem;
    }
}
@media(max-width: 560px) {
}
.talent .ar_article{
    margin-bottom: .5rem
}
.list24 {
    margin: 0 -.25rem -.55rem;
}
.list24 li {
    width: 20%;
    padding: 0 .25rem;
    margin-bottom: .55rem 
}
.list24 .a {
    display: block;
    transition: .5s;
    overflow: hidden;
}
.list24 .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e3f0ff 1px solid 
}
.list24 .img .imgLi {
    padding-bottom: 140%;
}
.list24 .txt {
    margin: .24rem 0;
    padding: 0 .22rem;
    position: relative;
    border-left: #1f5ba3 3px solid;
    transition: .5s 
}
.list24 .txt h4 {
    font-size: .22rem;
    margin-bottom: .1rem;
    padding: 0 .05rem;
}
.list24 .txt h4.no {
    border: 1px solid #000;
    display: inline-block;
    width: auto;
}
@media(min-width: 1024px) {
    .list24 .a:hover {
        box-shadow: 0px 17px .3rem 0px rgba(0, 0, 0, 0.2);
        background: #fff 
    }
    .list24 .a:hover .txt {
        border-left: #d10015 3px solid;
    }
}
@media(max-width: 1024px) {
    .list24 li {
        width: 25%;
    }
}
@media(max-width: 800px) {
    .list24 li {
        width: 33.33%;
    }
}
@media(max-width: 560px) {
    .list24 {
        margin: 0 -7px -.2rem;
    }
    .list24 li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: .2rem;
    }
    .list24 .txt h4 {
        margin-bottom: .06rem;
    }
}
.szdw_d .wp {
    width: 15rem;
}
.szdw_d .fl1 {
    position: relative;
    z-index: 1;
    box-shadow: 12.188px 19.505px 25.81px 3.19px rgba(4, 0, 0, 0.07);
}
.szdw_d .fl1:before {
    content: "";
    position: absolute;
    top: -.1rem;
    left: 1.24rem;
    width: 1.86rem;
    height: 1.76rem;
    background: #1f5ba3;
    z-index: 1;
}
.szdw_d .fl1 .img {
    width: 3rem;
    z-index: 1;
}
.szdw_d .fl1 .img .imgLi {
    padding-bottom: 114%;
}
.szdw_d .fl1 .txt {
    flex: 1;
    overflow: hidden;
    padding: .5rem .75rem 0;
    background: #fff;
    box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    border: #e5e5e5 1px solid;
}
.szdw_d .fl1 .txt:after {
    content: "";
    position: absolute;
    width: .05rem;
    height: 2.28rem;
    background: #d10015;
    right: 0;
    bottom: 0;
}
.szdw_d .fl1 h3 {
    font-size: .3rem;
    color: #1a307a;
    font-weight: 600;
}
.szdw_d .fl1 h4 {
    font-size: .24rem;
    color: #9a9a9a;
    line-height: 1.5;
    margin: .18rem 0 .4rem;
    font-weight: 600;
}
.szdw_d .fl2 .ar_article {
    margin-top: .6rem;
}
.szdw_d .ar_article p {
    letter-spacing: 0;
    text-indent: 0;
    margin-bottom: .3rem;
}
.tit2 {
    position: relative;
    margin-bottom: .3rem;
    background-size: .25rem auto;
}
.tit2 h3 {
    font-size: .22rem;
    color: #162d77;
    line-height: 1.25;
    font-weight: bold;
}
.szdw_d .fl2 {
    overflow: hidden;
}
.jcrc .box .con {
    margin-bottom: .4rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .szdw_d .fl1 .img {
        margin: 0 auto;
        margin-bottom: .3rem;
    }
    .szdw_d .fl1 .txt {
        width: 100%;
        flex: auto;
        padding: .4rem .25rem;
    }
    .szdw_d .fl1:before {
        left: 50%;
        transform: translateX(-.25rem) 
    }
}
@media(max-width: 800px) {
    .szdw_d .fl1 .img {
        width: 2rem 
    }
    .szdw_d .fl1:before {
        display: none 
    }
    .szdw_d .fl2 .ar_article {
        padding: 0;
    }
    .szdw_d .fl1 h4 {
        font-size: .18rem;
        margin: .1rem 0 .2rem;
    }
}
@media(max-width: 560px) {
}
.jcrc .wp {
    width: 15rem 
}
.list19s1 li {
    min-width: 20%;
}
.list19s1 li .a {
    font-size: .2rem;
}
.list25 {
    padding: .05rem .4rem;
}
.list25 li {
    margin: .1rem 0;
}
.list25 li .a {
    font-size: .2rem;
    color: #222222;
    line-height: .4rem;
    font-weight: 600;
    transition: .5s;
}
@media(min-width: 1024px) {
    .list25 li .a:hover {
        color: #124fb0;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list19s1 li .a {
        font-size: .18rem;
    }
    .list25 {
        padding: .05rem .2rem;
    }
    .jcrc .box .con {
        margin-bottom: .2rem;
    }
}
@media(max-width: 560px) {
}
.list_box_wall {
    margin: 0 -.17rem;
    font-size: 0;
    text-align: center;
    margin-bottom: 0;
}
.list_box_wall .photo {
    position: relative;
    text-align: center;
    margin-bottom: .32rem;
}
.list_box_wall .photo a {
    display: block;
    position: relative 
}
.list_box_wall .photo .txt {
    background: #fff;
    padding: .3rem .4rem;
    transition: .5s;
    text-align: left;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px .2rem 0px rgba(6, 62, 127, 0.11);
}
.list_box_wall .photo .txt:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: -1;
    transition: .5s 
}
.list_box_wall .photo .ico {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 .4rem;
    height: .6rem;
    align-items: center;
    font-size: .16rem;
    color: #fff;
    border-bottom: #f56467 3px solid;
}
.list_box_wall .photo .ico img {
    margin: 0 .1rem 0 0;
    width: .26rem;
}
.list_box_wall .photo .img img {
    width: 100%;
}
.list_box_wall .photo .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/list26_t.png) center bottom no-repeat;
    background-size: 100% auto;
}
.list_box_wall .photo h4 {
    text-align: justify;
    font-weight: 600;
}
.list_box_wall .photo h6 {
    color: #666666;
    margin: .18rem 0 0;
}
.wall-column {
    display: inline-block;
    width: 25%;
    padding: 0 .17rem;
    vertical-align: top;
}
.vision {
    overflow: hidden;
}
.list_box_wall .photo.li2 .ico {
    border-bottom: #28c445 3px solid 
}
.list_box_wall .photo.li3 .ico {
    border-bottom: #170b1a 3px solid 
}
.list_box_wall .photo.li4 .ico {
    border-bottom: #ec6800 3px solid 
}
@media(min-width: 1024px) {
    .list_box_wall .photo:hover .txt:before {
        height: 100%;
        background: #124fb0 
    }
    .list_box_wall .photo:hover .txt * {
        color: #fff 
    }
}
@media(max-width: 1024px) {
    .wall-column {
        width: 33.3%;
    }
}
@media(max-width: 800px) {
    .wall-column {
        width: 50%;
    }
    .list_box_wall .photo .txt {
        padding: .2rem .2rem;
    }
    .list_box_wall .photo .ico {
        margin: 0 .2rem;
        height: .5rem;
    }
    .list_box_wall .photo h4 {
        font-size: .18rem !important;
        text-align: inherit;
    }
}
@media(max-width: 560px) {
    .list_box_wall {
        margin: 0 -4px -8px;
    }
    .wall-column {
        padding: 0 4px;
        margin-bottom: 8px;
    }
}
.h2-1 {
    padding: 0 5%;
}
.h2-1 img {
    max-height: .84rem 
}
.n_b3 {
    background: #f6f7f7 url(../images/n_b3.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.history.n_b3{
    background: url(../images/n_b3s.png) center bottom no-repeat;
    background-size: 100% auto;
}
.yjds .left {
    width: 100%;
    margin-bottom: .4rem;
}
.yjds .right {
    width: 100%;
}

.list26s li .a {
    font-size: .36rem;
    transition: .5s;
    font-family: 'Goudy Old Style';
    position: relative;
    z-index: 1;
    color: #666666;
}
.list26s li .a span{ display: inline-block; transition: .5s;transform: scale(1);position: relative;z-index: 1;transform-origin: left;}
.list26s li .a span:before{ content: ""; position: absolute; background: url(../images/list26_s1.svg) center no-repeat;width: .18rem;height: .11rem;transform: scale(0) translateX(-100%);bottom: -.1rem;left: 50%;transition: .5s;}
.list26s li .a::before{ content: ""; position: absolute; background: url(../images/list26_b1.png) center no-repeat;width: 1.64rem;height: 1.64rem;top: 50%;left: 0%;transform: translate(-40%, -50%);background-size: auto 100%;opacity: 0;transition: .5s;visibility: hidden;}
.list26s{ display: flex;justify-content: space-between;min-height: 1.64rem;align-items: center;}
.list26s li { position: relative; /*! flex: auto; */}
.list26s li:after{ content: ""; position: absolute; background: url(../images/list26_l2.png) center no-repeat;width: 2.36rem;height: .24rem;background-size: 100% 100%;left: 1.45rem;top: 50%;margin-top: -.12rem; opacity: 0; transition: .5s}

.list26 li.on{ margin-right: 2.65rem;}
.list26s li.on:after{ opacity: 1;}
.list26 li.on .a, .list26 li:hover .a { color: #ca0915;}
.list26s li.on .a::before{ opacity: 1;visibility: visible;}
.list26s li.on .a span{ transform: scale(1.83);}
.list26s li.on .a span:before{ transform: scale(.5) translateX(-100%);}



.h3-5 {
    margin-bottom: .5rem;
    font-size: .36rem;
    color: #222222;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.h3-5 img {
    width: .38rem;
    margin: 0 .3rem;
}
.list27 {
    margin: 0 -.15rem .4rem;
}
.list27 li {
    width: 33.33%;
    padding: 0 .15rem;
    margin-bottom: .15rem;
}
.list27 .img .imgLi {
    padding-bottom: 37.5%;
}
.list27 .txt {
    display: block;
    padding: .24rem .03rem;
}
.list27 h6 {
    font-size: .16rem;
    color: #747474;
}
.list27 h4 {
    font-size: .2rem;
    color: #333333;
    margin-top: .1rem;
}
.yjds .wp {
    /*! width: 15rem; */
}
.list28Box{
    margin-bottom: .25rem;
    width: 100%;
    border-left: #1159a4 2px solid;
    padding: .25rem .4rem;
    background: #eaf2fa;
}
.list28 {
    margin-bottom: .25rem;
    width: 100%;
}
.list28 dt {
    font-size: .18rem;
    color: #124fb0;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: .06rem;
}
.list28 dd {
    font-size: .16rem;
    color: #7c7c7c;
    line-height: .24rem;
}
.h3-6 {
    text-align: center;
    margin-bottom: .32rem;
    font-size: .32rem;
    color: #124fb0;
    font-weight: bold;
    line-height: 1.375;
    border-bottom: #e0e0e0 1px solid;
    padding: .1rem 0 .4rem;
    font-family: "Microsoft Yahei";
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .yjds .left{ overflow: hidden; overflow-x: scroll}
    .list26s{ padding: 0 0 0 1rem; font-size: 0;white-space: nowrap;}
    .list26s li{ display: inline-block;margin-right: .3rem;}
    .list26s li:after{ left: .8rem}
    
    .list26s li .a::before{ width: .9rem; height: .9rem;}
    .list26s li.on{ margin-right: 1rem;margin-left: .2rem;}
    .list26s{ padding-left: .2rem;}
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .7rem;}
}
@media(max-width: 800px) {
    .yjds .left {
    }
    .yjds .right {
    }
    .list26 li {
    }
    .list26s li .a {
        font-size: .2rem !important;
    }
    .list26 li:before {
        left: .28rem;
        top: .32rem;
    }
    .list27 {
        margin: 0 -5px .25rem;
    }
    .list27 li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: .05rem;
    }
    .h2-1 img {
        max-height: .36rem;
    }
    .h3-5 {
        margin-bottom: .3rem;
        font-size: .22rem;
    }
    .h3-5 img {
        width: .25rem 
    }
    .list27 .txt {
        padding: .1rem 0 
    }
    .list26s li .a::before{ width: .9rem; height: .9rem;}
    .list26s li.on{ margin-right: 1rem;}
    .list26s{ }
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .8rem;}
}
@media(max-width: 560px) {
    .list26s li .a::before{ width: .7rem; height: .7rem;}
    .list26s li.on{ margin-right: 1rem;}
    .list26s{ min-height: 1rem;}
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .75rem;}
    .list26s li.on .a span:before{ transform: scale(.25) translateX(-200%); bottom: -.06rem}
}
.pc_hbs2 {
    height: 1.25rem;
}
.pc_hbs2.fixed .pc_h {
    background: #fff 
}
.pc_hbs2 #nav ul li .h3 {
    color: #222222 
}
.pc_hbs2 .list1 li .a {
    color: #999999 
}
.pc_hbs2 .top .line {
    background: #e6e6e6;
}
.n_banner1 .wp {
    width: 16.16rem;
}
.n_b4 {
    background: url(../images/n_b4.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.yjds_d .fl1 {
    padding: 0 .46rem;
}
.yjds_d .fl1 .left {
    width: 2.3rem;
}
.sticky{ position: sticky; top: 1.5rem;}
.yjds_d .fl1 .left .tit{ width: 100%; height: 1.15rem; background: #124fb0; display: flex; flex-direction: column; justify-content: center; padding: 0 .4rem }
.yjds_d .fl1 .left h3 {
    font-size: .28rem;
    color: #fff;
    line-height: 1.375;
    font-weight: 600;
}
.yjds_d .fl1 .left h6 {
    font-size: .18rem;
    color: #fff;
    line-height: 1.375;
}
.yjds_d .fl1 .right {
    width: calc(100% - 2.3rem);
    padding: 0 0 0 .8rem;
}
.yjds_d .ar_article p {
    font-size: .2rem;
    line-height: 2;
}
@media(min-width: 1024px) {
    
}
@media(max-width: 1024px) {
    .n_banner1 {
        margin: .2rem 0 -.2rem;
    }
    .yjds_d .ar_article p {
        font-size: .18rem;
    }
}
@media(max-width: 800px) {
    .yjds_d .fl1 .left {
        width: 100%;
        padding: 0;
    }
    .yjds_d .fl1 .right {
        width: 100%;
        padding: .2rem 0 0;
    }
    .yjds_d .fl1 {
        padding: 0;
    }
    .yjds_d .fl1 .left h6 {
    }
    .list28 {
        margin-bottom: .1rem;
    }
    .h3-6 {
        font-size: .26rem;
        padding-bottom: .25rem;
    }
    .list28Box {
        margin: ;
    }
    .list28 {
        width: auto;
        width: 100%;
        padding: 0;
    }
}
@media(max-width: 560px) {
}
.jyjx .fl1 {
    background: url(../images/jyjx_b1.jpg) center no-repeat;
    background-size: cover;
}
.jyjx .fl1 .wp {
    align-items: center;
}
.jyjx .fl1 .imgW {
    width: 9.02rem;
}
.jyjx .fl1 .txt {
    width: calc(100% - 9.02rem);
    position: relative;
    z-index: 1;
}
.jyjx .fl1 .txt .ar_article {
    margin: 0 0 0 -1.56rem;
    background: #fff;
    padding: .4rem .5rem;
    border-right: #124fb0 .04rem solid;
    box-shadow: 0px 1px 32px 0px rgba(0, 36, 79, 0.17);
}
.jyjx .fl1 .con1 {
    margin: .7rem 0 0;
}
.jyjx .fl2 {
    background: url(../images/jyjx_b2.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tit3 {
    margin-bottom: .4rem 
}
.tit3 h3 {
    text-align: center;
    font-size: .36rem;
    color: #fff;
}
.tit3 p {
    text-align: center;
    font-size: .18rem;
    line-height: 2.15;
    color: #fff;
    width: 10.7rem;
    max-width: 100%;
    margin: 0 auto;
    margin-top: .3rem 
}
.list29 {
    width: 9rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.list29 .line {
    width: 1px;
    height: .92rem;
    background: rgba(255,255,255,.25);
}
.list29 li {
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.list29 .ico {
    width: 1.22rem;
    height: 1.22rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.list29 .ico img {
    width: 100%;
    height: 100% 
}
.list29 .ico:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #fff 1px dashed;
    border-radius: 50vw;
    z-index: -1;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite 
}
.list29 .ico:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: 50vw;
    transform: scale(.9) 
}
.list29 h6 {
    font-size: .16rem;
    color: #fff;
    margin: .18rem 0 0;
    line-height: .24rem;
    height: .48rem;
}
.list30 {
    width: 10.8rem;
    margin: .45rem auto 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.list30 .line {
    width: 1px;
    height: .92rem;
    background: rgba(255,255,255,.25);
}
.list30 li {
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.list30 h3 {
    font-size: .64rem;
    color: #fff;
    font-weight: bold;
}
.list30 h6 {
    font-size: .16rem;

    color: #fff;
    line-height: .24rem;
    height: .48rem;
    margin: .12rem 0 0 
}
.jyjx .fl3 {
    background: url(../images/jyjx_b3.jpg) center no-repeat;
    background-size: cover;
}
.jyjx .fl3 .box {
    width: 25%;
    background: #12a078;
    box-shadow: 0px 0px .3rem 0px rgba(0, 35, 76, 0.2);
}
.jyjx .fl3 .box:nth-child(2) {
    background: #e93d25;
}
.jyjx .fl3 .box:nth-child(3) {
    background: #f6b71b;
}
.jyjx .fl3 .box:nth-child(4) {
    background: #0a63b3;
}
.jyjx .fl3 .img .imgLi {
    padding-bottom: 62.5%;
}
.jyjx .fl3 .txt {
    padding: .36rem .4rem;
}
.jyjx .fl3 .txt h3 {
    font-size: .28rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: .1rem;
}
.jyjx .fl3 .txt p {
    font-size: .16rem;
    color: #fff;
    line-height: 1.875;
    opacity: .7;
}
.jyjx .fl3 hr {
    background: rgba(255, 255, 255, 0.2);
    margin: .25rem 0 .25rem;
}
.list31 {
    margin: 0 -4px 
}
.list31 li {
    min-width: 50%;
    padding: 0 4px 
}
.list31 li .a {
    display: block;
    padding: 0 0 0 .25rem;
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
    margin-bottom: .15rem;
    position: relative;
}
.list31 li .a:before {
    content: "";
    position: absolute;
    background: url(../images/list31_i1.png) center no-repeat;
    width: .16rem;
    height: .14rem;
    background-size: 100% 100%;
    left: 0;
    top: .04rem;
}
.jyjxej ul {
    padding: 0 1rem;
    margin: 0.5rem 0;
}
.jyjxej ul li {
    height: 0.6rem;
    display: flex;
    margin-right: 4%;
}
.jyjxej ul li a {
    line-height: .6rem;
    font-size: .24rem;
    color: #124fb0;
    font-weight: 700;
    transition: .5s;
}
.jyjxej ul li svg {
    width: 0.2rem;
    height: 0.6rem;
    fill: #204c9c;
    transition: .5s;
    margin-left: 0.1rem;
    box-sizing: border-box;
    display: inline-block;
}
.jyjxej ul li:hover a {
    color: #d10015;
}
.jyjxej ul li:hover svg {
    fill: #d10015;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .jyjx .fl1 .imgW {
        margin: 0 auto;
    }
    .jyjx .fl1 .txt {
        width: 100%;
    }
    .jyjx .fl1 .txt .ar_article {
        margin: 0;
    }
    .jyjxej ul {
        padding: 0;
    }
    .jyjxej ul li {
        width: 50%;
        margin-right: auto;
    }
    .jyjxej ul li a {
        font-size: .2rem;
    }
}
@media(max-width: 800px) {
    .list29 .ico {
        width: .9rem;
        height: .9rem;
    }
    .list29 .line {
        display: none 
    }
    .list30 h3 {
        font-size: .36rem 
    }
    .list30 .line {
        display: none 
    }
    .list30 li {
        padding: 0 3px 
    }
    .list30 h6 {
        font-size: .14rem;
    }
    .list30 {
        margin-top: .2rem;
    }
    .jyjx .fl3 .txt {
        padding: .25rem .2rem;
    }
    .jyjx .fl3 .txt h3 {
        font-size: .24rem;
    }
    .list31 li .a {
        margin-bottom: .08rem 
    }
    .tit3 h3 {
        font-size: .26rem;
    }
    .tit3 p {
        font-size: .16rem;
        margin-top: .15rem;
    }
    .jyjxej ul li {
        width: 100%;
    }
}
@media(max-width: 560px) {
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .jyjx .fl1 .imgW {
        margin: 0 auto;
    }
    .jyjx .fl1 .txt {
        width: 100%;
    }
    .jyjx .fl1 .txt .ar_article {
        margin: 0;
    }
}
@media(max-width: 800px) {
    .list29 .ico {
        width: .9rem;
        height: .9rem;
    }
    .list29 .line {
        display: none 
    }
    .list30 h3 {
        font-size: .36rem 
    }
    .list30 .line {
        display: none 
    }
    .list30 li {
        padding: 0 3px 
    }
    .list30 h6 {
        font-size: .14rem;
    }
    .list30 {
        margin-top: .2rem;
    }
    .jyjx .fl3 .txt {
        padding: .25rem .2rem;
    }
    .jyjx .fl3 .txt h3 {
        font-size: .24rem;
    }
    .list31 li .a {
        margin-bottom: .08rem 
    }
    .tit3 h3 {
        font-size: .26rem;
    }
    .tit3 p {
        font-size: .16rem;
        margin-top: .15rem;
    }
}
@media(max-width: 560px) {
}
.dswh .h3-1 {
    margin-bottom: .36rem;
}
.n_container .dswh .wp {
    /*! width: 15.1rem; */
    justify-content: space-between;
    width: 16.1rem;
}
.dswh .fl1 .wp {
    align-items: flex-end;
}
.dswh .fl1 .left {
    width: 5.79rem;
}
.dswh .fl1 .right {
    width: calc(100% - 5.79rem);
    border-right: #11509d 3px solid;
}
.dswh .fl1 .right .box {
    margin: 0 0 0 -.82rem;
    background: #fff;
    padding: .65rem 0 1.4rem .82rem;
    box-shadow: 0px 2px .38rem 0px rgba(33, 2, 6, 0.11);
    text-align: center 
}
.dswh .fl2 {
    background: #eff4fb;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: .3rem;
}
.dswh .fl2 .left {
    width: 33.25%;
}
.dswh .fl2 .right {
    width: 58.75%;
}
.dswh .fl2 .right .con{ align-items: center; position: relative; z-index: 1;padding: .22rem 0;}
.dswh .fl2 .right .con:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 15%; z-index: -1; background: #124fb0;}
.dswh .fl2 .right .h3-1{ width: 100%}

.history1{ min-height: auto;background: #eff4fb;padding-bottom: .2rem;}
.history1 .fl2 .cont1{ border-bottom: none}
.history1 .fl2{ margin-top: 0}
.history1 .wp {
  width: 16.1rem;
}
.list32 {
    margin: 0 -.18rem;
    padding-top: .22rem;
}
.list32 li {
    width: 100%;
    padding: 0 .18rem;
}
.list32 .a {
    background: #fff 
}
.dswh .fl2 .left .bottom {
    margin: .6rem 0 0;
    padding: .6rem 0 .7rem .48rem;
    box-shadow: 0px 2px .38rem 0px rgba(33, 2, 6, 0.11);
    background: url(../images/dswh_i3.jpg) right bottom no-repeat;
    background-size: cover;
    border-left: #c70e18 3px solid;
}
.dswh .fl2 .left .bottom hr {
    background: #e0e0e0;
    margin: -.1rem 0 .25rem;
}
.dswh .fl2 .left p {
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
    padding: 0 .45rem 0 0;
}
.dswh .fl2 .img {
    position: relative;
    z-index: 1;
    width: calc(100% - 3.48rem);
}
.dswh .fl2 .img video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dswh .fl2 .img .imgLi {
    padding-bottom: 56%;
}
.dswh .fl2 .txt {
    padding: .5rem .48rem;
    background: #124fb0;
    width: 3.48rem;
    display: block;
}
.dswh .fl2 .txt .ll {
    width: 100%;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    line-height: .45rem; 
    margin-bottom: .05rem;
}
.list33 {
    width: 100%; 
}
.list33 li {
    font-size: .18rem;
    color: #fff;
    line-height: .45rem;
    min-width: 50%;
}
.dswh .fl2 .zs {
    margin: .2rem 0 0;
    font-size: .18rem;
    color: #666666;
    line-height: .34rem;
    padding: .15rem .48rem 0;
}
.dswh .fl3 {
    /*! background: #124fb0; */
}
.dswh .fl3 .h3-1 {
    /*! color: #fff; */
}
.dswh .fl3 .img{ box-shadow: 0px 2px 38px 0px rgba(33, 2, 6, 0.11);}
.dswh .fl3 .con1 .left {
    max-width: 47%;
}
.dswh .fl3 .con1 .right {
    max-width: 47%;
}
.dswh .fl3 .con1 .con {
    height: 1.65rem;
    border: rgba(255,255,255,.31) 1px solid;
    background: rgba(255,255,255,.04);
    display: flex;
    align-items: center;
}
.dswh .fl3s1{ background: #eff4fb}
.dswh .fl3 .con1 .right .ar_article{ background: #fff;padding: .42rem .6rem;width: 100%;}
.dswh .fl3 .con1 .right .ar_article p {
    /*! color: #fff; */
    text-indent: 0;
    margin-bottom: .15rem; 
    font-size: .24rem;
}
.dswh .fl3 .con1 .right .ar_article p strong{ font-size: .24rem; color: #124fb0;font-family: "Microsoft Yahei";}
.dswh .fl3 .con1 .right .h3-1 {
    /*! margin-bottom: .25rem */ 
}
.dswh .fl3 .con2 {
    align-items: center;
    background: #124fb0;
    position: relative;
    z-index: 1;
}
.dswh .fl3 .con2:before{ content: ""; position: absolute; right: 0; top: 100%; left: 1.75rem; height: .2rem; background: #124fb0}
.dswh .fl3 .con2 .left {
    width: 75.49%;
}
.dswh .fl3 .con2 .right {
    width: calc(100% - 75.49%);
    padding: 0 .6rem 0 3.5%;
}
.dswh .fl3 .con2 .dot {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}
.dswh .fl3 .con2 .dot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,.2);
}
.dswh .fl3 .con2 .dot:after {
    content: "";
    position: absolute;
    background: url(../images/xing.svg) center no-repeat;
    width: .12rem;
    height: .11rem;
    right: 0;
    top: -.05rem;
}
.dswh .fl3 .con2 .h3-1 {
    margin-bottom: .18rem; 
    color: #fff;
}
.dswh .fl3 .con2 p {
    font-size: .2rem;
    color: rgba(255,255,255,.8);
    line-height: .32rem;
    text-indent: 0;
    opacity: .8 
}
.more5 {
    display: flex;
    align-items: center;
    border: rgba(255,255,255,.2) 1px solid;
    font-size: .16rem;
    color: #fff !important;
    width: fit-content;
    padding: 0 .15rem;
    height: .46rem;
    margin: .5rem 0 0;
    transition: .5s;
}
.dswh .fl3 .wp {
    justify-content: space-between;
}
.dswh .fl3 .con1 {
    margin: 0;
    justify-content: space-between;
}
.dswh .fl4{ padding-top: .15rem;padding-bottom: 1.15rem;}
.dswh .fl4 .wp {
    justify-content: space-between 
}
.dswh .fl4 .con1 {
    max-width: 47% 
}
.dswh .fl4 .img {
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.14);
    
}
.list_sj {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: .8rem;
    max-width: 100%;
}
.list_sj li {
    width: 25%;
    margin: 0 -.5px 
}
.list_sj .a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #dddddd 1px solid;
    height: .8rem;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #f5f7fa;
}
.list_sj .a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: .19rem;
    background: url(../images/list_sj_s.svg) center no-repeat;
    transform: scaleY(0);
    transform-origin: top;
    transition: .5s;
    opacity: 0;
    background-size: 100% 100%;
}
.list_sj .ico {
    width: .4rem;
    height: .4rem;
    box-shadow: 0px 0px .12rem 0px rgba(16, 80, 156, 0.16);
    border-radius: 50vw;
    margin: 0 .15rem 0 0;
    position: relative;
    z-index: 1;
}
.list_sj .ico .i2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: .5s}
.list_sj .ico:after {
    content: "";
    position: absolute;
    background: url(../images/list_sj_s1.svg) center no-repeat;
    width: 0;
    height: .16rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, .08rem);
    transition: .5s;
    opacity: 0;
    text-align: center;
    font-size: .12rem;
    color: #fff;
    line-height: .28rem;
    background-size: 100% 100%;
}
.list_sj .ico img {
    width: 100%;
    height: 100%;
    border-radius: 50vw 
}
.list_sj h4 {
    font-size: .24rem;
}
.list_sj li.on .a {
    background: #124fb0;
    border: #124fb0 1px solid; 
}
.list_sj li.on .a:before {
    transform: scaleY(1);
    opacity: 1 
}
.list_sj li.on .a h4 {
    color: #fff 
}
.list_sj li.on .a .ico:after {
    width: .53rem;
    opacity: 1;
}
.list_sj li.on .ico .i1{ opacity: 0}
.list_sj li.on .ico .i2{ opacity: 1}
@media(min-width: 1024px) {
    .more5:hover {
        border: #c70e18 1px solid;
        background: #c70e18;
    }
    .list20 .a:hover {
        /* border-bottom: #d10015 1px solid; */
    }
}
@media(max-width: 1660px) {
    .social-share {
        right: 15px;
    }
}
@media(max-width: 1024px) {
    .dswh .fl1 .left {
        width: 100% 
    }
    .dswh .fl1 .right {
        width: 100% 
    }
    .dswh .fl1 .right .box {
        width: 100%;
        margin: 0;
        padding: .3rem .2rem;
    }
    .dswh .fl2 .left {
        width: 100%;
        padding: 0 0 .4rem 
    }
    .dswh .fl2 .right {
        width: 100% 
    }
    .dswh .fl3 .con1 .left {
        width: 100%; 
        max-width: 100%;
    }
    .dswh .fl3 .con1 .right {
        width: 100%;
        padding: .3rem 0 0;
        max-width: 100%;
    }
    .dswh .fl3 .con2 .left {
        width: 100% 
    }
    .dswh .fl3 .con2 .right {
        width: 100%;
        padding: .3rem .25rem;
        overflow: hidden;
    }
    .dswh .fl3 .con2:before{ display: none}
}
@media(max-width: 800px) {
    .jyjx .fl3 .box {
        width: 50%;
    }
    .jyjx .fl1 .txt .ar_article {
        padding: .3rem .2rem;
    }
    .jyjx .fl1 .con1 {
        margin: .25rem 0 0;
    }
    .dswh .fl3 .con2 {
        margin-top: .4rem 
    }
    .dswh .fl3 .con1 .con {
        height: 1rem 
    }
    .dswh .fl2 .txt {
        padding: .2rem .2rem 
    }
    .dswh .fl2 .left .bottom {
        padding: .3rem .2rem;
        margin: .3rem 0 0;
    }
    .list32 {
        margin: 0 -.1rem;
        padding-top: 0;
    }
    .list32 li {
        /*! width: 50%; */
        padding: 0 .1rem;
    }
    .dswh .fl2 .left p {
        padding: 0;
        font-size: .18rem 
    }
    .dswh .h3-1 {
        margin-bottom: .2rem 
    }
    .list_sj {
        margin-bottom: .3rem 
    }
    .list_sj .a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .list_sj .ico {
        width: .3rem;
        height: .3rem;
        margin: 0 auto .06rem;
    }
    .list_sj h4 {
        font-size: .14rem !important;
    }
    .list_sj .a:before {
        top: 93%;
    }
    .dswh .fl3 .con1 .right .ar_article{ padding: .3rem .3rem}
    .dswh .fl3 .con1 .right .ar_article p{ font-size: .18rem}
    
    .dswh .fl2 .img{ width: 100%}
    .dswh .fl2 .txt{ width: 100%}
    .dswh .fl2 .right .con{ padding: 0}
    
    .dswh .fl2 .right .con:before{ width: 100%;display: none;}
    
    .dswh .fl4{ padding-bottom: .4rem;padding-top: 0;}
    .dswh .fl4 .con1{ width: 100%; max-width: 100%}
    .dswh .fl4 .con1:nth-child(1){ margin-bottom: .4rem}
}
@media(max-width: 560px) {
}
@media(max-width: 800px) {
    .h4s0 {
        font-size: .18rem !important;
        line-height: .3rem !important;
    }
    .h4s1 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .3rem\0 !important;
    }
    .h4s2 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .6rem\0 !important;
    }
    .h4s3 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .9rem\0 !important;
    }
    .ps0 {
        font-size: .16rem !important;
        line-height: .26rem !important;
    }
    .ps1 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .26rem\0 !important;
    }
    .ps2 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .52rem\0 !important;
    }
    .ps3 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .78rem\0 !important;
    }
    .ps4 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.04rem\0 !important;
    }
    .ps5 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.3rem\0 !important;
    }
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
}
@media(max-width: 560px) {
}
.link11,.hy {
    margin-bottom: 0.3rem;
}
.link11 h3,.hy h3 {
    font-size: .24rem;
    font-weight: 700;
    line-height: 2;
    color: #124fb0;
}
.link11 ul,.hy ul {
    display: flex;
    flex-wrap: wrap;
}
.link11 ul li {
    width: 25%;
    padding: 0.2rem 0;
}
.link11 ul li a {
    font-size: .2rem;
    transition: .5s;
}
.link11 ul li:hover a {
    color: #124fb0;
}
.hy li {
    width: 25%;
    padding: .23rem 0rem;
}
.hy .a {
    display: block;
    padding: 0 0 0 .3rem;
    position: relative;
}
.hy .a:before {
    content: "";
    position: absolute;
    top: .06rem;
    left: 0;
    bottom: .06rem;
    width: 1px;
    background: #e2e2e2;
}
.hy .a h4 {
    position: relative;
    z-index: 1;
    font-size: .18rem;
    color: #124fb0;
    line-height: 1.5;
}
.hy .a h3 {
    position: relative;
    z-index: 1;
    font-size: .24rem;
    color: #333333;
    line-height: 1.5;
    margin: .06rem 0 0;
}
@media(max-width: 1400px) {
    .hy li {
        width:33.3% 
    }
}
@media(max-width: 1024px) {
    .link11 ul li {
        width:50%;
    }
    .hy li {
        width: auto;
        min-width: 50%;
        padding: .1rem .1rem;
    }
}
@media(max-width: 560px) {
    .link11 ul li {
        min-width: 50%;
        width: auto;
    }
}
.vxq ul.tp {
    display: flex;
    flex-wrap: wrap;
}
.vxq ul.tp li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.3rem;
}
.vxq ul.tp li img {
    width: 2rem;
    height: 2rem;
}
.vxq ul.tp li h3 {
    line-height: 1.2;
    margin: .2rem 0;
}
@media(max-width: 1024px) {
    .vxq ul.tp li {
        width: 50%;
    }
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #124fb0 !important;
    color: #fff;
    background-color: #124fb0 !important;
}
.pb_sys_common {
    line-height: 40px !important;
}
.ar_article img {
    height: auto !important;
    max-width: 60%;
    margin: 5px 0px;
}
.ar_article p.vsbcontent_img img {
    width: auto !important;
}
.ar_article p {
   
}
.ar_article iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ar_article video {
    height: auto !important;
    max-width: 100%;
}
.ar_article .vsbcontent_img {
    text-align: center;
}
.ar_article .table {
    overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.ar_article .table table {
    margin: 0 auto;
    width: auto;
}
.ar_article table1{
width:100%;
}
.ar_article .table .table1{
width:100%;
}
.ar_article .table .table1 p{
text-align:center;
}
.ar_article .table p {
    text-indent: 0px;
}
.szdw_d1 .wp {
    width: 15rem;
}
.szdw_d1 .fl1 {
    position: relative;
    z-index: 1;
    background: #f5f7fa;
}
.szdw_d1 .fl1 .img {
    width: 2.7rem;
    z-index: 1;
}
.szdw_d1 .fl1 .img .imgLi {
    padding-bottom: 133.333%;
}
.szdw_d1 .fl1 .txt {
    flex: 1;
    overflow: hidden;
    padding: .5rem .75rem 0;
    position: relative;
}
.szdw_d1 .fl1 h3 {
    font-size: .28rem;
    color: #333333;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}
.szdw_d1 .fl1 h3:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .03rem;
    background: #124fb0;
    bottom: 0 
}
.szdw_d1 .fl1 h4 {
    font-size: .24rem;
    color: #9a9a9a;
    line-height: 1.5;
    margin: .18rem 0 .4rem;
    font-weight: 600;
}
.szdw_d1 .fl2 .ar_article {
    margin-top: .5rem;
}
.szdw_d1 .fl1 .ar_article p {
    letter-spacing: 0;
    text-indent: 0;
    font-size: .16rem;
    margin-bottom: .1rem;
}
.szdw_d1 .fl2 .ar_article p {
    font-size: .18rem 
}
.szdw_d1 .fl2 {
    overflow: hidden;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .szdw_d1 .fl1 {
        padding-top: .3rem 
    }
    .szdw_d1 .fl1 .img {
        margin: 0 auto;
    }
    .szdw_d1 .fl1 .txt {
        width: 100%;
        flex: auto;
        padding: .4rem .25rem;
    }
    .szdw_d1 .fl1:before {
        left: 50%;
        transform: translateX(-.25rem) 
    }
}
@media(max-width: 800px) {
    .szdw_d1 .fl1 .img {
        width: 2rem 
    }
    .szdw_d1 .fl1:before {
        display: none 
    }
    .szdw_d1 .fl2 .ar_article {
        padding: 0;
    }
    .szdw_d1 .fl1 h4 {
        font-size: .18rem;
        margin: .1rem 0 .2rem;
    }
    
    .ar_article img{ max-width: 100%}
}
@media(max-width: 560px) {
}
.list100 {
    margin: 0 -.27rem;
    margin-top: .5rem;
}
.list100 li {
    min-width: 33.33%;
    padding: 0 .27rem;
    margin-bottom: .4rem;
}
.list100 .a {
    background: #fff;
    height: .8rem;
    display: flex;
    border-left: #0a63b3 .04rem solid;
    padding: 0 .35rem;
    font-size: .2rem;
    color: #333333;
    position: relative;
    z-index: 1;
    transition: .5s;
    box-shadow: 0px 3px 24px 0px rgba(54, 96, 138, 0.2);
    align-items: center;
}
.list100 h4 {
    font-size: .22rem;
    color: #333333;
}
.list100 .a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}
.list100 .ico {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%) 
}
.list100 .ico svg {
    width: .24rem;
    height: .24rem;
    fill: #333333;
    transition: .5s;
}
.list100 li:nth-child(4n-2) .a {
    border-left: #f6b71b .04rem solid 
}
.list100 li:nth-child(4n-1) .a {
    border-left: #e93d25 .04rem solid 
}
.list100 li:nth-child(4n-0) .a {
    border-left: #12a078 .04rem solid 
}
@media(min-width: 1024px) {
    .list100 .a:hover::before {
        width: 100%;
        background: #0a63b3 
    }
    .list100 li:nth-child(4n-2) .a:hover::before {
        width: 100%;
        background: #f6b71b 
    }
    .list100 li:nth-child(4n-1) .a:hover::before {
        width: 100%;
        background: #e93d25 
    }
    .list100 li:nth-child(4n-0) .a:hover::before {
        width: 100%;
        background: #12a078 
    }
    .list100 .a:hover h4 {
        color: #fff 
    }
    .list100 .a:hover .ico svg {
        fill: #fff 
    }
}
@media(max-width: 1024px) {
    .list11 .a:before{ height: 100%; opacity: 1;}
}
@media(max-width: 800px) {
    .list100 {
        margin:.3rem -7px 0 
    }
    .list100 li {
        min-width: 50%;
        padding: 0 7px;
        margin-bottom: .2rem 
    }
    .list100 .a {
        padding: 0 .2rem;
        height: .6rem;
    }
    .list100 .ico {
        right: .1rem 
    }
}
@media(max-width: 560px) {
}
.table1 td {
    position: relative;
}
.box_kz {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.6rem;
    background: #094c9b;
    box-shadow: 0px 5px 10px rgba(0 0 0/20%);
    color: #fff;
    width: 80%;
    padding: 0.1rem;
    height: auto;
    z-index: 9;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s;
}
.box_kz.show {
    opacity: 1;
}
.box_kz:before {
    content: '';
    border-left: .1rem solid transparent;
    left: 50%;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #094c9b;
    transform: translateX(-50%);
    top: -.09rem;
    z-index: 9999;
    position: absolute;
}
.ny_b3 {
    padding: 0.4rem 0.1rem;
}
@media(max-width: 1024px) {
    .xsqk .table1 {
        border:none;
        background: none;
    }
    .xsqk thead {
        display: none;
    }
    .xsqk tr {
        display: block;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
        border-radius: 5px;
        margin-bottom: .3rem;
    }
    .xsqk tr td {
        display: block;
        text-align: left;
        padding: .15rem;
        background: none !important;
        border-bottom: 1px solid #e5e5e5;
    }
    .xsqk .table1 td:before {
        content: attr(tit)" :";
        display: inline-block;
        width: 1rem;
    }
    .xsqk .box_kz {
        width: auto;
        left: 1.5rem;
    }
.xsqk .table1 td a{width: calc(100% - 1rem);display: inline-block;}
.xsqk .table1 td { display: flex;}
}
@media(max-width: 800px) {
   
    
}
#md1,#md2,#md3,#md4,#md5,#md6,#md7,#md8 {
    top: -.6rem;
}

.lrld .fl1{ justify-content: space-between;}
.lrld .fl1 .box{ width: 48%; box-shadow: 2.828px 2.828px 38px 0px rgba(18, 50, 89, 0.19); border-top: #d10015 .03rem solid;padding-bottom: .48rem;background: #fff;}
.lrld .fl1 .box:nth-child(2){ border-top: #124fb0 .03rem solid;}

.tit4{ height: .86rem; background: #faf2f1; font-size: .24rem; color: #333333; padding: 0 .48rem; display: flex; align-items: center;font-family: "Microsoft Yahei";font-weight: bold;}
.list20s1{ padding: 0 .48rem; margin: .1rem 0 0;;}
.list20s1 li{ width: 100%; padding: 0;}
.list20s1 .a{ padding: 0}

.lrld .fl1 .box:nth-child(2) .tit4{ background: #eaf2ff;}

@media(min-width: 1024px){
    .list20s1 .a:hover {
        background: #fff;
        color: #d10015 
    }
    .list20s1 .a:hover h4 {
        color: #d10015;
    }
    .list20s1 .a:hover svg {
        fill: #d10015;
    }
}
@media(max-width: 1024px){
    .lrld .fl1 .box{ width: 100%}
    .lrld .fl1 .box:nth-child(1){ margin-bottom: .3rem}
}
@media(max-width: 800px){
    .list20s1{ padding: 0 .25rem}
    .tit4{ padding: 0 .25rem;height: .7rem;}
    .list20s1 .a{ height: auto; padding: 5px 0;}
}
@media(max-width: 560px){
} 

.list40{ margin: .8rem -.28rem -.2rem;}
.list40 li{ width: 33.33%; padding: 0 .28rem; margin-bottom: .4rem;} 
.list40 .a {
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .28rem 0 .38rem;
    transition: .5s;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;box-shadow: 0px 3px 24px 0px rgba(54, 96, 138, 0.2);
}
.list40 .a:after{ content:""; background: url(../images/list40_b1.png) center no-repeat; background-size: cover; width: 100%; left: 0; position: absolute; top: 0; right: 0; bottom: 0; transition: .5s; z-index: -1;opacity: 0;}
.list40 .a:before{ content:""; background: #0a63b3; width: .04rem; height: 100%; left: 0; position: absolute; top: 0; transition: .5s; z-index: -1;}
.list40 svg {
    width: .24rem;
    height: .24rem;
    fill: #444444;
    transition: .5s;
    margin-left: .2rem;transition: .5s;
}
.list30 h4 {
    font-size: .24rem;
    flex: 1;
    overflow: hidden;
    color: #333333;transition: .5s;
}
/*
.list40 li:nth-child(6n-4) .a:before{ background: #f6b71b;}
.list40 li:nth-child(6n-3) .a:before{ background: #e93d25;}
.list40 li:nth-child(6n-2) .a:before{ background: #12a078;}
.list40 li:nth-child(6n-1) .a:before{ background: #0a63b3;}
.list40 li:nth-child(6n) .a:before{ background: #f6b71b;}
*/
.list40 li:nth-child(4n-2) .a:before{ background: #f6b71b;}
.list40 li:nth-child(4n-1) .a:before{ background: #e93d25;}
.list40 li:nth-child(4n) .a:before{ background: #12a078;}
.list40 li:nth-child(4n-3) .a:before{ background: #0a63b3;}



@media(min-width: 1024px){
    .list40 .a:hover:before{ width: 100%;}
    .list40 .a:hover h4{ color: #fff;}
    .list40 .a:hover svg{ fill: #fff;}
    .list40 .a:hover:after{ opacity: 1}
}
@media(max-width: 1024px){
    .list40 li{ width: 50%;}
}
@media(max-width: 800px){
    .list40{ margin: .5rem -7px -.2rem;}
    .list40 li{ width: 50%; padding: 0 7px; margin-bottom: .25rem;}
    .list40 .a{ padding: 0 .2rem; height: .7rem;}
    .list40 svg{ width: .26rem; height: .26rem; margin-left: 0;}
    .list40 .a h4{ line-height: 1.5 !important;}
} 
@media(max-width: 560px){
} 


.list41{ margin: 0 -.24rem -.5rem;}
.list41 li{ width: 50%; padding: 0 .24rem; margin-bottom: .5rem;}
.list41 .a{ background: #f5f7fa; padding: .25rem .4rem .25rem 0;align-items: center;transition: .5s;}
.list41 .time{
    width: 1.26rem;
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    align-items: center;
    padding-top: .2rem;
    background: #e9f2ff;
    height: 1.05rem;
    justify-content: center;
    border-radius: 0 0 .2rem 0;
    overflow: hidden;
    margin-right: .28rem;
    flex-direction: column;
}
.list41 .time:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .04rem;
    height: 100%;
    background: #124fb0;
    transition: .5s;
    overflow: hidden;
    z-index: -1;
}
.list41 .time h3 {
    font-size: .3rem;
    color: #124fb0;
    transition: .5s;
}
.list41 .time h6 {
    font-size: .2rem;
    color: #8aa6d0;
    transition: .5s;
    margin: .06rem 0 0 .03rem;
}
.list41 .txt{ flex: 1; overflow: hidden;}
.list41 h4{ font-weight: bold; }
.list41 h6{ font-size: .16rem; color: #999; justify-content: space-between; align-items: center; display: flex;margin: .2rem 0 0;}

@media(min-width: 1024px){
    .list41 .a:hover{ background: #fff; box-shadow: 2.828px 2.828px 18px 0px rgba(0, 0, 0, 0.17);
}
    .list41 .a:hover .time h3, .list41 .a:hover .time h6 {
        color: #fff; 
    }
    .list41 .a:hover .time{ box-shadow: 2.828px 2.828px 18px 0px rgba(0, 0, 0, 0.17);}
    .list41 .a:hover .time h6 {
        opacity: .6
    }
    .list41 .a:hover .time:before {
        background: #d10015; 
        width: 100%;
    }
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list41{ margin-bottom: -.25rem;}
    .list41 li{ width: 100%; margin-bottom: .25rem;}

    .list41 .time {
        width: 1rem; 
        height: .8rem;
        margin-right: .15rem;
    }
    .list41 .time h3 {
        font-size: .24rem;
    }
    .list41 .time h6 {
        font-size: .16rem;
    }
    .list41 h6{ margin-top: .1rem;}
    .list41 .a{ padding: .15rem .2rem .15rem 0;}
} 
@media(max-width: 560px){
} 

.szdw_zh .ar_article p{ margin-bottom: .2rem;}

.szdw_zh .fl1{ width: 13.44rem; max-width: 100%; margin: .8rem auto 0;}

.list42{ margin: 0 -.16rem;}
.list42 li{ width: 25%; padding: 0 .16rem;}
.list42 .a{ display: block; position: relative; z-index: 1; transition: .5s; text-align: center; }
.list42 .img .imgLi{ padding-bottom: 106.07%;}
.list42 .ico{ width: 1.04rem; height: 1.04rem; position: relative; z-index: 1;}
.list42 .ico img{ width: 100%}
.list42 .ico .cir_b {
    position: absolute;
    display: block;
    border-radius: 50%;
    content: '';
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.list42 .ico .cir{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 50%;}
.list42 .ico .cir1{
    opacity: .03;
    transform: scale(1);
}
.list42 .ico .cir2{
    opacity: .1;
    transform: scale(.75);
}

.list42 .txt{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;display: flex;justify-content: center;align-items: center;flex-direction: column; padding: 0 .2rem;}
.list42 h4{ color: #fff !important; margin: .3rem 0}

@media(max-width: 1024px){
    .list26s li .a{ font-size: .2rem;}
}

@media(min-width: 1024px){
    .list42 .a:hover{ box-shadow: 0px 9px .35rem 0px rgba(0, 10, 18, 0.38);}
    .list42 .a:hover .ico .cir_b{ transform: scale(1);}
}
@media(max-width: 1024px){
    .list42 li{ width: 50%; margin-bottom: .25rem;}
}
@media(max-width: 800px){
    .list42{ margin: 0 -7px;}
    .list42 li{ width: 50%; padding: 0 7px;}
    .list42 .ico{ width: .7rem; height: .7rem;}
    .list42 h4{ margin: .2rem 0 0;}
    .szdw_zh .fl1{ margin-top: .4rem;}

    
} 
@media(max-width: 560px){
} 

.vwrap {display: none;z-index: 1040000;width: 100%;position: fixed;}
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox {z-index: 1200;width: 1000px;position: fixed;left: 50%;top: 50%;margin-left: -500px;object-fit: cover; transform:translateY(-50%)}
.vwrap .videobox #videobox { width: 100%; display: inline-block; background:#000; }
.vwrap .videobox #videobox .img_hezi{ padding-bottom:60% !important}
.vwrap .videobox #videobox video{ position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}
#videobox_wrapper { height: 100%!important; }
.vwrap .close {z-index: 999;width: 31px;height: 31px;cursor: pointer;position: absolute;top: 0px;right: -42px;text-align: center;}
.vwrap .close i { display: block; width: 31px; height: 31px; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close i svg{ transition:.6s}
.vwrap .close:hover i svg{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }


@media(max-width: 992px){
    .vwrap .videobox{width:94%;left: 3%;margin-left: 0;}
    .vwrap .close{right: 0;top: -35px;}
}

.list43{ padding: .2rem .5rem; background: #f5f7fa; border-left: #10509c 3px solid;margin-bottom: .8rem;}
.list43 li{ margin-right: .62rem; font-size: .2rem; color: #333333; line-height: .66rem;cursor: pointer;transition: .5s;}
.list43 li.active{ /*! color: #124fb0; */}

.lishi .fl1{ align-items: flex-start;}
.lishi .fl1 .img1{ width: 4.2rem;}
.lishi .fl1 .img1 .imgLi{padding-bottom: 133.33%;}
.lishi .fl1 .right{ width: calc(100% - 4.2rem); padding: .1rem 0 0 .8rem;}
.lishi .fl1 .right h3{ font-size: .28rem; color: #10509c;}
.lishi .fl1 .right .line{ width: .58rem; height: .03rem; background: #10509c; margin: .2rem 0;}
.lishi .fl1 .right .ar_article{ height: calc(.32rem*6);overflow: hidden;overflow-y: scroll;padding-right: .2rem;margin-right: -.2rem;text-align: justify;}
.lishi .fl1 .right .ar_article p{ font-size: .16rem; color: #333333; line-height: .32rem;} 
.lishi .fl1 .right .ar_article::-webkit-scrollbar{width:2px;height:8px;background-color:none}
.lishi .fl1 .right .ar_article::-webkit-scrollbar-track{background-color:none}
.lishi .fl1 .right .ar_article::-webkit-scrollbar-thumb{background-color:none}
.lishi .fl1 .right .ar_article:hover::-webkit-scrollbar-thumb{background-color:#333}

.list44W{margin: .19rem 0 0;position: relative;}
.list44 .img .imgLi{padding-bottom: 133.33%;}
.list44 .ar_article{ display: none}

.arrow10 .arrow{ width: .39rem; height: .39rem; background-size: 100% 100% !important;position: absolute;top: 50%;margin-top: -.2rem;z-index: 10; cursor: pointer; transition: .5s}
.arrow10 .prev{ background: url(../images/arrow10_prev.png) center no-repeat; left: -.2rem;}
.arrow10 .next{ background: url(../images/arrow10_next.png) center no-repeat; right: -.2rem;}
.arrow10 .prev:hover{ background: url(../images/arrow10_prev_on.png) center no-repeat; }
.arrow10 .next:hover{ background: url(../images/arrow10_next_on.png) center no-repeat; }

.arrow20 .arrow{ width: 6vw; height: 100%; position: absolute;top: 0;z-index: 1; cursor: pointer; transition: .5s;display: flex;align-items: center;justify-content: center;opacity: 0;}
.arrow20 svg{ width: .3rem; height: .3rem; fill: #fff}
.arrow20 .prev{ left: 0;}
.arrow20 .next{ right: 0;}

.arrow20 .arrow:hover{ opacity: 1}

@media(min-width: 1024px){
    .list43 li:hover{ color: #10509c;}
}
@media(max-width: 1024px){
    
}
@media(max-width: 800px){
    .lishi .fl1 .img1{ max-width: 100%; margin: 0 auto;}
    .lishi .fl1 .right{ width: 100%;padding: .4rem 0 0;}

    .list43 li{ margin-right: .15rem; line-height: 2;font-size: .18rem;}
    .list43{ padding: .2rem .2rem;margin-bottom: .4rem;}
}
@media(max-width: 560px){
} 

.list45 li{ margin-bottom: .8rem;}
.list45 .left{ width: 2.4rem; position: relative; margin-top: -.7rem}
.list45 .img .imgLi {padding-bottom: 140%;}
.list45 .left h6{ font-size: .24rem; color: #333333; text-align: center; line-height: 1.5; margin: .18rem 0 0}
.list45 .right{ width: calc(100% - 2.6rem); padding: 0 0 0 .6rem}
.list45 .a{ background: #f5f7fa;padding: .36rem .5rem .36rem .36rem;}

.list45 .txt {
    margin: 0 0 .3rem;
    padding: 0 0 0 .28rem;
    position: relative;
    border-left: #1f5ba3 3px solid;
    transition: .5s 
}
.list45 .txt h4 {
    font-size: .24rem;
    color: #124fb0;
    margin-bottom: .1rem;
    padding: 0;
    font-weight: 600;
}
.list45 .txt p{ font-size: .2rem; color: #333333;line-height: 1.5;}
.list45 .ar_article p{ font-size: .16rem; color: #333333; }

.n_b6{
    background: #fff url(../images/n_b6.jpg) center bottom no-repeat;
    background-size: 100% auto;
}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .lrld_d{ padding-top: .4rem;}
}
@media(max-width: 800px){
    .list45 .left{ max-width: 100%;  margin: 0 auto;width: 100%;}
    .list45 .right{ width: 100%; padding: .2rem 0 0}
    .list45 li{ margin-bottom: .4rem}
    .list45 .a{ padding: .25rem;}
    .lrld_d{ padding-top: 0;}
}
@media(max-width: 560px){
} 

/*校园生活 -学生生活*/
.student1{ width: 13rem; max-width: 100%; margin: 0 auto; margin-top: .7rem;}
.student .fl01 .wp{width: 12.3rem;}
.student1 .box{display: flex;flex-wrap: wrap;margin: 0;justify-content: flex-end;margin: 1.2% -.6%;position: relative;z-index: 1;}
.student1 .box li{ padding: 0 .6%;}
.student1 .box li *{ transition: .5s;}
.student1 .box li a{display: block;position: relative;z-index: 1;overflow: hidden;}
.student1 .box li a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;justify-content: center;z-index: 1;align-items: center;background: rgba(0,0,0,.2);}
.student1 .box li a .top img{ width: 1.07rem; height: 1.07rem}
.student1 .box li a .top h4{background: rgba(0,0,0,.6);padding: 0 .22rem;line-height: .6rem !important;font-size: .2rem;color: #fff;}
.student1 .box:nth-child(2n-1) li:nth-child(1){width: 67%;}
.student1 .box:nth-child(2n-1) li:nth-child(1) .imged{ padding-bottom: 62.13%;}
.student1 .box:nth-child(2n-1) li:nth-child(3){align-self: flex-end;margin: -21% 0 0;}
.student1 .box:nth-child(2n-1) li:nth-child(2), .student1 .box li:nth-child(3){width: calc(100% - 67%);}
.student1 .box:nth-child(2n) li:nth-child(2) .imged, .student1 .box:nth-child(2n-1) li:nth-child(3) .imged{ padding-bottom: 65.5%;}

.student1 .box:nth-child(2n) li:nth-child(2){width: 67%;}
.student1 .box:nth-child(2n) li:nth-child(2) .imged{ padding-bottom: 62.13%;}
.student1 .box:nth-child(2n) li:nth-child(3){margin: -21% 0 0;position: absolute;left: 0;bottom: 0;}
.student1 .box:nth-child(2n) li:nth-child(1), .student1 .box li:nth-child(3){width: calc(100% - 67%);}
.student1 .box:nth-child(2n) li:nth-child(1) .imged, .student1 .box:nth-child(2n-1) li:nth-child(3) .imged{ padding-bottom: 65.5%;}

.student .fl02{ padding: 0 0 1.2rem}
.student2{ justify-content: center}
.student2 li{width: 20%;flex: inherit;}
.student2 li .a h4{ height: auto}
.xyfg .wp{ width: 14.26rem;}

@media(min-width: 1024px){	
	.student1 .box li a:hover .top{ opacity: 1; visibility: visible;}
}
@media(max-width: 1024px){	
	.list_ej1{ display: none;}
}
@media(max-width: 800px){
    .student .fl02{ padding-bottom: .4rem;}
    .student1 .box li a .top h4{font-size: .16rem !important;line-height: .3rem !important;padding: 0 .15rem;}
    .student1 .box li a .top img{ width: .6rem; height: .6rem;}
    .student1{ margin-top: .4rem;}

    .list_er .wp{ padding: 0}
}
@media(max-width: 560px){
}

.n_banner_ty{
    box-shadow: 0px 4px 46px 0px rgb(0 0 0 / 39%);
}


.ar_article .table2{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.ar_article li:before{
display:none;
}
.ar_article .table2 li{
    width: 25%;
    padding-left: 0;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_article .table2 li p{
    text-align: center;
    text-indent:0;
    margin-bottom: 0 !important;
    line-height: 1.35;
}
.ar_article .table2 li:nth-child(4n){
border-right: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(1){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(2){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(3){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(4){
 border-top: 1px solid #dfdfdf;
}

.ar_article .table2 li:nth-child(8n-3),.ar_article .table2 li:nth-child(8n-2),.ar_article .table2 li:nth-child(8n-1),.ar_article .table2 li:nth-child(8n){
    background: #f6f9fc;
}


@media(max-width: 1024px) {
.ar_article .table2 li{
width:50%;
}
.ar_article .table2 li:nth-child(2n){
border-right: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(3){
 border-top: none;
}
.ar_article .table2 li:nth-child(4){
 border-top: none;
}
.ar_article .table2 li:nth-child(4n),.ar_article .table2 li:nth-child(4n-1){
    background: #f6f9fc;
}
.ar_article .table2 li:nth-child(4n-2),.ar_article .table2 li:nth-child(4n-3){
    background: #fff;
}
}


.dswh .ar_article a{
    line-height: .46rem;
}.home4 .fl1 .right .xyfj {
        width: 75%;
        margin-left: 10%;
        transform: translateX(-50%);
    }
    .home4 .fl1 .right .xyfj .img1 {
        width: 100%;
        max-width: 100%;
    }
    .home4 .fl1 .right .xyfj .img2 {
        max-width: 24%;
    }
    .home3 .list15 {
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    .list16 li {
        margin: .06rem 
    }
    .ftop {
        /*! display: none; */
    }
    .home2 .b2 {
        display: none 
    }
    .list7s1 li {
        width: 50% 
    }
    
    .kBox{ display: none}
    .home2 .b3{ /*! display: none */}
    .list11 .ll{ opacity: 1}
   /* .more6{ display: none} */
    
    .list11 li:nth-child(1){ /*! margin-top: 0 */}
    .list11 li.li1 .a{ /*! height: 2.2rem; */}
}
@media(max-width: 800px) {
    #gotop {
        right:0;
        transform: scale(0.7);
        bottom: .3rem;
    }
    .pad1 {
        padding: .4rem 0;
    }
    .pad2 {
        padding: .4rem 0;
    }
    .tit1 h6 {
        font-size: .55rem;
        bottom: -.02rem;
    }
    .tit1 h3 big {
        font-size: .4rem;
    }
    .tit1 h3 {
        font-size: .2rem;
    }
    .tit1 {
        margin-bottom: .25rem 
    }
    .home4 .fl1 .right .tit1{ justify-content: center; padding: 0}
    .tit1c .more1 img {
        height: .2rem;
    }
    .list8 li {
        width: 50%;
    }
    .list8 li:nth-child(1), .list8 li:nth-child(6) {
        width: 100%;
    }
    footer .fl1 {
        padding: .3rem 0 
    }
    footer .fl1 h3 {
        margin-bottom: .1rem;
        font-size: .22rem;
    }
    .list10 img {
        width: 1.2rem 
    }
    .list8 .ico img {
        height: .3rem;
    }
    .tit2 h3 {
        font-size: .24rem;
    }
    .list5 .txt {
        padding: 0 15px 15px;
    }
    .list6 {
        padding: .2rem 15px;
    }
    .list6 li {
        padding: .1rem 0;
    }
    .list6 h6{ margin-bottom: .05rem}
    .list7 .a {
        padding: 20px 15px;
        height: auto;
    }
    .list7 .a:before {
        left: 15px;
        right: 15px;
    }
    .list8 li .txt {
        padding: 15px 15px 10px;
    }
    #search1 .keywords span {
        display: block;
        width: 100% 
    }
    #search1 .keywords a {
        padding: 0 .15rem 
    }
    .list3 .txt {
        padding-left: .2rem;
        height: 1.4rem;
        padding-right: .6rem;
    }
    .list3Box .arrow1{ height: 1.4rem;/*! bottom: .6rem; */width: .4rem;}
    .list3 .a:before{ right: .4rem}
    .list3 h4{ margin-top: .12rem}
    
    .list11{ height: auto}
    .list11 li{ width: 50%}
    .list11 .a {
        padding: 0 .1rem;
        height: 1.3rem !important;
    }
    .list11 li:nth-child(1){ margin-top: 0}
    .list11 img {
        width: .4rem;
        /*! margin-right: .06rem; */
    }
    .list11 .ll {
        font-size: .2rem 
    }
    .list13 .box {
        transform: scale(.7) 
    }
    .list15 li {
        margin: 0 .08rem;
    }
    .list15 li .a {
        width: .36rem;
        height: .36rem; 
    }
    footer .fl1 .right .logo2 img {
        max-width: 50vw 
    }
    .list7s1 li {
        width: 100%;
        margin-bottom: .2rem 
    }
    .list4 li {
        margin-bottom: .15rem; 
        padding-bottom: .15rem;
    }
    .list4 .a {
        min-height: auto 
    }
    .list4 .img {
        width: 1.5rem;
        margin: 0 .2rem 0 0;
    }
    .list4 .p {
    }
    .list4 h4 {
        margin-top: 0;
        margin-bottom: .02rem;
    }
    .list4 h6{
        margin: .04rem 0 0;
        display: none;
    }
    
    .tit1 img{ height: .5rem}
    
    .banner .dots span{ width: .24rem; height: .24rem; margin: 0 .04rem !important;}
    .banner .dots span.active{ margin-right: .35rem !important}
    .banner .dots span.active:after{ width: .2rem}
    
    .more2{ font-size: .14rem;}
    .more2 svg{ width: .2rem; height: .2rem}
    
    .home4 .fl1 .right{ padding: .4rem 0 .1rem;}
    .list12s{ margin: 0 -7px;padding: .2rem .2rem;}
    .list12s li{ padding: 0 7px; margin: .05rem 0}
    
    .home3 .fl1 .left{ width: 100%;order: 1;margin-top: .3rem;}
    .home3 .fl1 .right{ width: 100%}
    
    .more6{ flex-direction: row;margin: .2rem 0 0;}
    .more6 span{ width: auto;margin: 0 .1rem 0 0;}
    .more6 img{ transform: rotate(-90deg);width: .1rem;}
    
    .list7 p:nth-child(2) img { width: .22rem; height: .22rem; margin-top: .01rem}
    .list7 p:nth-child(3) img { width: .24rem; height: .24rem; margin-top: .01rem}
    .list7 p:nth-child(4) img { width: .22rem; height: .22rem; margin-top: .01rem}
}
@media(max-width: 560px) {
    .list11 .ll {
        font-size: .18rem 
    }
    footer .fl1 .right p, footer .fl2 p{ font-size: .14rem;line-height: 1.75;}
}
.n_banner {
    position: relative;
    z-index: 10;
    box-shadow: 0px 16px 29px 0px rgba(6, 62, 127, 0.11);
}
.n_banner .img .imgLi {
    padding-bottom: 28.69%;
}
.n_banner .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url(../images/n_bt.png) left bottom no-repeat;*/
    background-size: auto 100%;
    font-size: .16rem;
}
.n_banner .top .wp {
    width: 16.16rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 9vw;
}
.n_banner.no_blue .top {
    background: none;
}
.mianbao img {
    margin: -2px .1rem 0 0;
    height: .14rem;
}
.mianbao * {
    font-size: .14rem;
    color: #fff;
    line-height: 1.5;
    font-style: normal;
}
.mianbao span {
    margin: 0 .1rem;
}
.n_banner h2 {
    font-size: .4rem;
    color: #fff;
    margin-bottom: .25rem;
    font-weight: 600;
}
.list_er {
    background: #f5f7fa;
    box-shadow: 0px 16px 29px 0px rgba(6, 62, 127, 0.11);
    position: relative;
    z-index: 12;
}
.list_er .wp {
    width: 16.16rem;
}
.list_er a {
    display: block;
    line-height: .68rem;
    padding: 0 .2rem;
    font-size: .2rem;
    color: #333333;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list_er a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #124fb0;
    height: 0;
    z-index: -1;
    transition: .5s;
}
.list_er a:hover::before, .list_er .on a::before {
    height: 100%;
    opacity: 1;
}
.list_er a:hover, .list_er .on a {
    color: #fff;
}
.n_container {
    padding: .8rem 0 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.n_container .wp {
    width: 16.1rem;
}
.n_p1 {
    padding: 0 !important;
}
.n_p2 {
    padding: .8rem 0;
    overflow: hidden;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .list_er li {
        min-width: 20%;
        text-align: center;
        display: inline-block;
    }
    .list_er li a {
        /* width: 100%; */
        padding: 0 5px;
        line-height: 3;
    }
    .mianbao {
    }
    .list_er {
        margin: 0 15px;
        margin-top: .2rem;
    }
    .list_er .wp ul{width: 100%;display: block;white-space: nowrap;overflow-x: auto;}
    .n_banner .top{ display: none}
}
@media(max-width: 800px) {
    .n_banner h2 {
        font-size: .22rem;
        margin-bottom: .1rem;
        padding: 0;
    }
    .n_p2 {
        padding: .4rem 0 
    }
    .list_er li{ font-size: .18rem}
}
@media(max-width: 560px) {
}
.h3-1 {
    font-size: .32rem;
    color: #124fb0;
    line-height: 1.375;
    font-weight: 600;
    margin-bottom: .2rem;
}
.about .fl1 .wp {
    align-items: center;
}
.about .fl1 .img {
    width: 5.16rem;
}
.about .fl1 .txt {
    width: calc(100% - 5.16rem);
    padding: 0 0 0 .6rem;
}
.list18 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .8rem;
    flex-wrap: nowrap;
}
.list18 img:last-child {
    display: none 
}
.list18 img {
    flex: 1;
    margin: 0 -1.25vw;
    height: 8.5vw;
}
.list18 .time {
    width: 8.5vw;
    height: 8.5vw;
    background: #eff4fb;
    border-radius: 50vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6vw;
    color: #c43745;
    font-family: 'Goudy Old Style';
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list18 .time:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: scale(.8);
    border-radius: 50vw;
    z-index: -1;
    transition: .5s 
}
.list18 .time:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #124fb0;
    transform: scale(0);
    border-radius: 50vw;
    z-index: -1;
    transition: .5s;
    opacity: 0 
}
.list18 p {
    font-size: .16rem;
    color: #666666;
    line-height: .28rem;
    width: 9vw;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: .2rem;
}
.list18 li:nth-child(3) .time:after {
    transform: scale(.8);
    opacity: 1 
}
.list18 li:nth-child(3) .time {
    color: #fff 
}
.about .fl2 .wp:nth-child(1) {
    margin-bottom: .8rem;
}
.about .fl2 {
    background: #f7f9fc;
}
.about .fl2 .left {
    width: calc(100% - 5.5rem);
}
.about .fl2 .h3-1 {
    margin-bottom: .3rem;
}
.about .fl2 .left .ar_article {
    background: #fff;
    padding: .4rem .5rem;
    border-left: #124fb0 3px solid 
}
.about .fl2 .wp {
    /*! align-items: flex-end; */
}
.about .fl2 .right {
    padding: 0;
    width: 5.5rem;
}
.about .fl2 .right .img {
    width: 7.8rem;
    box-shadow: 0px 1px .3rem 0px rgba(2, 43, 91, 0.23);
    max-width: 100%;
}
.about .fl3 .wp {
    align-items: center;
}
.about .fl3 .img {
    width: 7.8rem;
}
.about .fl3 .right {
    width: calc(100% - 7.8rem);
    position: relative;
}
.about .fl3 .box {
    background: #fff;
    padding: .5rem;
    margin-left: -1.14rem;
    box-shadow: 0px .16rem .28rem 0px rgba(6, 62, 127, 0.11);
}
.about .fl3 .box1 {
    margin-top: .85rem;
}
.about .fl3 { padding-bottom: 0
}
.about .fl4{ padding-top: .3rem}
.about .fl4 .wp {
    align-items: center 
}
.about .fl4 .img {
    width: 3.98rem;
    order: 1;
    box-shadow: 0px 1px .6rem 0px rgba(4, 0, 0, 0.14);
}
.about .fl4 .txt {
    flex: 1;
    overflow: hidden; 
    background: #fff;
    padding: .4rem .5rem;
    border-left: #124fb0 3px solid;
    box-shadow: 0px 1px .6rem 0px rgba(4, 0, 0, 0.14);
    
}
.about .fl5{
    background: url(../images/about_b4.jpg) center no-repeat;
    background-size: cover;
    padding-top: 0;
}
.about .fl5 .cont1 {
    align-items: center;
    padding: 0 .32rem 0 0;
    margin-top: .25rem;
    position: relative;
}
.about .fl5 .cont1 .box {
    padding: .5rem 0;
}
.about .fl5 .cont1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.84rem;
    height: 2px;
    max-width: 100%;
}
.about .fl5 .cont1 .img {
    width: 6.28rem;
    transform: translateY(-.45rem);
}
.about .fl5 .cont1 .right {
    width: calc(100% - 6.28rem);
    padding: .5rem;
}
.about .fl5 .cont2 {
    margin-top: .2rem;
    align-items: flex-end;
    justify-content: space-between;
}
.about .fl5 .cont2 .left {
    align-items: center 
}
.about .fl5 .cont2 .txt {
    padding: 0 0 0 .3rem;
    flex: 1;
    overflow: hidden;
}
.about .fl5 .cont2 h4 {
    font-size: .2rem;
    color: #202020;
    line-height: 1.375 
}
.about .fl5 .cont2 p {
    font-size: .2rem;
    color: #202020;
    line-height: 1.375;
    margin-top: .12rem 
}
.about .fl5 .cont2 .tel .ico {
    width: .83rem;
    height: .83rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.about .fl5 .cont2 .tel .ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #124fb0 1px dashed;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}
.about .fl5 .cont2 .tel h6 {
    font-size: .2rem;
    color: #124fb0;
    line-height: 1.25;
    margin-top: .1rem 
}
.about .fl5 .cont2 .right p {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5 
}
.pc_hbs1 .pc_h {
    background: none;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .about .fl1 .img {
        margin: 0 auto;
        order: 1;
    }
    .about .fl1 .txt {
        width: 100%;
        padding: 0 0 .3rem;
    }
    .about .fl2 .left {
        width: 100% 
    }
    
    .about .fl2 .right .img{ margin: 0 auto}
    .about .fl2 .right {
        margin: 0 auto;
        margin-top: .25rem;
        width: 100%;
    }
    .about .fl3 .img {
        order: 1;
        margin: 0 auto 
    }
    .about .fl4 .img {
        width: 100%;
        margin: 0 0 .3rem;
    }
    .about .fl4 .txt {
        width: 100%;
        flex: auto;
    }
    .about .fl3 .right {
        width: 100%; 
        margin-bottom: .4rem;
    }
    .about .fl3 .box {
        margin-left: 0;
        /*! padding: 0 0 .3rem; */
    }
    .about .fl5 .cont1 {
        padding: 0;
    }
    .about .fl5 .cont1 .right {
        width: 100%;
        padding: .3rem;
    }
    .about .fl5 .cont1 .img {
        margin: 0 auto;
        transform: translateY(0);
        width: 100%;
    }
}
@media(max-width: 800px) {
    .h3-1 {
        font-size: .24rem 
    }
    .ar_article {
        font-size: .18rem;
        ;
    }
    .ar_article p {
        text-indent: .36rem;
    }
    .ar_article p img {
    }
    .list18 {
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .list18 li {
        width: 33.33%;
        margin-bottom: .2rem;
        padding: 0 5px;
    }
    .list18 img {
        display: none 
    }
    .list18 p {
        width: 100% 
    }
    .list18 .time {
        width: 13vw;
        height: 13vw;
        font-size: 4.5vw 
    }
    .about .fl5 .cont2 .left {
        width: 100% 
    }
    .about .fl5 .cont2 .right {
        width: 100%;
        padding: .3rem 0 0;
    }
    .about .fl5 .cont2 .tel .ico {
        width: .6rem;
        height: .6rem 
    }
    .about .fl5 .cont1 .right, .about .fl2 .left .ar_article, .about .fl5 .cont1 .box {
        padding: .3rem 
    }
    .about .fl5 .cont2 h4, .about .fl5 .cont2 p {
        font-size: .18rem;
    }
    .about .fl3 .box1 {
        margin-top: .4rem;
    }
    .list_er li a {
        line-height: 2.5; 
        font-size: .18rem;
    }
    .about .fl2 .wp:nth-child(1){ margin-bottom: .4rem}
    .about .fl2 .h3-1{ margin-bottom: .2rem}
    
    .about .fl3 .box{ padding: .25rem}
    .about .fl4 .txt{ padding: .25rem}
    
    .about .fl5 .cont1 .box{ padding: .3rem 0}
}
@media(max-width: 560px) {
    .list_er li a{ font-size: .16rem}
}
.n_b1 {
    background: url(../images/xrld_b.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.xrld .cont1 {
    margin: 0 -.28rem -.56rem;
}
.xrld .cont1 .box {
    width: 50%;
    padding: 0 .28rem;
    margin-bottom: .56rem;
}
.xrld .cont1 .con {
    background: #fff;
    box-shadow: 0px 1px 9px 0px rgba(4, 0, 0, 0.14);
    padding-bottom: .3rem;
}
.h3-2 {
    background: #124fb0;
    height: .6rem;
    display: flex;
    align-items: center;
    padding: 0 .4rem;
    font-size: .22rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .2rem;
    line-height: 1.25;
}
.list19Box {
    padding: .05rem .4rem;
    align-items: flex-start;
}
.list19Box .tit {
    width: .9rem;
    margin: .05rem 0;
    margin-right: .4rem;
    font-size: .22rem;
    color: #124fb0;
    font-weight: 600;
    position: relative;
    line-height: .4rem;
}
.list19Box .tit:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: .24rem;
    background: #b5c9e1;
    margin-top: -.12rem 
}
.list19 {
    flex: 1;
    overflow: hidden;
}
.list19 li {
    min-width: 25%;
    margin: .05rem 0;
}
.list19 li .a {
    font-size: .18rem;
    color: #222222;
    line-height: .4rem;
    font-weight: 400;
    transition: .5s;
}
@media(min-width: 1024px) {
    .list19 li .a:hover {
        color: #124fb0;
    }
}
@media(max-width: 1024px) {
    .xrld .cont1 {
        margin: 0 -.28rem -.25rem 
    }
    .xrld .cont1 .box {
        width: 100%;
        margin-bottom: .25rem;
    }
    .list19Box .tit {
        margin-right: .2rem 
    }
}
@media(max-width: 800px) {
    .list19 li {
        min-width: 33.33%;
    }
    .n_container {
        padding: .4rem 0;
    }
    .list19Box, .h3-2 {
        padding: 0 .2rem;
    }
    .h3-2 {
        height: .6rem;
    }
    
}
@media(max-width: 560px) {
}
.lrld .wp {
    width: 15rem;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
    border-left: #e5e5e5 1px solid;
    background: #fff;
}
.table1 th {
    background: #124fb0;
    font-size: .22rem;
    color: #fff;
    line-height: 1.375;
    text-align: center;
    padding: .2rem .1rem;
    border-right: #e5e5e5 1px solid;
}
.ar_article .table1 th p{color:#fff;text-indent: 0;text-align: center;}
.ar_article .table1 td p{text-indent:0;line-height: 1.375;}
.table1 th:nth-child(2) {
    background: #094c9c;
}
.table1 td {
    border-right: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    font-size: .2rem;
    color: #333333;
    line-height: 1.375;
    text-align: center;
    padding: .15rem .1rem;
}
.table1 td:nth-child(2n-1) {
    width: 1.18rem;
}
.xsqk .table1 td:nth-child(2n-1) {
    width: auto;
}
.table1 tr:nth-child(2n-1) td {
    background: #f6f9fc 
}
.p_zs {
    font-size: .16rem;
    color: #666666;
    line-height: 1.375;
    text-align: right;
    margin-top: .5rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .table1 td:nth-child(2n-1) {
        width: .9rem;
    }
    .table1 td {
        font-size: .16rem;
        padding: .1rem .05rem;
    }
    .table1 th {
        padding: .15rem 0 
    }
    .p_zs {
        margin-top: .2rem;
    }
    .ar_article .table1 td p{ font-size: .16rem}
}
@media(max-width: 560px) {
}
.list20 {
    margin: 0 -.38rem;
}
.list20 li {
    width: 50%;
    padding: 0 .38rem;
}
.list20 .a {
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #e0e0e0 1px solid;
    padding: 0 .28rem 0 .38rem;
    transition: .5s;
    overflow: hidden;
}
.list20 svg {
    width: .16rem;
    height: .16rem;
    fill: #94969a;
    transition: .5s;
    margin-left: .2rem;
}
.list20 h4 {
    font-size: .22rem;
    flex: 1;
    overflow: hidden;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1024px) {
    .list20 .a:hover {
        background: #d10015;
        color: #fff 
    }
    .list20 .a:hover h4 {
        color: #fff;
    }
    .list20 .a:hover svg {
        fill: #fff;
    }
    .list20 .a:hover h4{font-weight: bold}
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list20 {
        margin: 0;
    }
    .list20 li {
        width: 100%;
        padding: 0;
    }
    .list20 .a {
        padding: 10px 10px;
        height: auto;
    }
    
    
}
@media(max-width: 560px) {
}
.bd_li {
    transition: .5s 
}
.n_b2 {
    background: url(../images/n_b2.jpg) center bottom no-repeat;
    background-size: 100% auto;
    min-height: 6.3rem;
}
.notice .wp {
    width: 15rem;
}
.list21 {
    position: relative;
    z-index: 1;
}
.list21 .a {
    align-items: center;
    padding: .1rem .65rem;
    position: relative;
    z-index: 1;
    background: #fff;
}
.list21 .a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    transition: .5s;
}
.list21 li:nth-child(2n-1) .a {
    background: #f8f9fd;
}
.list21 .time {
    width: .74rem;
    height: .69rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/list21_b.png) center no-repeat;
    padding: .1rem 0 0;
    margin-right: .5rem;
    background-size: cover !important;
    transition: .5s;
    transform: scale(.89);
}
.list21 .time:before {
    position: absolute;
    width: 1px;
    height: .48rem;
    background: #e1e3e9;
    right: 0;
    top: 50%;
    margin-top: -.24rem;
}
.list21 li .time:after {
    content: "";
    position: absolute;
    width: 1px;
    height: .48rem;
    background: #e1e3e9;
    right: -.3rem;
    top: 50%;
    margin-top: -.24rem;
    transition: .5s;
}
.list21 li .time h3 {
    font-size: .22rem;
    color: #124fb0;
    font-family: Futura Bk BT;
    transition: .5s;
}
.list21 li .time h6 {
    font-size: .14rem;
    color: #124fb0;
    font-family: Futura Bk BT;
    margin: .04rem 0 0;
    transition: .5s;
}
.list21 li .rr {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.list21 li h4 {
    font-weight: normal;
    padding: 0 .1rem 0 0;
}
.list21 li p {
    font-size: .14rem;
    line-height: 1.375;
    margin: .04rem 0 0;
    transition: .5s;
    width: auto;
}
@media(min-width: 1024px) {
    .list21 .a:hover:before {
        background: #d10015;
        height: 100%;
    }
    .list21 .a:hover * {
        color: #fff 
    }
    .list21 .a:hover .time {
        background: url(../images/list21_b_on.png) center no-repeat;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list21 .a {
        padding: .15rem .2rem;
    }
    .list21 .time {
        margin-right: .2rem;
    }
    .list21 li .time:after {
        display: none 
    }
    .list21 li .rr {
        flex-wrap: wrap 
    }
    .list21 li p {
        width: 100% 
    }
    .n_b2{ min-height: auto;}
}
@media(max-width: 560px) {
}
.pages {
    margin: .8rem 0 0;
}
.pages ul {
    text-align: center;
}
.pages ul li {
    text-align: center;
    font-size: .16rem;
    display: inline-block;
    margin: .03rem .01rem;
    color: #666666;
}
.pages ul li a {
    height: .35rem;
    text-align: center;
    padding: 0 8px;
    min-width: .35rem;
    display: flex;
    border: 1px solid #cccccc;
    border-radius: .04rem;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.pages ul li a svg {
    width: 14px;
    height: 14px;
    fill: #959595;
    transition: .5s;
}
.pages ul li.cur {
    border: #d10015 1px solid;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    border-radius: 3px;
}
.pages ul li a.on {
    background: #9d0c3a;
    padding: 0 8px;
    min-width: .35rem;
    height: .35rem;
    line-height: .33rem;
    color: #fff ;
    border-radius: 3px 
}
.pages ul li.cur {
    color: #fff;
    background: #d10015;
}
.pages ul li.page-count {
    line-height: .33rem 
}
.page-form {
    line-height: .33rem 
}
.page-form input {
    border: 1px solid #ccc;
    width: .35rem;
    height: .35rem;
    float: left;
    text-align: center;
    padding: 0 .04rem;
    background: transparent;
    border-radius: .04rem;
    margin: 0 .08rem;
}
.page-form span {
    float: left;
    color: #666 
}
.page-form button {
    border: none;
    width: .6rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    background: #d10015;
    color: #fff;
    border-radius: .04rem;
    margin-left: 5px;
    font-size: .16rem;
    cursor: pointer;
}
.pages ul li.next svg {
    transform: rotateY(180deg) 
}
.pages ul li a:hover {
    border: #015aac 1px solid;
    color: #015aac;
}
.pages ul li a:hover {
    color: #015aac;
}
.pages ul li a:hover svg {
    fill: #015aac;
}
@media(max-width: 560px) {
    .pages {
        margin-top: .4rem;
    }
}
.list22 li {
    border-bottom: #ebedef 1px solid 
}
.list22 .a {
    align-items: center;
    padding: .26rem 0 .26rem 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.list22 .a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff url(../images/list22_b1.jpg) right center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .5s;
}

.list22 .ll {
    width: 1.26rem;
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    align-items: center;
    padding-top: .2rem;
    background: #e9f2ff;
    height: 1.05rem;
    justify-content: center;
    border-radius: 0 0 .2rem 0;
    overflow: hidden;
}
.list22 .ll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .04rem;
    height: 100%;
    background: #124fb0;
    transition: .5s;
    overflow: hidden;
    z-index: -1;
}
.list22 .ll .time{ text-align: center}
.list22 .ll .time h3 {
    font-size: .3rem;
    color: #124fb0;
    transition: .5s;
}
.list22 .ll .time h6 {
    font-size: .2rem;
    color: #8aa6d0;
    transition: .5s;
    margin: .03rem 0 0 .03rem;
}
.list22 .img {
    width: 2.9rem;
}
.list22 .img .imgLi {
    padding-bottom: 64%;
}
.list22 .rr {
    flex: 1;
    overflow: hidden;
    padding: .4rem 0;
    margin-right: .25rem;
    margin-left: .48rem;
}
.list22 p {
    margin: .12rem 0 0;
}
@media(min-width: 1024px) {
    .list22 .a:hover {
        box-shadow: 0px 1px .3rem 0px rgba(4, 0, 0, 0.2);
    }
    .list22 .a:hover::before {
        opacity: 1;
    }
    .list22 .a:hover::after {
        height: 100%;
    }
    .list22 .a:hover .ll .time h3, .list22 .a:hover .ll .time h6 {
        color: #fff; 
    }
    .list22 .a:hover .ll .time h6 {
        opacity: .6
    }
    .list22 .a:hover .ll:before {
        background: #d10015; 
        width: 100%;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list22 .a {
        padding: 0;
    }
    .list22 .time{ }
    .list22 .rr {
        margin-right: 0;
        padding: .2rem 0;
        margin-left: .2rem;
    }
    .list22 .img {
        margin: 0 auto .25rem;
        width: 100%;
    }
    .list22 .ll {
        width: 1rem; 
        height: .8rem;
    }
    .list22 .ll .time h3 {
    font-size: .24rem;
    }
.list22 .ll .time h6 {
    font-size: .16rem;
    }
}
@media(max-width: 560px) {
}
.h3-3 {
    font-size: .32rem;
    color: #222222;
    line-height: 1.5;
    text-align: center;
    margin-bottom: .1rem;
    font-weight: 600;
}
.xlssBox {
    justify-content: flex-end;
    margin-bottom: .46rem;
}
.xlss {
    width: 1.92rem;
    padding: 0 .25rem;
    background: #f7f9fc;
    position: relative;
    border-radius: 50vw;
}
.xlss h3 {
    font-size: 0.18rem;
    color: #000000;
    text-align: left;
    height: .45rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.xlss h3::after {
    content: "";
    border-left: 0.045rem solid transparent;
    border-right: 0.045rem solid transparent;
    border-top: 0.05rem solid #1f5ba3;
    left: auto;
    right: .25rem;
    top: 50%;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: -0.05rem;
    position: absolute;
}
.xlss ul {
    border-top: 2px solid #124fb0;
    background: #fff;
    position: absolute;
    top: calc(100% + 0.2rem);
    width: 100%;
    display: none;
    z-index: 10000;
    transition: 0s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: .1rem 0;
    left: 0;
    border-radius: 0 0 .1rem .1rem;
}
.xlss ul li {
    font-size: 0.14rem;
    color: #333;
    text-align: center;
    padding: 0.1rem 0;
    background: #fff;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
    line-height: 1.5;
}
.xlss ul::after {
    content: "";
    position: absolute;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-bottom: 0.08rem solid #124fb0;
    left: 50%;
    top: -.1rem;
    bottom: auto;
    width: auto;
    height: auto;
    margin-left: -0.05rem;
    transition: 0.5s;
}
.xqtj .ar_article table th {
    width: .7rem;
}
.xqtj .ar_article table tr:nth-child(2n-1) td {
    background: #f6f9fc 
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .h3-3 {
        font-size: .24rem;
    }
    .xlssBox {
        justify-content: center;
    }
    .scroll {
        overflow: hidden;
        overflow-x: scroll;
    }
    .ar_article td, .ar_article th {
        font-size: .18rem;
    }
}
@media(max-width: 560px) {
}
.history .wp {
    width: 15.1rem;
}
.history .fl1 .img {
    width: 6.13rem;
    margin-top: .1rem;
}
.history .fl1 .txt {
    width: calc(100% - 6.13rem);
    padding: 0 0 0 .46rem 
}
.history .fl1 .txt img {
    margin-bottom: .2rem;
    max-width: 100% 
}
.history .fl2 {
    margin-top: .3rem;
}
.history .fl2 .cont1 {
    align-items: center;
    justify-content: space-between;
    border-bottom: #e3e3e3 1px solid;
    padding: .5rem;
}
.history .fl2 .cont1 .tel {
    align-items: center;
}
.history .fl2 .cont1 .tel .ico {
    width: .83rem;
    height: .83rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.history .fl2 .cont1 .tel .ico:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; border-radius: 50vw; transform: scale(.8); z-index: -1}
.history .fl2 .cont1 .tel .ico::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #124fb0 1px dashed;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite;
}
.history .fl2 .cont1 .tel h6 {
    font-size: .24rem;
    color: #124fb0;
    line-height: 1.25;
    margin-left: .15rem;
}
.history .fl2 .cont1 .tel h6 a {
    color: #124fb0;
}
.history .fl2 .cont1 .right p {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5 
}
.history .fl3 {
    padding: .7rem 0 1.14rem;
}
.list23 {
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: .8rem .25rem 0;
}
.list23:before {
    content: "";
    position: absolute;
    top: .6rem;
    width: .02rem;
    bottom: 0;
    border-left: #cbd9ea 1px dashed;
    z-index: -1;
    left: 50%;
    margin-left: -.01rem;
}
.list23 li {
    width: 50%;
    align-self: flex-end;
    margin: 0 0 .4rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: -.8rem;
}
.list23 li::before {
    content: "";
    position: absolute;
    width: .42rem;
    height: .41rem;
    border-radius: 50%;
    left: -.21rem;
    top: .62rem;
    background: #124fb0;
    z-index: 10;
    transform: scale(0);
    transition: .5s;
}
.list23 li:nth-child(2n):before {
    left: auto;
    right: -.21rem;
}
.list23 li .a {
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 0 0 0 1rem;
}
.list23 li .a::before {
    content: "";
    position: absolute;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    left: -.225rem;
    top: .6rem;
    background: #fdfeff url(../images/list23_b1.png) center no-repeat;
    box-sizing: border-box;
    background-size: 100% 100% !important;
}
.list23 li .a::after {
    content: "";
    position: absolute;
    background: #cbd9ea;
    width: 100%;
    height: 1px;
    left: .22rem;
    top: .81rem;
}
.list23 li .top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .45rem;
    font-size: .58rem;
    color: #d10015;
    font-family: DINPro;
    font-weight: bold;
}
.list23 li .ar_article p {
    text-indent: 0;
    line-height: 1.75;
    transition: .5s;
}
.list23 li:nth-child(2n) .top .rr h6::before {
    transform: rotateY(180deg) 
}
.bd_li2 {
    width: 9.8rem;
    max-width: 100%;
    margin: 0 auto;
}
.lshm {
    padding-bottom: .7rem;
}
.list23s {
    /*! margin-top: -.8rem; */
    display: none;
}
.zhushi{ text-align: right; font-size: .2rem; color: #666666; line-height: 1.5}
.more4 {
    margin: 0 auto;
    width: .56rem;
    position: relative;
}
.more4 img {
    width: 100%;
    transition: .5s;
    cursor: pointer;
}
.more4 .i2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.more4.on .i1 {
    opacity: 0;
}
.more4.on .i2 {
    opacity: 1;
}
.h3-4 {
    margin-bottom: -.3rem;
}
.history .fl2 .cont1 {
    padding: .3rem 0 .5rem;
}
@media(min-width: 1024px) {
    .list23 li:hover .ar_article p {
        color: #d10015;
    }
    .list23 li:nth-child(2n) {
        align-self: flex-start;
    }
    .list23 li:nth-child(2n) .a {
        padding: 0 1rem 0 0;
    }
    .list23 li:nth-child(2n) .a::before {
        left: auto;
        right: -.225rem;
    }
    .list23 li:nth-child(2n) .top {
        text-align: right 
    }
    .list23 li:nth-child(2n) .a::after {
        left: auto;
        right: .23rem;
    }
    .list23 li:hover::before {
        transform: scale(.3);
    }
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .history .fl1 .img {
        margin: 0 auto 
    }
    .history .fl1 .txt {
        width: 100%;
        padding: .3rem 0 0 0;
    }
    .list23 li {
        width: 100%;
        margin-top: 0;
        margin: 0 0 .25rem;
    }
    .list23:before {
        left: .23rem;
        margin-left: 0;
    }
    .list23 li .a {
        padding: 0 0 0 .5rem 
    }
    .ar_article, .ar_article p, .yjds_d .ar_article p {
        font-size: .18rem;
    }
}
@media(max-width: 800px) {
    .history .fl2 .cont1 .tel {
        margin-bottom: .15rem 
    }
    .history .fl3 {
        padding: 0 0 .5rem;
    }
    .h3-4 {
        text-align: center 
    }
    .h3-4 img {
        height: .4rem 
    }
    .list23 li .top {
        font-size: .36rem;
        margin-bottom: .35rem 
    }
    .list23 li .a::before {
        top: .3rem 
    }
    .list23 li .a::after {
        top: .5rem 
    }
    .zhushi{ margin-top: .2rem; font-size: .16rem; text-align: center}
    .history .fl2 .cont1 .tel .ico{ margin-bottom: .2rem}
}
@media(max-width: 560px) {
}
.ar_tit {
    text-align: center;
    margin-bottom: .4rem;
    border-bottom: #ebebeb 1px solid;
    padding-bottom: .1rem;
}
.ar_tit h3 {
    font-size: .32rem;
    color: #124fb0;
    line-height: 1.375;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto;
}
.ar_tit h6 {
    font-size: .16rem;
    color: #666666;
    line-height: 1.5;
    margin: .3rem 0 0;
    font-weight: normal;
}
.ar_tit span {
    margin: 0 .2rem 
}
.detail .ar_article p {
    margin-bottom: .1rem;
}
.detail .ar_article p.vsbcontent_img {
    text-align: center;
}
.detail .box {
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
@font-face {
    font-family: "socialshare";
    src: url("../fonts/iconfont.eot");
    src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype") 
}
.social-share {
    display: flex;
    align-items: center;
    font-size: .14rem;

    color: #666666;
    position: absolute;
    top: 3.5rem;
    right: calc((100vw - 16.16rem)/2);
    width: .48rem;
    flex-wrap: wrap;
    transition: .5s;
    z-index: 1000;
}
.social-share * {
    font-family: "socialshare" !important 
}
.social-share .icon-tencent:before {
    content: "\f07a" 
}
.social-share .icon-qq:before {
    content: "\f11a";
    color: #fff;
}
.social-share .icon-weibo:before {
    content: "\f12a" 
}
.social-share .icon-wechat:before {
    content: "\f09a";
    color: #fff;
}
.social-share .icon-douban:before {
    content: "\f10a" 
}
.social-share .icon-heart:before {
    content: "\f20a" 
}
.social-share .icon-like:before {
    content: "\f00a" 
}
.social-share .icon-qzone:before {
    content: "\f08a";
    color: #fff;
}
.social-share .icon-linkedin:before {
    content: "\f01a" 
}
.social-share .icon-diandian:before {
    content: "\f05a" 
}
.social-share .icon-facebook:before {
    content: "\f03a" 
}
.social-share .icon-google:before {
    content: "\f04a" 
}
.social-share .icon-twitter:before {
    content: "\f06a" 
}
.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 0 .2rem;
    display: inline-block;
    outline: none;
}
.social-share .social-share-icon {
    position: relative;
    display: flex;
    width: .48rem;
    height: .48rem;
    font-size: .3rem;
    border-radius: 50vw;
    line-height: 22px;
    background: inherit;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
    align-items: center;
    justify-content: center;
}
.social-share .social-share-icon:hover {
    background: #666;
    color: #fff 
}
.social-share .icon-weibo {
    color: #fff;
    background: #ff763b;
}
.social-share .icon-weibo:hover {
    background: #ff763b 
}
.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7 
}
.social-share .icon-tencent:hover {
    background: #56b6e7 
}
.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
    background: #56b6e7;
}
.social-share .icon-qq:hover {
    background: #56b6e7 
}
.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D;
    background: #FDBE3D;
}
.social-share .icon-qzone:hover {
    background: #FDBE3D 
}
.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045 
}
.social-share .icon-douban:hover {
    background: #33b045 
}
.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5 
}
.social-share .icon-linkedin:hover {
    background: #0077B5 
}
.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D 
}
.social-share .icon-facebook:hover {
    background: #44619D 
}
.social-share .icon-google {
    color: #db4437;
    border-color: #db4437 
}
.social-share .icon-google:hover {
    background: #db4437 
}
.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee 
}
.social-share .icon-twitter:hover {
    background: #55acee 
}
.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA 
}
.social-share .icon-diandian:hover {
    background: #307DCA 
}
.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549;
    background: #7bc549;
}
.social-share .icon-wechat:hover {
    background: #7bc549 
}
.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -53px;
    left: -190px;
    width: 160px;
    height: 156px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px 
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none 
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777 
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto 
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important 
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0 
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -13px;
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.social-share .icon-wechat:hover .wechat-qrcode {
    display: block 
}
.help {
    display: none;
}
#share-2.on {
    position: fixed;
    top: 2rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    #share-2 {
        position: relative !important;
        right: auto;
        top: auto !important;
        width: 100%;
        padding: 0 15px;
        justify-content: center;
    }
    .detail .box {
        padding: 0;
    }
    .social-share a {
        margin: 0 .1rem;
    }
    .social-share .social-share-icon {
        width: .36rem;
        height: .36rem;
        font-size: .2rem !important;
    }
    
    .social-share .icon-wechat .wechat-qrcode{ bottom: .5rem;top: auto;left: 50%;margin-left: -80px;}
    .social-share .icon-wechat .wechat-qrcode:after{ bottom: -14px;top: auto;margin-top: 0;border-width: 8px 6px 6px 6px;border-style: solid;border-color: #fff transparent transparent transparent;left: 50%;margin-left: -6px;}
}
@media(max-width: 800px) {
    .ar_tit h3 {
        font-size: .26rem;
    }
    .ar_tit span {
        margin: 0 .05rem;
    }
}
@media(max-width: 560px) {
}
.talent .ar_article{
    margin-bottom: .5rem
}
.list24 {
    margin: 0 -.25rem -.55rem;
}
.list24 li {
    width: 20%;
    padding: 0 .25rem;
    margin-bottom: .55rem 
}
.list24 .a {
    display: block;
    transition: .5s;
    overflow: hidden;
}
.list24 .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e3f0ff 1px solid 
}
.list24 .img .imgLi {
    padding-bottom: 140%;
}
.list24 .txt {
    margin: .24rem 0;
    padding: 0 .22rem;
    position: relative;
    border-left: #1f5ba3 3px solid;
    transition: .5s 
}
.list24 .txt h4 {
    font-size: .22rem;
    margin-bottom: .1rem;
    padding: 0 .05rem;
}
.list24 .txt h4.no {
    border: 1px solid #000;
    display: inline-block;
    width: auto;
}
@media(min-width: 1024px) {
    .list24 .a:hover {
        box-shadow: 0px 17px .3rem 0px rgba(0, 0, 0, 0.2);
        background: #fff 
    }
    .list24 .a:hover .txt {
        border-left: #d10015 3px solid;
    }
}
@media(max-width: 1024px) {
    .list24 li {
        width: 25%;
    }
}
@media(max-width: 800px) {
    .list24 li {
        width: 33.33%;
    }
}
@media(max-width: 560px) {
    .list24 {
        margin: 0 -7px -.2rem;
    }
    .list24 li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: .2rem;
    }
    .list24 .txt h4 {
        margin-bottom: .06rem;
    }
}
.szdw_d .wp {
    width: 15rem;
}
.szdw_d .fl1 {
    position: relative;
    z-index: 1;
    box-shadow: 12.188px 19.505px 25.81px 3.19px rgba(4, 0, 0, 0.07);
}
.szdw_d .fl1:before {
    content: "";
    position: absolute;
    top: -.1rem;
    left: 1.24rem;
    width: 1.86rem;
    height: 1.76rem;
    background: #1f5ba3;
    z-index: 1;
}
.szdw_d .fl1 .img {
    width: 3rem;
    z-index: 1;
}
.szdw_d .fl1 .img .imgLi {
    padding-bottom: 114%;
}
.szdw_d .fl1 .txt {
    flex: 1;
    overflow: hidden;
    padding: .5rem .75rem 0;
    background: #fff;
    box-shadow: 0px 27px 46px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    border: #e5e5e5 1px solid;
}
.szdw_d .fl1 .txt:after {
    content: "";
    position: absolute;
    width: .05rem;
    height: 2.28rem;
    background: #d10015;
    right: 0;
    bottom: 0;
}
.szdw_d .fl1 h3 {
    font-size: .3rem;
    color: #1a307a;
    font-weight: 600;
}
.szdw_d .fl1 h4 {
    font-size: .24rem;
    color: #9a9a9a;
    line-height: 1.5;
    margin: .18rem 0 .4rem;
    font-weight: 600;
}
.szdw_d .fl2 .ar_article {
    margin-top: .6rem;
}
.szdw_d .ar_article p {
    letter-spacing: 0;
    text-indent: 0;
    margin-bottom: .3rem;
}
.tit2 {
    position: relative;
    margin-bottom: .3rem;
    background-size: .25rem auto;
}
.tit2 h3 {
    font-size: .22rem;
    color: #162d77;
    line-height: 1.25;
    font-weight: bold;
}
.szdw_d .fl2 {
    overflow: hidden;
}
.jcrc .box .con {
    margin-bottom: .4rem;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .szdw_d .fl1 .img {
        margin: 0 auto;
        margin-bottom: .3rem;
    }
    .szdw_d .fl1 .txt {
        width: 100%;
        flex: auto;
        padding: .4rem .25rem;
    }
    .szdw_d .fl1:before {
        left: 50%;
        transform: translateX(-.25rem) 
    }
}
@media(max-width: 800px) {
    .szdw_d .fl1 .img {
        width: 2rem 
    }
    .szdw_d .fl1:before {
        display: none 
    }
    .szdw_d .fl2 .ar_article {
        padding: 0;
    }
    .szdw_d .fl1 h4 {
        font-size: .18rem;
        margin: .1rem 0 .2rem;
    }
}
@media(max-width: 560px) {
}
.jcrc .wp {
    width: 15rem 
}
.list19s1 li {
    min-width: 20%;
}
.list19s1 li .a {
    font-size: .2rem;
}
.list25 {
    padding: .05rem .4rem;
}
.list25 li {
    margin: .1rem 0;
}
.list25 li .a {
    font-size: .2rem;
    color: #222222;
    line-height: .4rem;
    font-weight: 600;
    transition: .5s;
}
@media(min-width: 1024px) {
    .list25 li .a:hover {
        color: #124fb0;
    }
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
    .list19s1 li .a {
        font-size: .18rem;
    }
    .list25 {
        padding: .05rem .2rem;
    }
    .jcrc .box .con {
        margin-bottom: .2rem;
    }
}
@media(max-width: 560px) {
}
.list_box_wall {
    margin: 0 -.17rem;
    font-size: 0;
    text-align: center;
    margin-bottom: 0;
}
.list_box_wall .photo {
    position: relative;
    text-align: center;
    margin-bottom: .32rem;
}
.list_box_wall .photo a {
    display: block;
    position: relative 
}
.list_box_wall .photo .txt {
    background: #fff;
    padding: .3rem .4rem;
    transition: .5s;
    text-align: left;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px .2rem 0px rgba(6, 62, 127, 0.11);
}
.list_box_wall .photo .txt:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: -1;
    transition: .5s 
}
.list_box_wall .photo .ico {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 .4rem;
    height: .6rem;
    align-items: center;
    font-size: .16rem;
    color: #fff;
    border-bottom: #f56467 3px solid;
}
.list_box_wall .photo .ico img {
    margin: 0 .1rem 0 0;
    width: .26rem;
}
.list_box_wall .photo .img img {
    width: 100%;
}
.list_box_wall .photo .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/list26_t.png) center bottom no-repeat;
    background-size: 100% auto;
}
.list_box_wall .photo h4 {
    text-align: justify;
    font-weight: 600;
}
.list_box_wall .photo h6 {
    color: #666666;
    margin: .18rem 0 0;
}
.wall-column {
    display: inline-block;
    width: 25%;
    padding: 0 .17rem;
    vertical-align: top;
}
.vision {
    overflow: hidden;
}
.list_box_wall .photo.li2 .ico {
    border-bottom: #28c445 3px solid 
}
.list_box_wall .photo.li3 .ico {
    border-bottom: #170b1a 3px solid 
}
.list_box_wall .photo.li4 .ico {
    border-bottom: #ec6800 3px solid 
}
@media(min-width: 1024px) {
    .list_box_wall .photo:hover .txt:before {
        height: 100%;
        background: #124fb0 
    }
    .list_box_wall .photo:hover .txt * {
        color: #fff 
    }
}
@media(max-width: 1024px) {
    .wall-column {
        width: 33.3%;
    }
}
@media(max-width: 800px) {
    .wall-column {
        width: 50%;
    }
    .list_box_wall .photo .txt {
        padding: .2rem .2rem;
    }
    .list_box_wall .photo .ico {
        margin: 0 .2rem;
        height: .5rem;
    }
    .list_box_wall .photo h4 {
        font-size: .18rem !important;
        text-align: inherit;
    }
}
@media(max-width: 560px) {
    .list_box_wall {
        margin: 0 -4px -8px;
    }
    .wall-column {
        padding: 0 4px;
        margin-bottom: 8px;
    }
}
.h2-1 {
    padding: 0 5%;
}
.h2-1 img {
    max-height: .84rem 
}
.n_b3 {
    background: #f6f7f7 url(../images/n_b3.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.history.n_b3{
    background: url(../images/n_b3s.png) center bottom no-repeat;
    background-size: 100% auto;
}
.yjds .left {
    width: 100%;
    margin-bottom: .4rem;
}
.yjds .right {
    width: 100%;
}

.list26s li .a {
    font-size: .36rem;
    transition: .5s;
    font-family: 'Goudy Old Style';
    position: relative;
    z-index: 1;
    color: #666666;
}
.list26s li .a span{ display: inline-block; transition: .5s;transform: scale(1);position: relative;z-index: 1;transform-origin: left;}
.list26s li .a span:before{ content: ""; position: absolute; background: url(../images/list26_s1.svg) center no-repeat;width: .18rem;height: .11rem;transform: scale(0) translateX(-100%);bottom: -.1rem;left: 50%;transition: .5s;}
.list26s li .a::before{ content: ""; position: absolute; background: url(../images/list26_b1.png) center no-repeat;width: 1.64rem;height: 1.64rem;top: 50%;left: 0%;transform: translate(-40%, -50%);background-size: auto 100%;opacity: 0;transition: .5s;visibility: hidden;}
.list26s{ display: flex;justify-content: space-between;min-height: 1.64rem;align-items: center;}
.list26s li { position: relative; /*! flex: auto; */}
.list26s li:after{ content: ""; position: absolute; background: url(../images/list26_l2.png) center no-repeat;width: 2.36rem;height: .24rem;background-size: 100% 100%;left: 1.45rem;top: 50%;margin-top: -.12rem; opacity: 0; transition: .5s}

.list26 li.on{ margin-right: 2.65rem;}
.list26s li.on:after{ opacity: 1;}
.list26 li.on .a, .list26 li:hover .a { color: #ca0915;}
.list26s li.on .a::before{ opacity: 1;visibility: visible;}
.list26s li.on .a span{ transform: scale(1.83);}
.list26s li.on .a span:before{ transform: scale(.5) translateX(-100%);}



.h3-5 {
    margin-bottom: .5rem;
    font-size: .36rem;
    color: #222222;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.h3-5 img {
    width: .38rem;
    margin: 0 .3rem;
}
.list27 {
    margin: 0 -.15rem .4rem;
}
.list27 li {
    width: 33.33%;
    padding: 0 .15rem;
    margin-bottom: .15rem;
}
.list27 .img .imgLi {
    padding-bottom: 37.5%;
}
.list27 .txt {
    display: block;
    padding: .24rem .03rem;
}
.list27 h6 {
    font-size: .16rem;
    color: #747474;
}
.list27 h4 {
    font-size: .2rem;
    color: #333333;
    margin-top: .1rem;
}
.yjds .wp {
    /*! width: 15rem; */
}
.list28Box{
    margin-bottom: .25rem;
    width: 100%;
    border-left: #1159a4 2px solid;
    padding: .25rem .4rem;
    background: #eaf2fa;
}
.list28 {
    margin-bottom: .25rem;
    width: 100%;
}
.list28 dt {
    font-size: .18rem;
    color: #124fb0;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: .06rem;
}
.list28 dd {
    font-size: .16rem;
    color: #7c7c7c;
    line-height: .24rem;
}
.h3-6 {
    text-align: center;
    margin-bottom: .32rem;
    font-size: .32rem;
    color: #124fb0;
    font-weight: bold;
    line-height: 1.375;
    border-bottom: #e0e0e0 1px solid;
    padding: .1rem 0 .4rem;
    font-family: "Microsoft Yahei";
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .yjds .left{ overflow: hidden; overflow-x: scroll}
    .list26s{ padding: 0 0 0 1rem; font-size: 0;white-space: nowrap;}
    .list26s li{ display: inline-block;margin-right: .3rem;}
    .list26s li:after{ left: .8rem}
    
    .list26s li .a::before{ width: .9rem; height: .9rem;}
    .list26s li.on{ margin-right: 1rem;margin-left: .2rem;}
    .list26s{ padding-left: .2rem;}
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .7rem;}
}
@media(max-width: 800px) {
    .yjds .left {
    }
    .yjds .right {
    }
    .list26 li {
    }
    .list26s li .a {
        font-size: .2rem !important;
    }
    .list26 li:before {
        left: .28rem;
        top: .32rem;
    }
    .list27 {
        margin: 0 -5px .25rem;
    }
    .list27 li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: .05rem;
    }
    .h2-1 img {
        max-height: .36rem;
    }
    .h3-5 {
        margin-bottom: .3rem;
        font-size: .22rem;
    }
    .h3-5 img {
        width: .25rem 
    }
    .list27 .txt {
        padding: .1rem 0 
    }
    .list26s li .a::before{ width: .9rem; height: .9rem;}
    .list26s li.on{ margin-right: 1rem;}
    .list26s{ }
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .8rem;}
}
@media(max-width: 560px) {
    .list26s li .a::before{ width: .7rem; height: .7rem;}
    .list26s li.on{ margin-right: 1rem;}
    .list26s{ min-height: 1rem;}
    .list26s li:after{ transform: scale(.25); transform-origin: left center;left: .75rem;}
    .list26s li.on .a span:before{ transform: scale(.25) translateX(-200%); bottom: -.06rem}
}
.pc_hbs2 {
    height: 1.25rem;
}
.pc_hbs2.fixed .pc_h {
    background: #fff 
}
.pc_hbs2 #nav ul li .h3 {
    color: #222222 
}
.pc_hbs2 .list1 li .a {
    color: #999999 
}
.pc_hbs2 .top .line {
    background: #e6e6e6;
}
.n_banner1 .wp {
    width: 16.16rem;
}
.n_b4 {
    background: url(../images/n_b4.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
.yjds_d .fl1 {
    padding: 0 .46rem;
}
.yjds_d .fl1 .left {
    width: 2.3rem;
}
.sticky{ position: sticky; top: 1.5rem;}
.yjds_d .fl1 .left .tit{ width: 100%; height: 1.15rem; background: #124fb0; display: flex; flex-direction: column; justify-content: center; padding: 0 .4rem }
.yjds_d .fl1 .left h3 {
    font-size: .28rem;
    color: #fff;
    line-height: 1.375;
    font-weight: 600;
}
.yjds_d .fl1 .left h6 {
    font-size: .18rem;
    color: #fff;
    line-height: 1.375;
}
.yjds_d .fl1 .right {
    width: calc(100% - 2.3rem);
    padding: 0 0 0 .8rem;
}
.yjds_d .ar_article p {
    font-size: .2rem;
    line-height: 2;
}
@media(min-width: 1024px) {
    
}
@media(max-width: 1024px) {
    .n_banner1 {
        margin: .2rem 0 -.2rem;
    }
    .yjds_d .ar_article p {
        font-size: .18rem;
    }
}
@media(max-width: 800px) {
    .yjds_d .fl1 .left {
        width: 100%;
        padding: 0;
    }
    .yjds_d .fl1 .right {
        width: 100%;
        padding: .2rem 0 0;
    }
    .yjds_d .fl1 {
        padding: 0;
    }
    .yjds_d .fl1 .left h6 {
    }
    .list28 {
        margin-bottom: .1rem;
    }
    .h3-6 {
        font-size: .26rem;
        padding-bottom: .25rem;
    }
    .list28Box {
        margin: ;
    }
    .list28 {
        width: auto;
        width: 100%;
        padding: 0;
    }
}
@media(max-width: 560px) {
}
.jyjx .fl1 {
    background: url(../images/jyjx_b1.jpg) center no-repeat;
    background-size: cover;
}
.jyjx .fl1 .wp {
    align-items: center;
}
.jyjx .fl1 .imgW {
    width: 9.02rem;
}
.jyjx .fl1 .txt {
    width: calc(100% - 9.02rem);
    position: relative;
    z-index: 1;
}
.jyjx .fl1 .txt .ar_article {
    margin: 0 0 0 -1.56rem;
    background: #fff;
    padding: .4rem .5rem;
    border-right: #124fb0 .04rem solid;
    box-shadow: 0px 1px 32px 0px rgba(0, 36, 79, 0.17);
}
.jyjx .fl1 .con1 {
    margin: .7rem 0 0;
}
.jyjx .fl2 {
    background: url(../images/jyjx_b2.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tit3 {
    margin-bottom: .4rem 
}
.tit3 h3 {
    text-align: center;
    font-size: .36rem;
    color: #fff;
}
.tit3 p {
    text-align: center;
    font-size: .18rem;
    line-height: 2.15;
    color: #fff;
    width: 10.7rem;
    max-width: 100%;
    margin: 0 auto;
    margin-top: .3rem 
}
.list29 {
    width: 9rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.list29 .line {
    width: 1px;
    height: .92rem;
    background: rgba(255,255,255,.25);
}
.list29 li {
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.list29 .ico {
    width: 1.22rem;
    height: 1.22rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.list29 .ico img {
    width: 100%;
    height: 100% 
}
.list29 .ico:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #fff 1px dashed;
    border-radius: 50vw;
    z-index: -1;
    border-radius: 50vw;
    -webkit-animation: play 25s linear infinite;
    -moz-animation: play 25s linear infinite;
    animation: play 25s linear infinite 
}
.list29 .ico:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: 50vw;
    transform: scale(.9) 
}
.list29 h6 {
    font-size: .16rem;
    color: #fff;
    margin: .18rem 0 0;
    line-height: .24rem;
    height: .48rem;
}
.list30 {
    width: 10.8rem;
    margin: .45rem auto 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.list30 .line {
    width: 1px;
    height: .92rem;
    background: rgba(255,255,255,.25);
}
.list30 li {
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.list30 h3 {
    font-size: .64rem;
    color: #fff;
    font-weight: bold;
}
.list30 h6 {
    font-size: .16rem;

    color: #fff;
    line-height: .24rem;
    height: .48rem;
    margin: .12rem 0 0 
}
.jyjx .fl3 {
    background: url(../images/jyjx_b3.jpg) center no-repeat;
    background-size: cover;
}
.jyjx .fl3 .box {
    width: 25%;
    background: #12a078;
    box-shadow: 0px 0px .3rem 0px rgba(0, 35, 76, 0.2);
}
.jyjx .fl3 .box:nth-child(2) {
    background: #e93d25;
}
.jyjx .fl3 .box:nth-child(3) {
    background: #f6b71b;
}
.jyjx .fl3 .box:nth-child(4) {
    background: #0a63b3;
}
.jyjx .fl3 .img .imgLi {
    padding-bottom: 62.5%;
}
.jyjx .fl3 .txt {
    padding: .36rem .4rem;
}
.jyjx .fl3 .txt h3 {
    font-size: .28rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: .1rem;
}
.jyjx .fl3 .txt p {
    font-size: .16rem;
    color: #fff;
    line-height: 1.875;
    opacity: .7;
}
.jyjx .fl3 hr {
    background: rgba(255, 255, 255, 0.2);
    margin: .25rem 0 .25rem;
}
.list31 {
    margin: 0 -4px 
}
.list31 li {
    min-width: 50%;
    padding: 0 4px 
}
.list31 li .a {
    display: block;
    padding: 0 0 0 .25rem;
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
    margin-bottom: .15rem;
    position: relative;
}
.list31 li .a:before {
    content: "";
    position: absolute;
    background: url(../images/list31_i1.png) center no-repeat;
    width: .16rem;
    height: .14rem;
    background-size: 100% 100%;
    left: 0;
    top: .04rem;
}
.jyjxej ul {
    padding: 0 1rem;
    margin: 0.5rem 0;
}
.jyjxej ul li {
    height: 0.6rem;
    display: flex;
    margin-right: 4%;
}
.jyjxej ul li a {
    line-height: .6rem;
    font-size: .24rem;
    color: #124fb0;
    font-weight: 700;
    transition: .5s;
}
.jyjxej ul li svg {
    width: 0.2rem;
    height: 0.6rem;
    fill: #204c9c;
    transition: .5s;
    margin-left: 0.1rem;
    box-sizing: border-box;
    display: inline-block;
}
.jyjxej ul li:hover a {
    color: #d10015;
}
.jyjxej ul li:hover svg {
    fill: #d10015;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .jyjx .fl1 .imgW {
        margin: 0 auto;
    }
    .jyjx .fl1 .txt {
        width: 100%;
    }
    .jyjx .fl1 .txt .ar_article {
        margin: 0;
    }
    .jyjxej ul {
        padding: 0;
    }
    .jyjxej ul li {
        width: 50%;
        margin-right: auto;
    }
    .jyjxej ul li a {
        font-size: .2rem;
    }
}
@media(max-width: 800px) {
    .list29 .ico {
        width: .9rem;
        height: .9rem;
    }
    .list29 .line {
        display: none 
    }
    .list30 h3 {
        font-size: .36rem 
    }
    .list30 .line {
        display: none 
    }
    .list30 li {
        padding: 0 3px 
    }
    .list30 h6 {
        font-size: .14rem;
    }
    .list30 {
        margin-top: .2rem;
    }
    .jyjx .fl3 .txt {
        padding: .25rem .2rem;
    }
    .jyjx .fl3 .txt h3 {
        font-size: .24rem;
    }
    .list31 li .a {
        margin-bottom: .08rem 
    }
    .tit3 h3 {
        font-size: .26rem;
    }
    .tit3 p {
        font-size: .16rem;
        margin-top: .15rem;
    }
    .jyjxej ul li {
        width: 100%;
    }
}
@media(max-width: 560px) {
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .jyjx .fl1 .imgW {
        margin: 0 auto;
    }
    .jyjx .fl1 .txt {
        width: 100%;
    }
    .jyjx .fl1 .txt .ar_article {
        margin: 0;
    }
}
@media(max-width: 800px) {
    .list29 .ico {
        width: .9rem;
        height: .9rem;
    }
    .list29 .line {
        display: none 
    }
    .list30 h3 {
        font-size: .36rem 
    }
    .list30 .line {
        display: none 
    }
    .list30 li {
        padding: 0 3px 
    }
    .list30 h6 {
        font-size: .14rem;
    }
    .list30 {
        margin-top: .2rem;
    }
    .jyjx .fl3 .txt {
        padding: .25rem .2rem;
    }
    .jyjx .fl3 .txt h3 {
        font-size: .24rem;
    }
    .list31 li .a {
        margin-bottom: .08rem 
    }
    .tit3 h3 {
        font-size: .26rem;
    }
    .tit3 p {
        font-size: .16rem;
        margin-top: .15rem;
    }
}
@media(max-width: 560px) {
}
.dswh .h3-1 {
    margin-bottom: .36rem;
}
.n_container .dswh .wp {
    /*! width: 15.1rem; */
    justify-content: space-between;
    width: 16.1rem;
}
.dswh .fl1 .wp {
    align-items: flex-end;
}
.dswh .fl1 .left {
    width: 5.79rem;
}
.dswh .fl1 .right {
    width: calc(100% - 5.79rem);
    border-right: #11509d 3px solid;
}
.dswh .fl1 .right .box {
    margin: 0 0 0 -.82rem;
    background: #fff;
    padding: .65rem 0 1.4rem .82rem;
    box-shadow: 0px 2px .38rem 0px rgba(33, 2, 6, 0.11);
    text-align: center 
}
.dswh .fl2 {
    background: #eff4fb;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: .3rem;
}
.dswh .fl2 .left {
    width: 33.25%;
}
.dswh .fl2 .right {
    width: 58.75%;
}
.dswh .fl2 .right .con{ align-items: center; position: relative; z-index: 1;padding: .22rem 0;}
.dswh .fl2 .right .con:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 15%; z-index: -1; background: #124fb0;}
.dswh .fl2 .right .h3-1{ width: 100%}

.history1{ min-height: auto;background: #eff4fb;padding-bottom: .2rem;}
.history1 .fl2 .cont1{ border-bottom: none}
.history1 .fl2{ margin-top: 0}
.history1 .wp {
  width: 16.1rem;
}
.list32 {
    margin: 0 -.18rem;
    padding-top: .22rem;
}
.list32 li {
    width: 100%;
    padding: 0 .18rem;
}
.list32 .a {
    background: #fff 
}
.dswh .fl2 .left .bottom {
    margin: .6rem 0 0;
    padding: .6rem 0 .7rem .48rem;
    box-shadow: 0px 2px .38rem 0px rgba(33, 2, 6, 0.11);
    background: url(../images/dswh_i3.jpg) right bottom no-repeat;
    background-size: cover;
    border-left: #c70e18 3px solid;
}
.dswh .fl2 .left .bottom hr {
    background: #e0e0e0;
    margin: -.1rem 0 .25rem;
}
.dswh .fl2 .left p {
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
    padding: 0 .45rem 0 0;
}
.dswh .fl2 .img {
    position: relative;
    z-index: 1;
    width: calc(100% - 3.48rem);
}
.dswh .fl2 .img video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dswh .fl2 .img .imgLi {
    padding-bottom: 56%;
}
.dswh .fl2 .txt {
    padding: .5rem .48rem;
    background: #124fb0;
    width: 3.48rem;
    display: block;
}
.dswh .fl2 .txt .ll {
    width: 100%;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    line-height: .45rem; 
    margin-bottom: .05rem;
}
.list33 {
    width: 100%; 
}
.list33 li {
    font-size: .18rem;
    color: #fff;
    line-height: .45rem;
    min-width: 50%;
}
.dswh .fl2 .zs {
    margin: .2rem 0 0;
    font-size: .18rem;
    color: #666666;
    line-height: .34rem;
    padding: .15rem .48rem 0;
}
.dswh .fl3 {
    /*! background: #124fb0; */
}
.dswh .fl3 .h3-1 {
    /*! color: #fff; */
}
.dswh .fl3 .img{ box-shadow: 0px 2px 38px 0px rgba(33, 2, 6, 0.11);}
.dswh .fl3 .con1 .left {
    max-width: 47%;
}
.dswh .fl3 .con1 .right {
    max-width: 47%;
}
.dswh .fl3 .con1 .con {
    height: 1.65rem;
    border: rgba(255,255,255,.31) 1px solid;
    background: rgba(255,255,255,.04);
    display: flex;
    align-items: center;
}
.dswh .fl3s1{ background: #eff4fb}
.dswh .fl3 .con1 .right .ar_article{ background: #fff;padding: .42rem .6rem;width: 100%;}
.dswh .fl3 .con1 .right .ar_article p {
    /*! color: #fff; */
    text-indent: 0;
    margin-bottom: .15rem; 
    font-size: .24rem;
}
.dswh .fl3 .con1 .right .ar_article p strong{ font-size: .24rem; color: #124fb0;font-family: "Microsoft Yahei";}
.dswh .fl3 .con1 .right .h3-1 {
    /*! margin-bottom: .25rem */ 
}
.dswh .fl3 .con2 {
    align-items: center;
    background: #124fb0;
    position: relative;
    z-index: 1;
}
.dswh .fl3 .con2:before{ content: ""; position: absolute; right: 0; top: 100%; left: 1.75rem; height: .2rem; background: #124fb0}
.dswh .fl3 .con2 .left {
    width: 75.49%;
}
.dswh .fl3 .con2 .right {
    width: calc(100% - 75.49%);
    padding: 0 .6rem 0 3.5%;
}
.dswh .fl3 .con2 .dot {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1;
}
.dswh .fl3 .con2 .dot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,.2);
}
.dswh .fl3 .con2 .dot:after {
    content: "";
    position: absolute;
    background: url(../images/xing.svg) center no-repeat;
    width: .12rem;
    height: .11rem;
    right: 0;
    top: -.05rem;
}
.dswh .fl3 .con2 .h3-1 {
    margin-bottom: .18rem; 
    color: #fff;
}
.dswh .fl3 .con2 p {
    font-size: .2rem;
    color: rgba(255,255,255,.8);
    line-height: .32rem;
    text-indent: 0;
    opacity: .8 
}
.more5 {
    display: flex;
    align-items: center;
    border: rgba(255,255,255,.2) 1px solid;
    font-size: .16rem;
    color: #fff !important;
    width: fit-content;
    padding: 0 .15rem;
    height: .46rem;
    margin: .5rem 0 0;
    transition: .5s;
}
.dswh .fl3 .wp {
    justify-content: space-between;
}
.dswh .fl3 .con1 {
    margin: 0;
    justify-content: space-between;
}
.dswh .fl4{ padding-top: .15rem;padding-bottom: 1.15rem;}
.dswh .fl4 .wp {
    justify-content: space-between 
}
.dswh .fl4 .con1 {
    max-width: 47% 
}
.dswh .fl4 .img {
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.14);
    
}
.list_sj {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: .8rem;
    max-width: 100%;
}
.list_sj li {
    width: 25%;
    margin: 0 -.5px 
}
.list_sj .a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #dddddd 1px solid;
    height: .8rem;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #f5f7fa;
}
.list_sj .a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: .19rem;
    background: url(../images/list_sj_s.svg) center no-repeat;
    transform: scaleY(0);
    transform-origin: top;
    transition: .5s;
    opacity: 0;
    background-size: 100% 100%;
}
.list_sj .ico {
    width: .4rem;
    height: .4rem;
    box-shadow: 0px 0px .12rem 0px rgba(16, 80, 156, 0.16);
    border-radius: 50vw;
    margin: 0 .15rem 0 0;
    position: relative;
    z-index: 1;
}
.list_sj .ico .i2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: .5s}
.list_sj .ico:after {
    content: "";
    position: absolute;
    background: url(../images/list_sj_s1.svg) center no-repeat;
    width: 0;
    height: .16rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, .08rem);
    transition: .5s;
    opacity: 0;
    text-align: center;
    font-size: .12rem;
    color: #fff;
    line-height: .28rem;
    background-size: 100% 100%;
}
.list_sj .ico img {
    width: 100%;
    height: 100%;
    border-radius: 50vw 
}
.list_sj h4 {
    font-size: .24rem;
}
.list_sj li.on .a {
    background: #124fb0;
    border: #124fb0 1px solid; 
}
.list_sj li.on .a:before {
    transform: scaleY(1);
    opacity: 1 
}
.list_sj li.on .a h4 {
    color: #fff 
}
.list_sj li.on .a .ico:after {
    width: .53rem;
    opacity: 1;
}
.list_sj li.on .ico .i1{ opacity: 0}
.list_sj li.on .ico .i2{ opacity: 1}
@media(min-width: 1024px) {
    .more5:hover {
        border: #c70e18 1px solid;
        background: #c70e18;
    }
    .list20 .a:hover {
        /* border-bottom: #d10015 1px solid; */
    }
}
@media(max-width: 1660px) {
    .social-share {
        right: 15px;
    }
}
@media(max-width: 1024px) {
    .dswh .fl1 .left {
        width: 100% 
    }
    .dswh .fl1 .right {
        width: 100% 
    }
    .dswh .fl1 .right .box {
        width: 100%;
        margin: 0;
        padding: .3rem .2rem;
    }
    .dswh .fl2 .left {
        width: 100%;
        padding: 0 0 .4rem 
    }
    .dswh .fl2 .right {
        width: 100% 
    }
    .dswh .fl3 .con1 .left {
        width: 100%; 
        max-width: 100%;
    }
    .dswh .fl3 .con1 .right {
        width: 100%;
        padding: .3rem 0 0;
        max-width: 100%;
    }
    .dswh .fl3 .con2 .left {
        width: 100% 
    }
    .dswh .fl3 .con2 .right {
        width: 100%;
        padding: .3rem .25rem;
        overflow: hidden;
    }
    .dswh .fl3 .con2:before{ display: none}
}
@media(max-width: 800px) {
    .jyjx .fl3 .box {
        width: 50%;
    }
    .jyjx .fl1 .txt .ar_article {
        padding: .3rem .2rem;
    }
    .jyjx .fl1 .con1 {
        margin: .25rem 0 0;
    }
    .dswh .fl3 .con2 {
        margin-top: .4rem 
    }
    .dswh .fl3 .con1 .con {
        height: 1rem 
    }
    .dswh .fl2 .txt {
        padding: .2rem .2rem 
    }
    .dswh .fl2 .left .bottom {
        padding: .3rem .2rem;
        margin: .3rem 0 0;
    }
    .list32 {
        margin: 0 -.1rem;
        padding-top: 0;
    }
    .list32 li {
        /*! width: 50%; */
        padding: 0 .1rem;
    }
    .dswh .fl2 .left p {
        padding: 0;
        font-size: .18rem 
    }
    .dswh .h3-1 {
        margin-bottom: .2rem 
    }
    .list_sj {
        margin-bottom: .3rem 
    }
    .list_sj .a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .list_sj .ico {
        width: .3rem;
        height: .3rem;
        margin: 0 auto .06rem;
    }
    .list_sj h4 {
        font-size: .14rem !important;
    }
    .list_sj .a:before {
        top: 93%;
    }
    .dswh .fl3 .con1 .right .ar_article{ padding: .3rem .3rem}
    .dswh .fl3 .con1 .right .ar_article p{ font-size: .18rem}
    
    .dswh .fl2 .img{ width: 100%}
    .dswh .fl2 .txt{ width: 100%}
    .dswh .fl2 .right .con{ padding: 0}
    
    .dswh .fl2 .right .con:before{ width: 100%;display: none;}
    
    .dswh .fl4{ padding-bottom: .4rem;padding-top: 0;}
    .dswh .fl4 .con1{ width: 100%; max-width: 100%}
    .dswh .fl4 .con1:nth-child(1){ margin-bottom: .4rem}
}
@media(max-width: 560px) {
}
@media(max-width: 800px) {
    .h4s0 {
        font-size: .18rem !important;
        line-height: .3rem !important;
    }
    .h4s1 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .3rem\0 !important;
    }
    .h4s2 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .6rem\0 !important;
    }
    .h4s3 {
        font-size: .18rem !important;
        line-height: .3rem !important;
        max-height: .9rem\0 !important;
    }
    .ps0 {
        font-size: .16rem !important;
        line-height: .26rem !important;
    }
    .ps1 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .26rem\0 !important;
    }
    .ps2 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .52rem\0 !important;
    }
    .ps3 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: .78rem\0 !important;
    }
    .ps4 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.04rem\0 !important;
    }
    .ps5 {
        font-size: .16rem !important;
        line-height: .26rem !important;
        max-height: 1.3rem\0 !important;
    }
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 800px) {
}
@media(max-width: 560px) {
}
.link11,.hy {
    margin-bottom: 0.3rem;
}
.link11 h3,.hy h3 {
    font-size: .24rem;
    font-weight: 700;
    line-height: 2;
    color: #124fb0;
}
.link11 ul,.hy ul {
    display: flex;
    flex-wrap: wrap;
}
.link11 ul li {
    width: 25%;
    padding: 0.2rem 0;
}
.link11 ul li a {
    font-size: .2rem;
    transition: .5s;
}
.link11 ul li:hover a {
    color: #124fb0;
}
.hy li {
    width: 25%;
    padding: .23rem 0rem;
}
.hy .a {
    display: block;
    padding: 0 0 0 .3rem;
    position: relative;
}
.hy .a:before {
    content: "";
    position: absolute;
    top: .06rem;
    left: 0;
    bottom: .06rem;
    width: 1px;
    background: #e2e2e2;
}
.hy .a h4 {
    position: relative;
    z-index: 1;
    font-size: .18rem;
    color: #124fb0;
    line-height: 1.5;
}
.hy .a h3 {
    position: relative;
    z-index: 1;
    font-size: .24rem;
    color: #333333;
    line-height: 1.5;
    margin: .06rem 0 0;
}
@media(max-width: 1400px) {
    .hy li {
        width:33.3% 
    }
}
@media(max-width: 1024px) {
    .link11 ul li {
        width:50%;
    }
    .hy li {
        width: auto;
        min-width: 50%;
        padding: .1rem .1rem;
    }
}
@media(max-width: 560px) {
    .link11 ul li {
        min-width: 50%;
        width: auto;
    }
}
.vxq ul.tp {
    display: flex;
    flex-wrap: wrap;
}
.vxq ul.tp li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.3rem;
}
.vxq ul.tp li img {
    width: 2rem;
    height: 2rem;
}
.vxq ul.tp li h3 {
    line-height: 1.2;
    margin: .2rem 0;
}
@media(max-width: 1024px) {
    .vxq ul.tp li {
        width: 50%;
    }
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #124fb0 !important;
    color: #fff;
    background-color: #124fb0 !important;
}
.pb_sys_common {
    line-height: 40px !important;
}
.ar_article img {
    height: auto !important;
    max-width: 60%;
    margin: 5px 0px;
}
.ar_article p.vsbcontent_img img {
    width: auto !important;
}
.ar_article p {
   
}
.ar_article iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ar_article video {
    height: auto !important;
    max-width: 100%;
}
.ar_article .vsbcontent_img {
    text-align: center;
}
.ar_article .table {
    overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.ar_article .table table {
    margin: 0 auto;
    width: auto;
}
.ar_article table1{
width:100%;
}
.ar_article .table .table1{
width:100%;
}
.ar_article .table .table1 p{
text-align:center;
}
.ar_article .table p {
    text-indent: 0px;
}
.szdw_d1 .wp {
    width: 15rem;
}
.szdw_d1 .fl1 {
    position: relative;
    z-index: 1;
    background: #f5f7fa;
}
.szdw_d1 .fl1 .img {
    width: 2.7rem;
    z-index: 1;
}
.szdw_d1 .fl1 .img .imgLi {
    padding-bottom: 133.333%;
}
.szdw_d1 .fl1 .txt {
    flex: 1;
    overflow: hidden;
    padding: .5rem .75rem 0;
    position: relative;
}
.szdw_d1 .fl1 h3 {
    font-size: .28rem;
    color: #333333;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}
.szdw_d1 .fl1 h3:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .03rem;
    background: #124fb0;
    bottom: 0 
}
.szdw_d1 .fl1 h4 {
    font-size: .24rem;
    color: #9a9a9a;
    line-height: 1.5;
    margin: .18rem 0 .4rem;
    font-weight: 600;
}
.szdw_d1 .fl2 .ar_article {
    margin-top: .5rem;
}
.szdw_d1 .fl1 .ar_article p {
    letter-spacing: 0;
    text-indent: 0;
    font-size: .16rem;
    margin-bottom: .1rem;
}
.szdw_d1 .fl2 .ar_article p {
    font-size: .18rem 
}
.szdw_d1 .fl2 {
    overflow: hidden;
}
@media(min-width: 1024px) {
}
@media(max-width: 1024px) {
    .szdw_d1 .fl1 {
        padding-top: .3rem 
    }
    .szdw_d1 .fl1 .img {
        margin: 0 auto;
    }
    .szdw_d1 .fl1 .txt {
        width: 100%;
        flex: auto;
        padding: .4rem .25rem;
    }
    .szdw_d1 .fl1:before {
        left: 50%;
        transform: translateX(-.25rem) 
    }
}
@media(max-width: 800px) {
    .szdw_d1 .fl1 .img {
        width: 2rem 
    }
    .szdw_d1 .fl1:before {
        display: none 
    }
    .szdw_d1 .fl2 .ar_article {
        padding: 0;
    }
    .szdw_d1 .fl1 h4 {
        font-size: .18rem;
        margin: .1rem 0 .2rem;
    }
    
    .ar_article img{ max-width: 100%}
}
@media(max-width: 560px) {
}
.list100 {
    margin: 0 -.27rem;
    margin-top: .5rem;
}
.list100 li {
    min-width: 33.33%;
    padding: 0 .27rem;
    margin-bottom: .4rem;
}
.list100 .a {
    background: #fff;
    height: .8rem;
    display: flex;
    border-left: #0a63b3 .04rem solid;
    padding: 0 .35rem;
    font-size: .2rem;
    color: #333333;
    position: relative;
    z-index: 1;
    transition: .5s;
    box-shadow: 0px 3px 24px 0px rgba(54, 96, 138, 0.2);
    align-items: center;
}
.list100 h4 {
    font-size: .22rem;
    color: #333333;
}
.list100 .a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}
.list100 .ico {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%) 
}
.list100 .ico svg {
    width: .24rem;
    height: .24rem;
    fill: #333333;
    transition: .5s;
}
.list100 li:nth-child(4n-2) .a {
    border-left: #f6b71b .04rem solid 
}
.list100 li:nth-child(4n-1) .a {
    border-left: #e93d25 .04rem solid 
}
.list100 li:nth-child(4n-0) .a {
    border-left: #12a078 .04rem solid 
}
@media(min-width: 1024px) {
    .list100 .a:hover::before {
        width: 100%;
        background: #0a63b3 
    }
    .list100 li:nth-child(4n-2) .a:hover::before {
        width: 100%;
        background: #f6b71b 
    }
    .list100 li:nth-child(4n-1) .a:hover::before {
        width: 100%;
        background: #e93d25 
    }
    .list100 li:nth-child(4n-0) .a:hover::before {
        width: 100%;
        background: #12a078 
    }
    .list100 .a:hover h4 {
        color: #fff 
    }
    .list100 .a:hover .ico svg {
        fill: #fff 
    }
}
@media(max-width: 1024px) {
    .list11 .a:before{ height: 100%; opacity: 1;}
}
@media(max-width: 800px) {
    .list100 {
        margin:.3rem -7px 0 
    }
    .list100 li {
        min-width: 50%;
        padding: 0 7px;
        margin-bottom: .2rem 
    }
    .list100 .a {
        padding: 0 .2rem;
        height: .6rem;
    }
    .list100 .ico {
        right: .1rem 
    }
}
@media(max-width: 560px) {
}
.table1 td {
    position: relative;
}
.box_kz {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.6rem;
    background: #094c9b;
    box-shadow: 0px 5px 10px rgba(0 0 0/20%);
    color: #fff;
    width: 80%;
    padding: 0.1rem;
    height: auto;
    z-index: 9;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s;
}
.box_kz.show {
    opacity: 1;
}
.box_kz:before {
    content: '';
    border-left: .1rem solid transparent;
    left: 50%;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #094c9b;
    transform: translateX(-50%);
    top: -.09rem;
    z-index: 9999;
    position: absolute;
}
.ny_b3 {
    padding: 0.4rem 0.1rem;
}
@media(max-width: 1024px) {
    .xsqk .table1 {
        border:none;
        background: none;
    }
    .xsqk thead {
        display: none;
    }
    .xsqk tr {
        display: block;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
        border-radius: 5px;
        margin-bottom: .3rem;
    }
    .xsqk tr td {
        display: block;
        text-align: left;
        padding: .15rem;
        background: none !important;
        border-bottom: 1px solid #e5e5e5;
    }
    .xsqk .table1 td:before {
        content: attr(tit)" :";
        display: inline-block;
        width: 1rem;
    }
    .xsqk .box_kz {
        width: auto;
        left: 1.5rem;
    }
}
@media(max-width: 800px) {
 
}
#md1,#md2,#md3,#md4,#md5,#md6,#md7,#md8 {
    top: -.6rem;
}

.lrld .fl1{ justify-content: space-between;}
.lrld .fl1 .box{ width: 48%; box-shadow: 2.828px 2.828px 38px 0px rgba(18, 50, 89, 0.19); border-top: #d10015 .03rem solid;padding-bottom: .48rem;background: #fff;}
.lrld .fl1 .box:nth-child(2){ border-top: #124fb0 .03rem solid;}

.tit4{ height: .86rem; background: #faf2f1; font-size: .24rem; color: #333333; padding: 0 .48rem; display: flex; align-items: center;font-family: "Microsoft Yahei";font-weight: bold;}
.list20s1{ padding: 0 .48rem; margin: .1rem 0 0;;}
.list20s1 li{ width: 100%; padding: 0;}
.list20s1 .a{ padding: 0}

.lrld .fl1 .box:nth-child(2) .tit4{ background: #eaf2ff;}

@media(min-width: 1024px){
    .list20s1 .a:hover {
        background: #fff;
        color: #d10015 
    }
    .list20s1 .a:hover h4 {
        color: #d10015;
    }
    .list20s1 .a:hover svg {
        fill: #d10015;
    }
}
@media(max-width: 1024px){
    .lrld .fl1 .box{ width: 100%}
    .lrld .fl1 .box:nth-child(1){ margin-bottom: .3rem}
}
@media(max-width: 800px){
    .list20s1{ padding: 0 .25rem}
    .tit4{ padding: 0 .25rem;height: .7rem;}
    .list20s1 .a{ height: auto; padding: 5px 0;}
}
@media(max-width: 560px){
} 

.list40{ margin: .8rem -.28rem -.2rem;}
.list40 li{ width: 33.33%; padding: 0 .28rem; margin-bottom: .4rem;} 
.list40 .a {
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .28rem 0 .38rem;
    transition: .5s;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;box-shadow: 0px 3px 24px 0px rgba(54, 96, 138, 0.2);
}
.list40 .a:after{ content:""; background: url(../images/list40_b1.png) center no-repeat; background-size: cover; width: 100%; left: 0; position: absolute; top: 0; right: 0; bottom: 0; transition: .5s; z-index: -1;opacity: 0;}
.list40 .a:before{ content:""; background: #0a63b3; width: .04rem; height: 100%; left: 0; position: absolute; top: 0; transition: .5s; z-index: -1;}
.list40 svg {
    width: .24rem;
    height: .24rem;
    fill: #444444;
    transition: .5s;
    margin-left: .2rem;transition: .5s;
}
.list30 h4 {
    font-size: .24rem;
    flex: 1;
    overflow: hidden;
    color: #333333;transition: .5s;
}
/*
.list40 li:nth-child(6n-4) .a:before{ background: #f6b71b;}
.list40 li:nth-child(6n-3) .a:before{ background: #e93d25;}
.list40 li:nth-child(6n-2) .a:before{ background: #12a078;}
.list40 li:nth-child(6n-1) .a:before{ background: #0a63b3;}
.list40 li:nth-child(6n) .a:before{ background: #f6b71b;}
*/
.list40 li:nth-child(4n-2) .a:before{ background: #f6b71b;}
.list40 li:nth-child(4n-1) .a:before{ background: #e93d25;}
.list40 li:nth-child(4n) .a:before{ background: #12a078;}
.list40 li:nth-child(4n-3) .a:before{ background: #0a63b3;}



@media(min-width: 1024px){
    .list40 .a:hover:before{ width: 100%;}
    .list40 .a:hover h4{ color: #fff;}
    .list40 .a:hover svg{ fill: #fff;}
    .list40 .a:hover:after{ opacity: 1}
}
@media(max-width: 1024px){
    .list40 li{ width: 50%;}
}
@media(max-width: 800px){
    .list40{ margin: .5rem -7px -.2rem;}
    .list40 li{ width: 50%; padding: 0 7px; margin-bottom: .25rem;}
    .list40 .a{ padding: 0 .2rem; height: .7rem;}
    .list40 svg{ width: .26rem; height: .26rem; margin-left: 0;}
    .list40 .a h4{ line-height: 1.5 !important;}
} 
@media(max-width: 560px){
} 


.list41{ margin: 0 -.24rem -.5rem;}
.list41 li{ width: 50%; padding: 0 .24rem; margin-bottom: .5rem;}
.list41 .a{ background: #f5f7fa; padding: .25rem .4rem .25rem 0;align-items: center;transition: .5s;}
.list41 .time{
    width: 1.26rem;
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: .2rem;
    align-items: center;
    padding-top: .2rem;
    background: #e9f2ff;
    height: 1.05rem;
    justify-content: center;
    border-radius: 0 0 .2rem 0;
    overflow: hidden;
    margin-right: .28rem;
    flex-direction: column;
}
.list41 .time:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .04rem;
    height: 100%;
    background: #124fb0;
    transition: .5s;
    overflow: hidden;
    z-index: -1;
}
.list41 .time h3 {
    font-size: .3rem;
    color: #124fb0;
    transition: .5s;
}
.list41 .time h6 {
    font-size: .2rem;
    color: #8aa6d0;
    transition: .5s;
    margin: .06rem 0 0 .03rem;
}
.list41 .txt{ flex: 1; overflow: hidden;}
.list41 h4{ font-weight: bold; }
.list41 h6{ font-size: .16rem; color: #999; justify-content: space-between; align-items: center; display: flex;margin: .2rem 0 0;}

@media(min-width: 1024px){
    .list41 .a:hover{ background: #fff; box-shadow: 2.828px 2.828px 18px 0px rgba(0, 0, 0, 0.17);
}
    .list41 .a:hover .time h3, .list41 .a:hover .time h6 {
        color: #fff; 
    }
    .list41 .a:hover .time{ box-shadow: 2.828px 2.828px 18px 0px rgba(0, 0, 0, 0.17);}
    .list41 .a:hover .time h6 {
        opacity: .6
    }
    .list41 .a:hover .time:before {
        background: #d10015; 
        width: 100%;
    }
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list41{ margin-bottom: -.25rem;}
    .list41 li{ width: 100%; margin-bottom: .25rem;}

    .list41 .time {
        width: 1rem; 
        height: .8rem;
        margin-right: .15rem;
    }
    .list41 .time h3 {
        font-size: .24rem;
    }
    .list41 .time h6 {
        font-size: .16rem;
    }
    .list41 h6{ margin-top: .1rem;}
    .list41 .a{ padding: .15rem .2rem .15rem 0;}
} 
@media(max-width: 560px){
} 

.szdw_zh .ar_article p{ margin-bottom: .2rem;}

.szdw_zh .fl1{ width: 13.44rem; max-width: 100%; margin: .8rem auto 0;}

.list42{ margin: 0 -.16rem;}
.list42 li{ width: 25%; padding: 0 .16rem;}
.list42 .a{ display: block; position: relative; z-index: 1; transition: .5s; text-align: center; }
.list42 .img .imgLi{ padding-bottom: 106.07%;}
.list42 .ico{ width: 1.04rem; height: 1.04rem; position: relative; z-index: 1;}
.list42 .ico img{ width: 100%}
.list42 .ico .cir_b {
    position: absolute;
    display: block;
    border-radius: 50%;
    content: '';
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.list42 .ico .cir{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 50%;}
.list42 .ico .cir1{
    opacity: .03;
    transform: scale(1);
}
.list42 .ico .cir2{
    opacity: .1;
    transform: scale(.75);
}

.list42 .txt{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;display: flex;justify-content: center;align-items: center;flex-direction: column; padding: 0 .2rem;}
.list42 h4{ color: #fff !important; margin: .3rem 0}

@media(max-width: 1024px){
    .list26s li .a{ font-size: .2rem;}
}

@media(min-width: 1024px){
    .list42 .a:hover{ box-shadow: 0px 9px .35rem 0px rgba(0, 10, 18, 0.38);}
    .list42 .a:hover .ico .cir_b{ transform: scale(1);}
}
@media(max-width: 1024px){
    .list42 li{ width: 50%; margin-bottom: .25rem;}
}
@media(max-width: 800px){
    .list42{ margin: 0 -7px;}
    .list42 li{ width: 50%; padding: 0 7px;}
    .list42 .ico{ width: .7rem; height: .7rem;}
    .list42 h4{ margin: .2rem 0 0;}
    .szdw_zh .fl1{ margin-top: .4rem;}

    
} 
@media(max-width: 560px){
} 

.vwrap {display: none;z-index: 1040000;width: 100%;position: fixed;}
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox {z-index: 1200;width: 1000px;position: fixed;left: 50%;top: 50%;margin-left: -500px;object-fit: cover; transform:translateY(-50%)}
.vwrap .videobox #videobox { width: 100%; display: inline-block; background:#000; }
.vwrap .videobox #videobox .img_hezi{ padding-bottom:60% !important}
.vwrap .videobox #videobox video{ position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}
#videobox_wrapper { height: 100%!important; }
.vwrap .close {z-index: 999;width: 31px;height: 31px;cursor: pointer;position: absolute;top: 0px;right: -42px;text-align: center;}
.vwrap .close i { display: block; width: 31px; height: 31px; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close i svg{ transition:.6s}
.vwrap .close:hover i svg{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }


@media(max-width: 992px){
    .vwrap .videobox{width:94%;left: 3%;margin-left: 0;}
    .vwrap .close{right: 0;top: -35px;}
}

.list43{ padding: .2rem .5rem; background: #f5f7fa; border-left: #10509c 3px solid;margin-bottom: .8rem;}
.list43 li{ margin-right: .62rem; font-size: .2rem; color: #333333; line-height: .66rem;cursor: pointer;transition: .5s;}
.list43 li.active{ /*! color: #124fb0; */}

.lishi .fl1{ align-items: flex-start;}
.lishi .fl1 .img1{ width: 4.2rem;}
.lishi .fl1 .img1 .imgLi{padding-bottom: 133.33%;}
.lishi .fl1 .right{ width: calc(100% - 4.2rem); padding: .1rem 0 0 .8rem;}
.lishi .fl1 .right h3{ font-size: .28rem; color: #10509c;}
.lishi .fl1 .right .line{ width: .58rem; height: .03rem; background: #10509c; margin: .2rem 0;}
.lishi .fl1 .right .ar_article{ height: calc(.32rem*6);overflow: hidden;overflow-y: scroll;padding-right: .2rem;margin-right: -.2rem;text-align: justify;}
.lishi .fl1 .right .ar_article p{ font-size: .16rem; color: #333333; line-height: .32rem;} 
.lishi .fl1 .right .ar_article::-webkit-scrollbar{width:2px;height:8px;background-color:none}
.lishi .fl1 .right .ar_article::-webkit-scrollbar-track{background-color:none}
.lishi .fl1 .right .ar_article::-webkit-scrollbar-thumb{background-color:none}
.lishi .fl1 .right .ar_article:hover::-webkit-scrollbar-thumb{background-color:#333}

.list44W{margin: .19rem 0 0;position: relative;}
.list44 .img .imgLi{padding-bottom: 133.33%;}
.list44 .ar_article{ display: none}

.arrow10 .arrow{ width: .39rem; height: .39rem; background-size: 100% 100% !important;position: absolute;top: 50%;margin-top: -.2rem;z-index: 10; cursor: pointer; transition: .5s}
.arrow10 .prev{ background: url(../images/arrow10_prev.png) center no-repeat; left: -.2rem;}
.arrow10 .next{ background: url(../images/arrow10_next.png) center no-repeat; right: -.2rem;}
.arrow10 .prev:hover{ background: url(../images/arrow10_prev_on.png) center no-repeat; }
.arrow10 .next:hover{ background: url(../images/arrow10_next_on.png) center no-repeat; }

.arrow20 .arrow{ width: 6vw; height: 100%; position: absolute;top: 0;z-index: 1; cursor: pointer; transition: .5s;display: flex;align-items: center;justify-content: center;opacity: 0;}
.arrow20 svg{ width: .3rem; height: .3rem; fill: #fff}
.arrow20 .prev{ left: 0;}
.arrow20 .next{ right: 0;}

.arrow20 .arrow:hover{ opacity: 1}

@media(min-width: 1024px){
    .list43 li:hover{ color: #10509c;}
}
@media(max-width: 1024px){
    
}
@media(max-width: 800px){
    .lishi .fl1 .img1{ max-width: 100%; margin: 0 auto;}
    .lishi .fl1 .right{ width: 100%;padding: .4rem 0 0;}

    .list43 li{ margin-right: .15rem; line-height: 2;font-size: .18rem;}
    .list43{ padding: .2rem .2rem;margin-bottom: .4rem;}
}
@media(max-width: 560px){
} 

.list45 li{ margin-bottom: .8rem;}
.list45 .left{ width: 2.4rem; position: relative; margin-top: -.7rem}
.list45 .img .imgLi {padding-bottom: 140%;}
.list45 .left h6{ font-size: .24rem; color: #333333; text-align: center; line-height: 1.5; margin: .18rem 0 0}
.list45 .right{ width: calc(100% - 2.6rem); padding: 0 0 0 .6rem}
.list45 .a{ background: #f5f7fa;padding: .36rem .5rem .36rem .36rem;}

.list45 .txt {
    margin: 0 0 .3rem;
    padding: 0 0 0 .28rem;
    position: relative;
    border-left: #1f5ba3 3px solid;
    transition: .5s 
}
.list45 .txt h4 {
    font-size: .24rem;
    color: #124fb0;
    margin-bottom: .1rem;
    padding: 0;
    font-weight: 600;
}
.list45 .txt p{ font-size: .2rem; color: #333333;line-height: 1.5;}
.list45 .ar_article p{ font-size: .16rem; color: #333333; }

.n_b6{
    background: #fff url(../images/n_b6.jpg) center bottom no-repeat;
    background-size: 100% auto;
}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .lrld_d{ padding-top: .4rem;}
}
@media(max-width: 800px){
    .list45 .left{ max-width: 100%;  margin: 0 auto;width: 100%;}
    .list45 .right{ width: 100%; padding: .2rem 0 0}
    .list45 li{ margin-bottom: .4rem}
    .list45 .a{ padding: .25rem;}
    .lrld_d{ padding-top: 0;}
}
@media(max-width: 560px){
} 

/*校园生活 -学生生活*/
.student1{ width: 13rem; max-width: 100%; margin: 0 auto; margin-top: .7rem;}
.student .fl01 .wp{width: 12.3rem;}
.student1 .box{display: flex;flex-wrap: wrap;margin: 0;justify-content: flex-end;margin: 1.2% -.6%;position: relative;z-index: 1;}
.student1 .box li{ padding: 0 .6%;}
.student1 .box li *{ transition: .5s;}
.student1 .box li a{display: block;position: relative;z-index: 1;overflow: hidden;}
.student1 .box li a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;justify-content: center;z-index: 1;align-items: center;background: rgba(0,0,0,.2);}
.student1 .box li a .top img{ width: 1.07rem; height: 1.07rem}
.student1 .box li a .top h4{background: rgba(0,0,0,.6);padding: 0 .22rem;line-height: .6rem !important;font-size: .2rem;color: #fff;}
.student1 .box:nth-child(2n-1) li:nth-child(1){width: 67%;}
.student1 .box:nth-child(2n-1) li:nth-child(1) .imged{ padding-bottom: 62.13%;}
.student1 .box:nth-child(2n-1) li:nth-child(3){align-self: flex-end;margin: -21% 0 0;}
.student1 .box:nth-child(2n-1) li:nth-child(2), .student1 .box li:nth-child(3){width: calc(100% - 67%);}
.student1 .box:nth-child(2n) li:nth-child(2) .imged, .student1 .box:nth-child(2n-1) li:nth-child(3) .imged{ padding-bottom: 65.5%;}

.student1 .box:nth-child(2n) li:nth-child(2){width: 67%;}
.student1 .box:nth-child(2n) li:nth-child(2) .imged{ padding-bottom: 62.13%;}
.student1 .box:nth-child(2n) li:nth-child(3){margin: -21% 0 0;position: absolute;left: 0;bottom: 0;}
.student1 .box:nth-child(2n) li:nth-child(1), .student1 .box li:nth-child(3){width: calc(100% - 67%);}
.student1 .box:nth-child(2n) li:nth-child(1) .imged, .student1 .box:nth-child(2n-1) li:nth-child(3) .imged{ padding-bottom: 65.5%;}

.student .fl02{ padding: 0 0 1.2rem}
.student2{ justify-content: center}
.student2 li{width: 20%;flex: inherit;}
.student2 li .a h4{ height: auto}
.xyfg .wp{ width: 14.26rem;}

@media(min-width: 1024px){	
	.student1 .box li a:hover .top{ opacity: 1; visibility: visible;}
}
@media(max-width: 1024px){	
	.list_ej1{ display: none;}
}
@media(max-width: 800px){
    .student .fl02{ padding-bottom: .4rem;}
    .student1 .box li a .top h4{font-size: .16rem !important;line-height: .3rem !important;padding: 0 .15rem;}
    .student1 .box li a .top img{ width: .6rem; height: .6rem;}
    .student1{ margin-top: .4rem;}

    .list_er .wp{ padding: 0}
}
@media(max-width: 560px){
}

.n_banner_ty{
    box-shadow: 0px 4px 46px 0px rgb(0 0 0 / 39%);
}


.ar_article .table2{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.ar_article li:before{
display:none;
}
.ar_article .table2 li{
    width: 25%;
    padding-left: 0;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_article .table2 li p{
    text-align: center;
    text-indent:0;
    margin-bottom: 0 !important;
    line-height: 1.35;
}
.ar_article .table2 li:nth-child(4n){
border-right: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(1){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(2){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(3){
 border-top: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(4){
 border-top: 1px solid #dfdfdf;
}

.ar_article .table2 li:nth-child(8n-3),.ar_article .table2 li:nth-child(8n-2),.ar_article .table2 li:nth-child(8n-1),.ar_article .table2 li:nth-child(8n){
    background: #f6f9fc;
}


@media(max-width: 1024px) {
.ar_article .table2 li{
width:50%;
}
.ar_article .table2 li:nth-child(2n){
border-right: 1px solid #dfdfdf;
}
.ar_article .table2 li:nth-child(3){
 border-top: none;
}
.ar_article .table2 li:nth-child(4){
 border-top: none;
}
.ar_article .table2 li:nth-child(4n),.ar_article .table2 li:nth-child(4n-1){
    background: #f6f9fc;
}
.ar_article .table2 li:nth-child(4n-2),.ar_article .table2 li:nth-child(4n-3){
    background: #fff;
}
}


.dswh .ar_article a{
    line-height: .46rem;
}


.detail{
min-height: 600px;
}


.xykfr .ar_article p{
    margin-bottom: 0.2rem;
}

.ar_article a{display:inline; word-wrap: break-word;}
@media (max-width: 800px){
.ar_article p{
    text-align: left;
}
}