@charset "utf-8"; /*!****** lib.css *******/
/*!-----------------[初始化]--------------*/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}
.v_news_content iframe{
max-width:100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul {
    list-style: none
}

q:after,q:before {
    content: ''
}

fieldset,img {
    border: 0
}

abbr,acronym {
    border: 0
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-c,.col-l,.col_c,.col_l,.l {
    float: left
}

.col-r,.col_r,.r {
    float: right
}

.c {
    clear: both
}

.fix {
    zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

em {
    font-weight: 400;
    font-style: normal
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: M-Regular,'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

img {
    max-width: 100%;
    border: none
}

input,select,textarea {
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: M-Regular,'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

/*!-----------------[初始化结束]--------------*/
.wp {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto
}

.wp1400 {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto
}

/*!******************************
    -------[=头部]-------
********************************/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 100
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 188px;
    z-index: -1;
    background: linear-gradient(180deg,#00378f 0,rgba(0,42,111,0) 100%)
}

.hd-top {
    padding: 16px 0 19px;
    overflow: hidden
}

.logo {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 0
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.h-so {
    float: right;
    overflow: hidden;
    width: 175px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.5);
    position: relative;
    padding-left: 33px;
    margin-top: 17px
}

.h-so .inp {
    display: block;
    width: 100%;
    height: 28px;
    background: 0 0;
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 0 7px
}

.h-so .inp::-webkit-input-placeholder {
    color: #fff
}

.h-so .inp::-moz-placeholder {
    color: #fff
}

.h-so .inp::-ms-input-placeholder {
    color: #fff
}

.h-so .btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 33px;
    height: 28px;
    line-height: 28px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border: none;
    background: 0 0
}

.h-so .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background: #fff;
    margin-top: -6px
}

.h-so .btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 12px
}

.h-so-m {
    display: none
}

.nav {
    border-top: 1px solid rgba(255,255,255,.2)
}

.nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav li {
    position: relative
}

.nav .icondrop {
    display: none
}

.nav .v1 {
    display: block;
    font-size: 20px;
    line-height: 2.7;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.nav .ok .v1,.nav .on .v1 {
    color: #e2c071
}

.nav .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 0 10px;
    display: none
}

.nav .sub .v2 {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.nav .sub .v2:last-child {
    border-bottom: none
}

.nav .sub .v2:hover {
    background-color: #fff;
    color: #053c81
}

.header.fixed {
    background: #053c81
}

/*!******************************
    -------[=导航]-------
********************************/
.menuBtn {
    display: none;
    position: fixed;
    top: 22px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

/*!******************************
    -------[=底部]-------
********************************/
.footer {
    background-color: #053c81;
    overflow: hidden
}

.fd-link {
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding: 27px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fd-link a {
    display: block;
    color: #fff;
    margin-right: 42px
}

.foot {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 39px 0 61px;
    overflow: hidden
}

.foot .left {
    float: left;
    overflow: hidden
}

.foot .left .logo {
    display: block;
    float: left;
    height: 80px;
    margin-right: 15px
}

.foot .left .logo img {
    display: block;
    height: 100%
}

.foot .left .txt {
    overflow: hidden;
    padding-top: 4px
}

.foot .left .txt a {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #fff
}

.foot .info {
    padding-top: 2px;
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 2.14285
}

/*!******************************
    -------[=公用]-------
********************************/
@media screen and (min-width: 1200px) {
    .wp {
        max-width:78.12vw;
        margin: 0 auto
    }

    .wp1400 {
        max-width: 72.91vw;
        margin: 0 auto
    }

    .header:after {
        height: 9.791vw
    }

    .hd-top {
        padding: .833vw 0 .989vw
    }

    .logo {
        height: 4.167vw;
        line-height: 4.167vw
    }

    .h-so {
        width: 9.114vw;
        border-radius: .104vw;
        padding-left: 1.718vw;
        margin-top: .885vw
    }

    .h-so .inp {
        height: 1.458vw;
        font-size: .677vw;
        padding: 0 .364vw
    }

    .h-so .btn {
        width: 1.718vw;
        height: 1.458vw;
        line-height: 1.458vw
    }

    .h-so .btn:after {
        height: .625vw;
        margin-top: -.312vw
    }

    .h-so .btn img {
        max-width: .625vw
    }

    .nav .v1 {
        font-size: 1.041vw
    }

    .nav .sub {
        -webkit-box-shadow: 0 0 .26vw rgba(0,0,0,.3);
        box-shadow: 0 0 .26vw rgba(0,0,0,.3);
        padding: 0 .52vw
    }

    .nav .sub .v2 {
        font-size: .833vw;
        line-height: 2.083vw;
        padding: 0 .52vw
    }

    .fd-link {
        font-size: .833vw;
        padding: 1.406vw 0
    }

    .fd-link a {
        margin-right: 2.187vw
    }

    .foot {
        padding: 2.031vw 0 3.177vw
    }

    .foot .left .logo {
        height: 4.166vw;
        margin-right: .781vw
    }

    .foot .left .txt {
        padding-top: .208vw
    }

    .foot .left .txt a {
        font-size: .833vw
    }

    .foot .info {
        padding-top: .104vw;
        font-size: .729vw;
        line-height: 2.14285
    }
}

@media screen and (max-width: 1199px) {
    .menuBtn {
        display:block
    }

    .wp,.wp1400 {
        padding: 0 15px;
        max-width: none;
        width: auto
    }

    body {
        padding-top: 70px
    }

    .header {
        height: 70px;
        background: #053c81
    }

    .header:after {
        display: none
    }

    .hd-top {
        padding: 0
    }

    .logo {
        height: 70px;
        line-height: 70px
    }

    .logo img {
        height: 50px
    }

    .h-so {
        display: none;
        float: none;
        margin: 0 auto 20px;
        width: 40%
    }

    .h-so-m {
        display: block
    }

    .nav {
        overflow-y: auto;
        position: fixed;
        top: 70px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #053c81;
        border-top: 1px solid rgba(255,255,255,.2);
        padding: 20px 0;
        display: none
    }

    .nav ul {
        display: block
    }

    .nav li {
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    .nav .v1 {
        z-index: 8;
        position: relative;
        /* width: 90%; */
        font-size: 14px;
        line-height: 2.5
    }

    .nav .sub .v2 {
        font-size: 12px;
        color: #fff;
        line-height: 2.5;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.4)
    }

    .nav .dropicon {
        right: 0;
        position: absolute;
        display: block;
        /* pointer-events: none; */
        z-index: 9;
        top: 4px;
    }

    .nav .dropicon:after {
        /* position: absolute; */
        right: 0;
        top: 4px;
        content: "+";
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        font-style: normal
    }

    .nav li.ok .dropicon:after {
        content: "-"
    }

    .nav .sub {
        position: static;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255,255,255,.1)
    }

    .fd-link {
        font-size: 14px;
        padding: 15px 0
    }

    .fd-link a {
        margin-right: 15px
    }

    .foot {
        padding: 15px 0
    }

    .foot .info,.foot .left {
        float: none;
        text-align: center
    }

    .foot .left .logo {
        height: auto;
        width: 260px;
        float: none;
        margin: 0 auto 10px
    }

    .foot .info {
        padding-top: 0;
        line-height: 1.5
    }

    .foot .left .logo img {
        height: auto;
        width: 100%
    }

    .foot .left .txt {
        display: none
    }

    .foot .left .txt a {
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .menuBtn {
        top:10px
    }

    body {
        padding-top: 50px
    }

    .header {
        height: 50px
    }

    .logo {
        height: 50px;
        line-height: 50px
    }

    .logo img {
        height: 30px
    }

    .h-so {
        width: 100%
    }

    .nav {
        top: 50px
    }
}

/*!****** lib.css end *******/
/*!****** ls *******/
.banner {
    overflow: hidden;
    position: relative
}

.banner .con {
    overflow: hidden;
    padding-top: 41.6667%;
    position: relative;
    height: 0
}

.banner .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08)
}

.banner .swiper-slide.active .pic {
    animation: scaleDown 5s ease-out forwards;
    -webkit-animation: scaleDown 5s ease-out forwards
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 109px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0
}

.banner .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    opacity: 1;
    font-size: 0;
    margin: 0 15px
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px dashed #fff;
    color: #fff;
    background: 0 0;
    font-size: 14px;
    text-align: center
}

@keyframes scaleDown {
    0% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
}

.row-a1 {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -92px;
    padding-bottom: 31px
}

.ul-listl1 {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.08)
}

.ul-listl1 li:first-child {
    width: 23.7%
}

.ul-listl1 li {
    float: left;
    width: 15.26%;
    padding: 20px 0;
    background: #fff;
    height: 200px;
    position: relative
}

.ul-listl1 li:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: url(../images/bgl1.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl1 li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 124px;
    opacity: .8;
    background: #c1d7f3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ul-listl1 li:last-child:before {
    display: none
}

.ul-listl1 .con {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ul-listl1 .con .pic {
    padding: 17px 65px 0 50px;
    overflow: hidden
}

.ul-listl1 .con .pic img {
    display: block;
    width: 100%
}

.ul-listl1 .con .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 0;
    margin: 21px auto 28px;
    overflow: hidden
}

.ul-listl1 .con .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ul-listl1 .con .tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl1 .con:hover .icon {
    transform: rotateY(360deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl1 li:hover:after {
    height: 100%;
    z-index: 1
}

.ul-listl1 .con:hover .tit {
    color: #053c81
}

.row-a2 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.g-titl1 {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.g-titl1 .tit {
    padding-top: 79px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 150px auto;
    -moz-background-size: 150px auto;
    -ms-background-size: 150px auto;
    -o-background-size: 150px auto;
    background-size: 150px auto;
    min-width: 150px
}

.vsbcontent_img {
    text-align: center;
}

.vsbcontent_img img {
    max-width: 100%;
    height: auto !important;
}

.g-titl1 .tit .cn {
    font-size: 40px;
    line-height: 1.2;
    color: #333;
    overflow: hidden;
    margin-bottom: 6px
}

.g-titl1 .tit .en {
    font-size: 18px;
    line-height: 1.2;
    color: #053c81;
    overflow: hidden;
    font-family: Georgia
}

.g-titl1 .more {
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 14px;
    color: #666;
    padding-right: 72px;
    padding-bottom: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.g-titl1 .more .ico {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0
}

.g-titl1 .more .ico img {
    display: block;
    width: 100%
}

.g-titl1 .more:hover {
    color: #053c81
}

.g-titl1.tac {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g-titl1.tac .tit {
    text-align: center;
    background-position: center top
}

.m-newsl {
    overflow: hidden;
    padding-top: 40px
}

.m-newsl .left {
    width: 56.666%;
    float: left
}

.m-swiperl1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 90px
}

.m-swiperl1 .swiper-container {
    padding-bottom: 24px
}

.m-swiperl1 .con {
    display: block;
    overflow: hidden
}

.m-swiperl1 .con .pic {
    padding-top: 57.7647%;
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 22px
}

.m-swiperl1 .con .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl1 .con .tit {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl1 .con:hover .pic .img {
    transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08)
}

.m-swiperl1 .con:hover .tit {
    color: #053c81
}

.m-swiperl1 .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.m-swiperl1 .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 67px 0 58px;
    overflow: hidden;
    position: relative
}

.m-swiperl1 .bot .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.m-swiperl1 .bot .line {
    width: 40px;
    height: 0;
    border-bottom: 1px solid #204eaa;
    padding-right: 6px;
    position: relative
}

.m-swiperl1 .bot .line.l1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.m-swiperl1 .bot .line.l2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 0 20px;
    opacity: .3
}

.m-swiperl1 .bot .line.l3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .3
}

.m-swiperl1 .bot .line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #204eaa;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.m-swiperl1 .bot .line.l2:after {
    left: 0;
    right: auto
}

.m-swiperl1 .bot .line.l2:after,.m-swiperl1 .bot .line.l3:after {
    width: 7px;
    height: 7px;
    border: 1px solid #204eaa;
    background: #fff
}

.m-swiperl1 .swiper-button-next,.m-swiperl1 .swiper-button-prev {
    position: static;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #bda05c;
    margin: 0 10px;
    position: relative;
    left: auto;
    right: auto
}

.m-swiperl1 .swiper-button-next img,.m-swiperl1 .swiper-button-prev img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    max-height: 50%;
    position: relative;
    z-index: 2
}

