/* banner   开始 */
.banner {
    width: 100%;
    position: relative;
}

.banner>.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner>.container h2 {
    font-size: 36px;

    color: #FFFFFF;
    line-height: 1.8;
}

/* banner   结束 */


/* 简介 开始 */
.briefIntroduction {
    width: 100%;
    padding: 110px 0;
}

.briefIntroduction .imgWrapper {
    width: 100%;
}

.briefIntroduction .textInfo {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    margin-top: 65px;
    position: relative;
}

.briefIntroduction .textInfo>.title {
    width: 28%;
}

.briefIntroduction .textInfo>.title h3 {
    font-size: 34px;

    font-weight: 400;
    color: #333333;
    line-height: 1.5;
}

.briefIntroduction .textInfo>.title p {
    font-size: 18px;

    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-top: 45px;
}

.briefIntroduction .textInfo>.desc {
    width: 52%;
}

.briefIntroduction .textInfo>.desc p {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 2.6;
}

.briefIntroduction .textInfo>.icon {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 60px;
}

/* 简介 结束 */


/* 数字滚动 开始 */
.numListWrapper {
    width: 100%;
    background-color: rgba(46, 188, 233, 0.04);
}

.numListWrapper .numList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0;
}

.numListWrapper .numList>li {
    display: flex;
    align-items: center;
    position: relative;
}

.numListWrapper .numList>li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: -45%;
    top: 50%;
    transform: translate(-50%, -50%) rotateZ(15deg);
    width: 2px;
    height: 32px;
    background-color: rgba(46, 188, 233, 0.25);
}

.numListWrapper .numList>li .icon {
    width: 80px;
    margin-right: 35px;
}

.numListWrapper .numList>li .text>.t {
    display: flex;
    align-items: flex-end;
}

.numListWrapper .numList>li .text>.t h4 {
    font-size: 44px;

    font-weight: bold;
    color: #111111;
}

.numListWrapper .numList>li .text>.t sub {
    font-size: 22px;

    font-weight: bold;
    color: #111111;
}

.numListWrapper .numList>li .text>.msg {
    font-size: 22px;

    color: #666666;
    display: inline-block;
    margin-top: 5px;
}

/* 数字滚动 结束 */


/* 冠龙风采 开始 */
.glMien {
    width: 100%;
    padding: 110px 0;
}

.glMien .title>.t_en {
    margin-top: 25px;
}

.glMien .list {
    margin-top: 65px;
}

.glMien .list .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.glMien .list .tool>.turn,
.glMien .list .tool>.nums {
    display: flex;
    align-items: center;
}

.glMien .list .tool>.turn .prev,
.glMien .list .tool>.turn .next {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid transparent;
    border-radius: 16px;
    outline: none;
}

.glMien .list .tool>.turn .prev {
    background: #2EBCE9;
    border-color: #2EBCE9;
    color: #FFFFFF;
    transform: rotateZ(180deg);
    margin-right: 10px;
}

.glMien .list .tool>.turn .next {
    color: #2EBCE9;
    border-color: #E7E7E7;
}

.glMien .list .tool>.turn .prev>.iconfont,
.glMien .list .tool>.turn .next>.iconfont {
    font-size: 20px;
}

.glMien .list .tool>.swiper-pagination {
    position: static;
    width: 75%;
}

.glMien .list .tool>.swiper-pagination-progressbar {
    background-color: #EEEEEE;
}

.glMien .list .tool>.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #2EBCE9;
}

.glMien .list .tool>.nums .currentNum {
    font-size: 30px;

    font-weight: bold;
    color: #2EBCE9;
}

.glMien .list .tool>.nums .fg {
    margin: 0 8px;
}

.glMien .list .tool>.nums .fg,
.glMien .list .tool>.nums .lastNum {
    font-size: 20px;

    color: #666666;
}

/* 冠龙风采 结束 */



@media screen and (max-width:1680px) {
    .briefIntroduction .textInfo>.title {
        width: 32%;
    }
}


@media screen and (max-width:1440px) {

    .briefIntroduction,
    .glMien {
        padding: 80px 0;
    }

    .banner>.container h2 {
        font-size: 34px;
        line-height: 1.5;
    }

    .briefIntroduction .textInfo {
        margin-top: 60px;
        padding-top: 50px;
    }

    .briefIntroduction .textInfo>.title h3 {
        font-size: 32px;
    }

    .briefIntroduction .textInfo>.desc p {
        line-height: 2;
    }

    .numListWrapper .numList {
        padding: 45px 0;
    }

    .numListWrapper .numList>li .icon {
        width: 75px;
        margin-right: 30px;
    }

    .numListWrapper .numList>li .text>.t h4 {
        font-size: 38px;
    }

    .numListWrapper .numList>li:not(:last-of-type)::after {
        right: -25%;
    }

    .glMien .list {
        margin-top: 60px;
    }
}


