.about {
    width: 100%;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 4.5rem;
    position: relative;
}

.banners {
    width: 100%;
    height: 4.5rem;
}

.banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 1.52rem;
    left: 7.85rem;
}

.title-p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .48rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.title-p2 {
    padding-top: .23rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.tab-button {
    width: 14rem;
    margin: 0 auto;
    border-bottom: 0.01rem solid #DDDDDD;
    height: .9rem;
    display: flex;
    align-items: flex-start;
    /* margin-top: .28rem; */
    column-gap: .15rem;
}

.tab-button button {
    margin: 0;
    margin-top: .21rem;
    border: 0;
    background: #f4f4f4;
    border-radius: 0rem 0rem 0rem 0rem;
    transition: background-color .5s ease-in-out;
}

.tab-button button a {
    padding: .15rem .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.tab-button button:hover {
    background-color: #3473BF;
}

.tab-button button:hover a {
    color: #fff;
}

.about-active {
    background-color: #3473BF !important;
}

.about-active a {
    color: #fff !important;
}

.about-content {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    margin-top: .9rem !important;
    padding-top: .9rem;
}

.about-content_1 {
    margin-left: .51rem;
    margin-top: .27rem;
    width: 4.04rem;
    height: 1.05rem;
    background: #141313;
    border-radius: 0rem 0rem 0rem 0rem;
}

.about-content_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content_2 {
    position: relative;
    z-index: 9;
    margin-top: .5rem;
    width: 7.15rem;
    height: 5.12rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 0.96;
}

.about-content_2-1 {
    padding: .5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #000000;
    line-height: .30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-content_3 {
    position: absolute;
    width: 8.95rem;
    height: 6rem;
    top: 0;
    left: 5.05rem;
    z-index: 8;
}

.about-content_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content_4 {
    position: absolute;
    left: 8rem;
    top: 2.11rem;
    width: 10.7rem;
    height: 6.32rem;
}

.about-content_4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.six {
    width: 14rem;
    margin: 0 auto;
    padding-top: 1.2rem;
    padding-bottom: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: .28rem;
}

.six-content {
    width: 4.3rem;
    height: 2rem;
    background: #F5F5F5;
    border-radius: 0rem 0rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .24rem;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-content: center;
}

.six-content1 {
    width: 4.3rem;
    height: 2rem;
    background: #3473BF;
    border-radius: 0rem 0rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    font-style: normal;
    text-transform: none;
    align-content: center;
}

.about-img1 {
    margin: 0 auto;
    width: 14rem;
    height: 4.6rem;
    position: relative;
}

.about-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.7rem;
    height: 4.6rem;
    background: linear-gradient(90deg, rgba(69, 128, 199, 0.77) 0%, rgba(16, 102, 206, 0.82) 100%);
    border-radius: 0rem 0rem 0rem 0rem;
}

.img-title1 {
    width: 1.2rem;
    height: .4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .30rem;
    color: #FFFFFF;
    line-height: .32rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.img-title2 {
    padding-top: .35rem;
    width: 3.36rem;
    height: .31rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .32rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



.contacts {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact {
    margin-top: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.26rem;
    height: 3.55rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(41, 41, 41, 0.2);
    border-radius: .15rem .15rem .15rem .15rem;
}

.contact-content_1 {
    margin-top: .72rem;
    width: .76rem;
    height: .76rem;
}

.contact-content_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-content_2 {
    margin-top: .42rem;
    margin-bottom: .2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .2rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.contact-content_3 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: .16rem;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 0.51rem;
}

.message {
    margin-top: .8rem;
    width: 100%;
    height: 8.25rem;
    background: #F2F2F2;
    border-radius: 0;
}

.messages {
    width: 14rem;
    margin: 0 auto;
}

.message-title1 {
    padding-top: .62rem;
    font-family: Alibaba Sans, Alibaba Sans;
    font-weight: 800;
    font-size: .42rem;
    color: #E2E2E2;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.message-title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .3rem;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.message-content_1 {
    width: 9.77rem;
    padding-top: .49rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .18rem;
    color: #9A9A9A;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    white-space: nowrap;
}

.message-content_2 {
    display: flex;
    margin-top: .23rem !important;
    margin: 0 auto;
    width: 14rem;
    position: relative;
}

.message-img {
    width: 12.7155rem;
    height: 4.637rem;
}

.message-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



















.message-input {
    position: absolute;
    top: .58rem;
    left: 2.39rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: .31rem;
}

.message-input input {
    position: relative;
    display: flex;
    align-items: center;
    width: 2.66rem;
    height: .4rem;
    font-size: .14rem;
    background: #F4F4F4;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding-left: 0.15rem;
}

.message-input input::placeholder {
    font-size: .14rem;
    color: #9A9A9A;
    position: absolute;
    top: .1rem;
    left: .15rem;
}

.message-input textarea {
    margin-top: .28rem;
    width: 8.6rem;
    height: 1.7rem;
    font-size: .14rem;
    background: #F4F4F4;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding-left: 0.15rem;
    padding-top: 0.1rem;
}

.message-input textarea::placeholder {
    font-size: .14rem;
    color: #9A9A9A;
    position: absolute;
    top: .1rem;
    left: .15rem;
}

.message-btn {
    /* width: 1.98rem;
    height: .5rem; */
    background: #3473BF;
    border-radius: .25rem;
    border: 0;
    position: absolute;
    bottom: .88rem;
    left: 2.39rem;
}

.message-btn a {
    padding: .15rem .76rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}