/* 顶部导航 */
.header-area {
    background-color: rgb(2,39,180);
}
.header_li_border {
    border-bottom:3px solid rgb(128,195,255);
}

/* 主体背景图 */
.about_main {
    background-color: rgb(2,39,180);
    /* background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.3),rgba(255,255,255,0.7),rgba(255,255,255,0.4),rgba(255,255,255,0)); */
	/* transform:rotate(-45deg); */
    background: linear-gradient(to bottom,rgb(2,39,180),#fff);
}
.about_footer {
    /* background: linear-gradient(to top,rgb(2,39,180),#fff); */
}

/* 我们的团队 */
.team-instrduce-box {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center
    }

    .logo img {
        width: 60%
    }

    .secHeader {
        width: auto
    }

    .blok {
        position: relative
    }

    .hexagon-a a {
        width: 110px
    }

    .hexagon {
        margin-top: 20px
    }

    .hexagon a.hlinkbott {
        width: 120px
    }

    .mainMenu ul {
        padding: 15px 0px
    }

    .mainMenu li a {
        padding: 6px;
        font-size: 16px;
    }

    .section1,
    .section2,
    .section3,
    .section4,
    .section5 {
        padding-top: 20px
    }

    .fh5co-contact-info {
        margin: 0px;
        margin: 0px 50px 50px 50px
    }
}

/* 我们的团队 */
main {
    width: 100%;
    /* height: 800px; */
    background: url('../img/关于我们/bg_guanyuwomen.png') no-repeat;
    background-size: 100%;
}
.container {
    position: relative;

}
.my_team {
    position: absolute;
    width: 58%;
    border-radius: 150px 0 0 0;
    background-color:#fff;
    box-shadow: 0 10px 15px rgb(0 9 94 / 6%);
}
.my_team .about_bg {
    width: 50px;
    height: 50px;
}
.my_team p {
    box-sizing: border-box;
    font-size: 13px;
    padding: 0 60px;
    line-height: 30px;
    color: rgb(98,106,137);
}
.my_team h3 {
    box-sizing: border-box;
    padding: 0 60px;
    color: rgb(2,39,180);
}
.box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.logo_img {
    width: 100%;
    display: flex;
    padding: 20px 20px 0 0;
    justify-content: flex-end; 
}
.my_team_data {
    margin-top: 270px;
    width: 80%;
    /* height: 300px; */
    box-shadow: 0 10px 15px rgb(0 9 94 / 6%);
    background-color: #fff;
}
@media only screen and (max-width: 300px) {
    .my_team {
        position: none;
        width: 100%;
    }
    .my_team p {
        font-size: 12px;
    }
    .my_team_data {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .my_team {
        position: none;
        width: 93%;
        height: 300px;
    }
    .my_team p {
        font-size: 12px;
    }
    .my_team_data {
        width: 100%;
    }
}
         



/* 底部样式 */
.logo_2 {
    background: url("../img/通用/logo_2.png") no-repeat;
    background-size: contain;
}
.footer1-wrapper {
    padding-top: 300px;
    width: 100%;
    background: url('../img/通用/bg_bot@2x.png') no-repeat;
    background-size: cover;
}
.about_we_project .about_we p{
    color: #fff;
    font-size: 14px;
}
.about_we_project .about_we ul{
    display: flex;
}
.about_we_project .about_we ul li{
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.about_we_project .we_project p{
    color: #fff;
}
.about_we_project .we_project ul{
    display: flex;
}
.about_we_project .we_project ul li{
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.contact {
    height: 100%;
}
.contact ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.contact ul li {
    display: flex;
    color: #fff;
    font-size: 13px;
}
.contact ul li p {
    color: #fff;
    font-size: 13px;
}
.footer-copy-right p {
    color: #fff;
    font-size: 13px;
}