.home {
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.swiperBox{
    position: relative;
}

.swiper-container .swiper-item{
    position: relative;
}

.swiper-container .swiper-item .bannerText{
    position: absolute;
    top: 106px;
    left: 375px;
}

.swiper-container .swiper-item .bannerText h3{
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 28px;
    letter-spacing: 2px;
}

.swiper-container .swiper-item .bannerText p{
    font-weight: 400;
    font-size: 20px;
    color: #E4E0F5;
}

.swiper-container .swiper-item button{
    width: 163px;
    height: 52px;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #E4E0F5;
    text-align: center;
    line-height: 52px;
    color: #E4E0F5;
    font-size: 20px;
    background-color: transparent;
    margin-top: 90px;
}

.top_count{
    display: flex;
    align-items: center;
    z-index: 99999;
    top: -72px;
    left: calc(50% - 600px);
    position: absolute;
    width: 1200px;
    height: 140px;
    background: #FDFEFE;
    box-shadow: 0px 12px 14px 0px rgba(227,239,255,0.4);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #FFFFFF;
    padding: 0 50px;
}

.top_count ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.top_count ul li {
    display: flex;
    align-items: center;
}

.top_count ul div{
    margin-left: 16px;
}

.top_count ul li img {
    width: 44px;
    height: 44px;
}

.top_count ul li span {
    font-weight: 500;
    font-size: 20px;
    color: #132D6B;
}

.top_count ul li p{
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #686A8A;
}

.module_box01{
    position: relative;
    width: 100%;
    height: auto;
    height: 721px;
    padding-top: 70px;
    background: #F5FAFF;
    box-sizing: border-box;
}

.title_module{
    text-align: center;
}

.title_module h2{
    font-weight: bold;
    font-size: 32px;
    color: #171717;
}

.title_module p{
    margin-top: 10px;
    font-size: 16px;
    color: #504E5B;
}

.banner{
    position: relative;
    width: 100%;
    height: 414px !important;
    margin: 0 auto;
}

.banner img{
    width: 1920px;
    height: 100%;
    margin:  0 calc(50% - 960px);
}

.module_box01 .content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 68px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
 
.module_box01 .content .banner_img{
    width: 466px;
    height: 420px;
    margin-right: 34px;
}
.ovh{
    overflow: hidden;
}

.content_text{
    width: calc(100% - 500px);
    flex-direction: column;
}

.content_text p{
    height: 255px;
    font-weight: 400;
    font-size: 20px;
    color: #504E5B;
    line-height: 36px;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}

.content_text img{
    width: 62px;
    height: 62px;
    margin-bottom: 27px;
}

.content_text .flex_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #504E5B;
}

.module_box02{
    position: relative;
    width: 100%;
    height: auto;
    /* height: 721px; */
    padding-top: 70px;
    box-sizing: border-box;
}

.module_box02 .content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 39px;
    margin-bottom: 20px;
}

.module_box02 .content div{
    position: relative;
    display: flex;
    flex-direction: column;

    height: 279px;
    height: 350px;
}

.module_box02 .content div img{
    height: 100%;
    width: 100%;
}

.module_box02 .content div span{
    height: 49px;
    width: 279px;
    text-align: center;
    line-height: 49px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 37px;
    box-sizing: border-box;
}

.module_box02 .content div span p{
    margin-top: 27px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: left;
}

.module_box02 .content div:hover span{
    /* span标签动画过度向上铺满整个div */
    transition: all 0.8s ease-in-out;
    height: 350px;
    padding-top: 112px;
    box-sizing: border-box;
    /* transform: translateY(-100%); */
}

.module_box03{
    width: 100%;
    height: auto;
    padding-top: 70px;
    box-sizing: border-box;
    background: #F5FAFF;
}

.module_box03 .content{
    width: 1200px;
    height: 820px;
    margin: 0 auto;
}

.btnBox{
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.btnBox img{
    width: 50px;
    height: 50px;
    margin-left: 30px;
    cursor: pointer;
}

.module_box03 .content .myItem{
    background: #F5FAFF;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.module_box03 .content .myItem div{
    position: relative;
    margin-bottom: 30px;
    width: 373px;
    height: 360px;
    margin-right: 30px;
    flex: 0 0 calc(33.333% - 30px); /* 每行3个元素，gap会自动分配剩余空间 */
}

.module_box03 .content .myItem div span{
    position: absolute;
    display: block;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    font-weight: 500;
    font-size: 20px;
    color: #171717;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.module_box04{
    width: 100%;
    height: auto;
    padding-top: 70px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.module_box04 .content{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.module_box04 .content .myItem{
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}

.module_box04 .content .myItem .team_img{
    width: 784px;
    height: 472px; 
    margin-right: 10px;
}

.module_box04 .content .myItem div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 406px;
}

.module_box04 .content .myItem div img{
    width: 406px;
    height: 231px;
}

.consultBox{
  width: 100%;
  height: 359px;
  background: url(../images/service/consultBg.png) no-repeat;
  background-size: 100% 100%;
}
.consultForm{
  width: 1200px;
  margin: 0 auto;
}
.consultForm h4{
  color: #132D6B;
  font-weight: bold;
  font-size: 22px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.consultForm .layui-form-box{
  display: flex;
  justify-content: space-between;
}
.consultForm .layui-input-label{
  color: #132D6B;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
.consultForm .layui-input-box{
  width: 370px;
}
.consultForm .layui-input-box .layui-input{
  height: 54px;
}
.sub-btn-box{
  text-align: center;
  margin-top: 40px;
}
.sub-btn{
  width: 120px;
  height: 50px;
  background: #2671FF;
}
.bannerTextLine{
    width: 400px;
    color: #132D6B;
    text-align: center;
}
.bannerTextLine h5{
    color: #132D6B;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 10px;
}