

     .nav-bar {
      height: 55px;
      line-height: 55px;
      /* padding: 0 40px; */
      display: flex;
      align-items: center;
      justify-content: end;
      flex: 1;
    }

     .finally-one {
      display: flex;
      width: 1200px;
      margin: 0  auto;
      height: 123px;
      align-items: center;
      justify-content: space-between;
    }
    * {
    touch-action: pan-y;
      margin: 0;
        padding: 0;
        
}
         
        .finally {
      width: 100%;
      height: 203px;
      background: #102147;
      margin: 0 auto;
      background-image: url(./19x.png);
    }
.form-tip {
  position: absolute;
  right: 37%;
  top: 37%;
  color: #ff4d4f;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;

}
.finally-tem{
  background: #3D4C6D;
  height: 1px;
  width: 100%;
}
    .finally-two {
      font-family: SourceHanSansSC, SourceHanSansSC;
      font-weight: bold;
      font-size: 18px;
      color: #91a1c4;
      font-style: normal;
      text-transform: none;
      text-align: center;
      
      /* padding-top: 30px; */
    }
 /* 移动端适配 */
      @media (max-width: 1200px) {
        body{
    min-width: 1200px;
    padding: 20px;
}
         .footer-zoer{
          width: 1100px;
         }
         .footer-soar{
         width: 1100px;
         }
         .footer-soar-left{
          width: 480px;
         }
         .finally-one{
          width: 1100px;
         }
         .center{
          width: 1100px;
         }
         .mousxc{
          width: 1100px;
         }
         .finally-one-top{
           width: 1100px;
         }
         .carousel-item img{
              object-fit: scale-down !important;
         }
      }
    .finally-one-top{
         display: flex;
         margin: 0 auto;
         width: 1200px;
    align-items: center;
    height: 80px
    }
    .top-header {
      width: 337px;
    }

    .clearfix::after {
      content: "";
      display: table;
      clear: both;
    }
   .xwzx {
      padding-right: 100px;
      position: relative;
    }

    .top-header>img {
      
      /* margin-left: 149px;
      margin-top: 15px;
      margin-bottom: 15px; */
      cursor: pointer;
    }

    
    .top {
      height: 80px;
      width: 100%;
      margin: 0 auto;
      position: fixed;
      background-color: white;
      top: 0;
      z-index: 99;
      left: 0;
    }

    .footer {
      margin: 0 auto;
      
      width: 100%;
      height: 627px;
      background: #F6F6F6;
      margin-top: 62px;
      position: relative;
    }

    .footer-zoer {
    width: 1200px;
      font-size: 26px;
      color: white;
      margin: 0 auto;
      padding-top: 62px;
    }

    .footer-zoer>img {
      
    }

    .footer-soar {
      width: 1200px;
      height: 393px;
      background: white;
       margin: 0 auto;   
       margin-top: 52px;   
       display: flex;
       padding: 40px 0;
    }

    .footer-soar-one {
      font-family: SourceHanSansSC, SourceHanSansSC;
      font-weight: bold;
      font-size: 22px;
      color: #15264A;
      text-align: left;
      font-style: normal;
      text-transform: none;
   
    }

    .footer-soar-one>h3 {
      color: #adadad;
      font-weight: 500;
    }

    .footer-soar-one>i {
      font-size: 13px;
      color: #adadad;
      
      width: 320px;
    }

    .footer-soar-two {
      width: 472px;
      /* height: 16px; */
      font-family: SourceHanSansSC, SourceHanSansSC;
      font-weight: 500;
      font-size: 18px;
      color: #666666;
      text-align: left;
      font-style: normal;
      text-transform: none;
      
    }
    .footer-soar-left{
      width: 560px;
      margin-left: 40px;
    }

    .footer-soar-two>p {
      margin-top: 6px;
    }
input::placeholder {
  color: #AAAAAA;
  opacity: 1;
}
textarea::placeholder {
  color: #AAAAAA;
  opacity: 1;
}
    .footer-soar-three {
      width: 560px;
      margin-right: 40px;
     
    }

    button {
      width: 128px;
      height: 50px;
      margin-top: 1em;
      border: none;
      background: #15264A;
      color: #ffffff;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.2s ease;
      outline: none;
      -webkit-tap-highlight-color: transparent;
      font-weight: bold;
      text-align: center;
    }
    input:focus,
    textarea:focus,
    button:focus,
    textarea:focus {
      outline: none;
      /* 禁用默认黑框 */
      border: 1px solid #ddd;
      /* 恢复原有边框色，避免聚焦后边框消失 */
    }
 button:active {
      transform: scale(0.98);
      background-color: #15264A;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    input {
      font-size: 18px;
      color: #aaaaaa;
      width: 263px;
      height: 50px;
      background: #f3f4f5;
      line-height: 47px;
      border: none;
      text-indent: 1em;
    }
      .fl {
        float: left;
      }
      .fr {
        float: right;
      }
      textarea {
     width: 100%;
    height: 170px;
      background: #f3f4f5;
      margin-top: 20px;
      font-size: 18px;
      color: #aaaaaa;
      font-weight: 600;
      border: none;
      text-indent: 20px;
      padding-top: 20px;
    }

     .nav-item {
        position: relative;
        margin-right: 100px;
        cursor: pointer;
        transition: color 0.2s;
        font-weight: bold;
        font-size: 18px;
        float: right;
      }
      .nav-item:hover {
        color: #3498db;
      }

       #newsCenter{
     position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    width: 100px;
    text-align: right;
    }
   
 #newsCenter1{
     position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    width: 100px;
    text-align: right;
   
    }