*{
  margin: 0;
  padding: 0;
}

body{
  background: #F8F8F8;
}

.banner{
  padding: 60px 90px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #003FDB 920px, #fff 921px, #ffffff 100%);
}

.banner .logo {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 30px;
}
.banner .logo img{
  margin-right: 21px;
  width: 53px;
  height: 50px;
}
.banner .title{
  margin-bottom: 12px;
  margin-top: 112px;
  text-align: center;
  color: #FFFFFF;
}
.banner .title p{
  margin-bottom: 26px;
  font-size: 100px;
  line-height: 150px;
  font-weight: 600;
}
.banner .title span{
  font-size: 22px;
  line-height: 36px;
}
.banner > img{
  width: 100%;
  height: auto;
}

.cooperation{
  margin-top: 50px;
}
.cooperation .title{
  margin-bottom: 57px;
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
}
.cooperation .title img{
  display: block;
  margin-top: 57px;
  width: 100%;
}
.cooperation .title >div{
  margin-top: 96px;
  font-weight: 600;
  font-size: 72px;
  color: #000000;
  line-height: 90px;
}
.cooperation .box{
  margin: 50px 160px 0;
  display: flex;
  justify-content: space-between;
}
.cooperation .box .left .icon{
  display: block;
  margin-top: 127px;
  width: 90px;
  height: auto;
}
.cooperation .box img{
  width: 772px;
  height: 600px;
}
.cooperation .box h3{
  padding-top: 110px;
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: left;
}
.cooperation .box p{
  margin-top: 25px;
  font-size: 22px;
  color: #000000;
  line-height: 36px;
  max-width: 620px;
}
.cooperation .desc{
  height: 583px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cooperation .desc div{
  font-weight: 600;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 90px;
}
.cooperation .desc p{
  margin-top: 47px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.evaluate{
  margin: 77px 160px 87px;
}
.evaluate .title{
  text-align: center;
}
.evaluate .title p{
  margin-bottom: 29px;
  font-weight: 600;
  font-size: 72px;
  color: #000000;
  line-height: 100px;
}
.evaluate .title span{
  font-size: 22px;
  color: #000000;
  line-height: 36px;
}
.evaluate ul{
  width: 100%;
  margin: 62px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evaluate ul li{
  max-width: 500px;
  height: 429px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 38px 30px 42px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.evaluate ul li p{
  font-size: 20px;
  color: #707070;
  line-height: 38px;
}
.evaluate ul li .userBox{
  display: flex;
  align-items: center;
}
.evaluate ul li .userBox img{
  margin-right: 12px;
  width: 60px;
  height: 60px;
}
.evaluate ul li .userBox p{
  margin-bottom: 10px;
  font-size: 26px;
  color: #000000;
  line-height: 30px;
}
.evaluate ul li .userBox div img{
  width: 86px;
  height: 16px;
}

.footer{
  padding-top: 96px;
  background: #fff;
}
.footer .imgBox{
  margin: 0 140px 46px;
  padding: 20px;
  background: #003FDB;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .imgBox .desc{
  padding-left: 60px;
}
.footer .imgBox .desc p{
  font-size: 42px;
  color: #FFFFFF;
  line-height: 86px;
}
.footer .copyright{
  padding: 44px 0 36px;
  border-top: 1px solid #000000;
  text-align: center;
  color: #000;
  line-height: 30px;
}
.footer .copyright a, .footer .copyright a:visited, .footer .copyright a:active, .footer .copyright a:hover{
  color: #000;
  text-decoration: none;
}