html,
body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.container {
    max-width: 1360px !important;
}

a:hover{
    text-decoration: none !important;
}

/*主导航*/
#mainMenu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all .2s;
}

.sencondMainMenu{
    position: fixed;
    left: 0px;
    top: 0px;
    min-height: 300px;
    background: linear-gradient(to right ,#00857c 0%, #0053a2 100%);
    opacity: 0.85;
    width: 100%;
    z-index: 998;
    backdrop-filter: blur(10px);
}

.sencondMainMenu .close{
    color: #fff;
    position: fixed;
    right: 50px;
    top: 90px;
}

#mainMenu .container{
    padding: 1rem 0px ;
    transition: all .2s;
}

div.miniMainMenu{
    background-color: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}

div.miniMainMenu .container{
    padding: .5rem 0px !important;
}

#mainMenu a{
    color: #fff;
}

#mainMenu .mainLink{
    font-size: 1.3rem;
}

#mainMenu li .icon-jiantou{
    display: none;
}

div.miniMainMenu a{
    color: #000 !important;
}

div.miniMainMenu .secondMenu a{
    color: #fff !important;
}

#mainMenu .logo{
    background-image: url(logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;
    width: 150px;
    height: 44px;
    transition: all .2s;
}

div.miniMainMenu a.logo{
    background-image: url(logo2.svg) !important;
    transform: scale(.9,.9) !important;
}

#mainMenu li{
    list-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0px;
    font-size: 1.1rem;
    position: relative;
}

#mainMenu li>a:hover{
    transition: all .2s;
    color: var(--lightGreen);
}

#mainMenu li.active>a{
    color: var(--lightGreen);
    font-weight: bold !important;
}

/* #mainMenu li.active::after{
    content: '';
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
} */

#mainMenu .secondMenu{
    opacity: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to left,rgba(207, 209, 26, 0.5) 0%, rgba(207,209,26,1) 50%);
    backdrop-filter: blur(10px);
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 1rem 2rem;
    top: 2rem;
    left: 0rem;
    width: 180px;
    transition: all .2s;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
    pointer-events: none;
}

#mainMenu .secondMenu a{
    color: #000 !important;
}

#mainMenu .secondMenu a:hover{
    font-weight: bold !important;
    color: #000;
}

#mainMenu li:hover .secondMenu{
    opacity: 1;
    left:.5rem ;
    z-index: 99;
    pointer-events:all
}

#mainMenu .secondMenu a{
    display: block;
    transition: all .2s;
}

#mainMenu .secondMenu a:hover{
    color: var(--lightGreen);
}

#mainMenu  a:hover{
    text-decoration: none;
}

#mainMenu .mainTools{
    gap: 1rem;
    border-left: 1px solid #8E8E8E;
    padding-left: 2rem;
    height: 1rem;
}

#mainMenu .mainTools .iconfont{
    font-size: 1.2rem;
    font-weight: bold;
}

div.miniMainMenu .mainTools .iconfont{
    color: var(--greenColor) !important;
}

#mainMenu .mainTools span{
    font-size: 1rem;
}

#mainMenu .dropdown a.dropdown-item{
    color: var(--greenColor);
}

div.miniMainMenu .mainTools .dropdown a.dropdown-item{
    color: var(--greenColor) !important;
}

#mainMenuMobile{
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 50%;
    max-width: 400px;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    background: linear-gradient(to left,#00857c 0%, #0053a2 100%);
}

.mobileTop{
    color: #fff;
}

.mobileTop i{
    font-size: 1.6rem;
}

.mobileMenu {
    padding-bottom: 2rem;
    display: none;
}

.mobileMenu li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    position: relative;
    width: 100%;
    padding-left: 1rem;
}

.mobileMenu li i.icon-jiantou{
    position: absolute;
    right: .3rem;
    color: var(--lightGreen);
    top: 1rem;
    transform:rotate(90deg);
}

.mobileMenu li a{
    color: #fff;
}

