body{
    font-size: 16px;
}
.clear{
    clear: both;
}
.public_banner{
    position: relative;
    text-align: center;
}
.banner_tab{
    position: relative;
    top: -68px;
    width: 62.5%;
    margin: 0px auto;
}
.banner_tab li{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 20px 5%;
    cursor: pointer;
}
.banner_tab li:hover{
    background-color: #3777fe;
}
.banner_tab li.tab_on{
    background-color: #3777fe;
    color: #fff;
}
.banner_tab li + li{
    margin-left: 20px;
}

/* page_1 开始 */

/* 公司简介 开始 */
.profile{
    height: 680px;
    position: relative;
    margin: 100px auto 120px;
}
.rectangle{
    width: 46.6%;
    height: 640px;
    background-color: #004dc9;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.profile_img{
    width: 47.5%;
    float: left;
    margin-left: 30px;
}
.profile_text{
    width: 45%;
    height: 100%;
    float: right;
    overflow-y: auto;
}
.profile_tit{
    font-size: 28px;
    font-weight: bold;
    color: #004dc9;
    padding: 16px 0px 20px;
}
.profile_content{
    font-size: 16px;
    line-height: 29px;
    color: #666;
}
.profile_content + .profile_content{
    margin-top: 16px;
}
/* 公司简介 结束 */

