#content-container{
    padding: 13px;
    padding-top: 20px;
    max-width: 1200px;
    width: 100%;
}
.top-box{
    padding: 13px;
    padding-top: 20px;
    width: 100%;
    background: #f3f5f7;
    position: sticky;
    top: 60px;
    z-index: 998;
}
.top-warp{
    max-width: 1160px;
    width: 100%;
    min-width: 430px;
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
    line-height: 39px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-warp .left-warp li{
    display: inline-block;
    box-sizing: border-box;
    margin-right: 15px;
}
.top-warp .left-warp li a{
    display: block;
    position: relative;
}
.top-warp .left-warp ul li a:before {
    content: " ";
    width: 0;
    height: 1px;
    background: #1985ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.top-warp .right-warp *{
    font-size: 13px;
    color: #666;
}
.top-warp li:hover a{
    color: #1985ff;
}
.top-warp li:hover a::before{
    width: 100%!important;
}
.nav-active{
    color: #1985ff;
}
.nav-active::before{
    width: 100%!important;
}
.content-warp{
    padding: 50px 0;
}
.content-warp .title{
    width: 100%;
    text-align: center;
}
.content-warp .title span{
    font-size: 22px;
    line-height: 52px;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    width: 230px;
    border-top: 1px solid rgb(196, 196, 196);
    border-bottom: 1px solid rgb(196, 196, 196);
    margin-bottom: 50px;
}
.about-warp{
    display: flex;
}
.about-warp .left-warp{
    width: 40%;
    padding: 13px;
    height:530px;
}
.about-warp .right-warp{
    width: 60%;
    padding: 13px 0;
    padding-left: 30px;
    overflow: hidden;
}
.about-warp .left-warp .img-box{
    width: 440px;
    height: 330px;
    border: 1px solid #d9d9d9;
    position: relative;
}
.about-warp .left-warp .img-box .img{
    position: absolute;
    top: 20px;
    left: -20px;
}
.about-warp .left-warp .img-box img{
    width: 440px;
    height: 330px;
}
.about-warp .left-warp .text{
    margin-top: 40px;
}
.img-box .text{
    text-align: center;
    display: flex;
}
.img-box .text .text-number, .img-box .text .text-item{
    width: 33.3%;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.img-box .text .text-number, .img-box .text .text-item:hover p:first-child{
    color: #1985ff;
}
.img-box .text .text-number, .img-box .text .text-item:hover span::before{
    width: 100%;
}
.r-l-line::before{
    content: " ";
    width: 1px;
    height: 80px;
    background: #dbdbdb;
    position: absolute;
    top: 14px;
    right: 0;
}
.img-box .text .text-item p:first-child{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.img-box .text .text-item p:last-child{
    font-size: 14px;
    color: #666;
}
.img-box .text .text-item span{
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto 9px auto;
    background: #cccccc;
    position: relative;
}
.img-box .text .text-item span::before{
    content: " ";
    width: 0;
    height: 100%;
    background: #1985ff;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.history-warp{
    display: flex;
}
.history-warp>.left-warp{
    width: 40%;
    padding-top: 50px;
}
.history-warp>.right-warp{
    width: 60%;
    border-left: 2px solid #cccccc;
    padding-top: 100px;
    padding-left: 40px;
}
.history-warp .left-warp .main-warp{
    float: right;
    margin-right: 40px;
}
.history-warp .left-warp .year{
    height: 40px;
    width: 180px;
    font-size: 22px;
    font-weight: 600;
    background-color: #1985ff;
    color:#fff;
    text-align: center;
    line-height: 40px;
    position: relative;
}
.history-warp .left-warp .img{
    margin-top: 20px;
    width: 180px;
}
.history-warp .left-warp .img img{
    width: 100%;
}
.history-warp>.right-warp>.item{
    margin-bottom: 30px;
}
.history-warp>.right-warp>.item>.text{
    padding: 27px;
    background: #e9e8e8;
    position: relative;
}
.history-warp .right-warp .item .text .title{
    font-size: 16px;
    line-height: 24px;
    color: #006364;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.history-warp .right-warp .item .text .title p i{
    margin-right: 5px;
}
.history-warp>.right-warp>.item>.text>p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.triangleL{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #e9e8e8;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -10px;
    top: 22px;
}
.triangleR{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #1985ff;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -8px;
    top: 14px;
}
.circle-big {
    width: 24px;
    height: 24px;
    background-color: #006364;
    background: url(../img/point-b.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -53px;
    top: 8px;
}
.circle-small {
    width: 14px;
    height: 14px;
    background-color: #99bdbd;
    background: url(../img/point-s.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -48px;
    top: 20px;
}

.honor-warp{
    padding: 13px;
}
.honor-warp .honor-item{
    width: 360px;
    height: 330px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #e9e8e8;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.honor-warp .honor-item:hover{
    color: #1985ff;
}
.honor-warp .honor-item:hover .mask{
    height: 100%;
}
.honor-warp .honor-item:hover .mask i{
    font-size: 50px;
}
.honor-warp .honor-item:hover img{
    transform: scale(1.1);
}
.honor-warp .honor-item .honor-img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
}
.honor-warp .honor-item .honor-img img{
    width: 100%;
    height: 100%;
    margin: auto;
}
.honor-warp .honor-item .name{
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.mask{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 999;
    width: 100%;
    height: 0;
}
.mask i{
    font-size: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.swiper-wrapper{
    height: 500px;
    position: relative;
}
.swiper-wrapper .swiper-slide img{
    width: 75%;
    max-height: 500px;
    float: left;
}
.swiper-text{
    width: 50%;
    max-height: 400px;
    padding: 50px;
    background-color: #fff;
    position: absolute;
    right: 2px;
    top: 10%;
}
.swiper-text h2{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}
.swiper-text p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #666;
}
#base-box{
    padding: 13px;
    padding-top: 20px;
    max-width: 1400px;
    width: 100%;
}
#top-swiper{
    position: relative;
}
.button-prev{
    background: url('../img/gray_arrow_left.png') no-repeat;
    position: absolute;
    bottom: 1% !important;
    right: 16%;
    width: 54px;
    height: 54px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.button-next{
    background: url('../img/gray_arrow_right.png') no-repeat;
    position: absolute;
    bottom: 1% !important;
    right: 10%;
    width: 54px;
    height: 54px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
@media (max-width: 767px) {
    .top-box{
        top: 60px;
    }
    .swiper-wrapper .swiper-text{
        padding: 0 13px;
        background: rgba(0, 0, 0, .3);
        height: 50px;
        width: 100%;
        top: 80%;
        text-align: center;
    }
    .swiper-text h2{
        font-size: 18px;
        line-height: 18px;
        color:#fff;
    }
    .autohide{
        display: none;
    }
    .swiper-wrapper .swiper-slide img{
        width: 100%;
    }
    .about-warp .left-warp{
        display: none;
    }
    .about-warp .right-warp{
        width: 100%;
        padding: 0;
    }
    .content-warp{
        padding: 0;
    }
    .honor-warp .honor-item{
        width: 100%;
    }
    .top-box{
        overflow-y: auto;
    }
    .history-box{
        max-width: 100%;
        overflow: hidden;
    }
    .history-warp .left-warp .main-warp{
        margin-right: 20px;
    }
    .circle-big{
        right: -33px;
    }
    .history-box .content-warp .year{
        font-size: 16px;
    }
    .history-warp .right-warp{
        padding-left: 20px;
    }
    .circle-small{
        left: -28px;
    }
}