body {
    background: #000;
}

.root-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.home-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.home-container .swiper-pagination .page-item {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition-duration: 0.3s;
    cursor: pointer;
    display: block;
}

.home-container .swiper-pagination .page-item i {
    position: absolute;
    right: 36px;
    top: 0;
    height: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0);
    transform: scale(0) translateX(100px);
    font-size: 16px;
    transition-duration: 0.3s;
    white-space: nowrap;
}

.home-container .swiper-pagination .page-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: auto;
    bottom: 75px;
    right: 80px;
    -webkit-transform: none;
    transform: none;
}

.home-container .swiper-pagination .page-item.on {
    border: 1px solid rgba(255, 255, 255, 1);
}

.home-container .swiper-pagination .page-item.on i {
    color: rgba(255, 255, 255, 1);
    transform: scale(1) translateX(0px);
}

.home-container .swiper-pagination.dark .page-item::before {
    background-color: #7d7d7d;
}

.home-container .swiper-pagination.dark .page-item.on {
    border: 1px solid #7d7d7d;
}

.home-container .swiper-pagination.dark .page-item.on i {
    color: #333333;
    transform: scale(1) translateX(0px);
}


.page1 {
    
}

.page1 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.home-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.home-content p.title {
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
}

.play-btn {
    position: relative;
    width: 75px;
    height: 75px;
    margin-top: 45px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-block;
}

.play-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../image/play-btn-ico.png") 28px center no-repeat;
}

.play-btn.playing::before {
    background: url("../image/pause-btn-ico.png") center center no-repeat;
}

.play-btn:hover {
    background: rgba(204, 0, 0, 0.35);
}

.play-ctrl p {
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.page-banner-swiper {
    width: 100vw;
    height: 100vh;
}

.page-banner-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container-horizontal > .swiper-scrollbar.page-banner-scrollbar {
    width: 60%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.4);
}

.swiper-container-horizontal > .swiper-scrollbar.page-banner-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, 0.3);
}