.m-swiperl1 .swiper-button-next:after,.m-swiperl1 .swiper-button-prev:after {
    display: none
}

.m-swiperl1 .swiper-button-next:hover:before,.m-swiperl1 .swiper-button-prev:hover:before {
    opacity: 1;
    visibility: visible
}

.m-swiperl1 .swiper-button-next:before,.m-swiperl1 .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#063365 0,#0560bb 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl1 .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-swiperl1 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: 0 0;
    font-family: Georgia;
    font-size: 18px;
    line-height: 50px;
    color: rgba(32,78,170,.5);
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0 7px
}

.m-swiperl1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 36px;
    color: #204eaa
}

.m-newsl .right {
    float: right;
    width: 43.334%;
    position: relative;
    z-index: 5
}

.ul-listl2 li {
    padding-left: 44px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl2 .con .txt {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ul-listl2 .con .txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: 1px solid #204eaa;
    opacity: .3
}

.ul-listl2 .con .txt:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(32,78,170,.3);
    background-color: #fff;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.ul-listl2 .con .txt .date {
    font-family: Georgia;
    font-size: 22px;
    color: #305db7;
    position: relative;
    margin-right: 30px
}

.ul-listl2 .con .txt .date:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    border: 1px solid #204eaa
}

.ul-listl2 .con .txt .tit {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.ul-listl2 .con .box {
    overflow: hidden;
    background: url(../images/bgl3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 0
}

.ul-listl2 .con .box .info {
    overflow: hidden;
    padding-left: 55px;
    padding-top: 13px
}

.ul-listl2 .con .box .info .tit {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6666;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 13px
}

.ul-listl2 .con .box .info .date {
    font-family: Georgia;
    font-size: 22px;
    line-height: 1.363636;
    color: #e2c071;
    position: relative
}

.ul-listl2 .con .box .info .date:after {
    content: "";
    position: absolute;
    left: -55px;
    width: 40px;
    border: 1px solid #e2c071;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ul-listl2 .con .box .info .date:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border: 1px solid #e2c071;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ul-listl2 .con .box .pic {
    width: 224px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin-left: 40px
}

.ul-listl2 .con .box .pic .img {
    padding-top: 60.71428%;
    height: 0;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ul-listl2 li.hover,.ul-listl2 li:hover {
    margin-left: -94px
}

.ul-listl2 li.hover .con .txt,.ul-listl2 li:hover .con .txt {
    height: 0;
    padding: 0;
    display: none
}

.ul-listl2 li.hover .con .box,.ul-listl2 li:hover .con .box {
    height: auto;
    padding: 17px 39px 17px 0
}

.ul-listl2 li:last-child .con .txt .date:after,.ul-listl2 li:last-child .con .txt:after,.ul-listl2 li:last-child .con .txt:before {
    display: none
}

.row-a3 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 28px 0 115px
}

.m-swiperl2 {
    overflow: hidden;
    position: relative;
    padding-top: 22px
}

.m-swiperl2 .swiper-container {
    margin: 0 -10px;
    padding-bottom: 126px;
    position: relative
}

.m-swiperl2 .swiper-slide {
    padding: 71px 10px 0
}

.m-swiperl2 .con {
    display: block;
    background-color: #fff;
    padding: 43px 30px 40px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(5,60,129,.16);
    -moz-box-shadow: 0 4px 10px 0 rgba(5,60,129,.16);
    -ms-box-shadow: 0 4px 10px 0 rgba(5,60,129,.16);
    -o-box-shadow: 0 4px 10px 0 rgba(5,60,129,.16);
    box-shadow: 0 4px 10px 0 rgba(5,60,129,.16);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative
}

.m-swiperl2 .con .tit {
    font-size: 20px;
    color: #333;
    line-height: 1.65;
    height: 3.4em;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 27px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .con .line {
    overflow: hidden;
    height: 21px;
    position: relative;
    margin-bottom: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .con .line:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 0;
    left: 0;
    right: 21px;
    border: 1px solid #d8d8d8;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .con .line:before {
    content: "";
    position: absolute;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #d8d8d8;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .con .date {
    font-family: Georgia;
    font-size: 22px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .con .date .ico {
    width: 22px;
    height: 19px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.m-swiperl2 .con .date .ico svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #999;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-swiperl2 .bot .swiper-button-next,.m-swiperl2 .bot .swiper-button-prev,.m-swiperl2 .bot .swiper-pagination {
    position: static;
    margin: 0
}

.m-swiperl2 .bot .swiper-button-next:after,.m-swiperl2 .bot .swiper-button-prev:after {
    display: none
}

.m-swiperl2 .bot .swiper-button-next,.m-swiperl2 .bot .swiper-button-prev {
    width: 66px;
    height: 66px;
    line-height: 64px;
    font-size: 0;
    text-align: center;
    border: 1px solid #063365;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 33px
}

.m-swiperl2 .bot .swiper-button-next svg,.m-swiperl2 .bot .swiper-button-prev svg {
    display: block;
    width: 14px;
    fill: #063365;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-swiperl2 .bot .swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.m-swiperl2 .bot .swiper-button-next:hover,.m-swiperl2 .bot .swiper-button-prev:hover {
    background: linear-gradient(0deg,#063365 0,#0560bb 100%)
}

.m-swiperl2 .bot .swiper-button-next:hover svg,.m-swiperl2 .bot .swiper-button-prev:hover svg {
    fill: #fff
}

.m-swiperl2 .bot .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: 0 0;
    border: 1px solid #063365;
    opacity: 1;
    margin: 0 13px
}

.m-swiperl2 .bot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #063365
}

.m-swiperl2 .con:hover:after {
    content: "";
    position: absolute;
    top: -71px;
    left: 50%;
    width: 180px;
    height: 71px;
    background: url(../images/iconl11.png) center center no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-swiperl2 .con:hover {
    background: #053c81
}

.m-swiperl2 .con:hover .date,.m-swiperl2 .con:hover .tit {
    color: #fff
}

.m-swiperl2 .con:hover .date .ico svg {
    fill: #999
}

@media only screen and (min-width: 1200px) {
    .banner .swiper-pagination {
        bottom:5.677vw
    }

    .banner .swiper-pagination-bullet {
        width: .416vw;
        height: .416vw;
        margin: 0 .781vw
    }

    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2.5vw;
        height: 2.5vw;
        line-height: 2.395vw;
        font-size: .729vw
    }

    .row-a1 {
        margin-top: -4.791vw;
        padding-bottom: 1.614vw
    }

    .ul-listl1 {
        box-shadow: 0 .208vw 1.041vw 0 rgba(0,0,0,.08)
    }

    .ul-listl1 li {
        padding: 1.041vw 0;
        height: 10.41vw
    }

    .ul-listl1 li:before {
        height: 6.458vw
    }

    .ul-listl1 .con .pic {
        padding: .885vw 3.385vw 0 2.604vw
    }

    .ul-listl1 .con .icon {
        width: 3.125vw;
        height: 3.125vw;
        line-height: 3.125vw;
        font-size: 0;
        margin: 1.093vw auto 1.458vw
    }

    .ul-listl1 .con .tit {
        font-size: 1.25vw
    }

    .g-titl1 .tit {
        padding-top: 4.114vw;
        -webkit-background-size: 7.812vw auto;
        -moz-background-size: 7.812vw auto;
        -ms-background-size: 7.812vw auto;
        -o-background-size: 7.812vw auto;
        background-size: 7.812vw auto;
        min-width: 7.812vw
    }

    .g-titl1 .tit .cn {
        font-size: 2.083vw;
        line-height: 1.2;
        margin-bottom: .312vw
    }

    .g-titl1 .tit .en {
        font-size: .937vw
    }

    .g-titl1 .more {
        bottom: 1.562vw;
        right: 0;
        font-size: .729vw;
        padding-right: 3.75vw;
        padding-bottom: .937vw
    }

    .m-newsl {
        padding-top: 2.083vw
    }

    .m-swiperl1 {
        margin-bottom: 4.687vw
    }

    .m-swiperl1 .swiper-container {
        padding-bottom: 1.25vw
    }

    .m-swiperl1 .con .pic {
        padding-top: 57.7647%;
        margin-bottom: 1.145vw
    }

    .m-swiperl1 .con .tit {
        font-size: 1.041vw
    }

    .m-swiperl1 .bot {
        padding: 0 3.489vw 0 3.020vw
    }

    .m-swiperl1 .bot .line {
        width: 2.083vw;
        padding-right: .312vw
    }

    .m-swiperl1 .bot .line.l2 {
        margin: 0 .52vw 0 1.041vw;
        opacity: .3
    }

    .m-swiperl1 .bot .line.l3 {
        width: 2.916vw
    }

    .m-swiperl1 .bot .line:after {
        width: .26vw;
        height: .26vw
    }

    .m-swiperl1 .bot .line.l2:after,.m-swiperl1 .bot .line.l3:after {
        width: .364vw;
        height: .364vw
    }

    .m-swiperl1 .swiper-button-next,.m-swiperl1 .swiper-button-prev {
        width: 2.604vw;
        height: 2.604vw;
        line-height: 2.604vw;
        margin: 0 .52vw
    }

    .m-swiperl1 .swiper-pagination-bullet {
        font-size: .937vw;
        line-height: 2.604vw;
        padding: 0 .364vw
    }

    .m-swiperl1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 1.875vw
    }

    .ul-listl2 li {
        padding-left: 2.291vw
    }

    .ul-listl2 .con .txt {
        padding: 1.562vw 0
    }

    .ul-listl2 .con .txt:before {
        content: "";
        right: 0;
        bottom: -.156vw;
        width: .416vw;
        height: .416vw
    }

    .ul-listl2 .con .txt .date {
        font-size: 1.145vw;
        margin-right: 1.562vw
    }

    .ul-listl2 .con .txt .date:after {
        bottom: -1.562vw
    }

    .ul-listl2 .con .txt .tit {
        font-size: .937vw
    }

    .ul-listl2 .con .box .info {
        padding-left: 2.864vw;
        padding-top: .677vw
    }

    .ul-listl2 .con .box .info .tit {
        font-size: .937vw;
        margin-bottom: .677vw
    }

    .ul-listl2 .con .box .info .date {
        font-family: Georgia;
        font-size: 1.145vw;
        line-height: 1.562vw
    }

    .ul-listl2 .con .box .info .date:after {
        content: "";
        left: -2.864vw;
        width: 2.083vw
    }

    .ul-listl2 .con .box .info .date:before {
        content: "";
        top: 50%;
        left: -.781vw;
        width: .312vw;
        height: .312vw
    }

    .ul-listl2 .con .box .pic {
        width: 11.66vw;
        margin-left: 2.083vw
    }

    .ul-listl2 li.hover,.ul-listl2 li:hover {
        margin-left: -4.895vw
    }

    .ul-listl2 li.hover .con .box,.ul-listl2 li:hover .con .box {
        padding: .885vw 2.031vw .885vw 0
    }

    .row-a3 {
        padding: 1.458vw 0 5.989vw
    }

    .m-swiperl2 {
        padding-top: 1.145vw
    }

    .m-swiperl2 .swiper-container {
        margin: 0 -.52vw;
        padding-bottom: 6.562vw
    }

    .m-swiperl2 .swiper-slide {
        padding: 3.697vw .52vw 0
    }

    .m-swiperl2 .con {
        padding: 2.239vw 1.562vw 2.083vw;
        -webkit-box-shadow: 0 .208vw .52vw 0 rgba(5,60,129,.16);
        -moz-box-shadow: 0 .208vw .52vw 0 rgba(5,60,129,.16);
        -ms-box-shadow: 0 .208vw .52vw 0 rgba(5,60,129,.16);
        -o-box-shadow: 0 .208vw .52vw 0 rgba(5,60,129,.16);
        box-shadow: 0 .208vw .52vw 0 rgba(5,60,129,.16)
    }

    .m-swiperl2 .con .tit {
        font-size: 1.041vw;
        line-height: 1.65;
        height: 3.4em;
        margin-bottom: 1.406vw
    }

    .m-swiperl2 .con .line {
        height: 1.093vw;
        margin-bottom: .937vw
    }

    .m-swiperl2 .con .line:after {
        right: 1.093vw
    }

    .m-swiperl2 .con .line:before {
        width: 1.093vw;
        height: 1.093vw
    }

    .m-swiperl2 .con .date {
        font-size: 1.145vw
    }

    .m-swiperl2 .con .date .ico {
        width: 1.145vw;
        height: .989vw;
        margin-right: .625vw
    }

    .m-swiperl2 .bot .swiper-button-next,.m-swiperl2 .bot .swiper-button-prev {
        width: 3.437vw;
        height: 3.437vw;
        line-height: 3.333vw;
        margin: 0 1.718vw
    }

    .m-swiperl2 .bot .swiper-button-next svg,.m-swiperl2 .bot .swiper-button-prev svg {
        width: .729vw
    }

    .m-swiperl2 .bot .swiper-pagination-bullet {
        width: .937vw;
        height: .937vw;
        opacity: 1;
        margin: 0 .677vw
    }

    .m-swiperl2 .con:hover:after {
        content: "";
        top: -3.697vw;
        width: 9.375vw;
        height: 3.697vw
    }
}

@media screen and (max-width: 1199px) {
    .banner .swiper-pagination {
        bottom:10px
    }

    .banner .swiper-pagination-bullet {
        margin: 0 5px
    }

    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        line-height: 8px;
        background: #053c81;
        font-size: 0;
        border: none
    }

    .row-a1 {
        margin-top: 0;
        padding: 30px 0
    }

    .ul-listl1 li {
        width: 16.66%;
        padding: 0 15px;
        height: 150px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ul-listl1 li:first-child {
        width: 16.66%
    }

    .ul-listl1 li:before {
        height: 110px
    }

    .ul-listl1 .con .pic {
        padding: 0
    }

    .ul-listl1 .con .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto 10px
    }

    .ul-listl1 .con .tit {
        font-size: 18px
    }

    .g-titl1 .tit {
        padding-top: 40px;
        -webkit-background-size: 80px auto;
        -moz-background-size: 80px auto;
        -ms-background-size: 80px auto;
        -o-background-size: 80px auto;
        background-size: 80px auto;
        min-width: 80px
    }

    .g-titl1 .tit .cn {
        font-size: 20px
    }

    .g-titl1 .tit .en {
        font-size: 14px
    }

    .g-titl1 .more {
        bottom: 0;
        padding-right: 30px;
        padding-bottom: 10px;
        font-size: 12px
    }

    .g-titl1.tac {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }

    .g-titl1.tac .tit {
        text-align: left;
        background-position: left top
    }

    .m-newsl {
        padding-top: 20px
    }

    .m-newsl .left,.m-newsl .right {
        width: auto;
        float: none;
        margin-bottom: 30px
    }

    .m-swiperl1 {
        margin-bottom: 0
    }

    .m-swiperl1 .swiper-container {
        padding-bottom: 10px
    }

    .m-swiperl1 .con .pic {
        margin-bottom: 20px
    }

    .m-swiperl1 .con .tit {
        font-size: 16px
    }

    .m-swiperl1 .bot {
        padding: 0 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .m-swiperl1 .bot .line,.m-swiperl1 .bot .line.l3 {
        width: 30px
    }

    .m-swiperl1 .swiper-button-next,.m-swiperl1 .swiper-button-prev {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px
    }

    .m-swiperl1 .swiper-pagination-bullet {
        font-size: 12px;
        line-height: 36px;
        padding: 0 3px
    }

    .m-swiperl1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 16px;
        line-height: 36px
    }

    .m-swiperl1 .bot .line.l2 {
        display: none
    }

    .m-swiperl1 .bot .btn {
        display: none
    }

    .ul-listl2 li {
        padding-left: 0;
        margin-bottom: 15px
    }

    .ul-listl2 li:last-child {
        margin-bottom: 0
    }

    .ul-listl2 .con .txt,.ul-listl2 .con .txt:after,.ul-listl2 .con .txt:before {
        display: none
    }

    .ul-listl2 .con .box,.ul-listl2 li.hover .con .box,.ul-listl2 li:hover .con .box {
        height: auto;
        padding: 15px
    }

    .ul-listl2 li.hover,.ul-listl2 li:hover {
        margin-left: 0
    }

    .ul-listl2 .con .box .info {
        padding: 0
    }

    .ul-listl2 .con .box .pic {
        width: 180px
    }

    .ul-listl2 .con .box .info .tit {
        font-size: 16px
    }

    .ul-listl2 .con .box .info .date {
        font-size: 18px
    }

    .row-a3 {
        padding: 20px 0 30px
    }

    .m-swiperl2 .swiper-container {
        padding-bottom: 50px;
        margin: 0 -5px
    }

    .m-swiperl2 .swiper-slide {
        padding: 0 5px
    }

    .m-swiperl2 .con {
        padding: 15px
    }

    .m-swiperl2 .con .tit {
        font-size: 16px;
        line-height: 1.5;
        height: 3em;
        margin-bottom: 10px
    }

    .m-swiperl2 .con .line {
        height: 10px;
        margin-bottom: 10px
    }

    .m-swiperl2 .con .line:after {
        right: 10px
    }

    .m-swiperl2 .con .line:before {
        width: 10px;
        height: 10px
    }

    .m-swiperl2 .con .date {
        font-size: 18px
    }

    .m-swiperl2 .bot .swiper-button-next,.m-swiperl2 .bot .swiper-button-prev {
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin: 0 10px
    }

    .m-swiperl2 .bot .swiper-button-next svg,.m-swiperl2 .bot .swiper-button-prev svg {
        width: 6px
    }

    .m-swiperl2 .bot .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px
    }

    .m-swiperl2 .con:hover:after {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .ul-listl1 .con .tit {
        font-size:16px
    }

    .ul-listl1 li {
        height: 120px
    }

    .ul-listl1 li:before {
        height: 80px
    }

    .ul-listl1 li,.ul-listl1 li:first-child {
        width: 33.33%
    }

    .ul-listl1 li:nth-child(3n):before {
        display: none
    }

    .ul-listl2 .con .box {
        display: block
    }

    .ul-listl2 .con .box .pic {
        margin: 0 0 10px;
        width: auto
    }

    .ul-listl2 .con .box .info .tit {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 480px) {
    .ul-listl1 .con .tit {
        font-size:14px
    }

    .ul-listl1 .con .icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 auto 10px
    }
}

/*!****** ls end *******/
/*!****** bl *******/
.row-a4 {
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0 100px;
    overflow: hidden;
    position: relative
}

.row-a4 .mk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}

