.title {
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.title h1 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #363a3d;
    text-align: center;

}

.title .bd {
    width: 180px;
    margin: 0 auto;
    border-radius: 2px;
    border-bottom: 4px solid #2196F3;
    margin-bottom: 40px;
}

header {
    width: 100%;
    background: #03C2F6;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #03C2F6), color-stop(100%, #007AE0));
    background: -webkit-linear-gradient(45deg, #03C2F6 0, #007AE0 100%);
    background: -o-linear-gradient(45deg, #03C2F6 0, #007AE0 100%);
    background: linear-gradient(45deg, #03C2F6 0, #007AE0 100%);
}

.warp {
    width: 86%;
    margin: 0 auto;
}

header .logo {
    line-height: 50px;
}

header nav ul li {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

header nav ul li a {
    color: #fff;
    font-size: 16px;
}

header nav ul li:hover a {
    color: #eee;
}

.main {
    width: 86%;
    padding-top: 37px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    margin: 0 auto;
}


.main .img {
    width: 100%;
    margin: 28px auto;
    height: 390px;
    display: flex;
    justify-content: space-between;

}

.main .img>div {
    display: inline-block;
    background: chartreuse;


}

.main .img>div>img {
    width: 100%;
    height: 100%;
}

.main .img>div:first-child>img {
    width: 100%;
    height: 48%;

}

.main .img>div:first-child>img:last-child {
    margin-top: 4%;
}

.main h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdadb;
    font-size: 26px;
    font-weight: 400;
    color: #363a3d;
    text-align: center;
}

.main .break {
    width: 100%;
    height: 20px;
    background: transparent;
}

.main p {
    color: #56585f;
    margin: 0 0 6px;
}

.culture {
    width: 100%;
    height: 710px;
    background: #EDF3FC;
    margin: 60px auto;


}

.culture>div {
    width: 86%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.culture>div>div {
    width: 58%;
}

.culture>div>div>img {
    width: 100%;

    height: 100%;
}

.culture>div>div:last-child {
    width: 40%;
    padding: 60px;
    box-sizing: border-box;
}

.culture>div>div:last-child>h1 {
    font-size: 26px;
    width: 120px;
    line-height: 50px;
    border-bottom: 3px solid #2197F3;
    margin-bottom: 30px;
    font-weight: 500;
}

.culture>div>div:last-child>ul>li {
    height: 120px;
}

.culture>div>div:last-child>ul>li>h3 {
    font-size: 34px;
    line-height: 60px;

    font-weight: 500;
    color: #333333;
}

.culture>div>div:last-child>ul>li>p {

    color: #666666;
    line-height: 25px;
    font-size: 16px;
}


.position .position-img {
    width: 100%;
    height: 400px;
    display: inline-block;
    margin: 40px auto;
    border-radius: 3px;
    overflow: hidden;
}

.position .position-cont {
    padding: 30px;
    box-sizing: border-box;
}

.footer .qrCode {
    display: inline-block;
    width: 49%;
    height: 190px;
    float: left;
    box-sizing: border-box;
    padding: 30px 30px 30px 100px;
    color: #fff;
}

.footer .position-cont .qrCode>dl {
    width: 40%;
    height: 180px;
    float: left;
    margin-right: 20px;
    display: flex;
}

.footer .position-cont .qrCode>dl>dd>img {
    width: 140px;
    height: 140px;
}

.footer .qrCode dt {
    text-align: center;
    width: 100%;
    font-weight: 500;
    width: 17px;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
    font-size: 16px;
}

.footer .position-cont .qrCode h1 {

    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 60px;

}

.footer .position-cont .qrCode p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 28px;

}

.footer .qrCode .position-cont img {
    width: 100%;
}

.footer {
    width: 100%;

    height: 327px;
    border-bottom: 1px solid #3F3F3F;
}

.footer .coop {
    width: 100%;
    background-color: #F4F4F4;

    padding: 15px 0;
}

.footer .coop ul {
    display: block;
    font-size: 0;
}

.footer .coop ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 220px;
    height: 126px;
    line-height: 126px;
    margin: 10px;
    text-align: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
}

.footer .coop ul li img {
    display: inline-block;
}

.footer .coop ul li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.footer footer {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #212B3A;
}

.footer footer .text-center {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #A9AFB8;
    font-family: PingFangSC-Regular;
}

.content .tabs {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
}

.content .tabs ul {
    width: 70%;
    height: 58px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    color: #333333;
    font-size: 18px;

}

.content .tabs ul .tab {
    width: 120px;
    height: 58px;
    text-align: center;
    cursor: pointer;

}

.tabs ul .active {
    border-bottom: 3px solid #2197F3;
}

#timeline {
    width: 90%;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline:before {
    content: "";
    width: 2px;
    height: calc(100% - 224px);
    background: #979797;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
    height: 209px;
}

#timeline .timeline-item .timeline-icon {
    background: #2197F3;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    /* overflow: hidden; */
    margin-left: -17px;
    border: 6px solid #C2DEF8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;


    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content h2 {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 67px;

}


#timeline .timeline-item .timeline-content.right {
    float: right;
}


#timeline .timeline-item .timeline-content .btn {
    width: 110px;
    display: block;
    height: 4px;
    background: #2197F3;
    margin: 20px 0;

}

#timeline .timeline-item .timeline-content>p {

    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 34px;

}


@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0;
    }

    #timeline:before {
        left: 0;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

    #timeline .timeline-item .timeline-content:before,
    #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #2196F3;
    }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}

.fanhui {
    position: fixed;
    bottom: 10px;
    right: 8px;
}

.fanhui a.icon-huidingbu,
.tel a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 3px;
    color: #2196F3;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
}


.fanhui a.icon-huidingbu:hover {
    background-color: #2196F3;
    color: #fff;
    border: 1px solid #2196F3;
}