@font-face {
    font-family: "OPPOSans M";
    src: url("../fonts/woff/OPPOSans-M-2.subset.woff2");
}
@font-face {
    font-family: "OPPOSans R";
    src: url("../fonts/woff/OPPOSans-R-2.subset.woff2");
}
.header-mode-fix{
    display: block;
}
.header-mode-fix .wrapper{
    background-color: #171717;
    border-bottom: 0 solid #e1e1e1;
}
.header-mode-fix .left .logo a{
    background-image: url(../images/logo-image-text.png);
}
.header-mode-fix .nav a{
    color:#fff;
}
.header-mode-fix .nav a span::after{
    background-color: #fff;
}
.header-mode-fix .right .hm-line{
    background-color: #fff;
}
.more-team{
    margin: 3.72vw 0;
    width: 100%;
    height: 100%;
}
/* 图 */
.show-main{
    width: 100%;
    height: 95%;
}
.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{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.show-main .title-text{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}
.show-main .title-text h1{
    font-family: "OPPOSans B",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 1vw 0 2.2vw 0;

}
.show-main .title-text p{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #fff;
}

.show-main .title-project{
    margin-top: 3.4vw;
    width: auto;
    max-width: 100%;
    height: 3vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5vw;
}
.show-main .title-project h1{
    position: relative;
    display: inline-block;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.9vw;
    font-weight: normal;
    color: #fff;
    padding: 2px 0;
    letter-spacing: 1px;
}
.show-main .title-project h1:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: currentColor;
    width: 0;
    transition: width .7s cubic-bezier(.28,.38,0,.81);
}
.show-main .title-project:hover h1:before{
    width: 100%;
}
.show-main .title-project h1:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    width: 100%;
    transition: width .3s cubic-bezier(.28,.38,0,.81);

}
.show-main .title-project:hover h1:after{
    width: 0;
}
/*  区域 */
.project{
    width: 100%;
    height: auto;
}   
.project .wrapper{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.project .project-img,
.project .project-desc{
    width: 50%;
    height: 33vw;
    overflow: hidden;
}
.project .project-img img{
    width: 100%;
    height: 101%;
    object-fit: cover;
}
.project .project-desc{
    background-color: #171717;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project .project-desc h1{
    width: 80%;
    text-align: left;
    color: #fff;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1.8vw;
    line-height: 2.4vw;
}
.project .project-desc p{
    margin-top: 1.8vw;
    width: 80%;
    text-align: left;
    color: #fff;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.5vw;
    text-align: justify;
    text-justify: inter-word;
}



footer .map{
    background-color: #f6f6f6;
    margin: 9vw 0;
    height: 20vw;
}
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: 9vw;
    height: 3vw;
    background-image: url(../images/logo-image-text-black.png);
}