.banner {
  width: 100%;
  height: 542px;
  background: url(../images/ip/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: #316eb1;
  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: 120px 0 60px;
  background-color: #fbfbfb;
}
.title {
  position: relative;
}
.title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.title .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 745px;
  transform: translate(-50%, -50%);
}
.box1-main {
  width: 100%;
  height: 380px;
  display: flex;
  padding-top: 60px;
  align-items: center;
  justify-content: space-between;
}
.main-left {
  width: 521px;
  height: 100%;
  background: linear-gradient(127deg, #224589, #316eb1, #538ed7, #538ed7);
  border-radius: 10px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-left p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.main-right {
  flex: auto;
  height: 100%;
}
.main-right img {
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box2 {
  padding: 60px 0;
  background-color: #ffffff;
}

.box2 .main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box2 .main > div {
  width: 280px;
  height: 350px;
  position: relative;
  margin-bottom: 30px;
}

.box2 .main > div:hover{
  cursor: pointer;
}

.box2 .main > div img {
  display: block;
  width: 100%;
  height: 100%;
}

.box2 .main .type {
  width: 100%;
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  background-color: rgba(0, 0, 0,.5);
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box1 .main,
.box2 .main {
  padding-top: 60px;
}
.main > img {
  width: 100%;
}
