.look-more-btn-wrapper {
    margin-top: 0.4rem;
    display: none;
}

.look-more-btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.look-more-btn .btn {
    padding: 0.2rem 0.92rem;
    background: #203AE6;
    border-radius: 0.16rem;
    overflow: hidden;
    font-weight: 300;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.44rem;
}

.more-mask {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.2rem;
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.aboutUs .sub-nav-section {
    position: sticky;
    /* top: 1.2rem; */
    top: 0;
    background-color: #ffffff;
    z-index: 888;
}

.aboutUs .sub-nav-section .container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.aboutUs .sub-nav-section .container::-webkit-scrollbar {
    display: none;
}

.aboutUs .sub-nav-section .sub-nav-list {
    width: 100%;
    padding: 0 0.34rem;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutUs .sub-nav-section .sub-nav-list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e9e9e9;
}

.aboutUs .sub-nav-section .sub-nav-item {
    padding: 0.58rem 0 0.36rem;
    font-weight: 300;
    font-size: 0.32rem;
    color: rgba(40, 40, 45, 0.5);
    line-height: 0.42rem;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.aboutUs .sub-nav-section .sub-nav-item::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #203ae6;
    z-index: 1;
}

.aboutUs .sub-nav-section .sub-nav-item.active {
    font-weight: 500;
    color: #203ae6;
}

.aboutUs .sub-nav-section .sub-nav-item.active::after {
    opacity: 1;
}

.aboutUs .mission-vision-section {
    background: #f5f5fa;
}

.aboutUs .mission-vision-section .mission-vision .content {
    margin-top: 0.8rem;
}

.aboutUs .mission-vision-section .mission-vision-item {
    margin-bottom: 0.32rem;
    width: 100%;
    height: 4.18rem;
    min-width: 0;
    position: relative;
    border-radius: 0.16rem;
}
.aboutUs .mission-vision-section .mission-vision-item:last-child {
    margin-bottom: 0;
}

.aboutUs .mission-vision-section .mission-vision-item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aboutUs .mission-vision-section .mission-vision-item-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutUs .mission-vision-section .mission-vision-item-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.36rem 0.34rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.aboutUs .mission-vision-section .mission-vision-item-con .tag {
    display: inline-block;
    padding: 0.06rem 0.16rem;
    background: #ffffff;
    border-radius: 0.08rem;
    font-weight: 300;
    font-size: 0.28rem;
    color: rgba(40, 40, 45, 0.7);
    line-height: 0.38rem;
}

.aboutUs .mission-vision-section .mission-vision-item-con .name {
    margin-top: 0.12rem;
    font-weight: 500;
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.54rem;
}

.aboutUs .process-section {
    background: #fff;
}
.aboutUs .process-section.collapse .more-mask {
    display: block;
}
.aboutUs .process-section.collapse .look-more-btn-wrapper {
    display: block;
}
.aboutUs .process-section.collapse .process-list {
    height: 11.4rem;
}

.aboutUs .process-section .process .content {
    margin-top: 0.8rem;
    position: relative;
}

.aboutUs .process-section .process-list {
    height: auto;
    overflow: hidden;
}

.aboutUs .process-section .process-item {
    width: 100%;
    padding-left: 0.36rem;
    padding-bottom: 0.6rem;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aboutUs .process-section .process-item:last-child::after {
    bottom: 0;
}

.aboutUs .process-section .process-item .name {
    font-weight: 700;
    font-size: 0.4rem;
    color: #28282D;
    line-height: 0.56rem;
}

.aboutUs .process-section .process-item .desc {
    margin-top: 0.08rem;
    font-weight: 300;
    font-size: 0.28rem;
    color: rgba(40, 40, 45, 0.5);
    line-height: 0.48rem;
}

.aboutUs .process-section .process-item .desc p {
    white-space: pre-wrap;
}

.aboutUs .process-section .process-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
    background: #203ae6;
}

.aboutUs .process-section .process-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0.08rem;
    top: 0.16rem;
    bottom: -0.16rem;
    width: 0.5px;
    background: rgba(40, 40, 45, 0.3);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutUs .qualifications-section {
    background: #203ae6;
}

.aboutUs .qualifications-section .qualifications .title {
    color: #ffffff;
}

.aboutUs .qualifications-section .qualifications .content {
    margin-top: 0.8rem;
}

.aboutUs .qualifications-section .qualifications-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.4rem;
}

