.container {
  position: relative;
}

.container .banner {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 10.80rem; */
  height: 100vh;
}

.container .banner .banner_img {
  width: 100%;
  height: 125%;
  object-fit: cover;
}

.container .banner .banner_content {
  position: absolute;
  color: #fff;
  top: 2.79rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .05rem;
}

.container .banner .banner_content span {
  font-family: 'Medium';
  line-height: 150%;
}

.container .banner .banner_content p {
  font-family: 'Light';
  font-weight: 275;
  line-height: 100%;
  /* opacity: 0.25; */
  color: rgba(255, 255, 255, 1);
}

.container .page_footer {
  width: 100%;
  /* top: 20.71rem; */
  /* height: 10rem; */
  /* position: absolute; */
  position: relative;
  z-index: 3;
  margin: 2.53rem 0 0 0;
}

.container .footer {
  z-index: 3;
}

.container .main {
  /* position: absolute;
  top: 7.8rem; */
  position: relative;
  width: 100%;
  background-color: #fff;
  /* background: url('../img/newsCenter/news_main_bg.png') no-repeat center top; */
  /* background-size: cover; */
  /* padding: 2.57rem 0 3rem 0; */
  margin: 2.57rem 0 0 0;
  /* padding: 0 0 2.53rem 0; */
  z-index: 2;
}

.container .main .bg {
  position: absolute;
  top: -1.9rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.container .main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .main .zz {
  position: absolute;
  top: -2.8rem;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 0;
}

.container .main .footer .zz {
  top: -1rem;
}

.container .main .zz:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21.35rem;
  height: 2.57rem;
  background: url('../img/f_solid.png');
  background-size: 100% 100%;
  z-index: -2;
  animation: wave-flow 5s linear infinite;
}

@keyframes wave-flow {
  0% {
    background-position: 0 0;
  }

  100% {
    /* 背景图宽度 200px 时，移动 -200px 实现循环 */
    background-position: -21.35rem 0;
  }
}

.container .main_bg_1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 83%;
  background: url('../img/main_bg.png') no-repeat center top;
  background-size: cover;
  z-index: 1;
}

.container .main_bg_2 {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  height: 24%;
  background: url('../img/contact_bg.png') no-repeat center bottom;
  background-size: 100% 240%;
  z-index: 1;
}

.container .main .crumb {
  display: flex;
  align-items: center;
  color: #666;
  width: 100%;
  padding: .2rem 1.3rem .8rem 1.32rem;
  /* margin: 0.2rem auto .8rem auto; */
  z-index: 1;
  position: relative;
}

.container .main .crumb .crumb-home {
  display: block;
  width: .24rem;
  height: .24rem;
  margin-right: .1rem;
}

.container .main .crumb .crumb_arrow {
  display: block;
  width: .14rem;
  height: .14rem;
  margin-right: .1rem;
}

.container .main .crumb a:last-child {
  color: #333;
}

.container .main .crumb a {
  font-family: 'regular';
  font-weight: 400;
  color: rgba(26, 56, 55, 1);
}

.container .main .content_box {
  display: flex;
  gap: .98rem;
  /* justify-content: center; */
  justify-content: space-between;
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 0 2.32rem;
}

.container .main .content_box .info {
  width: 5.4rem;
}

.container .main .content_box .info .top_label {
  font-family: 'Medium';
  font-weight: 500;
  color: rgba(26, 56, 55, 1);
  margin-bottom: .6rem;
}

.container .main .content_box .info .list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.container .main .content_box .info .list .item_box {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.container .main .content_box .info .list .item_box.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.container .main .content_box .info .list .item_box .label {
  display: flex;
  gap: .2rem;
  align-items: center;
  margin-bottom: .2rem;

  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(102, 119, 120, 1);
}

.container .main .content_box .info .list .item_box .label img {
  width: .28rem;
  height: .28rem;
}

.container .main .content_box .info .list .item_box .value {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
}

.container .main .content_box .info .list .item_box .info_content .value {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
}

.container .main .content_box .info .list .item_box .info_content {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  align-items: center;
  gap: .5rem;
}

.container .main .content_box .info .list .item_box .info_content .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  flex-shrink: 0;

  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
}

.container .main .content_box .info .list .item_box .info_content img {
  width: .72rem;
  height: .72rem;
}

.container .main .content_box .form_box {
  width: 7.5rem;
}

.container .main .content_box .form_box .top_label {
  font-family: 'Medium';
  font-weight: 500;
  color: rgba(26, 56, 55, 1);
  margin-bottom: .6rem;
}

.container .main .content_box .form_box .form_desc {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 1.3;
  color: rgba(26, 56, 55, 0.6);
  margin: .48rem 0 0.22rem 0;
}

.container .main .content_box .form_box form {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  align-items: center;
}

.container .main .content_box .form_box form .form_item {
  width: 3.62rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.container .main .content_box .form_box form .form_item.fall {
  width: 100%;
}

.container .main .content_box .form_box form .form_item .label {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
}

.container .main .content_box .form_box form .form_item .label strong {
  font-family: 'Medium';
  font-weight: 500;
  line-height: 100%;
  color: rgba(194, 58, 30, 1);
  margin-right: .1rem;
}

.container .main .content_box .form_box form .form_item .input {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
  border: .01rem solid rgba(217, 217, 217, 0.6);
  padding: .17rem .18rem;
  border-radius: .1rem;
}


.container .main .content_box .form_box form .submit button {
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
  /* padding: .2rem .4rem; */
  border-radius: .24rem 0 .24rem 0;
  border-style: none;
  margin-top: .2rem;
  width: 1.34rem;
  height: .49rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.container .main .content_box .form_box form .submit button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  padding: .01rem;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.container .main .content_box .form_box form .submit button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  
  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.container .main .content_box .form_box form .submit button:hover::after {
  opacity: 1;
}
.container .main .content_box .form_box form .submit button:hover {
  -webkit-background-clip: none;
  background-clip: none;
  color: #fff;
}


.container .main .content_box .form_box form .submit button .normal,
.container .main .content_box .form_box form .submit button:hover .active {
  display: block;
}

.container .main .content_box .form_box form .submit button .active,
.container .main .content_box .form_box form .submit button:hover .normal {
  display: none;
}














@media (max-width: 767px) {
    .container .banner {
        height: 134.6vw;
    }
    .container .banner .banner_content span {
        font-size: 26px;
    }
    .container .banner .banner_content p {
        font-size: 13px;
    }
    .container .main .crumb {
        padding: 20px 17px 40px 17px;
    }
    .container .main .content_box {
        padding: 0 17px;
        flex-direction: column;
        justify-content: center;
    }
    .container .main .content_box .form_box form .submit button {
        width: unset;
        height: unset;
        padding: 7.5px 9.5px;
    }
    
    .container .main .content_box .info .list .item_box .info_content img {
        width: 72px;
        height: 72px;
    }
    
    .container .main .content_box .info {
        width: 100%;
    }
    .container .main .content_box .form_box {
        width: 100%;
    }
    
    .container .main .content_box .form_box form .form_item {
        width: 100%;
    }
    
    
    .f_16 {
        font-size: 12px;
    }
    .f_18 {
        font-size: 13px;
    }
    .f_20 {
        font-size: 13px;
    }
} 




