
/* 中间 */
second{
    background-color: #F9FCFF;
	text-align: center;
    margin: 0 auto;
}

.banner-img{
    background-color: #F9FCFF;
}
.banner-img img{
    width: 100%;
    height: 100%;
}

/* 公司简介 */
.introduction{
    background: #F9FCFF;
    margin: 0 auto;
  }
  .introduction-content{
    width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
}
  .con-title{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
     padding-top: 89px;
     padding-bottom: 60px;
  }
  
  .item-introduction{
    display: inline-flex;
    padding-bottom: 57px;
  }

 .img-introduction{
    height: 296px;
    min-width: 609px;
 }
 
 .content-introduction{
    height: 296px;
     margin-left: 54px;
     min-width: 529px;
 }

 .introduction-title{
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    text-align: left;
 }

 .introduction-subTitle{
    margin-top: 1.5%;
    letter-spacing: 1.87px;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 24px;
    text-align: left;
 }

 /* 产品服务 */
 .service{
    background-color: #eee;
  }
  .service-content{
    width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
}

  .item-service{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-width: 1184px;
  }

  .item-service-content{
    background-color: #F9FCFF;
    flex-basis: 49.5%;
    display: flex;
    min-height: 200px;
    align-items: center;
}

 .img-service{
    width: 126px;
    height: 126px;
    line-height: 200px;
    margin-left: 53px;
 }
 
 .service-title{
    font-size: 22px;
    color: #4A5980;
    text-align: center;
    margin-left: 63px;
    letter-spacing: 1.96px;
    min-width: 225px;
 }

 /* 合作伙伴 */
.partners{
    background-color: #eee;
    margin: 0 auto;
}

.partners-content{
    width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
}

.partners-list{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 46.5px;
    min-width: 1184px;
}

.img{
    background-color: #F9FCFF;
    flex-basis: 180px;
    text-align: center;
    min-width: 210px;
    min-height: 74px;
}