.aboutUs .qualifications-section .qualifications-item {
    -webkit-flex: 0 0 2.12rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.12rem;
    flex: 0 0 2.12rem;
    position: relative;
    margin-right: 0.24rem;
    margin-bottom: 0.4rem;
}

.aboutUs .qualifications-section .qualifications-item:nth-child(3n) {
    margin-right: 0;
}

.aboutUs .qualifications-section .qualifications-item-pic {
    width: 100%;
    height: 2.12rem;
    border-radius: 0.24rem;
    background: #fff;
    overflow: hidden;
}

.aboutUs .qualifications-section .qualifications-item-pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutUs .qualifications-section .qualifications-item-con {
    /*padding: 16px 13px 0;*/
    padding: 0.16rem 0 0;
}

.aboutUs .qualifications-section .qualifications-item-con .name {
    font-weight: 300;
    /*font-size: 14px;*/
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.34rem;
    text-align: center;
    white-space: pre-wrap;
}

.aboutUs .contact-section {
    padding-bottom: 0;
    background: #fff;
}
.aboutUs .contact-section.collapse .more-mask {
    display: block;
}
.aboutUs .contact-section.collapse .look-more-btn-wrapper {
    display: block;
}
.aboutUs .contact-section.collapse .contact-addr-list {
    height: 2.8rem;
}

.aboutUs .contact-section .contact .content {
    margin-top: 0.8rem;
}

.aboutUs .contact-section .contact-type-item {
    width: 100%;
    padding: 0.44rem 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(50, 50, 65, 0.1);
}

.aboutUs .contact-section .contact-type-item:nth-child(3n) {
    margin-right: 0;
}

.aboutUs .contact-section .contact-type-item .icon {
    -webkit-flex: 0 0 0.48rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.48rem;
    flex: 0 0 0.48rem;
    height: 0.48rem;
    background: #f2f2f2;
}

