﻿.c-intro-title {
    font-size: 32px;
    color: #589deb;
    margin: 50px 0 20px;
    text-align: center;
}
.c-intro-banner {
    width: 100%;
    position: relative;
    height: 500px;
}
.c-intro-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-intro-desc {
    line-height: 30px;
    font-size: 16px;
    position: relative;
}
.c-intro-content {
/*    display: flex;*/
}
.c-intro-content p {
/*    flex: 1;*/
/*    margin-right: 20px;*/
    line-height: 30px;
    font-size: 15px;
    width: 58%;
    margin: 0 auto;
}
.c-intro-video {
    width: 58%;
    margin: 20px auto;
}
.c-qywh-banner {
    width: 100%;
    
}
.c-qywh-banner img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.c-qywh-title {
    font-size: 32px;
    color: #589deb;
    margin: 50px 0 15px;
    position: relative;
}
    .c-qywh-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 95px;
        height: 4px;
        background: rgb(88 157 235 / 80%);
        border-radius: 4px;
    }
.c-qywh-small {
    font-size: 16px;
    color: #999;
}
.c-qywh-main {
    display: flex;
    margin-top: 40px;
}
    .c-qywh-main img {
        width: 60%;
    }
.c-qywh-main-box {
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
    background: rgb(88 157 235 / 10%);
}
    .c-qywh-main-box h3 {
        font-size: 24px;
        color: #333;
        font-weight: 700;
    }
        .c-qywh-main-box h4 {
            font-size: 16px;
            color: #333;
            margin-top: 10px;
            line-height: 30px;
        }
    .c-qywh-main-box li{
        margin-bottom: 30px;
    }
.c-qywh-bot {
    margin-top: 40px;
}
    .c-qywh-bot li {
        width: 25%;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-radius: 10px;
        overflow: hidden;
        margin-right:2%;
    }
        .c-qywh-bot li:last-child{
            margin-right: 0;
        }
        .c-qywh-bot li img {
            width: 100%;
            object-fit: cover;
            display: block;
            border-radius: 10px 10px 0 0;
        }
.c-qywh-bot-box {
    padding: 40px 20px 60px;
    box-sizing: border-box;
    text-align: center;
}
    .c-qywh-bot ul {
        display: flex;
    }
    .c-qywh-bot-box h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: #333;
        font-weight: 700;
    }
.c-honor-banner {
    width: 100%;
}
    .c-honor-banner img {
        width: 100%;
    }
.c-honor-content ul {
    display: flex;
    flex-flow: row wrap;
}
.c-honor-content {
    margin-top: 30px;
}
.c-honor-content li {
    width: 24%;
    margin-right: 1%;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 1%;
    transition: all 0.5s ease-out;
/*    padding: 1%;
    box-sizing: border-box;*/
}
    .c-honor-content li:hover {
        transform:translateY(-10px)
    }
    .c-honor-content li:nth-child(4n) {
        margin-right: 0;
    }
    .c-honor-content li img {
        display: block;
        width: 100%;
    }
    .c-honor-content li h3 {
        padding: 10px 20px;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
        text-align: center;
    }
    .c-honor-content li:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    @media (max-width:1250px) {
/*        .c-intro {
margin-top: 80px;
    }*/
    .c-intro-content p {
        width: 68%;
    }
    .c-intro-video {
        width: 68%;
    }
    .c-qywh-banner img{
        max-height: 400px;
    }
        .c-qywh-main-box h3 {
            font-size: 20px;
        }
        .c-qywh-main-box h4 {
            font-size: 14px;
            line-height: 24px;
        }
}
@media (max-width:1100px) {
    .c-intro-content p {
        width: 90%;
    }
    .c-intro-video {
        width: 78%;
    }
    .c-honor-content li {
        width: 32.3%;
    }
    .c-honor-content li:nth-child(4n) {
        margin-right: 1%
    }
    .c-honor-content li:nth-child(3n) {
        margin-right: 0
    }
}
@media (max-width:750px) {
    .c-intro-title {
        font-size: 26px;
    }
    .c-intro-video {
        width: 90%;
        margin-bottom: 0;
    }
    .c-qywh-main {
        display: block;
    }
        .c-qywh-main img {
            width: 100%;
        }
    .c-qywh-bot ul {
        flex-flow: row wrap;
    }
    .c-qywh-bot li {
        width: 48%;
        margin-bottom: 2%;
    }
    .c-qywh-bot li:nth-child(2n) {
        margin-right: 0;
    }
    .c-honor-content li {
        width: 49%;
    }

        .c-honor-content li:nth-child(4n) {
            margin-right: 1%
        }

        .c-honor-content li:nth-child(3n) {
            margin-right: 1%
        }
        .c-honor-content li:nth-child(2n) {
            margin-right: 0
        }
    .c-intro-banner {
        height: 300px;
    }
}
@media (max-width:500px) {
    .c-intro-title {
        margin-top: 30px;
    }
    .ppgs-title span {
        font-size: 14px;
    }
    .c-intro-content p {
        width: 100%;
    }
    .c-intro-video {
        width: 100%;
    }
    .c-qywh-banner img {
        max-height: 200px;
    }
    .c-qywh-title {
        margin-top: 30px;
        font-size: 26px;
    }
    .c-qywh-main {
        margin-top: 30px;
    }
    .c-qywh-bot li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .c-honor-content li {
        width: 100%;
    }

        .c-honor-content li:nth-child(4n) {
            margin-right: 0%
        }

        .c-honor-content li:nth-child(3n) {
            margin-right: 0%
        }

        .c-honor-content li:nth-child(2n) {
            margin-right: 0
        }
}
