.banner {
    width: 100%;
    height: 100vh;
}

.banner .swiper {
    height: 100%;
}

.banner .text {
    width: 1500px;
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.banner .text h1 {
    font-size: 60px;
    color: #fff;
}

.banner .text h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
}

.banner .text .en-img {
    width: 53%;
    margin-top: 50px;
}

.banner .tool-bar {
    width: 1500px;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 12%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.banner .tool-bar .swiper-pagination {
    width: 48%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 20px;
}

.banner .tool-bar .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff;
}

.banner .tool-bar .swiper-pagination .cut {
    position: absolute;
    z-index: 12;
    bottom: 0;
    transform: translateY(40%);
    width: 1px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner .tool-bar .swiper-pagination .cut.active {
    background-color: #fff;
}

.banner .tool-bar .current-num,
.banner .tool-bar .last-num {
    font-size: 18px;
    color: #fff;
}

.banner .circle {
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: 10;
    right: 4.6vw;
    bottom: 6.2vw;
    border-radius: 100%;
}

.banner .circle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/light.png') no-repeat center/cover;
    animation: 4s imgRotate linear infinite;
}

@keyframes imgRotate {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .circle svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56%;
    height: 56%;
    border-radius: 100%;
}

.banner .circle svg.cm,
.banner .circle svg.cr {
    transition: 0.5s;
}

.banner .circle svg.cm {
    opacity: 1;
}

.banner .circle svg.cr {
    opacity: 0;
}

.banner .circle:hover svg.cm {
    opacity: 0;
}

.banner .circle:hover svg.cr {
    opacity: 1;
}

.banner .circle svg.cr path {
    transform-origin: 50% 50%;
    /* stroke-width: 5px; */
}

.banner .circle svg.cr .p1 {
    animation: circleRotate 4s linear infinite;
}

@keyframes circleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.banner .circle svg.cr .p2 {
    animation: circleRotateReverse 4s linear infinite;
}

@keyframes circleRotateReverse {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.banner .circle .mouse-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .circle .mouse-icon>img {
    width: 15px;
    animation: 0.8s mouseMove ease-in-out infinite alternate-reverse;
}

.banner .circle .mouse-icon>.iconfont {
    color: #fff;
    display: block;
    animation: 0.8s mouseIconMove ease-in-out infinite alternate-reverse;
}

@keyframes mouseMove {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(20%);
    }
}

@keyframes mouseIconMove {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30%);
    }
}


/* 走进冠隆 开始 */
.enter_gl {
    width: 100%;
    padding: 110px 0;
}

.enter_gl>.container {
    display: flex;
    justify-content: space-between;
}

.enter_gl .left {
    width: 42%;
    position: relative;
}

.enter_gl .right {
    width: 50%;
}

.enter_gl .left .title>.t_en {
    margin-top: 25px;
}

.enter_gl .left>p {
    font-size: 18px;

    font-weight: 400;
    color: #666666;
    line-height: 2;
    margin-top: 65px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.enter_gl .left .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 0;
}

.enter_gl .left .desc>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter_gl .left .desc>li:not(:last-of-type) {
    border-right: 1px solid rgb(242, 150, 0, 0.3);
}

.enter_gl .left .desc>li .icon {
    width: 60px;
    margin-right: 25px;
}

.enter_gl .left .desc>li .text>.t {
    display: flex;
    align-items: flex-end;
}

.enter_gl .left .desc>li .text>.t h4 {
    font-size: 32px;

    font-weight: bold;
    color: #111111;
}

.enter_gl .left .desc>li .text>.t sub {
    font-size: 16px;

    font-weight: bold;
    color: #111111;
}

.enter_gl .left .desc>li .text>.msg {
    font-size: 16px;

    color: #666666;
    display: inline-block;
    margin-top: 5px;
}

/* 走进冠隆 结束 */


/* 工程案例 开始 */
.engineering {
    width: 100%;
    padding: 110px 0;
    background: url('../images/engineering_bg.jpg') no-repeat center/cover;
    position: relative;
}

.engineering .content {
    width: 27.5%;
}

.engineering .content .title>.t_en {
    margin-top: 25px;
}

.engineering .content>p {
    font-size: 18px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 2;
    margin-top: 75px;
}

.engineering .content .tabs {
    margin: 80px 0 110px;
}

.engineering .content .tabs>.animation_more:hover {
    cursor: pointer;
    border-color: #2ebce9;
}

.engineering .content .tabs>.animation_more {
    border-color: transparent;
    color: #fff;
    transition: background-color 0.3s 0.3s ease-out;
}

