* {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Arial', '微软雅黑';
    list-style: none;
}

a {
    text-decoration: none;
}

.volume {
    height: 0 !important;
}

.nav.nav-index #t {
    display: none;
}

.nav.nav-index {
    position: fixed;
    background: rgba(0, 0, 0, 0);
}

.nav.nav-index>div>a {
    background-image: url(/html/images/logo-index.png) !important;
}

.nav.nav-index>div>ul {
    background: rgba(0, 0, 0, 0);
}

.nav.nav-index>div>ul::before {
    background: rgba(0, 0, 0, 0);
}

.nav-index .lan {
    border: 1px solid white;
}

.nav>div>ul>li:nth-of-type(1)>div:first-of-type {
    top: 0 !important;
}

.nav>div>ul>li:nth-of-type(1)>div:last-of-type {
    bottom: 0 !important;
}

@media screen and (max-width:1100px) {
    .nav.nav-index>div>ul {
        background: white;
    }
}

/*轮播图匀速无缝切换*/
.container-product .swiper-wrapper {
    transition-timing-function: linear !important;
}

/*宣传图----------------------------------------------------------------------*/
.container-banner {
    width: 100%;
    transition: all .2s;
}

.container-banner>div>div {
    background: url(/html/images/banner1.jpg) no-repeat center;
    background-size: cover;
    /* height: 380px;
    width: 100%; */
}

@media screen and (max-width:450px) {
    .container-banner {
        height: 280px !important;
    }

    .container-banner>div>div>a {
        background-position-x: center;
    }

    .container-banner>div>div>a.first {
        background-position-x: -85px;
    }
}

.page {
    opacity: 1 !important;
    margin: 0 12px 0 !important;
    background: white !important;
    width: 70px !important;
    height: 3px !important;
    border-radius: 0 !important;
    position: relative;
    bottom: 36px;
    transition: all .2s;
}

.page::before {
    content: '';
    background: white;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -0.5px;
    top: -1.5px;
    display: inline-block;
    border-radius: 50%;
}

.page::after {
    content: '';
    background: white;
    height: 6px;
    width: 6px;
    position: absolute;
    right: -0.5px;
    top: -1.5px;
    display: inline-block;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: rgb(32, 165, 242) !important;
}

.swiper-pagination-bullet-active::before {
    background: rgb(32, 165, 242) !important;
}

.swiper-pagination-bullet-active::after {
    background: rgb(32, 165, 242) !important;
}

@media screen and (max-width:650px) {
    .page {
        bottom: 10px;
    }
}

/*宣传图end-----------------------------------------------------------------*/

/*产品列表------------------------------------------------------------------*/
.container-product {
    width: 100%;
    border-top: 1px solid rgb(228, 229, 233);
    border-bottom: 1px solid rgb(228, 229, 233);
    overflow: hidden;
    transition: all .2s;
    position: relative;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 20px;
}

.container-product>.swiper-wrapper>.product-option {
    transition: all .2s;
    border-right: 2px solid rgb(242, 242, 242);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 45px 35px 35px 40px;
}

.container-product>.swiper-wrapper>div>strong {
    color: rgb(0, 118, 192);
    font-size: 14px;
    margin-bottom: 1px;
}

.container-product>.swiper-wrapper>div>span {
    color: black;
    font-size: 18px;
}

.container-product>.swiper-wrapper>div>.product-img {
    height: 130px;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: inline-block;
    transition: all .2s;
}

@media screen and (max-width:1280px) {
    .container-product>.swiper-wrapper>.product-option {
        padding: 20px;
    }
}

@media screen and (max-width: 960px) {
    .product-option>.product-img {
        height: 100px;
        background-size: 50%;
    }

    .container-product>.swiper-wrapper>div>div {
        background-position: center;

    }

    .container-product>.swiper-wrapper>div:last-of-type>div {
        background-size: contain;
    }
}

.container-product>.swiper-wrapper>div>a {
    position: relative;
    color: rgb(117, 117, 117);
    font-size: 14px;
}

.container-product>.swiper-wrapper>div:hover>a:last-of-type {
    transform: scale(1.1) translateX(15px);
    color: rgb(0, 118, 192);
}

.container-product>.swiper-wrapper>div:hover>a>i {
    background: rgb(0, 118, 192);
}