.mobileMenu .secondMenu{
    display: none;
    flex-direction: column;
}

.mobileMenu .secondMenu.show{
    display: flex;
}

.mobileMenu li a.mainLink{
    color:#fff;
    font-size: 1.2rem;
}


.mobileMenu li div{
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 1rem !important;
}














:root{
    --lightGreen:#CFD11A;
    --greenColor:#00857C;
    --greyColor:#6F7070;
}

.homeSwiper {
    height: 100vh;
    position: relative;
}

.homeSwiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
}

.homeSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 40%;
    z-index: 9;
    background: linear-gradient(to left, rgba(0, 125, 162, 0) 0%, rgba(0, 113, 133, 1) 47.78%, rgba(27, 77, 124, 1) 100%);
}

.homeSwiper .swiper-slide img.lbImg {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}

.homeSwiper .swiper-slide .swiperText {
    color: #fff;
    position: relative;
    z-index: 99;
    margin-bottom: 7rem;
}

.homeSwiper .swiper-slide h6 {
    font-size: .9rem;
    font-weight: 500;
    color: #C3DFE0;
    display: flex;
    align-content: center;
    gap: 10px;
}

.homeSwiper .swiper-slide h1 {
    font-weight: 300;
    font-size: 4rem;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.homeSwiper .swiper-slide a {
    background-color: var(--lightGreen);
    color: #fff;
    padding: .7rem 2.5rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: .5rem;
    float: left;
}

.homeSwiper .swiper-slide a i {
    font-size: 1.5rem;
}

.homeSwiper .swiper-slide a:hover{
    padding: .5rem 3rem;
}

.homeSwiper .swiperNum{
    display: none;
    position: absolute;
    /* display: flex; */
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    width: 1360px;
    z-index: 999;
    color: #fff;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .9rem;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.homeSwiper .swiperNum .swiperTime{
    height: 3px;
    background-color: rgb(255, 255, 255,0.4);
    width: 150px;
    position: relative;
}

.homeSwiper .swiperNum .swiperTime span{
    content: "";
    width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    background-color: #fff;
}

.homeSwiper .swiperAnimate{
    animation: swiper 3100ms linear;
}

@-webkit-keyframes swiper{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
} 

.homeBox01{
    background: url(img01.jpg) no-repeat top center;
    background-size: 100% 100%;
    min-height: 270px;
}

.homeBox01 a:hover{
    background-color: #fff;
    color:var(--greenColor) !important;
}

.link01{
    border: 2px solid;
    transition: all .2s;
    display: inline-block;
}

a:hover.link01{
    background-color: var(--greenColor);
    color: #fff !important;
}

.borderWhite{
    border-color: #fff;
}

.borderGreen{
    border-color: var(--greenColor);
}

.bgGreen{
    background-color: var(--greenColor);
    border-color: var(--greenColor);
}

.homeBox02 .box{
    border: 1px solid #E4E4E4;
    min-height: 290px;
    border-bottom-right-radius: 40px;
    transition: all .2s;
}

.homeBox02 .box:hover{
    background-color: #F3F9F9;
}

.homeBox02 .box i{
    color: var(--greenColor);
}

.homeBox02 .box h5,.homeBox02 .box span{
    color: #000;
}

.textGreen{
    color: var(--greenColor);
}

.textGreen02{
    color: var(--lightGreen);
}

.homeBox03{
    margin-bottom: 8rem;
}

.homeBox03 .list{
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
    transition: all .1s;
    color: #000;
}

.homeBox03 .list.on{
    color: var(--greenColor);
    border-bottom: 1px solid var(--greenColor);
}

.homeBox03 .imgs{
    border-top-right-radius: 47px;
    overflow: hidden;
}

.homeBox03 .imgs img{
    display: none;
}

.homeBox03 .imgs img.show{
    display: inline-block;
}

.homeBox03 .listIntro{
    position: absolute;
    width: 300px;
    left: 0px;
    background: linear-gradient(to left,rgba(255, 255, 255, 0.7) 0%, rgba(255,255,255,1) 50%);
    bottom: -30px;
    border-top-right-radius: 4rem;
    min-height: 300px;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04);;
}

