.index-box {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 1190px;
}

.index-img-box {
    width: 100%;
    padding-bottom: 45.3%;
    position: relative;
}

.index-img-box .index-carousel-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-header-carousel-control {
    float: right;
    margin-left: 21px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23px;
    height: 21px;
}

.index-header-carousel-control .play {
    cursor: pointer;
    display: none;
    width: 100%;
    height: 100%;
}

.index-header-carousel-control .pause {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.index-header-carousel-caption1 {
    position: absolute;
    top: 13%;
    right: 9%;
    width: 44%;
    height: 45.8%;
}

.index-header-carousel-caption-box2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-header-carousel-caption2 {
    width: 59.7%;
    height: 42.7%;
}

.index-header-carousel-caption3 {
    position: absolute;
    top: 14%;
    right: 8%;
    width: 26.4%;
    height: 34.7%;
}

.index-header-carousel-caption4 {
    position: absolute;
    top: 13%;
    left: 9%;
    width: 43.9%;
    height: 43.2%;
}

.index-header-carousel-caption5 {
    position: absolute;
    top: 8%;
    left: 6%;
    width: 19.8%;
    height: 32.5%;
}

.index-header-carousel-caption6 {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 25.3%;
    height: 33.1%;
}

.index-header-carousel-previous {
    height: 50px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-header-carousel-previous .previous {
    width: 50px;
    height: 50px;
}

.index-header-carousel-next {
    height: 50px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-header-carousel-next .next {
    width: 50px;
    height: 50px;
}

.index-header-carousel-notice {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 990;
    width: 2.7%;
    height: 12.2%;
    -webkit-animation: bounce-up 2s linear infinite;
            animation: bounce-up 2s linear infinite;
}

@keyframes bounce-up {
    0% {
        -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(0px, 15px);
                transform: translate(0px, 15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
        opacity: 1;
    }
}

@-webkit-keyframes bounce-up {
    0% {
        -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(0px, 15px);
                transform: translate(0px, 15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0px, 0px);
                transform: translate(0px, 0px);
        opacity: 1;
    }
}

img {
    width: 100%;
    height: 100%;
}

.works-carousel-thumbs img {
    width: auto !important;
}

.index-middle-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Noto Sans SC';
}

.index-content-background {
    background: #fff;
}

.index-content {
    width: 1190px;
    text-align: center;
}

.index-content-description {
    width: 1190px;
    height: 560px;
    padding-top: 100px;
}

.index-content-description-left {
    float: left;
    width: 699px;
    height: 460px;
}

.index-content-description-right {
    float: right;
    width: 491px;
    height: 460px;
}

.index-content-title {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.index-content-title span {
    display: inline-block;
    width: 117px;
    height: 27px;
    line-height: 27px;
    font-size: 27px;
    font-weight: 400;
    color: #333333;
}

.index-content-title a {
    width: 86px;
    height: 27px;
    border: 1px solid #005da2;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #005da2 !important;
    line-height: 24px;
}

.index-content-description-text {
    padding-right: 14px;
    margin-top: 60px;
    width: 699px;
    height: 201px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    overflow-y: auto;
    scrollbar-arrow-color: #DEDEDE;
    scrollbar-face-color: #DEDEDE;
    scrollbar-shadow-color: #DEDEDE;
    scrollbar-track-color: #f7f8f8;
    scrollbar-base-color: #f8f8f8;
}

.index-content-description-text::-webkit-scrollbar {
    width: 3px;
}

.index-content-description-text::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.index-content-description-text::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.index-content-description-slogan {
    text-align: left;
    margin-top: 75px;
    font-size: 28px;
    font-weight: 300;
    color: #333333;
}

.index-content-description-slogan span {
    font-weight: bold;
    color: #005da2;
}

.index-content-video {
    display: inline-block;
    margin-left: 97px;
    width: 390px;
    height: 288px;
    position: relative;
}

.index-content-video-cover {
    position: absolute;
    left: 150px;
    top: 100px;
    width: 77px;
    height: 77px;
}

.index-content-honesty {
    margin-top: 40px;
    margin-left: 202px;
    height: 74px;
    width: 289px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s
}

.index-content-news {
    width: 1190px;
    /* height: 748px; */
    padding-top: 102px;
}

.block {
    text-align: left;
}

.news {
    height: 139px;
}


/* 带图的新闻 */

.news-withimg {
    display: inline-block;
    width: calc(100% - 250px);
    height: 139px;
}

.img {
    float: right;
}


/*------------动效-------------*/


/* 蓝框 */

.block-border {
    height: 89px;
}

.block:hover .block-border {
    border-left: 2px solid #005da2;
}


/* 右移 */

.block-move {
    display: block;
}

.block:hover .block-move,
.block:hover .img {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    cursor: pointer;
}


/* 标题变色 */

.block:hover .news-title {
    -webkit-transition-property: color;
    transition-property: color;
    color: #005da2;
    font-weight: bold;
}


/*------date------ */

.news-date {
    height: 24px;
    line-height: 24px;
    width: 105px;
    font-family: Noto Sans SC;
    ;
    font-weight: 300;
    color: #005da2;
    margin-bottom: 20px;
}

.day {
    font-size: 24px;
}

.year {
    font-size: 14px;
}


/*------title------ */

.news-title {
    font-size: 18px;
    font-family: Noto Sans SC;
    ;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*----content---- */

.news-content {
    font-size: 16px;
    font-family: Noto Sans SC;
    ;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.index-content-childbox {
    width: 390px;
    height: 558px;
    margin-top: 60px;
}

.index-content-works {
    width: 1190px;
    height: 834px;
    padding-top: 100px;
}

.index-content-works-image1 {
    width: 389px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.index-content-works-image2 {
    width: 389px;
    height: 250px;
    margin-top: 47px;
    overflow: hidden;
    position: relative;
}

.index-content-works-cover {
    width: 389px;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.index-content-works-name {
    width: 389px;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.index-content-works-name .name-cn {
    height: 32px;
    line-height: 44px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    /* border-bottom: 1px #ffffff solid; */
    color: #FFFFFF;
}


/* .index-content-works-name .name-en {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
} */

.index-content-works-page4 {
    position: absolute;
    left: 0;
    bottom: 167px;
    width: 100%;
    height: 107px;
    border-left: 2px solid #005da2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-content-works-page4-pic {
    width: 179px;
    height: 104px;
}

.index-content-works-page4-text {
    width: 783px;
    height: 107px;
    margin-left: 115px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.index-content-show {
    width: 1190px;
    height: 574px;
    padding-top: 50px;
    background: #fff;
}

.index-content-show-left {
    float: left;
    width: 790px;
}

.index-content-show-right {
    float: right;
    width: 400px;
}

.index-content-show-list {
    margin-top: 49px;
    width: 100%;
    height: 514px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-right: 1px solid #005da2;
}

.index-content-show-item {
    height: 88px;
    width: 717px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

.index-content-show-date {
    width: 85px;
    height: 88px;
    border-right: 2px solid #005da2;
    font-size: 24px;
    font-weight: 300;
    color: #005da2;
    line-height: 88px;
}

.index-content-show-item:hover {
    cursor: pointer;
    -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
            transform: translateX(5%);
}

.index-content-show-textbox {
    width: 576px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.index-content-show-textbox p {
    text-align: left;
    height: 17px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.index-content-show-textbox div {
    width: 576px;
    height: 46px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-content-show-arrow {
    width: 16px;
    height: 27px;
    text-align: right;
    margin-top: 31px;
}

.index-content-show-right-box {
    height: 590px;
    width: 300px;
    margin-left: 100px;
}

.index-content-show-right-box p {
    width: 117px;
    height: 27px;
    line-height: 27px;
    font-size: 27px;
    margin-bottom: 28px;
    text-align: left;
    font-weight: 400;
    color: #333333;
}

.index-content-show-right-box div {
    width: 300px;
    height: 90px;
    margin-bottom: 10px;
}

.index-content-show-right-box .index-content-show-right-code {
    width: 160px;
    height: 160px;
}

.hvr-sweep-to-right:before {
    background: #005da2;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #ffffff !important;
    cursor: pointer;
}

.returnTop {
    display: none;
    position: fixed;
    right: 8%;
    bottom: 35%;
    background: url(../images/backtop.png) no-repeat left top;
    width: 52px;
    height: 105px;
}

.returnTop:hover {
    cursor: pointer;
    background: url(../images/backtop-hover.png);
}


/* ********自下而上进入********************************************** */

.fadeInUp {
    animation-name: move;
    animation-duration: 1s;
    -webkit-animation-name: move;
    -webkit-animation-duration: 1s;
}

@keyframes move {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes move {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}


/* 历史沿革 */

.history-rotate {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.history-pic {
    height: 600px;
    width: 22590px;
    background: url('../images/index/历史沿革-第三版-600.png') repeat-x;
    /* position: absolute; */
    /* margin-left: -5992px; */
    margin-left: -7530px;
}

.history-play {
    -webkit-animation: slide 60s linear infinite;
            animation: slide 60s linear infinite;
}

@-webkit-keyframes slide {
    0% {
        /* transform: translate3d(-5848px, 0, 0); */
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        /* transform: translate3d(-12196px, 0, 0); */
        -webkit-transform: translate3d(-7530px, 0, 0);
                transform: translate3d(-7530px, 0, 0);
        /* The image width */
    }
}

@keyframes slide {
    0% {
        /* transform: translate3d(-5848px, 0, 0); */
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    100% {
        /* transform: translate3d(-12196px, 0, 0); */
        -webkit-transform: translate3d(-7530px, 0, 0);
                transform: translate3d(-7530px, 0, 0);
        /* The image width */
    }
}

.history-rotate :hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused
}

.relative-links {
    float: left;
    margin-right: 6px;
}

.relative-links-title {
    font-family: 'Noto Sans SC';
    font-size: 28px;
    text-align: left;
    margin-bottom: 50px;
}

.relative-links-item {
    float: left;
    width: 428px;
    height: 206px;
    margin-right: 20px;
}

.relative-links-item>a>img {
    height: 154px;
    margin-bottom: 16px;
}

.relative-links-a {
    display: block;
    /* margin-left: 16px; */
    color: #333333;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.official-wechat {
    float: left;
}

.official-wechat-title {
    font-family: 'Noto Sans SC';
    font-size: 28px;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 16px;
}

.official-wechat-img {
    margin-top: -20px;
}

hr {
    /* float: left; */
    margin-top: 300px;
    width: 880px;
}

.top {
    display: inline-block;
    font-size: 14px;
    font-family: Noto Sans SC;
    ;
    font-weight: 300;
    color: #D82811;
    line-height: 14px;
}