.container-product>.swiper-wrapper>div:hover>a>i::after {
    border-left: 7px solid rgb(0, 118, 192);
}

.container-product>.swiper-wrapper>div>a>i {
    background: rgb(117, 117, 117);
    height: 1px;
    width: 65px;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    display: inline-block;
}

.container-product>.swiper-wrapper>div>a>i::after {
    content: '';
    height: 0px;
    width: 0px;
    border-top: 3.5px solid transparent;
    border-left: 7px solid rgb(117, 117, 117);
    border-bottom: 3.5px solid transparent;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: -3px;
}

.button-prev-product {
    left: 0px !important;
    height: 80px !important;
    width: 20px !important;
    background: rgb(217, 217, 217);
    opacity: 1 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .1s ease-in-out;
}

.button-next-product {
    right: 0px !important;
    height: 80px !important;
    width: 20px !important;
    background: rgb(217, 217, 217);
    opacity: 1 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all .1s ease-in-out;
}

/*产品列表end------------------------------------------------------------*/

/*应用行业---------------------------------------------------------------*/
.industry {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    background: rgb(243, 244, 248);
}

.industry>h1 {
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    height: 161px;
    line-height: 200px;
}

.container-industry {
    width: 95%;
    height: 600px;
    max-width: 1400px;
    max-height: 600px;
    --swiper-navigation-color: rgba(0, 0, 0, 0);
    --swiper-navigation-size: 32px;
    position: relative;
    top: 0;
}

.container-industry>div>div {
    max-width: 423px;
    max-height: 480px;
    background: white;
    border-bottom: 6px solid rgb(34, 165, 243);
    box-shadow: 0px 0px 5px 1px #cccccc;
    overflow: hidden;
}

.container-industry>div>div:nth-of-type(even) {
    border-bottom: 6px solid rgb(173, 173, 173);
}


.container-industry>div>div>div:first-of-type {
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s;
}

.container-industry>div>div>div:first-of-type:hover {
    transform: scale(1.1);
}

.container-industry>div>div>div:last-of-type {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    color: #666;
    padding: 30px 35px 30px;
}

.container-industry>div>div>div>span {
    font-size: 24px;
}

.container-industry>div>div>div>p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .2s ease;
    overflow: hidden;
}


.pagination-industry {
    font-size: 18px;
    color: rgb(173, 173, 173);
}

.pagination-industry>span {
    position: relative;
    bottom: -3px;
    font-size: 22px;
}

.pagination-industry>.swiper-pagination-current {
    font-size: 32px;
    color: rgb(0, 118, 192);
}

.button-next-industry {
    top: auto !important;
    bottom: 10px !important;
    height: 32px !important;
    width: 28px !important;
    right: 0 !important;
    transition: all .2s;
    background: url(/html/images/next.png) no-repeat;
}

.button-prev-industry {
    top: auto !important;
    bottom: 10px !important;
    height: 32px !important;
    width: 98px !important;
    left: 0 !important;
    transition: all .2s;
    background: url(/html/images/prev.png) no-repeat;
}

@media screen and (min-width:1450px) {
    .industry {
        padding-bottom: 70px;
    }
}

@media screen and (min-width:1000px) and (max-width:1450px) {
    .industry {
        padding-bottom: 40px;
    }

    .container-industry {
        height: 45vw;
    }

    .container-industry>div>div {
        height: 34.043vw;
    }

    .container-industry>div>div>div:first-of-type {
        height: 23.404vw;
    }

    .container-industry>div>div>div:last-of-type {
        padding: 1.5625vw 1.82292vw 1.5625vw;
    }

    .container-industry>div>div>div>span {
        font-size: 20px;
    }

    .container-industry>div>div>div>p {
        margin-top: 0.753125vw;
    }
}

@media screen and (max-width:1000px) {
    .industry {
        padding-bottom: 30px;
    }

    .container-industry {
        height: 70vw;
    }

    .container-industry>div>div {
        max-width: 500px;
        height: 57vw;
    }

    .container-industry>div>div>div:first-of-type {
        height: 35vw;
    }

    .container-industry>div>div>div:last-of-type {
        padding: 3vw;
    }

    .container-industry>div>div>div>span {
        font-size: 24px;
    }

    .container-industry>div>div>div>p {
        margin-top: 1vw;
    }
}