.animation_more::after {
    border-color: transparent;
    transition: width 0.5s ease-out, border-radius 0.5s ease-out;
}

.animation_more:hover::after {
    border-color: #F29600;
}

.engineering .content .tabs>.tab {
    width: 188px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;

    font-weight: 400;
    color: #FFFFFF;
    border-radius: 25px;
    transition: 0.3s;
}

.engineering .content .tabs>.tab:not(:first-of-type) {
    margin-top: 20px;
}

.engineering .content .tabs>.tab.active,
.engineering .content .tabs>.tab:hover {
    background-color: #2EBCE9;
    cursor: pointer;
}

.engineering .content .list {
    position: absolute;
    z-index: 10;
    top: 110px;
    right: 0;
    width: 61.5%;
    height: calc(100% - 220px);
}

.engineering .content .list>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.engineering .content .list>li.active {
    z-index: 10;
    opacity: 1;
}

.engineering .content .list>li .swiper-slide>.text {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.8));
}

.engineering .content .list>li .swiper-slide>.text .msg {
    font-size: 22px;

    font-weight: 400;
    color: #FEFEFE;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 工程案例 结束 */


/* 新闻资讯 开始 */
.news {
    width: 100%;
    padding: 110px 0;
}

.news>.container {
    position: relative;
}

.news .bigText {
    font-size: 300px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transform-origin: 0 0;
    transform: rotateZ(90deg) translateY(-50%) translateX(-10%);

    color: #EAEDEF;
}

.news .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news .top .title>.t_en {
    margin-top: 25px;
}

.news .top .tabs {
    display: flex;
    align-items: center;
}

.news .top .tabs>.animation_more:hover,
.news .top .tabs>.animation_more.active {
    cursor: pointer;
    color: #fff;
    border-color: #2ebce9;
}

.news .top .tabs>.animation_more {
    border-color: transparent;
    color: #222222;
    transition: background-color 0.3s 0.3s ease-out, color 0.5s ease-out;
}

.news .top .tabs>.tab {
    width: 188px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;

    font-weight: 400;
    color: #222;
    transition: 0.3s;
}

.news .top .tabs>.animation_more:not(:last-of-type) {
    margin-right: 20px;
}

.news .top .tabs>.tab.active,
.news .top .tabs>.tab:hover {
    background: #2EBCE9;
    color: #fff;
    cursor: pointer;
}

.news .listWrapper {
    margin-top: 55px;
}

.news .listWrapper>.list {
    display: none;
}

.news .listWrapper>.list.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 30px;
}

.news .listWrapper>.list li .text {
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid #DDDDDD;
}

.news .listWrapper>.list li .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transform: translateY(100%);
    background-color: #2EBCE9;
    transition: 0.5s;
}

.news .listWrapper>.list li:hover .text::after {
    width: 100%;
}

.news .listWrapper>.list li .text .time {
    font-size: 16px;

    font-weight: 400;
    color: #A4A6AD;
}

