.indexmainbox {
    width: 100%;
    margin: 0 auto;
    padding-top: 90px !important;
}
.middle{
    width: 1200px;
    margin: 0 auto;
}

.detailImg{
    position: relative;
    overflow: hidden;
}
.detailImg img{
    width: 100%;
}
.middleBox{
    overflow: hidden;
    margin-top: 20px;
    padding: 5px;
}
.middle_left{
    width: 230px;
    float: left;
    margin-bottom: 30px;
}
.middle_left p{
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #2d2d2d;
    font-size: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-left: 5px solid #fff;
}
.middle_left p:hover{
    background: #EEF8F6 !important;
    border-left: 5px solid #01AB84 !important;
}
.menuCur{
    background: #EEF8F6 !important;
    border-left: 5px solid #01AB84 !important;
}

.middle_left p i{
    font-size: 22px;
    margin-right: 15px;
    margin-left: 25px;
}
.middle_right{
    width: 900px;
    float: right;
    position: relative;
    min-height: 300px;
}
.middle_top{
    margin-bottom: 20px;
    position: relative;
}
.middleTit{
    color: #01AB84;
    font-size: 22px;
    line-height: 57px;
    height: 57px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}
.middleTit .titName{
    border-bottom: 3px solid #01AB84;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
}
.middleTit .middleTit img{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.logo{
    height: 50px;
    /*margin-left: 30px;*/
}

.middleTab_cont{
    margin-top: 30px;
}

.detailImg{
    position: relative;
    overflow: hidden;
}
.detailImg img{
    display: block;
}





.no-data{
    margin-top: 50px;
    text-align: center;
    width: 100% !important;
}
.no-data img{
    width: 250px;
    height: 180px;
    display: block;
    margin: 0px auto;
}
.no-data .info{
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #868686;
    margin-top: 30px;
}

.tabList{
    border-left: 5px solid #01AB84;
    padding-left: 5px;
    margin-bottom: 20px;
}
.tabList_tit{
    font-size: 20px;
    font-weight: bold;
}



.scollBox {
    background: #FFF;
    overflow:hidden;
    width: 100%;
}
.inrscoll {
    float: left;
    width: 800%;
}

.inrscoll img{
    height: 250px;
    width: auto;
}
.scoll1 {
    float: left;
}
.scoll2 {
    float: left;
    margin-left: -2px;
}

.serve{
    padding: 0 10px;
}


.advantage{
    padding: 0 10px;
    margin-bottom: 40px;
}
.advantage img{
    width: 100%;
}

.videoList{
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.videoImg{
    position: relative;
    overflow: hidden;
}



.companyProfile{
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 40px;
}
.companyProfile img{
    max-width: 100%;
}

.culture_list{
    padding: 0 15px;
    overflow: hidden;
}

.culture_item{
    width: 290px;
    height: 500px;
    float: left;
    position: relative;
}

.culture_item .culture_img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.culture_default{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.culture_default_tlt{
    margin-top: 60px;
    margin-left: 50px;
    font-size: 22px;
    font-weight: bold;
}

.culture_enter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
}
.culture_enter_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
.culture_enter_cont{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.culture_item:hover .culture_enter{
    display:block;
    -webkit-animation: fadenum 0.6s linear 0ms 1 forwards;
    animation: fadenum 0.6s linear 0ms 1 forwards;
}
@keyframes fadenum {
    0%{
        top: -100%;
    }
    100% {
        top: 0;
    }
}


.callMe p {
    font-size: 18px;
    margin-bottom: 10px;
}

.callMe p img{
    margin-top: 30px;
}

.showImgItem img{
    width: 100%;
}

.swiperCont .swiper-button-next, .swiper-button-prev{
    background: #01AB84;
}
.swiperCont .swiper-button-next img, .swiper-button-prev img{
    width: 25px;
}
.swiperCont .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content:'' !important;
}
.swiperCont .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content:'' !important;
}
.showSwiper{
    width: 750px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.showSwiperCont{
    width: 750px;
    margin: 0 auto;
}
.showSwiperCont img{
    width: 100%;
}

.meetImgList img{
    height: 130px;
    width: auto;
    margin: 3px;
}

.magnifyBox{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.magnify {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 5px;
}

.magnify .img{
    height: 500px;
    width: auto;
    display: block;
}

.magnify_close{
    position: absolute;
    right: -38px;
    top: -28px;
    width: 35px;
    cursor: pointer;
}

