.index-swiper-slide.pt {
    padding-top: 138px;
}

@media (max-width:1439px) {
    .index-swiper-slide.pt {
        padding-top: 120px
    }
}

@media (max-width:1279px) {
    .index-swiper-slide.pt {
        padding-top: 100px
    }
}

@media (max-width:991px) {
    .index-swiper-slide.pt {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .index-swiper-slide.pt {
        padding-top: 60px
    }
}

.index-swiper-ba,
.index-swiper-business .body-item-num,
.index-swiper-nav .hint,
.index-swiper-news .news-time {
    font-family: din-medium, sans-serif
}

@media (max-width:767px) {

    .index-swiper-ba,
    .index-swiper-business .body-item-num,
    .index-swiper-nav .hint,
    .index-swiper-news .news-time {
        font-family: Microsoft YaHei, sans-serif
    }
}

.croot:before {
    display: none
}

.index-swiper {
    height: 100vh
}

.index-swiper-nav {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 100;
    color: #fff;
}

@media (max-width:991px) {
    .index-swiper-nav {
        display: none
    }
}

.index-swiper-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    opacity: .2;
    background-color: #fff
}

.index-swiper-nav .list {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    margin-bottom: 180px
}

@media (max-width:1679px) {
    .index-swiper-nav .list {
        margin-bottom: 162px
    }
}

@media (max-width:1439px) {
    .index-swiper-nav .list {
        margin-bottom: 144px
    }
}

@media (max-width:1279px) {
    .index-swiper-nav .list {
        margin-bottom: 126px
    }
}

@media (max-width:991px) {
    .index-swiper-nav .list {
        margin-bottom: 108px
    }
}

@media (max-width:767px) {
    .index-swiper-nav .list {
        margin-bottom: 90px
    }
}

.index-swiper-nav .list-item {
    position: relative;
    display: flex;
    padding-left: 16px;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    background: #004a8b;
    padding: 20px;
}

.index-swiper-nav .list-item:not(:last-child) {
    margin-bottom: 30px
}

.index-swiper-nav .list-item:after,
.index-swiper-nav .list-item:before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0 50% 50% 0;
    transition: all .25s
}

.index-swiper-nav .list-item:before {
    width: 16px;
    height: 16px;
    left: -7px;
    border: 1px solid #fff
}

.index-swiper-nav .list-item:after {
    content: "";
    width: 8px;
    height: 8px;
    left: -4px;
    background-color: #fff
}

.index-swiper-nav .list-item:not(.active) {
    opacity: .5
}

.index-swiper-nav .list-item:not(.active):before {
    transform: scale(.58)
}

.index-swiper-nav .list-item:not(.active):after {
    transform: scale(0)
}

.index-swiper-nav .hint {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    font-size: 14px;
    padding-bottom: 40px
}