.news .listWrapper>.list li .text .desc {
    font-size: 22px;

    font-weight: 400;
    color: #222222;
    line-height: 1.5;
    margin-top: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news .listWrapper>.list li .text .more {
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
    font-size: 20px;

    font-weight: 400;
    color: #666666;
}

.news .listWrapper>.list li .text .more>.icon {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #2EBCE9;
    border-radius: 100%;
    transform: rotateZ(-90deg);
    margin-left: 15px;
    transition: 0.5s;
}

.news .listWrapper>.list li:hover .text .more>.icon {
    background-color: #F29600;
}

.news .listWrapper>.list li .text .more>.icon .iconfont {
    color: #fff;
    font-size: 24px;
}

/* 新闻资讯 结束 */


/* 招贤纳士 开始 */
.recruit {
    width: 100%;
    padding: 170px 0 110px;
    background: url('../images/recruit_bg.jpg') no-repeat center/cover;
}

.recruit .content {
    display: flex;
    position: relative;
}

.recruit .content>.left {
    width: 49.75%;
    flex-shrink: 0;
}

.recruit .content>.right {
    padding: 50px 85px 45px 65px;
    background-color: rgba(255, 255, 255, 0.7);
}

.recruit .content>.right .title>.t_en {
    margin-top: 25px;
}

.recruit .content>.right .swiper {
    margin-top: 50px;
}

.recruit .content>.right .swiper .swiper-wrapper {
    height: 12.3vw;
}

.recruit .content>.right .swiper .swiper-slide>section {
    padding-bottom: 20px;
    border-bottom: 1px solid #BCE7FB;
}

.recruit .content>.right .swiper .swiper-slide>section:not(:first-of-type) {
    margin-top: 20px;
}

.recruit .content>.right .swiper .swiper-slide>section h4 {
    font-size: 22px;

    font-weight: 400;
    color: #222222;
}

.recruit .content>.right .swiper .swiper-slide>section p {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 1.3;
    margin-top: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recruit .content>.right .tool {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.recruit .content>.right .tool>.prev,
.recruit .content>.right .tool>.next {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #2EBCE9;
    border-radius: 50%;
}

.recruit .content>.right .tool>.prev:focus,
.recruit .content>.right .tool>.next:focus {
    outline: none;
}

.recruit .content>.right .tool>.prev {
    margin-right: 12px;
    transform: rotateZ(180deg);
}

.recruit .content>.right .tool>.next {
    background-color: #F29600;
    border-color: #F29600;
}

.recruit .content>.right .tool>.prev .iconfont,
.recruit .content>.right .tool>.next .iconfont {
    font-size: 42px;
}

.recruit .content>.right .tool>.prev .iconfont {
    color: #2EBCE9;
}

.recruit .content>.right .tool>.next .iconfont {
    color: #FFFFFF;
}

.recruit .content .more {
    position: absolute;
    right: 0;
    top: -70px;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
}

.recruit .content .more>span {
    display: inline-block;
    width: 4em;
    text-transform: uppercase;
    font-size: 18px;

    font-weight: 400;
    color: #666666;
    margin-right: 20px;
}

.recruit .content .more>.icon {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #2EBCE9;
    border-radius: 100%;
    transition: 0.3s;
}

.recruit .content .more:hover>.icon {
    background: #F29600;
}

.recruit .content .more>.icon .iconfont {
    color: #fff;
}

/* 招贤纳士 结束 */


@media screen and (max-width:1680px) {
    .banner {
        height: auto;
    }

    .banner .text,
    .banner .tool-bar {
        width: 86%;
    }

    .banner .text h1 {
        font-size: 52px;
    }

    .banner .text h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .banner .text .en-img {
        width: 44%;
        margin-top: 40px;
    }

    .banner .tool-bar .swiper-pagination {
        width: 42%;
    }

    .banner .circle {
        width: 120px;
        height: 120px;
    }

    .enter_gl .left>p,
    .animation_more,
    .engineering .content>p {
        margin-top: 35px;
    }

    .enter_gl .left .desc>li .icon {
        width: 52px;
    }

    .enter_gl .left .desc>li .text>.t h4 {
        font-size: 24px;
    }

    .enter_gl .left .desc {
        padding: 30px 0;
    }

    .engineering .content .tabs {
        margin: 35px 0 60px;
    }

    .recruit .content>.right .swiper {
        margin-top: 25px;
    }

    .recruit .content>.right .swiper .swiper-slide>section p {
        margin-top: 10px;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 14vw;
    }

    .recruit .content>.right {
        padding: 35px 85px 35px 65px;
    }

    .recruit .content>.right .tool {
        margin-top: 20px;
    }

    .recruit .content>.right .swiper .swiper-slide>section {
        padding-bottom: 10px;
    }

    .recruit .content>.right .title>.t_en {
        margin-top: 15px;
    }

    .news .bigText {
        transform: rotateZ(90deg) translateY(-88%) translateX(-10%);
    }

    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more {
        width: 150px;
        font-size: 18px;
        height: 40px;
        line-height: 32px;
    }
}


@media screen and (max-width:1440px) {

    .enter_gl,
    .engineering,
    .news {
        padding: 80px 0;
    }

    .recruit {
        padding: 140px 0 80px;
    }

    .banner .text,
    .banner .tool-bar {
        width: 90%;
    }

    .banner .text h1 {
        font-size: 44px;
    }

    .banner .text h2 {
        font-size: 20px;
    }

    .banner .text .en-img {
        width: 40%;
        margin-top: 30px;
    }

    .enter_gl .right {
        width: 56%;
    }

    .enter_gl .left .desc>li .icon {
        width: 45px;
    }

    .enter_gl .left .desc>li .text>.t h4 {
        font-size: 22px;
    }

    .engineering .content .list>li .swiper-slide>.text {
        padding: 20px 0;
    }

    .engineering .content .list>li .swiper-slide>.text .msg {
        font-size: 20px;
    }

    .engineering .content .tabs {
        margin: 30px 0 10vw;
    }

    .news .bigText {
        font-size: 224px;
        transform: rotateZ(90deg) translateY(-88%) translateX(-8%);
    }

    .news .listWrapper>.list li .text {
        padding: 30px 0;
    }

    .news .listWrapper>.list li .text .desc {
        font-size: 20px;
        margin-top: 20px;
    }

    .news .listWrapper>.list li .text .more {
        font-size: 18px;
        margin-top: 20px;
    }

    .news .listWrapper {
        margin-top: 40px;
    }

    .recruit .content .more>span {
        font-size: 16px;
    }

    .recruit .content .more {
        top: -40px;
    }

    .recruit .content>.right .swiper .swiper-slide>section h4 {
        font-size: 20px;
    }

    .recruit .content>.right .swiper .swiper-slide>section p {
        font-size: 16px;
    }

    .recruit .content>.right .tool>.prev,
    .recruit .content>.right .tool>.next {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .recruit .content>.right .tool>.prev .iconfont,
    .recruit .content>.right .tool>.next .iconfont {
        font-size: 32px;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 15vw;
    }

    .recruit .content .more>span {
        width: 3em;
    }
}


@media screen and (max-width:1280px) {

    .enter_gl,
    .engineering,
    .news {
        padding: 60px 0;
    }

    .recruit {
        padding: 120px 0 60px;
    }

    .banner .text h1 {
        font-size: 40px;
    }

    .banner .text h2 {
        font-size: 18px;
    }

    .enter_gl .left .title>.t_en,
    .engineering .content .title>.t_en,
    .news .top .title>.t_en {
        margin-top: 20px;
    }

    .enter_gl .left>p {
        -webkit-line-clamp: 3;
        font-size: 16px;
        margin-top: 25px;
    }

    .animation_more {
        margin-top: 25px;
        font-size: 16px;
    }

    .enter_gl .left .desc>li .icon {
        width: 40px;
    }

    .enter_gl .left .desc>li .text>.t h4 {
        font-size: 20px;
    }

    .enter_gl .left .desc {
        padding: 25px 0;
    }

    .engineering .content .list>li .swiper-slide>.text .msg,
    .news .listWrapper>.list li .text .desc,
    .recruit .content>.right .swiper .swiper-slide>section h4 {
        font-size: 18px;
    }

    .engineering .content>p,
    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more,
    .news .listWrapper>.list li .text .more {
        font-size: 16px;
    }

    .engineering .content .tabs {
        margin: 30px 0 8vw;
    }

    .enter_gl .left .desc>li .text>.msg {
        font-size: 14px;
    }

    .recruit .content>.right {
        padding: 10px 30px;
    }

    .recruit .content>.right .swiper .swiper-slide>section:not(:first-of-type),
    .recruit .content>.right .tool,
    .recruit .content>.right .title>.t_en {
        margin-top: 10px;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 17vw;
    }
}

@media screen and (max-width:1024px) {
    .banner .text {
        top: 50%;
    }

    .banner .text h1 {
        font-size: 36px;
    }

    .banner .text h2 {
        margin-top: 20px;
    }

    .banner .text .en-img {
        width: 52%;
        margin-top: 20px;
    }

    .banner .circle {
        width: 110px;
        height: 110px;
    }

    .enter_gl>.container {
        flex-direction: column;
    }

    .enter_gl .right,
    .enter_gl .left,
    .engineering .content,
    .engineering .content .list {
        width: 100%;
    }

    .enter_gl .right {
        order: -1;
    }

    .enter_gl .left,
    .news .listWrapper {
        margin-top: 30px;
    }

    .engineering .content .tabs {
        margin: 30px 0 0;
    }

    .enter_gl .left .desc {
        position: static;
        width: 100%;
        margin-top: 30px;
    }

    .engineering .content .list {
        position: relative;
        top: 0;
        margin-top: 30px;
        height: 50vw;
    }

    .engineering .content .tabs {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .engineering .content .tabs>.tab:not(:first-of-type),
    .news .top .tabs>.tab:not(:last-of-type) {
        margin: 0;
    }

    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more,
    .animation_more::after {
        border-width: 2px;
    }

    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more {
        line-height: 36px;
    }

    .animation_more::after {
        top: -2px;
    }

    .enter_gl .left>p,
    .animation_more,
    .engineering .content>p {
        margin-top: 25px;
    }

    .engineering .content .list>li .swiper-slide>.text .msg,
    .news .listWrapper>.list li .text .desc {
        font-size: 16px;
    }

    .news .top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news .top .tabs {
        margin-top: 30px;
        width: 100%;
        justify-content: space-between;
    }

    .news .listWrapper>.list li .text {
        padding: 20px 0;
    }

    .news .bigText {
        font-size: 190px;
    }

    .recruit .content>.left {
        display: none;
    }

    .recruit .content>.right {
        padding: 20px 30px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 23vw;
    }
}


@media screen and (max-width:768px) {

    .enter_gl,
    .engineering,
    .news {
        padding: 40px 0;
    }

    .recruit {
        padding: 100px 0 40px;
        background: #F6F5FB;
    }

    .banner .text h1 {
        font-size: 32px;
    }

    .banner .text h2,
    .banner .tool-bar .current-num,
    .banner .tool-bar .last-num,
    .enter_gl .left .title>.t_en,
    .engineering .content .title>.t_en,
    .news .top .title>.t_en,
    .recruit .content>.right .title>.t_en {
        font-size: 16px;
    }

    .recruit .content>.right .title>.t_en {
        margin-top: 20px;
    }

    .banner .circle {
        width: 100px;
        height: 100px;
    }

    .enter_gl .left>p,
    .animation_more,
    .engineering .content>p {
        margin-top: 20px;
    }

    .enter_gl .left .desc>li .text>.t h4 {
        font-size: 18px;
    }

    .enter_gl .left .desc {
        padding: 20px 0;
        margin-top: 20px;
    }

    .enter_gl .left .desc>li .text>.t sub {
        font-size: 14px;
    }

    .enter_gl .left .desc>li .icon {
        width: 35px;
        margin-right: 15px;
    }

    .engineering .content .list {
        height: 56vw;
    }

    .news .listWrapper>.list li .text .desc,
    .news .listWrapper>.list li .text .more {
        margin-top: 10px;
    }

    .news .listWrapper>.list.active {
        grid-gap: 0 15px;
    }

    .news .listWrapper>.list li .text {
        padding: 15px 0;
    }

    .news .bigText {
        font-size: 175px;
    }

    .recruit .content .more {
        top: -25px;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 29vw;
    }
}


@media screen and (max-width:600px) {
    .banner .text h1 {
        font-size: 26px;
    }

    .banner .text h2 {
        width: 60%;
        line-height: 1.5;
    }

    .banner .text h2,
    .banner .text .en-img {
        margin-top: 10px;
    }

    .banner .tool-bar {
        bottom: 8%;
    }

    .banner .text {
        top: 52%;
    }

    .enter_gl .left .desc>li .text>.t h4 {
        font-size: 16px;
    }

    .enter_gl .left .desc {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 0;
    }

    .enter_gl .left .desc>li:nth-child(2) {
        border: none;
    }

    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more {
        width: 120px;
    }

    .news .bigText {
        font-size: 215px;
    }

    .news .listWrapper>.list.active {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 36vw;
    }

    .recruit .content>.right .swiper {
        margin-top: 20px;
    }

    .recruit .content>.right {
        padding: 20px;
    }
}


@media screen and (max-width:480px) {

    .banner .circle,
    .banner .text .en-img {
        display: none;
    }

    .banner .text h2 {
        width: 100%;
        line-height: 1.2;
    }

    .banner .text h1 {
        font-size: 18px;
    }

    .banner .tool-bar .current-num,
    .banner .tool-bar .last-num,
    .enter_gl .left>p,
    .banner .text h2,
    .banner .tool-bar .current-num,
    .banner .tool-bar .last-num,
    .enter_gl .left .title>.t_en,
    .engineering .content .title>.t_en,
    .news .top .title>.t_en,
    .recruit .content>.right .title>.t_en,
    .animation_more,
    .engineering .content>p,
    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more,
    .news .listWrapper>.list li .text .more,
    .engineering .content .list>li .swiper-slide>.text .msg,
    .news .listWrapper>.list li .text .desc,
    .recruit .content .more>span,
    .recruit .content>.right .swiper .swiper-slide>section p,
    .news .listWrapper>.list li .text .time {
        font-size: 14px;
    }

    .banner .tool-bar {
        bottom: 2%;
    }

    .banner .text {
        top: 58%;
    }

    .engineering .content .tabs>.animation_more,
    .news .top .tabs>.animation_more {
        width: 90px;
        height: 30px;
        line-height: 26px;
    }

    .engineering .content .list {
        height: 80vw;
    }

    .news .bigText {
        font-size: 180px;
    }

    .recruit .content .more>span {
        margin-right: 10px;
    }

    .recruit {
        padding: 60px 0 40px;
    }

    .recruit .content .more {
        top: -8px;
    }

    .recruit .content>.right .swiper .swiper-slide>section h4 {
        font-size: 16px;
    }

    .recruit .content>.right .swiper .swiper-wrapper {
        height: 50vw;
    }
}