.module_container{
    width:100%;display:flex;padding:30px;justify-content: space-around;
}

.module_title{
    font-size:24px;margin-top: 30px;line-height: 48px;font-weight: bold;
}

.module_content{
    font-size:18px;line-height: 36px;margin-bottom:20px;
}


.layui-container {
    padding: 0px 20px 50px 20px;
}

.swiper-slide img {
    width: 100%;
}

.main-service {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .title {
        font-size: 250% !important;
    }
}

.MoudleContent {
    background-color: #fff;
}

.MoudleContent hr {
    background-color: #f5f5f5 !important;
}

.bannerImage {
    width: 100%;
}

.content_hezuo {
    box-shadow: 0px 1px 10px 5px #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 400px;
    cursor: pointer;
}

.content_project {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}



.hezuo-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #F2F3F8;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.hezuo-top img {
    border-radius: 10px;
    height: 186px;
}



.hezuo-bom {
    margin: 10px 0 15px;
    padding-left: 20px;

}

.hezuo-bom img {
    width: 40px;
    margin-right: 4px;
    margin-bottom: 10px;
}


.hezuo-bom h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
}

.hezuo-bom ul li {
    margin: 10px 10px 0 0;
    font-size: 20px;
    font-weight: bold;
}

.content_hezuo .hezuo-bom ul li i {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #eee;
    top: 5px;
    left: -14px;
    border-radius: 50%;
}

.content_hezuo .hezuo-con span {
    position: relative;
}

.content_hezuo .hezuo-con span i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #eee;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -14px;
}

.MoudleContent {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    height: auto;
    box-shadow: none;
}

.MoudleContent img {
    /* margin-bottom: 15px; */
    width: 32px;
    margin-right: 10px;
}

.layui-tab-title {
    /* height: 160px; */
    display: flex;

}

.layui-tab-title {
    border-bottom-width: none;
    border-bottom-style: none;
}

.layui-tab-title .layui-this:after {
    border-width: none;
    border-style: none;
}

@media screen and (min-width: 768px) {
    .layui-col-sm2 {
        width: 20%;
    }

}

.layui-tab-content {
    /* background: url('/system/LABSystem/res/static/img/bingji.png') no-repeat center; */
    background-size: 100% 100%;
    cursor: pointer;
    padding: 40px 0;
    /* height: 380px; */
}

.layui-card {
    background-color: transparent;
}

.content_hezuo:hover {
    transform: translate(0, -16px);
    transition: .3s;
}

.layui-tab-title .layui-this {
    color: #137ceb;
}

.hezuo_text {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
}

.content_project .hezuo-bom {
    margin-bottom: 40px;
}



.content_project .hezuo-bom ul li {
    font-size: 18px;
}

.banner-text {
    position: absolute;
    top: 100px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.banner-text p:nth-child(1) {
    font-size: 46px;
    font-weight: 600;
    margin: 26px 0;
}


.xiazai {
    display: flex;
}

.xiazai a:nth-child(1) {
    font-size: 20px;
    color: #000;
    margin-right: 56px;
    background: #fff;
    padding: 12px;
    border-radius: 4px;

}

.xiazai a:nth-child(2) {
    font-size: 20px;
    color: #fff;
    background: #0877E8;
    padding: 12px;
    border-radius: 4px;
}

.shuju-list {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
}

.shuju-list div {
    background: #ffffffd1;
    padding: 16px 3%;
    font-size: 20px;
}

.shuju-list div p {
    line-height: 32px;
    text-align: center;
}