.banner {
    overflow: hidden;
}
.banner:before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -25px;
    width: calc(100% + 10px);
    height: auto;
    background: url(../../images/common/about/top-wave-1.svg) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 1920 / 135;
}
.banner img {
    min-height: 750px;
    max-height: 750px;
}
.main-title{
    padding-bottom: 44px;
    margin-bottom: 38px;
}
.main-title:before {
    content: "";
    background: #2A91AA;
    width: 48px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-top-text{
    margin: 0;
    color: #BFC6D1;
    font-size: 17px;
    margin-bottom: 74px;
}
.breadcrumb li a:hover {
    color: #E1E5EB;
}
.content{
    margin-top: 237px;
    padding-bottom: 0;
    background: transparent;
}
.page-sect-title {
    text-align: left;
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 27px;
}
.page-sect-title .t-main{
    font-family: "Libertinus Sans", sans-serif;
    color: #1F1F1F;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
    white-space: nowrap;
}
.page-sect-title .t-sub{
    color: #1F1F1F;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 9px;
}
.page-sect-title::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #11AEB8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-top-title .t1{
    color: #1F1F1F;
    font-size: 45px;
    font-weight: 600;
    position: relative;
    margin: 0;
    letter-spacing: 9px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}
.about-top-title .t2{
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    letter-spacing: 10px;
    line-height: 1.8;
    text-align: center;
}
.f-sect2 {
    padding-top: 70px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.f-sect2:before {
    content: "";
    position: absolute;
    left: calc(50% - 620px);
    top: -77px;
    width: 850px;
    height: 817px;
    background: url(../../images/common/index/index-about-2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.page-about-sect .row {
    display: flex;
    justify-content: space-between;
}
.page-about-sect .col {
    position: relative;
    box-sizing: border-box;
}
.page-about-sect .col.pic {
    width: 51%;
    padding-top: 51px;
}
.page-about-sect .col.txt {
    width: 50%;
    padding-left: 90px;
    padding-top: 61px;
}
.page-about-sect .page-sect-title{
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 45px;
}
.page-about-sect .page-sect-title .t-sub{
    margin-left: 24px;
    position: relative;
    bottom: -5px;
    white-space: nowrap;
}
.page-about-sect .page-sect-title .t-sub span{
    font-size: 22px;
    display: block;
    margin-top: 52px;
    font-weight: 500;
    letter-spacing: 3px;
    white-space: nowrap;
}
.page-about-sect .editor {
    position: relative;
    box-sizing: border-box;
    color: #666;
    line-height: 1.6;
    height: 143px;
    overflow: hidden;
}
.page-about-sect .pic-content{
    width: 700px;
    height: 700px;
    position: relative;
}
.page-about-sect .pic-content:before{
    content: "";
    position: absolute;
    left: -37px;
    bottom: 5px;
    width: 320px;
    height: 235px;
    background: url(../../images/common/index/index-about-3.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.page-about-sect .pic-content:after{
    content: "";
    position: absolute;
    right: -79px;
    top: -51px;
    width: 285px;
    height: 285px;
    background: #CDE2E7;
    border-radius: 50%;
    z-index: -1;
}
.page-about-sect .pic-mask {
    position: relative;
    width: 700px;
    height: 700px;
    overflow: hidden;
    mask-image: radial-gradient(circle 350px at center, #000 349px, transparent 350px);
    -webkit-mask-image: radial-gradient(circle 350px at center, #000 349px, transparent 350px);
}
.page-about-sect .pic-mask img{
    height: calc(100% + 200px) !important;
    object-fit: cover;
    top: -100px;
    position: relative;
}
.page-about-sect .pic-main{
    position: absolute;
    width: 524px;
    height: 700px;
    top: -51px;
    left: 111px;
}
.page-about-sect .name-box{
    position: absolute;
    right: -83px;
    bottom: 135px;
    width: 206px;
    height: 68px;
    background: url(../../images/common/index/index-about-4.png) no-repeat;
    z-index: 1;
}
.page-about-sect .text-box{
    position: absolute;
    right: -23px;
    bottom: 258px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    letter-spacing: 3px;
    z-index: 1;
}
.page-about-sect .text-box span{
    padding-top: 100px;
}
.f-sect3 {
    padding: 0;
    height: 813px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    margin-top: -335px;
}
.page-service-sect .row {
    display: flex;
    align-items: center;
}
.page-service-sect .col {
    position: relative;
    box-sizing: border-box;
}
.page-service-sect .col.pic {
    position: absolute;
    top: 0;
    width: 100vw;
    left: unset;
    right: calc(50% - 50vw);
}
.page-service-sect .col.txt {
    width: 56%;
    margin-left: 48%;
    padding-top: 448px;
    padding-right: 2px;
}
.page-service-sect .editor {
    position: relative;
    box-sizing: border-box;
    color: #666;
    line-height: 1.6;
    height: 250px;
    overflow: hidden;
}
.video-mask {
    position: absolute;
    width: 1920px;
    height: 997px;
    width: 976px;
    height: 739px;
    overflow: hidden;
    left: calc(50% - 1137px);
    top: 69px;
}
/* 影片遮罩：只顯示在兩個圓圈內 */
.video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: radial-gradient(circle 332px at 639px 367px, #000 331px, transparent 332px), radial-gradient(circle 245px at 247px 483px, #000 244px, transparent 245px);
    -webkit-mask-image: radial-gradient(circle 332px at 639px 367px, #000 331px, transparent 332px), radial-gradient(circle 245px at 247px 483px, #000 244px, transparent 245px);
    z-index: 2;
    position: relative;
    object-position: left;
}
.sect-title-2{
    color: #11ACB8;
    font-size: 40px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 4px;
}
.sect-title-3{
    color: #1F1F1F;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 4px;
}
.f-sect4{
    margin-top: 0;
    padding-bottom: 80px;
}
.page-research-sect .row {
    display: flex;
    align-items: center;
}
.page-research-sect .col {
    position: relative;
    box-sizing: border-box;
}
.page-research-sect .col.pic {
    width: 50%;
    text-align: right;
    position: relative;
}
.page-research-sect .col.pic .circle-1 {
    background: #D6E7DC;
    width: 85px;
    height: 85px;
    position: absolute;
    right: 515px;
    top: 129px;
    border-radius: 50%;
}
.page-research-sect .col.pic .circle-2 {
    background: #CDE2E7;
    width: 192px;
    height: 192px;
    position: absolute;
    right: 341px;
    top: 299px;
    border-radius: 50%;
    z-index: -1;
}
.page-research-sect .col.txt {
    width: 44%;
    padding-left: 90px;
}
.f-sect5{
    padding-top: 30px;
    padding-bottom: 50px;
}
.team-title .t1{
    font-family: "Libertinus Sans", sans-serif;
    color: #1F1F1F;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
}
.team-title .t2{
    color: #11ACB8;
    font-size: 40px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 4px;
    text-align: center;
}
.team-pic{
    /* max-width: 1347px; */
    margin-left: auto;
    margin-right: auto;
}
.f-sect6{
    padding-top: 140px;
    padding-bottom: 114px;
}
.atom-pic{
    position: relative;
    z-index: 1;
}
.page-atom-sect{
    min-height: 1000px;
    text-align: center;
    position: relative;
}
.atom-list .box{
    background: #FFF;
    border-radius: 20px;
    padding: 38px 63px;
    width: 450px;
    height: 300px;
    box-sizing: border-box;
    text-align: left;
}
.atom-list .name{
    color: #11ACB8;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 31px;
}
.atom-list .description{
    color: #506C77;   
    font-size: 17px;
}
.atom-list .break{
    display: block;
}
.atom-list .box:nth-child(1){
    position: absolute;
    left: -70px;
    top: 34px;
}
.atom-list .box:nth-child(2){
    position: absolute;
    right: -70px;
    top: 34px;
    text-align: right;
}
.atom-list .box:nth-child(3){
    position: absolute;
    left: -70px;
    bottom: 160px;
}
.atom-list .box:nth-child(4){
    position: absolute;
    right: -70px;
    bottom: 160px;
    text-align: right;
}
.about-bottom{
    display: flex;
}
.about-bottom .box{
    width: 50%;
}
.about-bottom .text{
    position: absolute;
    top: 162px;
}
.about-bottom .text:before{
    content: "";
    position: absolute;
    right: 9px;
    top: 8px;
    background: url(../../images/common/about/about-bottom-icon.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 12px;
}
.about-bottom .box:nth-child(1) .text{
    right: 519px;
}
.about-bottom .box:nth-child(2) .text{
    left: 70px;
}
.about-bottom .sub{
    color: #FFF;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 2px;
}
.about-bottom .box .pic img{
    width: 100%;
}
.about-bottom .name{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300;
}
.about-bottom .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}
.page-award .banner img {
    min-height: 625px;
    max-height: 625px;
}
.page-award .banner:before  {
    content: "";
    position: absolute;
    left: calc(50% - 960px);
    bottom: -243px;
    width: 1920px;
    height: 318px;
    background: url(../../images/common/about/top-wave-2.svg) no-repeat 50% 50%;
}
.page-award .banner .item:before{
    content: "";
    width: calc(50% - 700px);
    height: 318px;
    background: #F6F6F6;
    left: 0;
    bottom: -243px;
    position: absolute;
}
.page-award .banner .item:after{
    content: "";
    width: calc(50% - 700px);
    height: 318px;
    background: #F6F6F6;
    right: 0;
    bottom: -243px;
    position: absolute;
}
.page-award .main-content{
    margin-top: 254px;
}
.page-award .breadcrumb {
    text-align: right;
    padding-right: 105px;
    margin-bottom: 0;
}
.page-award .main-title {
    text-align: right;
    padding-right: 100px;
    padding-top: 8px;
    padding-bottom: 20px;
    letter-spacing: 4px;
}
.page-award .main-title:before {
    left: unset;
    right: 106px;
    background: #99E5FF;
    bottom: -6px;
}
.page-award .main-top-text {
    color: #FFF;
    font-size: 24px;
    padding-right: 89px;
    text-align: right;
    font-weight: 300;
    letter-spacing: 17px;
}
.page-award .content {
    margin-top: 171px;
}
.a-sect1{
    padding-bottom: 0;
    margin-bottom: 100px;
}
.page-award .index-service{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.page-award .service-count {
    margin-top: 27px;
}
.page-campus-sect{
    position: relative;
    padding-top: 61px;
}
.page-campus-sect:before{
    content: "";
    background: #11AEB8;
    width: 48px;
    height: 2px;
    position: absolute;
    left: calc(50% - 24px);
    top: 0;
}
.page-campus-sect .t-1{
    color: #111111;
    font-size: 45px;
    text-align: center;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 18px;
}
.page-campus-sect .t-2{
    color: #00AEB7;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
}
.page-campus-sect .p-1{
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 31px;
    color: #506C77;
}
.page-campus-sect .pic-1{
    position: absolute;
    left: 5px;
    top: 140px;
}
.page-campus-sect .pic-2{
    position: absolute;
    right: 5px;
    top: 0;
}
.page-campus-sect .pic-3{
    text-align: center;
    margin-top: 67px;
    margin-bottom: 134px;
}
.page-campus-sect .pic-4{
    text-align: center;
    margin-bottom: 53px;
}
.page-campus-sect .pic-5{
    text-align: center;
}
.a-sect3{
    padding-top: 140px;
    padding-bottom: 114px;
}
.page-award-sect{
    text-align: center;
    position: relative;
}
.page-award-sect .t-1{
    color: #11ADB8;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}
.page-award-sect .t-2{
    color: #11ADB8;
    font-size: 45px;
    margin: 0;
    line-height: 1.3;
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.page-award-sect .t-2:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #D8E1E7;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-award-sect .p-1{
    width: 100%;
    font-size: 14px;
    color: #506C77;
}
.page-award-sect .pic-2{
    display: none;
}
.page-award-sect .text-box{
    position: absolute;
    top: 404px;
    width: 100%;
}
.page-award-sect .pic-2 {
    display: none;
}
.page-overview-sect {
    position: relative;
    background: url(../../images/common/about/overview-bg.jpg) no-repeat 50% 50%;
    height: 961px;
    background-size: cover;
}
.page-overview-sect:before  {
    content: "";
    position: absolute;
    top: 0;
    height: auto;
    background: url(../../images/common/about/overview-wave.svg) no-repeat 50% 50%;
    width: calc(100% + 10px);
    left: -5px;
    aspect-ratio: 1920 / 68;
    background-size: contain;
}
.page-overview-sect .pic-main{
    position: absolute;
    top: 211px;
    left: calc(50% - -149px);
    z-index: 2;
}
.page-overview-sect .page-sect-title{
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 45px;
    position: absolute;
    left: calc(50% - 318px);
    top: 418px;
}
.page-overview-sect .page-sect-title::after {
    display: none;
}
.page-overview-sect .page-sect-title .t-sub{
    margin-left: 24px;
    position: relative;
    bottom: -5px;
    white-space: nowrap;
}
.page-overview-sect .page-sect-title .t-sub span{
    font-size: 22px;
    display: block;
    margin-top: 52px;
    font-weight: 500;
    letter-spacing: 3px;
    white-space: nowrap;
}
.page-overview-sect .overview-text{
    background: #FFF;
    padding: 70px;
    box-sizing: border-box;
    width: 683px;
    height: 293px;
    border-radius: 50px;
    position: absolute;
    top: 606px;
    left: calc(50% - 385px);
}
.page-overview-sect .p-1{
    color: #666666;
    font-size: 17px;
    margin: 0;
}
.wrapper.management .banner img {
    min-height: 500px;
    max-height: 500px;
}
.wrapper.management .content {
    margin-top: 165px;
}
@media screen and (max-width: 1620px) {
    .main-content {
        padding-left: 0;
        padding-right: 0;
    }
    .top-m-bg{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-award .main-top {
        padding-right: 0;
    }
    .page-award .breadcrumb {
        padding-right: 10px;
    }
    .page-award .main-title {
        padding-right: 5px;
        padding-bottom: 11px;
    }
    .page-award .main-top-text {
        padding-right: 0;
    }
    .page-award .main-title:before {
        right: 8px;
    }
}
@media screen and (max-width: 1600px) {
    .banner:before {
        bottom: 0;
    }
    .banner img {
        min-height: 700px;
        max-height: 700px;
    }
    .page-about-sect .col.pic {
        margin-right: 50px;
    }
    .atom-pic {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .f-sect6 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .page-atom-sect {
        min-height: 649px;
    }
    .atom-list .box:nth-child(1){
        left: 0;
        top: 0;
    }
    .atom-list .box:nth-child(2){
        right: 0;
        top: 0;
    }
    .atom-list .box:nth-child(3){
        left: 0;
        bottom: 0;
    }
    .atom-list .box:nth-child(4){
        right: 0;
        bottom: 0;
    }
    .about-bottom .box:nth-child(1) .text {
        right: unset;
        left: 70px;
    }
    .wrapper.management .content {
        margin-top: 50px;
    }
    .wrapper.management .banner img {
        min-height: 400px;
        max-height: 400px;
    }
}
@media screen and (max-width: 1440px) {
    .page-sect-title .t-main{
        font-size: 50px;
    }
    .page-about-sect .page-sect-title .t-sub {
        font-size: 32px;
    }
    .page-about-sect .col.pic {
        margin-right: unset;
    }
    .page-about-sect .col.txt {
        padding-left: 30px;
        padding-top: 50px;
        width: calc(100% - 588px);
    }
    .page-about-sect .pic-content{
        width: 500px;
        height: 500px;
        margin-left: auto;
        margin-right: 40px;
    }
    .page-about-sect .pic-content:before{
        left: -37px;
        bottom: -36px;
        width: 237px;
        height: 235px;
    }
    .page-about-sect .pic-mask {
        width: 500px;
        height: 500px;
        mask-image: radial-gradient(circle 250px at center, #000 249px, transparent 250px);
        -webkit-mask-image: radial-gradient(circle 250px at center, #000 249px, transparent 250px);
    }
    .page-about-sect .pic-mask img{
        top: -100px;
    }
    .page-about-sect .pic-main{
        width: 360px;
        height: 516px;
        top: -16px;
        left: 88px;
    }
    .page-about-sect .name-box{
        right: -37px;
        bottom: 51px;
        width: 152px;
        height: 52px;
        background-size: contain;
    }
    .page-about-sect .text-box{
        right: -23px;
        bottom: 136px;
    }
    .page-about-sect .text-box span{
        padding-top: 100px;
    }
    .page-about-sect .editor {
        height: 244px;
    }
    .page-service-sect .col.txt {
        margin-left: 44%;
    }
    .f-sect3 {
        margin-top: -202px;
    }
    .page-research-sect .col.txt {
        width: 60%;
        padding-left: 30px;
        padding-right: 20px;
    }
    .page-research-sect .col.pic {
        width: 40%;
        text-align: right;
        position: relative;
        padding-left: 50px;
        padding-right: 20px;
    }
    .f-sect4 {
        margin-top: 0;
    }
    .page-research-sect .col.pic .circle-1 {
        right: 70%;
        top: 0;
    }
    .page-research-sect .col.pic .circle-2 {
        top: 50%;
        right: 50%;
    }
    .team-title .t1{
        font-size: 28px;
    }
    .team-title .t2{
        font-size: 25px;
    }
    .atom-list .box {
        padding: 20px 20px;
        height: 250px;
        width: 400px;
    }
    .about-bottom .box:nth-child(1) .text,
    .about-bottom .box:nth-child(2) .text {
        top: 20%;
    }
    .a-sect3 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .page-award-sect .pic-1 {
        display: none;
    }
    .page-award-sect .pic-2 {
        display: block;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-award-sect .text-box {
        position: relative;
        top: 0;
    }
    .page-award-sect .t-1 {
        font-size: 30px;
    }
    .page-award-sect .t-2{
        font-size: 30px;
    }
    .page-overview-sect .pic-main {
        left: unset;
        right: 30px;
    }
    .page-overview-sect .overview-text {
        left: unset;
        right: 377px;
    }
    .page-overview-sect .page-sect-title .t-sub span {
        margin-top: 10px;
    }
    .page-overview-sect .page-sect-title {
        top: 474px;
        left: unset;
        right: 588px;
    }
}
@media screen and (max-width: 1300px) {
    .f-sect6 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .page-atom-sect {
        min-height: unset;
    }
    .atom-list .box:nth-child(1),
    .atom-list .box:nth-child(2),
    .atom-list .box:nth-child(3),
    .atom-list .box:nth-child(4) {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: unset;
        padding-bottom: 10px;
    }
    .atom-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 600px;
        margin: 30px auto 30px auto;
    }
    .atom-list .box{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .atom-pic {
        max-width: 400px;
    }
    .atom-list .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .atom-list .box:nth-child(2),
    .atom-list .box:nth-child(4){
        text-align: left;
    }
    .atom-list .break {
        display: inline;
    }
    .atom-list .description {
        color: #506C77;
        font-size: 15px;
    }
    .page-campus-sect .pic-1 {
        display: none;
    }
    .page-campus-sect .pic-2 {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        overflow: hidden;
        display: none;
    }
    .banner:before {
        display: none;
    }
    .content {
        margin-top: 20px;
    }
    .main-top-text {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
        font-size: 15px;
    }
    .top-m-bg{
        padding-top: 10px;
        padding-bottom: 30px;
        background: 
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* 黑色透明遮罩 */
        url(../../images/common/banner_in_founder.jpg) no-repeat 50% 50%;
    }
    .main-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-top-title .t1 {
        font-size: 35px;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }
    .about-top-title .t2 {
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 1.7;
    }
    .page-sect-title {
        padding-bottom: 21px;
        margin-bottom: 21px;
    }
    .page-sect-title .t-main {
        font-size: 28px;
        letter-spacing: 0;
    }
    .page-sect-title .t-sub {
        font-size: 22px;
        letter-spacing: 5px;
    }
    .page-about-sect .pic-content:after {
        right: -24px;
        top: -11px;
        width: 100px;
        height: 100px;
    }
    .page-about-sect .page-sect-title .t-sub {
        font-size: 22px;
    }
    .f-sect2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .f-sect2:before {
        left: calc(50% - 323px);
        top: -129px;
        width: 600px;
        height: 817px;
    }
    .page-about-sect .row {
        flex-direction: column;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about-sect .col.txt {
        padding-left: 0;
        padding-top: 0;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about-sect .page-sect-title .t-sub span {
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 2px;
    }
    .page-about-sect .page-sect-title .t-sub {
        margin-left: 22px;
    }
    .page-about-sect .page-sect-title {
        padding-bottom: 11px;
        margin-bottom: 20px;
    }
    .page-about-sect .col.pic {
        width: 100%;
    }
    .page-about-sect .pic-content{
        width: 280px;
        height:280px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about-sect .pic-content:before{
        left: -18px;
        bottom: 0;
        width: 140px;
        height: 106px;
    }
    .page-about-sect .pic-mask {
        width: 280px;
        height: 280px;
        mask-image: radial-gradient(circle 140px at center, #000 139px, transparent 140px);
        -webkit-mask-image: radial-gradient(circle 140px at center, #000 139px, transparent 140px);
    }
    .page-about-sect .pic-mask img{
        height: calc(100% + 200px) !important;
        object-fit: cover;
        top: -100px;
        position: relative;
    }
    .page-about-sect .pic-main{
        width: 212px;
        height: 516px;
        top: -23px;
        left: 41px;
    }
    .page-about-sect .name-box{
        right: -32px;
        bottom: 26px;
        width: 89px;
        height: 52px;
        background-size: contain;
    }
    .page-about-sect .text-box{
        right: -19px;
        bottom: 90px;
        font-size: 13px;
    }
    .page-about-sect .text-box span{
        padding-top: 60px;
    }
    .page-about-sect .editor {
        height: unset;
        margin-bottom: 10px;
    }
    .sect-title-2 {
        font-size: 26px;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 5px;
    }
    .sect-title-3{
        font-size: 20px;
        letter-spacing: 2px;
        text-align: center;
    }
    .f-sect3 {
            padding: 40px 25px;
        height: auto;
        margin-top: 0;
    }
    .page-service-sect .row {
        flex-direction: column;
    }
    .page-service-sect .col.pic {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        order: 2;
    }
    .page-service-sect .col.txt {
        margin-left: 0;
        padding-top: 0;
        width: 100%;
        order: 1;
    }
    .page-service-sect .editor {
        height: unset;
    }
    .video-mask {
        transform: scale(1);
        top: 0;
        width: 350px;
        height: 300px;
        left: calc(50% - 185px);
        position: relative;
    }
    .video-mask video{
        mask-image: radial-gradient(circle 124px at 224px 159px, #000 124px, transparent 125px), radial-gradient(circle 90px at 93px 206px, #000 90px, transparent 91px);
        -webkit-mask-image: radial-gradient(circle 124px at 224px 159px, #000 124px, transparent 125px), radial-gradient(circle 90px at 93px 206px, #000 90px, transparent 91px);
        width: 350px;
        height: 300px;
    }
    .f-sect4 {
        padding:  0 25px 50px;
    }
    .page-research-sect{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-research-sect .row {
        flex-direction: column;
    }
    .page-research-sect .col.txt {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .page-research-sect .col.pic {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-research-sect .col.pic .circle-1 {
        width: 50px;
        height: 50px;
    }
    .page-research-sect .col.pic .circle-2{
        width: 80px;
        height: 80px;
        right: 0;
        bottom: 0;
        top: unset;
    }
    .f-sect6 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0;
    }
    .about-bottom .name {
        font-size: 26px;
    }
    .page-award .content {
        margin-top: 20px;
    }
    .page-award .main-content {
        margin-top: 0;
    }
    .page-award .top-m-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), /* 黑色透明遮罩 */ url(../../images/common/banner_in_award.jpg) no-repeat 50% 50%;
        padding-top: 50px;
    }
    .page-award .main-top-text {
        letter-spacing: 5px;
    }
    .a-sect1 {
        margin-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .a-sect2{
        padding-left: 25px;
        padding-right: 25px;
    }
    .page-campus-sect {
        padding-top: 40px;
    }
    .page-campus-sect .t-1 {
        font-size: 30px;
    }
    .page-campus-sect .t-2 {
        font-size: 20px;
    }
    .page-campus-sect .p-1 {
        margin-bottom: 15px;
    }
    .page-campus-sect .pic-3 {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .a-sect3{
        padding-left: 25px;
        padding-right: 25px;
    }
    .page-award-sect .t-2 {
        font-size: 22px;
    }
    .page-overview-sect .pic-main {
        width: 200px;
        height: 281px;
        left: 0;
        bottom: 0;
        position: relative;
        top: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .page-overview-sect .overview-text {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: unset;
        padding: 50px 40px;
        margin-top: -21px;
        z-index: 2;
    }
    .page-overview-sect {
        height: unset;
        padding: 60px 25px 50px 25px;
    }   
    .page-overview-sect .container{
        position: static;
    }
    .page-overview-sect .page-sect-title {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 0;
        padding-left: 36px;
    }
    .page-overview-sect .page-sect-title .t-sub span {
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 2px;
    }
    .wrapper.management .top-m-bg{
        padding-top: 10px;
        padding-bottom: 30px;
        background: 
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), /* 黑色透明遮罩 */
        url(../../images/common/banner_in_management.jpg) no-repeat 50% 50%;
        background-size: cover;
    }
    .wrapper.management .content {
        margin-top: 0;
    }
    .wrapper.management .f-sect5 {
        padding-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .about-top-title .t1 {
        font-size: 22px;
        letter-spacing: 4px;
    }
    .about-top-title .t2 {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .sect-title-2 {
        font-size: 25px;
        letter-spacing: 2px;
        text-align: center;
    }
    .sect-title-3{
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }
    .about-bottom {
        flex-direction: column;
    }
    .about-bottom .box {
        width: 100%;
    }
    .about-bottom .box:nth-child(1) .text, 
    .about-bottom .box:nth-child(2) .text {
        left: 40px;
    }
}
@media screen and (max-width: 360px) {
    .page-about-sect .name-box {
        right: 0;
    }
    .page-about-sect .text-box {
        right: 0;
    }
}