.header-mode-fix{
    position: relative;
    display: block;
}
.header-mode-fix .wrapper{
    background-color: transparent!important;
    border-bottom: 0 solid #e1e1e1;
}
.header-mode-fix .left .logo a{
    height:6vw;
    width:17vw;
    line-height: 5vw;
    background-image: url(../images/logo.png);
}

.header-mode-fix .nav a span::after{
    background-color: #2e2725;
}
.header-mode-fix .right .hm-lines{
    width: 1.8vw;
    height: 1vw;
}
.header-mode-fix .right .hm-line{
    height: 0.2vw;
}
.header-mode-fix .right .hm-line{
    background-color: #2e2725;
}
.header-mode-fix .right .line-2{
    top: 0.65vw;
}
.more-team{
    margin: 0 0;
    margin-top: -3.72vw;
    width: 100%;
    height: 100%;
}
/* 图 */
p{
    text-align: justify;
    text-justify: inter-word;
}
.show-main{
    width: 100%;
    height: 100%;
}
.show-main .wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.show-main .title-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;
}
.show-main .title-image img{
    width: 105%;
    height: 105%;
    object-fit: cover;
}
.show-main .show-text{
    width: 22vw;
    height: 20vw;
    background-color: #222;
    padding: 2.5vw 3vw;
    position: absolute;
    right: 2.5vw;
    bottom: 2.5vw;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: space-between;

}
.show-main .title-text{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: left;
}
.show-main .title-text h1{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1.05vw;
    line-height: 1.5vw;
    font-weight: normal;

}
.show-main .title-text p{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.87vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #909090;
}

.show-main .title-project{
    display: flex;
    flex-direction: column;
}
.show-main .title-project p{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.75vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #fff;
}
/* 描述区域 */
.project-info{
    width: 100%;
    height: auto;
}
.project-info .wrapper{
    width:70vw;
    margin: 6vw auto;
    display: flex;
    justify-content: space-between;
}
.project-info .wrapper .left{
    width: 26.5vw;
    display: flex;
    flex-direction: column;
}
.project-info .wrapper .left h2{
    margin: 2.2vw 0;
    font-size: 2.93vw;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    color: #2e2725;
}
.project-info .wrapper .left .desc{
    font-size: 0.87vw;
    line-height: 1.8vw;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    color: #2e2725;
    margin-bottom: 3vw;
}
.project-info .wrapper .left .desc2{
    margin-top: 2vw;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    color: #898989;
}
.project-info .wrapper .left .info{
    font-size: 0.71vw;
    line-height: 1.6vw;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    color: #898989;
}
.project-info .wrapper .right{
    margin-top: 2vw;
    width: 35vw;
    display: flex;
    flex-direction: column;
}
.project-info .wrapper .right .project-img{
    width: 100%;
    height: auto;
}
.project-info .wrapper .right .project-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.project-info .wrapper .right p{
    margin-top: 2vw;
    font-size: 0.87vw;
    line-height: 1.8vw;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    color: #898989;
}

.project-info .num-info{
    width: 100%;
    height: 14.5vw;
    padding: 3.9vw 22vw 5.1vw 18.6vw;
    background-color: #f8f8f8;
}
.project-info .num-info ul{
    display: flex;
    justify-content: space-between;
}
.project-info .num-info ul li h3{
    font-size: 2vw;
    line-height: 2vw;
    vertical-align: bottom;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    letter-spacing: 1px;
}
.project-info .num-info ul li span{
    font-size: 1.19vw;
    line-height: 1.19vw;
    vertical-align: bottom;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
}
.project-info .num-info ul li p{
    margin-top: 1.2vw;
    font-size: 1.11vw;
    line-height: 1.11vw;
    font-family: "OPPOSans B",OPPOSans,sans-serif;
}

.project-info .wrapper2{
    width:62vw;
    height: auto;
    margin: 6vw auto;
    display: flex;
    flex-wrap: wrap;
}
.project-info .wrapper2 .project-img{
    width: 100%;
    height: auto;
    margin-bottom: 1.5vw;
    display: flex;
    justify-content: space-between;
}
.project-info .wrapper2 .project-img2{
    width: 29.93vw;
    height: 18.5vw;
    overflow: hidden;
}
.project-info .wrapper2 .project-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.project-info .wrapper2 p{
    width: 55vw;
    font-size: 0.87vw;
    line-height: 1.8vw;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    color:#222;
}
.project-info .empty{
    height: 0.1vw;
    width: 100%;
}

footer .map{
    background-color: #f6f6f6;
    margin: 7vw 0;
    height: 18vw;
}
footer .map .call-info .right{
    margin-left: 12vw;
}
footer .call-info .left p,
footer .call-info .right p,
footer .call-info .left h4,
footer .call-info .right h4
{
    color: #2e2725 !important;
    line-height: 3vw!important;
}
footer .call-info .left .line-bottom{
    line-height: 3vw!important;
}
footer .map .call-info .copyright{
    color: #2e2725 !important;
    margin-top: 0vw;;
    line-height: 3vw;
    font-size: 1vw;
}


footer .map .call-info .copyright .logo-img{
    vertical-align: bottom;
    width: 8vw;
    height: 3vw;
    background-image: url(../images/logo-image-text-black.png);
}