.wrap{
    width: 1180px;
    margin: 0 auto;
}
.wrap .img{
    width:1180px;
    height:90px;
    margin-bottom: 0px;
}
/* .header_wrap{
    position: sticky;
    top:-90px;
    z-index:100;
} */
.nav{
    margin-top:0;
}
.nav_list {
    margin-left: 0px;
}
.nav_list li p{
    font-weight: normal;
}
.nav_list li {
    padding-top: 28px !important;
}
.nav_list li:nth-of-type(2),.nav_list li:nth-of-type(3) {
    padding-right: 0px;
}
.changeCity ul li:first-child {
    margin-left:50px;
}
.content{
    margin-top:0;
    padding-top: 0;
    width:100%;
    min-height: 421px;
}

/* .about_content的样式可以仿改添加但不能删*/
.content .about_content{
    margin-top:30px;
    margin-bottom:45px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.39px;
    line-height: 30px;
}
.content .about_content .suo{
    text-indent:2em;
}
.content .about_content div{
    width:1180px;
}
.content .about_content div.aboutus_introduce{
    margin-top:30px;
    margin-bottom:15px;
    /* box-sizing: border-box; */
}
.aboutus_cooperation{
    border-top:1px dashed #CCCCCC;
    padding-top:20px;
    margin-bottom:30px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0.34px;
    line-height: 30px;
}
.aboutus_permit{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0.34px;
    line-height: 30px;
}
.curPos{
    margin-top: 10px;
    margin-bottom: 22px;
}
.curPos a{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #AAAAAA;
    letter-spacing: 0;
    line-height: 18px;
}

.content .expert_content{
    /* margin-top:20px; */
    margin-bottom:162px;
}

.content .expert_content .title{
    position:relative;
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    height:49px;
    padding-left:15px;
    margin-top:30px;
}
.content .expert_content .title:nth-of-type(1){
    margin-top:20px;
}
.content .expert_content .redsign{
    position: absolute;
    left:0;
    top:5.5px;
    width:5px;
    height:26px;
    background: #F54343;
}

.content .expert_content .english{
    position:absolute;
    bottom:0px;
    left:0;
    opacity: 0.3;
    font-family: Gotham-Book;
    font-size: 11px;
    color: #333333;
    letter-spacing: 0.42px;
}
.content .expert_content .people{
    margin-top:20px;
    width:1180px;
    height:160px;
    display:flex;
    align-items:center;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border-radius: 10px;
    display:flex;
    align-items:center;
}
.content .expert_content .people dt{
    width:120px;
    height:120px;
    margin-left:30px;
}

.content .expert_content .people dt img{
    width:120px;
    height:120px;
    border-radius: 50%;
}
.content .expert_content .people dd{
    width:960px;
    margin-left:30px;
    height:160px;
}

.content .expert_content .people dd .vice_title{
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    height:40px;
    position:relative;
    margin-top:30px;
    margin-bottom:8px;
}

.content .expert_content .people dd .vice_title .vice_sign{
    position:absolute;
    bottom:0;
    left:0;
    width:30px;
    height:4px;
    background: #F54343;
}

.content .expert_content .people dd .experience{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom:30px;
}