/*fix.css*/
.body {
    background: #fff;
    letter-spacing: 4px;
}

.banner-about-fix {
    width: 100%;
    /* height: 550px; */
}
.banner-about-fix img{
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.middle {
    width: 1200px;
    margin: 0 auto;
}
.middle .hotName{
    font-family: SourceHanSansSC-Bold;
    font-size: 44px;
    color: #232121;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.middle .delivery{
    width: 1200px;
    height: 160px;
    margin-top: 49px;
    margin-bottom: 80px;
}
.middle .hotName::after{
    content: ' ';
    background: #FF770F;
    width: 96px;
    height: 3px;
    position: absolute;
    display: block;
    left: 548px;
    bottom: -18px;
}
.middle .post{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}
.middle .post .list{
    width: 388px;
    height: 314px;
    border: 1px solid #ECECEC;
    padding-left: 24px;
}
.middle .post .list .name{
    font-family: SourceHanSansSC-Bold;
    font-size: 20px;
    color: #232121;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 24px;
    display: block;
}
.middle .post .list .duty{
    font-family: SourceHanSansSC-Bold;
    font-size: 16px;
    color: #232121;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    margin-left: 11px;
    position: relative;
    margin-bottom: 15px;
}
.middle .post .list .duty::after{
    background: #FF770F;
    content: ' ';
    width: 3px;
    height: 20px;
    left: -10px;
    top: 1px;
    display: block;
    position: absolute;
}
.middle .post .list .introduction{
    width: 340px;
    height: 140px;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    overflow: hidden;
}
.middle .post .list .introduction span{
    display: block;
}
.middle .post .list .look {
    position: relative;
}
.middle .post .list .look span{
    font-family: SourceHanSansSC-Medium;
    font-size: 14px;
    color: #FF770F;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    float: left;
    cursor: pointer;
}
.middle .post .list .look img{
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.mask{
    background: rgba(0,0,0,0.40);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
}
.details{
    width: 932px;
    background: #FFFFFF;
    padding: 32px;
    position: relative;
    margin: 100px auto 0 auto;
    max-height: 800px;
}
.details .delivery{
    width: 100%;
    margin-top: 32px;
}
.details .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.details .name{
    font-family: SourceHanSansSC-Bold;
    font-size: 28px;
    color: #232121;
    letter-spacing: 0;
    font-weight: 700;
    display: block;
}
.details .qualifications{
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    color: #232121;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin: 20px 0 40px 0;
}
.details .dutyTips{
    font-family: SourceHanSansSC-Bold;
    font-size: 16px;
    color: #232121;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}
.details .dutyList{

}
.details .dutyList span{
    display: block;
    font-family: SourceHanSansSC-Medium;
    font-size: 16px;
    color: rgba(35,33,33,0.70);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
}

.details .requirementTips{
    font-family: SourceHanSansSC-Bold;
    font-size: 16px;
    color: #232121;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    margin-top: 32px;
}
.details .requirementList{

}
.details .requirementList span{
    display: block;
    font-family: SourceHanSansSC-Medium;
    font-size: 16px;
    color: rgba(35,33,33,0.70);
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
}
.about-fix-title {
    width: 100%;
    font: bold 26px/66px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #333;
    text-align: center;
    letter-spacing: 4px;
}

.sub-title {
    width: 100%;
    font: bolder 16px/16px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.desc {
    padding: 0 0 30px 0;
    text-align: center;

}

.about-fix p {
    text-align: center;
    font: 16px/30px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #666;
    letter-spacing: 3px;
}

p span {
    color: #333;
    font-weight: bold;
}

.fix-idea {
    padding: 70px 0 100px 0;
}

.fix-advantage {
    width: 100%;
    height: 550px;
    background-size: 100%;
    margin: 0 auto;
    background: url('/static/mainland_pc/newWebsite/images/about_fix/advantage_map.jpg') no-repeat #e0eaf6;
    padding: 100px 0 0 0;
    box-sizing: border-box;
}

.fix-range {
    padding: 100px 0;
}

.fix-range-img {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
}

.fix-value {
    background: #e9f2fa;
    padding: 100px 0 80px 0;
}

.fix-value-img {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
}

.value-img {
    width: 400px;
    height: 240px;
    background: #ccc;
    float: left;
}

.value-img:nth-child(1) {
    background: url('/static/mainland_pc/newWebsite/images/about_fix/value1.png') no-repeat center;
}

.value-img:nth-child(2) {
    background: url('/static/mainland_pc/newWebsite/images/about_fix/value2.png') no-repeat center;
}

.value-img:nth-child(3) {
    background: url('/static/mainland_pc/newWebsite/images/about_fix/value3.png') no-repeat center;
}


.fix-value-desc {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.value-desc {
    width: 400px;
    height: 100px;
    float: left;
    margin-top: 20px;
}

.value-desc:nth-child(1) P{
    width: 130px;
}

.value-desc:nth-child(2) P{
    width: 140px;
}

.value-desc:nth-child(3) P{
    width: 160px;
}

.fix-value-desc p {
    /* width: 170px; */
    margin: 0 auto;
    color: #333;
    border-bottom: 1px solid #eb0028;
}


.fix-value-desc .sub-p {
    font: 14px/14px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #999;
    text-align: center;
    margin-top: 8px;
    letter-spacing: 3px;
}

.fix-cp {
    padding: 60px 0 0 0;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.fix-cp p {
    margin-bottom: 20px;
}

.fix-cp img {
    margin-bottom: 40px;
}

.fix-cp .last-p p {
    display: inline-block;
}

.fix-cp .last-p span {
    margin: 0 97px;
}