@media (max-width:1679px) {
    .index-swiper-nav .hint {
        padding-bottom: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-nav .hint {
        padding-bottom: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-nav .hint {
        padding-bottom: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-nav .hint {
        padding-bottom: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-nav .hint {
        padding-bottom: 20px
    }
}

@media (max-height:700px) {
    .index-swiper-nav .hint {
        display: none
    }
}

.index-swiper-nav .hint:after {
    content: "";
    width: 1px;
    background-color: #fff;
    margin-top: 12px;
    position: relative;
    left: 1px;
    -webkit-animation: slideOutDown 1s ease 0s infinite alternate;
    animation: slideOutDown 1s ease 0s infinite alternate;
    height: 40px
}

@media (max-width:1679px) {
    .index-swiper-nav .hint:after {
        height: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-nav .hint:after {
        height: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-nav .hint:after {
        height: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-nav .hint:after {
        height: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-nav .hint:after {
        height: 20px
    }
}

.index-swiper-nav .hint-text-one {
    display: block;
    transform: rotate(90deg)
}

.index-swiper-nav .hint-letter:not(:first-child) {
    margin-top: -3px
}

.index-swiper-nav,
.index-swiper-nav .hint:after,
.index-swiper-nav .list-item:after,
.index-swiper-nav .list-item:before,
.index-swiper-nav:before {
    transition: all .25s
}

.index-swiper-nav .hint-text {
    transition: color .25s, background-color 0s ease .25s
}

.index-swiper-nav.active {
    color: #fff;
}

.index-swiper-nav.active .hint:after,
.index-swiper-nav.active:before {
    background-color: #004a8b
}

.index-swiper-nav.active .list-item:before {
    border-color: #fff
}

.index-swiper-nav.active .list-item:after {
    background-color: #fff
}

.index-swiper-nav.active .hint-text {
    background-color: #f1f1f1bd;
}

.index-swiper-slide.pl {
    padding-left: 160px;
}

@media (max-width:991px) {
    .index-swiper-slide.pl {
        padding-left: 15px
    }
}

.index-swiper-slide.pr {
    padding-right: 35px
}

@media (max-width:991px) {
    .index-swiper-slide.pr {
        padding-right: 15px
    }
}

.index-swiper-ba {
    position: absolute;
    z-index: 10;
    font-weight: 700;
    font-size: 14px;
    color: #0a5491;
    opacity: .5;
    right: 40px;
    bottom: 70px;
}

@media (max-width:1679px) {
    .index-swiper-ba {
        right: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-ba {
        right: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-ba {
        right: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-ba {
        right: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-ba {
        right: 20px
    }
}

@media (max-width:1679px) {
    .index-swiper-ba {
        bottom: 63px
    }
}

@media (max-width:1439px) {
    .index-swiper-ba {
        bottom: 56px
    }
}

@media (max-width:1279px) {
    .index-swiper-ba {
        bottom: 49px
    }
}

@media (max-width:991px) {
    .index-swiper-ba {
        bottom: 42px
    }
}

@media (max-width:767px) {
    .index-swiper-ba {
        bottom: 35px
    }
}

.index-swiper-banner {
    position: relative;
    color: #fff
}

.index-swiper-banner .swiper-bg {
    height: 100%
}

.index-swiper-banner .swiper-bg-slide {
    overflow: hidden
}

.index-swiper-banner .swiper-bg-pic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
    display: block;
    height: 100%
}

.index-swiper-banner .swiper-bg-pic~* {
    position: relative;
    z-index: 1
}

.index-swiper-banner .body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
    padding-top: 100px
}

@media (max-width:1679px) {
    .index-swiper-banner .body {
        padding-top: 90px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body {
        padding-top: 80px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body {
        padding-top: 70px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body {
        padding-top: 60px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body {
        padding-top: 50px
    }
}

.index-swiper-banner .body-subtitle {
    letter-spacing: 5px;
    font-size: 60px;
    font-weight: bold;
}
.h3-body-title-item {
    font-size: 40px;
}
.h6-body-title-item-en {
    font-size: 24px;
}
@media (max-width:1679px) {
    .index-swiper-banner .body-subtitle {
        font-size: 44px;
        font-weight: 700;
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-subtitle {
        font-size: 13.44px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-subtitle {
        font-size: 12.16px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-subtitle {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-subtitle {
        font-size: 12px
    }
}

.index-swiper-banner .body-line {
    /* height:2px; */
    /* background-color:#fff; */
    width: 78px;
    margin-top: 26px;
    margin-bottom: 34px;
}

@media (max-width:1679px) {
    .index-swiper-banner .body-line {
        width: 68.64px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-line {
        width: 59.28px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-line {
        width: 49.92px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-line {
        width: 40.56px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-line {
        width: 31.2px
    }
}

@media (max-width:1679px) {
    .index-swiper-banner .body-line {
        margin-top: 23.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-line {
        margin-top: 20.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-line {
        margin-top: 18.2px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-line {
        margin-top: 15.6px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-line {
        margin-top: 13px
    }
}

@media (max-width:1679px) {
    .index-swiper-banner .body-line {
        margin-bottom: 5px;
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-line {
        margin-bottom: 27.2px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-line {
        margin-bottom: 23.8px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-line {
        margin-bottom: 20.4px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-line {
        margin-bottom: 17px
    }
}

.index-swiper-banner .body-title {
    /* font-weight:700; */
    font-size: 50px;
}

@media (max-width:1679px) {
    .index-swiper-banner .body-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-title {
        font-size: 42px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-title {
        font-size: 38px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-title {
        font-size: 34px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-title {
        font-size: 30px
    }
}

.index-swiper-banner .body-pagination {
    display: flex;
    align-items: center;
    margin-top: 260px;
    margin-bottom: 0px
}

@media (max-width:1679px) {
    .index-swiper-banner .body-pagination {
        margin-top: 77.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-pagination {
        margin-top: 64.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-pagination {
        margin-top: 52.2px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-pagination {
        margin-top: 39.6px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-pagination {
        margin-top: 27px
    }
}

@media (max-width:1679px) {
    .index-swiper-banner .body-pagination {
        margin-bottom: 142.8px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-pagination {
        margin-bottom: 115.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-pagination {
        margin-bottom: 88.4px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-pagination {
        margin-bottom: 61.2px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-pagination {
        margin-bottom: 34px
    }
}

.index-swiper-banner .body-pagination span {
    height: 15px;
    width: 15px;
    border-radius: 10%;
    background-color: #fff;
    transition: all .25s;
    margin: 0 8px;
    cursor: pointer
}

.index-swiper-banner .body-pagination span:not(.active) {
    opacity: .5;
    transform: scale(.7)
}

.index-swiper-banner .body-nav {
    display: flex;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    flex-wrap: wrap;
    width: 100%;
}

.index-swiper-banner .body-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    background-color: rgb(10 84 145 / 45%);
    font-size: 18px;
    padding: 35px;
    width: 14.28571%;
}

@media (max-width:1679px) {
    .index-swiper-banner .body-nav-item {
        font-size: 16.56px
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-nav-item {
        font-size: 15.12px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-nav-item {
        font-size: 13.68px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-nav-item {
        font-size: 12.24px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-nav-item {
        font-size: 12px
    }
}

@media (max-width:1679px) {
    .index-swiper-banner .body-nav-item {
        padding: 30.8px;
        width: 16%;
        text-align: center;
        display: inline-block;
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-nav-item {
        padding: 26.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-nav-item {
        padding: 40px;
        width: 32%;
        text-align: center;
        /* width: 40%; */
        display: inline-block;
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-nav-item {
        padding: 18.2px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-nav-item {
        padding: 14px
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-nav-item {
        width: 33.33333%
    }
}

.index-swiper-banner .body-nav-item i {
    margin-bottom: 15px;
    font-size: 40px
}

@media (max-width:1679px) {
    .index-swiper-banner .body-nav-item i {
        font-size: 36.8px;
        margin-bottom: 0;
        display: inline-block;
    }
}

@media (max-width:1439px) {
    .index-swiper-banner .body-nav-item i {
        font-size: 33.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-banner .body-nav-item i {
        font-size: 30.4px;
        text-align: center;
        display: inline-block;
    }
}

@media (max-width:991px) {
    .index-swiper-banner .body-nav-item i {
        font-size: 27.2px
    }
}

@media (max-width:767px) {
    .index-swiper-banner .body-nav-item i {
        font-size: 24px
    }
}

.index-swiper-banner .body-nav-item:hover {
    background-color: #004a8b
}

.index-swiper-banner .body-subtitle-item,
.index-swiper-banner .body-title-item {
    opacity: 0;
    visibility: hidden;
    transition: all .65s;
    white-space: nowrap
}

.index-swiper-banner .body-subtitle-item:not(:first-child),
.index-swiper-banner .body-title-item:not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index-swiper-banner .body-subtitle-item.active,
.index-swiper-banner .body-title-item.active {
    opacity: 1;
    visibility: visible
}

.index-swiper-intro {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-swiper-intro .title {
    padding-bottom: 36px;
    border-bottom: 1px solid #bcbcbd
}

@media (max-width:1679px) {
    .index-swiper-intro .title {
        padding-bottom: 32.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-intro .title {
        padding-bottom: 28.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-intro .title {
        padding-bottom: 25.2px
    }
}

@media (max-width:991px) {
    .index-swiper-intro .title {
        padding-bottom: 21.6px
    }
}

@media (max-width:767px) {
    .index-swiper-intro .title {
        padding-bottom: 18px
    }
}

.index-swiper-intro .body {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .index-swiper-intro .body {
        flex-direction: column
    }
}

.index-swiper-intro .body-pic-item,
.index-swiper-intro .body-text {
    padding-top: 45px
}

@media (max-width:767px) {

    .index-swiper-intro .body-pic-item,
    .index-swiper-intro .body-text {
        padding-top: 15px
    }
}

.index-swiper-intro .body-text {
    max-width: 36%;
}
.body-text-mr10{
    margin-right: 20px;
}
@media (max-width:767px) {
    .index-swiper-intro .body-text {
        max-width: 100%
    }
}

.index-swiper-intro .body-text-desc {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px
}

@media (max-width:1679px) {
    .index-swiper-intro .body-text-desc {
        font-size: 15px;
    }
}

@media (max-width:1439px) {
    .index-swiper-intro .body-text-desc {
        font-size: 13.44px
    }
}

@media (max-width:1279px) {
    .index-swiper-intro .body-text-desc {
        font-size: 12.16px
    }
}

@media (max-width:991px) {
    .index-swiper-intro .body-text-desc {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-intro .body-text-desc {
        font-size: 12px
    }
}

@media (max-width:1679px) {
    .index-swiper-intro .body-text-desc {
        margin-bottom: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-intro .body-text-desc {
        margin-bottom: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-intro .body-text-desc {
        margin-bottom: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-intro .body-text-desc {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-intro .body-text-desc {
        margin-bottom: 20px
    }
}

.index-swiper-intro .body-pic {
    display: flex
}

.index-swiper-intro .body-pic-item {
    position: relative
}

.index-swiper-intro .body-pic-item:not(:last-child) {
    margin-right: 26px
}

@media (max-width:1679px) {
    .index-swiper-intro .body-pic-item:not(:last-child) {
        margin-right: 23.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-intro .body-pic-item:not(:last-child) {
        margin-right: 20.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-intro .body-pic-item:not(:last-child) {
        margin-right: 18.2px
    }
}

@media (max-width:991px) {
    .index-swiper-intro .body-pic-item:not(:last-child) {
        margin-right: 15.6px
    }
}

@media (max-width:767px) {
    .index-swiper-intro .body-pic-item:not(:last-child) {
        margin-right: 13px
    }
}

.index-swiper-intro .body-pic-item:after {
    content: "";
    height: 45px;
    width: 0px;
    background-color: #bcbcbd;
    position: absolute;
    left: 50%;
    top: 0
}

@media (max-width:767px) {
    .index-swiper-intro .body-pic-item:after {
        display: none
    }
}

.index-swiper-intro .body-pic-img {
    max-width: 320px;
    float: left;
}

@media (max-width:767px) {
    .index-swiper-intro .body-pic-img {
        max-width: 100%
    }
}

.index-swiper-business {
    background-size: cover;
    background-position: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../image/index-business-bg.jpg)
}

.index-swiper-business .title {
    margin-bottom: 30px
}

@media (max-width:1679px) {
    .index-swiper-business .title {
        margin-bottom: 27.6px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .title {
        margin-bottom: 25.2px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .title {
        margin-bottom: 22.8px
    }
}

@media (max-width:991px) {
    .index-swiper-business .title {
        margin-bottom: 20.4px
    }
}

@media (max-width:767px) {
    .index-swiper-business .title {
        margin-bottom: 18px
    }
}

.index-swiper-business .body {
    display: flex
}

@media (max-width:1279px) {
    .index-swiper-business .body {
        flex-wrap: wrap
    }
}

.index-swiper-business .body-col {
    width: 25%;
}

.index-swiper-business .body-col:not(:last-child) {
    padding-right: 1px
}

.index-swiper-business .body-col:first-child {
    width: 23.07692%
}

@media (max-width:1279px) {
    .index-swiper-business .body-col {
        width: 33.33333% !important
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-col {
        width: 50% !important
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-col {
        margin-bottom: 2px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-col:nth-child(4)~* {
        display: none
    }
}

.index-swiper-business .body-item {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 40px 30px
}

@media (max-width:1679px) {
    .index-swiper-business .body-item {
        padding-left: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item {
        padding-left: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item {
        padding-left: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item {
        padding-left: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item {
        padding-left: 15px
    }
}

@media (max-width:1679px) {
    .index-swiper-business .body-item {
        padding-right: 27px;
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item {
        padding-right: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item {
        padding-right: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item {
        padding-right: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item {
        padding-right: 15px
    }
}

@media (max-width:1679px) {
    .index-swiper-business .body-item {
        padding-top: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item {
        padding-top: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item {
        padding-top: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item {
        padding-top: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item {
        padding-top: 20px
    }
}

@media (max-width:1679px) {
    .index-swiper-business .body-item {
        padding-bottom: 36px;
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item {
        padding-bottom: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item {
        padding-bottom: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item {
        padding-bottom: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item {
        padding-bottom: 20px
    }
}

.index-swiper-business .body-item-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
    opacity: 0
}

.body-item-bg-rcgy {
    background-image: url(../images/index-business-item-bg-rcgy.jpg);
}

.body-item-bg-fdc {
    background-image: url(../images/index-business-item-bg-fdc.jpg);
}

.body-item-bg-jd {
    background-image: url(../images/index-business-item-bg-jd.jpg);
}

.body-item-bg-sc {
    background-image: url(../images/index-business-item-bg-sc.jpg);
}

.body-item-bg-swbg {
    background-image: url(../images/index-business-item-bg-swbg.jpg);
}

.body-item-bg-jdcy {
    background-image: url(../images/index-business-item-bg-jdcy.jpg);
}

.index-swiper-business .body-item-bg~* {
    position: relative;
    z-index: 1
}

.index-swiper-business .body-item-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 360px
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-content {
        height: auto
    }
}

.index-swiper-business .body-item-desc {
    line-height: 25px;
    overflow: hidden;
    height: 150px
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-desc {
        margin-bottom: 12px;
        transform: none !important;
        transition-delay: 0s !important;
        opacity: 1 !important
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-desc {
        height: 50px
    }
}

.index-swiper-business .body-item-icon {
    text-align: center;
    width: 100%;
    color: #004a8b;
    flex-grow: 1;
    margin-top: -100px;
    font-size: 70px;
    padding-top: 40px
}

@media (max-width:1679px) {
    .index-swiper-business .body-item-icon {
        font-size: 64.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item-icon {
        font-size: 58.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-icon {
        font-size: 53.2px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item-icon {
        font-size: 47.6px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-icon {
        font-size: 42px
    }
}

@media (max-width:1679px) {
    .index-swiper-business .body-item-icon {
        padding-top: 36px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item-icon {
        padding-top: 32px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-icon {
        padding-top: 28px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item-icon {
        padding-top: 24px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-icon {
        padding-top: 20px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-icon {
        display: none
    }
}

.index-swiper-business .body-item-name {
    text-align: right;
    font-weight: 700;
    color: #404142;
    margin-bottom: 20px;
    font-size: 20px
}

@media (max-width:1679px) {
    .index-swiper-business .body-item-name {
        margin-bottom: 18px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item-name {
        margin-bottom: 16px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-name {
        margin-bottom: 14px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item-name {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-name {
        margin-bottom: 10px
    }
}

@media (max-width:1679px) {
    .index-swiper-business .body-item-name {
        font-size: 18.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item-name {
        font-size: 16.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-name {
        font-size: 15.2px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item-name {
        font-size: 13.6px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-name {
        font-size: 12px
    }
}

.index-swiper-business .body-item-num {
    position: relative;
    color: #004a8b;
    font-size: 40px
}

@media (max-width:1679px) {
    .index-swiper-business .body-item-num {
        font-size: 36.8px
    }
}

@media (max-width:1439px) {
    .index-swiper-business .body-item-num {
        font-size: 33.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-business .body-item-num {
        font-size: 30.4px
    }
}

@media (max-width:991px) {
    .index-swiper-business .body-item-num {
        font-size: 27.2px
    }
}

@media (max-width:767px) {
    .index-swiper-business .body-item-num {
        font-size: 24px
    }
}

.index-swiper-business .body-item-num:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: auto;
    margin: auto 18px auto auto;
    height: 2px;
    width: 20px;
    background-color: #004a8b
}

.index-swiper-business .body-col * {
    transition: all .25s
}

.index-swiper-business .body-col.active .body-item-desc {
    transition-delay: .15s
}

.index-swiper-business .body-item-icon,
.index-swiper-business .body-item-num:before {
    transition: all .35s
}

.index-swiper-business .body-col.active .body-item-bg {
    opacity: 1
}

.index-swiper-business .body-col.active * {
    color: #fff
}

.index-swiper-business .body-col.active .body-item-num:before {
    background-color: #fff
}

.index-swiper-business .body-col:not(.active) .body-item-desc {
    transform: translateY(-25px);
    opacity: 0
}

.index-swiper-business .body-col.active .body-item-icon {
    transform: translateY(25px);
    opacity: 0
}

.index-swiper-business .body-col.active .body-item-num:before {
    width: 400px
}

.index-swiper-news {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-swiper-news .title {
    margin-bottom: 30px
}

@media (max-width:1679px) {
    .index-swiper-news .title {
        margin-bottom: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .title {
        margin-bottom: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .title {
        margin-bottom: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-news .title {
        margin-bottom: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-news .title {
        margin-bottom: 15px
    }
}

.index-swiper-news .body {
    position: relative;
    z-index: 1
}

.index-swiper-news .icon {
    position: absolute;
    right: 0;
    top: 0
}

.index-swiper-news .news {
    background-color: #fff
}

.index-swiper-news .news-cover {
    position: relative;
    min-height: 225px
}

@media (max-width:767px) {
    .index-swiper-news .news-cover {
        display: none
    }
}

.index-swiper-news .news-cover-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50%
}

.index-swiper-news .news-cover-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center
}

.index-swiper-news .news-text {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:1679px) {
    .index-swiper-news .news-text {
        padding-top: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-text {
        padding-top: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-text {
        padding-top: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-text {
        padding-top: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-text {
        padding-top: 15px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .news-text {
        padding-bottom: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-text {
        padding-bottom: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-text {
        padding-bottom: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-text {
        padding-bottom: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-text {
        padding-bottom: 15px
    }
}

.news-desc-justify {
    text-align: justify;
}

.index-swiper-news .news-desc,
.index-swiper-news .news-time,
.index-swiper-news .news-title {
    padding-left: 44px;
    padding-right: 44px
}

.news-title-dh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (max-width:1679px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-left: 38.72px
    }
}

@media (max-width:1439px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-left: 33.44px
    }
}

@media (max-width:1279px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-left: 28.16px
    }
}

@media (max-width:991px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-left: 22.88px
    }
}

@media (max-width:767px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-left: 17.6px
    }
}

@media (max-width:1679px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-right: 38.72px
    }
}

@media (max-width:1439px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-right: 33.44px
    }
}

@media (max-width:1279px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-right: 28.16px
    }
}

@media (max-width:991px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-right: 22.88px
    }
}

@media (max-width:767px) {

    .index-swiper-news .news-desc,
    .index-swiper-news .news-time,
    .index-swiper-news .news-title {
        padding-right: 17.6px
    }
}

.index-swiper-news .news-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 20px
}

@media (max-width:1679px) {
    .index-swiper-news .news-title {
        font-size: 18.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-title {
        font-size: 16.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-title {
        font-size: 15.2px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-title {
        font-size: 13.6px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-title {
        font-size: 12px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .news-title {
        margin-bottom: 18px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-title {
        margin-bottom: 16px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-title {
        margin-bottom: 14px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-title {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-title {
        margin-bottom: 10px
    }
}

.index-swiper-news .news-title {
    position: relative
}

.index-swiper-news .news-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    background-color: #004a8b;
    width: 60px;
    height: 4px;
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

@media (max-width:1679px) {
    .index-swiper-news .news-title:before {
        width: 52.8px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-title:before {
        width: 45.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-title:before {
        width: 38.4px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-title:before {
        width: 31.2px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-title:before {
        width: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-title:before {
        height: 3px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-title:before {
        height: 2px
    }
}

.index-swiper-news .news-time {
    display: block;
    color: #004a8b;
    font-size: 14px;
    margin-bottom: 40px
}

@media (max-width:1679px) {
    .index-swiper-news .news-time {
        font-size: 12.88px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-time {
        font-size: 12px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-time {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-time {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-time {
        font-size: 12px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .news-time {
        margin-bottom: 34.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-time {
        margin-bottom: 28.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-time {
        margin-bottom: 23.2px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-time {
        margin-bottom: 17.6px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-time {
        margin-bottom: 12px
    }
}

.index-swiper-news .news-desc {
    line-height: 2;
    font-size: 16px
}

@media (max-width:1679px) {
    .index-swiper-news .news-desc {
        font-size: 14.72px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .news-desc {
        font-size: 13.44px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .news-desc {
        font-size: 12.16px
    }
}

@media (max-width:991px) {
    .index-swiper-news .news-desc {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .index-swiper-news .news-desc {
        font-size: 12px
    }
}

.index-swiper-news .list {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.index-swiper-news .list-item {
    flex-grow: 1;
    padding: 50px 30px
}

@media (max-width:1679px) {
    .index-swiper-news .list-item {
        padding-left: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .list-item {
        padding-left: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .list-item {
        padding-left: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-news .list-item {
        padding-left: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-news .list-item {
        padding-left: 15px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .list-item {
        padding-right: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .list-item {
        padding-right: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .list-item {
        padding-right: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-news .list-item {
        padding-right: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-news .list-item {
        padding-right: 15px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .list-item {
        padding-top: 45px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .list-item {
        padding-top: 40px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .list-item {
        padding-top: 35px
    }
}

@media (max-width:991px) {
    .index-swiper-news .list-item {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .index-swiper-news .list-item {
        padding-top: 25px
    }
}

@media (max-width:1679px) {
    .index-swiper-news .list-item {
        padding-bottom: 45px
    }
}

@media (max-width:1439px) {
    .index-swiper-news .list-item {
        padding-bottom: 40px
    }
}

@media (max-width:1279px) {
    .index-swiper-news .list-item {
        padding-bottom: 35px
    }
}

@media (max-width:991px) {
    .index-swiper-news .list-item {
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .index-swiper-news .list-item {
        padding-bottom: 25px
    }
}

.index-swiper-news .list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.index-swiper-news .news-cover {
    overflow: hidden
}

.index-swiper-news .list-item,
.index-swiper-news .news,
.index-swiper-news .news-cover-inner,
.index-swiper-news .news-cover-shadow {
    transition: all .25s
}

.index-swiper-news .news:hover .news-cover-inner {
    transform: scale(1.1)
}

.index-swiper-news .news-cover-shadow {
    opacity: 0
}

.index-swiper-news .news:hover .news-cover-shadow {
    opacity: 1
}

.index-swiper-news .list-item:hover,
.index-swiper-news .news:hover {
    background-color: rgba(0, 0, 0, .08)
}

.index-swiper-other {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-swiper-other .service {
    position: relative;
    background-color: #fff;
    padding: 50px;
    min-height: 480px
}

@media (max-width:1679px) {
    .index-swiper-other .service {
        padding: 43px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .service {
        padding: 36px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .service {
        padding: 29px
    }
}

@media (max-width:991px) {
    .index-swiper-other .service {
        padding: 22px
    }
}

@media (max-width:767px) {
    .index-swiper-other .service {
        padding: 15px;
        min-height: 0
    }
}

.index-swiper-other .service:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    content: "";
    margin: 20px;
    border: 1px solid #004a8b
}

@media (max-width:767px) {
    .index-swiper-other .service:before {
        display: none
    }
}

.index-swiper-other .service .cindex-title {
    position: relative;
    z-index: 1
}

.index-swiper-other .service-bg {
    position: absolute;
    right: 21px;
    left: 21px;
    bottom: 19px
}

@media (max-width:767px) {
    .index-swiper-other .service-bg {
        display: none
    }
}

.index-swiper-other .service-bg-inner {
    width: 100%
}

.index-swiper-other .chunk {
    position: relative;
    padding: 30px
}

@media (max-width:1679px) {
    .index-swiper-other .chunk {
        padding: 27px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .chunk {
        padding: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .chunk {
        padding: 21px
    }
}

@media (max-width:991px) {
    .index-swiper-other .chunk {
        padding: 18px
    }
}

@media (max-width:767px) {
    .index-swiper-other .chunk {
        padding: 15px
    }
}

.index-swiper-other .chunk-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px
}

@media (max-width:1679px) {
    .index-swiper-other .chunk-title {
        font-size: 19.2px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .chunk-title {
        font-size: 18.4px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .chunk-title {
        font-size: 17.6px
    }
}

@media (max-width:991px) {
    .index-swiper-other .chunk-title {
        font-size: 16.8px
    }
}

@media (max-width:767px) {
    .index-swiper-other .chunk-title {
        font-size: 16px
    }
}

@media (max-width:1679px) {
    .index-swiper-other .chunk-title {
        margin-bottom: 30.8px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .chunk-title {
        margin-bottom: 26.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .chunk-title {
        margin-bottom: 22.4px
    }
}

@media (max-width:991px) {
    .index-swiper-other .chunk-title {
        margin-bottom: 18.2px
    }
}

@media (max-width:767px) {
    .index-swiper-other .chunk-title {
        margin-bottom: 14px
    }
}

.index-swiper-other .chunk-name {
    line-height: 1.5;
    margin-bottom: 24px;
    font-size: 20px
}

@media (max-width:1679px) {
    .index-swiper-other .chunk-name {
        margin-bottom: 21.6px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .chunk-name {
        margin-bottom: 19.2px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .chunk-name {
        margin-bottom: 16.8px
    }
}

@media (max-width:991px) {
    .index-swiper-other .chunk-name {
        margin-bottom: 14.4px
    }
}

@media (max-width:767px) {
    .index-swiper-other .chunk-name {
        margin-bottom: 12px
    }
}

@media (max-width:1679px) {
    .index-swiper-other .chunk-name {
        font-size: 18.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .chunk-name {
        font-size: 16.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .chunk-name {
        font-size: 15.2px
    }
}

@media (max-width:991px) {
    .index-swiper-other .chunk-name {
        font-size: 13.6px
    }
}

@media (max-width:767px) {
    .index-swiper-other .chunk-name {
        font-size: 12px
    }
}

.index-swiper-other .chunk-desc {
    line-height: 2
}

.index-swiper-other .chunk-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

.index-swiper-other .row {
    width: 100%
}

.index-swiper-other .fuwutixi {
    background-color: #4a4847
}

.index-swiper-other .lianmengshangjia {
    background-color: #fff
}

.index-swiper-other .pic {
    background-size: cover;
    background-position: 50%;
    background-image: url(../image/index-ohter-pic.jpg)
}

.index-swiper-other .youhuizhenxuan {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0
}

.index-swiper-other .youhuizhenxuan * {
    padding-left: 40px;
    padding-right: 40px
}

.index-swiper-other .youhuizhenxuan-title {
    position: relative
}

.index-swiper-other .youhuizhenxuan-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    background-color: #004a8b;
    width: 60px;
    height: 4px;
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

@media (max-width:1679px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        width: 52.8px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        width: 45.6px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        width: 38.4px
    }
}

@media (max-width:991px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        width: 31.2px
    }
}

@media (max-width:767px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        width: 24px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        height: 3px
    }
}

@media (max-width:767px) {
    .index-swiper-other .youhuizhenxuan-title:before {
        height: 2px
    }
}

.index-swiper-other .kefurexian {
    color: #fff;
    background-image: url(../image/index-other-kefurexian.jpg)
}

.index-swiper-other .kefurexian-hr {
    display: block;
    height: 1px;
    background-color: #fff;
    margin-bottom: 36px
}

@media (max-width:1679px) {
    .index-swiper-other .kefurexian-hr {
        margin-bottom: 32.4px
    }
}

@media (max-width:1439px) {
    .index-swiper-other .kefurexian-hr {
        margin-bottom: 28.8px
    }
}

@media (max-width:1279px) {
    .index-swiper-other .kefurexian-hr {
        margin-bottom: 25.2px
    }
}

@media (max-width:991px) {
    .index-swiper-other .kefurexian-hr {
        margin-bottom: 21.6px
    }
}

@media (max-width:767px) {
    .index-swiper-other .kefurexian-hr {
        margin-bottom: 18px
    }
}

.index-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .35s
}

.index-footer:not(.active) {
    transform: translateY(100%)
}

.cfooter-top-btn {
    display: none
}

.yaowen-hot-text .time {
    font-family: din-medium, sans-serif
}

@media (max-width:767px) {
    .yaowen-hot-text .time {
        font-family: Microsoft YaHei, sans-serif
    }
}

.yaowen-hot {
    background-color: #f6fdff;
    display: flex;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .yaowen-hot {
        flex-direction: column
    }
}

.yaowen-hot-pic {
    position: relative;
    width: 30%;
    flex-shrink: 0;
    min-height: 225px;
    overflow: hidden;
    width: 40%
}

@media (max-width:767px) {
    .yaowen-hot-pic {
        width: 100%
    }
}

.yaowen-hot-pic .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50%
}

.yaowen-hot-text {
    flex-grow: 1;
    padding: 40px
}

@media (max-width:1679px) {
    .yaowen-hot-text {
        padding: 35.2px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text {
        padding: 30.4px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text {
        padding: 25.6px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text {
        padding: 20.8px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text {
        padding: 16px
    }
}

.yaowen-hot-text .title {
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 30px
}

@media (max-width:1679px) {
    .yaowen-hot-text .title {
        font-size: 27.6px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text .title {
        font-size: 25.2px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text .title {
        font-size: 22.8px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text .title {
        font-size: 20.4px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text .title {
        font-size: 18px
    }
}

.yaowen-hot-text .time {
    display: block;
    color: #004a8b;
    margin-bottom: 40px;
    font-size: 14px
}

@media (max-width:1679px) {
    .yaowen-hot-text .time {
        margin-bottom: 36px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text .time {
        margin-bottom: 32px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text .time {
        margin-bottom: 28px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text .time {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text .time {
        margin-bottom: 20px
    }
}

@media (max-width:1679px) {
    .yaowen-hot-text .time {
        font-size: 12.88px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text .time {
        font-size: 12px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text .time {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text .time {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text .time {
        font-size: 12px
    }
}

.yaowen-hot-text .desc {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px
}

@media (max-width:1679px) {
    .yaowen-hot-text .desc {
        font-size: 14.72px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text .desc {
        font-size: 13.44px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text .desc {
        font-size: 12.16px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text .desc {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text .desc {
        font-size: 12px
    }
}

@media (max-width:1679px) {
    .yaowen-hot-text .desc {
        margin-bottom: 36px
    }
}

@media (max-width:1439px) {
    .yaowen-hot-text .desc {
        margin-bottom: 32px
    }
}

@media (max-width:1279px) {
    .yaowen-hot-text .desc {
        margin-bottom: 28px
    }
}

@media (max-width:991px) {
    .yaowen-hot-text .desc {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .yaowen-hot-text .desc {
        margin-bottom: 20px
    }
}

.yaowen-hot-text .btn * {
    color: #404142
}

.yaowen-hot-pic .inner {
    transition: all .4s
}

.yaowen-hot:hover .yaowen-hot-pic .inner {
    transform: scale(1.15)
}

.yaowen-list-item {
    padding: 15px 0;
    transition: all .25s
}

.yaowen-list-item:hover {
    background-color: rgba(0, 0, 0, .06)
}

.news-detail-header .time {
    font-family: din-medium, sans-serif
}

@media (max-width:767px) {
    .news-detail-header .time {
        font-family: Microsoft YaHei, sans-serif
    }
}

.news-detail-header {
    text-align: center;
    background-color: #f6fdff;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px
}

@media (max-width:1679px) {
    .news-detail-header {
        padding-top: 43px
    }
}

@media (max-width:1439px) {
    .news-detail-header {
        padding-top: 36px
    }
}

@media (max-width:1279px) {
    .news-detail-header {
        padding-top: 29px
    }
}

@media (max-width:991px) {
    .news-detail-header {
        padding-top: 22px
    }
}

@media (max-width:767px) {
    .news-detail-header {
        padding-top: 15px
    }
}

@media (max-width:1679px) {
    .news-detail-header {
        padding-bottom: 43px
    }
}

@media (max-width:1439px) {
    .news-detail-header {
        padding-bottom: 36px
    }
}

@media (max-width:1279px) {
    .news-detail-header {
        padding-bottom: 29px
    }
}

@media (max-width:991px) {
    .news-detail-header {
        padding-bottom: 22px
    }
}

@media (max-width:767px) {
    .news-detail-header {
        padding-bottom: 15px
    }
}

@media (max-width:1679px) {
    .news-detail-header {
        margin-bottom: 58.8px
    }
}

@media (max-width:1439px) {
    .news-detail-header {
        margin-bottom: 47.6px
    }
}

@media (max-width:1279px) {
    .news-detail-header {
        margin-bottom: 36.4px
    }
}

@media (max-width:991px) {
    .news-detail-header {
        margin-bottom: 25.2px
    }
}

@media (max-width:767px) {
    .news-detail-header {
        margin-bottom: 14px
    }
}

.news-detail-header .title {
    font-weight: 700;
    margin-bottom: 26px;
    font-size: 36px
}

@media (max-width:1679px) {
    .news-detail-header .title {
        margin-bottom: 23.4px
    }
}

@media (max-width:1439px) {
    .news-detail-header .title {
        margin-bottom: 20.8px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title {
        margin-bottom: 18.2px
    }
}

@media (max-width:991px) {
    .news-detail-header .title {
        margin-bottom: 15.6px
    }
}

@media (max-width:767px) {
    .news-detail-header .title {
        margin-bottom: 13px
    }
}

@media (max-width:1679px) {
    .news-detail-header .title {
        font-size: 32.4px
    }
}

@media (max-width:1439px) {
    .news-detail-header .title {
        font-size: 28.8px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title {
        font-size: 25.2px
    }
}

@media (max-width:991px) {
    .news-detail-header .title {
        font-size: 21.6px
    }
}

@media (max-width:767px) {
    .news-detail-header .title {
        font-size: 18px
    }
}

.news-detail-header .time {
    color: #004a8b;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width:1679px) {
    .news-detail-header .time {
        font-size: 16.56px
    }
}

@media (max-width:1439px) {
    .news-detail-header .time {
        font-size: 15.12px
    }
}

@media (max-width:1279px) {
    .news-detail-header .time {
        font-size: 13.68px
    }
}

@media (max-width:991px) {
    .news-detail-header .time {
        font-size: 12.24px
    }
}

@media (max-width:767px) {
    .news-detail-header .time {
        font-size: 12px
    }
}

.news-detail-body {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2
}

.news-detail-body div,
.news-detail-body p,
.news-detail-body table,
.news-detail-body video {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.news-detail-body div:not(:last-child),
.news-detail-body p:not(:last-child),
.news-detail-body table:not(:last-child),
.news-detail-body video:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:1679px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 0
    }
}

@media (max-width:1439px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:1279px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 21px
    }
}

@media (max-width:991px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 18px
    }
}

@media (max-width:767px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 15px
    }
}

.news-detail-body img {
    max-width: 100%
}

.zhengjianfengcai-item-text .time {
    font-family: din-medium, sans-serif
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text .time {
        font-family: Microsoft YaHei, sans-serif
    }
}

.zhengjianfengcai-item {
    display: block;
    border: 1px solid #efefef;
}

.zhengjianfengcai-item-pic {
    display: block;
    background-size: cover;
    background-position: 50%;
    min-height: 360px
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-pic {
        min-height: 220px;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-pic {
        min-height: 302.4px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-pic {
        min-height: 273.6px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-pic {
        min-height: 244.8px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-pic {
        min-height: 216px
    }
}

.zhengjianfengcai-item-text {
    background-color: #fff;
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    transition: all .3s;
    /* margin-top:-100px; */
    padding: 40px 55px;
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text {
        margin-top: -70px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text {
        margin-top: -40px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text {
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text {
        margin-top: 0
    }
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text {
        padding-top: 10px;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text {
        padding-top: 29.6px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text {
        padding-top: 24.4px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text {
        padding-top: 19.2px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text {
        padding-top: 14px
    }
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text {
        padding-bottom: 20px;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text {
        padding-bottom: 24px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text {
        padding-bottom: 16px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text {
        padding-bottom: 8px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text {
        padding-bottom: 0
    }
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text {
        padding-left: 0;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text {
        padding-left: 33px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text {
        padding-left: 22px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text {
        padding-left: 11px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text {
        padding-left: 0
    }
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text {
        padding-right: 0;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text {
        padding-right: 33px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text {
        padding-right: 22px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text {
        padding-right: 11px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text {
        padding-right: 0
    }
}

.zhengjianfengcai-item-text .title {
    /* font-weight:700; */
    font-size: 30px;
    margin-bottom: 44px;
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text .title {
        font-size: 20px;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text .title {
        font-size: 24.4px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text .title {
        font-size: 21.6px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text .title {
        font-size: 18.8px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text .title {
        font-size: 16px
    }
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text .title {
        margin-bottom: 0;
        line-height: 36px;
        /* border-bottom: 1px solid; */
        color: #333;
        /* line-height: 1.5; */
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text .title {
        margin-bottom: 33.44px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text .title {
        margin-bottom: 28.16px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text .title {
        margin-bottom: 22.88px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text .title {
        margin-bottom: 17.6px
    }
}

.zhengjianfengcai-item-text .time {
    display: inline-block;
    margin-bottom: 12px;
    color: #004a8b;
    /* height: 3px; */
    width: 13%;
    border-top: 2px solid #afafaf;
    font-size: 14px;
}

@media (max-width:1679px) {
    .zhengjianfengcai-item-text .time {
        font-size: 14px;
    }
}

@media (max-width:1439px) {
    .zhengjianfengcai-item-text .time {
        font-size: 12px
    }
}

@media (max-width:1279px) {
    .zhengjianfengcai-item-text .time {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .zhengjianfengcai-item-text .time {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .zhengjianfengcai-item-text .time {
        font-size: 12px
    }
}

.zhengjianfengcai-item-text .desc {
    line-height: 1.6;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact ul {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 0;
}

.contact ul li {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.contact ul li .icon {
    display: block;
    margin: 0px auto 15px;
    width: 98px;
    height: 98px;
    line-height: 130px;
    border-radius: 50%;
    background: #0a5491;
    overflow: hidden;
}

.contact ul li .icon img {
    max-width: 40%;
}

.contact ul li .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact ul li .img img {
    box-shadow: 0px 2px 14px rgba(6, 51, 79, 0.11);
    width: 123px;
}

.contact ul li .t1 {
    font-family: 'sym';
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact ul li .t2 {
    max-width: 240px;
    width: 100%;
    margin: auto;
    color: #292929;
    font-size: 16px;
    line-height: 1.6;
}

.contact ul li .t3 {
    color: #777777;
    font-size: 18px;
    line-height: 1.6;
}

.contact .mapbox {
    width: 100%;
    overflow: hidden;
}

.contact .mapbox img {
    width: 100%;
}

.contact-note-section .title {
    position: relative;
    font-size: 16px;
    border-bottom: 3px solid #0b459b;
    overflow: hidden;
    padding: 0 0 15px;
}

.contact-note-section .line {
    position: absolute;
    background: url("../images/line.png");
    width: 400px;
    height: 15px;
    bottom: 0;
    right: -200px;
}

.contact-note-section .title .left {
    float: left;
}

.contact-note-section .title .l1 {
    font-size: 32px;
    font-weight: bold;
    color: #222222;
}

.contact-note-section .title .l2 {
    font-family: SourceHanSerifCN-Light;
    color: #666666;
    margin-top: 10px;
}

.contact-note-section .title .right {
    color: #222222;
    float: right;
    margin-top: 30px;
}

.contact-note-section .title .right span {
    color: #00459a;
}

.liuyan-form {}

.liuyan-form li {
    justify-content: flex-start;
    margin: 40px 0 0;
    float: left;
    padding: 10px;
}

.liuyan-form .tit {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    width: 230px;
}

.liuyan-form .tit span {
    color: #00459a;
}

.liuyan-form .content {}

.liuyan-form .content.border {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.liuyan-form .content.select {
    background: url("../images/icon-arrows.png") calc(100% - 20px) 15px no-repeat;
}

.liuyan-form .content select {
    cursor: pointer;
}

.liuyan-form .content input[type="radio"] {
    display: none;
}

.liuyan-form .content input,
.liuyan-form .content select,
.liuyan-form .content textarea {
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    color: #222222;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 0;
    background: transparent;
}

.liuyan-form .content textarea {
    height: 200px;
    resize: none;
    line-height: 2;
}

.radios-group {}

.radios-group .r-item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 170px;
}

.radios-group .r-item:last-child {
    margin: 0;
}

.radios-group .icon {
    background: url("../images/radio-white.png");
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.radios-group .r-item.checked .icon {
    background: url("../images/radio-yellow.png");
    background-size: cover;
}

.li-md-1 {
    width: 100%;
}

.li-md-2 {
    width: 49%;
}

.submit-btns {
    /* margin: 40px 0 0; */
}

.submit-btns .button {
    width: 180px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    margin-right: 50px;
    transition: all .3s;
    cursor: pointer;
}

.submit-btns .submit {
    color: #ffffff;
    background: #00459a;
    border: none;
}

.submit-btns .submit:hover {
    background: #07357a;
}

.submit-btns .reset {
    color: #222222;
    display: inline-block;
    background: #f7f7f7;
}

.submit-btns .reset:hover {
    background: #dddddd;
}

.contact-note-section .box {
    /* margin: 90px auto; */
    /* background: #ffffff; */
    /* box-shadow: 0 0 30px rgba(0, 0, 0, .05); */
    padding: 0 0 90px 0;
    /* box-sizing: border-box; */
}

.box {
    width: 80%;
    margin: auto;
}

.news-detail .croot-body {
    padding-bottom: 0
}

.news-detail-body,
.news-detail-header {
    /* background-color:#f6f3ee */
}

.news-detail-header {
    text-align: center;
    padding-bottom: 35px
}

@media (max-width:1679px) {
    .news-detail-header {
        padding-bottom: 31.5px
    }
}

@media (max-width:1439px) {
    .news-detail-header {
        padding-bottom: 28px
    }
}

@media (max-width:1279px) {
    .news-detail-header {
        padding-bottom: 24.5px
    }
}

@media (max-width:991px) {
    .news-detail-header {
        padding-bottom: 21px
    }
}

@media (max-width:767px) {
    .news-detail-header {
        padding-bottom: 17.5px
    }
}

.news-detail-header .title {
    color: #004a8b;
    font-weight: 700;
    font-size: 36px;
    padding-top: 70px
}

@media (max-width:1679px) {
    .news-detail-header .title {
        font-size: 33.12px
    }
}

@media (max-width:1439px) {
    .news-detail-header .title {
        font-size: 30.24px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title {
        font-size: 27.36px
    }
}

@media (max-width:991px) {
    .news-detail-header .title {
        font-size: 24.48px
    }
}

@media (max-width:767px) {
    .news-detail-header .title {
        font-size: 21.6px
    }
}

@media (max-width:1679px) {
    .news-detail-header .title {
        padding-top: 0;
    }
}

@media (max-width:1439px) {
    .news-detail-header .title {
        padding-top: 56px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title {
        padding-top: 49px
    }
}

@media (max-width:991px) {
    .news-detail-header .title {
        padding-top: 42px
    }
}

@media (max-width:767px) {
    .news-detail-header .title {
        padding-top: 35px
    }
}

.news-detail-header .title:after {
    content: "";
    /* display: block; */
    width: 1px;
    background-color: #004a8b;
    height: 50px;
    margin: 35px auto 0
}

@media (max-width:1679px) {
    .news-detail-header .title:after {
        height: 45px
    }
}

@media (max-width:1439px) {
    .news-detail-header .title:after {
        height: 40px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title:after {
        height: 35px
    }
}

@media (max-width:991px) {
    .news-detail-header .title:after {
        height: 30px
    }
}

@media (max-width:767px) {
    .news-detail-header .title:after {
        height: 25px
    }
}

@media (max-width:1679px) {
    .news-detail-header .title:after {
        margin-top: 31.5px
    }
}

@media (max-width:1439px) {
    .news-detail-header .title:after {
        margin-top: 28px
    }
}

@media (max-width:1279px) {
    .news-detail-header .title:after {
        margin-top: 24.5px
    }
}

@media (max-width:991px) {
    .news-detail-header .title:after {
        margin-top: 21px
    }
}

@media (max-width:767px) {
    .news-detail-header .title:after {
        margin-top: 17.5px
    }
}

.news-detail-body {
    line-height: 2;
    padding-bottom: 50px
}

@media (max-width:1679px) {
    .news-detail-body {
        padding-bottom: 0;
    }
}

@media (max-width:1439px) {
    .news-detail-body {
        padding-bottom: 36px
    }
}

@media (max-width:1279px) {
    .news-detail-body {
        padding-bottom: 29px
    }
}

@media (max-width:991px) {
    .news-detail-body {
        padding-bottom: 22px
    }
}

@media (max-width:767px) {
    .news-detail-body {
        padding-bottom: 15px
    }
}

.news-detail-body div,
.news-detail-body p,
.news-detail-body table,
.news-detail-body video {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.news-detail-body div:not(:last-child),
.news-detail-body p:not(:last-child),
.news-detail-body table:not(:last-child),
.news-detail-body video:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:1679px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width:1439px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:1279px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 21px
    }
}

@media (max-width:991px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 18px
    }
}

@media (max-width:767px) {

    .news-detail-body div:not(:last-child),
    .news-detail-body p:not(:last-child),
    .news-detail-body table:not(:last-child),
    .news-detail-body video:not(:last-child) {
        margin-bottom: 15px
    }
}

.news-detail-body img {
    max-width: 100%
}

.news-detail-body .inner {
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {

    .new_d .title,
    .news-top .l1,
    .neiye-banner .title,
    .contact-note-section .title .l1 {
        font-size: 21px;
    }

    .liuyan-form li {
        display: block;
    }

    .liuyan-form li {
        justify-content: flex-start;
        margin: 0;
        float: left;
        padding: 0;
    }

    .contact-note-section .title .right {
        color: #222222;
        float: left;
        font-size: 14px;
        margin-top: 10px;
    }

    .li-md-2 {
        width: 100%;
    }

    .liuyan-form .content input,
    .liuyan-form .content select,
    .liuyan-form .content textarea {
        line-height: 60px;
        height: 40px;
        font-size: 20px;
        color: #222222;
        padding: 0 30px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border: 0;
        background: transparent;
    }

    .liuyan-form .content textarea {
        height: 100px;
        resize: none;
        line-height: 2;
    }

    .submit-btns .button {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        margin-right: 20px;
        transition: all .3s;
        cursor: pointer;
    }

    .box {
        width: 90%;
        margin: auto;
    }

    .contact ul li {
        /* float: left; */
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }

    .contact ul {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 0;
    }
}

.zhengjianfengcai-item:hover {
    box-shadow: 4px 3px 5px #ddd
}

.new {
    /* padding-top: 4.7%; */
    /* padding-bottom: 4.7%; */
}

.new ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.new ul li {
    position: relative;
    float: left;
    width: 22%;
    margin: 15px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
    background: #ffffff;
}

.new ul li:nth-child(3n) {
    margin-right: 0;
}

.new ul li:hover {
    box-shadow: 3px 0px 21px rgba(0, 16, 37, 0.18);
}

.new ul li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #2387c8;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
    background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
    background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
    background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
    background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
    background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.new ul li:hover:before {
    width: 100%;
}

.new ul li a {
    display: block;
    width: 100%;
}

.new ul li .img {
    width: 100%;
    overflow: hidden;
}

.new ul li .img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.new ul li:hover .img img {
    -webkit-transform: scale(1.2);
    transform: scale(1);
}

.new ul li .txt {
    /* padding: 6.8% 6.8% 7.5%; */
    background: #efefef;
}

.new ul li .txt .tit {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    /* height: 80px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new ul li:hover .txt .tit {
    color: #1154ab;
}

.new ul li .txt .oth {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.new ul li .txt .oth .xmore {
    float: left;
    width: 48%;
    color: #333333;
    font-size: 16px;
}

.new ul li:hover .txt .oth .xmore {
    color: #004098;
}

.new ul li .txt .oth .time {
    float: right;
    width: 48%;
    color: #666666;
    font-size: 16px;
    text-align: right;
}


.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}





* html {
    background-image: url(about:blank);
    background-attachment: fixed
}

html #layuicss-skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,
.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative;
    /*border-radius:20px;*/
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
    background: url(loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layui-layer {
    border-radius: 20px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(/Public/images/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 220px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    cursor: default;
    overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
    height: 43px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
    display: block
}

.xubox_tabclose {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.layui-layer-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
    display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000 \9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.years {
    position: relative;
}

.swiper1 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.swiper1 .swiper-slide {
    background-image: url(/Public/images/x1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 30px;
    font-size: 28px;
    color: #999999;
    text-align: center;
}

.swiper1 .swiper-slide.on {
    color: #125cb3;
    font-weight: bold;
}

.swiper1 .swiper-slide.on::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    background-color: #009690;
}

.years .arrow {
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: -25px;
    background-size: cover;
}

.years .swiper-button-next {
    right: -60px;
    background-image: url(/Public/images/button3.png);
}

.years .swiper-button-prev {
    left: -60px;
    background-image: url(/Public/images/button3.png);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.course .box {
    display: none;
}

.course .box.on {
    display: block;
}

/* 12.8修改 */
.course .img-box {
    position: relative;

    float: left;
    width: 355px;
    padding-left: 10px;
    padding-top: 35px;
    margin-top: 200px;
    margin-bottom: 150px;
    box-sizing: content-box;
    box-sizing: border-box;
}

.course .img-box .img {
    position: absolute;
    top: 50%;
    left: 0;
    top: 20px;
    transform: translate(0, -50%);
    display: none;
}

.course .img-box .img.on {
    display: block;
}

/* 结束 */
.course .r-box {
    position: relative;
    float: left;
    width: calc(100% - 365px);
    padding-top: 50px;
}

.course-list {
    position: relative;
    height: auto;
    overflow-y: auto;
    padding-top: 0;
    padding-left: 10px;
    box-sizing: content-box;
    box-sizing: border-box;
}

.course .r-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
}

.course-list .list-box {
    border-left: 1px solid #e5e5e5;
    box-sizing: content-box;
    box-sizing: border-box;
}

.course-list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}



.course-list::-webkit-scrollbar-corner {
    background-color: #000;
}

.course-list::-webkit-scrollbar:horizontal {
    height: 9px;
}

.course-list .column {
    /* position: relative; */
    margin-bottom: 20px;
    box-sizing: content-box;
    box-sizing: border-box;
}

.course-list .time {
    position: relative;
    float: left;
    width: 200px;
    font-size: 20px;
    line-height: 50px;
    color: #222222;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 75px;
    box-sizing: content-box;
    box-sizing: border-box;
    transition: all .3s;
}

.course-list .time::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -8px;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-top: -7px;
    background-color: #FFFFFF;
    transition: all .3s;
}

.course-list .time::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 8px;
    width: 22px;
    height: 2px;
    background-color: #e5e5e5;
    transition: all .3s;
}

.course-list .text-box {
    /* float: left; */
    /* width: calc(100% - 260px); */
    box-sizing: content-box;
    box-sizing: border-box;
}

.course-list .h1 {
    font-size: 16px;
    line-height: 40px;
    color: #444;
    font-weight: bold;
    transition: all .3s;
}

.course-list .text {
    font-size: 14px;
    line-height: 36px;
    color: #666666;

}

.course-list .column:hover .time {
    color: #125cb3;
}

.course-list .column:hover .h1 {
    color: #125cb3;
}

.course-list .column:hover .time::after {
    border: 1px solid #0d4e96;
}

.course-list .column:hover .time::before {
    background-color: #0d4e96;
}

@media (max-width: 768px) {
    .years .swiper-button-next {
        right: -10px;
        background-image: url(/Public/images/button3.png);
    }

    .years .swiper-button-prev {
        left: -10px;
        background-image: url(/Public/images/button3.png);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .course-list .h1 {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        font-weight: bold;
        transition: all .3s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .course .img-box {
        position: relative;
        display: none;
        float: left;
        width: 355px;
        padding-left: 10px;
        padding-top: 35px;
        margin-top: 200px;
        box-sizing: content-box;
        box-sizing: border-box;
    }

    .course-list .time {
        position: relative;
        float: left;
        width: 205px;
        font-size: 20px;
        line-height: 50px;
        color: #222222;
        font-weight: bold;
        padding-right: 10px;
        padding-left: 45px;
        box-sizing: content-box;
        box-sizing: border-box;
        transition: all .3s;
    }

    .course-list .text-box {
        float: left;
        width: 100%;
        margin-left: 20px;
        box-sizing: content-box;
        box-sizing: border-box;
    }

    .course-list .text {
        font-size: 14px;
        line-height: 24px;
        color: #999;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
    }

    .course .r-box {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 0;
    }