@media screen and (max-width:1280px) {

    .briefIntroduction,
    .glMien {
        padding: 60px 0;
    }

    .banner>.container h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .briefIntroduction .textInfo {
        margin-top: 50px;
        padding-top: 40px;
    }

    .briefIntroduction .textInfo>.icon {
        width: 52px;
    }

    .briefIntroduction .textInfo>.title h3 {
        font-size: 28px;
    }

    .briefIntroduction .textInfo>.title {
        width: 34%;
    }

    .briefIntroduction .textInfo>.title p {
        margin-top: 40px;
    }

    .briefIntroduction .textInfo>.desc p {
        line-height: 1.8;
    }

    .numListWrapper .numList {
        padding: 30px 0;
    }

    .numListWrapper .numList>li .icon {
        width: 60px;
        margin-right: 25px;
    }

    .numListWrapper .numList>li .text>.t h4 {
        font-size: 32px;
    }

    .numListWrapper .numList>li .text>.t sub,
    .numListWrapper .numList>li .text>.msg,
    .glMien .list .tool>.nums .fg,
    .glMien .list .tool>.nums .lastNum {
        font-size: 18px;
    }

    .glMien .list,
    .glMien .list .tool {
        margin-top: 40px;
    }

    .glMien .list .tool>.swiper-pagination {
        width: 70%;
    }

    .glMien .list .tool>.nums .currentNum {
        font-size: 26px;
    }
}


@media screen and (max-width:1024px) {
    .banner>.container h2 {
        font-size: 26px;
    }

    .banner>.container {
        transform: translate(-50%, -15%);
    }

    .briefIntroduction .textInfo {
        margin-top: 40px;
        padding-top: 30px;
    }

    .briefIntroduction .textInfo>.icon {
        width: 40px;
    }

    .briefIntroduction .textInfo>.title h3 {
        font-size: 24px;
    }

    .briefIntroduction .textInfo>.desc p {
        line-height: 1.5;
    }

    .numListWrapper .numList>li .icon {
        width: 52px;
        margin-right: 20px;
    }

    .numListWrapper .numList>li .text>.t h4 {
        font-size: 24px;
    }

    .numListWrapper .numList>li:not(:last-of-type)::after {
        display: none;
    }

    .numListWrapper .numList>li .text>.t sub,
    .numListWrapper .numList>li .text>.msg,
    .glMien .list .tool>.turn .prev>.iconfont,
    .glMien .list .tool>.turn .next>.iconfont {
        font-size: 16px;
    }

    .glMien .list .tool>.turn .prev,
    .glMien .list .tool>.turn .next {
        width: 50px;
        height: 24px;
        line-height: 20px;
    }

    .glMien .list .tool>.swiper-pagination {
        width: 65%;
    }

    .glMien .list .tool>.nums .currentNum {
        font-size: 22px;
    }
}


@media screen and (max-width:768px) {

    .briefIntroduction,
    .glMien {
        padding: 40px 0;
    }

    .banner {
        height: 200px;
        overflow: hidden;
    }

    .banner>img {
        height: 100%;
        width: auto;
    }

    .briefIntroduction .textInfo {
        flex-direction: column;
    }

    .briefIntroduction .textInfo>.title,
    .briefIntroduction .textInfo>.desc {
        width: 100%;
    }

    .briefIntroduction .textInfo>.title p {
        margin-top: 10px;
    }

    .briefIntroduction .textInfo>.desc {
        margin-top: 30px;
    }

    .briefIntroduction .textInfo>.title h3 {
        font-size: 22px;
    }

    .numListWrapper .numList {
        padding: 20px 0;
    }

    .numListWrapper .numList>li .icon {
        width: 40px;
        margin-right: 15px;
    }

    .numListWrapper .numList>li .text>.t h4 {
        font-size: 20px;
    }

    .numListWrapper .numList>li .text>.t sub,
    .numListWrapper .numList>li .text>.msg,
    .glMien .list .tool>.nums .fg,
    .glMien .list .tool>.nums .lastNum {
        font-size: 14px;
    }

    .briefIntroduction .textInfo>.title p,
    .glMien .title>.t_en {
        font-size: 16px;
    }

    .glMien .title>.t_en {
        margin-top: 15px;
    }

    .glMien .list .tool>.swiper-pagination {
        width: 60%;
    }

    .glMien .list .tool>.nums .currentNum {
        font-size: 20px;
    }
}


@media screen and (max-width:600px) {
    .banner>.container h2 {
        font-size: 24px;
    }

    .briefIntroduction .textInfo>.title h3 {
        font-size: 20px;
    }

    .briefIntroduction .textInfo>.icon {
        width: 34px;
    }

    .briefIntroduction .textInfo>.desc {
        margin-top: 20px;
    }

    .numListWrapper .numList>li .text>.t h4 {
        font-size: 18px;
    }

    .numListWrapper .numList>li .icon {
        width: 30px;
        margin-right: 10px;
    }

    .glMien .list .tool>.swiper-pagination {
        width: 52%;
    }

    .glMien .list .tool>.nums .currentNum {
        font-size: 18px;
    }
}


@media screen and (max-width: 480px) {
    .numListWrapper .numList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .briefIntroduction .textInfo {
        margin-top: 30px;
        padding-top: 20px;
    }

    .briefIntroduction .textInfo>.desc p {
        font-size: 14px;
    }

    .glMien .list,
    .glMien .list .tool {
        margin-top: 30px;
    }

    .glMien .list .tool>.turn .prev,
    .glMien .list .tool>.turn .next {
        width: 40px;
        height: 20px;
        line-height: 16px;
    }

    .glMien .list .tool>.swiper-pagination {
        width: 40%;
    }
}