@media screen and (max-width:500px) {
    .industry {
        padding-bottom: 20px;
    }

    .industry>h1 {
        font-size: 20px;
        height: 100px;
        line-height: 100px;
    }

    .container-industry>div>div>div>span {
        font-size: 16px;
    }

    .container-industry>div>div>div>p {
        line-height: 16px;
    }

    .pagination-industry {
        font-size: 14px;
        color: rgb(173, 173, 173);
    }

    .pagination-industry>.swiper-pagination-current {
        font-size: 20px;
    }


    .pagination-industry>span {
        position: relative;
        bottom: -2px;
        font-size: 16px;
    }

    .button-prev-industry {
        transform: scale(60%);
        bottom: 4px;
    }

    .button-next-industry {
        transform: scale(60%);
        bottom: 4px;
    }
}



/*应用行业end------------------------------------------------------------*/

/*关于晴远---------------------------------------------------------------*/
.about {
    padding: 68px 0 0;
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(243, 244, 248);

}

.about>.video {
    margin: 0 auto 15px;
    position: relative;
    max-width: 1400px;
    width: 95%;
    height: 450px;
    box-shadow: 0 0 20px 1px #cccccc;
    background: white;
    display: flex;
}

.about>.video>div {
    width: 50%;
}

.about>.video>div:first-of-type {
    background: url(/html/images/video-bg.jpg) no-repeat center;
    background-size: cover;
}

.about>.video>div:last-of-type {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 76px 80px 84px 116px;
    transition: all .2s;
}

.about>.video>div:last-of-type>span {
    transition: all .2s;
    color: rgb(0, 118, 192);
    font-size: 36px;
}

.about>.video>div:last-of-type>p {
    color: #666;
    margin-top: 32px;
    font-size: 16px;
    flex-grow: 1;
    line-height: 28px;
    overflow-y: auto;
    transition: all .2s ease;
}

.about>.video>div:last-of-type>a {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: gray;
    display: inline-block;
    font-size: 14px;
    width: 140px;
    background: white;
    border-radius: 25px;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid rgb(220, 220, 220);
    margin-top: 10px;
}

.about>.video>div:last-of-type>a:hover {
    background: gray;
    color: white;
}

.about>.video>a {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgb(0, 118, 192);
    border: 10px solid white;
    display: inline-block;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    transform: translate(-50%, -50%);
}

.about>.video>a>i {
    width: 0px;
    height: 0px;
    transition: all .3s;
    border-top: 11px solid transparent;
    border-left: 20px solid white;
    border-bottom: 11px solid transparent;
}

/*播放按钮*/
/* .about>.video>a:hover {
    height: 99px;
    width: 99px;
    border: 1px solid rgb(0, 118, 192);
    background: white;
}

.about>.video>a:hover>i {
    transform: rotate(360deg);
    border-top: 13.75px solid transparent;
    border-left: 25px solid rgb(0, 118, 192);
    border-bottom: 13.75px solid transparent;
} */


@media screen and (min-width:960px) and (max-width:1280px) {
    .container-about {
        padding-bottom: 40px;
    }

    .about>.video>div:last-of-type {
        padding: 6vw;
    }

    .about>.video>div:last-of-type>span {
        font-size: 3vw;
    }

    .about>.video>div:last-of-type>p {
        font-size: 2vw;
    }

    .about>.video>div:last-of-type>span {
        font-size: 30px;

    }
}

@media screen and (min-width:768px) and (max-width:960px) {
    .container-about {
        padding-bottom: 40px;
    }

    .about>.video {
        flex-direction: column;
        height: 60vw;
    }

    .about>.video>div {
        width: 100%;
        height: 50%;
    }

    .about>.video>div:last-of-type {
        padding: 3vw;
    }

    .about>.video>div:last-of-type>span {
        font-size: 3vw;
    }

    .about>.video>div:last-of-type>p {
        font-size: 2vw;
        margin-top: 10px;
    }

    .about>.video>a {
        left: 5%;
        top: 45%;
        transform: translate(0, -100%);
        opacity: 0;
    }
}