.profile_box{
    width: 30%;
    height: 180px;
    position: relative;
    margin-bottom: 100px;
    box-shadow: 0px 10px 20px 0px
    rgba(172, 185, 206, 0.1);
    float: left;
    overflow-y: auto;

}
.profile_box + .profile_box{
    margin-left: 58px;
}
.sign_bg{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.pro_box_title{
    padding-top: 37px;
    margin-left: 40px;
}
.pro_icon{
    height: 24px;
    margin-right: 20px;
}
.pro_box_title span{
    vertical-align: middle;
    color: #333;
}
.title_ch{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.title_en{
    font-size: 30px;
    opacity: 0.1;
    line-height: 30px;
}
.pro_text{
    height: 60px;
    padding: 30px 40px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
/* page_1 结束 */

/* page_2 开始 */

.page_2{
    display: none;
}
.timeline_box{
    position: relative;
}
.history_bg{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.future{
    width: 200px;
    text-align: center;
    font-size: 24px;
    color: #004dc9;
    font-weight: bold;
    margin: 100px auto 26px;
}
.enter_history_items:hover .enter_history_desc p{
    color: #2e68ff;
}

.layui-timeline-title{
    margin-top: 5px;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #004dc9 !important;
}
.enter_history_desc{
    font-size: 20px !important;
    color: #333 !important;
    margin-top: 24px;
    margin-bottom: 14px;
}

.layui-icon{
    width: auto;
}
.enter_history_items:hover .layui-icon{
    left: 48.4%;
}

.enter_history_desc {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
}

.enter_history_images {
    width: 50%;
    height: auto;
}
.enter_history_items{
    width: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

.layui-timeline-item {
    overflow: hidden;
    padding: 0px;
}

.right .enter_history_items{
    float: right;
    padding-left: 40px;
    text-align: left;
}

.left .enter_history_items{
    float: left;
    padding-right: 40px;
    text-align: right;
}

.layui-timeline-content {
    padding: 0px;
}

.layui-timeline-item:before {
    left: 50%;
    background: #c2ccda;
}

.layui-timeline-axis {
    left: 49%;
}

.layui-timeline-axis .img2 {
    display: none;
}

.enter_history_items:hover .layui-timeline-axis .img2 {
    display: block;
}
.enter_history_items:hover .layui-timeline-axis .img1 {
    display: none;
}

.layui-timeline {
    padding: 0px;
    position: relative;
    padding-bottom: 140px;
}

.layui-timeline:after {
    height: 100%;
    box-sizing: border-box;
    width: 1px ;
    position: absolute;
    top: 0px;
    left: 50%;
    height: 90%;
    background: #c2ccda;
    content: "";
}

/* page_2 结束 */

/* page_3 开始 */

.page_3{
    display: none;
}


.page_items {
    overflow: hidden;
    position: relative;
    top: 220px;
    transition: all 1s;
    opacity: 0;
}


.page_items.on {
    opacity: 1;
    top: 0px;
}
.honor_ul{
    margin-top: 100px;
}
.honor_ul li{
    width: 30%;
    height: 300px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    margin-right: 58px;
    float: left;
}
.three{
    margin-right: 0px !important;
}
.p_box{
    height: 180px;
    margin-top: 70px;
    margin-bottom: 50px;
    overflow-y: auto;
}
.honor_ul li p{
    padding: 0px 60px;
}
.honor_bg{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.honor_type{
    font-size: 16px;
    letter-spacing: 0px;
    color: #999;
}
.honor_name{
    font-size: 20px;
    color: #3777ff;
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
}
.honor_number{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
}
.more{
    text-align: center;
}
.more p{
    width: 200px;
    margin: 0px auto 70px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
/* page_3 结束 */


@media (max-width:768px) {
    .banner_tab li + li {
        margin-left: 10px;
    }
    .banner_tab li {
        font-size: 14px;
        padding: 10px 3%;
        background: #f7f7f7;
        color: #333;
    }
    .banner_tab {
        position: relative;
        top: 10px;
        width: 100%;
        margin: 0px auto;
    }
    .profile_text {
        width: 100%;
        height: auto;
        float: none;
    }
    .profile {
        height: auto;
        margin: 40px auto 30px;
    }
    .profile_tit {
        font-size: 20px;
        padding: 0px 0px 10px;
    }
    .profile_content {
        font-size: 14px;
        line-height: 24px;
    }
    .rectangle {
        display: none;
    }
    .profile_img {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 10px;
        height: auto;
    }
    .profile_box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 20px;
    }
    .profile_box + .profile_box {
        margin-left: 0px;
    }
    .pro_text {
        height: auto;
        padding: 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .pro_box_title {
        padding-top: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .pro_icon {
        height: 16px;
        margin-right: 15px;
    }
    .title_en  , .title_ch{
        font-size: 18px;
        line-height: 24px;
    }
    .enter_history_items {
        width: 100%;
    }
    .layui-timeline-axis {
        left: 0px;
        width: 20px;
    }

    .layui-timeline-axis  img {
        width: 100%;
        height: 100%;
    }
    .layui-timeline:after {
        left: 10px;
        height: 100%;
    }
    .layui-timeline-item:before {
        display: none;
        left: 10px;
    }
    .layui-timeline-title {
        margin-top: 0px;
        font-size: 20px !important;
    }
    .enter_history_desc {
        line-height: 24px;
        margin-bottom: 40px;
        font-size: 14px !important;
        margin-top: 0px;
    }
    .right .enter_history_items , .left .enter_history_items {
        padding-left: 30px;
        text-align: left;
        padding-right: 0px;
    }
    .layui-timeline {
        padding-bottom: 0px;
    }

    .timeline_box {
        padding: 30px 0px;
    }
    .future {
        width: 100%;
        text-align: left;
        font-size: 24px;
        color: #004dc9;
        font-weight: bold;
        margin: 0px;
        padding-bottom: 30px;
        position: relative;
    }

    .future:after {
        content: '';
        background: #c2ccda;
        height: 20px;
        bottom: 0px;
        width: 1px;
        position: absolute;
        left: 10px;
    }
    .honor_ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
        margin-right: 0px;
        float: none;
        box-sizing: border-box;
        padding: 50px 30px;
    }
    .honor_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
    }
    .honor_ul li p {
        padding: 0px;
    }
    .honor_type {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .honor_name {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        margin-top: 20px;
    }
    .honor_number {
        font-size: 14px;
        font-weight: 600;
        margin-top: 20px;
    }

    .page_3 .container {
        padding: 0px;
    }
    .p_box {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow-y: auto;
    }
    .more p {
        width: 100%;
        margin: 0px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }
    .page_3 {
        padding: 30px 0px;
    }
    .honor_ul {
        margin-top: 0px;
    }
}
