/* 首页轮播图 */
.swiper-container {
  width: 100%;
  height: 100%;
  
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet-active{
  background: #fff;
}
/* 首页标题 */
.index_title{
  display: flex;
  flex-direction: column; 
  align-items: center;
  height:130px;
  /* line-height:130px; */
  justify-content: center;
}
.index_title .title{
  font-size: 32px;
}
.index_title .more{
  margin-left:auto;
  font-size: 16rpx;
  color: #1790FF;
}

.index_part4{
  width: 1200px; 
  margin: 0 auto 60px;
  color: #2e2e2e;
}
.index_part3{
  /* width: 1200px;
  margin: 0 auto; */
  width: 100%;
  color: #2e2e2e;
}
/* 解决方案 */
.index_part1_move{
  display: none;
}
.index_part1_move ul li img{width:98%;}
.index_part1_wrap{
  display: block;
}
.index_part1_wrap .adv01_img{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.index_part1{
  width: 100%;
}
.index_part1_wrap .adv01_img .list_img{
  width: 20%;
  overflow: hidden;
}
.index_part1_wrap .adv01_img img{
  transition: all 1s;
}
.index_part1_wrap .adv01_img img:hover{
  transform: scale(1.1);
}

/* 2 客户服务 */
.index_part2{
  width: 100%;
}
.index_part2 {
  background: #F6F7F9;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.index_part2 .part4_cont_img{
  width: 50%;
  overflow: hidden;
}
.index_part2 .part4_cont_img img{
  transition: all 1s;
}
.index_part2 .part4_cont_img img:hover{
  transform: scale(1.1);
}
.index_part2 .part4_cont_js{
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.index_part2 .part4_cont_js h3{
  font-size: 32px;
  color: #333333;
  margin-bottom: 28px;
  font-weight: normal;
}
.index_part2 .part4_cont_js img{
  width: 50%;
  margin-bottom:30px;
  margin-top:30px;
}
.index_part2 .part4_cont_js a{
  margin: 0 auto;
  width: 120px;
  height: 40px;
  display: block;
  border-radius: 4px;
  color: #1790FF;
  border: 1px solid #1790FF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.index_part2 .part4_cont_js a:hover{
    background-color: #1790FF;
    color: #fff;
    border: 1px solid #1790FF;
}

/* 3. 关于中慧 */
.index_part3 {
  background: #F6F7F9;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  justify-content: space-between;
}
.index_part3 .part3_cont_img{
  width: 50%;
  overflow: hidden;
}
.index_part3 .part3_cont_img img{
  transition: all 1s;
}
.index_part3 .part3_cont_img img:hover{
  transform: scale(1.1);
}
.index_part3 .part3_cont_js{
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.index_part3 .part3_cont_js h3{
  font-size: 32px;
  color: #333333;
  margin-bottom: 28px;
  font-weight: normal;
}
.index_part3 .part3_cont_js .part3_cont_text{
 margin: 0 auto;
 width: 60%;
 margin-bottom:30px;
}
.index_part3 .part3_cont_js .part3_cont_text p{
  font-size:16px;
  color:#666666;
  text-align: left;
  line-height: 22px;
}
.index_part3 .part3_cont_js a{
  margin: 0 auto;
  width: 120px;
  height: 40px;
  display: block;
  border-radius: 4px;
  color: #1790FF;
  border: 1px solid #1790FF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.index_part3 .part3_cont_js a:hover{
    background-color: #1790FF;
    color: #fff;
    border: 1px solid #1790FF;
}

/* 4.中慧动态 */
.index_part4 .index_title .more{
  display: block;
}
.index_part4_wrap .move_more{
  display: none;
}
.index_part4_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_part4_wrap .case01_list{
  width:32%;
  background-color: #F6F7F9 ;
}
.index_part4_wrap .case01_list:hover{
  -moz-box-shadow: 0 0 20px 2px #918f8f;
  -webkit-box-shadow: 0 0 20px 2px #918f8f;
  box-shadow: 0 0 20px 2px #918f8f;
}
.index_part4_wrap .case01_list .list_img{
  width: 382px;
  height: 216px;
}
.index_part4_wrap .case01_list .list_img img{
  width: 100%;
}
.index_part4_wrap .case01_list .list_text{
  padding:30px 20px;
  box-sizing: border-box;
}
.index_part4_wrap .case01_list .list_text h3{
  font-weight: normal;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  min-height: 45px;
}
.index_part4_wrap .case01_list .list_text h5{
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  padding:26px 0;
  line-height: 24px;
  min-height: 47px;
}

.index_part4_wrap .case01_list a{
  width: 120px;
  height: 40px;
  display: block;
  border-radius: 4px;
  color: #1790FF;
  border: 1px solid #1790FF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.index_part4_wrap .case01_list a:hover{
    background-color: #1790FF;
    color: #fff;
    border: 1px solid #1790FF;
}


/********************************** 小于等于768 **********************************/
@media screen and (max-width: 768px){
  .index_part6{
    margin-bottom: 80px;
  }
  .index_title{
    height:100px;
    line-height: 100px;
  }
  /* 1. 品牌介绍 */
  .index_part1,.index_part2,.index_part3,.index_part4{
    width: 95%;
    margin: 0 auto 40px;
  }
  .index_part4{
    margin:0 auto;
  }
  /* 解决方案 */
  .index_part1_move{
    display: block;
  }
  .index_part1_wrap{
    display: none;
  }
  .index_part1_wrap .adv01_img img{
    width: 20%;
  }
  /* 2. 客户服务 */
  .index_part2{
    display: block;
    height: auto;
  }
  .index_part2 .part4_cont_js h3{
    padding-top: 30px;
  }
  .index_part2 .part4_cont_js{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .index_part2 .part4_cont_js img{
    width: 60%;
    margin-bottom:30px;
    margin-top:30px;
  }
  .index_part2 .part4_cont_img{
    width: 100%;
    height: 100%;
  }

  /* 3. 关于中慧 */
  .index_part3{
    display: block;
    height: auto;
  }
  .index_part3 .part3_cont_js h3{
    padding-top: 30px;
  }
  .index_part3 .part3_cont_js{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .index_part3 .part3_cont_js .part3_cont_text{
    width: 90%;
    margin-bottom:30px;
    margin-top:30px;
  }
  .index_part3 .part3_cont_img{
    width: 100%;
    height: 100%;
  }



  /* 4.中慧动态  */
  .index_part4 .index_title .more{
    display: none;
  }
  .index_part4_wrap .move_more{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #1790FF;
    padding:30px 0;
    margin: 0 auto;
  }
  .index_part4_wrap .case01_list,.index_part4_wrap .list_text{
    width: 95%;
    margin-bottom: 20px;
  }
  .index_part4_wrap .case01_list .list_img{
    width: 382px;
    overflow: hidden;
  }
  .index_part4_wrap .case01_list .list_text a{
    margin: 0 auto;
  }

}






/********************************** 小于等于499 **********************************/
@media screen and (max-width: 499px){
  .index_title{
    height:100px;
    line-height: 100px;
  }
  .index_title .title{
    font-size: 24px;
  }
  /* 1. 解决方案 */
  .index_part1_wrap .adv01_img{
    display: block;
  }
  .index_part1_wrap .adv01_img img:nth-child(2){
    display: none;
  }
  .index_part1_wrap .adv01_img img{
    width: 100%;
    margin-bottom: 10px;
  }

  /* 2. 客户服务 */
  .index_part2 .part4_cont_js h3,
  .index_part2 .part4_cont_js h4{
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  /* 3.关于中慧 */
  .index_part3 .part3_cont_js h3,
  .index_part3 .part3_cont_js h4{
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  /* 4. 中慧动态 */
  .index_part4_wrap .move_more{
    font-size: 16px;
    padding:16px 0;
    margin-top:-20px;
  }
  .index_part4_wrap .case01_list{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .index_part4_wrap .case01_list .list_img{
    width: 100%;
    height: 100%;
  }
  .index_part4_wrap .case01_list .list_text a{
    margin: 0 auto;
  }
}
















/* 尾部 start */






/* 尾部 end */