.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .cn {
  font-size: 2.6vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main .section1 {
  padding: 5vw 10vw;
  background: url("../images/wbg1.png") no-repeat;
  background-size: cover!important;
}
.home .main .section1 .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.home .main .section1 .content .content {
  width: calc(90% - 62px);
  color: #1B338B;
  font-size: 1.1vw;
  line-height: 2;
  font-weight: 600;
}
.home .main .section2 {
  padding: 5vw 10vw 0 10vw;
  background: url("../images/wbg2.png") no-repeat;
  background-size: cover!important;
}
.home .main .section2 .box .t {
  color: white;
  font-size: 1.4vw;
  font-weight: bolder;
}
.home .main .section2 .box .des {
  color: white;
  font-size: 0.9vw;
  width: 60%;
  line-height: 2;
  margin: 1.5vw 0 0;
}
.home .main .section2 .box .des p {
  margin-top: 16px;
}
.home .main .section2 .box2 {
  transform: translateY(100px);
}
.home .main .section2 .box2 .t {
  color: white;
  font-size: 1.4vw;
  font-weight: bolder;
}
.home .main .section2 .box2 .three {
  display: flex;
  justify-content: space-between;
  transform: translateY(50px) translateX(-50px);
}
.home .main .section2 .box2 .three .item {
  width: calc(32% - 80px);
  border-radius: 0px 0px 62px 0px;
  background: #FFF;
  box-shadow: 0px 21px 22px 0px rgba(0, 0, 0, 0.1);
  min-height: 220px;
  padding: 40px;
  transition: all 600ms;
}
.home .main .section2 .box2 .three .item .icon {
  position: relative;
}
.home .main .section2 .box2 .three .item .icon img {
  display: block;
  transition: all 600ms;
}
.home .main .section2 .box2 .three .item .icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .main .section2 .box2 .three .item .des {
  color: #666;
  font-size: 0.9vw;
  line-height: 1.8;
  margin-top: 15px;
  transition: all 600ms;
}
.home .main .section2 .box2 .three .item:hover {
  background: #1B338B;
}
.home .main .section2 .box2 .three .item:hover .icon img:nth-child(1) {
  opacity: 0;
}
.home .main .section2 .box2 .three .item:hover .icon img:nth-child(2) {
  opacity: 1;
}
.home .main .section2 .box2 .three .item:hover .des {
  color: white;
}
.home .main .section3 {
  width: 80vw;
  margin: 12vw auto 4vw auto;
}
.home .main .section3 .t {
  text-align: center;
  font-size: 2vw;
  font-weight: bolder;
  color: #1B338B;
}
.home .main .section3 .pics {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.home .main .section3 .pics .item {
  width: 25%;
  position: relative;
  cursor: pointer;
  transition: all 600ms;
}
.home .main .section3 .pics .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.home .main .section3 .pics .item .bg {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 30vw;
}
.home .main .section3 .pics .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .main .section3 .pics .item .text .icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .section3 .pics .item .text p {
  color: white;
  font-size: 1.2vw;
  font-weight: bolder;
  margin-top: 15px;
}
.home .main .section3 .pics .active {
  width: 60%;
}
.home .main .section3 .pics .active .text {
  left: 15%;
  top: 70%;
}
.home .main .section4 {
  padding: 5vw 10vw;
  background: url("../images/wbg3.png") no-repeat;
  background-size: cover!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section4 .l {
  width: 48%;
  text-align: center;
}
.home .main .section4 .l .pic {
  display: inline-block;
  position: relative;
}
.home .main .section4 .l .pic .border img {
  display: block;
}
.home .main .section4 .l .pic .c {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.home .main .section4 .l .pic .c img {
  width: 100%;
  height: 100%;
}
.home .main .section4 .r {
  width: 48%;
  color: #111;
  font-size: 0.9vw;
  line-height: 2;
}
.home .main .section5 {
  width: 80vw;
  margin: 3vw auto;
}
.home .main .section5 .t {
  color: #1B338B;
  font-weight: bolder;
  font-size: 1.5vw;
}
.home .main .section5 .t2 {
  width: 70%;
  color: #666;
  line-height: 2;
  margin: 15px 0;
}
.home .main .section5 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.home .main .section5 .form .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
}
.home .main .section5 .form .item .tag {
  width: 160px;
  background: #F0F0F0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 25px 0;
  text-indent: 50px;
}
.home .main .section5 .form .item .sr {
  width: calc(100% - 160px);
}
.home .main .section5 .form .item .sr input {
  width: 95%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: white;
  padding: 25px 0;
  outline: none;
  border: none;
  text-indent: 30px;
  color: #999999;
  font-size: 16px;
}
.home .main .section5 .form .item .sr textarea {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background: white;
  padding: 25px 0;
  outline: none;
  border: none;
  height: 60px;
  text-indent: 30px;
  color: #999999;
  font-size: 16px;
  resize: none;
}
.home .main .section5 .more {
  width: 194px;
  height: 52px;
  border: 1px solid rgba(27, 51, 139, 0.5);
  border-radius: 48px;
  position: relative;
  display: block;
}
.home .main .section5 .more p {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #1B338B;
}
.home .main .section5 .more .circle {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  background: #1B338B;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  justify-content: center;
  transition: all 600ms;
}
.home .main .section5 .more .circle img {
  transform: translateY(-2px);
  display: block;
}
.home .main .section5 .more:hover .circle {
  right: 30px;
}
@media screen and (max-width: 1440px) {
  .home .main .section3 {
    margin-top: 185px;
  }
  .home .main .section3 .pics .item .bg {
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text {
    left: 5vw;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main .section1 {
    padding: 20px 5vw;
  }
  .home .main .section1 .content {
    width: 100%;
  }
  .home .main .section1 .content .content {
    width: calc(98% - 62px);
    font-size: 14px;
  }
  .home .main .section1 .content .icon img {
    width: 20px;
  }
  .home .main .section2 {
    padding: 30px 5vw;
  }
  .home .main .section2 .box .t {
    font-size: 18px;
  }
  .home .main .section2 .box .des {
    width: 100%;
    font-size: 14px;
  }
  .home .main .section2 .box2 {
    transform: translateY(0);
  }
  .home .main .section2 .box2 .t {
    font-size: 18px;
    margin: 20px 0;
  }
  .home .main .section2 .box2 .three {
    transform: translate(0, 0);
    flex-direction: column;
  }
  .home .main .section2 .box2 .three .item {
    width: 90%;
    padding: 20px 5%;
    margin-bottom: 20px;
    height: auto;
  }
  .home .main .section2 .box2 .three .item .des {
    font-size: 14px;
  }
  .home .main .section3 {
    width: 90vw;
    margin: 30px auto;
  }
  .home .main .section3 .t {
    font-size: 20px;
  }
  .home .main .section3 .pics {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .home .main .section3 .pics .item {
    width: 50%;
  }
  .home .main .section3 .pics .item .bg {
    height: 300px;
  }
  .home .main .section3 .pics .item .text p {
    font-size: 18px;
  }
  .home .main .section3 .pics .active {
    width: 50%;
  }
  .home .main .section3 .pics .active .text {
    left: 50%;
    top: 50%;
  }
  .home .main .section4 {
    padding: 30px 5vw;
    flex-direction: column;
  }
  .home .main .section4 .l {
    width: 100%;
  }
  .home .main .section4 .l .border {
    width: 50vw;
  }
  .home .main .section4 .r {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .home .main .section5 {
    width: 90vw;
    margin: 30px auto;
  }
  .home .main .section5 .t {
    font-size: 20px;
  }
  .home .main .section5 .t2 {
    width: 100%;
    font-size: 16px;
  }
  .home .main .section5 .form .item {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .home .main .section5 .form .item .tag {
    width: 80px;
    font-size: 14px;
    text-indent: 0;
    padding: 15px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
  }
  .home .main .section5 .form .item .sr {
    width: calc(100% - 80px);
  }
  .home .main .section5 .form .item .sr input {
    padding: 18px 0;
    font-size: 14px;
  }
  .home .main .section5 .form .item .sr textarea {
    padding: 18px 0;
  }
  .home .main .section5 .more {
    width: 160px;
  }
}
@media (max-width:1110px){
    .home .main .section4{
        gap: 50px;
    }
}
@media (max-width:996px){
    .home .main .section4{
        gap: 80px;
    }
}
@media (max-width:896px){
    .home .main .section4{
        gap: 120px;
    }
}

/*# sourceMappingURL=wj.css.map */
