/*
* desc：首页
* date：2024-12-16
* author：方岚
* email：florayoo@163.com
*/
.index-page{

}
/* swiper */
.swiper-box{
  height: 576px;
}
.img-swiper{
  display: block;
  margin: 0 auto;
}
/* 为什么选择我们 */
.choose-box{
  padding: 120px 0;
}
.choose-title{
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.choose-sub-title{
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
.choose-list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.choose-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.choose-num{
  font-size: 50px;
  color: #1e50ae;
}
.unit{
  margin-left: 6px;
  font-size: 20px;
  color: #333;
}
.choose-name{
  margin-top: 10px;
  font-size: 16px;
  color: rgb(102, 102, 102)
}
/* 主推产品 */
.product-box{
  padding: 120px 0;
  background: #F7F7F7;
}
.product-title{
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.product-sub-title{
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
.product-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 60px auto 0;
}
.product-item{
  display: flex;
  align-items: center;
  height: 215px;
}
.product-left{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 287px;
  height: 215px;
  background: #EFEFEF;
}
.triangle{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.product-item.line2 .triangle{
  left: 0;
  right: inherit;
  border-right: none;
  border-left: 12px solid #fff;
}
.product-img{
  width: 150px;
  object-fit: contain;
}
.product-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 287px;
  height: 215px;
  padding: 0 30px;
  background: #fff;
}
.product-name{
  line-height: 30px;
  font-size: 16px;
}
.product-line{
  line-height: 30px;
  color: rgb(30, 80, 174);
  font-size: 16px;
}
.product-des{
  line-height: 30px;
  font-size: 14px;
  color: rgb(153, 153, 153);
}
.btn-product-more{
  margin: 80px auto 0;
  width: 128px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background: #1e50ae;
  cursor: pointer;
}
/* 业务支持 */
.support-box{
  padding: 120px 0;
}
.support-title{
  margin: 0 auto;
  width: 1200px;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.support-sub-title{
  margin: 20px auto 0;
  width: 1200px;
  font-size: 32px;
  color: #333;
}
.support-list{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 60px auto 0;
}
.support-item{
  position: relative;
  flex: 1;
  height: 400px;
  margin-right: 20px;
  padding: 20px;
  overflow: hidden;
}
.support-item:hover .support-item-bg{
  transform: scale(1.2);
}
.support-item-bg{
  position: absolute;
  top: 0;
  left: -40px;
  width: 270px;
  height: 415px;
  z-index: 1;
  transition: transform .8s;
}
.support-item-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
.support-item-title{
  position: relative;
  font-size: 22px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
.support-item-line{
  position: relative;
  margin-top: 20px;
  font-size: 30px;
  color: rgb(254, 254, 254);
  z-index: 2;
}
.support-item-e-title{
  position: relative;
  margin-top: 10px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
/* 近期动态 */
.recent-box{
  padding: 120px 0;
  background: #F7F7F7;
}
.recent-title{
  margin: 0 auto;
  width: 1200px;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.recent-sub-title{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  margin-top: 20px;
  font-size: 32px;
  color: #333;
}
.recent-more{
  font-weight: bold;
  font-size: 22px;
  color: rgb(66, 65, 65);
  cursor: pointer;
}
.news-list{
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 60px auto 0;
}
.news-item{
  position: relative;
  width: 360px;
  margin-right: 60px;
  background: #F7F7F7;
}
.news-item:nth-child(3n){
  margin-right: 0;
}
.news-item-img{
  max-width: 360px;
  object-fit: contain;
}
.news-item-des{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  background: rgba(0,0,0, .6);
  display: none;
}
.news-item:hover .news-item-des{
  /* display: flex; */
}
/* 合作伙伴 */
.cooperate-box{
  padding: 120px 0;
}
.cooperate-title{
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.cooperate-sub-title{
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
.cooperate-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 60px auto 0;
}
.cooperate-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 130px;
  margin: 7px 11px 8px;
  border: 1px solid #EFEFEF;
  background: #fff;
}
.cooperate-img{
  max-width: 216px;
  max-height: 128px;
  object-fit: contain;
}