@media screen and (min-width: 751px) {
    /* bannar图 */
    .bannar-box {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        overflow: hidden;
    }
    .bannar {
        width: 1920px;
        height: 600px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        background-position: center;
        background-size: auto 100%;
    }
    .bannar-phone {
        display: none;
        transition: 0.5s;
    }
    .bannar img {
        height: auto;
        width: auto;
        width: 100%;
        height: 100%;
    }
    /* 公司介绍 */
    .introduce {
        width: 1200px;
        height: 447px;
        position: relative;
        left: 50%;
        margin-left: -600px;
        top: -220px;
        background: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
    }
    .introduce-inner {
        display: flex;
        padding: 24px;
    }
    .introduce .introduce-img {
        width: 532px;
        height: 399px;
        margin-right: 65px;
    }
    .introduce .introduce-text {
        width: 512px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .introduce .introduce-text .title p {
        color: #666666;
    }
    .introduce .introduce-text .content {
        margin-top: 48px;
        color: #666666;
    }
    /* 企业文化 */
    .culture {
        width: 1200px;
        margin: -220px auto 60px;
    }
    .culture .title {
        padding: 50px;
        text-align: center;
    }
    .culture .title p {
        color: #666666;
    }
    .culture .corporate {
        display: flex;
        justify-content: space-between;
    }
    .culture .mySwiperQiYe {
        display: none;
    }
    .culture .corporate .corporate-menu {
        width: 380px;
        height: 400px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .culture .corporate .corporate-menu img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.5s;
    }
    .culture .corporate .corporate-menu:hover img {
        transform: scale(1.1);
    }
    .culture .corporate .corporate-menu .model {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: 0.5s;
        text-align: center;
        padding: 165px 72px;
        background: rgba(0, 0, 0, 0.4);
    }
    .culture .corporate .corporate-menu:hover .model {
        background: rgba(42, 104, 251, 0.8);
        padding: 150px 72px;
    }
    .culture .corporate .corporate-menu .model .model-title {
        font-size: 24px;
        color: #FFFFFF;
    }
    .culture .corporate .corporate-menu .model .line {
        width: 0px;
        height: 2px;
        background: #FFFFFF;
        margin: 10px 88px 10px;
        transition: 0.5s;
    }
    .culture .corporate .corporate-menu:hover .line {
        width: 60px;
        margin: 10px 88px 10px;
    }
    .culture .corporate .corporate-menu .model .content {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        opacity: 0;
        transition: 0.5s;
    }
    .culture .corporate .corporate-menu:hover .content {
        opacity: 1;
    }
    /* 价值观 */
    .values {
        background: #FFFFFF;
    }
    .values .values-box {
        width: 1200px;
        height: 880px;
        margin: 0 auto;
    }
    .values .values-box .title {
        text-align: center;
        padding: 40px;
    }
    .values .values-box .title p {
        color: #666666;
    }
    .values .values-content {
        padding: 40px 100px;
        background: linear-gradient(180deg, #F7F8FA 0%, rgba(247, 248, 250, 0) 100%);
        border-radius: 8px 8px 8px 8px;
    }
    .values .values-content .values-img {
        width: 1000px;
        height: 150px;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 40px;
        transition: 0.5s;
        display: flex;
        align-items: center;
    }
    .values .values-content .values-img:nth-child(1) {
        background-image: url(../../images/about/v1.png);
        background-size: 100% 100%;
        color: #9BCEFA;
    }
    .values .values-content .values-img:nth-child(2) {
        background-image: url(../../images/about/v2.png);
        background-size: 100% 100%;
        color: #76D3AE;
    }
    .values .values-content .values-img:nth-child(3) {
        background-image: url(../../images/about/v3.png);
        background-size: 100% 100%;
        color: #E98C5B;
    }
    .values .values-content .values-img .tag {
        margin-left: 70px;
        margin-right: 40px;
        font-size: 70px;
        font-weight: 600;
        line-height: 82px;
        transition: 0.5s;
    }
    .values .values-content .values-img:hover {
        margin-left: -60px;
    }
    .values .values-content .values-img:hover .tag {
        margin-left: 170px;
    }
    /* 公司荣誉 */
    .honor {
        background-image: url('../../images/about/hbg.png');
        background-size: 100% 100%;
    }
    .honor .honor-box {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
        overflow: hidden;
    }
    .honor .honor-box .title {
        text-align: center;
        padding: 40px;
    }
    .honor .honor-box .title p {
        color: #666666;
    }
    .honor .honor-box .honor-content {
        background-color: #FFFFFF;
        text-align: center;
        padding: 59px;
    }
    .honor .honor-box .swiper {
        margin: 0px 0px 40px;
        border-radius: 8px;
        background-color: #FFFFFF;
    }
    .honor .honor-box .honor-content img {
        width: 262px;
        height: 384px;
    }
    .honor .honor-box .honor-content p {
        margin-top: 40px;
        font-size: 20px;
    }
    /* 联系我们 */
    .contact {
        background-image: url('../../images/about/c1.png');
        background-size: 100% 100%;
        padding-bottom: 60px;
    }
    .contact .contact-box {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
    }
    .contact .contact-box .title {
        text-align: center;
        padding: 40px;
        color: #FFFFFF;
    }
    .contact .contact-box .title p {
        color: #666666;
    }
    .contact .contact-box .contact-content {
        background-color: #FFFFFF;
        display: flex;
        padding: 32px;
        border-radius: 8px;
    }
    .contact .contact-box .contact-content .map {
        width: 548px;
        height: 366px;
        border-radius: 8px;
        margin-right: 40px;
    }
    .contact .contact-box .contact-content h2 {
        margin-bottom: 50px;
    }
    .contact .contact-box .contact-content p {
        margin-top: 20px;
        font-size: 16px;
        color: #666666;
    }
}


/* h5 */

@media screen and (max-width: 750px) {
    /* bannar图 */
    .bannar-box {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .bannar {
        display: none;
        transition: 0.5s;
    }
    .bannar-phone {
        width: 100%;
    }
    .bannar img {
        width: 100%;
        height: 100%;
    }
    /* 公司介绍 */
    .introduce {
        margin: 0.32rem;
        border-radius: 0.08rem;
        background: #FFFFFF;
        position: relative;
        top: -8rem;
    }
    .introduce {
        padding: 0.24rem;
    }
    .introduce .introduce-text .title {
        text-align: center;
    }
    .introduce .introduce-text .title h2 {
        font-size: .4rem;
    }
    .introduce .introduce-text .title p {
        color: #999;
    }
    /* 企业文化 */
    .culture {
        margin: -8rem 0.32rem 0.32rem;
        border-radius: 0.08rem;
        background: #FFFFFF;
        border: 0.01rem solid #FFFFFF;
        padding-bottom: 0.3rem;
    }
    .culture .title {
        text-align: center;
    }
    .culture .title h2 {
        font-size: .4rem;
    }
    .culture .title p {
        color: #999;
    }
    .culture .corporate {
        display: flex;
        justify-content: space-between;
    }
    .culture .corporatePC {
        display: none;
    }
    .culture .corporate .swiper-wrapper .swiper-slide {
        transform: scale(0.8);
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active {
        transform: scale(1);
        transition: 0.5s;
    }
    .culture .corporate .corporate-menu {
        height: 2.6rem;
        border-radius: 0.08rem;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin-bottom: 0.2rem;
    }
    .culture .corporate .corporate-menu img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.5s;
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active img {
        transform: scale(1.1);
    }
    .culture .corporate .corporate-menu .model {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: 0.5s;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.1rem;
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active .model {
        background: rgba(42, 104, 251, 0.8);
    }
    .culture .corporate .corporate-menu .model .model-title {
        margin-top: 1rem;
        font-size: 0.36rem;
        color: #FFFFFF;
        transition: 0.5s;
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active .model .model-title {
        margin-top: 0.6rem;
        font-size: 0.36rem;
        color: #FFFFFF;
    }
    .culture .corporate .corporate-menu .model .line {
        width: 0rem;
        height: 0.02rem;
        background: #FFFFFF;
        margin: 0.1rem auto 0.1rem;
        transition: 0.5s;
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active .line {
        width: 0.55rem;
    }
    .culture .corporate .corporate-menu .model .content {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.16rem;
        opacity: 0;
        transition: 0.5s;
    }
    .culture .corporate .swiper-wrapper .swiper-slide-active .content {
        opacity: 1;
    }
    /* 价值观 */
    .values {
        background: #FFFFFF;
        margin-top: 0.4rem;
        border: 1px solid #FFFFFF;
    }
    .values .values-box {
        width: 100%;
    }
    .values .values-box .title {
        text-align: center;
    }
    .values .values-box .title h2 {
        font-size: .4rem;
    }
    .values .values-box .title p {
        color: #666666;
    }
    .values .values-content {
        padding: 0.4rem 0.32rem;
        background: linear-gradient(180deg, #F7F8FA 0%, rgba(247, 248, 250, 0) 100%);
        border-radius: .08rem;
        margin: .32rem;
    }
    .values .values-content .values-img {
        height: 1.5rem;
        border-radius: .08rem;
        overflow: hidden;
        margin-bottom: .2rem;
        transition: 0.5s;
        display: flex;
        align-items: center;
    }
    .values .values-content .values-img:nth-child(1) {
        background-image: url(../../images/about/v1.png);
        background-size: 100% 100%;
        color: #9BCEFA;
    }
    .values .values-content .values-img:nth-child(2) {
        background-image: url(../../images/about/v2.png);
        background-size: 100% 100%;
        color: #76D3AE;
    }
    .values .values-content .values-img:nth-child(3) {
        background-image: url(../../images/about/v3.png);
        background-size: 100% 100%;
        color: #E98C5B;
    }
    .values .values-content .values-img .tag {
        margin-left: .7rem;
        margin-right: .4rem;
        font-size: .7rem;
        font-weight: 600;
        line-height: .82rem;
        transition: 0.5s;
    }
    .values .values-content .values-img h1 {
        font-size: .4rem;
    }
    /* 公司荣誉 */
    .honor {
        background-image: url('../../images/about/hbg.png');
        background-size: 100% 100%;
    }
    .honor .honor-box {
        margin: 0 auto;
        height: 100%;
    }
    .honor .honor-box .title {
        text-align: center;
        padding: 0.4rem;
    }
    .honor .honor-box .title h2 {
        font-size: 0.4rem;
    }
    .honor .honor-box .title p {
        color: #666666;
    }
    .honor .honor-box .honor-content {
        background-color: #FFFFFF;
        text-align: center;
        border-radius: .08rem;
        padding: .23rem;
    }
    .honor .honor-box .swiper {
        margin: 0rem 0.32rem 0.32rem;
        border-radius: .08rem;
        overflow: hidden;
    }
    .honor .honor-box .honor-content div {
        margin-bottom: 0.4rem;
    }
    .honor .honor-box .honor-content img {
        width: 1.6rem;
        height: 2.4rem;
        background-color: #FFFFFF;
    }
    .honor .honor-box .honor-content p {
        margin-top: 0.2rem;
        font-size: .16rem;
    }
    /* 联系我们 */
    .contact {
        background-image: url('../../images/about/c1.png');
        background-size: 100% 100%;
        padding-bottom: .6rem;
    }
    .contact .contact-box {
        margin: 0 auto;
        height: 100%;
    }
    .contact .contact-box .title {
        text-align: center;
        padding: 0.4rem;
        color: #FFFFFF;
    }
    .contact .contact-box .title h2 {
        font-size: 0.4rem;
    }
    .contact .contact-box .title p {
        color: #999999;
    }
    .contact .contact-box .contact-content {
        background-color: #FFFFFF;
        margin: 0.32rem;
        border-radius: 8px;
        padding: 0.32rem;
    }
    .contact .contact-box .contact-content .map {
        width: 100%;
        height: 4rem;
        border-radius: 0.08rem;
        margin-right: .4rem;
    }
    .contact .contact-box .contact-content h2 {
        margin-bottom: .5rem;
        font-size: .3rem;
    }
    .contact .contact-box .contact-content p {
        margin-top: .2rem;
        font-size: .2rem;
        color: #666666;
    }
}
