@charset "utf-8";

/* 企业介绍 */
.select {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #1377C1;
    background-color: #F6F6FF;
}

.select .top {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select .top p:nth-child(1) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1377C1;
}

.select .top p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

.select .btn {
    display: flex;
    align-items: center;
}

.select .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    background: #E5E5E5;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}

.select .btn .active {
    width: 120px;
    height: 50px;
    background: #1377C1;
    border-radius: 0px 20px 0px 0px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/* banner数据图 */
.banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0762CB;
}

.banner_content .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 300px;
    color: #fff;
    padding-left: 30px;
    border-left: 1px solid #2574D0;
}

.banner_content .item div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.banner_content .item div:nth-child(1) div {
    font-size: 48px;
    font-weight: bold;
}

.banner_content .item div:nth-child(1) span {
    content: "";
    width: 4px;
    height: 26px;
    background: #FFFFFF;
    opacity: 1;
    transform: translateX(-32px);
}

.banner_content .item div:nth-child(2) {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
}

/* 公司历史 */
#three {
    background-color: #0D2251;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 162px;
}

#three>p {
    font-size: 60px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 143px;
    margin-bottom: 100px;
}

#three .line {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#three .line>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

#three .line div .round {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 20px;
}

#three .line div .round div:nth-child(2) {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    bottom: 0;
}


#three .line div .round div:nth-child(1) {
    width: 180px;
    height: 1px;
    background-color: #fff;
}

.el-carousel {
    height: auto;
    width: 100%;
    margin-top: 60px;
}

.img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img .right {
    margin-left: 47px;
    width: 640px;
}

.img .right>p {
    font-size: 40px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.img .right>div {
    display: flex;
}

.img .right>div>p:nth-child(1) {
    margin-right: 60px;
}

.img .right>div>p {
    display: flex;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #B5B7D1;
    flex: 1;
}

.img .right>div>p .icon {
    width: 24px;
    height: 24px;
    background: #FFAF38;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 1;
    margin-right: 14px;
}

.img .right>div>p .text {
    flex: 10;
}

/* 管理理念 */
#four {
    background: url('../image/etpIntro/fourBg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 356px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#four p:nth-child(1) {
    font-size: 60px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
}

#four p:nth-child(2) {
    width: 660px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    text-align: center;
}

#four div {
    width: 160px;
    height: 6px;
    background: #FFAF38;
    margin-top: 5px;
}