*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
h3 {
    color: rgb(254,117,11);
    font-size: 30px;
    font-weight: 600;
}

.home_page {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;
    box-shadow: 100% 100% 100% 0 rgba(0,0,0,2);
}
.veil {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}   
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;   
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}  
.zhlg_frame {
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%,-50%);
    -moz-transform: translateX(-50%,-50%);
    -webkit-transform: translateX(-50%,-50%);
    -o-transform: translateX(-50%,-50%);
    transform: translate(-50%,-50%);
} 
.zhgl {
    margin: 0 0 4% 0;
}
.word_style {
    font-size: 3.5vw;
    font-weight: 550;
    color: rgb(255,255,255);
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    text-shadow: 0 0.05em 0.05em rgba(0,0,0,0.4);
    letter-spacing: 8px;
}
.word_styles {
    font-size: 1.56vw;
    color: #ffffff;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: 4px;
}
.know_more {
    margin-top: 4%;
}
.KnowMore {
    box-shadow: 0 0.1em 0.1em 0 rgba(0,0,0,0.3);
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #FE750B;
    border-radius: 6px;
}
.join_us {
    width: 70%;
    margin: auto;
    height: 100%;
    padding: 15vh 0;
}
.size_join_us {
    width: 55%;
}
.join_hs {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.join_ws {
    width: 85%;
    margin: auto;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 26px;
    font-size: 14px;
}
.join_ws_mark {
    position: relative;
}
.join_ws_mark::after {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FE750B;
}
.join_us_c {
    margin-top: 6vh;
}
.cooperate_phone {
    font-size: 24px;
    margin-top: 30px;
}
.enjoy_can {
    padding-top: 15vh;
    width: 70%;
    margin: auto;
}
.enjoy_swiper {
    width: 100%;
    margin-top: 10vh;
}
.enjoy_slid > div{
    width: 50%;
    background-color: #FE6D0D;
    float: left;
}
.enjoy_slid_right {
    height: 100%;
    position: relative;
}
.enjoy_ws {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%,-44%);
    -moz-transform: translateX(-50%,-44%);
    -webkit-transform: translateX(-50%,-44%);
    -o-transform: translateX(-50%,-44%);
    transform: translate(-50%,-44%);
}
#s3 {
    background-color: #fafafa;
}
.enjoy_wsl {
    width: 340px;
}
.enjoy_wsl img{
    width: 28px;
    margin-right: 15px;
}
.enjoy_wsl {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}
.enjoy_wst {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 300;
    width: 330px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: inherit;
    margin-top: 24px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background-color: #FE6D0D;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none;
}
.because_us {
    width: 50%;
    margin: auto;
    padding-top: 10vh;
}
.because_us .row .col-md-3 {
    height: 270px;
    background-size:100% 100%;  
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;
    box-shadow: 100% 100% 100% 0 rgba(0,0,0,2);
    padding: 0;
}
.because_ba {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: rgb(250,250,250);
    padding: 0 20px;;
}
.because_ba:hover {
    background-color: rgba(254,110,11,0.7);
}
.because_ba h4 {
    margin: 0;
    padding: 65px 0 6px 0;
    font-weight: lighter;
}
.because_ba div {
    width: 80%;
    margin: 0 10% 0 10%;
    border-top: 0.1em solid rgb(250,250,250);
}
.because_ba p {
    padding: 4% 0 0 0;
    font-size: 13px;
    font-weight: lighter;
    line-height: 24px;
}
.because_us .row {
    margin-top: 0;
}
.more_cost {
    text-align: center;
    color: rgb(254, 117, 11);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 50px;
    border-radius: 50px;
    border: 1px solid rgb(254, 117, 11);
}
.more_content_a {
    line-height: 42px; 
}
.more_cost:hover {
    text-align: center;
    color: rgb(254, 117, 11);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 50px;
    border-radius: 50px;
    border: 1px solid rgb(254, 117, 11);
}
.more_cost:focus {
    text-align: center;
    color: rgb(254, 117, 11);
    font-size: 14px;
    text-decoration: none;
    padding: 12px 50px;
    border-radius: 50px;
    border: 1px solid rgb(254, 117, 11);
}
.more_content {
    margin: 10px 0 0 0;
}
.arrow {
    margin: 8px 0 0 0;
    font-size: 2em;
    font-weight: bolder;
    color: rgb(254, 117, 11);
}
.more_content span {
    color: rgb(254, 117, 11);
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}
.minute {
    font-size: 16px;
    text-indent: 2em;
    line-height: 34px;
}
.minute::-webkit-scrollbar {
    display: none;
}
.classis_a {
    padding: 12vh 0 8vh 0;
    margin: auto;
    width: 63%;
    text-align: center;
}
.classis_a p {
    margin: 24px 0;
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: bold;
}
.classis_a > p > span {
    color: #FE6D0D;
}
.classis_a img {
    width: 60%;
}
#num_w {
    width: 100%;
}
.num_t {
    width: 100%;
    padding: 36px 10%;
}
.num_sty {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 4em;
    color: rgb(250,250,250);
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif,"Roboto", sans-serif;
}
.num_gram {
    font-size: 3.3em;
    color: rgb(250,250,250);
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.num_line {
    width: 30%;
    margin: 1em 35% 1em 35%;
    border-top: 0.1em solid rgb(250,250,250);
}
.num_stw {
    font-size: 1.6em;
    color: rgb(250,250,250);
    font-weight: lighter;
}
#news_center {
    padding: 3% 18%;
}
.new_t {
    width: 33.3%;
    padding: 2% 2% 0 2%;
}
@media (max-width: 1000px) {
    .new_t {
        float: left;
        width: 50%;
        padding: 2% 2% 2% 2%;
    }
}
@media (max-width: 768px) {
    .new_c {
        text-align: center;
    }
    .new_t {
        width: 100%;
        padding: 2% 2% 2% 2%;
    }
}
@media (max-width: 400px) {
    .new_t {
        width: 100%;
        padding: 2% 2% 2% 2%;
    }
}
.new_z {
    width: 100%;
    
}
.new_ta {
    border: 1px solid rgb(254, 117, 11);
}
.new_t > a:nth-of-type(1) {
    display: inline-block;
    font-size: 1.7em;
    text-decoration: none;
    margin: 3% 0 3% 0;
    color: #000000;
    transition-duration: 0.3s;
    max-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_t a:hover {
    color: rgb(254,117,11);    
} 
.new_t > a:nth-of-type(2) {
    margin: 1em 0;
    padding: 0 1.8em;
    text-align: center;
    height: 2.6em;
    line-height: 2.6em;
    font-size: 1.2em;
    color: rgb(254,117,11);  
}
.new_t > p {
    font-size: 12px;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.apply_f {
    width: 100%;
    padding: 40px 0;
    font-size: 500%; 
}
.apply_f h2{
    color: rgb(250,250,250);
    font-weight: 400;
}
.apply_f a {
    color: rgb(254,117,11); 
    margin: 1em 0;
}
.news-more {
    width: 100%;
    height: 20px;
}
.news-more > a {
    font-size: 14px;
    float: right;
    text-decoration:none;
    color:rgb(254,117,11);
    padding-right: 15px;
}
.banner-s > .swiper-wrapper > .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: auto;  /*overflow :auto 必须*/
}
