.about {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.1rem;
}

.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;
}

.cooperate {
    margin: 0 auto;
    width: 14rem;
    display: flex;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: .8rem;
    padding-bottom: .4rem;
}

.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;
}

.pages {
    padding-top: .6rem;
    margin: 0 auto;
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #7D7D7D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: .12rem;
}

.page-2,
.page-7 {
    align-content: center;
    justify-items: center;
    width: .32rem;
    height: .32rem;
    border: #dedede 0.01rem solid;
    border-radius: 0.02rem;
    margin-left: .08rem;
}

.page-3 {
    align-content: center;
    justify-items: center;
    width: .32rem;
    height: .32rem;
    border: #dedede 0.01rem solid;
    border-radius: 0.02rem;
    margin-left: .08rem;
}

.page-3 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #7D7D7D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    padding: 0.05rem 0rem;
}

.page-6 {
    margin-left: .2rem;
    align-content: center;
    justify-items: center;
    width: .72rem;
    height: .32rem;
    background: #3473BF;
    border-radius: .02rem .02rem .02rem .02rem;
}

.page-6 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    padding: 0.05rem 0.22rem;
    text-transform: none;
}

.page-4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #7D7D7D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: .08rem;
}

.page-5 {
    height: .32rem;
    display: flex;
}

.page-8 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #7D7D7D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: .08rem;
    margin-left: .2rem;
}

.page-9 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .14rem;
    color: #7D7D7D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: .08rem;
}

.page-a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .12rem;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

select {
    font-size: .12rem !important;
}

.pages-active {
    background-color: #3473BF;
}

.pages-active a {
    color: #fff !important;
}


.page-2,
.page-7 {
    cursor: pointer;
}

.page-7 a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/engineering/page1.png) no-repeat center center;
    background-size: .16rem .16rem;
    transform: rotate(180deg);
}

.page-7 a:hover {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/engineering/page2.png) no-repeat center center;
    background-size: .16rem .16rem;
    transform: rotate(360deg);
}

.page-2 a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/engineering/page1.png) no-repeat center center;
    background-size: .16rem .16rem;
}

.page-2 a:hover {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/engineering/page2.png) no-repeat center center;
    background-size: .16rem .16rem;
    transform: rotate(180deg);
}
.won {
    position: relative;
}

.wons {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: .5rem;
    column-gap: 0.465rem;
}



.won-p3 {
    width: 3.15rem;
    height: 2.2rem;
    border: 0.1rem solid #EFEFEF;
}

.won-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.won-title {
    padding-top: .15rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.won-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.won-p1 {
    width: 3.15rem;
    height: 2.2rem;
    opacity: 0.5;
}

.won-p1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.won-p2 {
    position: absolute;
    width: .2rem;
    height: .2rem;
}

.won-p2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.won-contents {
    opacity: 0;
    background: #000;
    transition: opacity 0.5s ease-in-out;
}

.won-contents:hover {
    opacity: 0.5;
    background: #000;
}