.news_module{
  
}
.title_info{
  position: relative;
  margin: 20px 20px 20px 30px;
}
.title_info::after{
  content: '';
  position: absolute;
  height: 100%;
  top: 0px;
  left: -10px;
  width: 3px;
  border-radius: 2px;
  background-color: #0098FF;
}
.marketing_platform{
  padding: 100px 0px;
}
.marketing_platform .more_common{
  width: 320px;
  padding: 30px 34px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 2px 30px 0px rgba(150, 150, 150, 0.2);
  border-radius: 0px  10px  0px  10px ;
  margin-right: 60px;
  color: #666;
}
.more_common:last-child{
  margin-right: 0px;
}
.icon_img2{
  display: none;
}
.more_common:hover{
  text-align: center;
  color: #fff;
  background-color: #0098FF;
  box-shadow: 0px 2px 30px 0px rgba(0, 152, 255, 0.3);
  box-sizing: border-box;
}
.more_common:hover .icon_img1{
  display: none;
}
.more_common:hover .icon_img2{
  display: block;
}
.more_common:hover .more_btn{
  color: #fff;
}
.more_common:hover .more_btn::after{
  position: absolute;
  content: '';
  border-bottom: 8px solid #fff;
}

.ecological{
  padding: 100px 0px;
  box-sizing: border-box;
  background-image:url('../image/bg_min.png');
  /* background-image: url(../image/bg.png) no-repeat; */
}
.ecological h1{
  margin-bottom: 73px;
}
.ecological_list{
  
}
.list_li{
  width: 264px;
  margin-right: 8px;
  background: #fff;
  height: 562px;
  padding: 30px 41px 30px 22px;
  box-sizing: border-box;
  box-shadow: 0px 2px 30px 0px rgba(150, 150, 150, 0.2);
  box-sizing: border-box;
}
.list_li:hover{
  box-shadow: 0px 2px 30px 0px rgb(0 152 255 / 30%);
  box-sizing: border-box;
  transform: scale(1.1);
}
.mg_b50{
  margin-bottom: 50px;
}
.list_li>div{
  display: flex;
  margin-bottom: 50px;
}
.list_li>div>div{
  margin-left: 17px;
}
.list_li:last-child{
  margin-right: 0px;
}
.mg_tb50{
  margin: 50px 0px;
}
.mg_auto{
  margin: 0 auto;
}
.open_platform{
  padding: 100px 0px;
}
.open_platform h1{
  font-size: 36px;
}
.open_platform>h4{
  margin: 30px 0px 32px;
}
.open_platform_list{
  display: flex;
  height: 120px;
  justify-content: center;
  margin-bottom: 20px;
}
.open_platform_list:last-child{
  margin-bottom: 0px;
}
.open_platform_list .list_left{
  width: 249px;
  background: #0098FF;
  color: #fff;
  padding: 30px 0px 30px 30px;
  border-radius: 10px 0px 0px 10px;
}
.open_platform_list .list_right{
  width: 831px;
  border: 1px solid #E3E3E3;
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.build_product{
  background: #0098FF;
  padding: 100px 0px 83px;
  color: #fff;
}
.build_product h1,.transformation h1{
  font-size: 36px;
  margin-bottom: 60px;
}
.build_product_list{
  width: 179px;
  text-align: center;
  color: #fff;
  margin-right: 121px;
}
.build_product_list h3{
  margin: 30px 0px 10px;
}
.build_product_list:last-child{
  margin-right: 0px;
}
.transformation{
  padding: 94px 0px 160px;
}
.transformation_list{
  width: 220px;
  height: 160px;
  background: #0098FF;
  border-radius: 50px 50px 0px 50px;
  margin-right: 60px;
  text-align: center;
  color: #fff;
  position: relative;
}
.transformation_list::after{
  position: absolute;
  content: '';
  bottom: -160px;
  height: 160px;
  width: 100%;
  left: 0px;
  background: linear-gradient(#E1F3FF,#fff,#fff,#fff);
  border-radius: 50px 0px 0px 0px;
}
.transformation_list h4{
  margin-bottom: 12px;
  padding-top: 40px;
}
.transformation_list:last-child{
  margin-right: 0px;
}
.partner_list{
  margin: 35px 40px 80px 50px;
  text-align:center;
}
.partner_img{
  width: 220px;
  height: 93px;
  margin-left: 12px;
}