#agreement .logo-b {
  display: none;
}
#agreement .cen2 {
  display: none;
}
.agreement .banner {
  height: 440px;
  background-color:#d9e2f3;
}
.agreement .ban-con {
  padding-top: 95px;
  height: 439px;
}
.agreement .ban{
  overflow: hidden;
  background: url('../image/ag-banner.png') no-repeat center top 100%;
}
.agreement .ban-con h2 {
  margin-bottom: 16px;
  font-size: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222; 
}
.agreement .ban-con h3 {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;  
}
.agreement .cont h4{
  text-align: center;
  margin: 83px auto 54px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #393A42;
}
.agreement .cont .info {
  margin: 0 auto;
  width: 1052px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-indent: 2em;
  line-height: 2; 
}
.agreement .cont .notice {
  margin: 0 auto;
  width: 1052px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 29px;
  color: #666666;  
}
.agreement .cont .notice .tit {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222222;
  font-weight: 600;
}

.agreement .cont .notice ul {
  margin: 60px 0;
  display: flex;
  justify-content: space-around;
}
.agreement .cont .notice ul li {
  /* width: 184px; */
  text-align: center;
}
.agreement .cont .notice ul li .img {
  margin: 0 auto 45px;
  width: 100px;
  height: 100px;
}
.agreement .cont .notice ul li .num {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #393A42; 
}
.agreement .cont .notice .bott{
  text-align: right;
  margin-top: 30px;
  margin-bottom: 120px; 
}
.agreement .cont .desc {
  line-height: 2;
}