.banner .wrap:after {
  display: none;
}
.sec1 {
  background: #F8F8F8;
  padding: 132px 0 0px;
}
.sec1 .wrap {
  width: 1440px;
  margin: 0 auto;
}
.sec1 .wrap .box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px 0 rgba(50, 83, 113, 0.06), 2px 2px 6px 0 #FFF inset;
  background: #FFFFFF;
  padding: 62px 0 113px;
  position: relative;
}
.sec1 .wrap .box .box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sec1 .wrap .box .box_bg .cir {
  position: absolute;
  width: 599px;
  height: 599px;
  border-radius: 599px;
  opacity: 0.1;
  background: #FF5D64;
  filter: blur(100px);
  top: -238px;
  right: -191px;
  transform-origin: 50% 40%;
  animation: 10s scale linear infinite;
}
.sec1 .wrap .box .box_bg .cir1 {
  position: absolute;
  width: 317px;
  height: 317px;
  border-radius: 317px;
  opacity: 0.1;
  background: #0F56EF;
  filter: blur(100px);
  bottom: -151px;
  left: -147px;
  transform-origin: 50% 40%;
  animation: 15s scale1 linear infinite;
}
.sec1 .wrap .box .box_content {
  position: relative;
  z-index: 3;
}
.sec1 .wrap .box .box_content .h5 {
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 1.8px;
}
.sec1 .wrap .box .box_content .des {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 2px 0 0;
}
.sec1 .wrap .box .box_content .flex {
  display: flex;
  align-items: flex-start;
  margin: 99px 0 0;
}
.sec1 .wrap .box .box_content .flex .r {
  width: 50%;
  padding: 0 0 0 245px;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box {
  padding: 9px 0 0;
  width: fit-content;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box .ewm {
  width: 210px;
  margin-bottom: 10px;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box .ewm img {
  display: block;
  width: 100%;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.sec1 .wrap .box .box_content .flex .l {
  width: 50%;
  padding: 0 121px;
  border-right: 1px solid #D9D9D9;
}
.sec1 .wrap .box .box_content .flex .l .h6 {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  /* 166.667% */
  margin-bottom: 62px;
}
.sec1 .wrap .box .box_content .flex .l .links a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec1 .wrap .box .box_content .flex .l .links a:not(:last-child) {
  margin-bottom: 29px;
}
.sec1 .wrap .box .box_content .flex .l .links a .img {
  display: block;
  width: 22px;
}
.sec1 .wrap .box .box_content .flex .l .links a p {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.sec2 {
  background: #F8F8F8;
  padding: 154px 0 127px;
}
.sec2 .wrap {
  width: 1440px;
  margin: 0 auto;
}
.sec2 .wrap .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
}
.sec2 .wrap .des {
  color: #333;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777;
  margin: 24px 0 57px;
}
.sec2 .wrap form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.sec2 .wrap form input {
  width: calc(50% - 20px);
  height: 60px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  padding: 0 20px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
}
.sec2 .wrap form input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.sec2 .wrap form .down_pull {
  width: calc(50% - 20px);
  height: 60px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 0 37px 0 20px;
}
.sec2 .wrap form .down_pull .txt {
  color: #05173A;
  font-size: 16px;
  font-weight: 400;
}
.sec2 .wrap form .down_pull.on .jt {
  transform: rotate(180deg);
}
.sec2 .wrap form .down_pull .jt {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-width: 8px;
  transition: all 0.6s;
  border-right-width: 8px;
  border-bottom: 0;
  border-top-color: #333;
}
.sec2 .wrap form textarea {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  padding: 12px 20px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
}
.sec2 .wrap form textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.sec2 .wrap form .btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0;
}
.sec2 .wrap form .btns .reset {
  width: 150px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: 0.6s;
  cursor: pointer;
}
.sec2 .wrap form .btns .reset:hover {
  background: #0C3388;
  border: 1px solid #0C3388;
  color: #FFFFFF;
}
.sec2 .wrap form .btns button {
  width: 150px;
  height: 50px;
  border-radius: 8px;
  background: #0C3388;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec2 .wrap form .btns button p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
@keyframes scale {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale1 {
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1919px) {
.sec1{
padding: 6.875vw 0px 0px;
}
.sec1 .wrap{
width: 75vw;
}
.sec1 .wrap .box{
border-radius: 1.0416666667vw;
 box-shadow: rgba(50, 83, 113, 0.06) 0px 0.5208333333vw 1.5625vw 0px, rgb(255, 255, 255) 0.1041666667vw 0.1041666667vw 0.3125vw 0px inset;
 padding: 3.2291666667vw 0px 5.8854166667vw;
}
.sec1 .wrap .box .box_bg{
border-radius: 1.0416666667vw;
}
.sec1 .wrap .box .box_bg .cir{
width: 31.1979166667vw;
 height: 31.1979166667vw;
 border-radius: 31.1979166667vw;
 filter: blur(5.2083333333vw);
 top: -12.3958333333vw;
 right: -9.9479166667vw;
}
.sec1 .wrap .box .box_bg .cir1{
width: 16.5104166667vw;
 height: 16.5104166667vw;
 border-radius: 16.5104166667vw;
 filter: blur(5.2083333333vw);
 bottom: -7.8645833333vw;
 left: -7.65625vw;
}
.sec1 .wrap .box .box_content .h5{
font-size: 1.875vw;
 line-height: 3.125vw;
 letter-spacing: 0.09375vw;
}
.sec1 .wrap .box .box_content .des{
font-size: 0.9375vw;
 line-height: 1.6666666667vw;
 margin: 0.1041666667vw 0px 0px;
}
.sec1 .wrap .box .box_content .flex{
margin: 5.15625vw 0px 0px;
}
.sec1 .wrap .box .box_content .flex .r{
padding: 0px 0px 0px 12.7604166667vw;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box{
padding: 0.46875vw 0px 0px;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box .ewm{
width: 10.9375vw;
 margin-bottom: 0.5208333333vw;
}
.sec1 .wrap .box .box_content .flex .r .ewm_box p{
font-size: 0.8333333333vw;
 line-height: 1.25vw;
}
.sec1 .wrap .box .box_content .flex .l{
padding: 0px 6.3020833333vw;
}
.sec1 .wrap .box .box_content .flex .l .h6{
font-size: 1.875vw;
 line-height: 3.125vw;
 margin-bottom: 3.2291666667vw;
}
.sec1 .wrap .box .box_content .flex .l .links a{
gap: 0.4166666667vw;
}
.sec1 .wrap .box .box_content .flex .l .links a:not(:last-child){
margin-bottom: 1.5104166667vw;
}
.sec1 .wrap .box .box_content .flex .l .links a .img{
width: 1.1458333333vw;
}
.sec1 .wrap .box .box_content .flex .l .links a p{
font-size: 1.1458333333vw;
 line-height: 1.25vw;
}
.sec2{
padding: 8.0208333333vw 0px 6.6145833333vw;
}
.sec2 .wrap{
width: 75vw;
}
.sec2 .wrap .title{
font-size: 2.0833333333vw;
}
.sec2 .wrap .des{
font-size: 0.9375vw;
 margin: 1.25vw 0px 2.96875vw;
}
.sec2 .wrap form{
gap: 1.0416666667vw 2.0833333333vw;
}
.sec2 .wrap form input{
width: calc(50% - 1.0416666667vw);
 height: 3.125vw;
 border-radius: 0.4166666667vw;
 padding: 0px 1.0416666667vw;
 font-size: 0.8333333333vw;
}
.sec2 .wrap form input::placeholder{
font-size: 0.8333333333vw;
}
.sec2 .wrap form .down_pull{
width: calc(50% - 1.0416666667vw);
 height: 3.125vw;
 border-radius: 0.4166666667vw;
 font-size: 0.8333333333vw;
 padding: 0px 1.9270833333vw 0px 1.0416666667vw;
}
.sec2 .wrap form .down_pull .txt{
font-size: 0.8333333333vw;
}
.sec2 .wrap form .down_pull .jt{
border-width: 0.5208333333vw 0.4166666667vw 0px;
}
.sec2 .wrap form textarea{
height: 10.4166666667vw;
 border-radius: 0.4166666667vw;
 padding: 0.625vw 1.0416666667vw;
 font-size: 0.8333333333vw;
}
.sec2 .wrap form textarea::placeholder{
font-size: 0.8333333333vw;
}
.sec2 .wrap form .btns{
gap: 1.0416666667vw;
 margin: 1.0416666667vw 0px 0px;
}
.sec2 .wrap form .btns .reset{
width: 7.8125vw;
 height: 2.6041666667vw;
 border-radius: 0.4166666667vw;
 font-size: 0.8333333333vw;
}
.sec2 .wrap form .btns button{
width: 7.8125vw;
 height: 2.6041666667vw;
 border-radius: 0.4166666667vw;
}
.sec2 .wrap form .btns button p{
font-size: 0.8333333333vw;
}
.sec1 .wrap .box .box_content .flex .l .links a img{
  width: 1.145833333vw;
}
}
@media screen and (max-width: 1024px) {
  .sec1{
    padding-top: 50px;
  }
  .sec1 .wrap{
    width: 90vw;
  }
  .sec1 .wrap .box{
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(50, 83, 113, 0.06) 0px 5px 10px 0px, rgb(255, 255, 255) 3px 3px 6px 0px inset;
  }
  .sec1 .wrap .box .box_content .h5{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    /* margin-bottom: 20px; */
  }
  .sec1 .wrap .box .box_content .des{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .sec1 .wrap .box .box_content .flex{
    margin-top: 30px;
    flex-direction: column;
  }
  .sec1 .wrap .box .box_content .flex .l{
    padding: 0;
    width: 100%;
    text-align: center;
    border-right: none;
  }
  .sec1 .wrap .box .box_content .flex .l .h6{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sec1 .wrap .box .box_content .flex .l .links a{
    display: flex;
    gap: 10px;
    margin: 0 auto;
    width: fit-content;
  }
  .sec1 .wrap .box .box_content .flex .l .links a img{
    width: 16px;
  }
  .sec1 .wrap .box .box_content .flex .l .links a:not(:last-child){
    margin-bottom: 10px;
  }
  .sec1 .wrap .box .box_content .flex .l .links a p{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec1 .wrap .box .box_content .flex .r{
    padding-left: 0;
    width: fit-content;
    margin: 0 auto;
  }
  .sec1 .wrap .box .box_content .flex .r .ewm_box{
    padding-top: 0;
    margin-top: 20px;
  }
  .sec1 .wrap .box .box_content .flex .r .ewm_box .ewm{
    width: 120px;
    margin-bottom: 10px;
  }
  .sec1 .wrap .box .box_content .flex .r .ewm_box p{
    font-size: 12px;
    line-height: 2;
  }
  .sec2{
    padding: 50px 0;
  }
  .sec2 .wrap{
    width: 90vw;
  }
  .sec2 .wrap .title{
    font-size: 20px;
  }
  .sec2 .wrap .des{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sec2 .wrap form{
    gap: 20px;
  }
  .sec2 .wrap form .down_pull,
  .sec2 .wrap form input{
    width: calc(50% - 10px);
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
  }
  .sec2 .wrap form textarea::placeholder,
  .sec2 .wrap form input::placeholder{
    font-size: 14px;
  }
  .sec2 .wrap form .down_pull .txt{
    font-size: 14px;
  }
  .sec2 .wrap form textarea{
    height: 120px;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
  }
  .sec2 .wrap form .btns{
    margin-top: 0;
  }
  .sec2 .wrap form .btns button,
  .sec2 .wrap form .btns .reset{
    width: 120px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
  }
  .sec2 .wrap form .btns button p{
    font-size: 14px;
  }
  .sec2 .wrap form .btns{
    gap: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec2 .wrap form .down_pull, .sec2 .wrap form input{
    width: 100%;
  }
  .sec2 .wrap form{
    gap: 10px;
  }
  .sec2 .wrap form .down_pull .jt{
    border-width: 6px 4px 0;
  }
}