.m-boxb1 {
    position: relative;
    margin: -40px auto 130px
}

.ul-listb1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 70px;
    position: relative
}

.ul-listb1::before {
    content: "";
    display: block;
    width: 630px;
    height: 630px;
    border-radius: 50%;
    border: 1px solid rgba(5,60,129,.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ul-listb1 li:nth-child(2) {
    margin-right: 14%
}

.ul-listb1 li:nth-child(3) {
    margin-left: 14%
}

.ul-listb1 .con {
    cursor: pointer;
    background-color: #fff;
    width: 180px;
    height: 70px;
    text-align: center;
    font-size: 0;
    line-height: 70px;
    overflow: hidden;
    margin: 50px 0;
    border-radius: 8px;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb1 .con.act,.ul-listb1 .con:hover {
    border-color: rgba(5,60,129,.6);
    -webkit-box-shadow: 0 4px 24px 0 rgba(5,60,129,.2);
    box-shadow: 0 4px 24px 0 rgba(5,60,129,.2)
}

.ul-listb1 .con img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.m-banb1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 488px;
    z-index: 10
}

.m-banb1 .swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.m-banb1 .swiper-button-next,.m-banb1 .swiper-button-prev {
    display: none;
    width: 66px;
    height: 66px;
    line-height: 64px;
    font-size: 0;
    text-align: center;
    border: 1px solid #063365;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.m-banb1 .swiper-button-next::after,.m-banb1 .swiper-button-prev::after {
    display: none
}

.m-banb1 .swiper-button-next:hover,.m-banb1 .swiper-button-prev:hover {
    background: -webkit-gradient(linear,left bottom,left top,from(#063365),to(#0560bb));
    background: -webkit-linear-gradient(bottom,#063365 0,#0560bb 100%);
    background: -moz- oldlinear-gradient(bottom,#063365 0,#0560bb 100%);
    background: -o-linear-gradient(bottom,#063365 0,#0560bb 100%);
    background: linear-gradient(0deg,#063365 0,#0560bb 100%)
}

.m-banb1 .swiper-button-next:hover svg,.m-banb1 .swiper-button-prev:hover svg {
    fill: #fff
}

.m-banb1 .swiper-button-next svg,.m-banb1 .swiper-button-prev svg {
    display: block;
    width: 14px;
    fill: #063365;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.m-banb1 .swiper-slide {
    padding: 240px 0;
    opacity: 0!important
}

.m-banb1 .swiper-slide-active {
    opacity: 1!important
}

.m-banb1 .con {
    border: 1px dashed rgba(5,60,129,.6);
    padding: 20px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto
}

.m-banb1 .con .top {
    padding: 30px;
    background: #fff;
    border-radius: 50%
}

.m-banb1 .con .icon {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(190,214,243,.6)
}

.m-banb1 .con .icon img {
    max-width: 90%
}

.m-banb1 .txt {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.m-banb1 .txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.m-banb1 .txt .box {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(5,60,129,.2);
    box-shadow: 0 4px 24px 0 rgba(5,60,129,.2);
    padding: 20px 30px 30px;
    width: 440px
}

.m-banb1 .txt .tbox {
    border-bottom: 1px solid #568fd6;
    padding-bottom: 12px;
    margin-bottom: 22px
}

.m-banb1 .txt .t {
    font-size: 18px;
    font-weight: 700;
    color: #053c81;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-banb1 .txt .en {
    font-size: 16px;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.m-banb1 .txt .desc {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.57;
    height: 3.14em
}

.m-boxb2 .line {
    display: block;
    width: 1126px;
    margin: 0 auto 52px
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/georgia.ttf)
}

.ul-listb2 {
    font-size: 18px;
    color: #333;
    padding-left: 15%;
    padding-right: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ul-listb2 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 18px
}

.ul-listb2 .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.ul-listb2 .num {
    font-family: Georgia;
    font-size: 50px;
    color: #053c81;
    line-height: 1.2;
    margin-top: -10px;
    margin-left: 10px;
    min-width: 2em
}

@media screen and (min-width: 1200px) {
    .row-a4 {
        background-repeat:no-repeat;
        background-position: center bottom;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 1.563vw 0 5.208vw;
        overflow: hidden;
        position: relative
    }

    .row-a4 .mk {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        pointer-events: none
    }

    .m-boxb1 {
        position: relative;
        margin: -2.083vw auto 8.771vw;
    }

    .ul-listb1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 3.646vw;
        position: relative
    }

    .ul-listb1::before {
        content: "";
        display: block;
        width: 32.813vw;
        height: 32.813vw;
        border-radius: 50%;
        border: .052vw solid rgba(5,60,129,.2);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .ul-listb1 li:nth-child(2) {
        margin-right: 14%
    }

    .ul-listb1 li:nth-child(3) {
        margin-left: 14%
    }

    .ul-listb1 .con {
        cursor: pointer;
        background-color: #fff;
        width: 9.375vw;
        height: 3.646vw;
        text-align: center;
        font-size: 0;
        line-height: 3.646vw;
        overflow: hidden;
        margin: 2.604vw 0;
        border-radius: .417vw;
        border: .052vw solid #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .ul-listb1 .con.act,.ul-listb1 .con:hover {
        border-color: rgba(5,60,129,.6);
        -webkit-box-shadow: 0vw .208vw 1.25vw 0vw rgba(5,60,129,.2);
        box-shadow: 0vw .208vw 1.25vw 0vw rgba(5,60,129,.2)
    }

    .ul-listb1 .con img {
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        max-height: 90%
    }

    .m-banb1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 25.417vw;
        z-index: 10
    }

    .m-banb1 .swiper-slide {
        padding: 12.5vw 0
    }

    .m-banb1 .con {
        border: .052vw dashed rgba(5,60,129,.6);
        padding: 1.042vw;
        width: 18.75vw;
        height: 18.75vw;
        border-radius: 50%;
        position: relative;
        margin: 0 auto
    }

    .m-banb1 .con .top {
        padding: 1.563vw;
        background: #fff;
        border-radius: 50%
    }

    .m-banb1 .con .icon {
        width: 13.542vw;
        height: 13.542vw;
        border-radius: 50%;
        padding: 1.563vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(190,214,243,.6)
    }

    .m-banb1 .con .icon img {
        max-width: 90%
    }

    .m-banb1 .txt {
        position: absolute;
        top: 110%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-banb1 .txt::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: .833vw solid transparent;
        border-right: .833vw solid transparent;
        border-bottom: .833vw solid #fff;
        position: absolute;
        top: -.833vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-banb1 .txt .box {
        background-color: #fff;
        border-radius: .417vw;
        -webkit-box-shadow: 0vw .208vw 1.25vw 0vw rgba(5,60,129,.2);
        box-shadow: 0vw .208vw 1.25vw 0vw rgba(5,60,129,.2);
        padding: 1.042vw 1.563vw 1.563vw;
        width: 22.917vw
    }

    .m-banb1 .txt .tbox {
        border-bottom: .052vw solid #568fd6;
        padding-bottom: .625vw;
        margin-bottom: 1.146vw
    }

    .m-banb1 .txt .t {
        font-size: .938vw;
        font-weight: 700;
        color: #053c81;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .m-banb1 .txt .en {
        font-size: .833vw;
        color: #333;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .m-banb1 .txt .desc {
        font-size: .729vw;
        color: #666;
        display: -webkit-box;
        box-orient: vertical;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.57;
        height: 3.14em
    }

    .m-boxb2 .line {
        display: block;
        width: 58.646vw;
        margin: 0 auto 2.708vw
    }

    @font-face {
        font-family: Georgia;
        src: url(../fonts/georgia.ttf)
    }

    .ul-listb2 {
        font-size: .938vw;
        color: #333;
        padding-left: 15%;
        padding-right: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ul-listb2 li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-bottom: .938vw
    }

    .ul-listb2 .con {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .ul-listb2 .num {
        font-family: Georgia;
        font-size: 2.604vw;
        color: #053c81;
        line-height: 1.2;
        margin-top: -.521vw;
        margin-left: .521vw
    }
}

@media screen and (max-width: 1200px) {
    .row-a4 {
        padding:30px 0
    }

    .m-boxb1 {
        margin: 0
    }

    .ul-listb1 {
        display: none
    }

    .m-banb1 {
        position: static;
        width: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-bottom: 30px
    }

    .m-banb1 .swiper-button-next,.m-banb1 .swiper-button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin-top: 0;
        top: 20vw
    }

    .m-banb1 .swiper-button-next svg,.m-banb1 .swiper-button-prev svg {
        width: 6px
    }

    .m-banb1 .swiper-slide {
        padding: 0
    }

    .m-banb1 .con {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 0;
        border: none
    }

    .m-banb1 .con .top {
        padding: 10px;
        border-radius: 0;
        background: 0 0
    }

    .m-banb1 .con .icon {
        width: 45vw;
        height: 45vw;
        padding: 5px;
        border: 10px solid #fff;
        margin: 0 auto 15px
    }

    .m-banb1 .txt {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .m-banb1 .txt::before {
        display: none
    }

    .m-banb1 .txt .tbox {
        margin-bottom: 10px
    }

    .m-banb1 .txt .box {
        width: auto;
        padding: 10px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 8px 0 rgba(5,60,129,.2);
        box-shadow: 0 4px 8px 0 rgba(5,60,129,.2)
    }

    .m-boxb2 .line {
        width: auto;
        margin-bottom: 30px
    }

    .ul-listb2 {
        padding: 0 3%;
        display: block;
        font-size: 16px
    }

    .ul-listb2 li {
        width: auto;
        display: block;
        margin-bottom: 10px
    }

    .ul-listb2 .con {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ul-listb2 .num {
        font-size: 40px
    }
}

/*!****** bl end *******/
a {
    transform: translateX()
}