@media screen and (max-width:768px) {
    .container-about {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .about>.video>div:last-of-type>span {
        font-size: 3vw;

    }

    .about>.video>div:last-of-type>a {
        height: 30px;
        line-height: 30px;
        width: 100px;
    }

    .about>.video>div:last-of-type>p {
        margin-top: 0px;
        font-size: 2vw;
        line-height: 5vw;
    }

    .about>.video {
        flex-direction: column;
        /* height: 70vw; */
    }

    .about>.video>div {
        width: 100%;
        height: 50%;
    }

    .about>.video>div:last-of-type {
        padding: 3vw;
    }

    .about>.video>a {
        left: 1%;
        top: 49%;
        transform: translate(0, -100%) scale(70%);
        opacity: 0;
    }

}

@media screen and (max-width:414px) {
    .about>.video>div:last-of-type>span {
        font-size: 16px;
    }

    .about>.video>div:last-of-type>p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
}

.container-about {
    max-width: 1400px;
    width: 95%;
    padding: 20px 0;
    box-sizing: content-box;
    background: url(/html/images/about-bot-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.container-about>div>div {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 85px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-about>div>div>i {
    height: 70px;
    min-width: 90px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.container-about>div>div>div {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.container-about>div>div>div>span {
    color: rgb(0, 118, 192);
    font-size: 18px;
    margin: 25px 0 15px;
    display: inline-block;
}

.container-about>div>div>div>p {
    font-size: 24px;
    flex-grow: 1;
    text-align: center;
    color: #666;
}

@media screen and (min-width:1150px) and (max-width:1400px) {
    /* .container-about {
        height: 23vw;
    } */

    /* .container-about>div>div>i {
        height: 10vw;
    } */

    .container-about>div>div {
        padding: 0 6vw 0;
    }
}


@media screen and (max-width:1150px) {
    /* .container-about {
        height: 23vw;
    } */

    .container-about>div>div {
        /* flex-direction: row;
        align-items: flex-start; */
    }

    .container-about>div>div>i {
        width: 1%;
        margin-top: 25px;
        /* height: 100%; */
        background-position: center;
    }

    .container-about>div>div {
        padding: 0 3vw 0;
    }

    .container-about>div>div>div {
        height: 100%;
        flex-grow: 1;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
    }

    .container-about>div>div>div>p {
        max-width: 80%;
        font-size: 16px;
    }

    .container-about>div>div>div>span {
        font-size: 16px;
        max-width: 80%;
        text-align: center;
        margin-bottom: .5vw;
    }
}


@media screen and (max-width:520px) {
    .container-about>div>div {
        padding: 0;
    }

    .container-about>div>div>i {
        transform: scale(90%) !important;
    }

    .container-about>div>div>div>span {
        font-size: 14px;
        margin: 4vw 0 .5vw;
    }

    .container-about>div>div>div>p {
        font-size: 14px;
    }
}

/*关于晴远end------------------------------------------------------------*/

/*品质管控---------------------------------------------------------------*/
.quality {
    max-height: 550px;
    padding-bottom: 93px;
    background: url(/html/images/quality-bg.jpg) no-repeat center;
    background-size: cover;
}

.quality>h1 {
    transition: all .2s;
    height: 160px;
    line-height: 200px;
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 36px;
}

.container-quality {
    max-width: 1400px;
    width: 95%;

}

.container-quality>div>div {
    box-sizing: border-box;

}

.zmbox {
    transition: all .4s;
}



.zm {
    height: 130px;
    width: 138px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s;
    transform: scale(1);
}

@media screen and (max-width:660px) {
    .zm {
        transform: scale(.7);
    }
}


.zm>img {
    transition: all .4s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}

.mark>.zm>img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.zm>div {
    transition: .4s all;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77px;
    height: 77px;
    box-sizing: border-box;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mark>.zm>div {
    border: 1px solid rgb(31, 167, 241);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.zmbox>p {
    width: 100%;
    text-align: right;
    color: white;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.zmbox::after {
    content: '';
    transition: all .2s;
    width: 140px;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50px;
    height: 77px;
    background: url(/html/images/line.png)no-repeat center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: contain;
    z-index: -1;
}

.zmbox.mark::after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.swiper-slide:last-of-type>.zmbox::after {
    display: none;
}

.zmbox.hide-line::after {
    display: none;
}

.quality-detail {
    width: 95%;
    transition: all .2s;
    border: 2px solid;
    max-width: 1400px;
    margin: 0 auto;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 35px 45px 35px;
    margin-top: 40px;
}

.quality-detail>ul {
    height: 65px;
    overflow: hidden;
}

.quality-detail li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 100%;
    max-height: 65px;
    display: none;
}

.quality-detail li.show {
    display: inline-block;
}

@media screen and (min-width:1400px) {
    .advantage>h1 {
        height: 160px;
        line-height: 200px;
        font-size: 36px;
    }
}

@media screen and (min-width:1100px) and (max-width:1400px) {
    .quality>h1 {
        height: 120px;
        line-height: 140px;
    }

    .quality>h1 {
        height: 120px;
        line-height: 140px;
    }

    .advantage>h1 {
        height: 120px;
        line-height: 140px;
        font-size: 36px;
    }

    .zm {
        transform: scale(80%);
    }

    .zmbox>p {
        text-align: center;
    }

    .zmbox::after {
        left: 50%;
        top: 45px;
    }

    .quality-detail {
        padding: 20px 25px 20px;
    }

    .quality {
        padding-bottom: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .quality>h1 {
        font-size: 30px;
        height: 100px;
        line-height: 120px;
    }

    .industry>h1 {
        font-size: 30px;
        height: 100px;
        line-height: 120px;
    }

    .advantage>h1 {
        font-size: 30px;
        height: 100px;
        line-height: 120px;
    }

    .zm {
        transform: scale(80%);
    }

    .zmbox::after {
        display: none;
    }


    .quality {
        padding-bottom: 40px;
    }

    .quality-detail {
        margin-top: 25px;
        padding: 20px 25px 20px;
    }

    .zmbox>p {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .quality>h1 {
        font-size: 26px;
        height: 60px;
        line-height: 70px;
    }

    .industry>h1 {
        font-size: 26px;
        height: 60px;
        line-height: 60px;
    }

    .advantage>h1 {
        font-size: 26px;
        height: 60px;
        line-height: 60px;
    }

    .zm>img {
        transform: scale(70%);
    }

    .zmbox::after {
        display: none;
    }

    .zmbox>p {
        font-size: 18px;
        text-align: center;
        max-width: 200px;
    }

    .quality {
        padding-bottom: 30px;
    }

    .quality-detail {
        margin-top: 15px;
        padding: 15px;
    }
}

/*品质管控end------------------------------------------------------------*/

/*企业优势---------------------------------------------------------------*/
.advantage>h1 {
    transition: all .2s;
    font-weight: normal;
    color: black;
    text-align: center;
}

.container-advantage {
    transition: all .2s;
    width: 95%;
    max-width: 1400px;
    padding-bottom: 93px !important;
    border-bottom: 1px solid rgb(230, 230, 230);
    --swiper-navigation-color: rgba(0, 0, 0, 0);
    --swiper-navigation-size: 32px;
}

.slide-advantage {
    padding: 26px;
    transition: all .2s;
    box-sizing: border-box;
}

.slide-advantage>div {
    width: 100%;
    max-width: 382px;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}

.slide-advantage:hover .img-border {
    left: 0;
    top: 0;
    background: rgb(30, 169, 238);
    border: none;
    opacity: .6;
}

.img-border {
    transition: all .4s;
    position: absolute;
    left: -26px;
    top: -26px;
    width: 100%;
    padding-top: 100%;
    border: 2px solid rgb(30, 169, 238);
    box-sizing: border-box;
}

.slide-advantage>div>a {
    width: 100%;
    padding-top: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-advantage>section {
    display: flex;
    flex-direction: column;
}

.slide-advantage>section>span {
    transition: all .2s;
    font-size: 18px;
    color: rgb(0, 118, 192);
}

.slide-advantage>section>p:last-of-type {
    font-size: 15px;
    transition: all .2s;
    color: #333333;
    line-height: 22px;
}

.slide-advantage>section>p:first-of-type {
    transition: all .2s;
    padding: 5px 0 13px;
    font-size: 18px;
}

.button-next-advantage {
    top: auto !important;
    bottom: 43px !important;
    height: 32px !important;
    width: 28px !important;
    right: 0 !important;
    transition: all .2s;
    background: url(/html/images/next.png) no-repeat;
}

.button-prev-advantage {
    top: auto !important;
    bottom: 43px !important;
    height: 32px !important;
    width: 28px !important;
    left: 0 !important;
    transition: all .2s;
    background: url(/html/images/prev.png) no-repeat;
}

@media screen and (min-width:640px) and (max-width:1024px) {
    .container-advantage {
        padding-bottom: 70px !important;
    }

    .slide-advantage>div {
        margin-bottom: 20px;
    }

    .slide-advantage {
        padding: 0;
    }

    .img-border {
        left: 0;
        top: 0;
        border: none;
        opacity: .6;
        background: rgb(30, 169, 238);
    }
}

@media screen and (max-width:640px) {
    .container-advantage {
        padding-bottom: 40px !important;
    }

    .slide-advantage>div {
        margin-bottom: 10px;
    }

    .slide-advantage {
        padding: 0;
    }

    .img-border {
        display: none;
    }

    .slide-advantage>section>span {
        font-size: 16px;
    }

    .slide-advantage>section>p:first-of-type {
        font-size: 16px;
        padding: 5px 0 5px;
    }

    .slide-advantage>section>p:last-of-type {
        font-size: 12px;
    }

    .button-prev-advantage {
        transform: scale(70%);
        bottom: 15px !important;
    }

    .button-next-advantage {
        transform: scale(70%);
        bottom: 15px !important;
    }
}

/*企业优势end------------------------------------------------------------*/
/*人力招募---------------------------------------------------------------*/
.recruit {
    width: 100%;
    transition: all .2s;
    padding: 62px 0 100px;
}

.recruit-box {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    min-height: 242px;
}

.recruit-box>a {
    padding: 50px 0 0 30px;
    position: relative;
    flex: 1;
    transition: all .7s;
    display: inline-block;
    color: rgba(255, 255, 255, .86);
}

.recruit-box>a>h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.recruit-box>a>span {
    font-size: 18px;
    margin-bottom: 50px;
    display: inline-block;
}

.recruit-box>a>p {
    opacity: 0;
    transition: all .5s;
    font-size: 14px;
}

.recruit-box>.focus>p {
    opacity: 1;
}


.recruit-box>a:nth-of-type(1) {
    min-width: 392px;
    background-color: rgb(35, 70, 95);
    background-size: cover;
    background-position: right center;
}

.recruit-box>a:nth-of-type(1).focus {
    background-image: url(/html/images/recruit-bg.jpg);
}

.recruit-box>a:nth-of-type(2) {
    min-width: 227px;
    background-color: rgb(31, 167, 241);
}

.recruit-box>a:nth-of-type(3) {
    min-width: 227px;
    background-color: rgb(0, 118, 192);
}

.recruit-box>.focus {
    flex-grow: 6.5;
}

.recruit-box>a>div {
    position: absolute;
    right: 50px;
    height: 64px;
    transition: all .5s;
    width: 64px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recruit-box>a>.location {
    background-image: url(/html/images/location.png);
}

.recruit-box>a>.forms {
    background-image: url(/html/images/forms.png);
}

.recruit-box>.focus>div {
    opacity: 0;
}

@media screen and (max-width:1280px) {
    .recruit {
        padding: 40px 0 80px;
    }

    .recruit-box>a:nth-of-type(1) {
        min-width: 300px;
    }

    .recruit-box>a:nth-of-type(2) {
        min-width: 170px;
    }

    .recruit-box>a:nth-of-type(3) {
        min-width: 170px;
    }

    .recruit-box>a>div {
        right: 50%;
        transform: translateX(50%);
    }
}

@media screen and (max-width:1024px) {
    .recruit {
        padding: 30px 0 40px;
    }

    .recruit-box>a>p {
        opacity: 1;
    }

    .recruit-box>a>div {
        opacity: 0;
    }

    .recruit-box {
        flex-direction: column;
    }

    .recruit-box>a {
        padding: 3%;
    }

    .recruit-box>a:nth-of-type(1) {
        min-width: 0;
    }
}

@media screen and (max-width:415px) {
    .recruit {
        padding: 20px 0 20px;
    }

    .recruit-box>a>h2 {
        font-size: 18px;
        margin-bottom: 2%;
    }

    .recruit-box>a>span {
        font-size: 16px;
        margin-bottom: 10%;
    }
}

/*人力招募end------------------------------------------------------------*/
@media screen and (max-width:1100px) {
    .nav {
        background: white !important;
    }

    .volume {
        height: 50px !important;
    }

    .nav>div>a {
        background-image: url(/html/images/logo.jpg) !important;
    }
}