*,
: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
}

.wp {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto
}

@keyframes downAni {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes downAni {
    from {
        background: red
    }

    to {
        background: #ff0
    }
}

.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)
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.header .wp {
    max-width: none;
    width: 100%;
    padding: 0 9.53%
}

.header-1 {
    height: 39px;
    line-height: 39px;
    background-color: #0c357d
}

.header-link {
    font-size: 14px;
    color: #fff;
    text-align: right
}

.header-link a {
    padding: 0 10px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    line-height: inherit
}

.header-link a:hover {
    text-decoration: underline
}

.header-2 {
    height: 132px
}


.header-r {
    padding-top: 25px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 320px);
    font-size: 0;
    text-align: right;
    line-height: 1;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.header-r .scroll {
    display: inline-block;
    vertical-align: middle
}

.header-r .so-btn {
    display: inline-block
}

.header-r .header-link {
    display: none
}

.nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.nav li>a {
    padding: 0 24px;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    position: relative;
    z-index: 1
}

.nav li>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #f5a00a;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.nav li>a i {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/icon-arrow12.png) center center no-repeat;
    display: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sub {
    padding: 6px 0 100px;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 124px;
    background: url(../images/bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
    display: none
}

.sub a {
    padding: 0 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.sub a:hover {
    text-decoration: underline
}

.nav li.on>a:after,
.nav li:hover>a:after {
    opacity: 1
}

.nav li.on>a i {
    background-image: url(../images/icon-arrow13.png)
}

.so-btn {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/icon-so.png) center center no-repeat;
    -webkit-background-size: 37px auto;
    background-size: 37px auto;
    cursor: pointer;
    display: none
}

.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: none
}

.m-pop .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.m-pop .pop-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    background: url(../images/icon-close.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    cursor: pointer
}

.search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 45px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.search-box input {
    outline: 0;
    border: none
}

.search-box .inp {
    padding: 0 140px 0 12px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .5) inset;
    font-size: 16px;
    color: #333
}

.search-box .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #94070a;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.header.fixed {
    background-color: #ae2525;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 2px 0;
}


.header.fixed .nav li>a {
    color: #0c357d
}

.header.fixed .header-2 {
    height: 90px
}

.header.fixed .header-r {
    padding-top: 10px
}

.header.fixed .so-btn {
    background-image: url(../images/icon-so2.png)
}


.footer {
    padding: 45px 0;
    background-color: #0c357d
}

.footer .footer-l {
    float: left;
    width: 30%
}

.footer .footer-m {
    padding: 14px 40px 0;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.footer .footer-r {
    float: right
}

.footer-logo {
    margin-bottom: 15px;
    width: 289px;
    overflow: hidden
}

.footer-logo img {
    display: block
}

.footer-copy img {
    max-width: 30px
}

.footer-info {
    font-size: 16px;
    color: #fff;
    line-height: 1.5
}

.footer-info .footer-info-in {
    text-align: left;
    display: inline-block;
    vertical-align: middle
}

.footer-info p+p {
    margin-top: 14px
}

.footer-info img {
    margin: -2px 12px 0 0;
    max-width: 18px;
    display: inline-block;
    vertical-align: middle
}

.footer-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.footer-shareBtn {
    font-size: 0;
    text-align: right
}

.footer-shareBtn .item {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.footer-shareBtn .item+.item {
    margin-left: 42px
}

.footer-shareBtn .btn {
    margin: 0 auto 4px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 8px;
    font-size: 0;
    text-align: center
}

.footer-shareBtn .btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    max-height: 60%
}

.footer-shareBtn .pop-mask {
    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: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.footer-shareBtn .title {
    font-size: 15px;
    color: #fff;
    text-align: center
}

.footer-shareBtn .pop-mask .pic {
    padding: 5px;
    background-color: #fff;
    width: 100px;
    overflow: hidden
}

.footer-shareBtn .pop-mask .pic img {
    display: block;
    margin: 0 auto
}

.footer-shareBtn .item:hover .pop-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 10
}

.footer-2 {
    padding: 15px 0
}

.footer-copy {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 1.5;
    display: none
}

.footer-copy img {
    margin: -2px 0 0 20px;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle
}

.footer .footer-l .footer-copy {
    display: block
}

.banner {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.banner .slick-list,
.banner .slick-slide,
.banner .slick-slide .item,
.banner .slick-slide>div,
.banner .slick-track,
.banner .slider {
    height: 100%
}

.banner .con {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.banner .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

.banner .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 166px;
    background: url(../images/bg3.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    display: none
}

.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.banner-text .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 106px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.banner .banner-btns {
    position: absolute;
    right: 240px;
    bottom: 32px;
    z-index: 20
}

.banner .slick-dots {
    margin: 0 -20px;
    font-size: 0;
    text-align: right
}

.banner .slick-dots li {
    padding-bottom: 2px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: rgba(255, 255, 255, .24);
    line-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.banner .slick-dots li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 5px;
    height: 5px;
    background-color: #f2f2f2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.banner .slick-dots .slick-active {
    color: #fff
}

.banner .slick-dots .slick-active:after {
    bottom: 0;
    opacity: 1
}

.banner .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.banner .down-icon {
    margin-left: -35px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 70px;
    background: url(../images/icon-down.png) center center no-repeat;
    -webkit-background-size: 84px auto;
    background-size: 84px auto;
    z-index: 10;
    cursor: pointer;
    animation: 2s linear infinite alternate downAni;
    -webkit-animation: 2s linear infinite alternate downAni;
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
    display: none
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #004585;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) 0 -100px no-repeat
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) 0 -200px no-repeat
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) 0 -300px no-repeat
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

.d-title1 {
    margin-bottom: 44px;
    position: relative
}

.d-title1 .tit {
    font-size: 30px;
    color: #000101;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.d-title1 .tit i {
    margin: -2px 12px 0;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #000101;
    border-radius: 50%
}

.d-title1 .more {
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #244d9f;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.d-title1 .more i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/icon-arrow1.png) center center no-repeat;
    -webkit-background-size: 98% auto;
    background-size: 98% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.d-title1 .more:hover i {
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%)
}

.d-title1.white .tit {
    color: #fff
}

.d-title1.white .tit i {
    background-color: #fff
}

.d-title1.white .more {
    color: #fff
}

.d-title1.white .more i {
    background-image: url(../images/icon-arrow5.png)
}

.d-title2 {
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(101, 122, 115, .3);
    position: relative;
    line-height: 50px
}



.d-title2 .title-in {
    overflow: hidden
}

.d-title2 .tit {
    /* padding: 0 5px; */
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: inherit;
    position: relative;
}

.d-title2 .tit:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 5px;
    background-color: #ae2525;
    z-index: 999999;
}

.d-title2 .cur {
    float: right
}

.d-title2 .more {
    float: right;
    font-size: 16px;
    color: #a5adb5
}

.d-title3 {
    margin-bottom: 14px;
    font-size: 0;
    background: linear-gradient(90deg, #f5f7f6 0, #f5faff 100%)
}

.d-title3 .tit {
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ae2525;
    font-weight: 700;
    line-height: 42px;
    border-radius: 0 50px 50px 0;
    background-color: #bfdfff
}

.d-title4 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative
}

.d-title4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(101, 122, 115, .3)
}

.d-title4:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #ae2525;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.d-title4 .tit {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.d-title4 .more {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.d-title4 .more:hover {
    color: #ae2525;
    text-decoration: underline
}

.d-title5 {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden
}

.d-title5 .tit {
    float: left;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 70px;
    position: relative
}

.d-title5 .tit:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 5px;
    background-color: #ae2525;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.d-title5 .d-btn1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.d-title5.tac .tit {
    float: none;
    text-align: center
}

.d-btn1 {
    font-size: 0
}

.d-btn1 .a1 {
    display: inline-block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    background-color: #ae2525;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-btn1 .a1:hover {
    opacity: .8
}

.cur {
    font-size: 16px;
    color: #999;
    line-height: inherit
}

.cur a {
    color: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cur a:hover,
.cur span {
    color: #91211e
}

.pages {
    padding-top: 70px;
    font-size: 0;
    text-align: center
}

.pages .goTo,
.pages .goTo-btn,
.pages ul {
    display: inline-block;
    vertical-align: middle
}

.pages ul {
    font-size: 0
}

.pages ul li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle
}

