/* 顶部导航 */
.header-area {
    background-color: rgb(2,39,180);
}
.header_li_border {
    border-bottom:3px solid rgb(128,195,255);
}

.project-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(45,68,158);
}
.single-cat {
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 20px;
    box-shadow: 0 10px 15px rgb(0 9 94 / 6%);
}
.project-introdect {
    margin-top: 10px;
}
.project-introdect .title_box {
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.project-introdect .title_box span {
    height: 20px;
    width: 3px;
    margin-right: 8px;
    background-color: rgb(27, 41,114);
}
.project-introdect .tit {
    font-size: 14px;
    color: #333;
}
.project-introdect p {
    color: #999;
    font-size: 13px;
    line-height: 23px;
    
}
.project-introdect i {
    height: 12px;
    width: 4px;
    background-color: cornflowerblue;
    display: block;
}

.content .container{
    display: none;
    padding: 0;
}
          
.content div.selected{
     display: block;
}
.togge_img {
    cursor: pointer;
}

/* 其他项目 */
.qita_box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0 20px;

}
.qita_left_box {
    flex: 1;
}
.qita_project_name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.introduce .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.introduce .title span {
    width: 3px;
    height: 20px;
    margin-right: 8px;
    background-color: orange;
}

.introduce .introduce_content {
    font-size: 13px;
    color: #999;
    padding: 0 35px 0 0;
}
.qita_right_box {
    flex: 1;
}
.qita_right_box .cat-img {
    height: 300px;
}





/* 底部样式 */
.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;
}