@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
    min-width: 1250px;
  }
  .box .container {
    width: 1200px;
    margin: 0 auto;
  }
  .box .Top {
    position: relative;
    width: 100%;
  }
  .box .Top .title {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Top .title p {
    font-size: 14px;
    line-height: 14px;
    color: #474747;
  }
  .box .Top .title p a {
    color: #474747;
  }
  .box .Top .title p a:hover {
    text-decoration: underline;
  }
  .box .Top .Bgc {
    height: 330px;
    background-color: #3d7bf5;
    background: url(Bgc.png) center no-repeat;
    background-size: cover;
    padding: 82px 0 0 0;
  }
  .box .Top .Bgc .Img {
    display: block;
    margin: 0 auto;
  }
  .box .Top .Bgc .search {
    width: 497px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.37);
    box-shadow: 0px 2px 12px 0px rgba(72, 129, 248, 0.5);
    border-radius: 23px;
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 19px;
  }
  .box .Top .Bgc .search img {
    display: block;
  }
  .box .Top .Bgc .search input {
    margin-left: 23px;
    border: none;
    display: block;
    width: 80%;
    height: 100%;
    background: transparent;
    outline: none;
    font-size: 16px;
    line-height: 16px;
  }
  .box .Top .Bgc .search input::placeholder {
    letter-spacing: 1px;
    color: rgba(85, 86, 88, 0.5);
  }
  .box .Top .nav {
    width: 100%;
    height: 71px;
    background-color: #a7c8ff;
    box-shadow: inset 0px 8px 46px 0px rgba(136, 174, 252, 0.72);
    border-radius: 30px;
    border: solid 1px #ffffff;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    display: flex;
    padding: 0 24.5%;
    justify-content: space-between;
  }
  .box .Top .nav li {
    height: 76px;
    padding: 0 27px 0 26px;
    margin-top: -7px;
  }
  .box .Top .nav li a p {
    font-size: 20px;
    font-weight: bold;
    line-height: 77px;
    color: #0247c9;
  }
  .box .Top .nav li.active {
    background: url(navBgc.png) center no-repeat;
    background-size: 100% 100%;
  }
  .box .Top .nav li.active a p {
    color: #ffffff;
  }
  .box .Content {
    margin-top: 74px;
    padding-bottom: 26px;
  }
  .box .Content .One {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box .Content .One .swiper-wrapper {
    width: 100%;
  }
  .box .Content .One .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .box .Content .One .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 105px;
    object-fit: cover;
  }
  .box .Content .One .swiper1 {
    position: absolute;
    left: 1135px;
    bottom: 11px;
    width: 53px;
    height: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .One .swiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
  }
  .box .Content .One .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .box .Content .Two {
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Two .left {
    width: 386px;
    height: 180px;
    background: url(two-bgc1.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 10px;
  }
  .box .Content .Two .left a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .left a p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #4b6dc1;
    margin-left: 16px;
  }
  .box .Content .Two .center {
    width: 386px;
    height: 180px;
    background: url(two-bgc2.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 10px;
  }
  .box .Content .Two .center a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .center a p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #4b6dc1;
    margin-left: 16px;
  }
  .box .Content .Two .right {
    width: 386px;
    height: 180px;
    background: url(two-bgc3.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 10px;
  }
  .box .Content .Two .right a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .right a p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #4b6dc1;
    margin-left: 16px;
  }
  .box .Content .Three {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Three .Swiper2 {
    width: 588px;
    height: 372px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask {
    width: 100%;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 10px;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask p {
    width: 497px;
    font-size: 18px;
    line-height: 66px;
    color: #eaeff6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask p:hover {
    text-decoration: underline;
  }
  .box .Content .Three .Swiper2 .swiper2 {
    position: absolute;
    left: 521px;
    bottom: 26px;
    width: 53px;
    height: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Three .Swiper2 .swiper2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
  }
  .box .Content .Three .Swiper2 .swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .box .Content .Three .Swiper2 .arrow-left {
    width: 9px;
  }
  .box .Content .Three .Swiper2 .arrow-left::after {
    content: none;
  }
  .box .Content .Three .Swiper2 .arrow-right {
    width: 9px;
  }
  .box .Content .Three .Swiper2 .arrow-right::after {
    content: none;
  }
  .box .Content .Three .list {
    width: 590px;
  }
  .box .Content .Three .list .topic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #cdcdcd;
  }
  .box .Content .Three .list .topic div {
    display: flex;
    align-items: center;
  }
  .box .Content .Three .list .topic div p {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #010101;
    margin-left: 7px;
  }
  .box .Content .Three .list .topic span {
    font-size: 15px;
    line-height: 15px;
  }
  .box .Content .Three .list .topic span a {
    color: #ababab;
  }
  .box .Content .Three .list .topic span:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .list .text {
    margin-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
  }
  .box .Content .Three .list .text h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
  }
  .box .Content .Three .list .text h5 a {
    color: #252525;
  }
  .box .Content .Three .list .text h5:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .list .text p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
    color: #898b8c;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .box .Content .Three .list .text span {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    bottom: 7px;
  }
  .box .Content .Three .list .text span a {
    color: #7e7e7e;
  }
  .box .Content .Three .list .text span:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .list ul {
    width: 100%;
    margin-top: 23px;
  }
  .box .Content .Three .list ul li {
    width: 100%;
    margin-bottom: 26px;
  }
  .box .Content .Three .list ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Three .list ul li a div {
    display: flex;
    align-items: center;
  }
  .box .Content .Three .list ul li a p {
    width: 380px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
  }
  .box .Content .Three .list ul li a span {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Content .Three .list ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Four {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
  }
  .box .Content .Four .left {
    width: 590px;
    height: 180px;
    background: url(four-bgc1.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 42px 0 0 42px;
    box-shadow: 0px 12px 24px 0px #dde9fd;
  }
  .box .Content .Four .left a p {
    font-size: 30px;
    line-height: 30px;
    color: #4b6dc1;
    margin-bottom: 30px;
  }
  .box .Content .Four .left a button {
    width: 118px;
    height: 40px;
    background-image: linear-gradient(180deg, #fae3b5 0%, #fae3b5 26%, #fdc680 58%, #ffa84b 81%, #ffa84b 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'SourceHanSansCN';
    font-size: 20px;
    line-height: 40px;
    color: #bd680c;
    font-weight: normal;
  }
  .box .Content .Four .left a button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Four .right {
    width: 590px;
    height: 180px;
    background: url(four-bgc2.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 42px 0 0 42px;
    box-shadow: 0px 12px 24px 0px #dde9fd;
  }
  .box .Content .Four .right a p {
    font-size: 30px;
    line-height: 30px;
    color: #4b6dc1;
    margin-bottom: 30px;
  }
  .box .Content .Four .right a button {
    width: 118px;
    height: 40px;
    background-image: linear-gradient(180deg, #fae3b5 0%, #fae3b5 26%, #fdc680 58%, #ffa84b 81%, #ffa84b 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'SourceHanSansCN';
    font-size: 20px;
    line-height: 40px;
    color: #bd680c;
    font-weight: normal;
  }
  .box .Content .Four .right a button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Five {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Five .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    position: relative;
  }
  .box .Content .Five .title h2 {
    width: 146px;
    height: 40px;
    background: url(five-bgc.png) center no-repeat;
    background-size: cover;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 0 0 9px;
    position: relative;
    z-index: 9;
  }
  .box .Content .Five .title h2 img {
    margin-right: 6px;
  }
  .box .Content .Five .title span {
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    line-height: 14px;
  }
  .box .Content .Five .title span a {
    color: #4b6dc1;
  }
  .box .Content .Five .title span:hover a {
    text-decoration: underline;
  }
  .box .Content .Five .title::after {
    content: '';
    width: 100%;
    height: 8px;
    display: block;
    background: url(five-line1.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .Five .content1 {
    width: 380px;
  }
  .box .Content .Five .content1 ul {
    margin-top: 36px;
  }
  .box .Content .Five .content1 ul li {
    width: 100%;
    margin-bottom: 32px;
  }
  .box .Content .Five .content1 ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Five .content1 ul li a div {
    display: flex;
    align-items: center;
  }
  .box .Content .Five .content1 ul li a div p {
    width: 288px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-left: 9px;
  }
  .box .Content .Five .content1 ul li a span {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
  }
  .box .Content .Five .content1 ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Five .content2 {
    width: 380px;
  }
  .box .Content .Five .content2 ul {
    margin-top: 33px;
  }
  .box .Content .Five .content2 ul li {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 10px;
    position: relative;
  }
  .box .Content .Five .content2 ul li a {
    width: 100%;
    display: flex;
  }
  .box .Content .Five .content2 ul li a .img {
    width: 105px;
    height: 68px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  .box .Content .Five .content2 ul li a .right {
    display: flex;
    align-items: flex-start;
    margin-top: 2px;
  }
  .box .Content .Five .content2 ul li a .right img {
    margin-top: 2px;
    margin-right: 6px;
  }
  .box .Content .Five .content2 ul li a h5 {
    width: 309px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Five .content2 ul li a p {
    width: 308px;
    font-size: 12px;
    line-height: 12px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
  .box .Content .Five .content2 ul li a span {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .box .Content .Five .content2 ul li:hover a h5 {
    text-decoration: underline;
  }
  .box .Content .Five .content3 {
    width: 380px;
  }
  .box .Content .Five .content3 ul {
    width: 300px;
    height: 293px;
    background-color: #ecf0f7;
    padding: 31px 11px 0 11px;
  }
  .box .Content .Five .content3 ul li {
    width: 100%;
    margin-bottom: 28px;
  }
  .box .Content .Five .content3 ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Five .content3 ul li a p {
    width: 195px;
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Five .content3 ul li a span {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
  }
  .box .Content .Five .content3 ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Five .content3::after {
    background: url(five-line2.png) left center no-repeat;
    background-size: cover;
  }
  .box .Content .Six {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Six li {
    width: 387px;
    height: 150px;
    background: url(six-bgc2.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .box .Content .Six li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 35px;
  }
  .box .Content .Six li a p {
    font-size: 26px;
    font-weight: normal;
    line-height: 41px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .box .Content .Six li:hover {
    filter: brightness(1.1);
  }
  .box .Content .Six li:nth-child(1) {
    background: url(six-bgc1.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Seven {
    margin-top: 48px;
  }
  .box .Content .Seven .title {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #cdcdcd;
  }
  .box .Content .Seven .title h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #010101;
    margin-left: 6px;
  }
  .box .Content .Seven .content {
    width: 1264px;
    margin: 14px 0 0 -32px;
    padding: 0 32px;
    position: relative;
  }
  .box .Content .Seven .content .Swiper3 {
    width: 1200px;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 2px 1px 13px 2px rgba(86, 116, 167, 0.17);
    border-radius: 5px;
    padding: 9px;
    overflow: hidden;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper .swiper-slide {
    width: 157px;
    height: 102px;
    margin-right: 6px;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-left3 {
    width: 23px;
    height: 79px;
    background-color: #ffffff;
    box-shadow: 0px 7px 25px 0px #e5ecf4;
    border-radius: 10px;
    left: 0;
    transform: translateY(-20%);
    outline: none;
  }
  .box .Content .Seven .content .arrow-left3::after {
    content: none;
  }
  .box .Content .Seven .content .arrow-left3 img {
    transform: rotate(180deg);
    width: 7px;
    height: 14px;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-right3 {
    width: 23px;
    height: 79px;
    background-color: #ffffff;
    box-shadow: 0px 7px 25px 0px #e5ecf4;
    border-radius: 10px;
    right: 0;
    transform: translateY(-20%);
    outline: none;
  }
  .box .Content .Seven .content .arrow-right3 img {
    width: 7px;
    height: 14px;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-right3::after {
    content: none;
  }
  .box .Content .Seven .content .swiper-button-disabled {
    opacity: 1 !important;
  }
  .box .Content .Seven .content .swiper-button-disabled img {
    opacity: 0.5;
  }
  .box .Content .Eight {
    margin-top: 46px;
  }
  .box .Content .Eight .title {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #cdcdcd;
  }
  .box .Content .Eight .title h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #010101;
    margin-left: 6px;
  }
  .box .Content .Eight .link {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .Eight .link p {
    width: 285px;
    height: 50px;
    background-image: linear-gradient(0deg, #bbd7f8 0%, #e7f0fd 100%);
    box-shadow: 0px 1px 13px 0px rgba(86, 116, 167, 0.17);
    border: solid 1px #ffffff;
    margin-bottom: 20px;
    text-align: center;
  }
  .box .Content .Eight .link p a {
    font-size: 15px;
    line-height: 48px;
    letter-spacing: 0.5px;
    color: #474747;
  }
  .box .Content .Eight .link p:hover a {
    text-decoration: underline;
  }
  .box .Bottom {
    width: 100%;
    height: 153px;
    background-color: #3288ff;
    padding-top: 32px;
    text-align: center;
    position: relative;
  }
  .box .Bottom p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .Bottom p:nth-child(2) {
    width: 100%;
    height: 46px;
    background-color: #236aff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Bottom p:nth-child(2) span {
    font-size: 12px;
    line-height: 46px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .Bottom p:nth-child(2) span:nth-child(1) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top {
    position: relative;
  }
  .box .Top .title {
    height: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Top .title p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #474747;
  }
  .box .Top .title p a {
    color: #474747;
  }
  .box .Top .title p a:hover {
    text-decoration: underline;
  }
  .box .Top .Bgc {
    height: 42.66666667vw;
    background-color: #3d7bf5;
    background: url(Bgc.png) center no-repeat;
    background-size: cover;
    padding: 8.53333333vw 0 0 0;
  }
  .box .Top .Bgc .Img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .box .Top .Bgc .search {
    width: 70%;
    height: 8vw;
    background-color: rgba(255, 255, 255, 0.37);
    box-shadow: 0vw 0.53333333vw 3.2vw 0vw rgba(72, 129, 248, 0.5);
    border-radius: 6.13333333vw;
    margin: 5.33333333vw auto 0;
    display: flex;
    align-items: center;
    padding: 0 0 0 5.06666667vw;
  }
  .box .Top .Bgc .search a {
    height: 50%;
    display: block;
  }
  .box .Top .Bgc .search a img {
    width: auto;
    height: 100%;
    display: block;
  }
  .box .Top .Bgc .search input {
    margin-left: 2.66666667vw;
    border: none;
    display: block;
    width: 80%;
    height: 100%;
    background: transparent;
    outline: none;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .box .Top .Bgc .search input::placeholder {
    letter-spacing: 0.26666667vw;
    color: rgba(85, 86, 88, 0.5);
  }
  .box .Top .nav {
    width: 100%;
    height: 10.66666667vw;
    background-color: #a7c8ff;
    box-shadow: inset 0vw 2.13333333vw 12.26666667vw 0vw rgba(136, 174, 252, 0.72);
    border-radius: 8vw;
    border: solid 0.26666667vw #ffffff;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    display: flex;
    padding: 0 4vw;
    justify-content: space-between;
  }
  .box .Top .nav li {
    height: 11.2vw;
    padding: 0 2.66666667vw;
    margin-top: -1.06666667vw;
  }
  .box .Top .nav li a p {
    font-size: 3.46666667vw;
    font-weight: bold;
    line-height: 12.53333333vw;
    color: #0247c9;
  }
  .box .Top .nav li.active {
    background: url(navBgc.png) center no-repeat;
    background-size: 100% 100%;
  }
  .box .Top .nav li.active a p {
    color: #ffffff;
  }
  .box .Content {
    margin-top: 10.66666667vw;
    padding-bottom: 13.33333333vw;
  }
  .box .Content .One {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box .Content .One .swiper-wrapper {
    width: 100%;
  }
  .box .Content .One .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .box .Content .One .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 9.33333333vw;
    object-fit: cover;
  }
  .box .Content .One .swiper1 {
    position: absolute;
    left: 302.66666667vw;
    bottom: 2.93333333vw;
    width: 14.13333333vw;
    height: 2.13333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .One .swiper1 .swiper-pagination-bullet {
    width: 2.13333333vw;
    height: 2.13333333vw;
    margin: 0;
    background: transparent;
    border: 0.26666667vw solid #fff;
  }
  .box .Content .One .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .box .Content .Two {
    margin-top: 6.66666667vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .box .Content .Two .left {
    width: 100%;
    height: 40vw;
    background: url(two-bgc1.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 2.66666667vw;
    margin-bottom: 4vw;
  }
  .box .Content .Two .left a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 5.33333333vw;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .left a p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.53333333vw;
    color: #4b6dc1;
    margin-left: 2.66666667vw;
  }
  .box .Content .Two .center {
    width: 100%;
    height: 40vw;
    background: url(two-bgc2.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 2.66666667vw;
    margin-bottom: 4vw;
  }
  .box .Content .Two .center a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 5.33333333vw;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .center a p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.53333333vw;
    color: #4b6dc1;
    margin-left: 2.66666667vw;
  }
  .box .Content .Two .right {
    width: 100%;
    height: 40vw;
    background: url(two-bgc3.png) center no-repeat;
    background-size: 105% 105%;
    border-radius: 2.66666667vw;
  }
  .box .Content .Two .right a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 5.33333333vw;
    display: flex;
    align-items: center;
  }
  .box .Content .Two .right a p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.53333333vw;
    color: #4b6dc1;
    margin-left: 2.66666667vw;
  }
  .box .Content .Three {
    margin-top: 6.66666667vw;
    display: block;
  }
  .box .Content .Three .Swiper2 {
    width: 100%;
    height: 58.66666667vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask {
    width: 100%;
    height: 10.66666667vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 0 2.66666667vw;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask p {
    width: 85.33333333vw;
    font-size: 4.26666667vw;
    line-height: 10.66666667vw;
    color: #eaeff6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Three .Swiper2 .swiper-wrapper .swiper-slide a .mask p:hover {
    text-decoration: underline;
  }
  .box .Content .Three .Swiper2 .swiper2 {
    position: absolute;
    left: 138.93333333vw;
    bottom: 6.93333333vw;
    width: 14.13333333vw;
    height: 2.13333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Three .Swiper2 .swiper2 .swiper-pagination-bullet {
    width: 2.13333333vw;
    height: 2.13333333vw;
    margin: 0;
    background: transparent;
    border: 0.26666667vw solid #fff;
  }
  .box .Content .Three .Swiper2 .swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .box .Content .Three .Swiper2 .arrow-left {
    width: 2.4vw;
  }
  .box .Content .Three .Swiper2 .arrow-left::after {
    content: none;
  }
  .box .Content .Three .Swiper2 .arrow-right {
    width: 2.4vw;
  }
  .box .Content .Three .Swiper2 .arrow-right::after {
    content: none;
  }
  .box .Content .Three .list {
    width: 100%;
    margin-top: 6.66666667vw;
  }
  .box .Content .Three .list .topic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.6vw;
    border-bottom: 0.26666667vw solid #cdcdcd;
  }
  .box .Content .Three .list .topic div {
    display: flex;
    align-items: center;
  }
  .box .Content .Three .list .topic div p {
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    color: #010101;
    margin-left: 1.86666667vw;
  }
  .box .Content .Three .list .topic span {
    font-size: 4vw;
    line-height: 4vw;
  }
  .box .Content .Three .list .topic span a {
    color: #ababab;
  }
  .box .Content .Three .list .topic span:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .list .text {
    margin-top: 3.2vw;
    padding-bottom: 5.33333333vw;
    border-bottom: 0.26666667vw solid #cdcdcd;
    position: relative;
  }
  .box .Content .Three .list .text h5 {
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    text-align: center;
  }
  .box .Content .Three .list .text h5 a {
    color: #252525;
  }
  .box .Content .Three .list .text p {
    margin-top: 2.4vw;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #898b8c;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .box .Content .Three .list .text span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    position: absolute;
    right: 0;
    bottom: 1.86666667vw;
  }
  .box .Content .Three .list .text span a {
    color: #7e7e7e;
  }
  .box .Content .Three .list .text span:hover a {
    text-decoration: underline;
  }
  .box .Content .Three .list ul {
    width: 100%;
    margin-top: 6.13333333vw;
  }
  .box .Content .Three .list ul li {
    width: 100%;
    margin-bottom: 6.93333333vw;
  }
  .box .Content .Three .list ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Three .list ul li a div {
    display: flex;
    align-items: center;
  }
  .box .Content .Three .list ul li a p {
    width: 64vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1.33333333vw;
  }
  .box .Content .Three .list ul li a span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Content .Three .list ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Four {
    width: 100%;
    display: block;
    margin-top: 5.86666667vw;
  }
  .box .Content .Four .left {
    width: 100%;
    height: 37.33333333vw;
    background: url(four-bgc1.png) center no-repeat;
    background-size: cover;
    border-radius: 2.66666667vw;
    padding: 8vw 0 0 6.66666667vw;
    box-shadow: 0vw 3.2vw 6.4vw 0vw #dde9fd;
    margin-bottom: 4vw;
  }
  .box .Content .Four .left a p {
    font-size: 6.93333333vw;
    line-height: 6.93333333vw;
    color: #4b6dc1;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .Four .left a button {
    width: 26.66666667vw;
    height: 9.33333333vw;
    background-image: linear-gradient(180deg, #fae3b5 0%, #fae3b5 26%, #fdc680 58%, #ffa84b 81%, #ffa84b 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 2.66666667vw;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'SourceHanSansCN';
    font-size: 4.8vw;
    line-height: 9.33333333vw;
    color: #bd680c;
    font-weight: normal;
  }
  .box .Content .Four .left a button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Four .right {
    width: 100%;
    height: 37.33333333vw;
    background: url(four-bgc2.png) center no-repeat;
    background-size: cover;
    border-radius: 2.66666667vw;
    padding: 8vw 0 0 6.66666667vw;
    box-shadow: 0vw 3.2vw 6.4vw 0vw #dde9fd;
  }
  .box .Content .Four .right a p {
    font-size: 6.93333333vw;
    line-height: 6.93333333vw;
    color: #4b6dc1;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .Four .right a button {
    width: 26.66666667vw;
    height: 9.33333333vw;
    background-image: linear-gradient(180deg, #fae3b5 0%, #fae3b5 26%, #fdc680 58%, #ffa84b 81%, #ffa84b 100%), linear-gradient(#000000, #000000);
    background-blend-mode: normal, normal;
    border-radius: 2.66666667vw;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'SourceHanSansCN';
    font-size: 4.8vw;
    line-height: 9.33333333vw;
    color: #bd680c;
    font-weight: normal;
  }
  .box .Content .Four .right a button:hover {
    filter: brightness(1.1);
  }
  .box .Content .Five {
    margin-top: 10.66666667vw;
    display: block;
  }
  .box .Content .Five .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.33333333vw;
    position: relative;
  }
  .box .Content .Five .title h2 {
    width: 38.93333333vw;
    height: 10.66666667vw;
    background: url(five-bgc.png) center no-repeat;
    background-size: cover;
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 0 0 2.4vw;
    position: relative;
    z-index: 9;
  }
  .box .Content .Five .title h2 img {
    margin-right: 1.6vw;
  }
  .box .Content .Five .title span {
    font-family: 'SourceHanSansCN';
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
  }
  .box .Content .Five .title span a {
    color: #4b6dc1;
  }
  .box .Content .Five .title span:hover a {
    text-decoration: underline;
  }
  .box .Content .Five .title::after {
    content: '';
    width: 100%;
    height: 2.13333333vw;
    display: block;
    background: url(five-line1.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Content .Five .content {
    width: 100% !important;
  }
  .box .Content .Five .content1 {
    width: 112.26666667vw;
  }
  .box .Content .Five .content1 ul {
    margin-top: 8vw;
  }
  .box .Content .Five .content1 ul li {
    width: 100%;
    margin-bottom: 6.66666667vw;
  }
  .box .Content .Five .content1 ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Five .content1 ul li a div {
    display: flex;
    align-items: center;
  }
  .box .Content .Five .content1 ul li a div p {
    width: 69.33333333vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    margin-left: 2.4vw;
  }
  .box .Content .Five .content1 ul li a span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
  }
  .box .Content .Five .content1 ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Five .content2 {
    width: 116.53333333vw;
  }
  .box .Content .Five .content2 ul {
    margin-top: 8.8vw;
  }
  .box .Content .Five .content2 ul li {
    width: 100%;
    padding-bottom: 2.66666667vw;
    border-bottom: 0.26666667vw solid #e8eaed;
    margin-bottom: 2.66666667vw;
    position: relative;
  }
  .box .Content .Five .content2 ul li a {
    width: 100%;
    display: flex;
  }
  .box .Content .Five .content2 ul li a .img {
    width: 28vw;
    height: 18.13333333vw;
    object-fit: cover;
    border-radius: 1.33333333vw;
    margin-right: 2.66666667vw;
  }
  .box .Content .Five .content2 ul li a .right {
    display: flex;
    align-items: flex-start;
    margin-top: 0.53333333vw;
  }
  .box .Content .Five .content2 ul li a .right img {
    margin-top: 0.53333333vw;
    margin-right: 1.6vw;
  }
  .box .Content .Five .content2 ul li a h5 {
    width: 58.66666667vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Five .content2 ul li a p {
    width: 62.66666667vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2.66666667vw;
  }
  .box .Content .Five .content2 ul li a span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 2.66666667vw;
  }
  .box .Content .Five .content2 ul li:hover a h5 {
    text-decoration: underline;
  }
  .box .Content .Five .content3 {
    width: 80vw;
    margin-top: 5.33333333vw;
  }
  .box .Content .Five .content3 ul {
    width: 100%;
    height: 74.66666667vw;
    background-color: #ecf0f7;
    padding: 8.26666667vw 2.93333333vw 0 2.93333333vw;
  }
  .box .Content .Five .content3 ul li {
    width: 100%;
    margin-bottom: 7.46666667vw;
  }
  .box .Content .Five .content3 ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .Content .Five .content3 ul li a p {
    width: 69.33333333vw;
    font-family: 'SourceHanSansCN';
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content .Five .content3 ul li a span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
  }
  .box .Content .Five .content3 ul li:hover a p {
    text-decoration: underline;
  }
  .box .Content .Five .content3::after {
    background: url(five-line2.png) left center no-repeat;
    background-size: cover;
  }
  .box .Content .Six {
    margin-top: 8vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .box .Content .Six li {
    width: 100%;
    height: 40vw;
    background: url(six-bgc2.png) center no-repeat;
    background-size: cover;
    border-radius: 2.66666667vw;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Six li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 9.33333333vw;
  }
  .box .Content .Six li a p {
    font-size: 6.93333333vw;
    font-weight: normal;
    line-height: 10.93333333vw;
    color: #ffffff;
    text-align: center;
    text-shadow: 0.53333333vw 0.53333333vw 0.53333333vw rgba(0, 0, 0, 0.5);
  }
  .box .Content .Six li:hover {
    filter: brightness(1.1);
  }
  .box .Content .Six li:nth-child(1) {
    background: url(six-bgc1.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Seven {
    margin-top: 9.33333333vw;
  }
  .box .Content .Seven .title {
    display: flex;
    align-items: center;
    padding-bottom: 1.6vw;
    border-bottom: 0.26666667vw solid #cdcdcd;
  }
  .box .Content .Seven .title h4 {
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    color: #010101;
    margin-left: 1.6vw;
  }
  .box .Content .Seven .content {
    width: 100vw;
    margin: 3.73333333vw 0 0 -2.5%;
    padding: 0 2.5%;
    position: relative;
  }
  .box .Content .Seven .content .Swiper3 {
    width: 100%;
    height: 32vw;
    background-color: #ffffff;
    box-shadow: 0.53333333vw 0.26666667vw 3.46666667vw 0.53333333vw rgba(86, 116, 167, 0.17);
    border-radius: 1.33333333vw;
    padding: 2.4vw;
    overflow: hidden;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper {
    width: 100%;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper .swiper-slide {
    width: 41.86666667vw;
    height: 27.2vw;
    margin-right: 1.6vw;
  }
  .box .Content .Seven .content .Swiper3 .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-left3 {
    width: 1.6vw;
    height: 21.06666667vw;
    left: 0;
    transform: translateY(-20%);
    outline: none;
  }
  .box .Content .Seven .content .arrow-left3::after {
    content: none;
  }
  .box .Content .Seven .content .arrow-left3 img {
    transform: rotate(180deg);
    width: 1.86666667vw;
    height: 3.73333333vw;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-right3 {
    width: 1.6vw;
    height: 21.06666667vw;
    right: 0;
    transform: translateY(-20%);
    outline: none;
  }
  .box .Content .Seven .content .arrow-right3 img {
    width: 1.86666667vw;
    height: 3.73333333vw;
    object-fit: cover;
  }
  .box .Content .Seven .content .arrow-right3::after {
    content: none;
  }
  .box .Content .Seven .content .swiper-button-disabled {
    opacity: 1 !important;
  }
  .box .Content .Seven .content .swiper-button-disabled img {
    opacity: 0.5;
  }
  .box .Content .Eight {
    margin-top: 8vw;
  }
  .box .Content .Eight .title {
    display: flex;
    align-items: center;
    padding-bottom: 1.6vw;
    border-bottom: 0.26666667vw solid #cdcdcd;
  }
  .box .Content .Eight .title h4 {
    font-size: 5.33333333vw;
    font-weight: bold;
    line-height: 5.33333333vw;
    color: #010101;
    margin-left: 1.6vw;
  }
  .box .Content .Eight .link {
    margin-top: 6.4vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .Eight .link p {
    width: 49.5%;
    height: 13.33333333vw;
    background-image: linear-gradient(0deg, #bbd7f8 0%, #e7f0fd 100%);
    box-shadow: 0vw 0.26666667vw 3.46666667vw 0vw rgba(86, 116, 167, 0.17);
    border: solid 0.26666667vw #ffffff;
    margin-bottom: 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Eight .link p a {
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    letter-spacing: 0;
    color: #474747;
    text-align: center;
  }
  .box .Content .Eight .link p:hover a {
    text-decoration: underline;
  }
  .box .Bottom {
    width: 100%;
    height: 32vw;
    background-color: #3288ff;
    padding-top: 5.33333333vw;
    text-align: center;
    position: relative;
  }
  .box .Bottom p {
    font-size: 3.73333333vw;
    line-height: 6.93333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
  }
  .box .Bottom p:nth-child(2) {
    width: 100%;
    height: 9.33333333vw;
    background-color: #236aff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box .Bottom p:nth-child(2) span {
    font-size: 3.2vw;
    line-height: 9.33333333vw;
    letter-spacing: 0;
    color: #ffffff;
  }
  .box .Bottom p:nth-child(2) span:nth-child(1) {
    margin-right: 2.66666667vw;
  }
}
