
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
.body_box{
    background: #232323;
    max-width: 100%;
    max-height: 100%;
}

html{
    /* height: 100%; */
}
.body-con{
    /* display: flex; */
    /* height: 100%; */
    /* flex-direction:column; */
}
#header{
    /* width: 100%;
    flex: 0 0 auto;  */
} 
#e_home_contain{
    display: flex;
    flex-direction:column;
    min-height: 100vh;
    width: 100%; 
}

.e_home_con{ width: 100%; 
    flex: 1 0 auto; }
#footer { 
    width: 100%;  flex: 0 0 auto;
}
/* e_desc_wrap */
.e_desc_wrap{
    background: #232323;
    padding:70px 0;
    text-align: center;
}
.e_desc_wrap p{
    font-size: 14px;
font-family: PingFangHK-Regular, PingFangHK;
font-weight: 400;
color: #FFFFFF;
line-height: 31px;
text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
margin-bottom: 37px;
}
.learnBtn a{
    font-size: 14px;
font-family: PingFangHK-Regular, PingFangHK;
font-weight: 400;
color: #232323;
line-height: 40px;
width: 132px;
height: 40px;
background: #FF9312;
border-radius: 20px;
display: inline-block;
}
/* e_case_wrap */
.e_case_wrap{
    background: #575756;
}
.title_2{
    text-align: center;
    font-size: 32px;
font-family: OpenSansRoman-ExtraBold, OpenSansRoman;
font-weight: 800;
color: #6C6A68;
line-height: 43px;
margin-bottom: 70px;
}
.white_title_2{
    color:#fff;
}
.title_2 span{
    font-size: 32px;
    font-family: OpenSansRoman-ExtraBold, OpenSansRoman;
    font-weight: 800;
    color: #FF9312;
    line-height: 43px;
}
.under_line{
    width: 105px;
/* height: 2px; */
border: 2px solid #FF9312;
margin: 10px auto 0;
}
.itemCont{
    position: relative;
    cursor: pointer;
    padding-bottom: 58%;
    overflow: hidden;
}
.itemCont img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.itemTxt{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.2);
}
.itemTxt h3{
    font-size: 28px;
font-family: PingFangHK-Regular, PingFangHK;
font-weight: 400;
color: #FFFFFF;
line-height: 40px;
}
.noRow{
    margin-right: 0;
    margin-left: 0;
}
.noPadding{
    padding-right: 0;
    padding-left: 0;
}

/* e_clients_wrap */
.e_clients_wrap{
    background: #232323;
    margin-bottom: 80px;
    margin-top:60px;
}
.e_clients_wrap .swiper-container{
    height: 150px;
}
@media (min-width:1800px) {
    .e_clients_wrap .swiper-container{
        height: 200px !important;
    }
    .swiper-button-prev.prev2,.swiper-button-next.next2{
        bottom: 130px !important;
    }
}
.e_clients_wrap .swiper-pagination{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 7.5px;
    background: #fff;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background: #FF9312;
}

.swiper-button-next.next1, .swiper-button-prev.prev1 {
    width: 80px;
}
.swiper-button-next.next1 .img-btn, .swiper-button-prev.prev1 .img-btn{
    min-width: 50px;
}
.swiper-button-next.next1::after,.swiper-button-prev.prev1::after{
    display: none;
}

.swiper-button-next.next2, .swiper-button-prev.prev2 {
    width: 40px;
}
.swiper-button-next.next2 .img-btn, .swiper-button-prev.prev2 .img-btn{
    min-width: 30px;
}
.swiper-button-next.next2::after,.swiper-button-prev.prev2::after{
    display: none;
}

.swiper-button-next.next2{
    right: -40px;
    z-index: 1000;
    bottom: 105px;
    top: auto;
}
.swiper-button-prev.prev2{
    left: -40px;
    z-index: 1000; 
    bottom: 105px;
    top: auto;
}

/*  */
.e_banner_wrap .swiper-wrapper,.swiper-container2 .swiper-wrapper{
z-index: 0;
}
.e_clients_wrap .swiper-container {
    /* height: 185px;
    padding-bottom: 30px; */
}
.swiper-pagination1-con{
    margin-top: 30px;
    display: block;
    position: relative;
}
.swiper-pagination2-con,.swiper_btn_group2{
    display: block;
    position: relative;
}

.swiper-pagination{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination2{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet{
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: rgba(255,255,255,1) !important;
    /* background-color: rgba(255,236,0,0.6) !important; */
    margin-top: 0 !important;
}
.swiper-pagination-bullet-active{
    /* background-color: #fff !important; */
    background-color: #FF9312 !important;
    position: relative;
    margin-top: 0 !important;
    width: 14px !important;
    height: 14px !important;
}

.swiper-pagination-bullet-active::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: rgba(0,0,0,0) !important;
    border: 1px solid #fff;
}
/*  */
.e_banner_wrap .scale_img{
    position: relative;
}
.e_banner_wrap .banner-con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.e_banner_wrap .banner-con .banner-txt{
    font-size: 44px;
    font-family: OpenSansRoman-ExtraBold, OpenSansRoman;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 62px;
    border-left: 13px solid #FF9312;
    padding-left: 20px;
}
.e_banner_wrap .banner-con .banner-txt-en{
    font-family: Barlow-SemiBold;
}
#header {
    height: 150px;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background: none !important; */
}
.header-con {
    background: none !important;
}
#header.home_header_bg{
    background: #232323 !important;
}
#header.home_header_bg .header-con2{
    background: #232323 !important;
}




