.wapper {
    width: 1375px;
    margin: 0 auto;
  }
  
  header nav {
    display: none !important;
  }
  /* PC端竖屏截图样式 */
.app-screenshots .vertical-screenshot img {
  width: 188px;
  height: 400px;
  object-fit: cover;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .app-screenshots .vertical-screenshot img {
    width: 94px;  /* PC端的50% */
    height: 200px; /* PC端的50% */
  }
}
  
  .banner {
    height: 633px;
  }
  .banner .bannerBox {
    height: 100%;
    position: relative;
  }
  .banner .bannerBox .con {
    position: absolute;
    top: 30%;
  }
  .banner .bannerBox .con .fuTitle {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 23px;
    display: block;
  }
  .banner .bannerBox .con .title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  .banner .bannerBox .con .littleTitle {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-top: 57px;
  }
  
  .service {
    height: 1092px;
  }
  .service .serviceBox {
    height: 100%;
    position: relative;
  }
  .service .serviceBox .title {
    padding-top: 115px;
  }
  .service .serviceBox .title h2 {
    font-size: 32px;
    color: #333;
    display: block;
    font-weight: normal;
    text-align: center;
  }
  .service .serviceBox .con {
    width: 1375px;
    position: absolute;
    bottom: 170px;
  }
  .service .serviceBox .con ul {
    display: flex;
    justify-content: space-between;
    height: 180px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
  }
  .service .serviceBox .con ul li {
    width: 33.3%;
    border-right: 1px solid #d9d9d9;
    padding: 40px 0 0 95px;
  }
  .service .serviceBox .con ul li .conTitle {
    display: flex;
    justify-content: left;
    margin-bottom: 22px;
    height: 30px;
    line-height: 30px;
  }
  .service .serviceBox .con ul li .conTitle h2 {
    font-size: 24px;
    color: #333;
  }
  .service .serviceBox .con ul li .conTitle span {
    display: block;
    font-size: 12px;
    color: #FB2902;
    border: 1px solid #FB2902;
    margin-left: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
  }
  .service .serviceBox .con ul li span {
    font-size: 14px;
    display: block;
    color: #4b5b76;
    line-height: 30px;
  }
  .service .serviceBox .con ul li:nth-child(1):hover {
    border-radius: 8px 0 0px 8px;
  }
  .service .serviceBox .con ul li:nth-child(3):hover {
    border-radius: 0 8px 8px 0;
  }
  .service .serviceBox .con ul li:hover {
    background-color: #FB2902;
  }
  .service .serviceBox .con ul li:hover .conTitle h2 {
    font-size: 24px;
    color: #fff;
  }
  .service .serviceBox .con ul li:hover .conTitle span {
    color: #fff;
    border: 1px solid #fff;
  }
  .service .serviceBox .con ul li:hover span {
    color: #fff;
  }
  .service .serviceBox .con ul li:last-child {
    border-right: none;
  }
  
  .funeng {
    height: 621px;
  }
  .funeng .funengBox {
    height: 100%;
    position: relative;
  }
  .funeng .funengBox .title {
    padding-top: 101px;
  }
  .funeng .funengBox .title h2 {
    font-size: 32px;
    color: #0f151f;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .funeng .funengBox .title span {
    font-size: 16px;
    color: #0f151f;
    display: block;
    text-align: center;
  }
  .funeng .funengBox .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, 0.8);
  }
  .funeng .funengBox .con ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    top: -25px;
  }
  .funeng .funengBox .con ul li h2 {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(11, 77, 204, 0.5);
    color: 0b4dcc;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 17px;
  }
  .funeng .funengBox .con ul li h2:hover {
    background: rgba(51, 116, 254, 0.8);
    color: #fff;
  }
  .funeng .funengBox .con ul li span {
    font-size: 20px;
    display: block;
    color: #0f151f;
    margin-bottom: 28px;
    text-align: center;
  }
  .funeng .funengBox .con ul li span:hover {
    color: #FB2902;
  }
  
  .chose .choseBox .wapper {
    padding-top: 101px;
    margin-bottom: 175px;
  }
  .chose .choseBox .wapper .cooperation .title {
    padding-top: 101px;
    margin-bottom: 81px;
  }
  .chose .choseBox .wapper .cooperation .title h2 {
    font-size: 32px;
    color: #0f151f;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .chose .choseBox .wapper .cooperation .title span {
    font-size: 16px;
    color: #0f151f;
    display: block;
    text-align: center;
  }
  .chose .choseBox .wapper .cooperation .con ul {
    width: 1355px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 5px;
  }
  .chose .choseBox .wapper .cooperation .con ul li {
    width: 200px;
    height: 80px;
    margin-bottom: 27px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
  }
  .chose .choseBox .wapper .cooperation .con ul li .picBox {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .chose .choseBox .wapper .cooperation .con ul li .picBox img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .chose .choseBox .wapper .cooperation .con ul li:hover {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
  }
  .chose .choseBox .wapper .cooperation .con ul li:hover .picBox {
    border-radius: 10px;
  }
  .chose .choseBox .wapper .cooperation .con ul li:hover .picBox img {
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s;
    transform: scale(1.1);
  }
  .chose .choseBox .wapper .know .title {
    padding-top: 101px;
    margin-bottom: 40px;
  }
  .chose .choseBox .wapper .know .title h2 {
    font-size: 32px;
    color: #0f151f;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .chose .choseBox .wapper .know .title span {
    font-size: 16px;
    color: #0f151f;
    display: block;
    text-align: center;
  }
  .chose .choseBox .wapper .know .con {
    text-align: center;
  }
  .chose .choseBox .wapper .know .con button {
    background: #3473fe;
    border-radius: 8px 8px 8px 8px;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .chose .choseBox .wapper .know .con .conBox {
    display: flex;
    justify-content: space-between;
  }
  .chose .choseBox .wapper .know .con .conBox .left {
    width: 20%;
    margin-top: 200px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .top {
    display: flex;
    justify-content: left;
    margin-bottom: 45px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .top img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .top h2 {
    font-weight: normal;
    color: #FB2902;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .middle li {
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .bottom {
    display: flex;
    justify-content: space-between;
  }
  .chose .choseBox .wapper .know .con .conBox .left .bottom li {
    width: 28px;
    height: 28px;
  }
  .chose .choseBox .wapper .know .con .conBox .left .bottom li img {
    width: 100%;
  }
  .chose .choseBox .wapper .know .con .conBox .left .bottom li:nth-child(3) img {
    height: 100%;
    width: auto;
  }
  .chose .choseBox .wapper .know .con .conBox .right {
    width: 60%;
  }
  .chose .choseBox .wapper .know .con .conBox .right img {
    width: 100%;
  }
  .chose .choseBox .footer {
    width: 1466px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0;
  }
  .chose .choseBox .footer .left {
    width: 15%;
    border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 0;
  }
  .chose .choseBox .footer .left img {
    width: 50px;
    margin-bottom: 10px;
  }
  .chose .choseBox .footer .left .footer-left-title {
    font-size: 16px;
    display: block;
    font-weight: bold;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
  }
  .chose .choseBox .footer .left .footer-left-title::before {
    content: "";
    background-color: #FB2902;
    opacity: 0.7;
    width: 20px;
    height: 2px;
    right: 0;
    position: absolute;
    bottom: 10px;
  }
  .chose .choseBox .footer .left .footer-left-title::after {
    content: "";
    background-color: #FB2902;
    opacity: 0.7;
    width: 20px;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 10px;
  }
  .chose .choseBox .footer .left span {
    display: block;
    color: #333;
    font-size: 12px;
  }
  .chose .choseBox .footer .right {
    width: 85%;
    box-sizing: border-box;
    padding: 25px 50px;
  }
  .chose .choseBox .footer .right ul {
    display: flex;
    justify-content: space-around;
  }
  .chose .choseBox .footer .right ul li {
    text-align: center;
  }
  .chose .choseBox .footer .right ul li img {
    width: 80px;
    height: 80px;
    transition: transform 0.5s;
    margin-bottom: 25px;
  }
  .chose .choseBox .footer .right ul li span {
    display: block;
    font-size: 14px;
    color: #333;
  }
  .chose .choseBox .footer .right ul li:hover img {
    transform: rotateY(360deg);
  }
  .chose .choseBox .footer-bottom {
    width: 1466px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    padding: 22px 0;
  }
  .chose .choseBox .footer-bottom span {
    margin-right: 20px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    color: #999;
    display: flex;
  }
  .chose .choseBox .footer-bottom span img {
    height: 14px;
    line-height: 14px;
  }
  .chose .choseBox .footer-bottom span i {
    font-style: normal;
  }
  
  .more {
    background-color: #fff;
    height: 470px;
  }
  .more .moreBox {
    padding: 94px 0;
    box-sizing: border-box;
  }
  .more .moreBox .wapper .title {
    margin-bottom: 58px;
  }
  .more .moreBox .wapper .title h2 {
    font-size: 32px;
    color: #000;
    display: block;
    text-align: center;
    font-weight: normal;
  }
  .more .moreBox .wapper .con ul {
    display: flex;
    justify-content: space-between;
  }
  .more .moreBox .wapper .con ul li {
    height: 200px;
    width: 32%;
    position: relative;
  }
  .more .moreBox .wapper .con ul li .concon {
    position: absolute;
    right: 30px;
    top: 70px;
  }
  .more .moreBox .wapper .con ul li .concon h2 {
    font-size: 26px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .more .moreBox .wapper .con ul li .concon span {
    font-size: 14px;
    color: #4b5b76;
  }
  
  .fu_footer {
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 58px;
  }
  .fu_footer .wapper {
    display: flex;
    justify-content: space-between;
  }
  .fu_footer .wapper .left {
    width: 70%;
  }
  .fu_footer .wapper .left .leftTitle {
    display: flex;
    justify-content: left;
    margin-bottom: 36px;
  }
  .fu_footer .wapper .left .leftTitle img {
    height: 27px;
    margin-right: 5px;
  }
  .fu_footer .wapper .left .leftTitle span {
    font-size: 18px;
    color: #333;
    height: 27px;
    line-height: 27px;
  }
  .fu_footer .wapper .left .leftCon {
    margin-bottom: 28px;
  }
  .fu_footer .wapper .left .leftCon span {
    font-size: 12px;
    color: #999;
    font-size: 12px;
    margin-bottom: 14px;
    display: block;
  }
  .fu_footer .wapper .left .leftBottom {
    display: flex;
    justify-content: left;
  }
  .fu_footer .wapper .left .leftBottom span {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
  }
  .fu_footer .wapper .left .leftBottom span img {
    width: 12px;
  }
  .fu_footer .wapper .right {
    width: 20%;
    text-align: center;
  }
  .fu_footer .wapper .right .erm {
    width: 131px;
    height: 131px;
    border: 1px solid #999;
    margin: 0 auto;
  }
  .fu_footer .wapper .right .erm img {
    width: 100%;
  }
  .fu_footer .wapper .right ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
  }
  .fu_footer .wapper .right ul li {
    width: 24px;
    height: 20px;
  }
  .fu_footer .wapper .right ul li img {
    width: 100%;
    height: 100%;
  }
  .fu_footer .wapper .right ul li:nth-child(3) {
    width: 14px;
  }
  
  .fu_video {
    width: 100%;
  }
  .fu_video .fu_videoBox {
    padding: 74px 0;
  }
  .fu_video .fu_videoBox .wapper video {
    width: 100%;
    height: auto;
    background-color: #000;
  }
  
  .banner_tong {
    margin-top: 72px;
    width: 100%;
  }
  .banner_tong img {
    width: 100%;
  }
  
  .automatic .title_top {
    width: 100%;
    padding: 37px 0;
    background-color: #fff;
  }
  .automatic .title_top ul {
    width: 1375px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .automatic .title_top ul li {
    width: 20%;
  }
  .automatic .title_top ul li span {
    display: block;
    border-right: 1px solid #ccc;
    font-size: 18px;
    text-align: center;
    color: #333;
    height: 25px;
    line-height: 25px;
  }
  .automatic .title_top ul li:last-child span {
    border-right: none;
  }
  .automatic .automaticBox {
    height: 905px;
  }
  .automatic .automaticBox .wapper .title {
    display: flex;
    justify-content: left;
    height: 45px;
    line-height: 45px;
    padding: 80px 0 60px 0;
  }
  .automatic .automaticBox .wapper .title h2 {
    font-size: 32px;
    color: #333;
    margin-right: 10px;
    font-weight: normal;
    width: 200px;
  }
  .automatic .automaticBox .wapper .title span {
    font-size: 18px;
    color: #4b5b76;
  }
  .automatic .automaticBox .wapper .con {
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .automatic .automaticBox .wapper .con .left {
    width: 67%;
  }
  .automatic .automaticBox .wapper .con .left video {
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 20px 0 0 20px;
  }
  .automatic .automaticBox .wapper .con .right {
    width: 33%;
    padding: 50px 20px;
  }
  .automatic .automaticBox .wapper .con .right .top .top_title {
    width: 87px;
    height: 29px;
    line-height: 29px;
    margin-bottom: 35px;
  }
  .automatic .automaticBox .wapper .con .right .top .top_title span {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
  }
  .automatic .automaticBox .wapper .con .right .top .top_title span::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    top: 3px;
    left: 13px;
    background-color: #fff;
  }
  .automatic .automaticBox .wapper .con .right ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 28px;
    box-sizing: border-box;
    margin-bottom: 32px;
  }
  .automatic .automaticBox .wapper .con .right ul li .li_left {
    width: 40px;
    height: 40px;
  }
  .automatic .automaticBox .wapper .con .right ul li .li_left span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  .automatic .automaticBox .wapper .con .right ul li .li_right {
    width: 80%;
  }
  .automatic .automaticBox .wapper .con .right ul li .li_right span {
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  
  @media screen and (max-width: 780px) {
    .navPhone {
      display: block;
      height: 40px;
      padding: 10px;
      background-color: #213972;
      box-sizing: border-box;
    }
    .navPhone img {
      height: 100%;
    }
    .wapper {
      width: 100%;
      margin: 0 auto;
    }
    .banner {
      height: 200px;
    }
    .banner .bannerBox {
      height: 100%;
      position: relative;
    }
    .banner .bannerBox .con {
      position: absolute;
      top: 30%;
    }
    .banner .bannerBox .con .fuTitle {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 23px;
      display: block;
      display: none;
    }
    .banner .bannerBox .con .title {
      font-size: 12px;
      color: #fff;
      font-weight: bold;
      display: block;
      margin-top: 40px;
      padding: 0 30px;
    }
    .banner .bannerBox .con .littleTitle {
      font-size: 16px;
      color: #fff;
      font-weight: normal;
      display: block;
      margin-top: 57px;
      display: none;
    }
    .service {
      height: 600px;
    }
    .service .serviceBox {
      height: 100%;
      position: relative;
      background: #fff !important;
    }
    .service .serviceBox .title {
      padding-top: 40px;
    }
    .service .serviceBox .title h2 {
      font-size: 14px;
      color: #333;
      display: block;
      font-weight: normal;
      text-align: center;
    }
    .service .serviceBox .con {
      width: 100%;
      position: absolute;
      top: 120px;
    }
    .service .serviceBox .con ul {
      display: block;
      justify-content: space-between;
      height: auto;
      width: 100%;
      background: none !important;
      box-shadow: none;
      border-radius: 8px;
      box-sizing: border-box;
    }
    .service .serviceBox .con ul li {
      width: 60%;
      border-right: none;
      padding: 20px;
      margin: 0 auto;
    }
    .service .serviceBox .con ul li .conTitle {
      display: flex;
      justify-content: left;
      margin-bottom: 22px;
      height: 30px;
      line-height: 30px;
    }
    .service .serviceBox .con ul li .conTitle h2 {
      font-size: 16px;
      color: #333;
    }
    .service .serviceBox .con ul li .conTitle span {
      display: block;
      font-size: 12px;
      color: #FB2902;
      border: 1px solid #FB2902;
      margin-left: 10px;
      padding: 2px 5px;
      border-radius: 2px;
      height: 15px;
      line-height: 15px;
      margin-top: 5px;
    }
    .service .serviceBox .con ul li span {
      font-size: 14px;
      display: block;
      color: #4b5b76;
      line-height: 30px;
    }
    .service .serviceBox .con ul li:nth-child(1):hover {
      border-radius: 8px 0 0px 8px;
    }
    .service .serviceBox .con ul li:nth-child(3):hover {
      border-radius: 0 8px 8px 0;
    }
    .service .serviceBox .con ul li:hover {
      background-color: #213972;
    }
    .service .serviceBox .con ul li:hover .conTitle h2 {
      font-size: 24px;
      color: #fff;
    }
    .service .serviceBox .con ul li:hover .conTitle span {
      color: #fff;
      border: 1px solid #FB2902;
    }
    .service .serviceBox .con ul li:hover span {
      color: #fff;
    }
    .service .serviceBox .con ul li:last-child {
      border-right: none;
    }
    .funeng {
      height: 868px;
    }
    .funeng .funengBox {
      height: 100%;
      position: relative;
      background: #fff !important;
    }
    .funeng .funengBox .title {
      padding-top: 40px;
    }
    .funeng .funengBox .title h2 {
      font-size: 16px;
      color: #0f151f;
      display: block;
      text-align: center;
      margin-bottom: 10px;
    }
    .funeng .funengBox .title span {
      font-size: 14px;
      color: #0f151f;
      display: block;
      text-align: center;
    }
    .funeng .funengBox .con {
      position: relative;
      left: 0;
      top: 70px;
      width: 100%;
      height: 300px;
      background: rgba(255, 255, 255, 0.8);
    }
    .funeng .funengBox .con ul {
      display: block;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      position: relative;
      top: -25px;
    }
    .funeng .funengBox .con ul li {
      width: 100%;
      text-align: center;
    }
    .funeng .funengBox .con ul li h2 {
      display: block;
      width: 200px;
      margin: 0 auto;
      height: 30px;
      line-height: 30px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(11, 77, 204, 0.5);
      color: 0b4dcc;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 17px;
    }
    .funeng .funengBox .con ul li h2:hover {
      background: rgba(51, 116, 254, 0.8);
      color: #fff;
    }
    .funeng .funengBox .con ul li span {
      font-size: 14px;
      display: block;
      color: #0f151f;
      margin-bottom: 10px;
      text-align: center;
    }
    .funeng .funengBox .con ul li span:hover {
      color: #FB2902;
    }
    .chose .choseBox .wapper .cooperation .title {
      padding-top: 20px;
      margin-bottom: 20px;
    }
    .chose .choseBox .wapper .cooperation .title h2 {
      font-size: 16px;
      color: #0f151f;
      display: block;
      text-align: center;
      margin-bottom: 10px;
    }
    .chose .choseBox .wapper .cooperation .title span {
      font-size: 14px;
      color: #0f151f;
      display: block;
      text-align: center;
    }
    .chose .choseBox .wapper .cooperation .con ul {
      width: 80%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 20px;
      padding: 0;
      box-sizing: border-box;
      margin: 0 auto !important;
    }
    .chose .choseBox .wapper .cooperation .con ul li {
      width: 45%;
      box-sizing: border-box;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 10px;
      border: 1px solid #d9d9d9;
      box-sizing: border-box;
    }
    .chose .choseBox .wapper .cooperation .con ul li .picBox {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
    }
    .chose .choseBox .wapper .cooperation .con ul li .picBox img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
    }
    .chose .choseBox .wapper .cooperation .con ul li:hover {
      border-radius: 10px;
      border: 1px solid #d9d9d9;
    }
    .chose .choseBox .wapper .cooperation .con ul li:hover .picBox {
      border-radius: 10px;
    }
    .chose .choseBox .wapper .cooperation .con ul li:hover .picBox img {
      cursor: pointer;
      border-radius: 10px;
      transition: all 0.5s;
      transform: scale(1.1);
    }
    .chose .choseBox .wapper .know .title {
      padding-top: 20px;
      margin-bottom: 20px;
    }
    .chose .choseBox .wapper .know .title h2 {
      font-size: 16px;
      color: #0f151f;
      display: block;
      text-align: center;
      margin-bottom: 10px;
    }
    .chose .choseBox .wapper .know .title span {
      font-size: 14px;
      color: #0f151f;
      display: block;
      text-align: center;
    }
    .chose .choseBox .wapper .know .con {
      text-align: center;
    }
    .chose .choseBox .wapper .know .con button {
      background: #FB2902;
      border-radius: 8px 8px 8px 8px;
      width: 120px;
      height: 30px;
      color: #fff;
      border: none;
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 40px;
    }
    .chose .choseBox .wapper .know .con .conBox {
      display: flex;
      justify-content: space-between;
      padding: 0 40px;
    }
    .chose .choseBox .wapper .know .con .conBox .left {
      width: 100%;
      margin-top: 40px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .top {
      display: flex;
      justify-content: left;
      margin-bottom: 20px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .top img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .top h2 {
      font-weight: normal;
      color: #FB2902;
      font-size: 20px;
      height: 40px;
      line-height: 40px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .middle {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .middle li {
      width: 50%;
      text-align: left;
      margin-bottom: 40px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .bottom {
      display: flex;
      justify-content: space-between;
    }
    .chose .choseBox .wapper .know .con .conBox .left .bottom li {
      width: 28px;
      height: 28px;
    }
    .chose .choseBox .wapper .know .con .conBox .left .bottom li img {
      width: 100%;
    }
    .chose .choseBox .wapper .know .con .conBox .left .bottom li:nth-child(3) img {
      height: 100%;
      width: auto;
    }
    .chose .choseBox .wapper .know .con .conBox .right {
      width: 100%;
    }
    .chose .choseBox .wapper .know .con .conBox .right img {
      width: 100%;
    }
    .chose .choseBox .footer {
      width: 100%;
      margin: 0 auto;
      display: block;
      justify-content: space-between;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      padding: 15px 0;
    }
    .chose .choseBox .footer .left {
      width: 100%;
      border-right: 1px solid #d9d9d9;
      box-sizing: border-box;
      text-align: center;
      padding: 25px 0;
    }
    .chose .choseBox .footer .left img {
      width: 180px;
      margin-bottom: 20px;
    }
    .chose .choseBox .footer .left span {
      display: block;
      color: #333;
      font-size: 14px;
    }
    .chose .choseBox .footer .right {
      display: none;
      width: 100%;
      box-sizing: border-box;
      padding: 25px 50px;
    }
    .chose .choseBox .footer .right ul {
      display: flex;
      justify-content: space-between;
    }
    .chose .choseBox .footer .right ul li {
      text-align: center;
    }
    .chose .choseBox .footer .right ul li img {
      width: 26px;
      height: 37px;
      transition: transform 0.5s;
      margin-bottom: 25px;
    }
    .chose .choseBox .footer .right ul li span {
      display: block;
      font-size: 14px;
      color: #333;
    }
    .chose .choseBox .footer .right ul li:hover img {
      transform: rotateY(360deg);
    }
    .chose .choseBox .footer .right ul li:nth-child(3) img {
      width: 34px;
      height: 34px;
    }
    .chose .choseBox .footer .right ul li:nth-child(4) img {
      width: 38px;
      height: 34px;
    }
    .chose .choseBox .footer .right ul li:nth-child(5) img {
      width: 36px;
      height: 34px;
    }
    .chose .choseBox .footer .right ul li:nth-child(6) img {
      width: 94px;
      height: 21px;
      margin-top: 5px;
      margin-bottom: 35px;
    }
    .chose .choseBox .footer-bottom {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: left;
      padding: 22px 0;
    }
    .chose .choseBox .footer-bottom span {
      margin-right: 20px;
      font-size: 12px;
      height: 14px;
      line-height: 14px;
      color: #999;
      display: flex;
    }
    .chose .choseBox .footer-bottom span img {
      height: 14px;
      line-height: 14px;
    }
    .chose .choseBox .footer-bottom span i {
      font-style: normal;
    }
    .more {
      background-color: #fff;
      height: 470px;
      display: none;
    }
    .more .moreBox {
      padding: 94px 0;
      box-sizing: border-box;
    }
    .more .moreBox .wapper .title {
      margin-bottom: 58px;
    }
    .more .moreBox .wapper .title h2 {
      font-size: 32px;
      color: #000;
      display: block;
      text-align: center;
      font-weight: normal;
    }
    .more .moreBox .wapper .con ul {
      display: flex;
      justify-content: space-between;
    }
    .more .moreBox .wapper .con ul li {
      height: 200px;
      width: 32%;
      position: relative;
    }
    .more .moreBox .wapper .con ul li .concon {
      position: absolute;
      right: 30px;
      top: 70px;
    }
    .more .moreBox .wapper .con ul li .concon h2 {
      font-size: 26px;
      color: #333;
      font-weight: normal;
      margin-bottom: 5px;
    }
    .more .moreBox .wapper .con ul li .concon span {
      font-size: 14px;
      color: #4b5b76;
    }
    .fu_footer {
      background-color: #fff;
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .fu_footer .wapper {
      display: block;
      justify-content: space-between;
    }
    .fu_footer .wapper .left {
      width: 100%;
      padding: 0 40px;
      box-sizing: border-box;
      margin-bottom: 20px;
    }
    .fu_footer .wapper .left .leftTitle {
      display: flex;
      justify-content: left;
      margin-bottom: 36px;
    }
    .fu_footer .wapper .left .leftTitle img {
      height: 27px;
      margin-right: 5px;
    }
    .fu_footer .wapper .left .leftTitle span {
      font-size: 18px;
      color: #333;
      height: 27px;
      line-height: 27px;
    }
    .fu_footer .wapper .left .leftCon {
      margin-bottom: 28px;
    }
    .fu_footer .wapper .left .leftCon span {
      font-size: 12px;
      color: #999;
      font-size: 12px;
      margin-bottom: 14px;
      display: block;
    }
    .fu_footer .wapper .left .leftBottom {
      display: flex;
      justify-content: left;
    }
    .fu_footer .wapper .left .leftBottom span {
      font-size: 12px;
      color: #999;
      margin-right: 10px;
    }
    .fu_footer .wapper .left .leftBottom span img {
      width: 12px;
    }
    .fu_footer .wapper .right {
      width: 100%;
      text-align: center;
      padding: 0 120px;
      box-sizing: border-box;
    }
    .fu_footer .wapper .right .erm {
      width: 131px;
      height: 131px;
      border: 1px solid #999;
      margin: 0 auto;
    }
    .fu_footer .wapper .right .erm img {
      width: 100%;
    }
    .fu_footer .wapper .right ul {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      width: 100%;
    }
    .fu_footer .wapper .right ul li {
      width: 24px;
      height: 20px;
    }
    .fu_footer .wapper .right ul li img {
      width: 100%;
      height: 100%;
    }
    .fu_footer .wapper .right ul li:nth-child(3) {
      width: 14px;
    }
    .fu_video {
      width: 100%;
    }
    .fu_video .fu_videoBox {
      padding: 74px 0;
    }
    .fu_video .fu_videoBox .wapper video {
      width: 100%;
      height: auto;
      background-color: #000;
    }
    .banner_tong {
      margin-top: 0;
      width: 100%;
    }
    .banner_tong img {
      width: 100%;
    }
    .automatic .title_top {
      width: 100%;
      padding: 37px 0;
      display: none;
      background-color: #fff;
    }
    .automatic .title_top ul {
      width: 1375px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
    }
    .automatic .title_top ul li {
      width: 20%;
    }
    .automatic .title_top ul li span {
      display: block;
      border-right: 1px solid #ccc;
      font-size: 18px;
      text-align: center;
      color: #333;
      height: 25px;
      line-height: 25px;
    }
    .automatic .title_top ul li:last-child span {
      border-right: none;
    }
    .automatic .automaticBox {
      height: auto;
    }
    .automatic .automaticBox .wapper .title {
      display: block;
      justify-content: left;
      height: 90px;
      line-height: 45px;
      padding: 20px 0;
    }
    .automatic .automaticBox .wapper .title h2 {
      font-size: 18px;
      color: #333;
      margin-right: 10px;
      font-weight: normal;
      width: 200px;
    }
    .automatic .automaticBox .wapper .title span {
      font-size: 16px;
      color: #4b5b76;
    }
    .automatic .automaticBox .wapper .con {
      border-radius: 20px;
      background-color: #fff;
      width: 100%;
      display: block;
      justify-content: space-between;
    }
    .automatic .automaticBox .wapper .con .left {
      width: 100%;
      height: 200px;
    }
    .automatic .automaticBox .wapper .con .left video {
      width: 100%;
      height: 100%;
      background-color: #000;
      border-radius: 20px 0 0 20px;
    }
    .automatic .automaticBox .wapper .con .right {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }
    .automatic .automaticBox .wapper .con .right .top .top_title {
      width: 87px;
      height: 29px;
      line-height: 29px;
      margin-bottom: 35px;
    }
    .automatic .automaticBox .wapper .con .right .top .top_title span {
      color: #fff;
      font-size: 14px;
      padding-left: 20px;
      position: relative;
    }
    .automatic .automaticBox .wapper .con .right .top .top_title span::before {
      position: absolute;
      content: "";
      width: 2px;
      height: 14px;
      top: 3px;
      left: 13px;
      background-color: #fff;
    }
    .automatic .automaticBox .wapper .con .right ul li {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 20px 28px;
      box-sizing: border-box;
      margin-bottom: 32px;
    }
    .automatic .automaticBox .wapper .con .right ul li .li_left {
      width: 40px;
      height: 40px;
    }
    .automatic .automaticBox .wapper .con .right ul li .li_left span {
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
    }
    .automatic .automaticBox .wapper .con .right ul li .li_right {
      width: 80%;
    }
    .automatic .automaticBox .wapper .con .right ul li .li_right span {
      color: #333;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
    }
  }/*# sourceMappingURL=style.css.map */