@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
    min-width: 1750px;
  }
  .box .Top {
    width: 100%;
    height: 100vh;
    background: url(../img/Bgc.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box .Top #video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .box .Top .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.66);
    padding: 27.5vh;
  }
  .box .Top .mask p {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
  }
  .box .Top .mask p span {
    margin-right: 15px;
  }
  .box .Top .mask h1 {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-top: 47px;
    text-align: center;
  }
  .box .Top .mask h2 {
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    margin-top: 43px;
    text-align: center;
    font-weight: normal;
  }
  .box .Top .mask img {
    display: block;
    width: 33px;
    height: auto;
    margin: 36vh auto 0;
  }
  .box .Content .Title {
    width: 100%;
    height: 76px;
    background: url(../img/TitleBgc.png) center no-repeat;
    background-size: cover;
    padding-left: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
  }
  .box .Content .Title p {
    font-family: "AlimamaShuHeiTi";
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
  }
  .box .Content h2 {
    font-size: 28px;
    line-height: 28px;
    color: #292929;
    text-align: center;
    position: relative;
  }
  .box .Content h2::after {
    content: "";
    width: 32px;
    height: 6px;
    background-color: #005ee6;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%);
  }
  .box .Content .One {
    height: 927px;
    background: url(../img/oneBgc.png) center no-repeat;
    background-size: cover;
    padding: 63px 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .box .Content .One .star {
    position: absolute;
    top: 118px;
    left: 129px;
    z-index: 99;
    pointer-events: none;
  }
  .box .Content .One ul {
    width: 1685px;
    margin: 0 auto;
    display: flex;
    padding: 0 270px;
    margin-top: 62px;
    justify-content: space-between;
    position: relative;
  }
  .box .Content .One ul li {
    width: 518px;
    height: 390px;
    border-radius: 30px;
    background: url(../img/one-bgc1.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li .a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 28px 55px 34px;
    position: relative;
  }
  .box .Content .One ul li .a .title {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .One ul li .a .title h5 {
    font-size: 24px;
    line-height: 24px;
    color: #373737;
  }
  .box .Content .One ul li .a .Img {
    margin-top: -100px;
  }
  .box .Content .One ul li .a:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .Swiper {
    width: 1685px;
    height: 228px;
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translate(-50%);
    padding: 0 31px 0 31px;
    overflow: hidden;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide {
    width: 383px;
    height: 100%;
    background: url(../img/oneBgc1.png) center no-repeat;
    background-size: cover;
    margin-right: 31px;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 34px 0 0 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a h5 {
    font-size: 20px;
    line-height: 20px;
    color: #232323;
    margin-top: 18px;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a .color {
    margin: 9px 0 7px 0;
    width: 38px;
    height: 5px;
    background-image: linear-gradient(90deg, #01afff 0%, #0170ff 50%, #004bff 100%),
      linear-gradient(#0061ff, #0061ff);
    background-blend-mode: normal, normal;
    border-radius: 2px;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #353535;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .Swiper .swiper-button-prev {
    width: 13px;
    height: 23px;
    position: absolute;
    top: 55%;
    left: 0;
  }
  .box .Content .One ul li .Swiper .swiper-button-prev::after {
    content: none;
  }
  .box .Content .One ul li .Swiper .swiper-button-next {
    width: 13px;
    height: 23px;
    position: absolute;
    top: 55%;
    left: 99.2%;
  }
  .box .Content .One ul li .Swiper .swiper-button-next::after {
    content: none;
  }
  .box .Content .One ul li .twoContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 450px;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .box .Content .One ul li .twoContent .li {
    width: 383px;
    height: 228px;
    background: url(../img/oneBgc2.png) center no-repeat;
    background-size: cover;
    margin-right: 31px;
  }
  .box .Content .One ul li .twoContent .li a {
    width: 100%;
    height: 100%;
    padding: 34px 0 0 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box .Content .One ul li .twoContent .li a h5 {
    font-size: 20px;
    line-height: 20px;
    color: #232323;
    margin-top: 18px;
  }
  .box .Content .One ul li .twoContent .li a .color {
    margin: 9px 0 7px 0;
    width: 38px;
    height: 5px;
    background-image: linear-gradient(90deg, #01afff 0%, #0170ff 50%, #004bff 100%),
      linear-gradient(#0061ff, #0061ff);
    background-blend-mode: normal, normal;
    border-radius: 2px;
  }
  .box .Content .One ul li .twoContent .li a p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #353535;
  }
  .box .Content .One ul li .twoContent .li:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .content {
    display: none;
  }
  .box .Content .One ul li.active .content {
    display: flex;
  }
  .box .Content .One ul li.active .a::after {
    content: "";
    width: 28px;
    height: 20px;
    background: url(../img/one-activeIcon1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%);
  }
  .box .Content .One ul li.active .a:hover {
    filter: brightness(1);
  }
  .box .Content .One ul li:nth-child(2) {
    background: url(../img/one-bgc2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li:nth-child(2).active .a::after {
    background: url(../img/one-activeIcon2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li:nth-child(2) .Swiper2 {
    display: none;
  }
  .box .Content .Two {
    width: 1720px;
    height: 674px;
    padding: 56px 0 0 0;
    margin: 0 auto;
  }
  .box .Content .Two ul {
    width: 100%;
    height: 419px;
    margin-top: 56px;
    background: url(../img/twoBgc.jpg) center no-repeat;
    background-size: cover;
    display: flex;
  }
  .box .Content .Two ul li {
    width: 201px;
    height: 419px;
    background-color: rgba(0, 0, 0, 0.71);
    margin-right: 1px;
    position: relative;
  }
  .box .Content .Two ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Two ul li a img {
    margin-bottom: 17px;
  }
  .box .Content .Two ul li a p {
    width: 126px;
    height: 44px;
    background: url(../img/line.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Two ul li .content {
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/two-bgc.jpg) center no-repeat;
    background-size: cover;
    padding: 46px 38px 0 36px;
  }
  .box .Content .Two ul li .content h4 {
    font-size: 22px;
    line-height: 22px;
    color: #2e2e2e;
  }
  .box .Content .Two ul li .content .color {
    width: 30px;
    height: 4px;
    background-color: #33abff;
    border-radius: 2px;
    margin: 18px 0 10px 0;
  }
  .box .Content .Two ul li .content p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #2e2e2e;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .box .Content .Two ul li .content video {
    max-width: 304px;
    width: 100%;
    height: 170px;
    margin-top: 19px;
    object-fit: cover;
  }
  .box .Content .Two ul li.active {
    width: 511px;
    margin-right: 0;
    transform-origin: right;
  }
  .box .Content .Two ul li.active a {
    display: none;
  }
  .box .Content .Two ul li.active .content {
    display: block;
  }
  .box .Content .Two ul li:nth-child(1) .content {
    background: url(../img/two-bgc1.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(2) .content {
    background: url(../img/two-bgc2.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(3) .content {
    background: url(../img/two-bgc3.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(4) .content {
    background: url(../img/two-bgc4.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(5) .content {
    background: url(../img/two-bgc5.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(6) .content {
    background: url(../img/two-bgc6.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(7) .content {
    background: url(../img/two-bgc7.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Three {
    height: 190px;
    background: url(../img/threeBgc.png) center no-repeat;
    background-size: cover;
    padding: 53px 0 0 100px;
  }
  .box .Content .Three h5 {
    font-size: 22px;
    color: #ffffff;
    display: flex;
  }
  .box .Content .Three h5 p {
    font-weight: normal;
  }
  .box .Content .Three .button {
    display: flex;
    align-items: center;
    margin-top: 29px;
  }
  .box .Content .Three .button button {
    width: 110px;
    height: 36px;
    background-color: #ffffff;
    border: none;
    outline: none;
  }
  .box .Content .Three .button button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 37px;
    color: #1057ff;
  }
  .box .Content .Three .button button:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .button button:nth-child(2) {
    border: solid 1px #ffffff;
    background: transparent;
    margin-left: 0;
  }
  .box .Content .Three .button button:nth-child(2) a {
    color: #ffffff;
    line-height: 35px;
  }
  .box .Content .Four {
    height: 266px;
    background: url(../img/fourBgc.png) center bottom no-repeat;
    background-size: cover;
    padding: 68px 0 0 0;
    position: relative;
  }
  .box .Content .Four h4 {
    font-size: 20px;
    line-height: 20px;
    color: #2c2c2c;
    padding-left: 100px;
  }
  .box .Content .Four .href {
    width: 100%;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 100px;
  }
  .box .Content .Four .href a {
    display: block;
    width: 270px;
    height: 66px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 66px;
    color: #2c2c2c;
    text-align: center;
  }
  .box .Content .Four .href a:hover {
    text-decoration: underline;
  }
  .box .Content .Four p {
    width: 100%;
    height: 37px;
    background-color: #acd0ef;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .box .Content .Four p span {
    font-size: 14px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #062439;
    margin-right: 20px;
  }
  .box .jump {
    width: 67px;
    height: 275px;
    background-image: linear-gradient(180deg, #d2ebff 0%, #9ed0ff 50%, #7fc0ff 100%),
      linear-gradient(#c4e4ff, #c4e4ff);
    background-blend-mode: normal, normal;
    border-radius: 2px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: space-between;
    z-index: 9999;
  }
  .box .jump li {
    flex: 1;
    width: 33px;
    border-bottom: 1px solid #ffffff;
  }
  .box .jump li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .jump li a img {
    margin-bottom: 5px;
  }
  .box .jump li a p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
  .box .jump li:hover a p {
    color: #144470;
  }
  .box .jump li:nth-child(1) p {
    font-weight: bold;
  }
  .box .jump li:nth-child(4) {
    border-bottom: none;
  }
  .box .jump .retract {
    display: none;
  }
  .box .Popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .box .Popup .content {
    width: 464px;
    height: 308px;
    background: url(../img/popupBgc.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Popup .content .Img {
    position: absolute;
    top: -13px;
    right: -9px;
  }
  .box .Popup .content .title {
    height: 125px;
    padding: 32px 0 0 27px;
    margin-bottom: 30px;
  }
  .box .Popup .content .title p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 14px;
  }
  .box .Popup .content .title h5 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.28;
  }
  .box .Popup .content .phone {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 19px;
  }
  .box .Popup .content .phone img {
    margin-right: 4px;
  }
  .box .Popup .content .phone p {
    min-width: 187px;
    font-size: 16px;
    line-height: 16px;
    color: #474747;
    margin-right: 26px;
  }
  .box .Popup .content .phone span {
    font-size: 16px;
    line-height: 16px;
    color: #474747;
  }
  .box .Popup .content button {
    display: block;
    width: 110px;
    height: 37px;
    background-image: linear-gradient(90deg, #0047ff 0%, #7aceff 100%),
      linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 4px;
    margin: 6px auto 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .Popup .content button:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
    height: 100vh;
    background: url(../img/Bgc.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box .Top #video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .box .Top .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.66);
    padding: 20vh 0 0 0;
  }
  .box .Top .mask p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  .box .Top .mask p span {
    margin-right: 4vw;
  }
  .box .Top .mask h1 {
    color: #ffffff;
    margin-top: 6.66666667vw;
    text-align: center;
  }
  .box .Top .mask h1 span:nth-child(2) {
    display: none;
  }
  .box .Top .mask h1 span:nth-child(1) {
    font-size: 11.73333333vw;
    line-height: 11.73333333vw;
    margin-bottom: 4vw;
  }
  .box .Top .mask h1 span {
    display: block;
    font-size: 8.53333333vw;
    line-height: 8.53333333vw;
  }
  .box .Top .mask h2 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    margin-top: 7.46666667vw;
    text-align: center;
    font-weight: normal;
  }
  .box .Top .mask img {
    display: block;
    width: 8.8vw;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translate(-50%);
  }
  .box .Content .Title {
    width: 100%;
    height: 50px;
    background: url(../img/TitleBgc.png) center no-repeat;
    background-size: cover;
    padding-left: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
  }
  .box .Content .Title p {
    font-family: "AlimamaShuHeiTi";
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
  }
  .box .Content h2 {
    font-size: 28px;
    line-height: 28px;
    color: #292929;
    text-align: center;
    position: relative;
  }
  .box .Content h2::after {
    content: "";
    width: 32px;
    height: 6px;
    background-color: #005ee6;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%);
  }
  .box .Content .One {
    height: 146.66666667vw;
    background: url(../img/oneBgc.png) center no-repeat;
    background-size: cover;
    padding: 10.66666667vw 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .box .Content .One .star {
    width: 75%;
    height: auto;
    position: absolute;
    top: 31.46666667vw;
    left: 0;
    z-index: 99;
    pointer-events: none;
  }
  .box .Content .One ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    margin-top: 13.33333333vw;
    justify-content: space-between;
    position: relative;
  }
  .box .Content .One ul li {
    width: 49%;
    height: 45.33333333vw;
    border-radius: 2.66666667vw;
    background: url(../img/one-bgc1.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li .a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 4vw 3.2vw 6.66666667vw 4vw;
    position: relative;
  }
  .box .Content .One ul li .a .title {
    display: flex;
    justify-content: space-between;
  }
  .box .Content .One ul li .a .title h5 {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #373737;
  }
  .box .Content .One ul li .a .title img {
    width: auto;
    height: 3.73333333vw;
  }
  .box .Content .One ul li .a .Img {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .box .Content .One ul li .a:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .Swiper {
    width: 100vw;
    height: 45.33333333vw;
    position: absolute;
    top: 53.33333333vw;
    left: 50%;
    transform: translate(-50%);
    padding: 0 3.2vw 0 3.2vw;
    overflow: hidden;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide {
    width: 48.5%;
    height: 100%;
    background: url(../img/oneBgc1-yd.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3.2vw;
    overflow: hidden;
    border-radius: 3.2vw;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 4vw 3.2vw 0.53333333vw 3.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a img {
    height: 25%;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a h5 {
    width: 80%;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #232323;
    margin-top: 2.66666667vw;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a .color {
    margin: 4vw 0 2.66666667vw 0;
    width: 10.13333333vw;
    height: 1.33333333vw;
    background-image: linear-gradient(90deg, #01afff 0%, #0170ff 50%, #004bff 100%),
      linear-gradient(#0061ff, #0061ff);
    background-blend-mode: normal, normal;
    border-radius: 0.53333333vw;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a p {
    font-size: 3.2vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.26666667vw;
    color: #353535;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .Swiper .swiper-button-prev {
    width: 2.13333333vw;
    height: 3.2vw;
    position: absolute;
    top: 60%;
    left: 0;
    outline: none;
  }
  .box .Content .One ul li .Swiper .swiper-button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .box .Content .One ul li .Swiper .swiper-button-prev::after {
    content: none;
  }
  .box .Content .One ul li .Swiper .swiper-button-next {
    width: 2.13333333vw;
    height: 3.2vw;
    position: absolute;
    top: 60%;
    left: 98%;
    outline: none;
  }
  .box .Content .One ul li .Swiper .swiper-button-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .box .Content .One ul li .Swiper .swiper-button-next::after {
    content: none;
  }
  .box .Content .One ul li .twoContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 120vw;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .box .Content .One ul li .twoContent .li {
    width: 102.13333333vw;
    height: 60.8vw;
    background: url(../img/oneBgc2.png) center no-repeat;
    background-size: cover;
    margin-right: 8.26666667vw;
  }
  .box .Content .One ul li .twoContent .li a {
    width: 100%;
    height: 100%;
    padding: 9.06666667vw 0 0 7.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box .Content .One ul li .twoContent .li a h5 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #232323;
    margin-top: 4.8vw;
  }
  .box .Content .One ul li .twoContent .li a .color {
    margin: 2.4vw 0 1.86666667vw 0;
    width: 10.13333333vw;
    height: 1.33333333vw;
    background-image: linear-gradient(90deg, #01afff 0%, #0170ff 50%, #004bff 100%),
      linear-gradient(#0061ff, #0061ff);
    background-blend-mode: normal, normal;
    border-radius: 0.53333333vw;
  }
  .box .Content .One ul li .twoContent .li a p {
    font-size: 4.8vw;
    line-height: 8.26666667vw;
    letter-spacing: 0.26666667vw;
    color: #353535;
  }
  .box .Content .One ul li .twoContent .li:hover {
    filter: brightness(1.1);
  }
  .box .Content .One ul li .content {
    display: none;
  }
  .box .Content .One ul li.active .content {
    display: flex;
  }
  .box .Content .One ul li.active .a::after {
    content: "";
    width: 5.86666667vw;
    height: 4.26666667vw;
    background: url(../img/one-activeIcon1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -4.26666667vw;
    transform: translate(-50%);
  }
  .box .Content .One ul li.active .a:hover {
    filter: brightness(1);
  }
  .box .Content .One ul li:nth-child(2) {
    background: url(../img/one-bgc2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li:nth-child(2).active .a::after {
    background: url(../img/one-activeIcon2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .One ul li:nth-child(2) .twoContent {
    display: none;
  }
  .box .Content .One ul li:nth-child(2) .Swiper .swiper-wrapper .swiper-slide {
    background: url(../img/oneBgc2-yd.png) center no-repeat;
    background-size: 100% 100%;
  }
  .box .Content .Two {
    width: 95%;
    height: 293.33333333vw;
    padding: 10.66666667vw 0 0 0;
    margin: 0 auto;
  }
  .box .Content .Two ul {
    width: 100%;
    height: 244.26666667vw;
    margin-top: 14.93333333vw;
    background: url(../img/twoBgc-yd.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
  .box .Content .Two ul li {
    width: 100%;
    height: 24vw;
    background-color: rgba(0, 0, 0, 0.71);
    margin-right: 0;
    margin-bottom: 0.26666667vw;
    position: relative;
    overflow: hidden;
  }
  .box .Content .Two ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Two ul li a img {
    margin-bottom: 0;
  }
  .box .Content .Two ul li a p {
    width: 33.6vw;
    height: 11.73333333vw;
    background: none;
    font-size: 4.8vw;
    line-height: 11.73333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Two ul li .content {
    display: none;
    width: 100%;
    height: 98.66666667vw;
    background: url(../img/two-bgc.jpg) center no-repeat;
    background-size: cover;
    padding: 6.13333333vw 5.06666667vw 0 4.26666667vw;
  }
  .box .Content .Two ul li .content h4 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #2e2e2e;
  }
  .box .Content .Two ul li .content .color {
    width: 8vw;
    height: 1.06666667vw;
    background-color: #33abff;
    border-radius: 0.53333333vw;
    margin: 3.2vw 0 1.06666667vw 0;
  }
  .box .Content .Two ul li .content p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #2e2e2e;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .box .Content .Two ul li .content video {
    max-width: 80%;
    width: 100%;
    height: 37.33333333vw;
    margin-top: 2.66666667vw;
    object-fit: cover;
  }
  .box .Content .Two ul li.active {
    height: 98.66666667vw;
    margin-right: 0;
  }
  .box .Content .Two ul li.active a {
    display: none;
  }
  .box .Content .Two ul li.active .content {
    display: block;
  }
  .box .Content .Two ul li:nth-child(1) .content {
    background: url(../img/two-bgc1.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(2) .content {
    background: url(../img/two-bgc2.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(3) .content {
    background: url(../img/two-bgc3.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(4) .content {
    background: url(../img/two-bgc4.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(5) .content {
    background: url(../img/two-bgc5.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(6) .content {
    background: url(../img/two-bgc6.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Two ul li:nth-child(7) .content {
    background: url(../img/two-bgc7.jpg) center no-repeat;
    background-size: cover;
  }
  .box .Content .Three {
    width: 100%;
    height: 38.66666667vw;
    background: url(../img/threeBgc.png) center right no-repeat;
    background-size: cover;
    padding: 7.46666667vw 0 0 5.33333333vw;
  }
  .box .Content .Three h5 {
    font-size: 5.86666667vw;
    color: #ffffff;
    display: flex;
  }
  .box .Content .Three h5 p {
    font-weight: normal;
  }
  .box .Content .Three .button {
    display: flex;
    align-items: center;
    margin-top: 7.73333333vw;
  }
  .box .Content .Three .button button {
    width: 29.33333333vw;
    height: 9.6vw;
    background-color: #ffffff;
    border: none;
    outline: none;
  }
  .box .Content .Three .button button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.73333333vw;
    line-height: 9.86666667vw;
    color: #1057ff;
  }
  .box .Content .Three .button button:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .button button:nth-child(2) {
    border: solid 0.26666667vw #ffffff;
    background: transparent;
    margin-left: 0;
  }
  .box .Content .Three .button button:nth-child(2) a {
    color: #ffffff;
    line-height: 9.33333333vw;
  }
  .box .Content .Four {
    width: 100%;
    height: 85.33333333vw;
    background: url(../img/fourBgc.png) center bottom no-repeat;
    background-size: cover;
    padding: 5.33333333vw 0 0 0;
    position: relative;
  }
  .box .Content .Four h4 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #2c2c2c;
    padding-left: 5.33333333vw;
  }
  .box .Content .Four .href {
    width: 100%;
    margin-top: 6.93333333vw;
    display: flex;
    justify-content: space-between;
    padding: 0 5.33333333vw 0 5.33333333vw;
    flex-wrap: wrap;
  }
  .box .Content .Four .href a {
    display: block;
    width: 49%;
    height: 10.66666667vw;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 4vw;
    line-height: 10.66666667vw;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Four .href a:hover {
    text-decoration: underline;
  }
  .box .Content .Four p {
    width: 100%;
    height: 20vw;
    background-color: #acd0ef;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box .Content .Four p span {
    display: block;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    letter-spacing: 0.26666667vw;
    color: #062439;
    margin-right: 0;
  }
  .box .jump {
    width: 67px;
    height: 275px;
    background-image: linear-gradient(180deg, #d2ebff 0%, #9ed0ff 50%, #7fc0ff 100%),
      linear-gradient(#c4e4ff, #c4e4ff);
    background-blend-mode: normal, normal;
    border-radius: 2px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0px 0;
    justify-content: space-between;
    z-index: 99999;
  }
  .box .jump li {
    flex: 1;
    width: 33px;
    border-bottom: 1px solid #ffffff;
  }
  .box .jump li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .jump li a img {
    margin-bottom: 5px;
  }
  .box .jump li a p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
  .box .jump li:hover a p {
    color: #144470;
  }
  .box .jump li:nth-child(1) p {
    font-weight: bold;
  }
  .box .jump li:nth-child(4) {
    border-bottom: none;
  }
  .box .jump .retract {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: none;
  }
  .box .jump .retract a {
    color: #144470;
    font-size: 14px;
  }
  .box .Popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .box .Popup .content {
    width: 95%;
    height: 74.66666667vw;
    background: url(../img/popupBgc.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4vw;
  }
  .box .Popup .content .Img {
    width: 40%;
    position: absolute;
    top: -3.46666667vw;
    right: -2.4vw;
  }
  .box .Popup .content .title {
    height: 33.33333333vw;
    padding: 8.53333333vw 0 0 2.66666667vw;
    margin-bottom: 5.33333333vw;
  }
  .box .Popup .content .title p {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    margin-bottom: 3.73333333vw;
  }
  .box .Popup .content .title h5 {
    font-size: 10.13333333vw;
    line-height: 10.13333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    opacity: 0.28;
  }
  .box .Popup .content .phone {
    display: flex;
    align-items: center;
    padding-left: 4vw;
    margin-bottom: 5.06666667vw;
  }
  .box .Popup .content .phone img {
    margin-right: 1.06666667vw;
  }
  .box .Popup .content .phone p {
    min-width: 42.66666667vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #474747;
    margin-right: 4vw;
  }
  .box .Popup .content .phone span {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #474747;
  }
  .box .Popup .content button {
    display: block;
    width: 26.66666667vw;
    height: 8.53333333vw;
    background-image: linear-gradient(90deg, #0047ff 0%, #7aceff 100%),
      linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 1.06666667vw;
    margin: 1.6vw auto 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 3.73333333vw;
    line-height: 8vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box .Popup .content button:hover {
    filter: brightness(1.1);
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .box {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
  }
  .box .Top {
    height: 60vh;
  }
  .box .Top .mask {
    padding: 18vh 5vw;
  }
  .box .Top .mask img {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box .Content .One ul {
    width: 100%;
    padding: 0 30px;
  }
  .box .Content .One ul li {
    width: 48%;
    height: auto;
    max-height: 400px;
    background-size: 100% 100%;
  }
  .box .Content .One ul li:nth-child(2) {
    background-size: 100% 100%;
  }
  .box .Content .One ul li .a .Img {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  .box .Content .Two {
    width: 100%;
  }

  .box .Content .Four .href {
    background: #fff;
  }
  .box .Content .Four .href a {
    width: auto;
    font-size: 15px;
  }
  .box .Content .One ul li .a {
    padding: 15px 28px 55px 34px;
  }
  .box .Content .One ul li .Swiper {
    width: 94%;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide {
    width: 24%;
    margin-right: 1.9%;
    background-size: 100% 100%;
  }
  .box .Content .One ul li .Swiper .swiper-button-next {
    left: unset;
    right: 0;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a,
  .box .Content .One ul li .twoContent .li a {
    padding: 20px 15px 0 !important;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a img {
    width: 30px;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .box .Content .One ul li .Swiper .swiper-wrapper .swiper-slide a p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
  }

  .box .Content .One ul li .twoContent .li {
    width: 30%;
    background: url(../img/oneBgc2.png) center no-repeat;
    background-size: 100% 100%;
  }
  .box .Content .One ul li .twoContent .li:last-child {
    margin-right: 0;
  }
  .box .Content .One ul li .twoContent .li a img {
    width: 30px;
  }
  .box .Content .One ul li .twoContent .li a h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .box .Content .One ul li .twoContent .li a p {
    height: 3em;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
  }
}
