.info1_body .w {
    padding: 55px 50px 80px;
}

.info1_main {
    width: calc(100% - 150px);
}

.banner .top_font1 {
    font-weight: 600;
}

/*关于我们*/
.main_box .about_us {
    margin-bottom: 60px;
}

.main_box .about_us img {
    float: left;
    margin-right: 20px;
    max-width: 577px;
    max-height: 390px;
}

.main_box .about_us p {
    font-size: 15px;
    color: #444444;
    text-indent: 28px;
    text-align: justify;
    line-height: 1.6;
}

/*发展历程*/
.develop {
    margin-bottom: 95px;
}

.en .develop {
    margin-bottom: 95px;
}

.time {
    margin-bottom: 36px;
}

.time:nth-child(2) {
    margin-bottom: 46px;
}

.time img {
    margin-left: 90px;
    max-width: 340px;
    max-height: 170px;
}

.time>div {
    width: calc(100% - 520px);
    position: relative;
}

.time>div span {
    display: inline-block;
    height: 50px;
    background-color: #f6ab00;
    border-radius: 8px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    padding: 0 25px;
    margin-bottom: 20px;
}

.time>div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #4292d9;
    background-color: #005bac;
    left: -62px;
}

.time>div:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 180px;
    border: 1px dashed #005bac;
    left: -43px;
    top: 40px;
}

.time:last-child>div:after {
    content: "";
    display: none;

}

.time>div h3 {
    font-size: 25px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 10px;
}

.time>div p {
    font-size: 15px;
    line-height: 1.6;
    color: #343434;
}

.en .time>div p {
    font-size: 13px;
}

.en .time>div h3 {
    font-size: 22px;
}

/*荣誉*/
.main_box .title .honor_title {
    font-size: 15px;
    color: #343434;
    margin-top: 20px;
}

.honor .honor_box .honor_content .honor_font {
    font-size: 14px;
    color: #242424;
}

.en .honor .honor_box .honor_content .honor_font {
    width: calc(100% - 480px);
}

.honor_font ul li {
    margin-bottom: 10px;
}

.honor .honor_box {
    margin-bottom: 20px;
}

.honor .honor_box>.clearfix {
    margin-bottom: 50px;
}

.honor .honor_font ul p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 420px;
}

.honor .honor_box:nth-child(2n) .clearfix img,
.honor .honor_box:nth-child(2n) .slide,
.honor .honor_box:nth-child(2n-1) .honor_content .honor_font {
    float: right;
}

.honor .honor_box:nth-child(2n-1) .clearfix img,
.honor .honor_box:nth-child(2n-1) .slide,
.honor .honor_box:nth-child(2n) .honor_content .honor_font {
    float: left;
}

.honor .honor_box:nth-child(2n) .honor_content .honor_font {
    margin-left: 50px;
}

.en .honor .honor_box:nth-child(2n) .honor_content .honor_font {
    margin-left: 0;
}

.honor_box .content_title {
    position: relative;
}

.honor_box .content_title .float_font {
    position: absolute;
    left: 80px;
    top: 30px;
}

.honor_box:nth-child(2) .content_title .float_font {
    left: 635px;
}

.honor_box:nth-child(3) .content_title .float_font {
    left: 40px;
}

.honor_box:nth-child(4) .content_title .float_font {
    left: 700px;
}

.honor_box .content_title p:first-child {
    font-size: 25px;
    color: #005bac;
    font-weight: 600;
}

.honor_box .content_title span {
    display: inline-block;
    width: 64px;
    height: 5px;
    background-color: #f6ab00;
    position: relative;
    top: -10px;
}

.honor_box .content_title .english {
    color: #a5bbd9;
    font-size: 42px;

}

.honor_box .content_title .english:first-letter {
    font-size: 98px;
    margin-right: 8px;
}

.honor_box:nth-child(2n) .content_title {
    text-align: right;
}

.honor_box:nth-child(2n) .content_title .float_font {
    text-align: left;
}

/*轮播图样式*/
.honor_content .swiper-container {
    width: 480px;
    height: 270px;
}

.swiper-container .swiper-button-prev {
    background: url("../images/left.png") no-repeat;
    position: absolute;
    left: 15px;
    height: 45px;
    top: 110px;
    width: 25px;
    cursor: pointer;
}

.swiper-container .swiper-button-next {
    background: url("../images/right.png") no-repeat;
    position: absolute;
    right: 10px;
    height: 45px;
    top: 110px;
    width: 25px;
    cursor: pointer;
}

.swiper-container img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360px;
    /*height: 258px;*/
}


@media (max-width: 1200px) {
    .about_us img {
        width: 400px;
    }

    .develop_list ul li {
        width: 20%;
        font-size: 22px;
    }

    .develop .develop_title img {
        margin-left: 0;
        margin-right: 0;
        width: 40%;
    }

    .develop_title .fl {
        width: 60%;
    }

    .develop .develop_title p {
        font-size: 22px;
    }

    .slide {
        width: 50%;
    }

    .honor_content .swiper-container {
        width: 100%;
    }

    .honor_font {
        width: 45%;
    }

    .honor .honor_box:nth-child(2n) .honor_content .honor_font {
        margin-left: 0;
    }

    .time img {
        margin-left: 0;
    }

    .time>div {
        width: calc(100% - 450px);
    }

    .en .time>div {
        width: calc(100% - 400px);
    }

    .develop {
        background-position: 400px 4px;
    }

    .en .develop {
        background-position: 360px 4px;
    }

    .en .time>div h3 {
        font-size: 18px;
    }

    .en .honor .honor_box .honor_content .honor_font {
        width: calc(100% - 400px);
    }

    .honor_box:nth-child(2) .content_title .float_font {
        left: 425px;
    }

    .honor_box:nth-child(4) .content_title .float_font {
        left: 490px;
    }
}