﻿/* pc */
@media only screen and (min-width: 750px) {

    /* 关于力声达 */
    .jianjie {
        width: 100%;
        background-image: url(/web/img/about1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1920px 100%;
        padding: 98px 0 93px 0;
        box-sizing: border-box;
    }

    .jianjie_cont {
        display: flex;
        justify-content: space-between;
    }

    .jianjie_cont .jianjie_left {
        width: 450px;
    }

    .jianjie_cont .jianjie_left>span {
        font-size: 40px;
        color: #1b2b37;
        margin-top: 25px;
        display: block;
    }

    .jianjie_cont .jianjie_left>p {
        font-size: 16px;
        color: #676767;
        margin-top: 45px;
        line-height: 30px;
        -webkit-line-clamp: 5;
        height: 150px;
    }

    .jianjie_cont .jianjie_left .details {
        margin-top: 138px;
        width: 186px;
        height: 54px;
        display: flex;
        align-items: center;
        background-color: #0270c1;
        justify-content: center;
        cursor: pointer;
    }

    .jianjie_cont .jianjie_left .details p {
        font-size: 16px;
        color: #fff;
    }

    .jianjie_cont .jianjie_left .details img {
        width: 24px;
        height: 24px;
        margin-left: 25px;
    }

    .jianjie_cont .jianjie_right {
        width: 800px;
        height: 500px;
        border-radius: 5px;
        overflow: hidden;
    }

    .jianjie_cont .jianjie_right img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .public_title1 {
        font-size: 40px;
        color: #1b2b37;
        text-align: center;
    }

    /* vr看厂 */
    .vr {
        background-image: url(/web/img/about2.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        padding: 50px 0 0 0;
        overflow: hidden;
    }

    .vr_cont {
        margin-top: 50px;
        height: 495px;
        display: block;
    }

    .vr_cont img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .white {
        color: #fff;
    }

    /* 新闻中心 */
    .new {
        padding: 60px 0 55px 0;
        overflow: hidden;
    }

    .newsc {
        display: flex;
        margin-top: 65px;
    }

    .newlist {
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #ececec;
        width: 425px;
        height: 480px;
        box-sizing: border-box;
        padding-top: 18px;
        background-color: #fff;
        margin-left: 15px;
        display: block;
    }

    .newlist:nth-child(1) {
        margin-left: 0;
    }

    .newlist_img {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        width: 390px;
        height: 219px;
        margin: auto;
    }

    .newlist_img::after {
        position: absolute;
        content: "";
        background-color: rgba(2, 112, 193, .6);
        background-image: url(/web/img/newloso.png);
        background-size: 83px 83px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0;
        left: -100%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;

        /* transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease; */
    }

    .newlist:hover {
        box-shadow: 0px 0px 8px 2px rgba(174, 174, 174, 0.64);
    }

    .newlist:hover .newlist_img::after {
        opacity: 1;
        left: 0;
    }

    .newlist_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .newlist_text {
        width: 365px;
        margin: auto;
        margin-top: 25px;
    }

    .newlist_text .new_tit {
        font-size: 22px;
        color: #162631;
    }

    .newlist_text .time {
        font-size: 16px;
        color: #939394;
        margin-top: 10px;
    }

    .newlist_text .new_text {
        font-size: 16px;
        color: #656567;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        line-height: 25px;
        height: 50px;
    }

    .newlist_text .details {
        font-size: 16px;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 45px;
    }

    .newlist:hover .new_tit {
        color: #0270c1;
    }

    .newlist:hover .newlist_text .details {
        color: #0270c1;
    }

    .newlist_text .details img {
        width: 11px;
        height: 10px;
        margin-left: 8px;
    }

    .newlist_text .details .img1,
    .newlist:hover .newlist_text .details .img2 {
        display: block;
    }

    .newlist_text .details .img2,
    .newlist:hover .newlist_text .details .img1 {
        display: none;
    }

    .more {
        font-size: 22px;
        color: #162631;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 45px;
        width: 50px;
        word-break: keep-all;
        line-height: 30px;
        border-bottom: 1px solid #162631;
    }

    .more:hover {
        color: #0270c1;
        border-bottom: 1px solid #0270c1;
    }

    .new .more {
        margin-top: 50px;
    }

    /* 荣誉资质 */
    .honor {
        background-image: url(/web/img/rong.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1920px 100%;
        padding: 53px 0 37px 0;
        box-sizing: border-box;
    }

    .honor_sc {
        position: relative;
        width: 100%;
        margin-top: 65px;
    }

    .honor_lunprev,
    .honor_lunnext {
        width: 57px;
        height: 57px;
        background-image: url(/web/img/hojt.png);
        background-size: 100% 100%;
    }
    .honor_lunprev{
        left: 0;
    }
    .honor_lunnext {
        transform: rotate(180deg);
        right: 0;
    }

    .honor_lunbo {
        width: 1142px;
        margin: auto;
    }

    .honor_lunbo .swiper-slide {
        width: 100%;
    }

    .honor_lunbo .swiper-slide .honor_list {
        width: 1142px;
        display: flex;
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        padding: 26px 60px 26px 29px;
        box-sizing: border-box;
    }

    .honor_list .honor_list_img {
        width: 340px;
        height: 280px;
        border-radius: 5px;
        overflow: hidden;
    }

    .honor_list .honor_list_img img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .honor_list:hover .honor_list_img img {
        transform: scale(1.2);
    }

    .honor_list_right {
        margin-left: 50px;
        width: 660px;
        margin-top: 25px;
    }

    .honor_tit {
        font-size: 22px;
        color: #162631;
    }

    .honor_text {
        margin-top: 25px;
        -webkit-line-clamp: 3;
        font-size: 18px;
        color: #656567;
        line-height: 30px;
        height: 90px;
    }

    .honor_list:hover .honor_tit {
        color: #0270c1;
    }

    .honor_list .details {
        margin-top: 80px;
        float: right;
    }

    .honor_list .details {
        font-size: 16px;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 45px;
    }

    .honor_list:hover .details {
        color: #0270c1;
    }

    .honor_list .details img {
        width: 11px;
        height: 10px;
        margin-left: 8px;
    }

    .honor_list .details .img1,
    .honor_list:hover .details .img2 {
        display: block;
    }

    .honor_list .details .img2,
    .honor_list:hover .details .img1 {
        display: none;
    }

    .honor_cont .more {
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-top: 25px;
    }

    .honor_cont .more:hover {
        color: #343434;
        border-bottom: 1px solid #343434;
    }

    /* 人才招聘 */
    .recruit {
        background-image: url(/web/img/zhaobg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1920px 100%;
        padding: 73px 0 70px 0;
        box-sizing: border-box;
    }

    .recruit1 {
        /* background-image: url(/web/img/zhaobg.jpg); */
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1920px 100%;
        padding: 73px 0 70px 0;
        box-sizing: border-box;
    }

    .recruit_cont {
        display: flex;
        margin-top: 75px;
    }

    .recruit_list {
        width: 417px;
        height: 155px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 8px 2px rgba(224, 224, 224, .4);
        overflow: hidden;
        position: relative;
        display: block;
        padding: 50px 45px;
        box-sizing: border-box;
        margin-left: 34px;
    }

    .recruit_list:nth-child(1) {
        margin-left: 0;
    }

    .recruit_list::after {
        position: absolute;
        content: "";
        background-color: rgba(2, 112, 193, .9);
        background-image: url(/web/img/fada.png);
        background-size: 57px 57px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: -100%;
    }

    .recruit_list:hover::after {
        opacity: 1;
        top: 0;
    }

    .recruit_tit {
        font-size: 22px;
        color: #515151;
    }

    .recruit_det {
        font-size: 18px;
        color: #515151;
        margin-top: 5px;
    }

    .recruit .more {
        margin-top: 45px;
    }

    /* 资料下载 */
    .download {
        background-color: #ebf0f8;
        padding: 30px;
    }

    .download .title {
        font-size: 40px;
        color: #1b2b37;
        text-align: center;
    }

    .download .label {
        text-align: center;
        color: #1b2b37;
        margin: 20px 0;
        font-weight: 600;
    }

    .download .download-list {
        width: 1300px;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .download .download-list .download-item {
        width: 100%;
        padding: 10px 40px;
        background-color: #dfe9f7;
        display: flex;
        justify-content: space-between;
    }

    .download .download-list .download-item .left,
    a {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-right: 20px;
        font-size: 22px;
        color: #515151;
    }
}

/* 移动 */
@media only screen and (max-width: 750px) {
    /* 关于力声达 */
    .jianjie {
        width: 100%;
        background-image: url(/web/img/about1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 10vw 0 9vw 0;
        box-sizing: border-box;
    }

    .jianjie_cont .jianjie_left {
        width: 100%;
    }

    .jianjie_cont .jianjie_left>span {
        font-size: 5vw;
        color: #1b2b37;
        display: block;
    }

    .jianjie_cont .jianjie_left>p {
        font-size: 3vw;
        color: #676767;
        margin-top: 3vw;
        line-height: 4.5vw;
        -webkit-line-clamp: 5;
        height: 18.000vw;
    }

    .jianjie_cont .jianjie_left .details {
        margin-top: 3vw;
        width: 24.800vw;
        height: 7.200vw;
        display: flex;
        align-items: center;
        background-color: #0270c1;
        justify-content: center;
        cursor: pointer;
    }

    .jianjie_cont .jianjie_left .details p {
        font-size: 3vw;
        color: #fff;
    }

    .jianjie_cont .jianjie_left .details img {
        width: 3.200vw;
        height: 3.200vw;
        margin-left: 3.333vw;
    }

    .jianjie_cont .jianjie_right {
        width: 100%;
        border-radius: 0.667vw;
        overflow: hidden;
        margin-top: 5vw;
        height: 58.8vw;
    }

    .jianjie_cont .jianjie_right img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .public_title1 {
        font-size: 5vw;
        color: #1b2b37;
        text-align: center;
    }

    /* vr看厂 */
    .vr {
        background-image: url(/web/img/about2.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        padding: 6.667vw 0 0 0;
        overflow: hidden;
    }

    .vr_cont {
        margin-top: 6.667vw;
        display: block;
    }

    .vr_cont img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .white {
        color: #fff;
    }

    /* 新闻中心 */
    .new {
        padding: 8.000vw 0 7.333vw 0;
        overflow: hidden;
    }

    .newsc {
        margin-top: 8.667vw;
    }

    .newlist {
        border-radius: 0.667vw;
        overflow: hidden;
        cursor: pointer;
        border: 0.133vw solid #ececec;
        width: 100%;
        box-sizing: border-box;
        padding-top: 2.400vw;
        background-color: #fff;
        display: block;
        margin-top: 4vw;
        padding-bottom: 5vw;
    }

    .newlist:nth-child(1) {
        margin-top: 0;
    }

    .newlist_img {
        position: relative;
        border-radius: 0.667vw;
        overflow: hidden;
        width: 85vw;
        height: 47.8vw;
        margin: auto;
    }

    .newlist_img::after {
        position: absolute;
        content: "";
        background-color: rgba(2, 112, 193, .6);
        background-image: url(/web/img/newloso.png);
        background-size: 11.067vw 11.067vw;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0;
        left: -100%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .newlist:hover {
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(174, 174, 174, 0.64);
    }

    .newlist:hover .newlist_img::after {
        opacity: 1;
        left: 0;
    }

    .newlist_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .newlist_text {
        width: 80vw;
        margin: auto;
        margin-top: 3.333vw;
    }

    .newlist_text .new_tit {
        font-size: 3.7vw;
        color: #162631;
    }

    .newlist_text .time {
        font-size: 3vw;
        color: #939394;
        margin-top: 1.333vw;
    }

    .newlist_text .new_text {
        font-size: 3vw;
        color: #656567;
        -webkit-line-clamp: 2;
        margin-top: 1.333vw;
        line-height: 5vw;
    height: 10vw;
    }

    .newlist_text .details {
        font-size: 3vw;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 2.000vw;
    }

    .newlist:hover .new_tit {
        color: #0270c1;
    }

    .newlist:hover .newlist_text .details {
        color: #0270c1;
    }

    .newlist_text .details img {
        width: 1.467vw;
        height: 1.333vw;
        margin-left: 1.067vw;
    }

    .newlist_text .details .img1,
    .newlist:hover .newlist_text .details .img2 {
        display: block;
    }

    .newlist_text .details .img2,
    .newlist:hover .newlist_text .details .img1 {
        display: none;
    }

    .more {
        
        font-size: 3.7vw;
        color: #162631;
        display: block;
        text-align: center;
        margin: auto;
        width: 6.667vw;
        word-break: keep-all;
        line-height: 4.000vw;
        border-bottom: 0.133vw solid #162631;
        margin-top: 6.000vw;
    }

    .more:hover {
        color: #0270c1;
        border-bottom: 0.133vw solid #0270c1;
    }

    .new .more {
        margin-top: 6.667vw;
    }

    /* 荣誉资质 */
    .honor {
        background-image: url(/web/img/rong.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 7.067vw 0 4.933vw 0;
        /* background-size: 100% 100%; */
        box-sizing: border-box;
    }

    .honor_sc {
        position: relative;
        width: 100%;
        margin-top: 8.667vw;
    }

    .honor_lunprev,
    .honor_lunnext {
        width: 7.600vw;
        height: 7.600vw;
        background-image: url(/web/img/hojt.png);
        background-size: 100% 100%;
    }
    .honor_lunprev{
        left: 0;
    }
    .honor_lunnext {
        transform: rotate(180deg);
        right: 0;
    }

    .honor_lunbo {
        width: 75vw;
        margin: auto;
    }

    .honor_lunbo .swiper-slide {
        width: 100%;
    }

    .honor_lunbo .swiper-slide .honor_list {
        width: 100%;
        display: block;
        background-color: #fff;
        border-radius: 2.667vw;
        overflow: hidden;
        padding: 3.467vw 4vw 3.467vw 4vw;
        box-sizing: border-box;
    }

    .honor_list .honor_list_img {
        width: 100%;
        height: 55vw;
        border-radius: 0.667vw;
        overflow: hidden;
    }

    .honor_list .honor_list_img img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .honor_list:hover .honor_list_img img {
        transform: scale(1.2);
    }

    .honor_list_right {
        width: 100%;
        margin-top: 3.333vw;
    }

    .honor_tit {
        font-size: 3.7vw;
        color: #162631;
    }

    .honor_text {
        margin-top: 3.333vw;
        -webkit-line-clamp: 3;
        font-size: 3.2vw;
        color: #656567;
        line-height: 4.000vw;
        height: 12.000vw;
    }

    .honor_list:hover .honor_tit {
        color: #0270c1;
    }

    .honor_list .details {
        margin-top: 10.667vw;
        float: right;
    }

    .honor_list .details {
        font-size: 3vw;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 6.000vw;
    }

    .honor_list:hover .details {
        color: #0270c1;
    }

    .honor_list .details img {
        width: 1.467vw;
        height: 1.333vw;
        margin-left: 1.067vw;
    }

    .honor_list .details .img1,
    .honor_list:hover .details .img2 {
        display: block;
    }

    .honor_list .details .img2,
    .honor_list:hover .details .img1 {
        display: none;
    }

    .honor_cont .more {
        color: #fff;
        border-bottom: 0.133vw solid #fff;
        margin-top: 3.333vw;
    }

    .honor_cont .more:hover {
        color: #343434;
        border-bottom: 0.133vw solid #343434;
    }

    /* 人才招聘 */
    .recruit {
        background-image: url(/web/img/zhaobg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 9.733vw 0 7.600vw 0;
        box-sizing: border-box;
    }

    .recruit_cont {
        margin-top: 10.000vw;
    }

    .recruit_list {
        width: 100%;
        height: 20.667vw;
        background-color: #fff;
        border-radius: 0.667vw;
        box-shadow: 0 0 1.067vw 0.267vw rgba(224, 224, 224, .4);
        overflow: hidden;
        position: relative;
        display: block;
        padding: 6.667vw 6.000vw;
        box-sizing: border-box;
        margin-top: 4.533vw;
    }

    .download{padding:20px 0}
    .recruit_list:nth-child(1) {
        margin-top: 0;
    }

    .recruit_list::after {
        position: absolute;
        content: "";
        background-color: rgba(2, 112, 193, .9);
        background-image: url(/web/img/fada.png);
        background-size: 7.600vw 7.600vw;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: -100%;
    }

    .recruit_list:hover::after {
        opacity: 1;
        top: 0;
    }

    .recruit_tit {
        font-size: 3.7vw;
        color: #515151;
    }

    .recruit_det {
        font-size: 3.2vw;
        color: #515151;
        margin-top: 0.667vw;
    }

    .recruit .more {
        margin-top: 6.000vw;
    }
}