#page {
  overflow: hidden;
}
#page img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in;
}
#page .banner {
  position: relative;
}
#page .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#page .banner .content .left,
#page .banner .content .right {
  width: 50%;
}
#page .banner .content .img {
  width: 48.69%;
  margin-right: 8%;
}
#page .banner .content .left {
  display: flex;
  justify-content: right;
}
#page .banner .content .right .con {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#page .banner .content .right .con h1 {
  font-weight: bold;
  font-size: 72px;
  color: #101010;
  line-height: 82px;
  margin-bottom: 10%;
}
#page .banner .content .right .con p {
  font-weight: normal;
  font-size: 28px;
  color: #101010;
  line-height: 46px;
  margin-bottom: 5%;
}
#page .banner .content .right .con p span {
  color: #2C86E8;
}
#page .banner .content .right .con p img {
  display: inline-block;
  width: 25px;
}
#page .banner .content .right .con ul {
  display: flex;
  justify-content: flex-start;
}
#page .banner .content .right .con ul li {
  margin-right: 30px;
  font-size: 20px;
  color: #101010;
}
@media screen and (max-width: 1680px) {
  #page .banner .content .right .con h1 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 8%;
  }
  #page .banner .content .right .con p {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 4%;
  }
}
#page .banner .content .logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-40%);
  width: 350px;
}
#page .container .title {
  margin-top: 150px;
}
#page .container .title h1 {
  font-weight: normal;
  font-size: 52px;
  color: #161616;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1;
}
#page .container .title span {
  width: 162px;
  height: 5px;
  background: #2472E1;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
}
#page .container1 .list {
  width: calc(100% - 280px);
  margin: 120px auto 200px;
}
@media screen and (max-width: 1680px) {
  #page .container1 .list {
    width: calc(100% - 200px);
  }
}
#page .container1 .list .item {
  width: calc(100% / 4 - 30px);
  background: #FFFFFF;
  box-shadow: 0px 8px 42px 12px #EDF4FF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 0 30px;
  transition: all 0.3s ease-in;
}
#page .container1 .list .item .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f7ff;
  margin: 60px auto 35px;
  transition: all 0.3s ease-in;
}
#page .container1 .list .item h1 {
  font-weight: normal;
  font-size: 30px;
  color: #161616;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#page .container1 .list .item p {
  font-weight: 500;
  font-size: 20px;
  color: rgba(22, 22, 22, 0.7);
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  #page .container1 .list .item .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 25px;
  }
  #page .container1 .list .item h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #page .container1 .list .item p {
    font-size: 16px;
    line-height: 32px;
  }
}
#page .container1 .list .item:hover {
  box-shadow: 0px 14px 42px 32px #EDF4FF;
  transform: scale(1.05) translateY(-10px);
}
#page .container1 .list .item:hover .icon {
  background: #2c86e8;
}
#page .container1 .list .item:hover .icon img {
  transform: scale(1.1);
}
#page .container2 {
  background: url("../images/whmk/bg1.png") no-repeat left top / cover;
  padding: 0 0 5%;
  position: relative;
  display: flex;
  justify-content: right;
}
#page .container2 .left {
  width: 43%;
  position: absolute;
  bottom: 0;
  left: 3px;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.35);
}
#page .container2 .left .img {
  overflow: hidden;
}
#page .container2 .left .img:hover img {
  transform: scale(1.05);
}
#page .container2 .right {
  width: 50%;
}
#page .container2 .right .title {
  margin-top: 13%;
  margin-bottom: 60px;
}
#page .container2 .right .title h1 {
  text-align: left;
}
#page .container2 .right .title span {
  margin-left: 0;
}
#page .container2 .right p {
  font-size: 22px;
  color: rgba(22, 22, 22, 0.6);
  line-height: 1.6;
  margin-bottom: 40px;
}
#page .container3 {
  width: 1500px;
  margin: 0 auto;
}
#page .container3 .title {
  margin-bottom: 60px;
}
#page .container3 .title h1 {
  text-align: left;
}
#page .container3 .title span {
  margin-left: 0;
}
#page .container3 .list {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 150px;
}
#page .container3 .list .item {
  width: calc(100% / 3 - 20px);
  padding-bottom: 100px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 8px 20px 0px rgba(36, 56, 155, 0.23);
  transition: all 0.3s ease-in;
}
#page .container3 .list .item .icon {
  width: 100%;
  background-size: cover;
  position: relative;
}
#page .container3 .list .item .icon .img {
  overflow: hidden;
  width: 100%;
}
#page .container3 .list .item .icon span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 25px;
  bottom: -32px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: #2472E1;
  border-radius: 50%;
  text-transform: uppercase;
  border: 4px solid #FFFFFF;
}
#page .container3 .list .item .icon img {
  transition: all 0.3s ease-in;
}
#page .container3 .list .item h1 {
  margin-top: 50px;
  padding-left: 25px;
  font-weight: normal;
  font-size: 37px;
  color: #171616;
  text-transform: uppercase;
}
#page .container3 .list .item:hover {
  box-shadow: 0px 12px 20px 0px rgba(36, 56, 155, 0.23);
}
#page .container3 .list .item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1680px) {
  #page .container3 {
    width: 80%;
  }
}
#page .container4 {
  padding: 10% 0;
  background: #EDF4FF;
}
#page .container4 .content {
  width: 80%;
  margin: 0 auto 150px;
}
#page .container4 .content .left {
  width: 52%;
  overflow: hidden;
}
#page .container4 .content .left img {
  width: 100%;
}
#page .container4 .content .right {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#page .container4 .content .right h1 {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 49px;
  color: #171616;
}
#page .container4 .content .right p {
  margin-top: 20px;
  font-weight: normal;
  font-size: 25px;
  color: rgba(23, 22, 22, 0.6);
  line-height: 1.4;
}
@media screen and (max-width: 1680px) {
  #page .container4 .content .left {
    width: 54%;
    overflow: hidden;
  }
  #page .container4 .content .left img {
    width: 100%;
  }
  #page .container4 .content .right {
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  #page .container4 .content .right h1 {
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 42px;
    color: #171616;
  }
  #page .container4 .content .right p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 16px;
    color: rgba(23, 22, 22, 0.6);
    line-height: 1.4;
  }
}
#page .container4 .content1 {
  width: 80%;
  margin: 0 auto 150px;
}
#page .container4 .content1 .title {
  margin-top: 0;
  padding-top: 8%;
  width: 50%;
  margin-bottom: 60px;
}
#page .container4 .content1 .title h1 {
  text-align: left;
}
#page .container4 .content1 .title span {
  margin-left: 0;
}
#page .container4 .content1 .title p {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 28px;
  color: rgba(23, 22, 22, 0.6);
  line-height: 44px;
}
#page .container4 .content1 .con {
  width: 50%;
}
#page .container4 .content1 .con .item {
  width: 566px;
  height: 204px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
}
#page .container4 .content1 .con .item:nth-child(2) {
  margin-left: 10%;
}
#page .container4 .content1 .con .item:hover {
  box-shadow: 0px 12px 20px 0px rgba(36, 56, 155, 0.23);
}
#page .container4 .content1 .con .item:hover img {
  transform: scale(1.05);
}
#page .container4 .content1 .con .item h1 {
  font-weight: normal;
  font-size: 32px;
  color: rgba(23, 22, 22, 0.9);
  line-height: 1;
  margin-bottom: 20px;
}
#page .container4 .content1 .con .item p {
  font-weight: normal;
  font-size: 20px;
  color: rgba(23, 22, 22, 0.9);
  line-height: 32px;
}
#page .container4 .content1 .con .item .right {
  position: absolute;
  right: 10px;
  top: 20px;
}
#page .container4 .content1 .con .item .right img {
  width: auto;
  transition: all 0.3s ease-in;
}
#page .container5 {
  display: flex;
}
#page .container5 .left {
  width: 65%;
  background: #F3F5F7;
  padding: 120px 5% 80px;
}
#page .container5 .left h1 {
  font-size: 51px;
  color: rgba(2, 2, 2, 0.61);
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
#page .container5 .left span {
  display: block;
  margin: 40px auto;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 33px solid #81ADEE;
}
#page .container5 .right {
  width: 35%;
  padding: 120px 5%  0;
}
#page .container5 .right h1 {
  font-size: 51px;
  color: #020202;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 100px;
}
#page .container5 .right .tit {
  width: 328px;
  padding-bottom: 8px;
  border-bottom: 8px solid #F3F5F7;
  border-radius: 4px;
  margin: 30px auto 30px;
  height: 37px;
  font-weight: normal;
  font-size: 50px;
  color: #2472E1;
  text-align: left;
  line-height: 1;
}
#page .container5 .right p {
  width: 328px;
  text-align: left;
  margin: 0 auto;
  font-family: Alibaba;
  font-weight: normal;
  font-size: 26px;
  color: #191919;
  line-height: 2;
}
#page .container6 {
  padding: 120px 0 ;
}
#page .container6 ul {
  width: 1500px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1680px) {
  #page .container6 ul {
    width: 80%;
  }
}
#page .container6 ul li {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
}
#page .container6 ul li:hover .img img {
  transform: scale(1.05);
}
#page .container6 ul li:nth-child(2n) {
  flex-direction: column-reverse;
}
#page .container6 ul li p {
  width: 160px;
  height: 50px;
  background: #EDF4FF;
  border-radius: 18px;
  line-height: 50px;
  text-align: center;
  margin: 30px auto;
  position: relative;
  font-size: 24px;
  color: #191919;
}
#page .container6 ul li .img {
  overflow: hidden;
}
#page .container6 ul li .img img {
  transition: all 0.3s ease-in;
  width: 100%;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
/*# sourceMappingURL=whmk.css.map */