.pro_cont {
    margin-bottom: 30px;
}
.project_item {
    background: #FFFFFF;
    box-shadow: 0px 5px 17px 0px rgb(173 173 173 / 50%);
    border-radius: 4px;
    padding: 15px 20px 30px;
}
.project_item {
    margin-bottom: 20px;
}
.pro_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
    cursor: pointer;
}
.pro_img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.project_item h2 {
    font-size: 24px;
    font-family: OpenSansRoman-Bold, OpenSansRoman;;
    font-weight: normal;
    color: #444342;
    line-height: 28px;
    margin-top: 15px;
    font-weight: bold;
    max-height: 60px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.project_item h2 {
    font-weight: bold;
    font-size: 21px;
    height: 30px;
    overflow: hidden;
}
.e_case_wrap{
    padding:60px 60px 60px;
    background: #fff;
}
/* .case_cont_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.learn_btn a{
    font-size: 16px;
font-family: OpenSansRoman-Bold, OpenSansRoman;
font-weight: bold;
color: #FF9312;
line-height: 22px;

}
.learn_btn{
    margin-top:10px;
    text-align: center;
}

@media (max-width: 1440px){
    .project_item h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width:1400px){
    .swiper-button-next.next2{
        bottom: 95px;
    }
    .swiper-button-prev.prev2{
        bottom: 95px;
    }
}


@media (min-width:1200px){
    .e-container{
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .e-container{
        max-width: 65%;
        width: 65%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width:1200px){
    .col-md-4{
        -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
    .case_cont_list .row{
        justify-content: space-between;
    }
}
@media (max-width:992px){

    /* .case_cont_list .row>div{
        width: 50%;
    } */
    .e_banner_wrap .banner-con .banner-txt {
        font-size: 20px;
        font-family: PingFangHK-Semibold, PingFangHK;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
        border-left: 6px solid #FF9312;
        padding-left: 10px;
    }
    .swiper-button-next.next2{
        bottom: 112px;
    }
    .swiper-button-prev.prev2{
        bottom: 112px;
    }

}
@media (max-width:768px){
    .swiper-button-next.next2,.swiper-button-prev.prev2{
        display: none;
    }
    .itemTxt h3 {
        font-size: 18px;
    }
    .e_clients_wrap .swiper-container {
        height: 95px;
    }
    .swiper-pagination1-con .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3.5px !important;
    }
    .swiper-pagination1-con .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }
    .swiper-pagination1-con .swiper-pagination-bullet-active::after {
        width: 12px !important;
        height: 12px !important;
    }
    .e_case_wrap{
        padding:40px 15px;
    }
    .title_2{
        margin-bottom: 30px;
    }
    .e_clients_wrap{
        margin:40px 0 60px;
    }
    .title_2,.title_2 span{
        font-size: 26px;
        line-height: 36px;
    }

}

@media (max-width:568px){
    .swiper-pagination2-con .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0px 3.5px;
    }
    .swiper-pagination2-con .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }
    .swiper-pagination2-con .swiper-pagination-bullet-active::after {
        width: 12px !important;
        height: 12px !important;
    }
.e_banner_wrap .banner-con .banner-txt {
    font-size: 20px;
    border-left: 4px solid #FF9312;
    padding-left: 6px;
}

.swiper-button-next.next1, .swiper-button-prev.prev1 {
    width: 15px;
}
.swiper-button-next.next1 .img-btn, .swiper-button-prev.prev1 .img-btn{
    min-width: 30px;
}
.e_banner_wrap .banner-con {
    top: 49%;
    padding-left: 0px;
}
}
@media (min-width:2000px){
    .case_cont_list .itemCont img{
        width: 100%;
    }
    .e_clients_wrap .swiper-container {
        height: 285px;
    }
    .swiper-button-next.next2 {
        bottom: 185px;
        right: -80px;
        width: 80px;
    }
    .swiper-button-prev.prev2 {
        bottom: 185px;
        left: -80px;
        width: 80px;
    }
    .swiper-button-next.next1 .img-btn, .swiper-button-prev.prev1 .img-btn {
        min-width: 5rem;
    }
    .swiper-button-next.next2 .img-btn, .swiper-button-prev.prev2 .img-btn {
        min-width: 3rem;
    }

    .e_desc_wrap p {
        font-size: 1.4rem;
        line-height: 3rem;
        text-shadow: 0px 0px 0.6rem rgb(0 0 0 / 50%);
        margin-bottom: 3.7rem;
    }
    .learnBtn a {
        font-size: 1.4rem;
        line-height: 4rem;
        width: 13.2rem;
        height: 4rem;
        border-radius: 2rem;
    }
    .title_2 span {
        font-size: 3.1rem;
        line-height: 4.4rem;
        padding-bottom: 0.7rem;
        /* border-bottom: 0.2rem solid #FF9312; */
    }
    .itemTxt h3 {
        font-size: 2.8rem;
        line-height: 4rem;
    }
    .e_desc_wrap{
        padding: 7rem 0;
    }
    .title_2 {
        padding: 3.5rem 0 4rem;
    }
    .e_clients_wrap {
        margin-bottom: 8rem;
    }

    .e_banner_wrap .banner-con .banner-txt {
        font-size: 4.4rem;
        line-height: 6.2rem;
        border-left: 1.3rem solid #FF9312;
        padding-left: 2rem;
    }

    .swiper-pagination-bullet-active {
        width: 1.4rem !important;
        height: 1.4rem !important;
    }
    .swiper-pagination-bullet-active::after {
        width: 2rem !important;
        height: 2rem !important;
        border: 0.1rem solid #fff;
    }
    .swiper-pagination-bullet {
        width: 1.6rem !important;
        height: 1.6rem !important;
    }
    .swiper-pagination2 {
        margin-top: -1rem !important;
    }
    .swiper-pagination-bullet {
        margin: 0 0.75rem;
    }
}