.page-banner-swiper .page-banner-pagination {
    display: flex;
    width: 60%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.page-banner-swiper .page-banner-pagination li {
    flex: 1;
}

.page-banner-swiper .page-banner-pagination li span {
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}

.page-banner-swiper .page-banner-pagination li.on span {
    background-color: rgba(255, 255, 255, 0.7);
}

.page-banner-swiper .page-banner-pagination li i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

.page-banner-swiper .page-banner-pagination li.on i {
    color: rgba(255, 255, 255, 0.7);
}


.page2 {
    background: url(../image/banner2.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page2 .top {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.page2 .font-bg {
    width: 100%;
}

.page2 .font-bg img {
    display: block;
}

.page2 .font-front {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.home-container h1 {
    line-height: 71px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 48px;
}

.page2 .font-front p {
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.industry-main {
    width: 1500px;
    margin-top: 115px;
    display: flex;
    justify-content: space-between;
}

.industry-container {
    width: 1170px;
    
    overflow: hidden;
}

.industry-container .swiper-slide {
    display: flex;
}

.industry-container .industry-left {
    width: 400px;
    height: 400px;
    padding: 65px 55px;
    background-color: #cd0000;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.industry-container .industry-left h3 {
    line-height: 44px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.industry-container .industry-left .hr {
    width: 51px;
    height: 1px;
    margin: 12px 0 0 0;
    background: #fff;
}

.industry-container .industry-left .industry-content {
    height: 98px;
    line-height: 25px;
    margin: 52px 0 23px 0;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.industry-pagination {
    position: static;
    width: 260px;
}

.industry-container .industry-right {
    width: 770px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.industry-container .industry-right img {
    position: absolute;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.industry-pagination .li-page-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    margin-top: 26px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.industry-pagination .li-page-item span {
    flex:0 0 auto;
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0 10px 0 15px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.industry-pagination .li-page-item b {
    flex:1;
    font-weight: normal;
}

.industry-pagination .li-page-item span img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.industry-pagination .li-page-item:first-child {
    margin-top: 0;
}

.industry-pagination .li-page-item.on,
.industry-pagination .li-page-item:hover {
    background: #cd0000;
    border-color: #cd0000;
}


.page3 {
    background: url(../image/banner3.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page3 .top {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.page3 .top p {
    height: 42px;
    line-height: 21px;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
}

.page3 .more-btn2 {
    margin-top: 75px;
}

.enter-main {
    position: relative;
    width: 1520px;
    height: 180px;
    margin-top: 105px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.enter-main .enter-item {
    position: relative;
    flex: 1;
    height: 100%;
    color: #fff;
    font-size: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.enter-main .enter-item:first-child {
    border-left: 0;
}

.enter-main .enter-item p {
    line-height: 26px;
    margin-top: 16px;
}

.enter-main .on-bg {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1px;
    width: 20%;
    height: 100%;
    background: #cd0000;
    transition-duration: 0.5s;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    z-index: 1;
}


.page4 {
    background: url(../image/banner4.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page4 h1 {
    width: 1520px;
    color: #333333;
    text-align: left;
}

.page4 h2 {
    width: 1520px;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.page4 .news-list {
    width: 1520px;
    margin-top: 54px;
    display: flex;
}

.page4 .news-item {
    transition-duration: 0.3s;
}

.page4 .news-item a {
    display: block;
}

.page4 .img {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page4 .date {
    height: 18px;
    color: #333333;
    font-size: 14px;
}

.page4 .news-first {
    width: 745px;
    margin-right: 30px;
    background-color: #fff;
    flex-shrink: 0;
}

.page4 .title {
    line-height: 30px;
    margin-top: 17px;
    color: #333333;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.page4 .news-desc {
    padding: 23px 40px 40px 40px;
    color: #666;
    font-size: 15px;
}

.page4 .news-first .img {
    width: 100%;
    height: 375px;
}

.page4 .news-first .title {
    
    -webkit-line-clamp: 1;
}

.page4 .desc {
    height: 66px;
    line-height: 22px;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.page4 .news-right {
    display: flex;
    flex-direction: column;
}

.page4 .news-second {
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
}

.page4 .news-second .img {
    width: 424px;
    height: 213px;
}

.page4 .news-second > a,
.page4 .news-second img {
    width: 424px;
    flex-shrink: 0;
}

.page4 .news-second .news-desc {
    padding: 36px 32px 55px 40px;
}

.page4 .news-second .title {
    margin-top: 14px;
    -webkit-line-clamp: 3;
}

.page4 .news-more {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.page4 .news-other {
    
    width: calc(50% - 8px);
    margin-left: 17px;
    background-color: #fff;
}

.page4 .news-other:first-child {
    margin-left: 0;
}

.page4 .news-more .img {
    width: 100%;
    height: 196px;
}

.page4 .news-other .title {
    line-height: 27px;
    margin-top: 19px;
    font-size: 20px;
}

.page4 .news-desc {
    padding: 21px 42px 45px 42px;
}

.page4 .news-item.bgred {
    background-color: #cd0000;
}

.page4 .news-item:hover {
    background-color: #cd0000;
    color: #fff !important;
}

.page4 .news-item:hover a,
.page4 .news-item:hover .title,
.page4 .news-item:hover .desc,
.page4 .news-item:hover .date,
.page4 .news-item.bgred a,
.page4 .news-item.bgred .title,
.page4 .news-item.bgred .desc,
.page4 .news-item.bgred .date {
    color: #fff !important;
}


.page5 {
    background: url(../image/banner5.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page5 .top {
    width: 1520px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
}

.page5 .top-left {
    flex: 1;
}

.page5 .top-right {
    display: flex;
    align-items: center;
}

.page5 .top-right .honor-prev,
.page5 .top-right .honor-next {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
}

.page5 .top-right .honor-prev {
    background: url(../image/swiper-prev2.png) center center no-repeat;
}

.page5 .top-right .honor-next {
    margin-left: 10px;
    background: url(../image/swiper-next2.png) center center no-repeat;
}

.page5 .top p {
    line-height: 21px;
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
}

.page5 .honor-swiper {
    width: 1520px;
    margin: 70px auto 0 auto;
    overflow: hidden;
    
}

.page5 .swiper-slide {
    width: calc(25% - 12.8px);
    margin-left: 16px;
}

.page5 .swiper-slide:first-child {
    margin-left: 0;
}

.page5 .swiper-slide a {
    background: #fff;
    display: block;
    transition-duration: 0.3s;
    overflow: hidden;
}

.page5 .swiper-slide a .img {
    width: 100%;
    height: 260px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page5 .swiper-slide a img {
    transition-duration: 0.3s;
    display: block;
}

.page5 h3 {
    height: 100px;
    line-height: 24px;
    padding: 28px 30px 0 30px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    transition-duration: 0.3s;
}

.page5 h3 span {
    max-height: 48px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.page5 .swiper-slide a:hover,
.page5 .swiper-slide.bgred a {
    background-color: #cd0000;
}

.page5 .swiper-slide a:hover h3,
.page5 .swiper-slide a:hover .date,
.page5 .swiper-slide.bgred a h3,
.page5 .swiper-slide.bgred a .date {
    color: #fff;
}

.page5 .swiper-slide a:hover img,
.page5 .swiper-slide.bgred img {
    transform: scale(1.2);
}

.page5 .more-btn2 {
    margin-top: 66px;
}

.page-footer {
    height: auto !important;
}

@media screen and (max-width: 1600px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 30px;
        bottom: 30px;
    }

    .enter-main {
        width: 1300px;
        height: 160px;
        margin-top: 80px;
    }

    .enter-main .enter-item {
        font-size: 18px;
    }

    .enter-main .enter-item img {
        width: 42px;
    }

    .home-content p.title {
        line-height: 66px;
        font-size: 46px;
    }

    .play-ctrl p {
        font-size: 15px;
    }

    .page2 .top {
        width: 1300px;
    }

    .page2 .font-bg img {
        width: 90%;
    }

    .home-container h1 {
        line-height: 68px;
        font-size: 46px;
    }

    .page2 .font-front p {
        font-size: 17px;
    }

    .industry-main {
        width: 1300px;
        margin-top: 85px;
    }

    .industry-container {
        width: 1050px;
    }

    .industry-container .industry-left {
        flex: 1;
        height: 300px;
        padding: 40px 45px;
    }

    .industry-container .industry-left h3 {
        line-height: 40px;
        font-size: 28px;
    }

    .industry-container .industry-left .industry-content {
        margin: 32px 0 13px 0;
        font-size: 15px;
    }

    .industry-container .industry-right {
        width: 600px;
        height: 300px;
    }

    .industry-pagination .li-page-item {
        height: 63px;
        margin-top: 16px;
        font-size: 15px;
    }

    .industry-pagination .li-page-item span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 0 10px;
    }

    .industry-pagination {
        width: 220px;
    }

    .page3 .top p {
        width: 1300px;
        margin-top: 30px;
        
    }

    .page3 .more-btn2 {
        margin-top: 60px;
    }

    .page4 h1 {
        width: 1300px;
    }

    .page4 h2 {
        width: 1300px;
    }

    .page4 .news-list {
        width: 1300px;
        margin-top: 44px;
    }

    

    .page4 .news-first {
        width: 540px;
    }

    .page4 .news-first .img {
        height: 281.9px;
    }

    .page4 .news-second > a,
    .page4 .news-second .img {
        width: 356px;
    }

    .page4 .title {
        line-height: 26px;
        font-size: 21px;
    }

    .page4 .news-second .news-desc {
        padding: 30px 22px 25px 30px;
    }

    .page4 .news-other .img {
        height: 191px;
    }

    .page4 .news-other .title {
        line-height: 25px;
        font-size: 18px;
    }

    .page4 .news-desc {
        padding: 21px 32px 25px 32px;
    }

    .page5 .top {
        width: 1300px;
    }

    .page5 .honor-swiper {
        width: 1300px;
        margin-top: 50px;
    }

    .page5 .swiper-slide a .img {
        height: 200px;
    }

    .page5 h3 {
        height: 90px;
        padding: 20px 20px 0 20px;
        line-height: 24px;
        font-size: 18px;
    }

    .page5 .more-btn2 {
        margin-top: 46px;
    }
}

@media screen and (max-width: 1366px) {
    .home-content {
        width: 80%;
    }

    .home-content p.title {
        line-height: 42px;
        font-size: 30px;
    }

    .home-container h1 {
        line-height: 58px;
        font-size: 40px;
    }

    .page2 .top {
        width: 1100px;
    }

    .page2 .font-front p {
        font-size: 16px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .play-btn::before {
        background-position: 20px center;
    }

    .industry-main {
        width: 1100px;
    }

    .industry-container {
        width: 860px;
    }

    .industry-container .industry-left {
        height: 260px;
        padding: 20px 15px;
    }

    .industry-container .industry-left h3 {
        line-height: 38px;
        font-size: 26px;
    }

    .industry-container .industry-right {
        width: 506px;
        height: 260px;
    }

    .industry-pagination {
        width: 220px;
    }

    .industry-pagination .li-page-item span {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 6px;
    }

    .industry-pagination .li-page-item {
        height: 53px;
        font-size: 14px;
    }

    .page3 .top p {
        width: 1100px;
        padding: 0;
    }

    .page3 .more-btn2 {
        margin-top: 50px;
    }

    .enter-main {
        width: 1100px;
        margin-top: 70px;
    }

    .page4 h2 {
        width: 1100px;
    }

    .page4 .news-list {
        width: 1100px;
    }

    .page4 .news-first {
        width: 460px;
        margin-right: 20px;
    }

    .page4 .news-first .img {
        height: 230px;
    }

    .page4 .news-second > a,
    .page4 .news-second .img {
        width: 300px;
    }

    .page4 .news-second .img {
        height: 170px;
    }

    .page4 .news-desc {
        padding: 20px 18px 20px 20px;
    }

    .page4 .news-second .news-desc {
        padding: 20px 18px 20px 20px;
    }

    .page4 .title {
        line-height: 24px;
        font-size: 18px;
    }

    .page4 .news-other .img {
        height: 140px;
    }

    .page4 .news-other .title {
        line-height: 22px;
        margin-top: 14px;
        font-size: 16px;
    }
    .page5 .top {
        width: 1100px;
    }

    .page5 .top-right .honor-prev,
    .page5 .top-right .honor-next {
        width: 55px;
        height: 55px;
    }

    .page5 .honor-swiper {
        width: 1100px;
    }

    .page5 .swiper-slide a .img {
        height: 170px;
    }

    .page5 h3 {
        height: 80px;
        padding: 16px 16px 0 16px;
    }

    .page5 h3 span {
        height: 46px;
        line-height: 23px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1200px) {
    .page-banner-swiper .page-banner-pagination {
        bottom: 3%;
    }

    .page2 .top {
        width: 900px;
    }

    .home-container h1 {
    }

    .industry-main {
        width: 900px;
        margin-top: 70px;
    }

    .industry-container {
        width: 660px;
    }

    .industry-container .industry-right {
        width: 446px;
    }

    .page3 .top {
        width: 900px;
    }

    .page3 .top p {
        width: 900px;
    }

    .enter-main {
        width: 900px;
        height: 140px;
    }

    .page4 h2 {
        width: 900px;
    }

    .page4 .news-list {
        width: 900px;
    }

    .page4 .news-first {
        width: 400px;
    }

    .page4 .news-first .img {
        height: 200px;
    }

    .page4 .news-second > a,
    .page4 .news-second .img {
        width: 260px;
    }

    .page4 .news-second .img {
        height: 150px;
    }

    .page4 .title {
        line-height: 20px;
        margin-top: 14px;
        font-size: 16px;
    }

    .page4 .desc {
        margin-top: 10px;
    }

    .page4 .news-second .title {
        line-height: 20px;
        margin-top: 10px;
        font-size: 16px;
    }

    .page4 .news-other .img {
        height: 140px;
    }

    .page4 .news-other .title {
        line-height: 20px;
        margin-top: 10px;
        font-size: 16px;
    }

    .page5 .top {
        width: 900px;
    }

    .page5 .top-right .honor-prev,
    .page5 .top-right .honor-next {
        width: 50px;
        height: 50px;
    }

    .page5 .honor-swiper {
        width: 900px;
    }

    .page5 .swiper-slide {
        width: calc(33.33% - 12px);
    }

    .page5 .swiper-slide a .img {
        height: 180px;
    }

    .page5 h3 {
        height: 66px;
        padding: 10px 10px 0 10px;
    }

    .page5 h3 span {
        line-height: 22px;
        font-size: 15px;
    }
}

@media screen and (max-width: 960px) {
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 10px;
        bottom: 66px;
    }

    .page2 .top {
        width: 90%;
    }

    .home-container h1 {
        font-size: 34px;
    }

    .industry-main {
        width: 90%;
        flex-direction: column;
    }

    .industry-container {
        width: 100%;
    }

    .industry-pagination {
        margin-top: 20px;
        width: 100%;
        display: flex;
    }

    .industry-pagination .li-page-item {
        flex: 1;
        margin: 0 0 0 20px;
    }

    .industry-pagination .li-page-item:first-child {
        margin-left: 0;
    }

    .page3 .top {
        width: 90%;
    }

    .page3 .top p {
        width: 100%;
        height: auto;
    }

    .page3 .more-btn2 {
        margin-top: 30px;
    }

    .enter-main {
        width: 90%;
        height: 120px;
        margin-top: 50px;
    }

    .enter-main .enter-item {
        font-size: 16px;
    }

    .enter-main .enter-item img {
        width: 30px;
    }

    .enter-main .enter-item p {
        margin-top: 8px;
    }

    .page4 h1 {
        width: 90%;
    }

    .page4 h2 {
        width: 90%;
    }

    .page4 .news-list {
        width: 90%;
    }

    .page4 .news-first {
        width: 40%;
    }

    .page4 .news-first .img {
        height: 180px;
    }

    .page4 .news-second > a {
        width: 50%;
    }

    .page4 .news-second .img {
        width: 50%;
        height: 130px;
    }

    .page4 .news-second .news-desc {
        padding: 15px 15px 10px 15px;
    }

    .page4 .news-second .title {
        line-height: 18px;
        font-size: 14px;
    }

    .page4 .news-other .img {
        height: 100px;
    }

    .page4 .news-other .title {
        line-height: 18px;
        font-size: 14px;
    }

    .page5 .top {
        width: 90%;
    }

    .page5 .top-right .honor-prev,
    .page5 .top-right .honor-next {
        width: 45px;
        height: 45px;
    }

    .page5 .honor-swiper {
        width: 90%;
        margin-top: 35px;
    }

    .page5 .swiper-slide {
        width: calc(50% - 10.67px);
    }

    .page5 .swiper-slide a .img {
        height: 240px;
    }

    .page5 .swiper-slide a .img img {
        max-width: 100%;
        max-height: 100%;
    }

    .page5 h3 {
        height: 60px;
        padding: 10px 15px 0 15px;
    }

    .page5 h3 span {
        line-height: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 720px) {
    .home-container h1 {
        line-height: 42px;
        font-size: 28px;
    }

    .industry-container .swiper-slide {
        flex-direction: column;
    }

    .industry-container .industry-left {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .industry-container .industry-right {
        width: 100%;
        height: auto;
    }

    .industry-container .industry-right img {
        width: 100%;
        transform: translate(0);
        position: static;
    }

    .industry-container .industry-left h3 {
        line-height: 30px;
        font-size: 22px;
    }

    .industry-container .industry-left .industry-content {
        height: 50px;
        margin: 12px 0 3px 0;
        -webkit-line-clamp: 2;
    }

    .industry-pagination {
        display: block;
    }

    .industry-pagination .li-page-item {
        flex: 0;
        height: 36px;
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
        font-size: 14px;
        float: left;
    }

    .industry-pagination .li-page-item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .industry-pagination .li-page-item span {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .page3 .top p {
        font-size: 14px;
    }

    .enter-main {
        height: 90px;
        margin-top: 40px;
    }

    .enter-main .enter-item {
        font-size: 14px;
    }

    .page4 .news-list {
        margin-top: 20px;
        flex-direction: column;
    }

    .page4 .news-first {
        width: 100%;
        margin-right: 0;
    }

    .page4 .news-first .img {
        height: 150px;
    }

    .page4 .title {
        margin-top: 5px;
    }

    .page4 .news-desc {
        padding: 10px;
    }

    .page4 .desc {
        height: 22px;
        margin-top: 3px;
        -webkit-line-clamp: 1;
    }

    .page4 .news-second {
        margin-top: 10px;
    }

    .page4 .news-second .img {
        height: 80px;
    }

    .page4 .news-second .news-desc {
        padding: 10px;
    }

    .page4 .news-second .title {
        margin-top: 5px;
        -webkit-line-clamp: 2;
    }

    .page4 .news-other {
        margin-left: 10px;
    }

    .page4 .news-other .img {
        height: 70px;
    }

    .page5 .top-right .honor-prev,
    .page5 .top-right .honor-next {
        width: 40px;
        height: 40px;
    }

    .page5 .honor-swiper {
        margin-top: 20px;
    }

    .page5 .swiper-slide {
        width: calc(50% - 16px);
    }

    .page5 h3 {
        padding: 0 10px;
    }

    .page5 .more-btn2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .page5 .honor-swiper {
        margin-top: 20px;
    }

    .page5 .top-right .honor-prev,
    .page5 .top-right .honor-next {
        width: 35px;
        height: 35px;
    }

    .page5 .swiper-slide {
        width: 100%;
    }

    .page5 h3 {
        height: auto;
        padding: 10px;
    }

    .page5 .more-btn2 {
        margin-top: 20px;
    }
}