.banner {
  width: 100%;
  height: 542px;
  background: url(../images/customerDiversion/banner.png) no-repeat center
    center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.banner h2 {
  font-size: 60px;
  padding: 200px 0 20px;
}
.banner h2 span {
  padding-left: 50px;
}
.banner .line {
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
.banner .label {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .label h3 {
  padding: 0 20px;
}
.banner .interactive {
  width: 100%;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div {
  width: 173px;
  height: 54px;
  background: #7ba3ce;
  border-radius: 10px;
  margin: 0 55px;
}
.interactive div a{
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div:hover {
  cursor: pointer;
}
.box1 {
  /* width: 100%; */
  padding: 60px 0 80px;
  background-color: #ffffff;
}
.title {
  position: relative;
}
.title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.box1 .title .img{
  width: 740px;
}
.title .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
}
.box1 .main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.box1 .main div {
  width: 280px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #ffffff;
  border: 3px solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0;
}

.box1 .main div:hover {
  cursor: pointer;
  box-shadow: 0px 9px 21px 0px rgba(127, 127, 127, 0.24);
}

.box1 .main div img {
  display: block;
  width: 180px;
  height: auto;
}

.box1 .main div h3 {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
}

.box2 .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  height: 500px;
  padding-bottom: 60px;
}

.box2 .main .main-left {
  width: 300px;
  height: 100%;
  position: relative;
}

.box2 .main .main-left .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 27px;
  padding-top: 108px;
  box-sizing: border-box;
}

.main-left .mask p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 20px;
}

.main-left .mask > div > div {
  width: 180px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.main-left .mask > div > div:hover {
  cursor: pointer;
}

.box2 .main .main-left img {
  display: block;
  width: 100%;
  height: 100%;
}

.box2 .main .main-right {
  width: calc(100% - 300px);
  padding-left: 10px;
  height: 100%;
  /* flex: auto; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.box2 .main .main-right > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box2 .main .main-right > div > div {
  width: 284px;
  height: 244px;
  text-align: center;
  border: 1px solid #e3e3e3;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.box2 .main .main-right > div > div >div{
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
}

.box2 .main .main-right > div > div:hover {
  cursor: pointer;
  background: linear-gradient(-50deg, #253355, #4e94e4, #896ff2);
}

.box2 .main .main-right > div > div:hover p{
  color: #ffffff;
}

.box2 .main .main-right > div > div:hover span{
  color: #ffffff;
}

.box2 .main .main-right p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.box2 .main .main-right span {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
