.facility {
    width: 100%;
    height: 850px;
    background: #FFFFFF;
}

.facilitys {
    width: 1200px;
    margin: 0 auto;
    height: 850px;
    position: relative;
    background: #FFFFFF;
}

.facilitys>span {
    width: 330px;
    height: 35px;
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 38%;
    top: 15%;
}

.facilitys>font {
    width: 339px;
    height: 12px;
    background: linear-gradient(0deg, #DD6530 0%, #FFBB33 97%);
    border-radius: 6px;
    position: absolute;
    left: 37.5%;
    top: 19.5%;
}

.facilitys section {
    width: 288px;
    height: 520px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    cursor: pointer;
}

.facilitys section div {
    width: 224px;
    height: 76px;
    background: url("../img/facilitys2.png")/*tpa=img/facilitys2.png*/;
    align-self: center;
    position: relative;
}

.facilitys .platform div {
    background: url("../img/facilitys.png")/*tpa=img/facilitys.png*/;
}

.facilitys section img {
    align-self: center;
}

.facilitys div span {
    position: absolute;
    left: 45%;
    top: 10%;
    width: 20px;
    height: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    align-self: center;
}

.facilitys .platform div span,
.facilitys .platform div font {
    color: #FFFFFF;
}

.facilitys div font {
    position: absolute;
    top: 51.5%;
    width: 140px;
    height: 19px;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    align-self: center;
}

.facilitys section:nth-child(1) {
    position: absolute;
    bottom: 16%;
    left: 9%;
}

.facilitys section:nth-child(1) font {
    left: 20%;
}

.facilitys section:nth-child(2) font {
    left: 28%;
}

.facilitys section:nth-child(3) font {
    left: 28%;
}


.facilitys section:nth-child(2) {
    position: absolute;
    bottom: 16%;
    left: 39%;
}

.facilitys section:nth-child(3) {
    position: absolute;
    bottom: 16%;
    left: 69%;
}

.farewell {
    width: 100%;
    height: 680px;
    background: #F2F2F2;
}

.farewells {
    width: 1200px;
    margin: 0 auto;
    height: 680px;
    position: relative;
    background: #F2F2F2;
}

.farewells>span {
    width: 330px;
    height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #E47731;
    position: absolute;
    left: 54%;
    top: 36%;
}

.farewells img {
    position: absolute;
    left: 9.5%;
    top: 8.5%;
}

.farewells section {
    width: 470px;
    height: 260px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    color: #444444;
    position: absolute;
    left: 54%;
    top: 48%;
}

.branch {
    width: 100%;
    height: 680px;
    background: #FFFFFF;
}

.branchs {
    width: 1200px;
    margin: 0 auto;
    height: 680px;
    position: relative;
    background: #FFFFFF;
}

.branchs>span {
    width: 400px;
    height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #E47731;
    position: absolute;
    left: 0%;
    top: 41%;
}

.branchs img {
    position: absolute;
    right: -19.2%;
    bottom: 0%;
}

.branchs section {
    width: 520px;
    height: 210px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    color: #444444;
    position: absolute;
    left: 0%;
    top: 53%;
}

.subscribe {
    width: 100%;
    height: 750px;
    background: #F2F2F2;
}

.subscribes {
    width: 1200px;
    margin: 0 auto;
    height: 750px;
    position: relative;
    background: #F2F2F2;
}

.subscribes>span {
    width: 590px;
    height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 50%;
    top: 36%;
}

.subscribes>font {
    width: 590px;
    height: 36px;
    font-size: 24px;
    font-weight: 400;
    color: #E47731;
    position: absolute;
    left: 50%;
    top: 44%;
}

.subscribes img {
    position: absolute;
    left: 9.5%;
    top: 4.5%;
}

.subscribes section {
    width: 520px;
    height: 210px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #444444;
    position: absolute;
    left: 50%;
    top: 49%;
}

.superiority {
    width: 100%;
    height: 680px;
    background: #FFFFFF;
}

.superioritys {
    width: 1200px;
    margin: 0 auto;
    height: 680px;
    position: relative;
    background: #FFFFFF;
}

.superioritys>span {
    width: 230px;
    height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    position: absolute;
    left: 5%;
    top: 36%;
}

.superioritys>font {
    width: 400px;
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #E47731;
    position: absolute;
    left: 5%;
    top: 44%;
}

.superioritys img {
    position: absolute;
    right: 2.5%;
    top: 2.5%;
}

.superioritys section {
    width: 585px;
    height: 200px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #666666;
    position: absolute;
    left: 5%;
    top: 51%;
}