/*!****** lib.css *******/
/*!-----------------[ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“]--------------*/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul {
    list-style: none
}

q:after,q:before {
    content: ''
}

abbr,acronym,fieldset,img {
    border: 0
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-c,.col-l,.col_c,.col_l,.l {
    float: left
}

.col-r,.col_r,.r {
    float: right
}

.c {
    clear: both
}

.fix {
    *zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

em {
    font-weight: 400;
    font-style: normal
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

img {
    max-width: 100%;
    border: none
}

input,select,textarea {
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

/*!-----------------[ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸]--------------*/
@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../fonts/SourceHanSerifCN-Heavy.otf)
}

@font-face {
    font-family: SourceHanSerifCN-Bold;
    src: url(../fonts/SourceHanSerifCN-Bold.otf)
}

@font-face {
    font-family: Paralines-Regular;
    src: url(../fonts/Paralines-Regular.otf)
}

.wp {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

.wp1300 {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto
}

/*!******************************
    -------[=ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨]-------
********************************/
.header {
    padding: 0 120px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 116px;
    border-top: 5px solid #1f397f;
    z-index: 100
}

.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 190px;
    background: url(../images/d-bg12.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1
}

.header-top {
    padding: 0 10px;
    height: 56px;
    line-height: 56px
}

.header-top .l {
    float: left
}

.header-top .r {
    float: right
}

.header-link {
    font-size: 0
}

.header-link a {
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-link a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    margin-top: -7.5px
}

.header-link a:first-child:before {
    display: none
}

.header-link .so-btn {
    min-width: 36px;
    height: 36px;
    background: url(../images/d-so1.png) center center no-repeat;
    -webkit-background-size: 12px auto;
    background-size: 12px auto
}

.header-link a:hover {
    opacity: .8
}

.header-bd {
    position: relative
}

.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 298px;
    height: 68px;
    line-height: 68px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.header-r .scroll {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nav li {
    font-size: 18px;
    color: #fefefe;
    font-weight: 700;
    text-align: center;
    width: 7.4%;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav li:nth-child(6) {
    margin-left: 24%
}

.nav a {
    display: block;
    color: inherit;
    position: relative
}

.nav a i {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 7px;
    background: url(../images/d-jt14.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.nav .sub {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 160px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 3px solid #94070a;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    display: none
}

.nav .sub a {
    padding: 0 14px;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 45px;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav li:hover {
    color: #94070a
}

.nav .sub a:hover {
    background: #ffe6e6;
    color: #94070a
}

.so-pop {
    position: fixed;
    right: 150px;
    top: 48px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 101;
    display: none
}

.so-pop input {
    outline: 0;
    border: none
}

.so-pop .inp {
    padding: 0 50px 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-radius: 10px
}

.so-pop .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/d-so2.png) center center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto
}

.header-link2,.header-so {
    display: none
}

.menuBtn {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    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: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    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)
}

@media only screen and (max-width: 1599px) {
    .header {
        padding:0 5%
    }
}

@media only screen and (max-width: 1439px) {
    .header {
        padding:0 2%
    }
}

@media only screen and (max-width: 1365px) {
    .header {
        padding:0 15px;
        border-width: 3px
    }

    .header-top {
        height: 42px;
        line-height: 42px
    }

    .header-link a {
        padding: 0 20px;
        font-size: 14px
    }

    .header-r {
        height: 36px;
        line-height: 36px
    }

    .nav li {
        font-size: 14px
    }

    .logo {
        width: 210px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width: 1023px) {
    .header,.header:after {
        height:60px
    }

    .menuBtn {
        display: block
    }

    .logo {
        position: absolute;
        left: 0;
        top: 5px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .header-top {
        display: none
    }

    .header-r {
        padding-top: 70px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto;
        background-color: #15599f;
        display: none
    }

    .header-r .scroll {
        padding-bottom: 30px;
        display: block;
        height: 100%;
        overflow-y: auto
    }

    .nav li {
        margin: 0!important;
        width: 100%;
        text-align: left;
        font-size: 15px;
        border-bottom: 1px solid rgba(255,255,255,.13)
    }

    .nav a {
        padding: 5px 20px
    }

    .nav a i {
        display: block
    }

    .nav .sub {
        padding-left: 30px;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        box-shadow: none;
        border: none;
        background-color: transparent
    }

    .nav .sub a {
        padding: 10px 0;
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid rgba(255,255,255,.13);
        line-height: 1.5
    }

    .nav .sub a:last-child {
        border: none
    }

    .nav li:hover {
        color: #fff
    }

    .nav li.on a i {
        background-image: url(../images/d-jt15.png)
    }

    .header-link2 {
        margin: 10px 0 0;
        padding: 0 5px;
        display: block
    }

    .header-link2 a {
        padding: 0 15px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        line-height: 30px
    }

    .header-so {
        display: block;
        margin: 10px 20px 0;
        position: relative;
        border-radius: 5px;
        overflow: hidden
    }

    .header-so input {
        outline: 0;
        border: none
    }

    .header-so .inp {
        padding: 0 40px 0 20px;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        font-size: 14px;
        color: #333;
    }

    .header-so .submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: url(../images/d-so2.png) center center no-repeat;
        -webkit-background-size: 14px auto;
        background-size: 14px auto
    }
}

/*!******************************
    -------[=ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨]-------
********************************/
.footer {
    background: linear-gradient(-30deg,#1f3980 0,#1559a1 53%,#1559a1 100%)
}

.footer-top {
    padding: 28px 0 12px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.footer-link {
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    line-height: 24px
}

.footer-link a {
    padding: 0 20px;
    display: inline-block;
    font-size: 16px;
    color: inherit;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-link a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin-top: -8px
}

.footer-link a:last-child:after {
    display: none
}

.footer-link a:hover {
    color: #94070a
}

.footer-bd {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-bd-l {
    display: flex;
    align-items: center;
    width: 44.2%;
    flex-shrink: 0
}

.footer-bd-m {
    width: 36%;
    flex-shrink: 0
}

.footer-logo {
    display: block;
    width: 50%;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    flex-shrink: 0
}

.footer-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer-info {
    padding-left: 23px;
    margin-left: 23px;
    width: 46%;
    position: relative;
    font-size: 16px;
    color: #ccc;
    line-height: 1.5
}

.footer-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 48px;
    background-color: rgba(255,255,255,.2);
    margin-top: -24px
}

.footer-title {
    height: 49px;
    line-height: 49px;
    font-size: 0
}

.footer-title img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.footer-codes {
    font-size: 0
}

.footer-codes .item {
    display: inline-block;
    vertical-align: top
}

.footer-codes .pic {
    margin: 0 auto 4px;
    width: 86px;
    overflow: hidden
}

.footer-codes .pic img {
    display: block;
    width: 100%
}

.footer-codes .title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-align: center
}

.footer-bt {
    padding: 10px 0
}

.footer-copy {
    font-size: 16px;
    color: #ccc;
    line-height: 1.5;
    text-align: center
}

.footer-copy img {
    margin: -2px 16px 0 0;
    display: inline-block;
    vertical-align: middle
}

.footer-copy a {
    color: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-copy a:hover {
    color: #fff
}

@media only screen and (max-width: 1365px) {
    .footer-link {
        font-size:16px
    }

    .footer-link a {
        padding: 0 5px;
        font-size: 14px
    }

    .footer-link a:after {
        height: 12px;
        margin-top: -6px
    }

    .footer-copy,.footer-info {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .footer-top {
        padding:20px 0
    }

    .footer-link {
        margin-bottom: 8px;
        font-size: 14px
    }

    .footer-link a {
        padding: 0 7px 0 4px;
        font-size: 12px
    }

    .footer-bd {
        display: block
    }

    .footer-bd-l {
        width: 100%;
        display: block
    }

    .footer-logo {
        margin: 0 auto 5px;
        width: 260px;
        height: auto;
        line-height: inherit
    }

    .footer-info {
        margin: 0 0 5px;
        padding: 0;
        width: auto;
        text-align: center
    }

    .footer-info:before {
        display: none
    }

    .footer-title {
        margin: 0 auto 10px;
        width: 240px;
        height: auto;
        line-height: inherit
    }

    .footer-bd-m {
        width: 100%
    }

    .footer-codes {
        text-align: center
    }

    .footer-codes .title,.footer-copy {
        font-size: 12px
    }

    .footer-copy img {
        margin-right: 10px;
        max-width: 14px
    }
}

/*!******************************
    -------[=ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¹]-------
********************************/
.aside-btn {
    padding: 40px 5px 41px 8px;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52px;
    background: url(../images/d-bg15.png) 0 50%;
    cursor: pointer;
    z-index: 101.aside-nav;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.aside-btn:after,.aside-btn:before {
    content: '';
    position: absolute;
    left: 0;
    width: 52px;
    height: 36px
}

.aside-btn:before {
    top: -36px;
    background: url(../images/d-top.png) 0 50% no-repeat
}

.aside-btn:after {
    bottom: -36px;
    background: url(../images/d-bot.png) 0 50% no-repeat
}

.aside-btn .title {
    margin: 0 auto;
    width: 26px;
    text-align: center;
    line-height: 27px;
    font-size: 24px;
    color: #fff;
    font-family: SourceHanSerifCN-Bold
}

.aside-btn .title i {
    margin-right: -6px;
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../images/d-jt16.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    -webkit-animation: 1s ease-in infinite ani_toRight;
    animation: 1s ease-in infinite ani_toRight
}

.aside-btn.hide {
    -webkit-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%)
}

.aside-btn img {
    display: block;
    width: 100%
}

.aside-nav {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(110%,-50%);
    -ms-transform: translate(110%,-50%);
    -o-transform: translate(110%,-50%);
    transform: translate(110%,-50%);
    z-index: 101;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.aside-nav .hd {
    overflow: hidden
}

.aside-nav .hd img {
    display: block;
    width: 100%
}

.aside-nav .bd {
    padding: 0 0 16px 5px;
    background-color: #fff;
    border-radius: 0 0 0 28px;
    position: relative;
    z-index: 1
}

.aside-nav .bd:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    right: 0;
    bottom: 5px;
    background-color: #054d99;
    border-radius: 0 0 0 28px;
    z-index: -1
}

.aside-nav .item {
    display: block;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.aside-nav .item:after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    right: 4px;
    height: 1px;
    border-top: 1px dashed rgba(255,255,255,.2)
}

.aside-nav .item:last-child:after {
    display: none
}

.aside-nav .icon {
    margin-bottom: 2px;
    height: 24px;
    line-height: 24px;
    font-size: 0;
    text-align: center;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.aside-nav .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.aside-nav .title {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

.aside-nav .arrow {
    margin: 0 auto;
    display: block;
    width: 31px;
    height: 40px;
    background: url(../images/d-jt19.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative
}

.aside-nav .arrow:hover {
    -webkit-animation: 1s ease-in infinite ani_toRight;
    animation: 1s ease-in infinite ani_toRight
}

.aside-nav .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.aside-nav.show {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

@media only screen and (max-width: 1023px) {
    .aside-btn {
        padding:20px 0 20px 1px;
        width: 40px
    }

    .aside-btn .title {
        width: 18px;
        font-size: 14px;
        line-height: 18px
    }

    .aside-btn .title i {
        width: 12px;
        height: 13px
    }

    .aside-nav .icon {
        height: 20px;
        line-height: 20px
    }
.kddy{display:none;}
}

/*!******************************
    -------[=ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨]-------
********************************/
.cur,.cur a {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    transition: .3s
}

.cur {
    padding-left: 26px;
    background: url(../images/cur.png) left center no-repeat;
    background-size: 19px;
    margin-top: 30px
}

.cur a:hover {
    color: #94070a
}

.pages {
    text-align: center;
    margin: 21px 0 38px
}

.pages ul {
    display: inline-block
}

.pages ul li {
    float: left;
    margin: 0 5px
}

.pages ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #555;
    border: 1px solid #555;
    border-radius: 50%
}

.pages ul a:hover,.pages ul li.on a {
    background-color: #ea3032;
    border: 1px solid #ea3032;
    color: #fff
}

.pages ul li.next,.pages ul li.prev {
    font-weight: 700;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    font-size: 20px;
    margin: 0 15px
}

.pages ul li span {
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
    font-family: Arial;
    color: #dadada
}

@media only screen and (min-width: 1200px) and (max-width:1920px) {
    .wp1300 {
        max-width:67.7vw
    }

    .cur,.cur a {
        font-size: .833vw;
        line-height: 1.041vw
    }

    .cur {
        padding-left: 1.354vw;
        background: url(../images/cur.png) left center no-repeat;
        background-size: .989vw;
        margin-top: 1.562vw
    }
}

@media screen and (max-width: 1199px) {
    .wp1300 {
        width:auto;
        padding: 0 15px;
        max-width: none
    }

    .cur {
        margin-top: 0
    }

    .cur,.cur a {
        font-size: 14px
    }
}

/*!****** lib.css end *******/
/*!****** bl *******/
.ban_in {
    position: relative
}

.ban_in .pic {
    position: relative;
    height: 0;
    padding-top: 25.78%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-cur {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    overflow: hidden
}

.m-cur .tit {
    font-size: 40px;
    color: #fff;
    position: relative;
    font-family: SourceHanSerifCN-Heavy;
    padding-bottom: 14px
}

.m-cur .tit::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.m-cur .r {
    padding-top: 40px
}

.row-xx1 {
    background: url(../images/bl/r-bg1.png) right bottom no-repeat #fff;
    padding: 75px 0;
    overflow: hidden
}

.m-imgTxtb1 {
    overflow: hidden
}

.m-imgTxtb1 .left {
    float: left;
    width: 663px;
    height: 433px;
    margin-right: 55px;
    background: url(../images/bl/mask.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.m-imgTxtb1 .pic {
    margin: 32px 22px 40px 40px;
    height: 360px;
    overflow: hidden
}

.m-imgTxtb1 .pic img {
    display: block;
    width: 100%
}

.m-imgTxtb1 .right {
    overflow: hidden;
    padding-top: 46px
}

.m-imgTxtb1 .h3 {
    font-size: 30px;
    color: #16559e;
    font-weight: 700;
    margin-bottom: 25px
}

.m-imgTxtb1 .desc {
    font-size: 18px;
    color: #333;
    line-height: 1.88;
    margin-bottom: 44px
}

.g-moreb1 {
    font-size: 0
}

.g-moreb1 .more {
    display: inline-block;
    font-size: 18px;
    color: #94070a;
    background: url(../images/bl/g-i1.png) left bottom no-repeat;
    -webkit-background-size: 95px auto;
    -moz-background-size: 95px auto;
    -o-background-size: 95px auto;
    background-size: 95px auto;
    min-width: 95px;
    padding-bottom: 10px;
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.g-moreb1 .more:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.g-moreb1.tar {
    text-align: right
}

.g-moreb1.white .more {
    color: #fff;
    background-image: url(../images/bl/g-i2.png)
}

.row-xx2 {
    padding: 50px 0 90px;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center
}

.row-xx2>.wp1300 {
    position: relative
}

.wp-dot {
    position: absolute;
    right: 100%;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.1);
    top: 32px;
    margin-right: 10px
}

.wp-dot::before {
    content: "";
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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%);
    display: block;
    background-color: #fff
}

.wp-dot::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 100%;
    width: 100vw;
    height: 1px;
    background-color: rgba(204,204,204,.5)
}

.m-imgTxtb2 {
    overflow: hidden
}

.m-imgTxtb2 .left {
    float: left;
    width: 46.28%;
    margin-right: 7.5%
}

.m-imgTxtb2 .right {
    overflow: hidden
}

.m-imgTxtb2 .txt {
    padding-top: 20px
}

.m-imgTxtb2 .h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 28px
}

.m-imgTxtb2 .desc {
    font-size: 18px;
    color: #fff;
    line-height: 1.88;
    margin-bottom: 34px
}

.m-imgTxtb2 .pic img {
    display: block;
    width: 100%
}

.ul-listb1 {
    margin: 0 -15px
}

.ul-listb1 li {
    float: left;
    width: 25%
}

.ul-listb1 .con {
    display: block;
    margin: 0 15px 30px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative
}

.ul-listb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #16559e;
    -webkit-border-radius: 0 0 45px 0;
    -moz-border-radius: 0 0 45px;
    border-radius: 0 0 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb1 .con:hover::after {
    -webkit-border-radius: 0 0 0 45px;
    -moz-border-radius: 0 0 0 45px;
    border-radius: 0 0 0 45px;
    background-color: #999
}

.ul-listb1 .con:hover .inner {
    -webkit-border-radius: 0 45px 0 45px;
    -moz-border-radius: 0 45px;
    border-radius: 0 45px;
    background-color: #94070a
}

.ul-listb1 .con:hover .en,.ul-listb1 .con:hover .zh {
    color: #fff
}

.ul-listb1 .con:hover .line {
    background-image: url(../images/bl/g-i4.png)
}

.ul-listb1 .con:hover .icons img {
    display: none
}

.ul-listb1 .con:hover .icons img:nth-child(2) {
    display: inline-block
}

.ul-listb1 .inner {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    padding: 30px;
    height: 200px;
    background-color: #f0f0f0;
    -webkit-border-radius: 45px 0 50px 0;
    -moz-border-radius: 45px 0 50px;
    border-radius: 45px 0 50px;
    position: relative;
    z-index: 2
}

.ul-listb1 .top {
    margin-bottom: 65px
}

.ul-listb1 .zh {
    font-size: 24px;
    font-weight: 700;
    color: #16559e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb1 .en {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb1 .line {
    width: 55px;
    height: 8px;
    background: url(../images/bl/g-i3.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb1 .icons {
    position: absolute;
    right: 30px;
    bottom: 35px
}

.ul-listb1 .icons img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 46px
}

.ul-listb1 .icons img:nth-child(2) {
    display: none
}

.row-xx4 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding: 32px 0 60px
}

.m-h3 {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 55px
}

.m-h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    background-color: #94070a
}

.ul-picsb1 {
    overflow: hidden;
    margin: 0 -18px;
    padding-bottom: 30px
}

.ul-picsb1 li {
    float: left;
    width: 33.33%
}

.ul-picsb1 .con {
    display: block;
    overflow: hidden;
    margin: 0 18px 36px
}

.ul-picsb1 .con:hover .pic img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.ul-picsb1 .pic {
    position: relative;
    height: 0;
    padding-top: 65.85%;
    overflow: hidden
}

.ul-picsb1 .pic img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.ul-picsb1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.ul-picsb1 .slick-dots li {
    margin: 0 4px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../images/d-dot2.png) center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    overflow: hidden;
    opacity: .3;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.ul-picsb1 .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.ul-picsb1 .slick-dots .slick-active {
    opacity: 1
}

.row-zz {
    background: url(../images/bl/r-bg3.jpg) bottom center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding: 80px 0 95px;
    overflow: hidden
}

.ul-linksb1 {
    margin: 0 -70px
}

.ul-linksb1 li {
    float: left;
    width: 50%
}

.ul-linksb1 .con {
    display: block;
    margin: 0 70px 50px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 30px rgba(50,51,51,.25);
    -moz-box-shadow: 0 11px 30px rgba(50,51,51,.25);
    box-shadow: 0 11px 30px rgba(50,51,51,.25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-linksb1 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #16559e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-linksb1 .con:hover {
    background-color: #94070a
}

.ul-linksb1 .con:hover::after {
    background-color: #fff
}

.ul-linksb1 .con:hover .en,.ul-linksb1 .con:hover .zh {
    color: #fff
}

.ul-linksb1 .con:hover .line {
    background-image: url(../images/bl/g-i4.png)
}

.ul-linksb1 .con:hover .icons img {
    display: none
}

.ul-linksb1 .con:hover .icons img:nth-child(2) {
    display: inline-block
}

.ul-linksb1 .inner {
    padding: 40px 35px 10px;
    height: 270px
}

.ul-linksb1 .top {
    margin-bottom: 98px
}

.ul-linksb1 .zh {
    font-size: 30px;
    font-weight: 700;
    color: #16559e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-linksb1 .en {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-linksb1 .line {
    width: 55px;
    height: 8px;
    background: url(../images/bl/g-i3.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-linksb1 .icons {
    position: absolute;
    right: 35px;
    bottom: 35px
}

.ul-linksb1 .icons img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 119px
}

.ul-linksb1 .icons img:nth-child(2) {
    display: none
}

.row-rc1 {
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0 40px
}

.ul-listb2 {
    margin: 0 -20px
}

.ul-listb2 li {
    float: left;
    width: 33.33%
}

.ul-listb2 .con {
    display: block;
    margin: 0 20px 40px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative
}

.ul-listb2 .con::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #16559e;
    -webkit-border-radius: 0 0 45px 0;
    -moz-border-radius: 0 0 45px;
    border-radius: 0 0 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 .con:hover::after {
    -webkit-border-radius: 0 0 0 45px;
    -moz-border-radius: 0 0 0 45px;
    border-radius: 0 0 0 45px;
    background-color: #999
}

.ul-listb2 .con:hover .inner {
    -webkit-border-radius: 0 45px 0 45px;
    -moz-border-radius: 0 45px;
    border-radius: 0 45px;
    background-color: #94070a
}

.ul-listb2 .con:hover .en,.ul-listb2 .con:hover .zh {
    color: #fff
}

.ul-listb2 .con:hover .line {
    background-image: url(../images/bl/g-i4.png)
}

.ul-listb2 .con:hover .icons img {
    display: none
}

.ul-listb2 .con:hover .icons img:nth-child(2) {
    display: inline-block
}

.ul-listb2 .inner {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    padding: 30px;
    height: 260px;
    background-color: #f0f0f0;
    -webkit-border-radius: 45px 0 50px 0;
    -moz-border-radius: 45px 0 50px;
    border-radius: 45px 0 50px;
    position: relative;
    z-index: 2
}

.ul-listb2 .top {
    margin-bottom: 105px
}

.ul-listb2 .zh {
    font-size: 30px;
    font-weight: 700;
    color: #16559e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 .en {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 .line {
    width: 55px;
    height: 8px;
    background: url(../images/bl/g-i3.png);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.ul-listb2 .icons {
    position: absolute;
    right: 30px;
    bottom: 35px
}

.ul-listb2 .icons img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 130px
}

.ul-listb2 .icons img:nth-child(2) {
    display: none
}

.row-rc2 {
    background: url(../images/bl/r-bg3.jpg) bottom center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding: 80px 0 104px;
    overflow: hidden
}

.m-boxb2 {
    overflow: hidden;
    background-color: #fff
}

.m-boxb2 .col-l {
    width: 244px
}

.m-boxb2 .col-r {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 20px 25px 20px 40px
}

.m-typeb1 {
    height: 478px;
    background: url(../images/bl/l-bg1.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.m-typeb1 .tit {
    position: absolute;
    top: 93px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.m-typeb1 .zh {
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSerifCN-Heavy;
    width: 1em;
    line-height: 1.2
}

.m-typeb1 .en {
    font-size: 50px;
    text-transform: uppercase;
    font-family: Paralines-Regular;
    position: absolute;
    top: 5%;
    left: 100%;
    color: #fff;
    opacity: .1;
    letter-spacing: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left
}

.m-scrbox {
    height: 438px;
    padding-right: 40px;
    overflow-y: auto;
    overflow-x: hidden
}

.m-scrbox::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.m-scrbox::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #16559e
}

.m-scrbox::-webkit-scrollbar-track {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ddd
}

.row-xq {
    padding: 50px 0 100px;
    overflow: hidden
}

.row-xq>.wp {
    position: relative
}

.m-detailsb1 {
    padding: 0 150px;
    position: relative;
    margin: 0 auto
}

.m-detailsb1 .top {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #999
}

.m-detailsb1 h1 {
    font-size: 28px;
    color: #000;
    font-weight: 400
}

.m-detailsb1 .desc {
    line-height: 1.5;
    padding: 11px 0
}

.m-detailsb1 .txt {
    font-size: 16px;
    color: #333;
    line-height: 2.125;
    padding: 24px 0
}

.bd_weixin_popup {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.m-share{position:absolute;top:40px;width:50px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}
.m-share.fixed{position:fixed;top:200px}
.m-share .btn{display:block;font-size:0;text-align:center;height:50px;line-height:50px;float:none;background:0 0;padding:0;margin:0}
.m-share .btn img{display:inline-block;vertical-align:middle;pointer-events:none}
.m-share .share{border:1px solid #ccc;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#fff;margin-bottom:-12px;position:relative;z-index:2}
.m-share .wx{background-color:#64aa44;padding-top:10px;height:60px}
.m-share .wb{background-color:#db4308}
.m-share .more{background-color:#60aaea}
.m-share.bdshare-button-style0-16 .bds_more{float:none;padding:0;margin:0;height:50px;line-height:50px;background-image:none}

.row-jg {
    background: url(../images/bl/r-bg3.jpg) bottom center no-repeat #f0f0f0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding: 80px 0;
    overflow: hidden
}

.ul-jgb1 {
    overflow: hidden;
    margin: 0 -50px
}

.ul-jgb1 li {
    float: left;
    width: 33.33%
}

.ul-jgb1 .con {
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 50px 33px;
    position: relative;
    padding-right: 70px;
    padding-left: 20px;
    background-color: #fff
}

.ul-jgb1 .con:hover::after {
    opacity: 1
}

.ul-jgb1 .con:hover .name {
    color: #94070a;
    background-image: url(../images/bl/g-p2.png)
}

.ul-jgb1 .con::after {
    content: "";
    display: block;
    width: 60px;
    background: url(../images/bl/g-p3.png) right no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.ul-jgb1 .con .name {
    font-size: 18px;
    color: #313131;
    padding-left: 40px;
    background: url(../images/bl/g-p1.png) left center no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    line-height: 58px;
    height: 58px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.row-fg {
    overflow: hidden;
    padding: 77px 0 115px;
    background-color: #fff
}

.m-navFor {
    position: relative
}

.m-navFor .left {
    float: left;
    width: 68%
}

.m-navFor .right {
    position: absolute;
    right: 0;
    width: 32%;
    top: -7px
}

.m-banb1 .pic {
    height: 549px;
    overflow: hidden
}

.m-banb1 .pic .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-banb2 {
    margin-left: -30px;
    overflow: hidden;
    padding: 7px 0;
    margin-bottom: -7px;
    height: 563px
}

.m-banb2 .slick-list {
    overflow: visible
}

.m-banb2 .item:last-child .txt {
    border-bottom: 1px solid #ccc
}

.m-banb2 .con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 30px
}

.m-banb2 .con::after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -30px;
    background-color: #dd2f17;
    -webkit-box-shadow: 6px 5px 10px rgba(51,51,51,.6);
    -moz-box-shadow: 6px 5px 10px rgba(51,51,51,.6);
    box-shadow: 6px 5px 10px rgba(51,51,51,.6);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.m-banb2 .act .con {
    z-index: 3
}

.m-banb2 .act .con::after {
    opacity: 1
}

.m-banb2 .act .pic::after {
    opacity: 1
}

.m-banb2 .act .tit {
    color: #fff;
    padding-left: 0
}

.m-banb2 .pic {
    width: 50%;
    height: 137px;
    position: relative;
    z-index: 2
}

.m-banb2 .pic .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.m-banb2 .pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bl/see.png) center no-repeat rgba(0,0,0,.6);
    -webkit-background-size: 59px 59px;
    -moz-background-size: 59px;
    -o-background-size: 59px;
    background-size: 59px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.m-banb2 .txt {
    width: 50%;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none
}

.m-banb2 .tit {
    font-size: 20px;
    color: #333;
    line-height: 2.25;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 2;
    padding: 30px 10px 10px 15px
}

.m-banb1 .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    border: none;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    width: 68px;
    height: 63px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.m-banb1 .slick-prev {
    left: 4%;
    background-image: url(../images/bl/c-prev.png)
}

.m-banb1 .slick-next {
    right: 4%;
    background-image: url(../images/bl/c-next.png)
}

@media only screen and (min-width: 1200px) and (max-width:1920px) {
    .m-cur {
        bottom:1.04vw;
        left: 0;
        width: 100%
    }

    .m-cur .tit {
        font-size: 2.083vw;
        padding-bottom: .729vw
    }

    .m-cur .tit::after {
        content: "";
        width: 3.333vw;
        height: .208vw;
        bottom: 0;
        left: 0
    }

    .m-cur .r {
        padding-top: 2.083vw
    }

    .row-xx1 {
        background: url(../images/bl/r-bg1.png) right bottom no-repeat #fff;
        padding: 3.906vw 0
    }

    .m-imgTxtb1 .left {
        width: 34.53vw;
        height: 22.55vw;
        margin-right: 2.864vw;
        background: url(../images/bl/mask.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }

    .m-imgTxtb1 .pic {
        margin: 1.666vw 1.145vw 2.083vw 2.083vw;
        height: 18.75vw
    }

    .m-imgTxtb1 .pic img {
        width: 100%
    }

    .m-imgTxtb1 .right {
        padding-top: 2.395vw
    }

    .m-imgTxtb1 .h3 {
        font-size: 1.562vw;
        font-weight: 700;
        margin-bottom: 1.302vw
    }

    .m-imgTxtb1 .desc {
        font-size: .937vw;
        line-height: 1.88;
        margin-bottom: 2.291vw
    }

    .g-moreb1 .more {
        font-size: .937vw;
        background: url(../images/bl/g-i1.png) left bottom no-repeat;
        -webkit-background-size: 4.947vw auto;
        -moz-background-size: 4.947vw auto;
        -o-background-size: 4.947vw auto;
        background-size: 4.947vw auto;
        min-width: 4.947vw;
        padding-bottom: .52vw
    }

    .g-moreb1 .more:hover {
        -webkit-transform: translateX(.52vw);
        -moz-transform: translateX(.52vw);
        -ms-transform: translateX(.52vw);
        -o-transform: translateX(.52vw);
        transform: translateX(.52vw)
    }

    .row-xx2 {
        padding: 2.604vw 0 4.687vw
    }

    .wp-dot {
        right: 100%;
        width: .989vw;
        height: .989vw;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 1.66vw;
        margin-right: .52vw
    }

    .wp-dot::before {
        width: .468vw;
        height: .468vw;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .wp-dot::after {
        top: .416vw;
        right: 100%;
        width: 100vw
    }

    .m-imgTxtb2 .txt {
        padding-top: 1.041vw
    }

    .m-imgTxtb2 .h3 {
        font-size: 1.562vw;
        font-weight: 700;
        margin-bottom: 1.458vw
    }

    .m-imgTxtb2 .desc {
        font-size: .937vw;
        line-height: 1.88;
        margin-bottom: 1.77vw
    }

    .m-imgTxtb2 .pic img {
        width: 100%
    }

    .ul-listb1 {
        margin: 0 -.781vw
    }

    .ul-listb1 li {
        width: 25%
    }

    .ul-listb1 .con {
        margin: 0 .781vw 1.562vw;
        padding-bottom: .26vw
    }

    .ul-listb1 .con::after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-border-radius: 0 0 2.343vw 0;
        -moz-border-radius: 0 0 2.343vw;
        border-radius: 0 0 2.343vw
    }

    .ul-listb1 .con:hover::after {
        -webkit-border-radius: 0 0 0 2.343vw;
        -moz-border-radius: 0 0 0 2.343vw;
        border-radius: 0 0 0 2.343vw
    }

    .ul-listb1 .con:hover .inner {
        -webkit-border-radius: 0 2.343vw 0 2.343vw;
        -moz-border-radius: 0 2.343vw;
        border-radius: 0 2.343vw
    }

    .ul-listb1 .inner {
        padding: 1.562vw;
        height: 10.41vw;
        -webkit-border-radius: 2.343vw 0 2.604vw 0;
        -moz-border-radius: 2.343vw 0 2.604vw;
        border-radius: 2.343vw 0 2.604vw
    }

    .ul-listb1 .top {
        margin-bottom: 3.385vw
    }

    .ul-listb1 .zh {
        font-size: 1.25vw;
        font-weight: 700
    }

    .ul-listb1 .en {
        font-size: .625vw
    }

    .ul-listb1 .line {
        width: 2.864vw;
        height: .416vw
    }

    .ul-listb1 .icons {
        right: 1.562vw;
        bottom: 1.822vw
    }

    .ul-listb1 .icons img {
        max-height: 2.395vw
    }

    .row-xx4 {
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding: 1.666vw 0 3.125vw
    }

    .m-h3 {
        font-size: 1.875vw;
        font-weight: 700;
        padding-bottom: .781vw;
        margin-bottom: 2.864vw
    }

    .m-h3::after {
        content: "";
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3.333vw;
        height: .208vw
    }

    .ul-picsb1 {
        margin: 0 -.937vw
    }

    .ul-picsb1 li {
        width: 33.33%
    }

    .ul-picsb1 .con {
        margin: 0 .937vw 1.875vw
    }

    .ul-picsb1 .con:hover .pic img {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06)
    }

    .ul-picsb1 .pic {
        position: relative;
        height: 0;
        padding-top: 65.85%;
        overflow: hidden
    }

    .ul-picsb1 .pic img {
        left: 0;
        top: 0;
        width: 100%
    }

    .row-zz {
        background: url(../images/bl/r-bg3.jpg) bottom center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding: 4.166vw 0 4.947vw
    }

    .ul-linksb1 {
        margin: 0 -3.645vw
    }

    .ul-linksb1 li {
        width: 50%
    }

    .ul-linksb1 .con {
        margin: 0 3.645vw 2.604vw;
        -webkit-box-shadow: 0 .572vw 1.562vw rgba(50,51,51,.25);
        -moz-box-shadow: 0 .572vw 1.562vw rgba(50,51,51,.25);
        box-shadow: 0 .572vw 1.562vw rgba(50,51,51,.25)
    }

    .ul-linksb1 .con::after {
        content: "";
        top: 0;
        left: 0;
        width: .26vw
    }

    .ul-linksb1 .inner {
        padding: 2.083vw 1.822vw .52vw;
        height: 14.06vw
    }

    .ul-linksb1 .top {
        margin-bottom: 5.104vw
    }

    .ul-linksb1 .zh {
        font-size: 1.562vw;
        font-weight: 700
    }

    .ul-linksb1 .en {
        font-size: .729vw
    }

    .ul-linksb1 .line {
        width: 2.864vw;
        height: .416vw
    }

    .ul-linksb1 .icons {
        right: 1.822vw;
        bottom: 1.822vw
    }

    .ul-linksb1 .icons img {
        max-height: 6.197vw
    }

    .row-rc1 {
        padding: 4.166vw 0 2.083vw
    }

    .ul-listb2 {
        margin: 0 -1.041vw
    }

    .ul-listb2 li {
        width: 33.33%
    }

    .ul-listb2 .con {
        margin: 0 1.041vw 2.083vw;
        padding-bottom: .26vw
    }

    .ul-listb2 .con::after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-border-radius: 0 0 2.343vw 0;
        -moz-border-radius: 0 0 2.343vw;
        border-radius: 0 0 2.343vw
    }

    .ul-listb2 .con:hover::after {
        -webkit-border-radius: 0 0 0 2.343vw;
        -moz-border-radius: 0 0 0 2.343vw;
        border-radius: 0 0 0 2.343vw
    }

    .ul-listb2 .con:hover .inner {
        -webkit-border-radius: 0 2.343vw 0 2.343vw;
        -moz-border-radius: 0 2.343vw;
        border-radius: 0 2.343vw
    }

    .ul-listb2 .inner {
        padding: 1.562vw;
        height: 13.54vw;
        -webkit-border-radius: 2.343vw 0 2.604vw 0;
        -moz-border-radius: 2.343vw 0 2.604vw;
        border-radius: 2.343vw 0 2.604vw
    }

    .ul-listb2 .top {
        margin-bottom: 5.468vw
    }

    .ul-listb2 .zh {
        font-size: 1.562vw;
        font-weight: 700
    }

    .ul-listb2 .en {
        font-size: .729vw
    }

    .ul-listb2 .line {
        width: 2.864vw;
        height: .416vw;
        background: url(../images/bl/g-i3.png)
    }

    .ul-listb2 .icons {
        right: 1.562vw;
        bottom: 1.822vw
    }

    .ul-listb2 .icons img {
        max-height: 6.77vw
    }

    .row-rc2 {
        background: url(../images/bl/r-bg3.jpg) bottom center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding: 4.166vw 0 5.416vw
    }

    .m-boxb2 .col-l {
        width: 12.7vw
    }

    .m-boxb2 .col-r {
        width: auto;
        padding: 1.041vw 1.302vw 1.041vw 2.083vw
    }

    .m-typeb1 {
        height: 24.89vw;
        background: url(../images/bl/l-bg1.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .m-typeb1 .tit {
        top: 4.843vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-typeb1 .zh {
        font-size: 2.083vw;
        width: 1em;
        line-height: 1.2
    }

    .m-typeb1 .en {
        font-size: 2.604vw;
        top: 5%;
        left: 100%;
        opacity: .1;
        letter-spacing: .104vw;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left
    }

    .m-scrbox {
        height: 22.81vw;
        padding-right: 2.083vw
    }

    .m-scrbox::-webkit-scrollbar {
        width: .312vw;
        height: .312vw
    }

    .m-scrbox::-webkit-scrollbar-thumb {
        -webkit-border-radius: .312vw;
        border-radius: .312vw;
        background: #16559e
    }

    .m-scrbox::-webkit-scrollbar-track {
        -webkit-border-radius: .312vw;
        border-radius: .312vw;
        background: #ddd
    }

    .row-xq {
        padding: 2.604vw 0 5.208vw
    }

    .m-detailsb1 {
        padding: 0 7.812vw;
        margin: 0 auto
    }

    .m-detailsb1 .top {
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 1.041vw;
        font-size: .833vw
    }

    .m-detailsb1 h1 {
        font-size: 1.458vw;
        font-weight: 400
    }

    .m-detailsb1 .desc {
        line-height: 1.5;
        padding: .572vw 0
    }

    .m-detailsb1 .txt {
        font-size: .833vw;
        line-height: 2.125;
        padding: 1.25vw 0
    }

  .bd_weixin_popup{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.m-share{position:absolute;top:40px;width:50px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}
.m-share.fixed{position:fixed;top:200px}
.m-share .btn{display:block;font-size:0;text-align:center;height:50px;line-height:50px;float:none;background:0 0;padding:0;margin:0}
.m-share .btn img{display:inline-block;vertical-align:middle;pointer-events:none}
.m-share .share{border:1px solid #ccc;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;background-color:#fff;margin-bottom:-12px;position:relative;z-index:2}
.m-share .wx{background-color:#64aa44;padding-top:10px;height:60px}
.m-share .wb{background-color:#db4308}
.m-share .more{background-color:#60aaea}
.m-share.bdshare-button-style0-16 .bds_more{float:none;padding:0;margin:0;height:50px;line-height:50px;background-image:none}

    .row-jg {
        background: url(../images/bl/r-bg3.jpg) bottom center no-repeat #f0f0f0;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding: 4.166vw 0
    }

    .ul-jgb1 {
        margin: 0 -2.604vw
    }

    .ul-jgb1 li {
        width: 33.33%
    }

    .ul-jgb1 .con {
        border: 1px solid #ccc;
        margin: 0 2.604vw 1.718vw;
        padding-right: 3.645vw;
        padding-left: 1.041vw
    }

    .ul-jgb1 .con:hover::after {
        opacity: 1
    }

    .ul-jgb1 .con:hover .name {
        background-image: url(../images/bl/g-p2.png)
    }

    .ul-jgb1 .con::after {
        content: "";
        width: 3.125vw
    }

    .ul-jgb1 .con .name {
        font-size: .937vw;
        padding-left: 2.083vw;
        background: url(../images/bl/g-p1.png) left center no-repeat;
        -webkit-background-size: 1.302vw 1.302vw;
        -moz-background-size: 1.302vw;
        -o-background-size: 1.302vw;
        background-size: 1.302vw;
        line-height: 3.02vw;
        height: 3.02vw;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .row-fg {
        padding: 4.01vw 0 5.989vw
    }

    .m-navFor .left {
        width: 68%
    }

    .m-navFor .right {
        right: 0;
        width: 32%;
        top: -.364vw
    }

    .m-banb1 .pic {
        height: 28.59vw
    }

    .m-banb1 .pic .img {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .m-banb2 {
        margin-left: -1.562vw;
        padding: .364vw 0;
        margin-bottom: -.364vw;
        height: 29.32vw
    }

    .m-banb2 .item:last-child .txt {
        border-bottom: 1px solid #ccc
    }

    .m-banb2 .con {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-left: 1.562vw
    }

    .m-banb2 .con::after {
        content: "";
        top: -.364vw;
        right: -.364vw;
        bottom: -.364vw;
        left: -1.562vw;
        -webkit-box-shadow: .312vw .26vw .52vw rgba(51,51,51,.6);
        -moz-box-shadow: .312vw .26vw .52vw rgba(51,51,51,.6);
        box-shadow: .312vw .26vw .52vw rgba(51,51,51,.6);
        opacity: 0
    }

    .m-banb2 .act .con::after {
        opacity: 1
    }

    .m-banb2 .act .pic::after {
        opacity: 1
    }

    .m-banb2 .pic {
        width: 50%;
        height: 7.135vw
    }

    .m-banb2 .pic .img {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .m-banb2 .pic::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/bl/see.png) center no-repeat rgba(0,0,0,.6);
        -webkit-background-size: 3.072vw 3.072vw;
        -moz-background-size: 3.072vw;
        -o-background-size: 3.072vw;
        background-size: 3.072vw;
        opacity: 0
    }

    .m-banb2 .txt {
        width: 50%;
        border: 1px solid #ccc;
        border-left: none;
        border-bottom: none
    }

    .m-banb2 .tit {
        font-size: 1.041vw;
        line-height: 2.25;
        padding: 1.562vw .52vw .52vw .781vw
    }

    .m-banb1 .slick-arrow {
        font-size: 0;
        border: none;
        outline: 0;
        width: 3.541vw;
        height: 3.281vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .m-banb1 .slick-prev {
        left: 4%;
        background-image: url(../images/bl/c-prev.png)
    }

    .m-banb1 .slick-next {
        right: 4%;
        background-image: url(../images/bl/c-next.png)
    }
}

@media screen and (max-width: 1199px) {
.m-cur{bottom:10px}
.m-cur .l{display:none}
.m-cur .r{float:none;width:auto}
.row-xq{padding:40px 0}
.m-detailsb1{padding:0}
.m-detailsb1 h1{font-size:22px}
.m-detailsb1 .top{font-size:14px}
.m-detailsb1 .txt{font-size:14px;line-height:1.7}
.m-share.bdshare-button-style0-16 .bds_more{height:40px;line-height:40px}
.m-share{position:static;width:auto;font-size:0;text-align:center}
.m-share .social-share-icon{margin:0 10px}
.m-share .itm{display:inline-block;vertical-align:top;width:40px}
.m-share .btn{height:40px;line-height:40px}
.m-share .share{margin-bottom:0}
.m-share .wx{padding-top:0;height:40px}

    .ul-listb2 {
        margin: 0 -10px
    }

    .ul-listb2 .con {
        margin: 0 10px 20px
    }

    .ul-listb2 .inner {
        padding: 15px 25px;
        height: 180px
    }

    .ul-listb2 .top {
        margin-bottom: 60px
    }

    .ul-listb2 .icons {
        bottom: 20px;
        right: 20px
    }

    .ul-listb2 .icons img {
        max-height: 60px
    }

    .row-rc1,.row-rc2 {
        padding: 40px 0 0
    }

    .row-rc2 {
        padding-bottom: 40px
    }

    .row-zz {
        padding: 40px 0
    }

    .ul-linksb1 {
        margin: 0 -10px
    }

    .ul-linksb1 .con {
        margin: 0 10px 20px
    }

    .ul-linksb1 .inner {
        padding: 20px;
        height: 220px
    }

    .ul-linksb1 .icons {
        bottom: 20px;
        right: 20px
    }

    .ul-linksb1 .icons img {
        max-height: 50px
    }

    .row-jg {
        padding: 40px 0
    }

    .ul-jgb1 {
        margin: 0 -10px
    }

    .ul-jgb1 .con {
        margin: 0 10px 20px;
        padding: 0 10px
    }

    .ul-jgb1 .con::after {
        display: none
    }

    .ul-jgb1 .con .name {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .row-xx1 {
        padding: 40px 0
    }

    .m-imgTxtb1 .left {
        float: none;
        height: auto;
        width: auto;
        margin-right: 0;
        background: 0 0
    }

    .m-imgTxtb1 .right {
        padding-top: 10px
    }

    .m-imgTxtb1 .pic {
        padding: 10px;
        margin: 10px;
        height: auto;
        border: 1px solid #94070a
    }

    .m-imgTxtb1 .h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .m-imgTxtb1 .desc {
        font-size: 14px;
        margin-bottom: 20px
    }

    .g-moreb1 {
        text-align: center
    }

    .g-moreb1 .more {
        font-size: 14px;
        text-align: center
    }

    .g-moreb1.tar {
        text-align: center
    }

    .row-xx2 {
        background-color: #18549d;
        padding: 40px 0
    }

    .row-xx4 {
        padding-bottom: 30px
    }

    .wp-dot {
        display: block
    }

    .m-imgTxtb2 .left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px
    }

    .m-imgTxtb2 {
        position: relative;
        padding-bottom: 60px
    }

    .m-imgTxtb2 .g-moreb1 {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-imgTxtb2 .h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .m-imgTxtb2 .desc {
        font-size: 14px;
        margin-bottom: 15px
    }

    .m-h3 {
        font-size: 20px;
        margin-bottom: 30px
    }

    .m-navFor .left {
        float: none;
        width: auto
    }

    .m-navFor .right {
        position: static;
        width: auto
    }

    .row-fg {
        padding: 40px 0
    }

    .m-banb1 .pic {
        position: relative;
        height: 0;
        padding-top: 62%;
        overflow: hidden
    }

    .m-banb1 .pic .img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }

    .m-banb2 {
        margin: 0;
        height: auto
    }

    .m-banb2 .con {
        display: block;
        padding: 10px
    }

    .m-banb2 .con::after {
        display: none
    }

    .m-banb2 .pic {
        width: auto
    }

    .m-banb2 .txt {
        width: auto;
        border: 1px solid #ccc
    }

    .m-banb2 .tit {
        text-align: center;
        padding: 10px;
        font-size: 16px
    }

    .m-banb2 .act .con {
        background-color: #d82117
    }

    .m-banb1 .slick-arrow {
        width: 40px;
        height: 40px
    }

    .m-banb2 .pic::after {
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px
    }
}

@media screen and (max-width: 950px) {
    .ban_in .pic {
        padding-top:45%
    }

    .m-boxb2 .col-l,.m-boxb2 .col-r {
        float: none;
        width: auto
    }

    .m-boxb2 .col-r {
        padding: 10px
    }

    .m-typeb1 {
        height: auto
    }

    .m-typeb1 .tit {
        text-align: center;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 20px 0
    }

    .m-typeb1 .zh {
        width: auto;
        font-size: 20px
    }

    .m-typeb1 .en {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        font-size: 30px;
        margin-top: -.5em
    }

    .m-scrbox {
        height: auto;
        padding-right: 0
    }

    .row-xx3 {
        padding: 40px 0 0
    }

    .ul-listb1,.ul-listb2 {
        margin: 0
    }

    .ul-listb1 li,.ul-listb2 li {
        float: none;
        width: auto
    }

    .ul-listb1 .con,.ul-listb2 .con {
        margin: 0 0 20px
    }

    .ul-listb1 .zh,.ul-listb2 .zh {
        font-size: 18px
    }

    .ul-listb1 .top,.ul-listb2 .top {
        margin-bottom: 40px
    }

    .ul-listb1 .inner,.ul-listb2 .inner {
        height: 150px
    }

    .ul-linksb1 {
        margin: 0
    }

    .ul-linksb1 li {
        float: none;
        width: auto
    }

    .ul-linksb1 .con {
        margin: 0 0 20px
    }

    .ul-linksb1 .inner {
        padding: 20px;
        height: 120px
    }

    .ul-linksb1 .zh {
        font-size: 18px
    }

    .ul-linksb1 .top {
        margin-bottom: 25px
    }

    .ul-jgb1 li {
        width: 50%
    }

    .ul-picsb1 {
        margin: 0 -5px
    }

    .ul-picsb1 li {
        width: 50%
    }

    .ul-picsb1 .con {
        margin: 0 5px 10px
    }
}

@media screen and (max-width: 767px) {
    .ul-jgb1 {
        margin:0
    }

    .ul-jgb1 li {
        float: none;
        width: auto
    }

    .ul-jgb1 .con {
        margin: 0 0 15px
    }
}

/*!****** bl end *******/
/*!****** hlg *******/
@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bigScale2 {
    0% {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        opacity: 0
    }

    25% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        opacity: .1
    }

    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: .2
    }

    75% {
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        opacity: .3
    }

    100% {
        transform: scale(2.4);
        -webkit-transform: scale(2.4);
        opacity: 0
    }
}

@keyframes ani_toRight {
    0%,100% {
        right: 0
    }

    50% {
        right: 5px
    }
}

@keyframes turn {
    from {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*!banner*/
.banner {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.banner .item,.banner .slick-list,.banner .slick-track,.banner .slider {
    height: 100%;
    position: relative
}

.banner .item {
    overflow: hidden
}

.banner .bg,.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.banner-btn {
    position: absolute;
    left: 0;
    bottom: 22px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.banner .more,.banner-btn .banner-dots {
    display: inline-block;
    vertical-align: middle
}

.banner-btn .banner-dots li {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.banner-btn .banner-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.banner-btn .banner-dots .slick-active {
    width: 38px;
    height: 34px;
    background: url(../images/d-dot1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.banner .more {
    padding: 0 23px;
    margin-left: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-shadow: 0 2px 3px rgba(153,153,153,.8);
    position: relative
}

.banner .more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin-top: -9px;
    box-shadow: 0 2px 3px 0 rgba(153,153,153,.8)
}

.banner .more:hover {
    text-decoration: underline
}

.banner .slick-active .bg {
    animation: 6s linear bigScale;
    -webkit-animation: 6s linear bigScale
}

/*!indexÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨*/
.d-hd1 {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center
}

.d-hd1.d-tal1 {
    justify-content: space-between;
    align-items: center
}

.d-hd1.d-col1 {
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr
}

.d-hd1.d-col1 .d-title2 {
    padding-left: 24px;
    display: inline-block
}

.d-hd1.d-col1 .d-title2:before {
    bottom: 0;
    top: 0;
    width: 4px;
    height: 64px
}

.d-hd1.d-col1 .d-title2 .en-bg {
    top: -20px;
    left: 0
}

.d-hd1.d-col1 .hd1-r {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.d-hd1.d-col1 .d-btn1 .a1 {
    padding: 38px 0 0;
    background-position: center top
}

.d-hd1.d-col1 .d-btn1 .a1 .line {
    left: 0;
    top: 34px;
    bottom: 0;
    right: auto;
    width: 1px;
    height: auto
}

.d-hd1.d-col1 .d-btn1 .a1 .circle {
    right: auto;
    left: 50%;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.d-hd1.d-col1 .d-btn1 .a1:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.d-hd1.d-c1 .d-title2 .cn {
    color: #fff
}

.d-hd1.d-c1 .d-title2 .en-bg {
    color: rgba(204,204,204,.2)
}

.d-hd1.d-c1 .d-btn1 .a1 {
    color: #fff;
    background-image: url(../images/d-more2.png)
}

.d-hd1.d-c1 .d-btn1 .a1 .circle {
    background-color: #fff
}

.d-hd1.d-c1 .d-btn1 .a1 .circle:after {
    background-color: rgba(255,255,255,.1)
}

.d-hd1 .hd1-r {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center
}

.d-hd1 .hd1-r .btn {
    margin-right: 16px;
    padding: 0 12px 0 16px;
    line-height: 28px;
    border: 1px solid #d41417;
    border-radius: 15px;
    font-size: 14px;
    color: #d51717;
    text-align: center;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-hd1 .hd1-r .btn .arrow {
    margin: -2px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 12px;
    background: url(../images/d-jt1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-hd1 .hd1-r .btn:hover {
    background-color: #94070a;
    color: #fff;
    border-color: #94070a
}

.d-hd1 .hd1-r .btn:hover .arrow {
    background-image: url(../images/d-jt13.png)
}

.d-title1 {
    position: relative;
    z-index: 1
}

.d-title1 .cn {
    font-size: 40px;
    color: #22498c;
    line-height: 1.1;
    font-weight: 400;
    font-family: SourceHanSerifCN-Heavy
}

.d-title1 .en {
    font-size: 0;
    text-align: center;
    font-weight: 400;
    font-family: SourceHanSerifCN-Bold
}

.d-title1 .en span {
    padding: 0 8px;
    font-size: 20px;
    color: #ef9803;
    position: relative
}

.d-title1 .en span:after,.d-title1 .en span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 64px;
    height: 1px;
    background-color: #ef9803
}

.d-title1 .en span:before {
    right: 100%
}

.d-title1 .en span:after {
    left: 100%
}

.d-title1 .en-bg {
    position: absolute;
    left: 50%;
    top: -27px;
    font-size: 72px;
    color: rgba(204,204,204,.45);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    font-family: Paralines-Regular;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.d-title2 {
    padding-bottom: 24px;
    position: relative
}

.d-title2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    background-color: #ef9803
}

.d-title2 .cn {
    font-size: 40px;
    color: #22498c;
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    font-family: SourceHanSerifCN-Heavy
}

.d-title2 .en-bg {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 72px;
    color: rgba(204,204,204,.3);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-family: Paralines-Regular
}

.d-title3 {
    position: absolute;
    left: 40px;
    top: 120px;
    z-index: 10
}

.d-title3 .title {
    padding-left: 50px;
    position: relative;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr
}

.d-title3 .title .cn {
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    line-height: 1.11;
    letter-spacing: .1em;
    text-shadow: 0 6px 0 #174c91;
    font-family: SourceHanSerifCN-Heavy
}

.d-title3 .title .cn span {
    margin-top: 100px;
    display: block
}

.d-title3 .title .en-bg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 93px;
    color: rgba(204,204,204,.15);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-family: Paralines-Regular
}

.d-title3 .desc {
    position: absolute;
    left: 144px;
    top: 30px;
    font-size: 22px;
    color: rgba(255,255,255,.4);
    line-height: 1.27;
    font-family: SourceHanSerifCN-Bold;
    white-space: nowrap
}

.d-title4 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-title4 .title {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 34px
}

.d-title4 .title .icon {
    margin: -2px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 34px;
    line-height: 34px;
    font-size: 0;
    overflow: hidden
}

.d-title4 .title .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-title4 .more {
    display: block;
    width: 76px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background-color: #004694;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.d-title4.d-c1 {
    justify-content: flex-start
}

.d-title4.d-c1 .title {
    color: #fff
}

.d-title4.d-c1 .more {
    margin-left: 25px
}

.d-btn1 .a1 {
    padding: 0 14px 0 38px;
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    background: url(../images/d-more1.png) left center no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    position: relative;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-btn1 .a1 .line {
    position: absolute;
    left: 34px;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ccc
}

.d-btn1 .a1 .circle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #94070a;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.d-btn1 .a1 .circle:after {
    margin: -6.5px 0 0 -6.5px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    background-color: rgba(148,7,10,.1);
    border-radius: 50%;
    animation: 1.2s ease-out infinite bigScale2;
    -webkit-animation: 1.2s ease-out infinite bigScale2
}

.d-btn1 .a1:hover {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

/*!index*/
.section-index1 {
    padding: 80px 0 87px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.d-news1 {
    display: flex;
    justify-content: space-between
}

.d-news1 .l,.d-news1 .r {
    float: none;
    flex-shrink: 0
}

.d-news1 .l {
    width: 48.86%
}

.d-news1 .r {
    width: 46.29%
}

.news-slick1 {
    margin: -20px 0 0 -22px;
    padding: 20px 0 0 22px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.news-slick1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 28px;
    right: 74px;
    background: linear-gradient(30deg,#d51517,#e44b18);
    z-index: -1;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transform-origin: 0 0
}

.news-slick1 .slider {
    position: relative;
    overflow: hidden
}

.news-slick1 .item {
    overflow: hidden
}

.news-slick1 .con {
    display: block
}

.news-slick1 .pic {
    height: 418px;
    padding-top: 61.11%;
    position: relative;
    overflow: hidden
}

.news-slick1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.news-slick1 .text {
    padding: 50px 30px 15px;
    background-color: #fff;
    height: 168px;
    position: relative
}

.news-slick1 .text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,#d41417 0,#e44b18 100%)
}

.news-slick1 .title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #333;
    font-weight: 400;
    line-height: 1.18;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-slick1 .desc {
    font-size: 18px;
    color: rgba(102,102,102,.8);
    line-height: 1.56;
    height: 3.12em;
    overflow: hidden
}

.news-slick1 .slick-dots {
    position: absolute;
    left: 0;
    top: 434px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.news-slick1 .slick-dots li {
    margin: 0 6.5px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url(../images/d-dot2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    overflow: hidden;
    opacity: .3;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.news-slick1 .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.news-slick1 .slick-dots .slick-active {
    opacity: 1
}

.news-slick1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-news-ul1 {
    padding-top: 1px
}

.d-news-ul1 .item {
    margin-top: -1px
}

.d-news-ul1 .con {
    display: block;
    height: 62px;
    line-height: 61px;
    border-top: 1px dashed rgba(102,102,102,.5);
    border-bottom: 1px dashed rgba(102,102,102,.5);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-news-ul1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,#1f397f 0,#1559a0 100%);
    box-shadow: 0 4px 20px 0 rgba(31,57,127,.35);
    border-radius: 0 40px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-news-ul1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #e04318;
    border-radius: 50%;
    margin-top: -2.5px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-news-ul1 .icon {
    position: absolute;
    right: -11px;
    top: -12px;
    width: 67px;
    height: 67px;
    line-height: 67px;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(21,88,159,.35);
    opacity: 0;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-news-ul1 .icon:after {
    margin: -30px 0 0 -30px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 1px dashed #ccc;
    border-radius: 50%
}

.d-news-ul1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%
}

.d-news-ul1 .date {
    width: 90px;
    font-size: 16px;
    color: #666;
    flex-shrink: 0;
    order: 2
}

.d-news-ul1 .date2 {
    padding: 0 15px;
    width: 110px;
    position: relative;
    line-height: 1.1;
    color: #fff;
    flex-shrink: 0;
    display: none
}

.d-news-ul1 .date2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 2px;
    height: 23px;
    background-color: rgba(204,204,204,.5)
}

.d-news-ul1 .date2 .d1 {
    margin-bottom: 2px;
    font-size: 28px
}

.d-news-ul1 .date2 .d2 {
    font-size: 14px
}

.d-news-ul1 .text {
    padding: 0 18px;
    width: calc(100% - 90px);
    flex-shrink: 0;
    order: 1
}

.d-news-ul1 .title {
    margin-bottom: 9px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: inherit;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-news-ul1 .desc {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: none
}

.d-news-ul1 .on .con {
    padding: 34px 0;
    border: none;
    height: 155px
}

.d-news-ul1 .on .con:after {
    left: -33px;
    opacity: 1
}

.d-news-ul1 .on .con:before {
    display: none
}

.d-news-ul1 .on .icon {
    opacity: 1
}

.d-news-ul1 .on .date {
    display: none
}

.d-news-ul1 .on .date2 {
    display: block
}

.d-news-ul1 .on .text {
    padding: 0 44px 0 28px;
    width: calc(100% - 110px)
}

.d-news-ul1 .on .title {
    line-height: 28px;
    color: #fff
}

.d-news-ul1 .on .desc {
    display: block
}

.d-news-ul1 .con:hover .icon:after {
    -webkit-animation: 3s ease-in infinite turn;
    animation: 3s ease-in infinite turn
}

.section-index2 {
    padding: 88px 0 94px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.section-index2 .d-hd1 {
    margin-bottom: 22px
}

.d-dynamic1 {
    display: flex;
    justify-content: space-between
}

.d-dynamic1 .l,.d-dynamic1 .r {
    float: none;
    width: 47%
}

.d-dynamic-ul1 .con {
    margin: 0 -14px;
    padding: 14px 18px 14px 14px;
    display: block;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-dynamic-ul1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-dynamic-ul1 .pic {
    width: 163px;
    height: 113px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0
}

.d-dynamic-ul1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-dynamic-ul1 .date {
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #15599f;
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    line-height: 27px;
    z-index: 2;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-dynamic-ul1 .date:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 27px;
    background: url(../images/d-bg2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-dynamic-ul1 .text {
    padding-left: 24px;
    width: calc(100% - 163px);
    flex-shrink: 0
}

.d-dynamic-ul1 .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.d-dynamic-ul1 .title span {
    color: inherit;
    font-weight: 400;
    position: relative;
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.d-dynamic-ul1 .desc {
    margin-bottom: 2px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.d-dynamic-ul1 .arrow {
    height: 8px;
    position: relative
}

.d-dynamic-ul1 .arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 8px;
    background: url(../images/d-jt17.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.d-dynamic-ul1 .con:hover {
    box-shadow: 0 21px 47px 3px rgba(51,51,51,.7)
}

.d-dynamic-ul1 .con:hover:after {
    background-color: #94070a
}

.d-dynamic-ul1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-dynamic-ul1 .con:hover .date {
    background-color: #fff;
    color: #94070a
}

.d-dynamic-ul1 .con:hover .date:after {
    background-image: url(../images/d-bg3.png)
}

.d-dynamic-ul1 .con:hover .title {
    color: #fff
}

.d-dynamic-ul1 .con:hover .title span {
    background-image: linear-gradient(#fff,#fff);
    background-size: 100% 1px
}

.d-dynamic-ul1 .con:hover .desc {
    color: #fff
}

.d-dynamic-ul1 .con:hover .arrow:after {
    background-image: url(../images/d-jt18.png);
    -webkit-animation: 1s ease-in infinite ani_toRight;
    animation: 1s ease-in infinite ani_toRight
}

.section-index3 {
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.d-notice1 {
    padding: 75px 70px 66px;
    padding-left: calc((100vw - 1400px)/ 2);
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    flex-shrink: 0
}

.d-notice1 .d-hd1 {
    margin-bottom: 30px
}

.d-notice-ul1 {
    margin-bottom: -12px
}

.d-notice-ul1 .item {
    margin-bottom: 12px
}

.d-notice-ul1 .con {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-notice-ul1 .date {
    width: 80px;
    height: 80px;
    border-radius: 15px 0;
    position: relative;
    z-index: 1;
    line-height: 1.1;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-notice-ul1 .date:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.3);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-notice-ul1 .date .d1 {
    font-size: 34px;
    font-weight: 700
}

.d-notice-ul1 .date .d2 {
    font-size: 14px
}

.d-notice-ul1 .text {
    padding-left: 36px;
    width: calc(100% - 80px);
    flex-shrink: 0
}

.d-notice-ul1 .title {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.d-notice-ul1 .title span {
    color: inherit;
    font-weight: 400;
    background-image: linear-gradient(#d20b17,#d20b17);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.d-notice-ul1 .con:hover .date {
    background-color: #fff;
    color: #94070a
}

.d-notice-ul1 .con:hover .date:after {
    left: 6px;
    top: 6px;
    opacity: 1
}

.d-notice-ul1 .con:hover .title {
    color: #fff
}

.d-notice-ul1 .con:hover .title span {
    color: inherit!important;
    background-image: linear-gradient(#fff,#fff);
    background-size: 100% 1px
}

.d-academic1 {
    padding: 29px 0 29px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.d-academic1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#e44b18 0,#da2517 100%);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    transform-origin: 0 0
}

.d-academic1 .academic1-cont {
    padding: 48px 58px 50px;
    padding-right: calc((100vw - 1400px)/ 2);
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.d-academic1 .d-hd1 {
    margin-bottom: 37px
}

.academic-slick1 {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.academic-slick1:before {
    content: '';
    position: absolute;
    left: 260px;
    top: 0;
    bottom: 0;
    width: calc(100% - 260px);
    border: 1px solid #ccc;
    border-left: none;
    z-index: -1
}

.academic-slick1 .slider {
    margin: -5px 0;
    position: relative;
    overflow: hidden
}

.academic-slick1 .item {
    padding: 5px 1px
}

.academic-slick1 .con {
    display: flex;
    justify-content: space-between
}

.academic-slick1 .pic {
    width: 260px;
    height: 180px;
    overflow: hidden
}

.academic-slick1 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.academic-slick1 .text {
    padding: 18px 34px 18px 13px;
    width: calc(100% - 260px)
}

.academic-slick1 .date {
    margin-bottom: 9px;
    font-size: 16px;
    color: #94070a
}

.academic-slick1 .title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.academic-slick1 .info {
    font-size: 16px;
    color: #666;
    line-height: 26px
}

.academic-slick1 .info img {
    margin: -2px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 15px
}

.academic-slick1 .slick-arrow {
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(153,153,153,.6);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    background-color: transparent;
    outline: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer
}

.academic-slick1 .slick-prev {
    bottom: 73px;
    background-image: url(../images/d-jt4.png)
}

.academic-slick1 .slick-next {
    bottom: 22px;
    background-image: url(../images/d-jt7.png);
    border-color: #16559c
}

.academic-slick1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-academic-ul1 .con {
    padding-left: 27px;
    display: block;
    height: 66px;
    line-height: 65px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content: space-between;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-academic-ul1 .con:before {
    margin-top: -6px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url(../images/d-jt8.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-academic-ul1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #94070a;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-academic-ul1 .date {
    width: 100px;
    font-size: 16px;
    color: #999;
    text-align: right;
    order: 2;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-academic-ul1 .title {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: inherit;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    order: 1;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-academic-ul1 .con:hover {
    padding-left: 33px
}

.d-academic-ul1 .con:hover:after {
    width: 100%
}

.d-academic-ul1 .con:hover:before {
    left: 7px;
    background-image: url(../images/d-jt9.png)
}

.d-academic-ul1 .con:hover .date,.d-academic-ul1 .con:hover .title {
    color: #94070a
}

.section-index4 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.section-index4 .wp {
    padding: 108px 0 90px;
    height: 100%;
    position: relative
}

.section-index4 .d-hd1 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 185px;
    min-height: 330px;
    display: block;
    z-index: 10
}

.media-slick1 {
    padding-left: 148px;
    position: relative
}

.media-slick1 .slider {
    margin: 0 -16px;
    position: relative;
    overflow: hidden
}

.media-slick1 .slick-list {
    padding: 60px 0
}

.media-slick1 .item {
    padding: 0 16px
}

.media-slick1 .con {
    padding: 16px 26px 33px;
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(51,51,51,.1);
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.media-slick1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #1a488f;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.media-slick1 .text {
    position: absolute;
    left: 26px;
    top: 16px;
    right: 26px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.media-slick1 .info {
    margin-bottom: 12px;
    line-height: 52px;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.media-slick1 .type {
    font-size: 18px;
    color: #94070a;
    overflow: hidden
}

.media-slick1 .date {
    float: right;
    font-size: 14px;
    color: #999
}

.media-slick1 .date .d1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #345794;
    font-family: Arial;
    font-weight: 700
}

.media-slick1 .date .d2 {
    margin-top: 4px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    background: url(../images/d-line1.png) left top no-repeat;
    -webkit-background-size: 8px auto;
    background-size: 8px auto
}

.media-slick1 .title {
    margin-bottom: 28px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
    overflow: hidden
}

.media-slick1 .pic {
    margin: 147px 0 20px;
    padding-top: 65.27%;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.media-slick1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.media-slick1 .arrow {
    height: 8px;
    position: relative
}

.media-slick1 .arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 8px;
    background: url(../images/d-jt2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.media-slick1 .slick-next {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/d-jt11.png) center center no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10
}

.media-slick1 .slick-next.slick-hidden {
    display: none
}

.media-slick1 .con:hover {
    background: linear-gradient(0deg,#94070a 0,#94070a 100%);
    box-shadow: 0 8px 12px 3px rgba(51,51,51,.3);
    border-radius: 40px 0
}

.media-slick1 .con:hover:after {
    display: none
}

.media-slick1 .con:hover .pic {
    margin: 20px 0 146px
}

.media-slick1 .con:hover .text {
    top: calc(50% + 4px)
}

.media-slick1 .con:hover .date,.media-slick1 .con:hover .date .d1,.media-slick1 .con:hover .title,.media-slick1 .con:hover .type {
    color: #fff
}

.media-slick1 .con:hover .arrow:after {
    background-image: url(../images/d-jt3.png);
    -webkit-animation: 1s ease-in infinite ani_toRight;
    animation: 1s ease-in infinite ani_toRight
}

.section-index5 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.section-index5 .wp {
    padding: 76px 0 122px;
    height: 100%;
    position: relative
}

.d-campus1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10
}

.campus-items1 {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.campus-items1 .campus-slick1 {
    width: 50%;
    flex-shrink: 0;
    order: 1
}

.campus-items1 .campus-head {
    width: 25%;
    flex-shrink: 0;
    order: 2
}

.campus-items2 {
    width: 50%;
    position: relative
}

.campus-items2 .campus-head {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 50%
}

.campus-head {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.campus-head .pic {
    margin-bottom: 7px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    text-align: center;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.campus-head .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.campus-head .title {
    font-size: 34px;
    color: #22498c;
    font-weight: 400;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Heavy
}

.campus-head.campus-head_2 .title {
    color: #fff
}

.campus-head:hover .pic {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.campus-slick1,.campus-slick1 .slider-for {
    position: relative;
    overflow: hidden
}

.campus-slick1 .slider-nav {
    padding: 25px 32px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(8,25,68,.5);
    border-radius: 0 60px 0 0;
    z-index: 10
}

.campus-slick1 .item {
    overflow: hidden
}

.campus-slick1 .con {
    display: block;
    position: relative
}

.campus-slick1 .pic {
    padding-top: 62.14%;
    position: relative;
    overflow: hidden
}

.campus-slick1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.campus-slick1 .mask {
    padding: 25px 32px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(8,25,68,.5);
    border-radius: 0 60px 0 0;
    z-index: 10
}

.campus-slick1 .title {
    margin-bottom: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.campus-slick1 .desc {
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.campus-slick1 .desc p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.campus-slick1 .date {
    color: #fff;
    line-height: 1.1
}

.campus-slick1 .date .d1 {
    margin-bottom: 2px;
    font-size: 30px;
    font-weight: 700
}

.campus-slick1 .date .d2 {
    font-size: 12px
}

.campus-slick1 .slick-dots {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 0;
    z-index: 10
}

.campus-slick1 .slick-dots li {
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,.9);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden
}

.campus-slick1 .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.campus-slick1 .slick-dots .slick-active {
    background-color: rgba(28,64,135,.9)
}

.campus-slick1:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-campus-ul1 {
    overflow: hidden
}

.d-campus-ul1 .item {
    float: left;
    width: 50%
}

.d-campus-ul1 .item:nth-child(1) {
    margin-right: 50%
}

.d-campus-ul1 .con {
    display: block;
    position: relative
}

.d-campus-ul1 .pic {
    padding-top: 67.43%;
    position: relative;
    overflow: hidden
}

.d-campus-ul1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-campus-ul1 .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../images/d-bg14.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10
}

.d-campus-ul1 .mask .mask-in {
    padding: 0 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 54px;
    overflow: hidden
}

.d-campus-ul1 .icon {
    margin-top: 15.5px;
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.d-campus-ul1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-campus-ul1 .time {
    float: right;
    font-size: 18px;
    color: #fff
}

.d-campus-ul1 .title {
    padding-left: 8px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-campus-ul1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.section-index6 {
    padding: 68px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.section-index6 .d-hd1 {
    margin-bottom: 33px;
    position: relative;
    z-index: 10
}

.d-share1 {
    font-size: 0
}

.d-share1 .item {
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.d-share1 .share-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 0;
    text-align: center;
    background-color: rgba(246,250,255,.2);
    border-radius: 50%;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-share1 .share-btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%
}

.d-share1 .pop {
    padding-top: 22px;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,10px);
    -ms-transform: translate(-50%,10px);
    -o-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-share1 .pop .pop-in {
    padding: 20px 10px 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,70,148,.3);
    min-width: 116px;
    border-radius: 10px
}

.d-share1 .pop .pop-in:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 99%;
    width: 53px;
    height: 8px;
    background: url(../images/d-jt12.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.d-share1 .pic {
    margin: 0 auto 4px;
    width: 110px;
    overflow: hidden
}

.d-share1 .pic img {
    display: block;
    width: 100%
}

.d-share1 .title {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

.d-share1 .item:hover .share-btn {
    background-color: #004694
}

.d-share1 .item:hover .pop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.d-media1 {
    display: flex;
    justify-content: space-between
}

.d-media1 .l,.d-media1 .m,.d-media1 .r {
    float: none
}

.d-media1 .l {
    padding: 0 36px;
    margin-bottom: -1px;
    width: 29.29%;
    background-color: #fff
}

.d-media1 .l .d-title4 {
    padding-top: 27px
}

.d-media1 .m,.d-media1 .r {
    padding: 15px 0;
    width: 21.93%
}

.d-media1 .m .d-title4,.d-media1 .r .d-title4 {
    margin-bottom: 25px
}

.d-media1 .r {
    width: 42.43%
}

.d-media-ul1 .item {
    margin: 0 -15px;
    padding: 0 15px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-media-ul1 .con {
    padding: 16px 0 18px;
    display: block;
    border-bottom: 1px dashed #ccc
}

.d-media-ul1 .date {
    margin-bottom: 8px;
    font-size: 16px;
    color: #999
}

.d-media-ul1 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    overflow: hidden
}

.d-media-ul1 .item:hover {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.d-media-ul2 {
    margin-bottom: -30px
}

.d-media-ul2 .item {
    margin-bottom: 30px
}

.d-media-ul2 .con {
    display: block;
    position: relative;
    overflow: hidden
}

.d-media-ul2 .pic {
    padding-top: 70.03%;
    position: relative;
    overflow: hidden
}

.d-media-ul2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-media-ul2 .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg14.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10
}

.d-media-ul2 .mask .mask-in {
    padding: 8px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.d-media-ul2 .title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.d-media-ul2 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-media-ul3 .con {
    display: block;
    position: relative;
    overflow: hidden
}

.d-media-ul3 .pic {
    padding-top: 77.44%;
    position: relative;
    overflow: hidden
}

.d-media-ul3 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-media-ul3 .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg14.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 10
}

.d-media-ul3 .mask .mask-in {
    padding: 0 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 65px;
    overflow: hidden
}

.d-media-ul3 .icon {
    margin-top: 19px;
    float: left;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.d-media-ul3 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.d-media-ul3 .time {
    float: right;
    font-size: 22px;
    color: #fff
}

.d-media-ul3 .title {
    padding: 0 13px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-media-ul3 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.section-index7 {
    padding: 90px 0 94px;
    overflow: hidden
}

.section-index7 .d-hd1 {
    margin-bottom: 46px
}

.d-website-ul1 {
    margin: 0 -20px -40px;
    font-size: 0
}

.d-website-ul1 .item {
    padding: 0 20px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.d-website-ul1 .con {
    display: block
}

.d-website-ul1 .pic {
    padding-top: 181.5%;
    position: relative;
    overflow: hidden
}

.d-website-ul1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-website-ul1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width: 1599px) {
    .d-notice1 {
        padding-left:5%
    }

    .d-academic1 .academic1-cont {
        padding-right: 5%
    }
}

@media only screen and (max-width: 1365px) {
    .d-title1 .cn {
        font-size:32px
    }

    .d-title1 .en span {
        font-size: 16px
    }

    .d-title1 .en span:after,.d-title1 .en span:before {
        width: 50px
    }

    .d-title1 .en-bg {
        font-size: 58px
    }

    .d-title2 {
        padding-bottom: 18px
    }

    .d-title2 .cn {
        font-size: 32px
    }

    .d-title2 .en-bg {
        font-size: 58px
    }

    .d-title3 {
        left: 32px;
        top: 96px
    }

    .d-title3 .title {
        padding-left: 40px
    }

    .d-title3 .title .cn {
        font-size: 58px
    }

    .d-title3 .title .en-bg {
        font-size: 74px
    }

    .d-title3 .desc {
        left: 114px;
        top: 24px;
        font-size: 18px
    }

    .d-title4 .title {
        font-size: 20px
    }

    .d-title4 .title .icon {
        width: 32px;
        height: 26px;
        line-height: 26px
    }

    .d-title4 .more {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
        width: 60px
    }

    .d-title4.d-c1 .more {
        margin-left: 20px
    }

    .d-btn1 .a1 {
        padding: 0 10px 0 30px;
        font-size: 14px;
        line-height: 20px;
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .d-btn1 .a1 .line {
        left: 28px
    }

    .d-hd1 {
        margin-bottom: 40px
    }

    .d-hd1 .hd1-r .btn {
        padding: 0 12px;
        font-size: 12px;
        line-height: 22px
    }

    .d-hd1 .hd1-r .btn .arrow {
        margin-left: 8px;
        width: 4px;
        height: 8px
    }

    .d-hd1.d-col1 .d-btn1 .a1 {
        letter-spacing: .1em
    }

    .banner-btn .banner-dots li {
        margin: 0 10px;
        width: 10px;
        height: 10px
    }

    .banner-btn .banner-dots .slick-active {
        width: 30px;
        height: 26px
    }

    .banner .more {
        padding: 0 18px;
        margin-left: 10px;
        font-size: 14px;
        line-height: 20px
    }

    .banner .more:before {
        height: 14px;
        margin-top: -7px
    }

    .section-index1 {
        padding: 64px 0 70px
    }

    .news-slick1 .pic {
        height: 334px
    }

    .news-slick1 .text {
        padding: 30px 24px 10px;
        height: 124px
    }

    .news-slick1 .title {
        margin-bottom: 8px;
        font-size: 18px
    }

    .news-slick1 .desc {
        font-size: 14px
    }

    .news-slick1 .slick-dots {
        top: 344px
    }

    .news-slick1 .slick-dots li {
        margin: 0 4px;
        width: 10px;
        height: 10px
    }

    .d-news-ul1 .con {
        height: 49px;
        line-height: 48px
    }

    .d-news-ul1 .icon {
        width: 52px;
        height: 52px;
        line-height: 52px
    }

    .d-news-ul1 .icon:after {
        width: 46px;
        height: 46px;
        margin: -23px 0 0 -23px
    }

    .d-news-ul1 .title {
        margin-bottom: 6px;
        font-size: 16px
    }

    .d-news-ul1 .date {
        font-size: 14px
    }

    .d-news-ul1 .date2 {
        width: 100px
    }

    .d-news-ul1 .date2 .d1 {
        font-size: 22px
    }

    .d-news-ul1 .date2 .d2 {
        font-size: 12px
    }

    .d-news-ul1 .desc {
        font-size: 14px
    }

    .d-news-ul1 .on .con {
        padding: 20px 0;
        height: 124px
    }

    .d-news-ul1 .on .text {
        padding: 0 20px;
        width: calc(100% - 100px)
    }

    .section-index2 {
        padding: 70px 0 74px
    }

    .section-index2 .d-hd1 {
        margin-bottom: 18px
    }

    .d-dynamic-ul1 .pic {
        width: 130px;
        height: 90px
    }

    .d-dynamic-ul1 .date {
        font-size: 14px;
        line-height: 22px
    }

    .d-dynamic-ul1 .text {
        padding-left: 18px;
        width: calc(100% - 130px)
    }

    .d-dynamic-ul1 .title {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 22px
    }

    .d-notice1 {
        padding: 60px 56px 52px 5%
    }

    .d-notice1 .d-hd1 {
        margin-bottom: 24px
    }

    .d-notice-ul1 .date {
        width: 60px;
        height: 60px
    }

    .d-notice-ul1 .date .d1 {
        font-size: 26px
    }

    .d-notice-ul1 .date .d2 {
        font-size: 12px
    }

    .d-notice-ul1 .text {
        padding-left: 28px;
        width: calc(100% - 60px)
    }

    .d-notice-ul1 .title {
        font-size: 16px;
        line-height: 24px
    }

    .academic-slick1:before {
        left: 210px;
        width: calc(100% - 210px)
    }

    .academic-slick1 .pic {
        width: 220px;
        height: 172px
    }

    .academic-slick1 .text {
        padding: 15px;
        width: calc(100% - 220px)
    }

    .academic-slick1 .date {
        margin-bottom: 6px;
        font-size: 12px
    }

    .academic-slick1 .title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        height: 40px
    }

    .academic-slick1 .info {
        font-size: 12px;
        line-height: 20px
    }

    .academic-slick1 .info img {
        max-width: 12px
    }

    .d-academic-ul1 .con {
        height: 53px;
        line-height: 52px
    }

    .d-academic-ul1 .date {
        font-size: 14px
    }

    .section-index4 .wp {
        padding: 86px 0 72px
    }

    .section-index4 .d-hd1 {
        top: 134px;
        min-height: 270px
    }

    .media-slick1 .slick-list {
        padding: 48px 0
    }

    .media-slick1 .con {
        padding: 15px 15px 30px
    }

    .media-slick1 .info {
        line-height: 40px
    }

    .media-slick1 .date {
        font-size: 12px
    }

    .media-slick1 .date .d1 {
        font-size: 18px
    }

    .media-slick1 .type {
        font-size: 16px
    }

    .media-slick1 .pic {
        margin: 110px 0 15px
    }

    .media-slick1 .title {
        font-size: 16px;
        line-height: 20px;
        height: 40px
    }

    .media-slick1 .slick-next {
        right: -50px
    }

    .section-index5 .wp {
        padding: 60px 0 98px
    }

    .campus-slick1 .mask,.campus-slick1 .slider-nav,.campus-slick1-text {
        padding: 20px 25px 14px
    }

    .campus-slick1 .desc,.campus-slick1 .title {
        margin-bottom: 2px
    }

    .campus-slick1 .slick-dots {
        right: 10px;
        bottom: 10px
    }

    .campus-slick1 .slick-dots li {
        margin-left: 10px;
        width: 8px;
        height: 8px
    }

    .campus-head .pic {
        height: 40px;
        line-height: 40px
    }

    .campus-head .title {
        font-size: 26px
    }

    .d-campus-ul1 .mask .mask-in {
        line-height: 42px
    }

    .d-campus-ul1 .icon {
        margin-top: 13px;
        width: 18px;
        height: 18px;
        line-height: 18px
    }

    .d-campus-ul1 .time {
        font-size: 14px
    }

    .d-campus-ul1 .title {
        font-size: 16px
    }

    .section-index6 {
        padding: 54px 0 0
    }

    .section-index6 .d-hd1 {
        margin-bottom: 26px
    }

    .d-share1 .share-btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .d-media1 .l {
        padding: 0 28px
    }

    .d-media1 .l .d-title4 {
        padding-top: 20px
    }

    .d-media-ul1 .con {
        padding: 12px 0
    }

    .d-media-ul1 .date {
        margin-bottom: 4px;
        font-size: 14px
    }

    .d-media-ul1 .title {
        font-size: 16px;
        line-height: 20px;
        height: 40px
    }

    .d-media1 .m,.d-media1 .r {
        padding: 10px 0
    }

    .d-media1 .m .d-title4,.d-media1 .r .d-title4 {
        margin-bottom: 20px
    }

    .d-media-ul2 {
        margin-bottom: -20px
    }

    .d-media-ul2 .item {
        margin-bottom: 20px
    }

    .d-media-ul2 .mask .mask-in {
        padding: 6px 16px
    }

    .d-media-ul3 .mask .mask-in {
        line-height: 52px
    }

    .d-media-ul3 .icon {
        margin-top: 17px;
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .d-media-ul3 .time {
        font-size: 16px
    }

    .d-media-ul3 .title {
        font-size: 18px
    }

    .section-index7 {
        padding: 72px 0 74px
    }

    .section-index7 .d-hd1 {
        margin-bottom: 36px
    }
}

@media only screen and (max-width: 1023px) {
    .banner {
        height:40vh
    }

    .d-news1 {
        display: block
    }

    .d-news1 .l,.d-news1 .r {
        float: none;
        width: 100%
    }

    .d-news1 .l {
        margin-bottom: 40px
    }

    .news-slick1 .pic {
        height: auto
    }

    .news-slick1 .slick-dots {
        bottom: 105px;
        top: auto
    }

    .d-dynamic1 {
        display: block
    }

    .d-dynamic1 .l,.d-dynamic1 .r {
        float: none;
        width: 100%
    }

    .section-index3 {
        display: block
    }

    .d-academic1,.d-notice1 {
        width: 100%
    }

    .academic-slick1 .text {
        padding: 15px 60px 15px 30px
    }

    .campus-items1 {
        flex-wrap: wrap
    }

    .campus-items1 .campus-head {
        margin-left: 50%;
        width: 50%;
        height: 320px;
        order: 1
    }

    .campus-items1 .campus-slick1,.campus-items2 {
        width: 100%
    }

    .d-media1 {
        display: block
    }

    .d-media1 .l,.d-media1 .m,.d-media1 .r {
        width: 100%
    }

    .d-media1 .l,.d-media1 .m {
        margin-bottom: 20px
    }

    .d-media-ul2 {
        margin: 0 -15px -30px;
        font-size: 0
    }

    .d-media-ul2 .item {
        padding: 0 15px;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .d-title3 {
        left:0;
        top: 80px
    }

    .d-title3 .title {
        padding-left: 25px
    }

    .d-title3 .title .cn {
        font-size: 32px
    }

    .d-title3 .title .cn span {
        margin-top: 40px
    }

    .d-title3 .title .en-bg {
        font-size: 58px
    }

    .d-title3 .desc {
        font-size: 14px;
        top: 2px;
        left: 64px
    }

    .d-hd1 {
        flex-wrap: wrap
    }

    .banner-btn {
        bottom: 15px
    }

    .section-index1 {
        padding: 60px 0
    }

    .section-index1 .d-hd1 .hd1-r {
        margin-top: 10px;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        width: 100%;
        justify-content: flex-end
    }

    .d-news1 .l {
        margin-bottom: 20px
    }

    .section-index2 {
        padding: 60px 0
    }

    .d-notice1 {
        padding: 60px 15px
    }

    .d-academic1 {
        padding: 15px 0 15px 15px
    }

    .d-academic1 .academic1-cont {
        padding: 40px 15px
    }

    .academic-slick1 {
        border: 1px solid #ccc
    }

    .academic-slick1:before {
        display: none
    }

    .academic-slick1 .slider {
        margin: -5px 0
    }

    .academic-slick1 .item {
        padding: 5px 0
    }

    .academic-slick1 .con {
        display: block
    }

    .academic-slick1 .pic {
        width: 100%;
        height: auto;
        position: relative
    }

    .academic-slick1 .pic:after {
        content: '';
        display: block;
        padding-top: 69.35%
    }

    .academic-slick1 .pic img {
        position: absolute;
        left: 0;
        top: 0
    }

    .academic-slick1 .text {
        width: 100%
    }

    .section-index4 .wp {
        padding: 40px 0
    }

    .section-index4 .d-hd1 {
        top: 80px
    }

    .media-slick1 {
        padding: 0 15px 0 100px
    }

    .media-slick1 .slick-list {
        padding: 20px 0
    }

    .media-slick1 .slick-next {
        right: -15px
    }

    .section-index5 .wp {
        padding: 60px 0
    }

    .campus-items1 .campus-head {
        height: 240px
    }

    .campus-slick1 .mask,.campus-slick1 .slider-nav,.campus-slick1-text {
        padding: 20px 15px 10px;
        width: 70%
    }

    .campus-head .pic {
        height: 34px;
        line-height: 34px
    }

    .campus-head .title {
        font-size: 20px
    }

    .d-campus-ul1 .time {
        font-size: 12px
    }

    .d-campus-ul1 .title {
        font-size: 14px
    }

    .section-index6 .d-hd1 .hd1-r {
        margin-top: 10px;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        width: 100%;
        justify-content: flex-end
    }

    .d-share1 {
        padding-right: 20px
    }

    .d-share1 .item {
        margin-left: 10px
    }

    .d-share1 .share-btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .d-media-ul2 {
        margin-bottom: -15px
    }

    .d-media-ul2 .item {
        margin-bottom: 15px;
        width: 100%
    }

    .section-index7 {
        padding: 60px 0
    }

    .section-index7 .d-hd1 {
        margin-bottom: 30px
    }

    .d-website-ul1 {
        margin: 0 -10px -20px
    }

    .d-website-ul1 .item {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 50%
    }

    .d-news-ul1 .on .con:after {
        left: -10px
    }
}

/*!****** hlg end *******/
.jl-snv1 {
    display: flex;
    align-items: center;
    margin: 28px 0 0
}

.jl-snv1 li {
    margin-right: 35px;
    padding-bottom: 8px;
    position: relative
}

.jl-snv1 li:last-child {
    margin-right: 0
}

.jl-snv1 li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-image: url(../images/jl-icn01.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: 2;
    display: none
}

.jl-snv1 li.on::before {
    display: block
}

.jl-snv1 .v1 {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative
}

.jl-snv1 li .v1::after {
    content: '·';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 16px;
    font-size: 18px;
    color: #fff
}

.jl-snv1 li:last-child .v1::after {
    display: none
}

.jl-cur {
    bottom: 13px
}

.jl-cur .cur {
    margin-top: 65px
}

.jl-row1 {
    background-color: #f8f8f8;
    padding: 80px 0 86px;
    overflow: hidden
}

.jl-new1 {
    margin-bottom: 56px
}

.jl-new1 li {
    margin-bottom: 33px
}

.jl-new1 li:last-child {
    margin-bottom: 0
}

.jl-new1 .con {
    display: flex;
    align-items: center;
    padding: 27px 73px 27px 32px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: box-shadow .5s
}

.jl-new1 li:hover .con {
    box-shadow: 0 21px 50px rgba(51,51,51,.7)
}

.jl-new1 .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/jl-bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: .5s;
    z-index: -1
}

.jl-new1 li:hover .con::after {
    opacity: 1
}

.jl-new1 .pic {
    display: block;
    width: 251px;
    padding-top: 11.81%;
    position: relative;
    overflow: hidden;
    margin-right: 38px
}

.jl-new1 .pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    z-index: 2;
    transition: transform .5s
}

.jl-new1 li:hover .pic img {
    transform: scale(1.08) translateY(-50%)
}

.jl-new1 .info {
    flex: 1;
    display: block
}

.jl-new1 .date {
    font-size: 16px;
    color: #b0b0b0;
    display: inline-block;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    transition: .5s
}

.jl-new1 li:hover .date {
    color: #fff;
    border-color: #fff
}

.jl-new1 .date span {
    font-size: 30px;
    color: #900;
    font-weight: 700;
    margin-right: 5px;
    transition: color .5s
}

.jl-new1 li:hover .date span {
    color: #fff
}

.jl-new1 .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    transition: color .5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.jl-new1 li:hover .tit {
    color: #fff
}

.jl-new1 .desc {
    font-size: 16px;
    color: #666;
    transition: color .5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.jl-new1 li:hover .desc {
    color: #fff
}

.jl-page1 {
    font-size: 0;
    text-align: center
}

.jl-page1 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.jl-page1 .prev {
    margin-right: 10px
}

.jl-page1 .next {
    margin-left: 10px
}

.jl-page1 a {
    display: block;
    min-width: 38px;
    line-height: 36px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s
}

.jl-page1 .on a,.jl-page1 a:hover {
    color: #fff;
    background-color: #17539a;
    border-color: #17539a
}

.jl-page1 .more {
    border: none;
    font-size: 24px;
    min-width: auto;
    margin-left: 6px;
    letter-spacing: 1px
}

.jl-page1 .more:hover {
    color: #17539a;
    background-color: transparent
}

.jl-new2 {
    margin-bottom: 56px
}

.jl-new2 li {
    margin-bottom: 37px
}

.jl-new2 li:last-child {
    margin-bottom: 0
}

.jl-new2 .con {
    display: flex;
    align-items: center;
    padding: 27px 88px 27px 60px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: box-shadow .5s
}

.jl-new2 li:hover .con {
    box-shadow: 0 21px 50px rgba(51,51,51,.7)
}

.jl-new2 .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/jl-bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: .5s;
    z-index: -1
}

.jl-new2 li:hover .con::after {
    opacity: 1
}

.jl-new2 .date {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-right: 40px;
    transition: .5s;
    line-height: 1
}

.jl-new2 li:hover .date {
    color: #fff;
    border-color: #fff
}

.jl-new2 .date p {
    font-size: 40px;
    color: #94070a;
    margin-bottom: 8px;
    transition: color .5s
}

.jl-new2 li:hover .date p {
    color: #fff
}

.jl-new2 .info {
    flex: 1;
    display: block
}

.jl-new2 .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 11px;
    transition: color .5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.jl-new2 li:hover .tit {
    color: #fff
}

.jl-new2 .desc {
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    color: #666;
    padding-top: 8px;
    transition: color .5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.jl-new2 li:hover .desc {
    color: #fff
}

.jl-new3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -17px 8px
}

.jl-new3 li {
    width: 33.33%;
    padding: 0 17px;
    margin-bottom: 48px
}

.jl-new3 .con {
    display: block
}

.jl-new3 .pic {
    position: relative;
    padding-top: 51.46%;
    overflow: hidden
}

.jl-new3 .pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    z-index: 2;
    transition: transform .5s
}

.jl-new3 .con:hover .pic img {
    transform: scale(1.08) translateY(-50%)
}

.jl-new3 .info {
    display: flex;
    align-items: flex-start;
    padding-left: 20px
}

.jl-new3 .date {
    display: block;
    width: 70px;
    height: 70px;
    margin-top: -21px;
    margin-right: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #1559a0;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
    transition: background-color .5s
}

.jl-new3 .con:hover .date {
    background-color: #900
}

.jl-new3 .date p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px
}

.jl-new3 .tit {
    flex: 1;
    padding-top: 12px;
    color: #333;
    font-size: 18px;
    transition: color .5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.jl-new3 .con:hover .tit {
    color: #900
}

@media only screen and (min-width: 1200px) and (max-width:1920px) {
    .jl-snv1 {
        margin:1.458vw 0 0
    }

    .jl-snv1 li {
        margin-right: 1.822vw;
        padding-bottom: .416vw
    }

    .jl-snv1 li::before {
        height: .312vw
    }

    .jl-snv1 .v1 {
        font-size: .937vw
    }

    .jl-snv1 li .v1::after {
        margin-left: .833vw;
        font-size: .937vw
    }

    .jl-cur {
        bottom: .677vw
    }

    .jl-cur .cur {
        margin-top: 3.385vw
    }

    .jl-row1 {
        padding: 4.166vw 0 4.479vw
    }

    .jl-new1 {
        margin-bottom: 2.916vw
    }

    .jl-new1 li {
        margin-bottom: 1.718vw
    }

    .jl-new1 .con {
        padding: 1.406vw 3.802vw 1.406vw 1.666vw
    }

    .jl-new1 li:hover .con {
        box-shadow: 0 1.093vw 2.604vw rgba(51,51,51,.7)
    }

    .jl-new1 .pic {
        width: 13.07vw;
        margin-right: 1.979vw
    }

    .jl-new1 .date {
        font-size: .833vw;
        margin-bottom: .52vw
    }

    .jl-new1 .date span {
        font-size: 1.562vw;
        margin-right: .26vw
    }

    .jl-new1 .tit {
        font-size: 1.041vw;
        margin-bottom: .833vw
    }

    .jl-new1 .desc {
        font-size: .833vw
    }

    .jl-page1 li {
        margin: 0 .26vw
    }

    .jl-page1 .prev {
        margin-right: .52vw
    }

    .jl-page1 .next {
        margin-left: .52vw
    }

    .jl-page1 a {
        min-width: 1.979vw;
        line-height: 1.875vw;
        font-size: .833vw;
        border-radius: .26vw
    }

    .jl-page1 .more {
        font-size: 1.25vw;
        margin-left: .312vw
    }

    .jl-new2 {
        margin-bottom: 2.916vw
    }

    .jl-new2 li {
        margin-bottom: 1.927vw
    }

    .jl-new2 .con {
        padding: 1.406vw 4.583vw 1.406vw 3.125vw
    }

    .jl-new2 li:hover .con {
        box-shadow: 0 1.093vw 2.604vw rgba(51,51,51,.7)
    }

    .jl-new2 .date {
        font-size: .833vw;
        margin-right: 2.083vw
    }

    .jl-new2 .date p {
        font-size: 2.083vw;
        margin-bottom: .416vw
    }

    .jl-new2 .tit {
        font-size: 1.041vw;
        margin-bottom: .572vw
    }

    .jl-new2 .desc {
        font-size: .937vw;
        padding-top: .416vw
    }

    .jl-new3 {
        margin: 0 -.885vw .416vw
    }

    .jl-new3 li {
        padding: 0 .885vw;
        margin-bottom: 2.5vw
    }

    .jl-new3 .info {
        padding-left: 1.041vw
    }

    .jl-new3 .tit {
        padding-top: .625vw;
        font-size: .937vw
    }
}

@media only screen and (max-width: 1200px) {
    .jl-cur {
        margin-top:0
    }

    .jl-row1 {
        padding: 15px 0
    }

    .jl-new1,.jl-new1 li {
        margin-bottom: 15px
    }

    .jl-new1 .con {
        display: block;
        padding: 15px
    }

    .jl-new1 li:hover .con {
        box-shadow: 0 5px 20px rgba(51,51,51,.7)
    }

    .jl-new1 .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 60.9%
    }

    .jl-new1 .date {
        font-size: 12px;
        margin-bottom: 5px;
        border-width: 1px
    }

    .jl-new1 .date span {
        font-size: 20px;
        margin-right: 2px
    }

    .jl-new1 .tit {
        font-size: 16px;
        margin-bottom: 5px
    }

    .jl-new1 .desc {
        font-size: 14px
    }

    .jl-page1 {
        margin-bottom: -6px
    }

    .jl-page1 li {
        margin: 0 3px 6px
    }

    .jl-page1 .prev {
        margin-right: 6px
    }

    .jl-page1 .next {
        margin-left: 6px
    }

    .jl-page1 a {
        min-width: 26px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px
    }

    .jl-page1 .more {
        font-size: 18px;
        margin-left: 2px
    }

    .jl-new2,.jl-new2 li {
        margin-bottom: 15px
    }

    .jl-new2 .con {
        padding: 15px
    }

    .jl-new2 li:hover .con {
        box-shadow: 0 5px 20px rgba(51,51,51,.7)
    }

    .jl-new2 .date {
        font-size: 12px;
        margin-right: 10px
    }

    .jl-new2 .date p {
        font-size: 24px;
        margin-bottom: 2px
    }

    .jl-new2 .tit {
        font-size: 16px;
        margin-bottom: 4px
    }

    .jl-new2 .desc {
        font-size: 14px;
        padding-top: 4px
    }

    .jl-new3 {
        margin: 0 -5px 5px
    }

    .jl-new3 li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .jl-new3 .info {
        padding-left: 10px
    }

    .jl-new3 .date {
        width: 60px;
        height: 60px;
        margin-top: -18px;
        margin-right: 10px;
        font-size: 12px;
        padding-top: 12px
    }

    .jl-new3 .date p {
        font-size: 18px;
        margin-bottom: 2px
    }

    .jl-new3 .tit {
        padding-top: 8px;
        font-size: 14px
    }
}

@media only screen and (max-width: 420px) {

    .jl-new3 li {
        width:100%
    }
}

.xbt h2 {
    border-radius: 10%;
    color: #1558a1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #1558a1 solid;
    margin-bottom: 15px;
    font-size: 24px;
}
@media only screen and (max-width: 1023px) {
    .banner{height: 400px;}
}
@media only screen and (max-width: 767px) {
    .banner{height: 210px;}
}
.header-r .scroll{width: 100%;}

.nav a i{right: 10px; width: 30px; height: 30px; -webkit-background-size: 12px auto;
background-size: 12px auto; z-index: 10;}




.d-title4 .btn{
    position: relative;
}
.d-title4 .pop {
    padding-bottom: 22px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%,10px);
    -ms-transform: translate(-50%,10px);
    -o-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.d-title4 .pop .pop-in {
    padding: 6px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,70,148,.3);
    min-width: 98px;
    border-radius: 10px
}

.d-title4 .pop .pop-in:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 99%;
    width: 53px;
    height: 8px;
    background: url(../images/d-jt12.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.d-title4 .pop .title{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.d-title4 .btn:hover .pop{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.d-title4.d-c1 .more{
}
.d-title4.d-c1 .btn{
    margin-left: 25px;
}
@media only screen and (max-width: 1365px) {
    .d-title4.d-c1 .btn{margin-left: 20px;}
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {
    .aside-nav .item {
    height: 40px;
}
.aside-nav .icon {
    height: 14px;
    line-height: 14px;
}
}