@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    height: auto;
    min-width: 1500px;
    overflow: hidden;
  }
  .box .container {
    width: 1440px;
    margin: 0 auto;
  }
  .box .Top {
    width: 100%;
    height: 100vh;
    background: url(../img/index/topBgc.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box .Top .nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box .Top .nav ul {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 45px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .box .Top .nav ul li {
    min-width: 10%;
    padding: 92px 1% 21px;
    text-align: center;
  }
  .box .Top .nav ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
  }
  .box .Top .nav ul li:hover {
    background-color: #94211e;
  }
  .box .Top .nav .topTitle {
    width: 418px;
    height: auto;
    margin: 0 57px;
    margin-bottom: -20px;
  }
  .box .Top .menu {
    display: none;
  }
  .box .Top .down {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Top .container {
    position: absolute;
    left: 50%;
    bottom: 5vh;
    transform: translate(-50%);
  }
  .box .Top .container .Look {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box .Top .container .Look a {
    width: 140px;
    height: 53px;
    background-color: #94211e;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 29px;
  }
  .box .Top .container .Look a p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-right: 17px;
  }
  .box .Top .container .Look a:hover {
    filter: brightness(1.1);
  }
  .box .Top .container .Look .QR-code {
    height: 84px;
    display: flex;
    align-items: center;
  }
  .box .Top .container .Look .QR-code .img {
    width: 84px;
    height: 100%;
    background-color: #ffffff;
  }
  .box .Top .container .Look .QR-code p {
    width: 23px;
    height: 100%;
    background-color: #94211e;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .topic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .topic a {
    padding-top: 25px;
  }
  .box .Content .channel {
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
  }
  .box .Content .channel img {
    margin-left: 12px;
  }
  .box .Content .channel:hover {
    text-decoration: underline;
  }
  .box .Content .One {
    width: 100%;
    height: auto;
    padding: 91px 0 77px;
  }
  .box .Content .One .container {
    height: auto;
  }
  .box .Content .One .container .top {
    width: 100%;
    height: 396px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .One .container .top .oneSwiper {
    width: 704px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide .mask {
    width: 100%;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide .mask p {
    width: 65%;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one {
    width: 47px;
    height: 46px;
    left: auto;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one .swiper-pagination-bullet {
    margin: 0;
    position: relative;
    width: 12px;
    height: 10px;
    background-color: transparent;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one .swiper-pagination-bullet::after {
    content: '';
    width: 12px;
    height: 10px;
    background: url(../img/index/oneSwiper-icon.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .One .container .top .Text {
    width: 460px;
    height: 100%;
  }
  .box .Content .One .container .top .Text h2 {
    width: 100%;
    font-size: 27px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 35px;
  }
  .box .Content .One .container .top .Text .text {
    width: 100%;
    margin-bottom: 31px;
  }
  .box .Content .One .container .top .Text .text .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .box .Content .One .container .top .Text .text .title h4 {
    font-family: 'SourceHanSerifCN';
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #94211e;
  }
  .box .Content .One .container .top .Text .text .title span {
    width: 337px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    padding-bottom: 9px;
    margin-top: -5px;
  }
  .box .Content .One .container .top .Text .text .title span a {
    color: #b9b9b9;
  }
  .box .Content .One .container .top .Text .text .title span a:hover {
    text-decoration: underline;
  }
  .box .Content .One .container .top .Text .text .p {
    width: 100%;
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .One .container .top .Text .text .p p {
    width: 100%;
  }
  .box .Content .One .container .top .Text .text .p p a {
    width: 100%;
    height: 97px;
    font-size: 16px;
    line-height: 16px;
    color: #282b3a;
  }
  .box .Content .One .container .top .Text .text .p p:hover a {
    text-decoration: underline;
  }
  .box .Content .One .container .top ul {
    width: 214px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .One .container .top ul li {
    flex: 1;
    width: 100%;
    background-color: #e9e9e9;
    margin-bottom: 2px;
  }
  .box .Content .One .container .top ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .One .container .top ul li a p {
    font-size: 18px;
    line-height: 18px;
    color: #94211e;
    margin-left: 22px;
    font-weight: bold;
  }
  .box .Content .One .container .top ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .One .container .time {
    width: 100%;
    height: 154px;
    margin-top: 58px;
  }
  .box .Content .One .container .time img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Two {
    width: 100%;
    background: url(../img/index/twoBgc1.png) top center no-repeat;
    background-size: cover;
    background-position: 0 -20px;
  }
  .box .Content .Two .container {
    height: auto;
    padding: 73px 0 51px;
  }
  .box .Content .Two .container .title {
    width: 100%;
  }
  .box .Content .Two .container .title img {
    display: block;
    margin: 0 auto;
  }
  .box .Content .Two .container .video {
    width: 100%;
    height: 481px;
    margin-top: 52px;
    position: relative;
    cursor: pointer;
  }
  .box .Content .Two .container .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Two .container .video .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .Content .Two .container .video .mask img {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .Two .container .video video {
    display: none;
  }
  .box .Content .Two .container ul {
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .Two .container ul li {
    width: 32%;
    height: 103px;
    background-color: #b28449;
    position: relative;
    overflow: hidden;
  }
  .box .Content .Two .container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8% 0 0 32px;
  }
  .box .Content .Two .container ul li a p {
    font-size: 20px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: bold;
  }
  .box .Content .Two .container ul li a img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .box .Content .Three {
    width: 100%;
    height: 556px;
    background: url(../img/index/threeBgc.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Three ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1f0100;
  }
  .box .Content .Three ul li {
    flex: 1;
    height: 100%;
    position: relative;
  }
  .box .Content .Three ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box .Content .Three ul li a .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .Three ul li a .text {
    position: absolute;
    left: 23px;
    bottom: 43px;
    display: flex;
    flex-direction: column;
  }
  .box .Content .Three ul li a .text h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }
  .box .Content .Three ul li a .text p {
    display: flex;
    align-items: center;
    margin-top: 18px;
    display: none;
  }
  .box .Content .Three ul li a .text p span {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-right: 6px;
  }
  .box .Content .Three ul li:hover a .text p {
    display: flex;
  }
  .box .Content .Three ul li:hover a .text p span {
    text-decoration: underline;
  }
  .box .Content .Four {
    width: 100%;
    height: 1120px;
    background: url(../img/index/fourBgc.png) center no-repeat;
    background-size: cover;
    padding: 81px 0 0;
    position: relative;
  }
  .box .Content .Four .topic {
    width: 100%;
  }
  .box .Content .Four .topic img {
    margin: 0 auto;
  }
  .box .Content .Four .container {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box .Content .Four .container .Map {
    width: 1076px;
    height: auto;
    position: relative;
  }
  .box .Content .Four .container .Map ul {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Four .container .Map ul li {
    width: 116px;
    height: 38px;
    background-color: #854538;
    border-radius: 4px;
    margin-right: 20px;
  }
  .box .Content .Four .container .Map ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Four .container .Map ul li.active {
    background-color: #94211e;
  }
  .box .Content .Four .container .Map ul li.active a {
    font-weight: bold;
  }
  .box .Content .Four .container .Map ul li.active .map {
    display: block;
  }
  .box .Content .Four .container .Map ul li .map {
    width: 100%;
    height: 683px;
    position: absolute;
    top: 52px;
    left: -78px;
    display: none;
  }
  .box .Content .Four .container ::-webkit-scrollbar {
    width: 5px;
    height: 529px;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .box .Content .Four .container ::-webkit-scrollbar-thumb {
    width: 3px;
    height: 300px;
    background-color: #94211e;
    border-radius: 2px;
  }
  .box .Content .Four .container .AI {
    width: 338px;
    height: 717px;
    background-color: #fce7b8;
    border-radius: 4px;
    padding: 23px 19px 0 20px;
    margin-top: 22px;
  }
  .box .Content .Four .container .AI .content {
    width: 100%;
    height: 622px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 21px;
    position: relative;
    padding: 10px 5px 0 0;
  }
  .box .Content .Four .container .AI .content ul {
    width: 100%;
    height: 540px;
    padding: 27px 7px 0 15px;
    overflow-y: auto;
  }
  .box .Content .Four .container .AI .content ul li {
    min-height: 37px;
    width: auto;
    height: auto;
    display: flex;
    margin-bottom: 32px;
  }
  .box .Content .Four .container .AI .content ul li .text {
    max-width: 254px;
  }
  .box .Content .Four .container .AI .content ul li .text p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
  }
  .box .Content .Four .container .AI .content ul li .text h4 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 9px;
  }
  .box .Content .Four .container .AI .content ul li .text .a {
    margin-top: 15px;
  }
  .box .Content .Four .container .AI .content ul li .text .a a {
    display: flex;
    align-items: center;
  }
  .box .Content .Four .container .AI .content ul li .text .a a span {
    font-size: 14px;
    line-height: 30px;
    color: #94211e;
    margin-left: 8px;
  }
  .box .Content .Four .container .AI .content ul li .text .a a:hover span {
    text-decoration: underline;
  }
  .box .Content .Four .container .AI .content ul li.user {
    justify-content: flex-end;
  }
  .box .Content .Four .container .AI .content ul li.user .text {
    padding: 3px 7px 4px;
    background-color: #f3e3e3;
    border-radius: 8px 0px 8px 8px;
  }
  .box .Content .Four .container .AI .content ul li.ai {
    justify-content: flex-start;
  }
  .box .Content .Four .container .AI .content ul li.ai .text {
    background-color: #f3f3f3;
    border-radius: 0px 8px 8px 8px;
    padding: 17px 19px 29px 16px;
  }
  .box .Content .Four .container .AI .content .input {
    width: 100%;
    height: 38px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
  }
  .box .Content .Four .container .AI .content .input input {
    width: 214px;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-right: 7px;
    padding: 0 5px 0 17px;
  }
  .box .Content .Four .container .AI .content .input input::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #9a9a9a;
  }
  .box .Content .Four .container .AI .content .input button {
    width: 50px;
    height: 100%;
    background-color: #94211e;
    border-radius: 4px;
    border: none;
    outline: none;
  }
  .box .Content .Four .container .AI .content .input button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Four .container .AI .content .input button a img {
    width: 24px;
    height: auto;
  }
  .box .Content .Four .container .AI .content .input button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Four .fourSwiper {
    width: 100%;
    height: 94px;
    background-color: #94211e;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .Four .fourSwiper .Time {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 3.3%;
  }
  .box .Content .Four .fourSwiper .Time li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .box .Content .Four .fourSwiper .Time li a span {
    width: 1px;
    height: 16px;
    background-color: #f8da94;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li a p {
    font-size: 20px;
    line-height: 20px;
    color: #ebb36c;
    position: absolute;
    top: 36px;
    left: 0;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a {
    background-color: #7f1512;
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a p {
    font-size: 27px;
    line-height: 27px;
    color: #f9da97;
    font-weight: bold;
    top: 31px;
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a::after {
    content: '';
    width: 17px;
    height: 14px;
    background: url(../img/index/four-icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 5px;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-prev a {
    background-color: #7f1512;
  }
  .box .Content .Five {
    width: 100%;
    padding: 74px 0 103px;
    background: url(../img/index/fiveBgc.png) top center no-repeat;
    background-size: cover;
    background-position: 0 -15px;
  }
  .box .Content .Five .topic {
    width: 100%;
  }
  .box .Content .Five .topic img {
    margin: 0 auto;
  }
  .box .Content .Five .content {
    height: 490px;
    margin-top: 77px;
  }
  .box .Content .Five .content .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .box .Content .Five .content .container .more {
    position: absolute;
    top: -45px;
    right: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .Content .Five .content .container .more a {
    color: #999999;
  }
  .box .Content .Five .content .container .more:hover {
    text-decoration: underline;
  }
  .box .Content .Five .content .container .left {
    width: 704px;
    height: 100%;
    background-color: #233a59;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Five .content .container .left .img {
    margin-right: 52px;
  }
  .box .Content .Five .content .container .left .text h4 {
    font-family: 'SourceHanSerifCN';
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    background: -webkit-linear-gradient(#fdfbf9 40%, #fbce94 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
  }
  .box .Content .Five .content .container .left .text img {
    margin-top: 106px;
  }
  .box .Content .Five .content .container .center {
    width: 337px;
    height: 100%;
    background-color: #b48c5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 37px 47px 0 27px;
  }
  .box .Content .Five .content .container .center p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
  }
  .box .Content .Five .content .container .center img {
    width: 220px;
    height: auto;
    margin-top: 20px;
  }
  .box .Content .Five .content .container .right {
    width: 336px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .Five .content .container .right .mj {
    height: 230px;
    background-color: #817e80;
    position: relative;
  }
  .box .Content .Five .content .container .right .jnb {
    height: 230px;
    background-color: #3d4345;
    position: relative;
  }
  .box .Content .Five .content .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Five .content .container .right p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    top: 37px;
    left: 28px;
  }
  .box .Bottom {
    width: 100%;
    height: 105px;
    background-color: #262932;
  }
  .box .Bottom .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Bottom .container p {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin: 0 5px;
  }
  .box .video-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .box .video-popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    cursor: pointer;
  }
  .box .video-popup video {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .box .gxtpPopup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    min-width: 1440px;
  }
  .box .gxtpPopup .gxtp_tc {
    width: 1440px;
    height: 570px;
    background-color: #f4e7d5;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 31px 41px 0 31px;
  }
  .box .gxtpPopup .gxtp_tc .gxtpImg {
    width: 567px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -129px;
  }
  .box .gxtpPopup .gxtp_tc .close-tch {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: auto;
    top: 24px;
    right: 27px;
  }
  .box .gxtpPopup .gxtp_tc h2 {
    font-size: 24px;
    line-height: 24px;
    color: #a91e1b;
  }
  .box .gxtpPopup .gxtp_tc .content {
    display: flex;
    align-items: center;
    margin-top: 82px;
    justify-content: space-between;
    position: relative;
  }
  .box .gxtpPopup .gxtp_tc .content .left {
    display: flex;
    align-items: center;
    padding-left: 27px;
    position: relative;
    z-index: 99;
  }
  .box .gxtpPopup .gxtp_tc .content .left .head {
    min-width: 166px;
    height: 166px;
    background-color: #b4814a;
    border: solid 10.5px #cca77e;
    border-radius: 50%;
  }
  .box .gxtpPopup .gxtp_tc .content .left .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
    margin-right: 23px;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li {
    width: 116px;
    height: 34px;
    background-color: #f4e7d5;
    border-radius: 4px;
    border: solid 1px #b4814a;
    margin: 26px 0;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    color: #ac7336;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li.active {
    background-color: #b4814a;
    border-radius: 4px;
    border: solid 1px #a36a2d;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li.active a {
    color: #fff;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li:nth-child(2) {
    margin-left: 23px;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper {
    width: 932px;
    height: 312px;
    overflow: hidden;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide {
    width: 209px;
    height: 100%;
    background-color: #f8f4ef;
    box-shadow: 0px 3px 7px 0px rgba(169, 147, 116, 0.35);
    border-radius: 8px;
    border: solid 1px #b4814a;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 23px 20px 0 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a img {
    width: 93px;
    height: 93px;
    background-color: #b4814a;
    border: solid 1px #b4814a;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 19px;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a h4 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a p {
    font-family: 'PingFang';
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-top: 12px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a p span {
    color: #94211e;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp {
    position: absolute;
    top: 352px;
    right: 8px;
    width: 28px;
    height: 28px;
    left: auto;
    outline: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp::after {
    display: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp {
    position: absolute;
    top: 352px;
    left: auto;
    right: 50px;
    width: 28px;
    height: 28px;
    outline: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp::after {
    display: none;
  }
  .box .map_tooltip {
    position: absolute;
    top: 250px;
    bottom: auto;
  }
  .box .map_tooltip .txt_img {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top {
    width: 100%;
    height: 93.33333333vw;
    background: url(../img/index/topBgc.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .box .Top .nav {
    padding-top: 20vw;
    position: relative;
  }
  .box .Top .nav ul {
    display: none;
  }
  .box .Top .nav .menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .box .Top .nav .menu .open-menu {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
    display: block;
    background-color: #fff;
  }
  .box .Top .nav .menu .menus {
    width: 100%;
    height: auto;
    display: none;
  }
  .box .Top .nav .menu .menus .title {
    width: 100%;
    height: 13.33333333vw;
    border-bottom: 0.26666667vw solid #dadada;
    padding: 1.86666667vw 2.66666667vw;
    background-color: #fff;
  }
  .box .Top .nav .menu .menus .title .close-menu {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .box .Top .nav .menu .menus .title .logo-yd {
    display: block;
    width: 57.86666667vw;
    height: auto;
  }
  .box .Top .nav .menu .menus .nav-yd {
    width: 100%;
    height: calc(100vh - 50 * 0.26666667vw);
    padding: 0 0 5.33333333vw 0;
    background-color: #fff;
    overflow-y: scroll;
    display: block;
  }
  .box .Top .nav .menu .menus .nav-yd li {
    width: 100%;
    height: 18.13333333vw;
  }
  .box .Top .nav .menu .menus .nav-yd li a {
    font-size: 5.06666667vw;
    line-height: 18.13333333vw;
    color: #000000;
    padding-left: 9.33333333vw;
    font-family: MicrosoftYaHei;
  }
  .box .Top .nav .menu .menus .nav-yd li a select {
    width: 100%;
    height: 100%;
  }
  .box .Top .nav .menu .menus .nav-yd li.list {
    height: auto;
  }
  .box .Top .nav .menu .menus .nav-yd li.list button {
    width: 100%;
    height: 18.13333333vw;
    background-color: transparent;
    text-align: left;
    font-size: 5.06666667vw;
    line-height: 18.13333333vw;
    color: #000000;
    border: none;
    outline: none;
    padding-left: 9.33333333vw;
  }
  .box .Top .nav .menu .menus .nav-yd li.list .menu-list {
    padding-left: 5.33333333vw;
  }
  .box .Top .nav .menu .menus .nav-yd li.list .menu-list div {
    width: 100%;
    height: 13.33333333vw;
  }
  .box .Top .nav .menu .menus .nav-yd li.list .menu-list div a {
    font-size: 4.8vw;
    line-height: 13.33333333vw;
  }
  .box .Top .nav .menu .menus .nav-yd li:hover {
    background-color: #94211e;
  }
  .box .Top .nav .menu .menus .nav-yd li:hover a {
    color: #fff;
  }
  .box .Top .nav .menu .menus .nav-yd li:hover .menu-list {
    background-color: #fff;
  }
  .box .Top .nav .topTitle {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .box .Top .down {
    width: 5.33333333vw;
    height: auto;
    position: absolute;
    bottom: 1.5vh;
    left: 50%;
    transform: translate(-50%);
  }
  .box .Top .container {
    position: absolute;
    left: 50%;
    bottom: 2vh;
    transform: translate(-50%);
  }
  .box .Top .container .Look {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
    justify-items: center;
  }
  .box .Top .container .Look a {
    width: 22.66666667vw;
    height: 9.33333333vw;
    background-color: #94211e;
    border-radius: 7.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Top .container .Look a p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
    margin-right: 1.33333333vw;
  }
  .box .Top .container .Look a img {
    width: 5.33333333vw;
    height: auto;
  }
  .box .Top .container .Look a:hover {
    filter: brightness(1.1);
  }
  .box .Top .container .Look .QR-code {
    height: 15.73333333vw;
    display: flex;
    align-items: center;
    margin-top: 2.66666667vw;
  }
  .box .Top .container .Look .QR-code .img {
    width: 15.73333333vw;
    height: 100%;
    background-color: #ffffff;
  }
  .box .Top .container .Look .QR-code p {
    width: 6.4vw;
    height: 100%;
    background-color: #94211e;
    border-radius: 0vw 1.6vw 1.6vw 0vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0.26666667vw;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .box .Content {
    width: 100%;
  }
  .box .Content .topic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .topic a {
    padding-top: 6.66666667vw;
  }
  .box .Content .channel {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
  }
  .box .Content .channel img {
    margin-left: 3.2vw;
  }
  .box .Content .channel:hover {
    text-decoration: underline;
  }
  .box .Content .One {
    width: 100%;
    height: auto;
    padding: 12vw 0;
  }
  .box .Content .One .container {
    height: auto;
  }
  .box .Content .One .container .top {
    width: 100%;
    height: auto;
  }
  .box .Content .One .container .top .oneSwiper {
    width: 100%;
    height: 53.33333333vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide .mask {
    width: 100%;
    height: 10.66666667vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 4vw;
  }
  .box .Content .One .container .top .oneSwiper .swiper-wrapper .swiper-slide .mask p {
    width: 65%;
    font-size: 3.73333333vw;
    line-height: 10.66666667vw;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one {
    width: 12.53333333vw;
    height: 10.66666667vw;
    left: auto;
    right: 4vw;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one .swiper-pagination-bullet {
    margin: 0;
    position: relative;
    width: 2.66666667vw;
    height: 2.13333333vw;
    background-color: transparent;
  }
  .box .Content .One .container .top .oneSwiper .swiper-pagination.one .swiper-pagination-bullet::after {
    content: '';
    width: 3.2vw;
    height: 2.66666667vw;
    background: url(../img/index/oneSwiper-icon.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .One .container .top .Text {
    width: 100%;
    height: 100%;
    margin-top: 5.33333333vw;
  }
  .box .Content .One .container .top .Text h2 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #333333;
    margin-bottom: 8vw;
  }
  .box .Content .One .container .top .Text .text {
    width: 100%;
    margin-bottom: 8.26666667vw;
  }
  .box .Content .One .container .top .Text .text .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.46666667vw;
  }
  .box .Content .One .container .top .Text .text .title h4 {
    font-family: 'SourceHanSerifCN';
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.53333333vw;
    color: #94211e;
    padding-right: 5.33333333vw;
  }
  .box .Content .One .container .top .Text .text .title span {
    flex: 1;
    border-bottom: 0.26666667vw solid #c3c3c3;
    font-size: 3.2vw;
    line-height: 3.2vw;
    text-align: right;
    padding-bottom: 2.4vw;
    margin-top: -1.33333333vw;
  }
  .box .Content .One .container .top .Text .text .title span a {
    color: #b9b9b9;
  }
  .box .Content .One .container .top .Text .text .title span a:hover {
    text-decoration: underline;
  }
  .box .Content .One .container .top .Text .text .p {
    width: 100%;
    height: 25.86666667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .One .container .top .Text .text .p p {
    width: 100%;
  }
  .box .Content .One .container .top .Text .text .p p a {
    width: 100%;
    height: 25.86666667vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #282b3a;
  }
  .box .Content .One .container .top .Text .text .p p:hover a {
    text-decoration: underline;
  }
  .box .Content .One .container .top ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .One .container .top ul li {
    width: 49%;
    height: 26.66666667vw;
    background-color: #e9e9e9;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .One .container .top ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .One .container .top ul li a p {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #94211e;
    margin-left: 5.86666667vw;
    font-weight: bold;
  }
  .box .Content .One .container .top ul li:hover {
    filter: brightness(0.9);
  }
  .box .Content .One .container .time {
    width: 100%;
    height: auto;
    margin-top: 2.66666667vw;
  }
  .box .Content .One .container .time img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .box .Content .Two {
    width: 100%;
    background: url(../img/index/twoBgc1.png) top center no-repeat;
    background-size: 100% 200%;
    background-position: 0 -5.33333333vw;
  }
  .box .Content .Two .container {
    height: auto;
    padding: 12vw 0;
  }
  .box .Content .Two .container .title {
    width: 100%;
  }
  .box .Content .Two .container .title img {
    display: block;
    margin: 0 auto;
  }
  .box .Content .Two .container .video {
    width: 100%;
    height: 48vw;
    margin-top: 9.33333333vw;
    position: relative;
    cursor: pointer;
  }
  .box .Content .Two .container .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Two .container .video .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box .Content .Two .container .video .mask img {
    width: 10.66666667vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .Two .container .video video {
    display: none;
  }
  .box .Content .Two .container ul {
    margin-top: 5.33333333vw;
  }
  .box .Content .Two .container ul li {
    width: 100%;
    height: 25.33333333vw;
    background-color: #b28449;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Two .container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10% 0 0 4vw;
  }
  .box .Content .Two .container ul li a p {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #f4f4f4;
    font-weight: bold;
  }
  .box .Content .Two .container ul li a img {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  .box .Content .Three {
    width: 100%;
    height: auto;
    background: url(../img/index/threeBgc.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Three ul {
    width: 100%;
    height: auto;
    border-bottom: 0.26666667vw solid #1f0100;
  }
  .box .Content .Three ul li {
    width: 100%;
    height: 33.33333333vw;
    position: relative;
  }
  .box .Content .Three ul li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box .Content .Three ul li a .Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box .Content .Three ul li a .text {
    position: absolute;
    left: 6.13333333vw;
    bottom: 6.66666667vw;
    display: flex;
  }
  .box .Content .Three ul li a .text h5 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
  }
  .box .Content .Three ul li a .text p {
    display: flex;
    align-items: center;
    margin-top: 1.33333333vw;
    display: none;
    margin-left: 38.66666667vw;
  }
  .box .Content .Three ul li a .text p span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
    margin-right: 1.6vw;
  }
  .box .Content .Three ul li:hover a .text p {
    display: flex;
  }
  .box .Content .Three ul li:hover a .text p span {
    text-decoration: underline;
  }
  .box .Content .Four {
    width: 100%;
    height: 213.33333333vw !important;
    background: url(../img/index/fourBgc.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0 0;
    position: relative;
  }
  .box .Content .Four .topic {
    width: 100%;
  }
  .box .Content .Four .topic img {
    margin: 0 auto;
  }
  .box .Content .Four .container {
    margin-top: 10.66666667vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box .Content .Four .container .Map {
    width: 100%;
    height: auto;
    position: relative;
  }
  .box .Content .Four .container .Map ul {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Four .container .Map ul li {
    width: 30.93333333vw;
    height: 10.13333333vw;
    background-color: #854538;
    border-radius: 1.06666667vw;
    margin-right: 5.33333333vw;
  }
  .box .Content .Four .container .Map ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 4.26666667vw;
    line-height: 10.13333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .Four .container .Map ul li.active {
    background-color: #94211e;
  }
  .box .Content .Four .container .Map ul li.active a {
    font-weight: bold;
  }
  .box .Content .Four .container .Map ul li.active .map {
    display: block;
  }
  .box .Content .Four .container .Map ul li .map {
    width: 100%;
    height: 182.13333333vw;
    position: absolute;
    top: 13.86666667vw;
    left: -20.8vw;
    display: none;
  }
  .box .Content .Four .container .Map .map {
    margin-left: 0 !important;
    height: 106.66666667vw !important;
  }
  .box .Content .Four .container ::-webkit-scrollbar {
    width: 1.33333333vw;
    height: 141.06666667vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
  }
  .box .Content .Four .container ::-webkit-scrollbar-thumb {
    width: 0.8vw;
    height: 80vw;
    background-color: #94211e;
    border-radius: 0.53333333vw;
  }
  .box .Content .Four .container .AI {
    width: 90.13333333vw;
    height: 191.2vw;
    background-color: #fce7b8;
    border-radius: 1.06666667vw;
    padding: 6.13333333vw 5.06666667vw 0 5.33333333vw;
    margin-top: 5.86666667vw;
  }
  .box .Content .Four .container .AI .content {
    width: 100%;
    height: 165.86666667vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    margin-top: 5.6vw;
    position: relative;
    padding: 2.66666667vw 1.33333333vw 0 0;
  }
  .box .Content .Four .container .AI .content ul {
    width: 100%;
    height: 144vw;
    padding: 7.2vw 1.86666667vw 0 4vw;
    overflow-y: auto;
  }
  .box .Content .Four .container .AI .content ul li {
    min-height: 9.86666667vw;
    width: auto;
    height: auto;
    display: flex;
    margin-bottom: 8.53333333vw;
  }
  .box .Content .Four .container .AI .content ul li .text {
    max-width: 67.73333333vw;
  }
  .box .Content .Four .container .AI .content ul li .text p {
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #333333;
  }
  .box .Content .Four .container .AI .content ul li .text h4 {
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #333333;
    margin-bottom: 2.4vw;
  }
  .box .Content .Four .container .AI .content ul li .text .a {
    margin-top: 4vw;
  }
  .box .Content .Four .container .AI .content ul li .text .a a {
    display: flex;
    align-items: center;
  }
  .box .Content .Four .container .AI .content ul li .text .a a span {
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #94211e;
    margin-left: 2.13333333vw;
  }
  .box .Content .Four .container .AI .content ul li .text .a a:hover span {
    text-decoration: underline;
  }
  .box .Content .Four .container .AI .content ul li.user {
    justify-content: flex-end;
  }
  .box .Content .Four .container .AI .content ul li.user .text {
    padding: 0.8vw 1.86666667vw 1.06666667vw;
    background-color: #f3e3e3;
    border-radius: 2.13333333vw 0vw 2.13333333vw 2.13333333vw;
  }
  .box .Content .Four .container .AI .content ul li.ai {
    justify-content: flex-start;
  }
  .box .Content .Four .container .AI .content ul li.ai .text {
    background-color: #f3f3f3;
    border-radius: 0vw 2.13333333vw 2.13333333vw 2.13333333vw;
    padding: 4.53333333vw 5.06666667vw 7.73333333vw 4.26666667vw;
  }
  .box .Content .Four .container .AI .content .input {
    width: 100%;
    height: 10.13333333vw;
    position: absolute;
    left: 50%;
    bottom: 4vw;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
  }
  .box .Content .Four .container .AI .content .input input {
    width: 57.06666667vw;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 1.06666667vw;
    border: none;
    outline: none;
    margin-right: 1.86666667vw;
    padding: 0 1.33333333vw 0 4.53333333vw;
  }
  .box .Content .Four .container .AI .content .input input::placeholder {
    font-size: 3.73333333vw;
    line-height: 4.8vw;
    color: #9a9a9a;
  }
  .box .Content .Four .container .AI .content .input button {
    width: 13.33333333vw;
    height: 100%;
    background-color: #94211e;
    border-radius: 1.06666667vw;
    border: none;
    outline: none;
  }
  .box .Content .Four .container .AI .content .input button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box .Content .Four .container .AI .content .input button a img {
    width: 6.4vw;
    height: auto;
  }
  .box .Content .Four .container .AI .content .input button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Four .fourSwiper {
    width: 100%;
    height: 25.06666667vw;
    background-color: #94211e;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .Four .fourSwiper .Time {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
  }
  .box .Content .Four .fourSwiper .Time li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .box .Content .Four .fourSwiper .Time li a span {
    width: 0.26666667vw;
    height: 4.26666667vw;
    background-color: #f8da94;
    margin-bottom: 5.33333333vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li a p {
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #ebb36c;
    position: absolute;
    top: 9.6vw;
    left: 0;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a {
    background-color: #7f1512;
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #f9da97;
    font-weight: bold;
    top: 8.26666667vw;
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-active a::after {
    content: '';
    width: 4.53333333vw;
    height: 3.73333333vw;
    background: url(../img/index/four-icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 1.33333333vw;
    transform: translateX(-50%);
  }
  .box .Content .Four .fourSwiper .Time li.swiper-slide-prev a {
    background-color: #7f1512;
  }
  .box .Content .Five {
    width: 100%;
    padding: 12vw 0 14.66666667vw;
    background: url(../img/index/fiveBgc.png) top center no-repeat;
    background-size: cover;
    background-position: 0 -4vw;
  }
  .box .Content .Five .topic {
    width: 100%;
  }
  .box .Content .Five .topic img {
    margin: 0 auto;
  }
  .box .Content .Five .content {
    height: auto;
    margin-top: 9.33333333vw;
  }
  .box .Content .Five .content .container {
    height: 100%;
    position: relative;
  }
  .box .Content .Five .content .container .more {
    position: absolute;
    top: -6.66666667vw;
    right: 1.33333333vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #999999;
  }
  .box .Content .Five .content .container .more a {
    color: #999999;
  }
  .box .Content .Five .content .container .more:hover {
    text-decoration: underline;
  }
  .box .Content .Five .content .container .left {
    width: 100%;
    height: 106.66666667vw;
    background-color: #233a59;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .box .Content .Five .content .container .left .img {
    width: 50%;
    height: auto;
    margin-right: 40%;
  }
  .box .Content .Five .content .container .left .text {
    margin-top: 4vw;
  }
  .box .Content .Five .content .container .left .text h4 {
    font-family: 'SourceHanSerifCN';
    font-size: 10.66666667vw;
    line-height: 16vw;
    color: #ffffff;
    background: -webkit-linear-gradient(#fdfbf9 40%, #fbce94 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
  }
  .box .Content .Five .content .container .left .text img {
    margin-top: 28.26666667vw;
    position: absolute;
    top: 10%;
    right: 4vw;
  }
  .box .Content .Five .content .container .center {
    width: 100%;
    height: auto;
    background-color: #b48c5a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.33333333vw 4vw;
    margin-top: 4vw;
  }
  .box .Content .Five .content .container .center p {
    width: 100%;
    text-align: left;
    font-size: 5.33333333vw;
    line-height: 9.33333333vw;
    color: #ffffff;
  }
  .box .Content .Five .content .container .center img {
    width: 55%;
    height: auto;
    margin-top: 5.33333333vw;
  }
  .box .Content .Five .content .container .right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4vw;
  }
  .box .Content .Five .content .container .right .mj {
    height: 61.33333333vw;
    background-color: #817e80;
    position: relative;
  }
  .box .Content .Five .content .container .right .jnb {
    height: 61.33333333vw;
    background-color: #3d4345;
    position: relative;
    margin-top: 4vw;
  }
  .box .Content .Five .content .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Five .content .container .right p {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    position: absolute;
    top: 9.86666667vw;
    left: 7.46666667vw;
  }
  .box .Bottom {
    width: 100%;
    height: auto;
    background-color: #262932;
    padding: 2.66666667vw 0;
  }
  .box .Bottom .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box .Bottom .container p {
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    margin: 0 1.33333333vw;
  }
  .box .video-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .box .video-popup .close {
    position: absolute;
    top: 12vw;
    right: 1.33333333vw;
    font-size: 6.66666667vw;
    cursor: pointer;
  }
  .box .video-popup video {
    width: 95%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .box .gxtpPopup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .box .gxtpPopup .gxtp_tc {
    width: 95%;
    height: 85vh;
    background-color: #f4e7d5;
    border-radius: 2.13333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5.33333333vw 4vw;
  }
  .box .gxtpPopup .gxtp_tc .gxtpImg {
    width: 151.2vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -34.4vw;
    display: none;
  }
  .box .gxtpPopup .gxtp_tc .close-tch {
    cursor: pointer;
    position: absolute;
    width: 4vw;
    height: auto;
    top: 5.33333333vw;
    right: 5.33333333vw;
  }
  .box .gxtpPopup .gxtp_tc h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #a91e1b;
  }
  .box .gxtpPopup .gxtp_tc .content {
    margin-top: 6.66666667vw;
    position: relative;
  }
  .box .gxtpPopup .gxtp_tc .content .left {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
  }
  .box .gxtpPopup .gxtp_tc .content .left img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  .box .gxtpPopup .gxtp_tc .content .left .head {
    min-width: 21.33333333vw;
    height: 21.33333333vw;
    background-color: #b4814a;
    border: solid 1.06666667vw #cca77e;
    border-radius: 50%;
  }
  .box .gxtpPopup .gxtp_tc .content .left .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: static;
    transform: none;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul {
    display: flex;
    margin-left: 1.33333333vw;
    justify-content: space-between;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li {
    width: 32%;
    height: 9.06666667vw;
    background-color: #f4e7d5;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #b4814a;
    margin: 1.33333333vw 0;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 3.73333333vw;
    line-height: 8.53333333vw;
    color: #ac7336;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li.active {
    background-color: #b4814a;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #a36a2d;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li.active a {
    color: #fff;
  }
  .box .gxtpPopup .gxtp_tc .content .left ul li:nth-child(2) {
    margin-top: 6.13333333vw;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper {
    width: 100%;
    height: 83.2vw;
    overflow: hidden;
    margin-top: 12vw;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide {
    width: 55.73333333vw;
    height: 100%;
    background-color: #f8f4ef;
    box-shadow: 0vw 0.8vw 1.86666667vw 0vw rgba(169, 147, 116, 0.35);
    border-radius: 2.13333333vw;
    border: solid 0.26666667vw #b4814a;
    margin-right: 4vw !important;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    padding: 6.13333333vw 5.33333333vw 0 5.06666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a img {
    width: 24.8vw;
    height: 24.8vw;
    background-color: #b4814a;
    border: solid 0.26666667vw #b4814a;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5.06666667vw;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a h4 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333333;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a p {
    font-family: 'PingFang';
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #333333;
    margin-top: 3.2vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .box .gxtpPopup .gxtp_tc .content .gxtpSwiper .swiper-wrapper .swiper-slide a p span {
    color: #94211e;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp {
    position: absolute;
    top: auto;
    right: 2.13333333vw;
    bottom: -12vw;
    width: 7.46666667vw;
    height: 7.46666667vw;
    left: auto;
    outline: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-next.gxtp::after {
    display: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp {
    position: absolute;
    top: auto;
    left: auto;
    right: 13.33333333vw;
    bottom: -12vw;
    width: 7.46666667vw;
    height: 7.46666667vw;
    outline: none;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .gxtpPopup .gxtp_tc .content .swiper-button-prev.gxtp::after {
    display: none;
  }
  .box .map_tooltip {
    position: absolute;
    top: 66.66666667vw;
    bottom: auto;
  }
  .box .map_tooltip .txt_img {
    padding: 6.66666667vw 4vw;
  }
}