.pages ul li a,
.pages ul li span {
    padding: 0 6px;
    display: block;
    min-width: 34px;
    line-height: 32px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #333;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.pages ul .pages-first a,
.pages ul .pages-last a,
.pages ul .pages-next a,
.pages ul .pages-prev a {
    min-width: 50px;
    height: 34px;
    line-height: 32px;
    color: #ae2525
}

.pages ul .pages-active a,
.pages ul a:hover {
    background-color: #ae2525;
    color: #fff
}

.pages ul li.pages-disable a {
    color: #bababa;
    pointer-events: none
}

.slide-nav {
    /* padding-left: 12px; */
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 100% 86%;
    background-size: 100% 100%;
    /* border-radius: 0 30px 0 0; */
    /* overflow: hidden; */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

.slide-nav .title {
    padding: 0 28px;
    height: 103px;
    line-height: 103px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ae2525;
    font-size: 30px;
    color: #fff;
    font-weight: 400
}

.slideNav-ls {
    padding: 36px 0;
    background-repeat: no-repeat;
    background-position: center center;
    /* -webkit-background-size: 101% 100%; */
    /* background-size: 101% 90%; */
    /* min-height: 806px; */
    overflow: hidden
}

.slideNav-ls ul{background:#f5f5f5;/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */}

.slideNav-ls ul ul{padding-bottom:15px;display: none;}

.slideNav-ls ul .active ul{display: block;}

.slideNav-ls>ul>li>.hd {
    position: relative
}

.slideNav-ls>ul>li>.hd:after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    right: 25px;
    height: 1px;
    border-top: 1px dotted #c7c9c8
}

.slideNav-ls>ul>li>.hd>.tit {
    padding: 25px 32px;
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    position: relative
}

.slideNav-ls>ul>li>.hd>i {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/icon-arrow14.png) center center no-repeat;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.slideNav-ls>ul>li>ul>li>.hd {
    position: relative
}

.slideNav-ls>ul>li>ul>li>.hd:after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    right: 25px;
    height: 1px;
    border-top: 1px solid rgba(5, 70, 140, .11)
}

.slideNav-ls>ul>li>ul>li>.hd>.tit {
    padding: 18px 20px 18px 65px;
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 1.5
}

.slideNav-ls>ul>li.active>.hd:after,
.slideNav-ls>ul>li>ul>li>.hd>i {
    display: none
}

.slideNav-ls>ul>li.active>.hd>.tit {
    color: #fff;
    background-color: #d1ad74;
}

.slideNav-ls>ul>li.active>.hd>i {
    background-image: url(../images/icon-arrow15.png);
    transform: rotate(90deg) translateX(-50%);
    top: 50%;
}

.slideNav-ls>ul>li.active>.hd>i.on {
    transform: rotate(0deg) translateY(50%);
    top: 0;
}

.slideNav-ls>ul>li>ul>li.active>.hd>.tit {
    color: #ae2525;
    font-weight: 700
}

.row-sec1 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.section-index1 {
    padding: 42px 0 44px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.news-ls1 {
    margin: 0 -20px -10px;
    font-size: 0
}

.news-ls1 li {
    padding: 0 20px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.news-ls1 .con {
    display: block;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .pic {
    padding-top: 65.56%;
    position: relative;
    overflow: hidden
}

.news-ls1 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .date {
    padding: 6px 10px 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    background-color: #f5a00a;
    min-width: 86px
}

.news-ls1 .date .d1 {
    margin-bottom: 2px;
    font-size: 36px;
    color: #fff;
    line-height: 1.1
}

.news-ls1 .date .d2 {
    font-size: 14px;
    color: #fff;
    line-height: 1.1
}

.news-ls1 .text {
    padding: 34px 32px;
    height: 216px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .text:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 20px;
    width: 36px;
    height: 1px;
    background-color: #30549d;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .title {
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.44;
    height: 2.88em;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .desc {
    font-size: 14px;
    color: #999;
    line-height: 1.64;
    height: 4.92em;
    overflow: hidden
}

.news-ls1 .more {
    position: absolute;
    right: 32px;
    bottom: 18px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-arrow2.png) center center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls1 .con:hover {
    box-shadow: 0 12px 29px 0 rgba(28, 70, 143, .65)
}

.news-ls1 .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news-ls1 .con:hover .text {
    padding: 34px 24px
}

.news-ls1 .con:hover .text:before {
    left: 24px
}

.news-ls1 .con:hover .title {
    color: #1c468f
}

.news-ls1 .con:hover .more {
    right: 24px
}

.news-ls2 {
    margin: 0 -20px -40px;
    font-size: 0
}

.news-ls2 li {
    padding: 0 20px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.news-ls2 .con {
    padding: 20px 30px;
    display: block;
    height: 150px;
    background-color: #fff;
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls2 .con:before {
    content: '';
    position: absolute;
    left: -4.5px;
    top: 50%;
    width: 9px;
    height: 120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #70a0d6;
    border-radius: 10px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls2 .title {
    margin-bottom: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 2;
    height: 4em;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.news-ls2 .date {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    font-family: Arial
}

.news-ls2 .con:hover {
    border-color: #294798;
    box-shadow: 0 12px 29px rgba(28, 70, 143, .65)
}

.news-ls2 .con:hover:before {
    background-color: #405cb9
}

.news-ls2 .con:hover .title {
    color: #1c468f
}

.section-index2 {
    padding: 44px 0 28px
}

.section-index2 .d-title1 {
    margin: 0
}

.notice-slk1 {
    padding: 0 70px;
    margin: 0 -70px;
    position: relative
}

.notice-slk1 .slider {
    padding: 0 15px;
    margin: 0 -15px;
    position: relative;
    overflow: hidden
}

.notice-slk1 .slider .slider-in {
    margin: 0 -25px;
    position: relative;
    overflow: hidden
}

.notice-slk1 .slick-list {
    padding: 32px 11px
}

.notice-slk1 .item {
    padding: 0 18px
}

.notice-slk1 .con {
    padding: 28px 30px;
    display: block;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.notice-slk1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #0c357d
}

.notice-slk1 .date {
    padding: 10px 4px 12px;
    float: left;
    width: 64px;
    background-color: #0c357d;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    line-height: 1.1
}

.notice-slk1 .date .d1 {
    margin-bottom: 4px;
    font-size: 18px
}

.notice-slk1 .date .d2 {
    font-size: 16px
}

.notice-slk1 .text {
    padding-left: 10px;
    overflow: hidden
}

.notice-slk1 .title {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.61;
    height: 8.05em;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.notice-slk1 .con:hover {
    box-shadow: 0 12px 18px 0 rgba(28, 70, 143, .65)
}

.notice-slk1 .con:hover .title {
    color: #1c468f
}

.notice-slk1 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.notice-slk1 .slick-prev {
    left: 0;
    background-image: url(../images/icon-arrow3.png)
}

.notice-slk1 .slick-next {
    right: 0;
    background-image: url(../images/icon-arrow4.png)
}

.notice-slk1 .slick-arrow:hover {
    border-color: #244d9f
}

.section-index3 {
    padding-top: 47px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.section-index3 .d-title1 {
    margin-bottom: 48px;
    padding: 0 42px;
    width: 23%
}

.ind2-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 632px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}

.section-index3 .d-title1 .tit {
    text-align: left
}

.box-feature {
    padding: 28px 0 36px 38px;
    font-size: 0;
    position: relative;
    z-index: 1
}

.box-feature:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: calc((1400px - 100vw)/ 2);
    bottom: 0;
    background-color: #fff;
    z-index: -1
}

.box-feature .col-l,
.box-feature .col-r {
    float: none;
    display: inline-block;
    vertical-align: top
}

.box-feature .col-l {
    width: 380px;
    border-right: 1px solid rgba(5, 70, 140, .3)
}

.box-feature .col-r {
    padding-left: 46px;
    width: calc(100% - 380px)
}

.feature-slk1 {
    padding-bottom: 32px;
    position: relative;
    overflow: hidden
}

.feature-slk1 .slider {
    padding-right: 28px;
    height: 576px;
    position: relative;
    overflow: hidden
}

.feature-slk1 .con {
    padding: 10px 0;
    display: block;
    font-size: 0;
    position: relative
}

.feature-slk1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #1c468f;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature-slk1 .pic {
    display: inline-block;
    vertical-align: middle;
    width: 185px;
    height: 124px;
    position: relative;
    overflow: hidden
}

.feature-slk1 .pic:after {
    content: '';
    display: block;
    padding-top: 67.03%
}

.feature-slk1 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature-slk1 .text {
    padding: 12px 0 0 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 185px)
}

.feature-slk1 .title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.33;
    height: 2.66em;
    overflow: hidden
}

.feature-slk1 .date {
    font-size: 16px;
    color: #5b6d8d;
    line-height: 1.5
}

.feature-slk1 .con:hover:after {
    opacity: 1
}

.feature-slk1 .con:hover .title {
    color: #1c468f;
    font-weight: 700
}

.feature-slk1 .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-slk1 .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 21px;
    background-color: #edeeef;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature-slk1 .slick-prev {
    left: 0;
    background-image: url(../images/icon-arrow6.png)
}

.feature-slk1 .slick-prev:hover {
    background-image: url(../images/icon-arrow8.png)
}

.feature-slk1 .slick-next {
    right: 0;
    background-image: url(../images/icon-arrow7.png)
}

.feature-slk1 .slick-next:hover {
    background-image: url(../images/icon-arrow9.png)
}

.box-videos {
    margin-top: -75px
}

.box-videos .video {
    padding-top: 62.91%;
    height: 614px;
    background-color: #000;
    border-radius: 20px 0 0;
    position: relative;
    overflow: hidden
}

.box-videos .video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 30, 68, .46);
    z-index: 3
}

.box-videos .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.box-videos .video .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2
}

.box-videos .video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    background: url(../images/icon-play.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.box-videos .title {
    margin-left: 59px;
    background-color: #1c468f;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.box-videos .video .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.box-videos.active .video .bg,
.box-videos.active .video .play-btn,
.box-videos.active .video:after {
    opacity: 0;
    visibility: hidden
}

.section-index4 {
    padding: 266px 0 54px;
    margin-top: -212px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    z-index: -1
}

.box-media {
    overflow: hidden
}

.box-media .col-l {
    float: left;
    width: 46.2%
}

.box-media .col-r {
    float: right;
    width: 50.6%
}

.media-slk1 {
    position: relative;
    overflow: hidden
}

.media-slk1 .con {
    display: block;
    position: relative;
    overflow: hidden
}

.media-slk1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/bg7.png)
}

.media-slk1 .pic {
    height: 412px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.media-slk1 .title {
    padding: 0 60px 0 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 72px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10
}

.media-slk1 .con:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.media-slk1 .slick-dots {
    position: absolute;
    right: 23px;
    bottom: 20px;
    z-index: 10
}

.media-slk1 .slick-dots li {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    display: none
}

.media-slk1 .slick-dots li i {
    margin: -2px 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 17px;
    background: url(../images/icon-line.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.media-slk1 .slick-dots .slick-active {
    display: block
}

.media-ls {
    margin-top: -7px
}

.media-ls .con {
    padding: 26px 0 26px 28px;
    display: block;
    position: relative;
    overflow: hidden
}

.media-ls .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #5f7293;
    z-index: 1;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.media-ls .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #ced3dc;
    z-index: 0
}

.media-ls .icon {
    position: absolute;
    left: 0;
    top: 31px;
    width: 19px;
    height: 14px;
    line-height: 14px;
    font-size: 0;
    text-align: center
}

.media-ls .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.media-ls .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.media-ls .desc {
    font-size: 14px;
    color: #3f3f3f;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.media-ls .con:hover:before {
    width: 100%
}

.media-ls .con:hover .title {
    color: #1c468f;
    font-weight: 700
}

.section-5 {
    padding: 56px 0 88px;
    overflow: hidden
}

.section-5 .d-title1 {
    margin-bottom: 50px
}

.special-slk1 {
    margin: 0 -30px;
    padding: 0 30px;
    position: relative;
    overflow: hidden
}

.special-slk1 .slider {
    overflow: hidden
}

.special-slk1 .slider-in {
    margin: 0 -16px;
    position: relative;
    overflow: hidden
}

.special-slk1 .item {
    padding: 0 16px
}

.special-slk1 .con {
    display: block;
    border-radius: 12px;
    overflow: hidden
}

.special-slk1 .pic {
    padding-top: 57.78%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.special-slk1 .con:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.special-slk1 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-color: rgba(255, 255, 255, .68);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(12, 53, 125, .3);
    z-index: 10;
    cursor: pointer
}

.special-slk1 .slick-prev {
    left: 10px;
    background-image: url(../images/icon-arrow10.png)
}

.special-slk1 .slick-next {
    right: 10px;
    background-image: url(../images/icon-arrow11.png)
}

.ban {
    width: 100%;
    height: auto;
}



.ban img {
    display: block;
    width: 100%;
    height: auto;
}

.section-in1 {
    padding-bottom: 96px;
    font-size: 0
}

.section-in1 .col-l,
.section-in1 .col-r {
    float: none;
    display: inline-block;
    vertical-align: top
}

.section-in1 .col-l {
    margin-right: 3.3%;
    margin-top: 35px;
    width: 20.83%;
    position: relative;
    z-index: 10
}

.section-in1 .col-r {
    padding-top: 27px;
    width: 75.83%
}

.d-items+.d-items {
    margin-top: 50px
}

.notice-ls1 li {
    padding: 0 14px
}

.notice-ls1 .con {
    display: block;
    height: 65px;
    line-height: 65px;
    position: relative;
    overflow: hidden
}

.notice-ls1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #babec7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.notice-ls1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ae2525;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.notice-ls1 .date {
    margin-left: 15px;
    float: right;
    font-size: 16px;
    color: #666
}

.notice-ls1 .title {
    padding-left: 18px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: inherit;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.notice-ls1 .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.notice-ls1 .con:hover .title {
    color: #ae2525;
    font-weight: 700
}

.notice-ls1 .con:hover:before {
    width: 100%
}

.trends-ls1 li {
    padding: 0 14px
}

.trends-ls1 .con {
    display: block;
    line-height: 65px;
    position: relative;
    overflow: hidden
}

.trends-ls1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #babec7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ae2525;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls1 .pic {
    float: right;
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden
}

.trends-ls1 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.trends-ls1 .text {
    overflow: hidden
}

.trends-ls1 .title {
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.trends-ls1 .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.trends-ls1 .desc {
    font-size: 16px;
    color: #888;
    line-height: 1.69;
    height: 3.38em;
    overflow: hidden;
    display: none
}

.trends-ls1 .date {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #666;
    line-height: 1.5
}

.trends-ls1 .active .con {
    padding: 16px 0
}

.trends-ls1 .active .con .pic {
    margin-left: 23px;
    width: 227px;
    height: 148px
}

.trends-ls1 .active .con .text {
    padding: 12px 10px
}

.trends-ls1 .active .con .title {
    margin-bottom: 8px;
    padding: 0;
    display: block;
    width: 100%;
    color: #05468c
}

.trends-ls1 .active .con .title:before {
    display: none
}

.trends-ls1 .active .con .desc {
    margin-bottom: 13px;
    display: block
}

.trends-ls1 .active .con .date {
    display: block;
    width: 100%;
    text-align: left
}

.teachJ-ls {
    margin: 0 -15px -32px;
    font-size: 0
}

.teachJ-ls li {
    padding: 0 15px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.teachJ-ls .con {
    padding-bottom: 4px;
    display: block;
    position: relative;
    overflow: hidden
}

.teachJ-ls .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #eeeef2
}

.teachJ-ls .con-in {
    padding: 32px 22px;
    border: 1px solid #e7e7e7;
    overflow: hidden
}

.teachJ-ls .l {
    float: left;
    width: 41.2%
}

.teachJ-ls .r {
    float: right;
    width: 52.8%
}

.teachJ-ls .pic {
    margin-bottom: 32px;
    padding-top: 74.87%;
    position: relative;
    background-color: #d2d2dc;
    overflow: hidden
}

.teachJ-ls .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.teachJ-ls .btn {
    width: 98.5%
}

.teachJ-ls .btn a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 41px;
    border: 1px solid #0c357d;
    border-radius: 4px;
    font-size: 18px;
    color: #0c357d;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.teachJ-ls .title {
    margin-bottom: 18px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.teachJ-ls .info {
    font-size: 16px;
    color: #888;
    line-height: 1.88
}

.teachJ-ls .info .n {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-weight: 700
}

.teachJ-ls .info .intro {
    margin-bottom: 12px;
    height: 7.52em;
    overflow: hidden
}

.teachJ-ls .btn a:hover {
    background-color: #0c357d;
    color: #fff
}

.agency-ls {
    margin: 0 -15px -30px;
    font-size: 0
}

.agency-ls li {
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.agency-ls .con {
    padding-bottom: 4px;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.agency-ls .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #eeeef2;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.agency-ls .con-in {
    padding: 0 70px 0 60px;
    border: 1px solid #e7e7e7;
    height: 88px;
    line-height: 86px;
    font-size: 22px;
    color: #000;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.agency-ls .arrow {
    position: absolute;
    right: 38px;
    top: 50%;
    width: 26px;
    height: 12px;
    background: url(../images/icon-arrow16.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.agency-ls .con:hover:after {
    height: 100%;
    background-color: #0c357d
}

.agency-ls .con:hover .con-in {
    color: #fff;
    border-color: transparent
}

.trends-ls2 li {
    border-bottom: 1px dotted #babec7
}

.trends-ls2 .con {
    padding: 24px 0;
    display: block;
    overflow: hidden
}

.trends-ls2 .pic {
    margin-left: 54px;
    float: right;
    width: 202px;
    position: relative;
    overflow: hidden
}

.trends-ls2 .pic:after {
    content: '';
    display: block;
    padding-top: 64.85%
}

.trends-ls2 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls2 .date {
    margin: 14px 18px 0 0;
    padding-right: 20px;
    float: left;
    min-height: 104px;
    border-right: 1px solid rgba(5, 70, 140, .08);
    text-align: right;
    line-height: 1.1
}

.trends-ls2 .date .d1 {
    margin-bottom: 7px;
    font-size: 20px;
    color: #05468c;
    font-weight: 700
}

.trends-ls2 .date .d2 {
    font-size: 16px;
    color: #888
}

.trends-ls2 .text {
    padding-top: 12px;
    overflow: hidden
}

.trends-ls2 .title {
    margin-bottom: 7px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls2 .desc {
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden
}

.trends-ls2 .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.trends-ls2 .con:hover .title {
    color: #05468c;
    font-weight: 700
}

.box-title {
    margin-top: -103px;
    position: relative;
    z-index: 10
}

.box-title .slide-nav {
    width: 300px
}

.section-jyw1 {
    padding: 42px 0 30px;
    overflow: hidden
}

.box-xqhz {
    overflow: hidden
}

.box-xqhz .col-l {
    float: left;
    width: 37.64%
}

.box-xqhz .col-r {
    float: right;
    width: 59.17%
}

.xqhz-slk {
    position: relative;
    overflow: hidden
}

.xqhz-slk .con {
    display: block;
    height: 350px;
    position: relative;
    overflow: hidden
}

.xqhz-slk .con .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.xqhz-slk .con:hover .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.xqhz-slk .slick-dots {
    position: absolute;
    left: 0;
    bottom: 18px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.xqhz-slk .slick-dots li {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%
}

.xqhz-slk .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.xqhz-slk .slick-dots .slick-active {
    background-color: #fff
}

.txt-ls1 {
    margin: 0 -20px;
    font-size: 0
}

.txt-ls1 li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.txt-ls1 .con {
    padding: 14px 8px;
    display: block;
    min-height: 120px;
    position: relative
}

.txt-ls1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px dotted #cacaca;
    z-index: 2
}

.txt-ls1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #05468c;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls1 .title {
    margin-bottom: 6px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.67;
    height: 3.34em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls1 .date {
    font-size: 16px;
    color: #8494a4;
    line-height: 1.5;
    text-align: right
}

.txt-ls1 .con:hover:before {
    width: 100%
}

.txt-ls1 .con:hover .title {
    color: #05468c;
    font-weight: 700
}

.section-jyw2 {
    padding: 30px 0 38px;
    overflow: hidden
}

.sx-slk {
    position: relative;
    overflow: hidden
}

.sx-slk .slider {
    margin: 0 -16px;
    position: relative;
    overflow: hidden
}

.sx-slk .item {
    padding: 0 16px
}

.sx-slk .con {
    display: block
}

.sx-slk .pic {
    margin-bottom: 18px;
    padding-top: 72.62%;
    position: relative;
    overflow: hidden
}

.sx-slk .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sx-slk .title {
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.67;
    height: 3.34em;
    overflow: hidden
}

.sx-slk .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.sx-slk .slick-arrow {
    position: absolute;
    top: 38%;
    width: 30px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.sx-slk .slick-prev {
    left: 0;
    background-image: url(../images/icon-arrow17.png)
}

.sx-slk .slick-next {
    right: 0;
    background-image: url(../images/icon-arrow18.png)
}

.section-jyw3 {
    padding: 38px 0 98px;
    overflow: hidden
}

.txt-ls2 {
    margin: 0 -22px -32px;
    font-size: 0
}

.txt-ls2 li {
    padding: 0 22px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.txt-ls2 .con {
    padding: 20px 24px;
    display: block;
    height: 152px;
    border: 1px solid #e1e1e1;
    background: url(../images/bg12.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls2 .hd {
    margin-bottom: 12px;
    padding-bottom: 7px;
    position: relative
}

.txt-ls2 .hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 3px;
    background-color: #cdcdcd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls2 .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.72;
    height: 3.44em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls2 .date {
    font-size: 18px;
    color: #919191;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.txt-ls2 .con:hover {
    background-color: #f9fafb;
    box-shadow: 0 13px 21px 0 rgba(5, 70, 140, .18)
}

.txt-ls2 .con:hover .hd:after {
    background-color: #05468c
}

.txt-ls2 .con:hover .title {
    color: #05468c;
    font-weight: 700
}

.txt-ls2 .con:hover .date {
    color: #05468c
}

.box-detail1 {
    padding: 38px 57px;
    overflow: hidden
}

.box-detail1 .pic {
    margin-right: 5.2%;
    float: left;
    width: 20.9%;
    overflow: hidden
}

.box-detail1 .pic img {
    display: block;
    width: 100%
}

.box-detail1 .cont {
    padding-top: 6px;
    overflow: hidden
}

.box-detail1 .title {
    padding-bottom: 24px;
    margin-bottom: 32px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    position: relative
}

.box-detail1 .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 4px;
    background-color: #05468c
}

.box-detail1 .info {
    font-size: 18px;
    color: #333;
    line-height: 2.33
}

.imgtxt-ls1 {
    margin: 0 -15px -34px;
    font-size: 0
}

.imgtxt-ls1 li {
    padding: 0 15px;
    margin-bottom: 34px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.imgtxt-ls1 .con {
    padding: 14px;
    display: block;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgtxt-ls1 .pic {
    margin-bottom: 6px;
    padding-top: 69.23%;
    position: relative;
    overflow: hidden
}

.imgtxt-ls1 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgtxt-ls1 .title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-align: center;
    background-color: #f5f5f5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgtxt-ls1 .con:hover {
    border-color: #dbb6b5;
    box-shadow: #dbb6b5 0 0 10px
}

.imgtxt-ls1 .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.imgtxt-ls1 .con:hover .title {
    background-color: #ae2525;
    color: #fff
}

.box-detail2 .hd {
    padding: 30px 0 12px;
    text-align: center;
    border-bottom: 1px solid rgba(5, 70, 140, .14)
}

.box-detail2 .hd .title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #ae2525;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}

.box-detail2 .hd .info {
    font-size: 16px;
    color: #999;
    line-height: 1.5
}

.box-detail2 .hd .info span {
    display: inline-block;
    margin: 0 16px
}

.box-detail2 .cont {
    padding: 32px 0;
    font-size: 18px;
    color: #333;
    line-height: 2
}

.box-detail2 .cont img{
    display:block;
    margin: 20px auto;
    max-width:95%;
    height:auto;
}

.box-detail2 .cont p{
   line-height: 1.8;
   text-indent: 2em;
   font-size:18px;
   font-family:瀹嬩綋;
}

.box-detail2 .cont p,
.box-detail2 .cont span,
.box-detail2 .cont h1,
.box-detail2 .cont h2,
.box-detail2 .cont h3,
.box-detail2 .cont h4,
.box-detail2 .cont h5,
.box-detail2 .cont h6,
.box-detail2 .cont strong{
   line-height: 1.8 !important;
   font-size: 18px !important;
   font-family: 瀹嬩綋 !important;
}

.dt-page {
    padding-top: 34px;
    border-top: 1px solid rgba(5, 70, 140, .14)
}

.dt-page .a1 {
    padding-left: 27px;
    background: url(../images/icon-file.png) left 6px center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.dt-page .a1 span,
.dt-page .a1:hover {
    color: #ae2525
}

.imgtxt-ls2 {
    margin: 0 -28px -60px;
    font-size: 0
}

.imgtxt-ls2 li {
    padding: 0 28px 60px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.imgtxt-ls2 .con {
    display: block;
    background: url(../images/bg13.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgtxt-ls2 .pic {
    float: left;
    width: 204px;
    position: relative;
    overflow: hidden
}

.imgtxt-ls2 .pic:after {
    content: '';
    display: block;
    padding-top: 128.92%
}

.imgtxt-ls2 .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imgtxt-ls2 .inner {
    padding: 24px 26px 15px;
    overflow: hidden
}

.imgtxt-ls2 .title {
    padding-bottom: 13px;
    margin-bottom: 13px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid rgba(5, 70, 140, .22)
}

.imgtxt-ls2 .desc {
    margin-bottom: 38px;
    font-size: 16px;
    color: #333;
    line-height: 2;
    height: 6em;
    overflow: hidden
}

.imgtxt-ls2 .more {
    font-size: 0;
    text-align: right
}

.imgtxt-ls2 .more span {
    padding-right: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #05468c;
    line-height: 1.5;
    background: url(../images/icon-arrow19.png) right center no-repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto
}

.imgtxt-ls2 .con:hover {
    box-shadow: 0 18px 18px 0 rgba(5, 70, 140, .43)
}

.imgtxt-ls2 .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.d-detail3 {
    padding: 54px 0 72px;
    overflow: hidden
}

.d-detail3 .hd {
    margin-bottom: 36px
}

.d-detail3 .hd .title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.d-detail3 .cont {
    min-height: 405px;
    background-color: #f3f6fa;
    border: 1px solid #dde1e6;
    position: relative;
    overflow: hidden
}

.d-detail3 .cont:after {
    content: '';
    position: absolute;
    left: 68.75%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dde1e6
}

.d-detail3 .cont .col-l {
    float: left;
    width: 68.75%
}

.d-detail3 .cont .col-r {
    float: right;
    width: 31.25%
}

.d-detail3 .cont .title-sub {
    font-size: 0;
    border-bottom: 1px solid #dde1e6
}

.d-detail3 .cont .title-sub .tit {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    min-width: 155px;
    font-size: 20px;
    color: #05468c;
    font-weight: 400;
    text-align: center;
    line-height: 47px;
    border-bottom: 3px solid #05468c;
    border-right: 1px solid #dde1e6;
    background-color: #fff
}

.d-detail3 .cont .txt {
    padding: 39px 40px;
    font-size: 18px;
    color: #000;
    line-height: 2.39
}

.section-in2 {
    padding: 30px 0 64px;
    overflow: hidden
}

.section-in2 .col-l {
    float: left;
    width: 74.72%
}

.section-in2 .col-r {
    padding-top: 26px;
    float: right;
    width: 21.67%
}

.box-trends {
    overflow: hidden
}

.box-trends .trends-col {
    float: left;
    width: 48.79%
}

.box-trends .trends-cor {
    float: right;
    width: 49.72%
}

.trends-slk {
    padding-bottom: 65px;
    height: 568px;
    position: relative;
    background-color: #dde1e6;
    overflow: hidden
}

.trends-slk .con {
    display: block
}

.trends-slk .pic {
    height: 368px;
    position: relative;
    overflow: hidden
}

.trends-slk .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-slk .text {
    padding: 30px 32px
}

.trends-slk .title {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.95;
    height: 3.9em;
    overflow: hidden
}

.trends-slk .con:hover .pic .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.trends-slk .slick-dots {
    position: absolute;
    left: 0;
    bottom: 36px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.trends-slk .slick-dots li {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #0c357d;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.trends-slk .slick-dots button {
    position: absolute;
    left: -999px
}

.trends-slk .slick-dots .slick-active {
    background-color: #0c357d
}

.trends-ls3 {
    margin-bottom: -22px
}

.trends-ls3 li {
    margin-bottom: 22px
}

.trends-ls3 .con {
    padding: 10px;
    display: block;
    height: 96px;
    line-height: 76px;
    font-size: 0;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls3 .date {
    padding: 10px 6px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 74px;
    background-color: #ececec;
    border-radius: 4px;
    text-align: center;
    color: #05468c;
    line-height: 1.1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls3 .date .d1 {
    margin-bottom: 4px;
    font-size: 24px
}

.trends-ls3 .date .d2 {
    font-size: 16px
}

.trends-ls3 .text {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px)
}

.trends-ls3 .title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.67;
    max-height: 3.34em;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls3 .con:hover {
    border-color: #05468c
}

.trends-ls3 .con:hover .date {
    background-color: #0c357d;
    color: #fff
}

.trends-ls3 .con:hover .title {
    color: #05468c;
    font-weight: 700
}

.trends-ls4 li {
    margin-bottom: 26px
}

.trends-ls4 .con {
    padding: 10px 20px 10px 40px;
    display: block;
    height: 98px;
    line-height: 78px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden
}

.trends-ls4 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-ls4 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.trends-ls4 .text {
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px)
}

.trends-ls4 .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5
}

.trends-ls4 .con:hover .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.box-hotLine {
    padding: 30px 38px 34px;
    background-color: #eef2f7;
    border-radius: 10px
}

.box-hotLine .title {
    margin-bottom: 21px;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: 400
}

.box-hotLine .title img {
    margin: -2px 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 27px
}

.box-hotLine .info {
    font-size: 18px;
    color: #000;
    line-height: 2.17
}

.section-xyj1 {
    padding: 79px 0;
    min-height: 670px
}

.box-detail4 {
    position: relative
}

.box-detail4 .pic {
    position: absolute;
    right: 0;
    top: -80px;
    width: 42.2%;
    overflow: hidden
}

.box-detail4 .pic img {
    display: block;
    width: 100%
}

.box-detail4 .cont {
    width: 54.29%
}

.box-detail4 .txt {
    margin-bottom: 61px;
    font-size: 18px;
    color: #333;
    line-height: 2.56
}

.section-xyj2 {
    padding: 70px 0;
    background-color: #f2f3f4;
    overflow: hidden
}

.section-xyj2 .d-title5 {
    margin-bottom: 65px
}

.tabs-ls1 {
    margin: 0 -8px 24px;
    font-size: 0
}

.tabs-ls1 li {
    padding: 0 8px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    min-width: 20%
}

.tabs-ls1 .tit {
    display: block;
    line-height: 80px;
    background-color: #fff;
    font-size: 24px;
    color: #000;
    text-align: center
}

.tabs-ls1 .active .tit {
    color: #fff;
    background: #ae2525;
}

.tabs-desc1 .tabs-item {
    display: none
}

.tabs-desc1 .tabs-item.active {
    display: block
}

.d-detail5 {
    overflow: hidden
}

.d-detail5 .pic {
    margin-right: 42px;
    float: left;
    width: 37.3%;
    overflow: hidden
}

.d-detail5 .pic img {
    display: block;
    width: 100%
}

.d-detail5 .cont {
    padding-top: 16px;
    overflow: hidden
}

.d-detail5 .txt {
    margin-bottom: 40px;
    font-size: 18px;
    color: #333;
    line-height: 2.56
}

.section-xyj3 {
    padding: 38px 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.trends-slk2 .slkNav {
    margin: 0 -70px 32px;
    padding: 0 70px;
    position: relative;
    overflow: hidden
}

.trends-slk2 .slkNav .slider {
    overflow: hidden
}

.trends-slk2 .slkNav .slider-in {
    margin: 0 -28px;
    position: relative;
    overflow: hidden
}

.trends-slk2 .slkNav .slick-list {
    padding: 60px 0 !important
}

.trends-slk2 .slkNav .item {
    padding: 0 28px
}

.trends-slk2 .slkNav .pic {
    padding-top: 122.64%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-slk2 .slkNav .pic .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.trends-slk2 .slkNav .slick-center {
    position: relative;
    z-index: 1
}

.trends-slk2 .slkNav .slick-center .pic {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.trends-slk2 .slkNav .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10
}

.trends-slk2 .slkNav .slick-prev {
    left: 0;
    background-image: url(../images/icon-arrow21.png)
}

.trends-slk2 .slkNav .slick-next {
    right: 0;
    background-image: url(../images/icon-arrow22.png)
}

.trends-slk2 .slkFor {
    padding: 21px 50px 33px;
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15)
}

.trends-slk2 .slkFor:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 10px;
    width: 64px;
    height: 77px;
    background: url(../images/icon-yh.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.trends-slk2 .slkFor:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 28px;
    height: 22px;
    background: url(../images/icon-arrow20.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .8
}

.trends-slk2 .slkFor .con {
    display: block
}

.trends-slk2 .slkFor .title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 1.5
}

.trends-slk2 .slkFor .txt {
    font-size: 16px;
    color: #666;
    line-height: 1.81
}

.section-xyj4 {
    padding: 42px 0 56px;
    overflow: hidden
}

.section-xyj4 .col-l {
    float: left;
    width: 37.3%
}

.section-xyj4 .col-r {
    float: right;
    width: 61.6%
}

.section-xyj4 .notice-ls1 {
    margin-top: -20px
}

.trends-slk3 {
    position: relative;
    overflow: hidden
}

.trends-slk3 .con {
    display: block;
    height: 372px;
    position: relative;
    overflow: hidden
}

.trends-slk3 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img13.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.trends-slk3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.trends-slk3 .title {
    padding: 0 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10
}

.trends-slk3 .con:hover .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.trends-slk3 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 11
}

.trends-slk3 .slick-dots li {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .38);
    border-radius: 50%
}

.trends-slk3 .slick-dots .slick-active {
    background-color: #fff
}

.section-xyj5 {
    padding: 50px 0 72px;
    background-color: #f5f6fb;
    overflow: hidden
}

.news-ls3 {
    margin: 0 -30px -20px;
    font-size: 0
}

.news-ls3 li {
    padding: 0 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.news-ls3 .con {
    padding: 22px 25px;
    display: block;
    height: 108px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-ls3 .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-ls3 .date {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-ls3 .con:hover {
    background-color: #ae2525;
    box-shadow: 0 5px 7px 0 rgba(158, 193, 255, .51)
}

.news-ls3 .con:hover .date,
.news-ls3 .con:hover .title {
    color: #fff
}

@media only screen and (max-width: 1920px) {
    .header .wp {
        padding: 0 9.53%
    }

    .header-1 {
        height: 2.031vw;
        line-height: 2.031vw
    }

    .header-link {
        font-size: .729vw
    }

    .header-link a {
        padding: 0 .52vw;
        margin-top: -.208vw
    }

    .header-2 {
        height: 6.875vw
    }

    .header-r {
        padding-top: 1.302vw;
        width: calc(100% - 16.66vw)
    }

    .nav li>a {
        padding: 0 1.25vw;
        font-size: 1.041vw;
        line-height: 3.645vw
    }

    .nav li>a:after {
        height: .156vw
    }

    .sub {
        padding: .312vw 0 5.208vw;
        min-width: 6.458vw
    }

    .sub a {
        padding: 0 .52vw;
        font-size: .833vw
    }

    .so-btn {
        width: 2.083vw;
        height: 2.083vw;
        -webkit-background-size: 1.927vw auto;
        background-size: 1.927vw auto
    }

    .m-pop .pop-close {
        right: 2.604vw;
        top: 2.604vw;
        width: 4.166vw;
        height: 4.166vw
    }

    .search-box {
        width: 26.04vw;
        height: 2.343vw
    }

    .search-box .inp {
        padding: 0 .625vw;
        padding-right: 7.291vw;
        height: 2.343vw;
        line-height: 2.343vw;
        box-shadow: .156vw .156vw .156vw rgba(0, 0, 0, .5) inset;
        font-size: .833vw
    }

    .search-box .submit {
        width: 6.25vw;
        height: 2.343vw;
        line-height: 2.343vw;
        font-size: .937vw
    }

    .header.fixed .logo {}

    .header.fixed .header-2 {
        height: 4.687vw
    }

    .header.fixed .header-r {
        padding-top: .52vw
    }

    /* .header.down{top:-2.031vw} */
    .footer {
        padding: 2.343vw 0
    }

    .footer .footer-m {
        padding: .729vw 2.083vw 0
    }

    .footer-logo {
        margin-bottom: .781vw;
        width: 15.05vw
    }

    .footer-info {
        font-size: .833vw
    }

    .footer-info p+p {
        margin-top: .729vw
    }

    .footer-info img {
        margin: -.104vw .625vw 0 0;
        max-width: .937vw
    }

    .footer-title {
        margin-bottom: .52vw;
        font-size: .937vw
    }

    .footer-shareBtn .item+.item {
        margin-left: 2.187vw
    }

    .footer-shareBtn .btn {
        margin: 0 auto .208vw;
        width: 2.916vw;
        height: 2.916vw;
        line-height: 2.812vw;
        border-radius: .416vw
    }

    .footer-shareBtn .pop-mask {
        -webkit-transform: translate(-50%, -.52vw);
        -ms-transform: translate(-50%, -.52vw);
        -o-transform: translate(-50%, -.52vw);
        transform: translate(-50%, -.52vw)
    }

    .footer-shareBtn .title {
        font-size: .781vw
    }

    .footer-shareBtn .pop-mask .pic {
        padding: .26vw
    }

    .footer-shareBtn .item:hover .pop-mask {
        box-shadow: 0 0 .52vw rgba(0, 0, 0, .2)
    }

    .footer-2 {
        padding: .781vw 0
    }

    .footer-copy {
        font-size: .833vw
    }

    .footer-copy img {
        margin: -.104vw 0 0 1.041vw;
        max-width: 1.562vw
    }

    .banner .con:after {
        height: 8.645vw
    }

    .banner-text .title {
        font-size: 1.25vw;
        line-height: 5.52vw
    }

    .banner .banner-btns {
        right: 12.5vw;
        bottom: 1.666vw
    }

    .banner .slick-dots {
        margin: 0 -1.041vw
    }

    .banner .slick-dots li {
        padding-bottom: .104vw;
        margin: 0 1.041vw;
        font-size: .937vw
    }

    .banner .slick-dots li:after {
        bottom: .26vw;
        width: .26vw;
        height: .26vw
    }

    .banner .down-icon {
        margin-left: -1.822vw;
        width: 4.687vw;
        height: 3.645vw;
        -webkit-background-size: 4.375vw auto;
        background-size: 4.375vw auto
    }

    .d-title1 {
        margin-bottom: 2.291vw
    }

    .d-title1 .tit {
        font-size: 1.562vw
    }

    .d-title1 .tit i {
        margin: -.104vw .625vw 0;
        width: .416vw;
        height: .416vw
    }

    .d-title1 .more {
        padding-right: 1.302vw;
        font-size: .833vw
    }

    .d-title1 .more i {
        width: .885vw;
        height: .885vw
    }

    .d-title1 .more:hover i {
        -webkit-transform: translate(.26vw, -50%);
        -ms-transform: translate(.26vw, -50%);
        -o-transform: translate(.26vw, -50%);
        transform: translate(.26vw, -50%)
    }

    .d-title2 {
        margin-bottom: 1.666vw;
        line-height: 2.604vw
    }

    .d-title2:after {
        bottom: -.104vw;
        width: 5.625vw
    }

    .d-title2 .tit {
        /* padding: 0 .26vw; */
        font-size: 1.25vw
    }

    .d-title2 .more {
        font-size: .833vw
    }

    .d-title3 {
        margin-bottom: .729vw
    }

    .d-title3 .tit {
        padding: 0 1.562vw;
        font-size: 1.041vw;
        line-height: 2.187vw
    }

    .d-title4 {
        margin-bottom: 2.083vw;
        padding-bottom: 1.041vw
    }

    .d-title4:before {
        bottom: -.104vw;
        width: 2.604vw;
        height: .156vw
    }

    .d-title4 .tit {
        font-size: 1.562vw
    }

    .d-title4 .more {
        font-size: .833vw
    }

    .d-title5 {
        margin-bottom: 2.604vw
    }

    .d-title5 .tit {
        font-size: 1.562vw;
        line-height: 3.645vw
    }

    .d-title5 .tit:after {
        width: 1.562vw;
        height: .26vw
    }

    .d-btn1 .a1 {
        width: 3.333vw;
        height: 1.25vw;
        line-height: 1.25vw;
        font-size: .833vw
    }

    .cur {
        font-size: .833vw
    }

    .pages {
        padding-top: 3.645vw
    }

    .pages ul li {
        margin: 0 .26vw
    }

    .pages ul li a,
    .pages ul li span {
        padding: 0 .312vw;
        min-width: 1.77vw;
        line-height: 1.666vw;
        font-size: .781vw
    }

    .pages ul .pages-first a,
    .pages ul .pages-last a,
    .pages ul .pages-next a,
    .pages ul .pages-prev a {
        min-width: 2.604vw;
        height: 1.77vw;
        line-height: 1.666vw
    }

    .slide-nav .title {
        padding: 0 1.458vw;
        height: 5.364vw;
        line-height: 5.364vw;
        font-size: 1.562vw
    }

    .slideNav-ls {
        padding: 0px 0 0;
        /* min-height: 36vw; */
        background-position: top;
        /* background-size: 100% 95%; */
    }

    .slideNav-ls>ul>li>.hd:after {
        left: 1.302vw;
        right: 1.302vw
    }

    .slideNav-ls>ul>li>.hd>.tit {
        /* padding: 0.9vw 1.875vw; */
        font-size: 1.041vw;
    }

    .slideNav-ls>ul>li>.hd>i {
        right: .52vw;
        width: 2.083vw;
        height: 2.083vw;
        -webkit-background-size: .416vw auto;
        background-size: .416vw auto
    }

    .slideNav-ls>ul>li>ul>li>.hd:after {
        left: 1.302vw;
        right: 1.302vw
    }

    .slideNav-ls>ul>li>ul>li>.hd>.tit {
        padding: .937vw 2.1vw;
        font-size: .825vw;
    }

    .section-index1 {
        padding: 2.187vw 0 2.291vw
    }

    .news-ls1 {
        margin: 0 -1.041vw -.52vw
    }

    .news-ls1 li {
        padding: 0 1.041vw;
        margin-bottom: 2.083vw
    }

    .news-ls1 .date {
        padding: .312vw .52vw .625vw;
        min-width: 4.479vw
    }

    .news-ls1 .date .d1 {
        margin-bottom: .104vw;
        font-size: 1.875vw
    }

    .news-ls1 .date .d2 {
        font-size: .729vw
    }

    .news-ls1 .text {
        padding: 1.77vw 1.666vw;
        height: 11.25vw
    }

    .news-ls1 .text:before {
        left: 1.666vw;
        top: 1.041vw;
        width: 1.875vw
    }

    .news-ls1 .title {
        margin-bottom: .833vw;
        font-size: .937vw
    }

    .news-ls1 .desc {
        font-size: .729vw
    }

    .news-ls1 .more {
        right: 1.666vw;
        bottom: .937vw;
        width: 1.562vw;
        height: 1.562vw;
        -webkit-background-size: .312vw auto;
        background-size: .312vw auto
    }

    .news-ls1 .con:hover {
        box-shadow: 0 .625vw 1.51vw 0 rgba(28, 70, 143, .65)
    }

    .news-ls1 .con:hover .text {
        padding: 1.77vw 1.25vw
    }

    .news-ls1 .con:hover .text:before {
        left: 1.25vw
    }

    .news-ls1 .con:hover .more {
        right: 1.25vw
    }

    .news-ls2 {
        margin: 0 -1.041vw -2.083vw
    }

    .news-ls2 li {
        padding: 0 1.041vw;
        margin-bottom: 2.083vw
    }

    .news-ls2 .con {
        padding: 1.041vw 1.562vw;
        height: 7.812vw
    }

    .news-ls2 .con:before {
        left: -.234vw;
        width: .468vw;
        height: 6.25vw
    }

    .news-ls2 .title {
        margin-bottom: .625vw;
        font-size: .937vw
    }

    .news-ls2 .date {
        font-size: .833vw
    }

    .news-ls2 .con:hover {
        box-shadow: 0 .625vw 1.51vw rgba(28, 70, 143, .65)
    }

    .section-index2 {
        padding: 2.291vw 0 1.458vw
    }

    .notice-slk1 {
        padding: 0 3.645vw;
        margin: 0 -3.645vw
    }

    .notice-slk1 .slider {
        padding: 0 .781vw;
        margin: 0 -.781vw
    }

    .notice-slk1 .slider .slider-in {
        margin: 0 -1.302vw
    }

    .notice-slk1 .slick-list {
        padding: 1.666vw .572vw
    }

    .notice-slk1 .item {
        padding: 0 .937vw
    }

    .notice-slk1 .con {
        padding: 1.458vw 1.562vw;
        height: 9.895vw;
        box-shadow: 0 0 1.302vw 0 rgba(0, 0, 0, .08)
    }

    .notice-slk1 .date {
        padding: .52vw .208vw .625vw;
        width: 3.333vw;
        border-radius: .364vw
    }

    .notice-slk1 .date .d1 {
        margin-bottom: .208vw;
        font-size: .937vw
    }

    .notice-slk1 .date .d2 {
        font-size: .833vw
    }

    .notice-slk1 .text {
        padding-left: .52vw
    }

    .notice-slk1 .title {
        font-size: .937vw
    }

    .notice-slk1 .con:hover {
        box-shadow: 0 .625vw .937vw 0 rgba(28, 70, 143, .65)
    }

    .notice-slk1 .slick-arrow {
        width: 3.125vw;
        height: 3.125vw;
        -webkit-background-size: .416vw auto;
        background-size: .416vw auto
    }

    .section-index3 {
        padding-top: 2.447vw
    }

    .section-index3 .d-title1 {
        margin-bottom: 2.5vw;
        padding: 0 2.187vw
    }

    .ind2-bg {
        height: 32.91vw
    }

    .box-feature {
        padding: 1.458vw 1.979vw 1.875vw
    }

    .box-feature:after {
        right: calc((72.91vw - 100vw)/ 2)
    }

    .box-feature .col-l {
        width: 19.79vw
    }

    .box-feature .col-r {
        padding-left: 2.395vw;
        width: calc(100% - 19.79vw)
    }

    .feature-slk1 {
        padding-bottom: 1.666vw
    }

    .feature-slk1 .slider {
        padding-right: 1.458vw;
        height: 30vw
    }

    .feature-slk1 .con {
        padding: .52vw 0
    }

    .feature-slk1 .pic {
        width: 9.635vw;
        height: 6.458vw
    }

    .feature-slk1 .text {
        padding: .625vw 0 0 1.041vw;
        width: calc(100% - 9.635vw)
    }

    .feature-slk1 .title {
        margin-bottom: 1.041vw;
        font-size: .937vw
    }

    .feature-slk1 .date {
        font-size: .833vw
    }

    .feature-slk1 .slick-arrow {
        height: 1.093vw
    }

    .box-videos {
        margin-top: -3.906vw
    }

    .box-videos .video {
        height: 31.97vw;
        border-radius: 1.041vw 0 0
    }

    .box-videos .video .play-btn {
        width: 4.479vw;
        height: 4.479vw
    }

    .box-videos .title {
        margin-left: 3.072vw;
        height: 3.802vw;
        line-height: 3.802vw;
        font-size: 1.041vw
    }

    .section-index4 {
        padding: 13.85vw 0 2.812vw;
        margin-top: -11.04vw
    }

    .media-slk1 .pic {
        height: 21.45vw
    }

    .media-slk1 .title {
        padding: 0 1.145vw;
        padding-right: 3.125vw;
        font-size: 1.041vw;
        line-height: 3.75vw
    }

    .media-slk1 .slick-dots {
        right: 1.197vw;
        bottom: 1.041vw
    }

    .media-slk1 .slick-dots li {
        font-size: .937vw;
        line-height: 1.562vw
    }

    .media-slk1 .slick-dots li i {
        margin: -.104vw .52vw 0;
        width: .364vw;
        height: .885vw
    }

    .media-ls {
        margin-top: -.364vw
    }

    .media-ls .con {
        padding: 1.354vw 0;
        padding-left: 1.458vw
    }

    .media-ls .icon {
        top: 1.614vw;
        width: .989vw;
        height: .729vw;
        line-height: .729vw
    }

    .media-ls .title {
        margin-bottom: .52vw;
        font-size: .937vw
    }

    .media-ls .desc {
        font-size: .729vw
    }

    .section-5 {
        padding: 2.916vw 0 4.583vw
    }

    .section-5 .d-title1 {
        margin-bottom: 2.604vw
    }

    .special-slk1 {
        margin: 0 -1.562vw;
        padding: 0 1.562vw
    }

    .special-slk1 .slider-in {
        margin: 0 -.833vw
    }

    .special-slk1 .item {
        padding: 0 .833vw
    }

    .special-slk1 .con {
        border-radius: .625vw
    }

    .special-slk1 .slick-arrow {
        width: 2.291vw;
        height: 2.291vw;
        -webkit-background-size: .729vw auto;
        background-size: .729vw auto;
        box-shadow: 0 0 .52vw rgba(12, 53, 125, .3)
    }

    .special-slk1 .slick-prev {
        left: .52vw
    }

    .special-slk1 .slick-next {
        right: .52vw
    }

    .section-in1 {
        padding-bottom: 5vw
    }



    .section-in1 .col-r {
        padding-top: 1.406vw
    }

    .d-items+.d-items {
        margin-top: 2.604vw
    }

    .notice-ls1 li {
        padding: 0 .729vw
    }

    .notice-ls1 .con {
        height: 3.385vw;
        line-height: 3.385vw
    }

    .notice-ls1 .date {
        margin-left: .781vw;
        font-size: .833vw
    }

    .notice-ls1 .title {
        padding-left: .937vw;
        font-size: .937vw
    }

    .notice-ls1 .title:before {
        width: .26vw;
        height: .26vw
    }

    .trends-ls1 li {
        padding: 0 .729vw
    }

    .trends-ls1 .con {
        line-height: 3.385vw
    }

    .trends-ls1 .title {
        padding-left: .937vw;
        width: calc(100% - 5.208vw);
        font-size: .937vw
    }

    .trends-ls1 .title:before {
        width: .26vw;
        height: .26vw
    }

    .trends-ls1 .desc {
        font-size: .833vw
    }

    .trends-ls1 .date {
        width: 5.208vw;
        font-size: .833vw
    }

    .trends-ls1 .active .con {
        padding: .833vw 0
    }

    .trends-ls1 .active .con .pic {
        margin-left: 1.197vw;
        width: 11.82vw;
        height: 7.708vw
    }

    .trends-ls1 .active .con .text {
        padding: .625vw .52vw
    }

    .trends-ls1 .active .con .title {
        margin-bottom: .416vw
    }

    .trends-ls1 .active .con .desc {
        margin-bottom: .677vw
    }

    .teachJ-ls {
        margin: 0 -.781vw -1.666vw
    }

    .teachJ-ls li {
        padding: 0 .781vw;
        margin-bottom: 1.666vw
    }

    .teachJ-ls .con {
        padding-bottom: .208vw
    }

    .teachJ-ls .con:after {
        height: .208vw
    }

    .teachJ-ls .con-in {
        padding: 1.666vw 1.145vw
    }

    .teachJ-ls .pic {
        margin-bottom: 1.666vw
    }

    .teachJ-ls .btn a {
        height: 2.239vw;
        line-height: 2.135vw;
        border-radius: .208vw;
        font-size: .937vw
    }

    .teachJ-ls .title {
        margin-bottom: .937vw;
        font-size: 1.041vw
    }

    .teachJ-ls .info {
        font-size: .833vw
    }

    .teachJ-ls .info .intro {
        margin-bottom: .625vw;
        height: 7.52em
    }

    .agency-ls {
        margin: 0 -.781vw -1.562vw
    }

    .agency-ls li {
        padding: 0 .781vw;
        margin-bottom: 1.562vw
    }

    .agency-ls .con {
        padding-bottom: .208vw
    }

    .agency-ls .con:after {
        height: .208vw
    }

    .agency-ls .con-in {
        padding: 0 3.645vw 0 3.125vw;
        height: 4.583vw;
        line-height: 4.479vw;
        font-size: 1.145vw
    }

    .agency-ls .arrow {
        right: 1.979vw;
        width: 1.354vw;
        height: .625vw
    }

    .trends-ls2 .con {
        padding: 1.25vw 0
    }

    .trends-ls2 .pic {
        margin-left: 2.812vw;
        width: 10.52vw
    }

    .trends-ls2 .date {
        margin: .729vw .937vw 0 0;
        padding-right: 1.041vw;
        min-height: 5.416vw
    }

    .trends-ls2 .date .d1 {
        margin-bottom: .364vw;
        font-size: 1.041vw
    }

    .trends-ls2 .date .d2 {
        font-size: .833vw
    }

    .trends-ls2 .text {
        padding-top: .625vw
    }

    .trends-ls2 .title {
        margin-bottom: .364vw;
        font-size: .937vw
    }

    .trends-ls2 .desc {
        font-size: .781vw
    }

    .box-title {
        margin-top: -5.364vw
    }

    .box-title .slide-nav {
        width: 15.62vw
    }

    .section-jyw1 {
        padding: 2.187vw 0 1.562vw
    }

    .xqhz-slk .con {
        height: 18.22vw
    }

    .xqhz-slk .slick-dots {
        bottom: .937vw
    }

    .xqhz-slk .slick-dots li {
        margin: 0 .729vw;
        width: .625vw;
        height: .625vw
    }

    .txt-ls1 {
        margin: 0 -1.041vw
    }

    .txt-ls1 li {
        padding: 0 1.041vw
    }

    .txt-ls1 .con {
        padding: .729vw .416vw;
        min-height: 6.25vw
    }

    .txt-ls1 .title {
        margin-bottom: .312vw;
        font-size: .937vw
    }

    .txt-ls1 .date {
        font-size: .833vw
    }

    .section-jyw2 {
        padding: 1.562vw 0 1.979vw
    }

    .sx-slk .slider {
        margin: 0 -.833vw
    }

    .sx-slk .item {
        padding: 0 .833vw
    }

    .sx-slk .pic {
        margin-bottom: .937vw
    }

    .sx-slk .title {
        padding: 0 .52vw;
        font-size: .937vw
    }

    .sx-slk .slick-arrow {
        width: 1.562vw;
        height: 2.604vw
    }

    .section-jyw3 {
        padding: 1.979vw 0 5.104vw
    }

    .txt-ls2 {
        margin: 0 -1.145vw -1.666vw
    }

    .txt-ls2 li {
        padding: 0 1.145vw;
        margin-bottom: 1.666vw
    }

    .txt-ls2 .con {
        padding: 1.041vw 1.25vw;
        height: 7.916vw
    }

    .txt-ls2 .hd {
        margin-bottom: .625vw;
        padding-bottom: .364vw
    }

    .txt-ls2 .hd:after {
        width: 1.666vw;
        height: .156vw
    }

    .txt-ls2 .title {
        margin-bottom: .416vw;
        font-size: .937vw
    }

    .txt-ls2 .date {
        font-size: .937vw
    }

    .box-detail1 {
        padding: 1.979vw 2.968vw
    }

    .box-detail1 .cont {
        padding-top: .312vw
    }

    .box-detail1 .title {
        padding-bottom: 1.25vw;
        margin-bottom: 1.666vw;
        font-size: 1.25vw
    }

    .box-detail1 .title:after {
        width: 1.041vw;
        height: .208vw
    }

    .box-detail1 .info {
        font-size: .937vw
    }

    .imgtxt-ls1 {
        margin: 0 -.781vw -1.77vw
    }

    .imgtxt-ls1 li {
        padding: 0 .781vw;
        margin-bottom: 1.77vw
    }

    .imgtxt-ls1 .con {
        padding: .729vw
    }

    .imgtxt-ls1 .pic {
        margin-bottom: .312vw
    }

    .imgtxt-ls1 .title {
        height: 2.604vw;
        line-height: 2.604vw;
        font-size: 1.041vw
    }

    .box-detail2 .hd {
        padding: 1.562vw 0;
    }

    .box-detail2 .hd .title {
        margin-bottom: 1.041vw;
        font-size: 1.25vw
    }

    .box-detail2 .hd .info {
        font-size: .833vw
    }

    .box-detail2 .hd .info span {
        margin: 0 .833vw
    }

    .box-detail2 .cont {
        padding: 1.666vw 0;
        font-size: .937vw
    }

    .dt-page {
        padding-top: 1.77vw
    }

    .dt-page .a1 {
        padding-left: 1.406vw;
        background: url(../images/icon-file.png) left center no-repeat;
        -webkit-background-size: .729vw auto;
        background-size: .729vw auto;
        font-size: .937vw
    }

    .imgtxt-ls2 {
        margin: 0 -1.458vw -3.125vw
    }

    .imgtxt-ls2 li {
        padding: 0 1.458vw 3.125vw
    }

    .imgtxt-ls2 .pic {
        width: 10.62vw
    }

    .imgtxt-ls2 .inner {
        padding: 1.25vw 1.354vw .781vw
    }

    .imgtxt-ls2 .title {
        padding-bottom: .677vw;
        margin-bottom: .677vw;
        font-size: 1.25vw
    }

    .imgtxt-ls2 .desc {
        margin-bottom: 1.979vw;
        font-size: .833vw
    }

    .imgtxt-ls2 .more span {
        padding-right: .729vw;
        font-size: .833vw;
        background-size: .312vw auto
    }

    .imgtxt-ls2 .con:hover {
        box-shadow: 0 .937vw .937vw 0 rgba(5, 70, 140, .43)
    }

    .d-detail3 {
        padding: 2.812vw 0 3.75vw
    }

    .d-detail3 .hd {
        margin-bottom: 1.875vw
    }

    .d-detail3 .hd .title {
        font-size: 1.25vw
    }

    .d-detail3 .cont {
        min-height: 21.09vw
    }

    .d-detail3 .cont .title-sub .tit {
        padding: 0 1.041vw;
        min-width: 8.072vw;
        font-size: 1.041vw;
        line-height: 2.447vw
    }

    .d-detail3 .cont .txt {
        padding: 2.031vw 2.083vw;
        font-size: .937vw
    }

    .section-in2 {
        padding: 1.562vw 0 3.333vw
    }

    .section-in2 .col-r {
        padding-top: 1.354vw
    }

    .trends-slk {
        padding-bottom: 3.385vw;
        height: 29.58vw
    }

    .trends-slk .pic {
        height: 19.16vw
    }

    .trends-slk .text {
        padding: 1.562vw 1.666vw
    }

    .trends-slk .title {
        font-size: 1.041vw
    }

    .trends-slk .slick-dots {
        bottom: 1.875vw
    }

    .trends-slk .slick-dots li {
        margin: 0 .729vw;
        width: .625vw;
        height: .625vw
    }

    .trends-slk .slick-dots button {
        left: -52.03vw
    }

    .trends-ls3 {
        margin-bottom: -1.145vw
    }

    .trends-ls3 li {
        margin-bottom: 1.145vw
    }

    .trends-ls3 .con {
        padding: .52vw;
        height: 5vw;
        line-height: 3.958vw
    }

    .trends-ls3 .date {
        padding: .52vw .312vw;
        width: 3.645vw;
        height: 3.854vw
    }

    .trends-ls3 .date .d1 {
        margin-bottom: .208vw;
        font-size: 1.25vw
    }

    .trends-ls3 .date .d2 {
        font-size: .833vw
    }

    .trends-ls3 .text {
        padding-left: 1.041vw;
        width: calc(100% - 3.645vw)
    }

    .trends-ls3 .title {
        font-size: .937vw
    }

    .trends-ls4 li {
        margin-bottom: 1.354vw
    }

    .trends-ls4 .con {
        padding: .52vw 1.041vw;
        padding-left: 2.083vw;
        height: 5.104vw;
        line-height: 4.062vw;
        border-radius: .52vw
    }

    .trends-ls4 .icon {
        width: 3.125vw;
        height: 3.125vw;
        line-height: 3.125vw
    }

    .trends-ls4 .text {
        padding-left: 1.458vw;
        width: calc(100% - 3.125vw)
    }

    .trends-ls4 .title {
        font-size: 1.25vw
    }

    .box-hotLine {
        padding: 1.562vw 1.979vw 1.77vw
    }

    .box-hotLine .title {
        margin-bottom: 1.093vw;
        font-size: 1.25vw
    }

    .box-hotLine .title img {
        margin: -.104vw .729vw 0 0;
        max-width: 1.406vw
    }

    .box-hotLine .info {
        font-size: .937vw
    }

    .section-xyj1 {
        padding: 2vw 0;
        min-height: 34.89vw
    }

    .box-detail4 .pic {
        top: -4.166vw
    }

    .box-detail4 .txt {
        margin-bottom: 3.177vw;
        font-size: .937vw
    }

    .section-xyj2 {
        padding: 3.645vw 0
    }

    .section-xyj2 .d-title5 {
        margin-bottom: 3.385vw
    }

    .tabs-ls1 {
        margin: 0 -.416vw 1.25vw
    }

    .tabs-ls1 li {
        padding: 0 .416vw;
        margin-bottom: .833vw
    }

    .tabs-ls1 .tit {
        line-height: 4.166vw;
        font-size: 1.25vw
    }

    .d-detail5 .pic {
        margin-right: 2.187vw
    }

    .d-detail5 .cont {
        padding-top: .833vw
    }

    .d-detail5 .txt {
        margin-bottom: 2.083vw;
        font-size: .937vw
    }

    .section-xyj3 {
        padding: 1.979vw 0 3.125vw
    }

    .trends-slk2 .slkNav {
        margin: 0 -3.645vw 1.666vw;
        padding: 0 3.645vw
    }

    .trends-slk2 .slkNav .slider-in {
        margin: 0 -1.458vw
    }

    .trends-slk2 .slkNav .slick-list {
        padding: 3.125vw 0 !important
    }

    .trends-slk2 .slkNav .item {
        padding: 0 1.458vw
    }

    .trends-slk2 .slkNav .slick-arrow {
        width: 2.083vw;
        height: 2.083vw;
        -webkit-background-size: .833vw auto;
        background-size: .833vw auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .trends-slk2 .slkFor {
        padding: 1.093vw 2.604vw 1.718vw
    }

    .trends-slk2 .slkFor:after {
        left: 1.822vw;
        top: .52vw;
        width: 3.333vw;
        height: 4.010vw
    }

    .trends-slk2 .slkFor:before {
        width: 1.458vw;
        height: 1.145vw
    }

    .trends-slk2 .slkFor .title {
        margin-bottom: .781vw;
        font-size: 1.562vw
    }

    .trends-slk2 .slkFor .txt {
        font-size: .833vw
    }

    .section-xyj4 {
        padding: 2.187vw 0 2.916vw
    }

    .section-xyj4 .notice-ls1 {
        margin-top: -1.041vw
    }

    .trends-slk3 .con {
        height: 19.37vw
    }

    .trends-slk3 .title {
        padding: 0 1.354vw;
        font-size: 1.041vw;
        line-height: 2.604vw
    }

    .trends-slk3 .slick-dots {
        bottom: 3.125vw
    }

    .trends-slk3 .slick-dots li {
        margin: 0 .625vw;
        width: .416vw;
        height: .416vw
    }

    .section-xyj5 {
        padding: 2.604vw 0 3.75vw
    }

    .news-ls3 {
        margin: 0 -1.562vw -1.041vw
    }

    .news-ls3 li {
        padding: 0 1.562vw;
        margin-bottom: 1.041vw
    }

    .news-ls3 .con {
        padding: 1.145vw 1.302vw;
        height: 5.625vw
    }

    .news-ls3 .title {
        margin-bottom: .416vw;
        font-size: .937vw
    }

    .news-ls3 .date {
        font-size: .833vw
    }
}

@media only screen and (max-width:1799px) {
    .media-ls .icon {
        top: 1.9vw
    }

    .trends-ls1 .desc,
    .trends-ls2 .desc {
        font-size: 12px
    }

    .imgtxt-ls2 .desc {
        margin-bottom: .8vw;
        font-size: 12px
    }
}

@media only screen and (max-width:1199px) {
    .header .wp {
        padding: 0 20px
    }

    .header-1 {
        height: 32px;
        line-height: 32px
    }

    .header-link a {
        font-size: 12px
    }

    .logo {
        /* margin-top: 10px; */
        width: 180px;
        height: 40px;
        line-height: 40px
    }

    .header-r {
        padding-top: 10px;
        width: calc(100% - 190px)
    }

    .header-2 {
        height: 60px
    }

    .nav li>a {
        padding: 0 1vw;
        font-size: 14px;
        line-height: 40px
    }

    .sub {
        min-width: 100px
    }

    .sub a {
        padding: 0 10px;
        font-size: 14px
    }

    .so-btn {
        width: 40px;
        height: 40px;
        -webkit-background-size: 24px auto;
        background-size: 24px auto
    }

    .search-box {
        width: 300px;
        height: 40px
    }

    .search-box .inp {
        padding: 0 90px 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .search-box .submit {
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .header.fixed .header-2 {
        height: 60px
    }

    .header.fixed .logo {
        /* margin-top: 10px; */
    }

    .header.fixed .header-r {
        padding-top: 10px
    }

    .header.down {
        /* top: -32px; */
    }

    .footer-copy,
    .footer-info {
        font-size: 12px
    }

    .footer-info img {
        margin-left: 5px;
        max-width: 12px
    }

    .footer-title {
        margin-bottom: 10px;
        font-size: 14px
    }

    .footer-shareBtn .btn {
        margin-bottom: 4px;
        width: 34px;
        height: 34px;
        line-height: 32px
    }

    .footer-shareBtn .title {
        font-size: 12px
    }

    .d-title1 .tit {
        font-size: 24px
    }

    .d-title1 .tit i {
        width: 6px;
        height: 6px
    }

    .d-title1 .more {
        padding-right: 16px;
        font-size: 14px
    }

    .d-title1 .more i {
        width: 12px;
        height: 12px
    }

    .d-title2 {
        line-height: 50px
    }

    .d-title2 .tit {
        font-size: 20px
    }

    .d-title3 .tit {
        font-size: 16px;
        line-height: 32px
    }

    .d-title4 {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .d-title4 .tit {
        font-size: 20px
    }

    .d-title4 .more {
        font-size: 12px;
        line-height: 30px
    }

    .d-title5 .tit {
        padding-bottom: 5px;
        font-size: 20px;
        line-height: 2
    }

    .d-title5 .tit:after {
        width: 30px;
        height: 2px
    }

    .d-btn1 .a1 {
        width: 60px;
        height: 26px;
        line-height: 26px;
        font-size: 12px
    }

    .cur {
        font-size: 11px;
    }

    .slide-nav .title {
        font-size: 20px
    }

    .slideNav-ls>ul>li>.hd>.tit {
        font-size: 16px
    }

    .slideNav-ls>ul>li>.hd>i {
        right: 0;
        width: 30px;
        height: 30px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto
    }

    .slideNav-ls>ul>li>ul>li>.hd>.tit {
        font-size: 14px
    }

    .pages {
        padding-top: 20px
    }

    .pages ul li a,
    .pages ul li span {
        min-width: 24px;
        line-height: 22px;
        font-size: 12px
    }

    .pages ul .pages-first a,
    .pages ul .pages-last a,
    .pages ul .pages-next a,
    .pages ul .pages-prev a {
        height: 24px;
        line-height: 22px;
        border-radius: 2px
    }

    .banner-text .title {
        font-size: 16px;
        line-height: 54px
    }

    .banner .slick-dots li {
        font-size: 14px
    }

    .banner .slick-dots li:after {
        width: 4px;
        height: 4px
    }

    .banner .down-icon {
        width: 50px;
        height: 50px;
        -webkit-background-size: 46px auto;
        background-size: 46px auto
    }

    .news-ls1 .text {
        padding: 24px 15px;
        min-height: 165px
    }

    .news-ls1 .text:before {
        left: 15px;
        top: 15px;
        width: 20px;
        height: 2px
    }

    .news-ls1 .date .d1 {
        font-size: 16px
    }

    .news-ls1 .date .d2 {
        font-size: 12px
    }

    .news-ls1 .title {
        margin-bottom: 8px;
        font-size: 14px
    }

    .news-ls1 .desc {
        font-size: 12px
    }

    .news-ls1 .more {
        width: 20px;
        height: 20px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto
    }

    .news-ls1 .con:hover .text {
        padding: 24px 15px
    }

    .news-ls1 .con:hover .text:before {
        left: 15px
    }

    .news-ls1 .con:hover .more {
        right: 15px
    }

    .news-ls2 .con {
        padding: 15px;
        height: 110px
    }

    .news-ls2 .title {
        margin-bottom: 4px;
        font-size: 14px
    }

    .news-ls2 .date {
        font-size: 12px
    }

    .notice-slk1 .con {
        padding: 15px;
        height: 150px
    }

    .notice-slk1 .date {
        width: 50px
    }

    .notice-slk1 .date .d1,
    .notice-slk1 .date .d2 {
        font-size: 12px
    }

    .notice-slk1 .text {
        padding-left: 10px
    }

    .notice-slk1 .title {
        font-size: 14px
    }

    .feature-slk1 {
        padding-bottom: 40px
    }

    .feature-slk1 .slider {
        height: 320px
    }

    .feature-slk1 .con {
        padding: 10px 0
    }

    .feature-slk1 .pic {
        width: 90px;
        height: 60px
    }

    .feature-slk1 .text {
        padding: 0 0 0 8px;
        width: calc(100% - 90px)
    }

    .feature-slk1 .title {
        margin-bottom: 4px;
        font-size: 14px
    }

    .feature-slk1 .date {
        font-size: 12px
    }

    .feature-slk1 .slick-arrow {
        height: 24px
    }

    .box-videos .video .play-btn {
        width: 60px;
        height: 60px
    }

    .box-videos .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .media-ls {
        margin-top: -15px
    }

    .media-ls .con {
        padding: 15px 20px 15px 30px
    }

    .media-ls .icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 17px
    }

    .media-ls .title {
        margin-bottom: 6px;
        font-size: 16px
    }

    .media-ls .desc {
        font-size: 12px
    }

    .media-slk1 .pic {
        height: 300px
    }

    .media-slk1 .title {
        padding: 0 15px;
        font-size: 16px;
        line-height: 36px
    }

    .media-slk1 .slick-dots li {
        font-size: 14px
    }

    .media-slk1 .slick-dots li i {
        width: 7px;
        height: 17px
    }

    .special-slk1 {
        padding: 0 20px;
        margin: 0 -20px
    }

    .special-slk1 .slick-arrow {
        width: 40px;
        height: 40px
    }

    .notice-ls1 .con {
        height: 50px;
        line-height: 50px
    }

    .notice-ls1 .date {
        font-size: 12px
    }

    .notice-ls1 .title {
        padding-left: 12px;
        font-size: 14px
    }

    .notice-ls1 .title:before {
        width: 4px;
        height: 4px
    }

    .trends-ls1 .con {
        line-height: 50px
    }

    .trends-ls1 .date {
        width: 80px;
        font-size: 12px
    }

    .trends-ls1 .title {
        padding-left: 12px;
        width: calc(100% - 80px);
        font-size: 14px
    }

    .trends-ls1 .title:before {
        width: 4px;
        height: 4px
    }

    .trends-ls1 .active .con .title {
        font-size: 16px
    }

    .trends-ls1 .active .con .date,
    .trends-ls1 .active .con .desc {
        font-size: 12px
    }

    .teachJ-ls .btn a {
        font-size: 14px;
        height: 28px;
        line-height: 26px
    }

    .teachJ-ls .title {
        font-size: 14px
    }

    .teachJ-ls .info {
        font-size: 12px
    }

    .agency-ls .con-in {
        padding: 0 40px 0 20px;
        font-size: 14px;
        height: 50px;
        line-height: 48px
    }

    .agency-ls .arrow {
        right: 15px;
        width: 20px;
        height: 10px
    }

    .trends-ls2 .con {
        padding: 15px 0
    }

    .trends-ls2 .date .d1,
    .trends-ls2 .date .d2 {
        font-size: 14px
    }

    .trends-ls2 .text {
        padding-top: 2px
    }

    .trends-ls2 .title {
        font-size: 14px
    }

    .trends-ls2 .desc {
        font-size: 12px
    }

    .txt-ls1 .con {
        padding: 10px
    }

    .txt-ls1 .title {
        font-size: 14px
    }

    .txt-ls1 .date {
        font-size: 12px
    }

    .sx-slk .title {
        font-size: 14px
    }

    .sx-slk .slick-arrow {
        width: 30px;
        height: 50px;
        top: 34%
    }

    .txt-ls2 .con {
        padding: 15px;
        height: 116px
    }

    .txt-ls2 .title {
        font-size: 14px
    }

    .txt-ls2 .date {
        font-size: 12px
    }

    .box-detail1 .title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 18px
    }

    .box-detail1 .title:after {
        width: 30px;
        height: 2px
    }

    .box-detail1 .info {
        font-size: 14px
    }

    .imgtxt-ls1 .title {
        font-size: 14px;
        height: 36px;
        line-height: 36px
    }

    .box-detail2 .hd .title {
        font-size: 18px
    }

    .box-detail2 .hd .info {
        font-size: 12px
    }

    .box-detail2 .cont {
        font-size: 14px
    }

    .dt-page .a1 {
        padding-left: 22px;
        font-size: 14px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto
    }

    .imgtxt-ls2 .title {
        font-size: 16px
    }

    .imgtxt-ls2 .more span {
        padding-right: 12px;
        font-size: 12px;
        -webkit-background-size: 5px auto;
        background-size: 5px auto
    }

    .box-detail4 .txt {
        font-size: 14px
    }

    .tabs-ls1 .tit {
        font-size: 16px
    }

    .d-detail5 .txt {
        font-size: 14px
    }

    .trends-slk2 .slkFor .title {
        font-size: 16px
    }

    .trends-slk2 .slkFor .txt {
        font-size: 12px
    }

    .trends-slk3 .title {
        font-size: 14px
    }

    .news-ls3 .con {
        padding: 15px;
        height: 74px
    }

    .news-ls3 .title {
        font-size: 14px
    }

    .news-ls3 .date {
        font-size: 12px
    }

    .trends-ls3 .con {
        padding: 0 10px;
        height: 5vw;
        line-height: 4.98vw
    }

    .trends-slk .title {
        font-size: 14px
    }

    .trends-ls3 .date .d1,
    .trends-ls3 .date .d2,
    .trends-ls3 .title {
        font-size: 12px
    }

    .box-hotLine .title,
    .trends-ls4 .title {
        font-size: 14px
    }

    .box-hotLine .info {
        font-size: 12px
    }

    .d-detail3 .hd .title {
        font-size: 20px
    }

    .d-detail3 .cont .title-sub .tit {
        padding: 0 15px;
        font-size: 16px;
        line-height: 36px
    }

    .d-detail3 .cont .txt {
        font-size: 12px
    }
}

@media only screen and (max-width:950px) {


    .section-in1 .col-l {
        display: none;
    }

    .section-in1 .col-r {
        padding-top: 20px;
        width: 100%
    }

    .box-title {
        display: none;
    }

    .menuBtn {
        display: block
    }

    .header-1 {
        background-color: transparent;
        display: none
    }

    .logo {
        position: relative;
        width: 240px;
        z-index: 100
    }

    .header-r {
        padding: 60px 0 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #0c357d;
        text-align: left;
        display: none
    }

    .header-r .scroll {
        padding-bottom: 20px;
        display: block;
        height: 100%;
        overflow: hidden;
        overflow-y: auto
    }

    .header-r .header-link {
        display: block
    }

    .nav {
        width: 100%
    }

    .nav li {
        display: block
    }

    .nav li>a {
        padding: 10px 30px;
        font-size: 18px;
        line-height: 1.5
    }

    .nav li>a:before {
        display: none
    }

    .nav li>a i {
        display: block
    }

    .sub {
        padding: 10px 0;
        width: 100%;
        min-width: 0;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .sub a {
        padding: 5px 40px;
        display: block;
        font-size: 14px;
        text-align: left;
        line-height: 1.6
    }

    .sub a:before {
        display: none
    }

    .so-btn {
        position: absolute;
        right: 60px;
        top: 50%;
        width: 40px;
        height: 40px;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
        display: block
    }

    .header-r .so-btn {
        display: none
    }

    .search-box {
        width: 400px;
        height: 50px
    }

    .search-box .inp {
        padding: 0 100px 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }

    .search-box .submit {
        width: 80px;
        height: 50px;
        line-height: 50px;
        font-size: 18px
    }

    .header-link {
        margin-top: 10px;
        padding: 0 20px;
        text-align: left
    }

    .header-link a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 2.2
    }

    .header.fixed .logo img {
        display: inline-block
    }

    .header.fixed .logo img:nth-child(2) {
        display: none
    }

    .header.fixed .so-btn {
        background-image: url(../images/icon-so.png)
    }

    .header.fixed .nav li>a {
        color: #fff
    }

    .header.fixed .header-r {
        padding-top: 60px
    }

    .footer {
        padding: 20px 0
    }

    .footer-logo {
        width: 200px
    }

    .banner {
        height: auto
    }

    .banner .banner-btns {
        right: 20px;
        bottom: 10px
    }

    .banner .down-icon {
        display: none
    }

    .d-title1 {
        margin-bottom: 20px !important
    }

    .section-index1 {
        padding: 40px 0 20px
    }

    .section-index2 {
        padding: 20px 0 40px
    }

    .notice-slk1 .slick-arrow {
        width: 40px;
        height: 40px;
        -webkit-background-size: 8px auto;
        background-size: 8px auto
    }

    .section-index3 {
        padding: 40px 0
    }

    .section-index3 .d-title1 {
        padding: 0 10px;
        width: 30%
    }

    .box-feature .col-l {
        width: 30%
    }

    .box-feature .col-r {
        width: 70%
    }

    .section-index4 {
        padding: 80px 0 40px
    }

    .section-5 {
        padding: 40px 0
    }

    .section-in1 {
        padding-bottom: 40px
    }

    .section-in2 {
        padding: 20px 0 40px
    }

    .section-in2 .col-l,
    .section-in2 .col-r {
        float: none;
        width: 100%
    }

    .section-in2 .col-l {
        margin-bottom: 15px
    }

    .trends-slk {
        height: 336px
    }

    .trends-ls3 .con {
        height: 60px;
        line-height: 58px
    }

    .trends-slk .pic {
        height: 28vw
    }

    .trends-ls3 .date {
        padding: 8px 6px;
        width: 50px;
        height: 46px
    }

    .trends-ls3 .date .d1 {
        margin-bottom: 4px
    }

    .trends-ls3 .text {
        width: calc(100% - 50px)
    }

    .trends-ls4 {
        margin: 0 -5px;
        font-size: 0
    }

    .trends-ls4 li {
        padding: 0 5px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        width: 33.33%
    }

    .trends-ls4 .con {
        padding: 10px 20px;
        height: 50px;
        line-height: 30px
    }

    .trends-ls4 .icon {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .trends-ls4 .text {
        width: calc(100% - 32px)
    }

    .box-hotLine .title img {
        max-width: 14px
    }
}

@media only screen and (max-width:576px) {
    .d-title2 .cur {
        width: 100%;
    }
}
}