<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,
body,
.job_wrap{
    width: 100%;
    overflow-x: hidden;
}
.page_header .header_bg {
   
    background-size:100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.page_header{
    height: 115vh;
}
/*.page_header:before{
    content: '';
    z-index: 0;
    position: absolute;
    display: block;
    background: none;
}*/
/* .page_header:after{
    background: none;
} */
h3:after{
    background: none;
}
.job_wrap *{
    padding: 0;
    margin: 0;
}
.job_section{
    position: relative;
      width: 100%;
    background-size:100% 100%;
}
.job_text{
    padding-bottom: 260px;
}
.center_box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 10px;
}
.job_imgs{
    width: 100%;
    margin: 80px 0;
    height: 140px;
    padding: 0 40px;
}
.job_text .title {
    font-size: 22px;
    color: #ecb361;
    margin: 40px auto 30px;
}
.job_text .text{
    color: #888;
    font-size: 16px;
    line-height: 32px;

}
.job_text .desc{
    text-indent: 32px;
}

.page_header .title {
    padding-top: 420px;
}

.page_header {
    position: relative;
    width: 100%;
}

    .page_header::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 0;
        top: 0;
    }

    .page_header::after {
        content: '';
        display: block;
        width: 0%;
        height: 0%;
        position: absolute;
        left: 100%;
        transform: translate(-100%);
        bottom: 0;
        border-top-width: 150px;
        border-bottom-width: 150px;
        border-left-width: 240px;
        border-right-width: 240px;
        border-style: solid;
        border-color: transparent #e0e0e0 #e0e0e0 transparent;
    }
    @media(max-width:1200px){
        .page_header::after {
            border-top-width: 148px;
            border-bottom-width: 148px;
            border-left-width: 148px;
            border-right-width: 148px;
        }
       
    }
@media (max-width: 768px) {
    .page_header {
        height: 100vh;
    }
}
.page_header {
    height: 110vh;
}
@media (max-width: 768px){
    /*.owl-item.cloned, .owl-item {
        width: 180px !important;
    }
        .owl-item.cloned, .owl-item {
            margin-right: 22px !important;
        }*/
        .page_header {
            height: 100vh;
        }
        .page_header .title {
            padding-top: 320px;
        }
        .page_header::after {
            content: '';
            display: block;
            width: 0%;
            height: 0%;
            position: absolute;
            left: 100%;
            transform: translate(-100%);
            bottom: 0;
            border-top-width: 100px;
            border-bottom-width: 100px;
            border-left-width: 130px;
            border-right-width: 130px;
            border-style: solid;
            border-color: transparent #e0e0e0 #e0e0e0 transparent;
        }
    .page_header .header_bg,
    .job_section{
        background-size: cover;
    }
    .center_box{
        width: 100%;
        padding: 30px 36px;
    }
    .job_imgs{
        margin:20px 0;
    }
    .job_text{
        padding-bottom: 0;
    }
    .job_text .title{
        margin: 25px auto 15px;
    }
    .job_text .text{
        font-size: 14px;
        line-height: 28px;
    }
    .title-box .text{
        font-size: 14px;
    }
    .title-box .title{
        font-size: 20px;
    }
}
.honor .owl-carousel div .owl_conter{
    height: 120px;
}
.honor .owl-carousel {
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
    position: relative;
    z-index: 11;
}
.honor .owl-carousel div .owl_conter .owl_text {
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}
.owl-nav button:nth-child(1) {
    position: absolute;
    top: 50%;    
    transform: translateY(-50%);
    left: -50px;
}
.owl-nav button:nth-child(2) {
    position: absolute;
    top: 50%;    
    transform: translateY(-50%);
    right: -50px;
}
.owl-carousel .owl-nav.disabled{
    display: block;
}
.owl_text img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.owl_text_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(153, 153, 153, 0.8);
    font-size: 18px;
    text-align: center;
    line-height: 120px;
    color: #fff;
}
.owl_text_mask_back {
    background: -webkit-linear-gradient(left, rgba(205, 151, 116,0.8), rgba(181,121, 75,0.8)) !important;
}
.page_header:after{
    background: 0;
}

 .owl-nav .owl-prev{
    font-size: 48px !important;
    color: #676767 !important;    
    outline: none;
} 
.owl-nav .owl-next{
   font-size: 48px !important;
   color: #676767 !important;
   outline: none;
} 
.job_text &gt; div:nth-child(1){
    display:block;
}
.job_text &gt; div{
   width:1080px; margin:0 auto;
}

@media (max-width: 480px) {
    .page_header {
        height: 50vh;
    }

        .page_header .title {
            padding-top: 50px;
        }

            .page_header .title h1 {
                font-size: 26px;
            }

        .page_header::after {
            content: '';
            display: block;
            width: 0%;
            height: 0%;
            position: absolute;
            left: 100%;
            transform: translate(-100%);
            bottom: 0;
            border-top-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-right-width: 0px;
            border-style: solid;
            border-color: transparent #e0e0e0 #e0e0e0 transparent;
        }
    .z-foot .t {
        padding: 10px;
    }

    .page_header .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

        .page_header .title h1 {
            margin-top: 60px;
        }
}

/* 2019/02/18 750鍙婁互涓嬬Щ鍔ㄧ璁惧灞忓箷瀹藉害Css閫傞厤 */
@media (max-device-width: 750px){
    .page_header .title{
        padding-top: 190px !important;
    }

    .page_header{
        height: 210px !important;
    }
    
    .header_bg{
        background: url("../../img/mJobBanner.jpg") no-repeat center !important;
        background-size: cover !important;
    }

    .center_box{
        padding: 20px !important;
    }

    .job_text &gt; div{
        width: auto !important;
    }

    .job_text &gt; div span{
        display: block !important;
        line-height: 28px !important;
        /* text-indent: 30px; */
    }


    .job_imgs{
        padding: 0 50px !important;
    }

    .job_text p{
        line-height: 28px !important;
        /* text-indent: 30px; */
    }

    .job_text p img{
        width: 100%;
        /* margin-left: -30px !important; */
    }

    .job_text &gt; div span img{
        /* margin-left: -30px !important; */
        width: 100%;
    }
}</pre></body></html>