.homeBox03 .listIntro div{
    display: none;
}

.homeBox03 .listIntro div.show{
    display: block;
}

.homeBox03 .listIntro div a{
    border-bottom: 2px solid var(--greenColor);
    color: #000;
}

.homeBox04{
    background: url(img06.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.homeBox04 .teamList{
    border-top-right-radius: 40px;
    overflow: hidden;
}

.homeBox04 .teamList a{
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid var(--lightGreen);
}

.homeBox05{
    background: url(img07.png) no-repeat top right;
    min-height: 360px;
}

.homeBox06 .newsList div{
    position: relative;
}

.homeBox06 .newsList div span{
    background-color: var(--greenColor);
    color: #fff;
    display: inline-block;
    text-align: center;
    bottom: 0px;
    left: 0px;
    position: absolute;
    font-size: .9rem;
}

.homeBox06 .newsList h5{
    color: var(--greyColor);
    font-weight: normal;
}

.homeBox06 .newsList i{
    color: var(--greyColor);;
}

.swiper-pagination-bullet{
    border-radius: 0px !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #EBEBEB !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background-color: var(--greenColor) !important;
}

.homeBox07{
    background: url(img08.png) no-repeat top right;
    background-color: #F7F7F7;
    min-height: 300px;
}

.homeBox07 span{
    color: var(--greyColor);
    font-size: .9rem;
}

.feedBack{
    border: 1px solid #CFD2D7;
    background-color: #fff;
}

.feedBack label{
    color: var(--greenColor);
    font-size: 1.4rem;
    width: 50px;
    margin-bottom: 0px;
}

.feedBack input{
    flex: 1;
    border: 0px;
}

.feedBack input:focus {
    outline: none;
  }

.feedBack button{
    border: 0px;
    background-color: var(--greenColor);
    color: #fff;
    margin-bottom: 0px;
    height: 40px;
    width: 45px;
    text-align: center;
}

.foot{
    background-color: var(--greenColor);
    margin-top: 4rem;
    color: #fff;
}

.footInfo{
    background-color: rgba(0,0,0,0.2);
}

.footInfo a{
    color: #fff;
}

.footInfo a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footInfo span{
    opacity: .8;
}

.banner{
    height: 50vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.banner::after{
    content: '';
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left ,rgba(0, 125, 162, 0) 0%, rgba(0, 113, 133, 0.97) 47.78%, rgba(27, 77, 124, 0.9) 100%);
}

.banner .container{
    position: relative;
    z-index: 99;
}


.colorGreen{
    color: var(--greenColor);
}

.pageImg p{
    padding: 0px;
    margin: 0px;
}

.pageImg img{
    width: 100%;
}

a.linkLine{
    border-bottom: 2px solid var(--greenColor);
    padding-bottom: .8rem;
    color: #000;
}

.pageCompany01{
    background-image: url(img07.jpg);
    background-position: center;
    height: 580px;
    color: #fff;
}

.pageCompany01 .pageText{
    background-image: url(img09.png);
    background-size: 100% 100%;
    height: 580px;
    width: 55%;
    padding-left: 5%;
}

.pageCompany03{
    background: linear-gradient(to right,#00857c 20%, #0053a2 100%);
    color: #fff;
    overflow: hidden;
    padding-top: 40px;
}

.pageCompany03 .logoList{
    margin-top: 8rem;
}

.pageCompany04{
    background-color: #C3DFE0;
}

.pageSearch{
    backdrop-filter: blur(10px);
    margin: 0px auto;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    position: relative;
    z-index: 99;
}

.pageSearch form{
    width: 95%;
    gap: .5rem;
}

.pageSearch input{
    border-radius: 50px;
    border: 1px solid #CFD2D7;
    padding: .5rem 1rem;
    flex: 1;
}

.pageSearch button{
    border-radius: 50px;
    border: 1px solid var(--greenColor);
    padding: .5rem 1rem;
    background-color: var(--greenColor);
    color: #fff;
}

.pageNews .row {
    border: 1px solid #D8D8D8;
    border-top-right-radius: 3rem;
    transition: all .2s;
}

.pageNews .row:hover{
    background-color: #F2F8F8;
}

.pageNews .row a{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: var(--greenColor);
    color: #fff;
    padding: .5rem 1rem;
    transition: all .2s;
}

.pageNews .row:hover a{
    padding: .5rem 1.5rem;
}

.pageNews img{
    height: 260px;
}

.active .page-link{
    font-size: 1.2rem;
    background-color: var(--greenColor) !important;
    color: #fff !important;
}

.page-link{
    font-size: 1.2rem !important;
    color: #5C5C5C !important;
}

.page-item.active .page-link{
    border: 1px solid var(--greenColor) !important;
}

.pageDetailBanner{
    background: linear-gradient(to right,#00857c 20%, #0053a2 100%);
    height: 85px;
}

.pageNav a{
    color: var(--greenColor);
}

.newsTools{
    border-bottom: 1px solid #DDDFE2;
}

.newsTools a{
    color: #000;
}

a.aHoverLine{
    color: var(--greenColor);
    position: relative; /* 设置链接为相对定位 */
}

a.aHoverLine:hover{
    color: var(--greenColor);
}

a.aHoverLine::after {
    content: ""; /* 为链接添加一个伪元素 */
    display: block; /* 设置伪元素为块级元素 */
    position: absolute; /* 设置伪元素为绝对定位 */
    left: 0; /* 将伪元素定位在链接的左侧 */
    bottom: -8px; /* 将伪元素定位在链接的下方，并略微下移一些像素，使其不会与链接文字重叠 */
    width: 0; /* 将伪元素的宽度设置为0 */
    height: 3px; /* 设置伪元素的高度为2px，即下划线的高度 */
    background-color: var(--greenColor); /* 设置伪元素的背景色为链接文字的颜色 */
    transition: width 0.3s ease-in-out; /* 设置过渡属性，使伪元素的宽度在0.3秒内从0变为100% */
  }
  
  a.aHoverLine:hover::after {
    width: 100%; /* 鼠标悬停时，将伪元素的宽度设置为100%，即将下划线展开到链接的整个宽度 */
  }

  a.aActive{
    color: var(--greenColor) !important;
  }

  a.aActive::after {
    width: 100% !important; /* 鼠标悬停时，将伪元素的宽度设置为100%，即将下划线展开到链接的整个宽度 */
  }

  .newsCon{
    font-size: 1.2rem;
  }

  .newsCon a{
    color: var(--greenColor);
  }

  .newsCon a:hover{
    color: var(--greenColor);
    text-decoration: underline !important;
  }

  .newsCon img{
    max-width: 100%;
  }

  div.bdsharebuttonbox a{
    background: url() !important;
    padding-left: 0px !important;
    float: none !important;
    margin: 0px !important;
    display: block;
    font-size: 2rem;
    height: 3rem;
    line-height: 2rem;
    color: var(--color-deepBlue-color);
}


.pageTable table tr td{
    padding: .5rem 2rem .5rem 0px;
}

.pageTable table tr.firstRow td::before{
    display: none;
}

/* .pageTable table tr td::before{
    content: "\e605";
    box-sizing: border-box;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: var(--greenColor);
} */

.pageTable table tr td p{
    margin: 0px;
}

.jobsInfo{
    background-color: #E7EBEE;
}

.jobsList{
    border: 1px solid #E5E6E7;
    transition: all .2s;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05)
}

.jobsList:hover{
    border-left: 4px solid var(--greenColor);
}

.jobsRight{
    background-color: #F7F9F9;
}

.jobsRight a{
    color: var(--greenColor);
}

.jobsIntro strong{
    font-size: 1.2rem;
}

.classBox{
    height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:  center;
    position: relative;
    transition: all .2s;
}

.classBox::after{
    content: "";
    position: absolute;
    transition: all .2s;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity:1 ;
    background: linear-gradient(130deg, rgba(0, 125, 162, 0.23) 0%, rgba(0, 113, 133, 0.97) 56.28%, rgba(27, 77, 124, 0.9) 100%);
}

.classBox:hover{
    background-size: 110% auto;
}

.classBox:hover::after{
    opacity: .9;
}

.c01{
    background-image: url(img10.jpg);
}

.c02{
    background-image: url(img11.jpg);
}

.c03{
    background-image: url(img12.jpg);
}

.classBox>div{
    position: relative;
    z-index: 9;
    transition: all .2s;
    transform: translateY(60px);
}

.classBox:hover>div{
    transform: translateY(0px);
}

.classBox>div>h1 i{
    color: var(--lightGreen);
    font-size: 2rem;
}

.classBox div ul{
    min-height: 160px;
    transition: all .2s;
    opacity: 0;
}

.classBox:hover div ul{
    opacity: 1;
}

.classBox div ul a{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.classBox span{
    min-height: 63px;
}

.img13{
    background: url(img13.jpg);
    background-size: 100% auto;
    background-position: center;
}

.img14{
    background: url(img14.jpg);
    background-size: 100% auto;
    background-position: center;
}

.cpQueryList div{
    border: 1px solid #DADADA;
    flex-grow: 1;
}

.cpQueryList div img{
    width: 100%;
}

.cpQueryList div ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.cpQueryList div ul li{
    width: 50%;
}

.cpQueryList div ul li::before{
    content: "\e605";
    box-sizing: border-box;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: var(--greenColor);
    margin-right: 0.5rem;
}

.bgColor01{
    background: #f2f8f8;
}

.b01{
    background-image: url(b01.jpg) !important;
}
.b02{
    background-image: url(b02.jpg) !important;
}

.b03{
    background-image: url(b03.jpg) !important;
}
.b04{
    background-image: url(b04.jpg) !important;
}
.b05{
    background-image: url(b05.jpg) !important;
}
.b06{
    background-image: url(b06.jpg) !important;
}

.navs b{
    color: #5C5C5C;
}

.pageMenu{
    background-color: rgba(243,249,249,.9);
    transform: translateY(-35px);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 99;
    display: flex;
    justify-content:space-around;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;

}

.pageMenu a{
    color: #000;
    font-size: 1.3rem;
}

.footMenu li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footMenu li a{
    color: #fff;
}

.footMenu .secondMenu{
    display: flex;
    flex-direction: column;
}

.expCMenu>.secondMenu{
    display: none;
}

.expCMenu>.dropmenu0_b{
    display: none;
}

.expCMenu .secondMenu{
    margin-top: 0px !important;
}

.footInfo .dropdown-menu a{
    color: var(--greenColor);
}

.jobList ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.jobList ul li{
    width: 20%;
}

.jobListTitle{
    font-weight: bold;
    padding: 1rem;
    background-color: #F2F8F8;
}

.jobList ul{
    border-bottom: 1px solid #F2F8F8;
}

.caseLogo{
    gap: 2rem;
    width: 100%;
}
.caseLogo a{
    float: left;
    margin-right: 28px;
    margin-bottom: 25px;
}

.caseLogo img{
    height: 28px;
}

@media screen and (max-width: 1440px) {
    .pageCompany01{
        background-position: -200px center;
    }
}


@media screen and (max-width: 960px) {
    #mainBody{
        max-width: 400px;
        margin: 0px auto;
    }

    
    .homeSwiper{
        height: 70vh;
    }

    .homeSwiper .swiper-slide h1{
        font-size: 2.5rem;
    }

    .homeSwiper .swiper-slide img.lbImg {
        min-height: auto !important;
        width: 100% !important;
        height: 100% !important;
    }

    .homeSwiper .swiper-slide .swiperText{
        margin-bottom: 0px ;
    }

    .homeSwiper .swiper-slide a{
        font-size: 1rem;
        padding: .3rem 1rem;
    }

    .homeBox02 .box{
        min-height: 280px !important;
    }

    .homeBox03{
        margin-bottom: 0px;
    }

    .homeBox04{
        background-size: auto 100%;
    }

    .homeBox05{
        background-image: url();
        background-color: #F5F5F5;
    }

    .foot{
        margin-top: 0px;
    }

    .mobileFoot{
        background-color: var(--greenColor);
        color: #fff;
    }

    .mobileFoot a{
        color: #fff;
    }

    .mobileFoot .d-flex a:nth-child(1){
        display: none !important;
    }

    .mobileFootInfo{
        background-color: rgba(0,0,0,0.2);
        font-size: .8rem;
    }

    .homeBox07{
        background-size: auto 50%;
    }

    .banner{
        height: 30vh;
        background-size: auto 100%;
        background-position: center;
        margin-bottom: 3rem;
    }

    .banner h1{
        font-size: 2rem !important;
    }

    .banner h4{
        font-size: 1.2rem;
    }

    .pageMenu {
        margin-top: 0px !important;
    }

    .pageMenu a{
        font-size: .8rem;
    }

    .pageMenu a i{
        display: none;
    }

    .pageCompany01{
        background-image: url(img07_m.png);
        background-size: auto 270px;
        background-position: top center;
        color: #fff;
        overflow: hidden;
        height: 770px;
    }

    .pageCompany01 .pageText {
        background-image: url();
        background: linear-gradient(to left,#00857c 0%, #0053a2 100%);
        background-size: 100% 100%;
        width: 100%;
        margin-top: 270px;
        border-radius: 0px !important;
        height: 500px !important;
    }

    .pageCompany03{
        height: auto !important;
        padding: 3rem 0px;
    }

    .caseLogo{
        flex-wrap: wrap;
    }

    .jobList ul{
        border: 0px !important;
        display: block !important;
    }

    .jobList ul li{
        text-align: left !important;
        float: left;
        width: auto !important;
    }

    .jobList ul li:nth-child(1){
        width: 100% !important;
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .jobList ul li:last-child{
        width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .jobList ul li:last-child a{
       font-size: 1.2rem;
    }
    
    .jobList{
        border: 1px solid #F2F8F8;
    }

    .pageCompany02 img{
        width: 100%;
    }

    .banner{
        margin-top: 60px;
    }

    .dropmenu0_b i.showMenu{
        display: none;
    }

    .pageTable table{
        font-size: .8rem;
    }

    .pageTable table tr td{
        padding: .3rem .3rem .3rem 0px !important;
    }

    .pageTable table tr td::before{
        display: none;
    }

    .img13,.img14{
        background: linear-gradient(to left,#00857c 0%, #0053a2 100%);
    }

    .classBox{
        height: 70vh;
        background-size: 100% auto ;
        background-repeat: no-repeat;
        background-position:  center;
        position: relative;
        transition: all .2s;
    }

    div.cpIndex{
        margin-top: 60px !important;
    }

    .classBox::after{
        content: "";
        position: absolute;
        transition: all .2s;
        width: 100%;
        height: 70vh;
        left: 0px;
        top: 0px;
        z-index: 1;
        opacity:1 ;
        background: linear-gradient(130deg, rgba(0, 125, 162, 0.23) 0%, rgba(0, 113, 133, 0.97) 56.28%, rgba(27, 77, 124, 0.9) 100%);
    }
    h1{
        font-size: 2rem !important;
    }

    h2{
        font-size: 1.8rem !important;
    }

    .mobileSearch{
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .mobileLangue{
        color: #fff;
    }

    .mobileLangue a{
        color: #C3DFE0;
        padding-right: 1rem;
    }

    .homeSwiper .swiperNum{
        width: 90%;
        bottom: 3rem;

    }
}