.aboutUs .contact-section .contact-type-item .icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutUs .contact-section .contact-type-item .con {
    margin-left: 0.2rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutUs .contact-section .contact-type-item .con .label {
    font-weight: 500;
    font-size: 0.36rem;
    color: #28282d;
    line-height: 0.48rem;
    min-width: 2rem;
    margin-right: 0.2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aboutUs .contact-section .contact-type-item .con .value {
    font-weight: 700;
    font-size: 0.36rem;
    color: #28282d;
    line-height: 0.48rem;
}

.aboutUs .contact-section .contact-addr {
    overflow: hidden;
}

.aboutUs .contact-section .contact-addr-header {
    padding: 0.44rem 0 0.4rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutUs .contact-section .contact-addr-header .icon {
    -webkit-flex: 0 0 0.48rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.48rem;
    flex: 0 0 0.48rem;
    height: 0.48rem;
    background: #f2f2f2;
}

.aboutUs .contact-section .contact-addr-header .icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutUs .contact-section .contact-addr-header .name {
    margin-left: 0.2rem;
    font-weight: 700;
    font-size: 0.36rem;
    color: #28282d;
    line-height: 0.48rem;
}

.aboutUs .contact-section .contact-addr-con {
    position: relative;
}

.aboutUs .contact-section .contact-addr-list {
    height: auto;
    overflow: hidden;
}

.aboutUs .contact-section .contact-addr-item {
    padding-bottom: 0.6rem;
    width: 100%;
}
.aboutUs .contact-section .contact-addr-item:last-child {
    padding-bottom: 0;
}

.aboutUs .contact-section .contact-addr-item:nth-child(3n) {
    margin-right: 0;
}

.aboutUs .contact-section .contact-addr-item .addr-name {
    font-weight: 500;
    font-size: 0.32rem;
    color: #28282d;
    line-height: 0.42rem;
}

.aboutUs .contact-section .contact-addr-item .addr-detail {
    margin-top: 0.16rem;
    font-weight: 300;
    font-size: 0.24rem;
    color: rgba(40, 40, 45, 0.5);
    line-height: 0.32rem;
    text-align: justify;
}

.aboutUs .form-section {
    padding-top: 0.8rem;
    padding-bottom: 2rem;
}

.aboutUs .form-section .form-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutUs .form-section .form-header .icon {
    -webkit-flex: 0 0 0.48rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.48rem;
    flex: 0 0 0.48rem;
    height: 0.48rem;
    background: #f2f2f2;
}

.aboutUs .form-section .form-header .icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutUs .form-section .form-header .name {
    margin-left: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #28282d;
    line-height: 27px;
}

.aboutUs .form-section .form-content-wrapper {
    margin-top: 0.3rem;
}

.aboutUs .form-section .form-content .col {
    margin-bottom: 0.24rem;
    position: relative;
}
.aboutUs .form-section .form-content .col .required-tip {
    position: absolute;
    left: 0.2rem;
    top: 0.32rem;
    color: #F93D3D;
}

.aboutUs .form-section .form-content textarea,
.aboutUs .form-section .form-content input {
    display: block;
    width: 100%;
    height: 0.92rem;
    padding: 0.28rem 0.4rem;
    background: #fff;
    border-radius: 0.08rem;
    border: 0.5px solid #BFBFC1;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.aboutUs .form-section .form-content textarea::-webkit-input-placeholder, .aboutUs .form-section .form-content input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.3);
    line-height: 19px;
}

.aboutUs .form-section .form-content textarea:-moz-placeholder, .aboutUs .form-section .form-content input:-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.3);
    line-height: 19px;
}

.aboutUs .form-section .form-content textarea::-moz-placeholder, .aboutUs .form-section .form-content input::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.3);
    line-height: 19px;
}

.aboutUs .form-section .form-content textarea:-ms-input-placeholder, .aboutUs .form-section .form-content input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.3);
    line-height: 19px;
}

.aboutUs .form-section .form-content textarea::placeholder,
.aboutUs .form-section .form-content input::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.3);
    line-height: 19px;
}

.aboutUs .form-section .form-content textarea {
    height: 100px;
    resize: none;
}

.aboutUs .form-section .form-content .form-select {
    position: relative;
}

.aboutUs .form-section .form-content .form-select input {
    cursor: pointer;
    padding-right: 44px;
}

.aboutUs .form-section .form-content .form-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    border: solid rgba(40, 40, 45, 0.5);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: translateY(-70%) rotate(45deg);
    -moz-transform: translateY(-70%) rotate(45deg);
    -ms-transform: translateY(-70%) rotate(45deg);
    -o-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    z-index: 1;
}

.aboutUs .form-section .form-content .form-select.active::after {
    -webkit-transform: translateY(-10%) rotate(-135deg);
    -moz-transform: translateY(-10%) rotate(-135deg);
    -ms-transform: translateY(-10%) rotate(-135deg);
    -o-transform: translateY(-10%) rotate(-135deg);
    transform: translateY(-10%) rotate(-135deg);
}

.aboutUs .form-section .form-content .form-select .options-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.92rem;
    z-index: 2;
}

.aboutUs .form-section .form-content .form-select .options-wrapper .options {
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    background: #f5f5fa;
    overflow: hidden;
}

.aboutUs .form-section .form-content .form-select .options-wrapper .option {
    padding: 9px 16px 8px;
    font-weight: 300;
    font-size: 14px;
    color: #28282d;
    line-height: 19px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    cursor: pointer;
}

.aboutUs .form-section .form-content .form-select .options-wrapper .option:hover,
.aboutUs .form-section .form-content .form-select .options-wrapper .option.active {
    background: rgba(40, 40, 45, 0.05);
}

.aboutUs .form-section .form-submit-btn {
    margin: 0.8rem auto 0;
    width: 3.12rem;
    height: 0.82rem;
    background: #203ae6;
    border-radius: 0.16rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.44rem;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}