* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}
li {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .navigation {
    width: 100%;
    height: 50px;
    background-color: #2b66b4;
  }
  .navigation .container.yd {
    display: none;
  }
  .navigation .container.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .container.pc ul {
    width: 1002px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation .container.pc ul li {
    width: 167px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .navigation .container.pc ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 23px;
  }
  .navigation .container.pc ul li.active {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li.active a {
    color: #000;
  }
  .navigation .container.pc ul li:hover {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li:hover a {
    color: #000;
  }
  .navigation .container.pc .search {
    width: 205px;
    height: 39px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .navigation .container.pc .search img {
    width: 17px;
    height: 17px;
  }
  .navigation .container.pc .search input {
    width: 150px;
    border: none;
    outline: none;
    margin-left: 2px;
  }
  .navigation .container.pc .search input::placeholder {
    font-size: 14px;
    color: #0b4bbf;
  }
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #ffffff;
    margin-right: 30px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 90px;
  }
  .foot span a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    width: 7.40740741vw;
    height: 7.40740741vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #ffffff;
    margin-right: 2.77777778vw;
    line-height: 7.40740741vw;
    text-align: center;
    font-size: 3.33333333vw;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 14.81481481vw;
    margin-right: 0;
  }
  .foot span a {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .box {
    position: relative;
  }
  .box .top {
    width: 100%;
    height: 314px;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
  }
  .box .top p {
    position: absolute;
    top: 22px;
    left: 0;
    width: 31vw;
    display: flex;
    justify-content: flex-end;
  }
  .box .top p a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-right: 55px;
  }
  .box .top .switch {
    display: none;
  }
  .box .container {
    width: 1200px;
    margin: 0 auto;
  }
  .box .middle .One {
    margin-top: 16px;
  }
  .box .middle .One .title {
    width: 100%;
    height: 143px;
    background-color: #fffaeb;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 40px;
  }
  .box .middle .One .title img {
    margin-right: 29px;
  }
  .box .middle .One .title h1 {
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #2b66b4;
  }
  .box .middle .One .content {
    margin-top: 24px;
    display: flex;
  }
  .box .middle .One .content .swiper {
    width: 585px;
    height: 356px;
    margin-right: 30px;
    position: relative;
  }
  .box .middle .One .content .swiper img{
    width: 100%;
  }

  .box .middle .One .content .swiper .mask {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .box .middle .One .content .swiper .mask p {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .One .content .swiper .swiper-li {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    bottom: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(1) {
    right: 77px;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(2) {
    right: 60px;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(3) {
    right: 43px;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(4) {
    right: 26px;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(5) {
    right: 10px;
  }
  .box .middle .One .content .swiper .swiper-liActive {
    background-color: #a52525;
  }
  .box .middle .One .content .swiper .oneArrow-left {
    width: 34px;
    height: 67px;
    color: transparent;
    position: absolute;
    top: 178px;
    left: 0px;
    border: none;
    outline: none;
  }
  .box .middle .One .content .swiper .oneArrow-left img {
    width: 34px;
    height: 67px;
  }
  .box .middle .One .content .swiper .oneArrow-right {
    width: 34px;
    height: 67px;
    color: transparent;
    position: absolute;
    top: 178px;
    right: 0;
    border: none;
    outline: none;
  }
  .box .middle .One .content .swiper .oneArrow-right img {
    width: 34px;
    height: 67px;
  }
  .box .middle .One .content .text {
    flex: 1;
  }
  .box .middle .One .content .text .xw {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }
  .box .middle .One .content .text .xw h4 {
    height: 100%;
    border-bottom: 3px solid #9d3131;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
  }
  .box .middle .One .content .text .xw span a {
    font-size: 14px;
    color: #b5b5b5;
  }
  .box .middle .One .content .text ul li {
    height: 107px;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box .middle .One .content .text ul li h5 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #252525;
  }
  .box .middle .One .content .text ul li span {
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 6px;
  }
  .box .middle .Two {
    width: 100%;
    /* height: 618px; */
    margin-top: 42px;
    background-color: #fffcf7;
    padding-top: 37px;
    position: relative;
  }
  .box .middle .Two .text {
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Two .text .title {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }
  .box .middle .Two .text .title h4 {
    height: 100%;
    border-bottom: 3px solid #9d3131;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
  }
  .box .middle .Two .text .title span a {
    font-size: 14px;
    color: #b5b5b5;
  }
  .box .middle .Two .text .round {
    width: 8px;
    height: 8px;
    background-color: #9d3131;
    border-radius: 4px;
  }
  .box .middle .Three .work .content ul li .round {
    width: 8px;
    height: 8px;
    background-color: #9d3131;
    border-radius: 4px;
    margin-right: 10px;
  }
  .box .middle .Two .text .news {
    width: 49%;
    /* margin-right: 20px; */
  }
  .box .middle .Two .text .news ul {
    /* height: 305px; */
    margin-top: 25px;
    padding-right: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .box .middle .Two .text .news ul li {
    /* height: 16px; */
    margin-right: 3px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #c5c5c5;
    width: 100%;
    justify-content: flex-start;
  }
  .box .middle .Two .text .news ul li div {
    margin-right: 8px;
  }
  .box .middle .Two .text .news ul li p {
    width: 100%;
    font-size: 18px;
    /* line-height: 28px; */
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Two .text .news ul li a{
    width: 96%;
  }
  .box .middle .Two .text .news ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Two .text .news ul li:nth-child(2n) div {
    margin-right: 8px;
  }
  .box .middle .Two .text .news ul li:nth-child(2n) p {
    width: 100%;
  }
  .box .middle .Two .text .exposure {
    /* flex: 1; */
    width: 49%;
  }
  .box .middle .Two .text .exposure ul {
    height: 241px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
  }
  .box .middle .Two .text .exposure ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .box .middle .Two .text .exposure ul li div {
    margin-right: 8px;
  }
  .box .middle .Two .text .exposure ul li p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 18px;
    /* line-height: 22px; */
  }
  .box .middle .Two .text .exposure ul li a{
    width: 96%;
  }
  .box .middle .Two .swiper {
    margin-top: 35px;
  }
  .box .middle .Two .swiper img {
    width: 278px;
    height: 169px;
  }
  .box .middle .Two .swiper-yd {
    display: none;
  }
  .box .middle .Two .arrow-left {
    width: 60px;
    height: 41px;
    color: transparent;
    position: absolute;
    top: 557px;
    left: 15vw;
    border: none;
    outline: none;
  }
  .box .middle .Two .arrow-left img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    border: none;
    outline: none;
  }
  .box .middle .Two .arrow-right {
    width: 60px;
    height: 41px;
    color: transparent;
    position: absolute;
    top: 557px;
    right: 14.1vw;
    border: none;
    outline: none;
  }
  .box .middle .Two .arrow-right img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    border: none;
    outline: none;
  }
  .box .middle .Three {
    margin-top: 34px;
  }
  .box .middle .Three .title {
    width: 100%;
    height: 34px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
  }
  .box .middle .Three .title .moreBox{
    display: none;
  }
  .box .middle .Three .title h4 {
    height: 34px;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    border-bottom: 3px solid #9d3131;
  }
  .box .middle .Three .title h4 a{
    height: 34px;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
  }
  .box .middle .Three .title a {
    font-size: 14px;
    color: #b5b5b5;
  }
  .box .middle .Three .video {
    display: flex;
  }
  .box .middle .Three .video .title span {
    height: 100%;
    padding-top: 10px;
  }
  .box .middle .Three .video .left {
    width: 893px;
    margin-right: 22px;
  }
  .box .middle .Three .video .left .content {
    height: 340px;
    margin-top: 21px;
    margin-top: 20px;
    display: flex;
  }
  .box .middle .Three .video .left .content .video1 {
    width: 584px;
    height: 339px;
    background-color: #ccc;
    position: relative;
    margin-right: 21px;
  }
  .box .middle .Three .video .left .content .video1 .img {
    width: 100%;
    height: 100%;
  }
  .box .middle .Three .video .left .content .video1 .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .box .middle .Three .video .left .content .video1 .img .mask {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 19px;
  }
  .box .middle .Three .video .left .content .video1 .img .mask p {
    width: 540px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .video .left .content .video1 .img img:nth-child(3) {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .middle .Three .video .left .content .video1 video {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
  }
  .box .middle .Three .video .left .content .video2 {

  }
  .box .middle .Three .video .left .content .video2 .img {
    width: 288px;
    height: 163px;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
  }
  .box .middle .Three .video .left .content .video2 .img .mask {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 13px;
  }
  .box .middle .Three .video .left .content .video2 .img .mask p {
    width: 260px;
    color: #fff;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .video .left .content .video2 .img img {
    width: 289px;
    height: 163px;
  }
  .box .middle .Three .video .left .content .video2 .img img:nth-child(2) {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .middle .Three .video .video3 {
    padding-top: 0px;
  }
  .box .middle .Three .video .video3 a:hover{
    display: block !important;
  }
  .box .middle .Three .video .video3 h4 {
    /* height: 19px; */
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Three .video .video3 h4 a{
    height: 19px;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Three .video .video3 img {
    margin-top: 35px;
  }
  .box .middle .Three .video .video3 div:nth-child(2) h4 {
    margin-top: 5px;
  }
  .box .middle .Three .video .video3 div:nth-child(2) img {
    margin-top: 5px;
  }
  .box .middle .Three .education {
    margin-top: 40px;
  }
  .box .middle .Three .education .title {
    height: 39px;
  }
  .box .middle .Three .education .title div {
    display: flex;
  }
  .box .middle .Three .education .title div.moreBox{
    display: none;
  }
  .box .middle .Three .education .title select.yd {
    display: none;
  }
  .box .middle .Three .work .title select.yd{
    display: none;
  }
  .box .middle .Three .education .title div h4 {
    margin-top: 5px;
  }
  .box .middle .Three .education .title div ul {
    display: flex;
    margin-left: 90px;
    align-items: center;
  }
  .box .middle .Three .education .title div ul li {
    width: 139px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 4px;
    font-size: 16px;
    color: #000000;
    position: relative;
    cursor: pointer;
  }
  .box .middle .Three .education .title div ul li a{
    color: #000000;
    font-size: 18px;
  }
  .box .middle .Three .education .title div ul li.active {
    background-color: #9d3131;
    color: #fff;
  }
  .box .middle .Three .education .title div ul li.active a{
    color: #fff;
  }
  .box .middle .Three .education .title div ul li.active::after {
    content: '';
    width: 27px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    background: url(/v2024/img/three/triangle.svg) center;
  }
  .box .middle .Three .education .title div ul li:hover {
    background-color: #9d3131;
    color: #fff;
  }
  .box .middle .Three .education .title div ul li:hover::after {
    content: '';
    width: 27px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    background: url(/v2024/img/three/triangle.svg) center;
  }
  .box .middle .Three .education .title span {
    cursor: pointer;
    font-size: 14px;
    color: #b5b5b5;
  }
  .box .middle .Three .education .content {
    display: none;
  }
  .box .middle .Three .education .content.active {
    display: flex;
  }
  .box .middle .Three .education .content.one {
    margin-top: 12px;
    margin-bottom: 46px;
  }
  .box .middle .Three .education .content.one .map {
    width: 673px;
    height: 373px;
    margin-right: 3px;
    position: relative;
  }
  .box .middle .Three .education .content.one .map img {
    width: 100%;
    height: 100%;
  }
  .box .middle .Three .education .content.one .map a {
    cursor: pointer;
  }
  .box .middle .Three .education .content.one .map a .img {
    width: 17px;
    height: 15px;
    background: url(/v2024/img/three/one/star.png) center;
    background-size: contain;
    margin-right: 2px;
  }
  .box .middle .Three .education .content.one .map a p {
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    color: #fff4bc;
  }
  .box .middle .Three .education .content.one .map a.active .img {
    background: url(/v2024/img/three/one/starActive.png);
  }
  .box .middle .Three .education .content.one .map a.active p {
    color: #ffd200;
  }
  .box .middle .Three .education .content.one .map a:nth-child(2) {
    position: absolute;
    top: 155px;
    left: 334px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(3) {
    position: absolute;
    top: 151px;
    left: 201px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(4) {
    position: absolute;
    top: 145px;
    left: 427px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(5) {
    position: absolute;
    top: 286px;
    left: 81px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(6) {
    position: absolute;
    top: 293px;
    left: 282px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(7) {
    position: absolute;
    top: 140px;
    left: 273px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .middle .Three .education .content.one .map a:nth-child(7) .img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .box .middle .Three .education .content.one .map a:nth-child(8) {
    position: absolute;
    top: 99px;
    left: 154px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(9) {
    position: absolute;
    top: 66px;
    left: 242px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(10) {
    position: absolute;
    top: 252px;
    left: 350px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(11) {
    position: absolute;
    top: 87px;
    left: 463px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(12) {
    position: absolute;
    top: 109px;
    left: 566px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(13) {
    position: absolute;
    top: 65px;
    left: 306px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(14) {
    position: absolute;
    top: 209px;
    left: 197px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(15) {
    position: absolute;
    top: 166px;
    left: 104px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(16) {
    position: absolute;
    top: 266px;
    left: 164px;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(17) {
    position: absolute;
    top: 306px;
    left: 215px;
    display: flex;
  }
  .box .middle .Three .education .content.one .text {
    flex: 1;
    background: url(/v2024/img/three/one/background.png) center;
    background-size: 100% 100%;
    padding: 35px 28px 21px;
    text-align: center;
  }
  .box .middle .Three .education .content.one .text h5 {
    width: 100%;
    height: 20px;
    font-size: 19px;
    line-height: 20px;
    color: #0c2035;
    text-align: center;
    font-weight: 400;
  }
  .box .middle .Three .education .content.one .text p {
    min-height: 192px;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #0c2035;
    text-align: left;
    text-indent: 2em;
  }
  .box .middle .Three .education .content.one .text button {
    margin-top: 25px;
    width: 97px;
    height: 30px;
    background-color: #2b66b4;
    border-radius: 15px;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .middle .Three .education .content.two {
    flex-wrap: wrap;
    margin-top: 19px;
    justify-content: space-between;
    margin-bottom: 37px;
  }
  .box .middle .Three .education .content.two li {
    width: 282px;
    height: 177px;
    margin-bottom: 10px;
    position: relative;
  }
  .box .middle .Three .education .content.two li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .middle .Three .education .content.two li p{
    position: absolute;
    width: 94%;
    left: 3%;
    bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box .middle .Three .education .content.three {
    margin-top: 19px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 19px;
  }
  .box .middle .Three .education .content.three li {
    margin-right: 29px;
    width: 278px;
    height: 169px;
    margin-bottom: 27px;
    position: relative;
  }
  .box .middle .Three .education .content.three li img {
    width: 278px;
    height: 169px;
  }
  .box .middle .Three .education .content.three li .mask {
    width: 278px;
    height: 37px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 17px;
  }
  .box .middle .Three .education .content.three li .mask p {
    width: 240px;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .education .content.three li:nth-child(4n) {
    margin-right: 0;
  }
  .box .middle .Three .education .content.four {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 62px;
  }
  .box .middle .Three .education .content.four li {
    width: 586px;
    display: flex;
    margin-right: 27px;
    align-items: center;
    border-bottom: 1px dotted #c5c5c5;
  }
  .box .middle .Three .education .content.four li .round {
    width: 8px;
    height: 8px;
    background-color: #9d3131;
    border-radius: 4px;
    margin-right: 19px;
  }
  .box .middle .Three .education .content.four li a {
    height: 89px;
    line-height: 89px;
    width: 500px;
    font-size: 18px;
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border-bottom: 1px dotted #c5c5c5; */
  }
  .box .middle .Three .education .content.four li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Three .education .content.five {
    margin-top: 6px;
    flex-wrap: wrap;
    margin-bottom: 47px;
  }
  .box .middle .Three .education .content.five li {
    margin-top: 9px;
    padding-bottom: 5px;
    width: 51%;
    padding-right: 2%;
    border-bottom: 1px solid #eaeaea;
  }
  .box .middle .Three .education .content.five li a {
    display: flex;
  }
  .box .middle .Three .education .content.five li a img {
    display: block;
    width: 142px;
    height: 174px;
    object-fit: contain;
    margin-right: 36px;
  }
  .box .middle .Three .education .content.five li a .text h4 {
    margin-top: 47px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #292929;
    font-weight: 400;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) {
    width: 81px;
    height: 24px;
    margin-top: 26px;
    position: relative;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) img {
    width: 81px;
    height: 24px;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) span {
    position: absolute;
    top: 0;
    left: 10px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(3) {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1d;
    margin-top: 12px;
    display: none;
  }
  .box .middle .Three .education .content.five li:nth-child(2n) {
    width: 49%;
  }
  .box .middle .Three .education .content.five li:nth-child(3) {
    border-bottom: none;
  }
  .box .middle .Three .education .content.five li:nth-child(4) {
    border-bottom: none;
  }
  .box .middle .Three .work .title span {
    font-size: 14px;
    color: #b5b5b5;
    cursor: pointer;
  }
  .box .middle .Three .work .content {
    height: 249px;
    background-color: #fff;
  }
  .box .middle .Three .work .content div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #9d3131;
  }
  .box .middle .Three .work .content div p {
    flex: 1;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    color: #ffffff;
    background-color: #9d3131;
    cursor: pointer;
  }
  .box .middle .Three .work .content div p.active {
    font-weight: 700;
    color: #9d3131;
    background-color: #f6f2e6;
  }
  .box .middle .Three .work .content div p:hover {
    font-weight: 700;
    color: #9d3131;
    background-color: #f6f2e6;
  }
  .box .middle .Three .work .content div p.active a {
    font-weight: 700;
    color: #9d3131;
  }
  .box .middle .Three .work .content div p:hover a {
    font-weight: 700;
    color: #9d3131;
  }
  .box .middle .Three .work .content ul {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 8px;
  }
  .box .middle .Three .work .content ul li {
    height: 16px;
    /* margin-right: 141px; */
    display: flex;
    align-items: center;
    margin-bottom: 37px;
    padding-bottom: 31px;
    border-bottom: 1px dotted #c5c5c5;
    width: 48.7%;
  }
  .box .middle .Three .work .content ul li img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    margin-right: 5px;
  }
  .box .middle .Three .work .content ul li p {
    width: 416px;
    font-size: 18px;
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .report {
    margin-top: 47px;
    height: 110px;
    display: flex;
  }
  .box .middle .Three .report .jbOne {
    width: 111px;
    height: 110px;
    margin-right: 10px;
    background-color: #9d3131;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 16px;
    justify-content: center;
  }
  .box .middle .Three .report .jbOne img {
    width: 43px;
    height: 37px;
  }
  .box .middle .Three .report .jbOne p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
  }
  .box .middle .Three .report .jbTwo {
    width: 367px;
    height: 110px;
    margin-right: 11px;
    background-color: #dab762;
    padding-left: 6px;
    padding-top: 15px;
  }
  .box .middle .Three .report .jbTwo p {
    margin-bottom: 10px;
  }
  .box .middle .Three .report .jbTwo p img {

    display: inline-block;
    vertical-align: text-bottom;
  }
  .box .middle .Three .report .jbTwo p span {
    display: inline-block;
    width: 325px;
    height: 17px;
    font-size: 16px;
    line-height: 15px;
    color: #ffffff;
  }
  .box .middle .Three .report .jbThree {
    width: 265px;
    height: 110px;
    margin-right: 11px;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Three .report .jbThree span {
    width: 232px;
    padding: 0 36px 0;
    margin-right: 1px;
    background-color: #67a96e;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .middle .Three .report .jbThree>a {
    width: 33px;
    height: 100%;
  }
  .box .middle .Three .report .jbThree a p {
    width: 33px;
    height: 100%;
    text-align: center;
    background-color: #94bf99;
    color: #fff;
    font-weight: 700;
    padding: 24px 8px 0 9px;
    font-size: 15px;
    line-height: 15px;
  }
  .box .middle .Three .report ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .middle .Three .report ul li {
    width: 208px;
    height: 54px;
    margin-right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 2px;
  }
  .box .middle .Three .report ul li span {
    width: 176px;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-right: 1px;
    background-color: #7c84c3;
    display: flex;
    align-items: center;
    padding: 0 10px 0 11px;
  }
  .box .middle .Three .report ul li>a {
    width: 31px;
    height: 100%;
  }
  .box .middle .Three .report ul li>a p {
    width: 31px;
    height: 100%;
    text-align: center;
    background-color: #9ca1cd;
    font-weight: 700;
    padding: 12px 8px 0 7px;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
  }
  .box .middle .Three .report ul li:nth-child(2) span {
    background-color: #27a6b5;
  }
  .box .middle .Three .report ul li:nth-child(2) p {
    background-color: #40bfce;
  }
  .box .middle .Three .report ul li:nth-child(3) span {
    background-color: #3b469b;
  }
  .box .middle .Three .report ul li:nth-child(3) p {
    background-color: #4d5bc6;
  }
  .box .middle .Three .report ul li:nth-child(4) span {
    background-color: #287f89;
  }
  .box .middle .Three .report ul li:nth-child(4) p {
    background-color: #27a6b5;
  }
  .box .middle .Three .report ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Four {
    width: 100%;
    height: 380px;
    margin-top: 62px;
    background: url(/v2024/img/four/background-four.png) center;
    padding-top: 44px;
  }
  .box .middle .Four .title {
    height: 20px;
    display: flex;
  }
  .box .middle .Four .title h5 {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-right: 16px;
    width: 170px;
  }
  .box .middle .Four .title h5:nth-child(2) {
    margin-right: 29px;
  }
  .box .middle .Four .content {
    height: 238px;
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Four .content a:hover{
    filter: brightness(1.0) !important;
  }
  .box .middle .Four .content .yd {
    display: none;
  }
  .box .middle .Four .content img {
    width: 174px;
    height: 238px;
    margin-right: 16px;
  }
  .box .middle .Four .content a:nth-child(2) img {
    margin-right: 18px;
  }
  .box .middle .Four .content img:nth-child(6) a {
    width: 195px;
    height: 257px;
    margin-right: 0;
    margin-top: -10px;
  }
  .box .middle .Four .content a:nth-child(7) {
    display: none;
  }
  .box .middle .Four .content div {
    text-align: center;
    margin-right: 14px;
  }
  .box .middle .Four .content div img {
    width: 143px;
    height: 142px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .box .middle .Four .content div p {
    font-size: 18px;
    line-height: 28px;
    color: #292929;
  }
  .box .middle .Four .content ul {
    display: flex;
    flex-wrap: wrap;
    height: 238px;
  }
  .box .middle .Four .content ul li {
    width: 109px;
    height: 51px;
    background-color: #ffffff;
    border: solid 1px #d1c9b2;
    margin-right: 6px;
    margin-bottom: 11px;
    text-align: center;
    font-size: 20px;
    line-height: 51px;
    color: #0e2c41;
    position: relative;
    cursor: pointer;
  }
  .box .middle .Four .content ul li .img {
    display: none;
    height: 131px;
    position: absolute;
    bottom: 51px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .box .middle .Four .content ul li .img img:nth-child(1) {
    width: 115px;
    height: 115px;
    margin: 0;
  }
  .box .middle .Four .content ul li .img img:nth-child(2) {
    width: 22px;
    height: 22px;
    margin: 0;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box .middle .Four .content ul li.active {
    background-color: #fff1c7;
  }
  .box .middle .Four .content ul li.active .img {
    display: block;
  }
  .box .middle .Five {
    margin-top: 88px;
    width: 100%;
    height: 233px;
    background-color: #e6e6e6;
    padding-top: 29px;
  }
  .box .middle .Five ul {
    height: 53px;
    display: flex;
  }
  .box .middle .Five ul li {
    height: 53px;
    margin-right: 10px;
    padding: 0 27px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .box .middle .Five ul li p {
    font-size: 18px;
    color: #6e6e6e;
    margin-right: 13px;
  }
  .box .middle .Five ul li div {
    width: 9px;
    height: 8px;
    background: url(/v2024/img/five/close.png);
  }
  .box .middle .Five ul li.active {
    background-color: #fff;
  }
  .box .middle .Five ul li.active p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-right: 15px;
  }
  .box .middle .Five ul li.active div {
    width: 9px;
    height: 8px;
    background: url(/v2024/img/five/expand.png);
  }
  .box .middle .Five ul li:hover {
    background-color: #fff;
  }
  .box .middle .Five ul li:hover p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-right: 15px;
  }
  .box .middle .Five ul li:hover div {
    width: 9px;
    height: 8px;
    background: url(/v2024/img/five/expand.png);
  }
  .box .middle .Five .content {
    width: 100%;
    height: 103px;
    background-color: #fff;
    padding: 28px 26px 22px 24px;
    display: flex;
    flex-wrap: wrap;
  }
  .box .middle .Five .content span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #5b5b5b;
    margin-right: 8px;
  }
  .box .foot {
    height: 169px;
    background-color: #9d3131;
  }
  .box .foot .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
  }
  .box .foot .container img {
    width: 70px;
    height: 89px;
    margin-right: 38px;
  }
  .box .foot .container p {
    width: 700px;
    margin-right: 63px;
    font-size: 16px;
    color: #ffffff;
  }
  .box .foot .container p span {
    display: block;
    margin-bottom: 13px;
  }
  .box .foot .container p span a {
    color: #ffffff;
    margin-right: 5px;
  }
  .box .foot .container p span:nth-child(1) a:nth-child(1){
    margin-left: 5px;
  }
  .box .foot .container p span:nth-child(2) {
    margin-bottom: 0;
  }
  .box .foot .container img:nth-child(3) {
    width: 81px;
    height: 81px;
  }
  .box .Popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .box .Popup .popup {
    width: 928px;
    height: 378px;
    background-color: #fffaf8;
    border-radius: 10px;
    border: solid 1px #373737;
    position: fixed;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding-top: 98px;
  }
  .box .Popup .popup p {
    width: 761px;
    font-size: 20px;
    line-height: 35px;
    color: #211d1d;
    margin: 0 auto;
  }
  .box .Popup .popup span {
    position: absolute;
    top: 22px;
    left: 880px;
    font-size: 24px;
    cursor: pointer;
  }
  .box-PC {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }
  .box .top {
    width: 100vw;
    height: 42.22222222vw;
    background: url(/v2024/img/yd/background.jpg) center;
    background-size: cover;
    position: relative;
  }
  .box .top p {
    position: absolute;
    top: 3.7037037vw;
    left: 3.88888889vw;
  }
  .box .top p a {
    font-size: 3.14814815vw;
    line-height: 3.14814815vw;
    color: #ffffff;
    margin-right: 5.37037037vw;
  }
  .box .top .switch {
    position: absolute;
    top: 3.51851852vw;
    left: 75.18518519vw;
    display: flex;
    align-items: center;
  }
  .box .top .switch img {
    width: 3.51851852vw;
    height: 3.51851852vw;
  }
  .box .top .switch span {
    height: 3.14814815vw;
    font-size: 3.14814815vw;
    line-height: 3.14814815vw;
    color: #ffffff;
    margin-left: 1.2962963vw;
  }
  .box .container {
    width: 100%;
    padding: 0 3.51851852vw 0 3.7037037vw;
  }
  .box .navigation {
    width: 100%;
    height: 10.55555556vw;
    background-color: #0b4bbf;
    padding: 0 0.18518519vw;
  }
  .box .navigation .container.pc {
    display: none;
  }
  .box .navigation .container.yd {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .navigation .container.yd .Title {
    display: flex;
    align-items: center;
  }
  .box .navigation .container.yd .Title img {
    width: 4.81481481vw;
    height: 3.51851852vw;
  }
  .box .navigation .container.yd .Title select {
    width: 23.44444444vw;
    height: 10.55555556vw;
    font-size: 3.7037037vw;
    line-height: 10.55555556vw;
    color: #ffffff;
    background-color: #0b4bbf;
    border: none;
    outline: none;
    margin-left: 1.85185185vw;
  }
  .box .navigation .container.yd .search {
    width: 32.22222222vw;
    height: 7.03703704vw;
    border-radius: 3.7037037vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 3.33333333vw;
  }
  .box .navigation .container.yd .search img {
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .box .navigation .container.yd .search input {
    width: 22.22222222vw;
    border: none;
    outline: none;
    margin-left: 1.11111111vw;
    line-height: 3.14814815vw;
    margin-top: 0.37037037vw;
    font-size: 3.14814815vw;
  }
  .box .navigation .container.yd .search input::placeholder {
    font-size: 3.14814815vw;
    color: #0b4bbf;
  }
  .box .middle .One {
    margin-top: 2.96296296vw;
  }
  .box .middle .One .title {
    width: 100%;
    height: 13.33333333vw;
    background-color: #f6f2e6;
    border: solid 0.05208333vw #ffffff;
    display: flex;
    align-items: center;
    padding-left: 2.40740741vw;
  }
  .box .middle .One .title img {
    width: 8vw;
    height: 8vw;
    margin-right: 3.14814815vw;
  }
  .box .middle .One .title h1 {
    font-size: 3.51851852vw;
    color: #252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .box .middle .One .content {
    margin-top: 1.25vw;
  }
  .box .middle .One .content .swiper {
    width: 100%;
    height: 56.48148148vw;
    margin-right: 1.5625vw;
    position: relative;
  }
  .box .middle .One .content .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .middle .One .content .swiper .mask {
    width: 100%;
    height: 6.48148148vw;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    padding-left: 1.66666667vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .box .middle .One .content .swiper .mask p {
    width: 68.51851852vw;
    font-size: 3.33333333vw;
    line-height: 6.48148148vw;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .One .content .swiper .swiper-li {
    width: 1.85185185vw;
    height: 1.85185185vw;
    position: absolute;
    right: 2.59259259vw;
    bottom: 0.74074074vw;
    background-color: #fff;
    border-radius: 0.92592593vw;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(1) {
    right: 12.555556vw;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(2) {
    right: 9.962963vw;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(3) {
    right: 7.185185vw;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(4) {
    right: 4.685185vw;
  }
  .box .middle .One .content .swiper .swiper-li:nth-child(5) {
    right: 2.185185vw;
  }
  .box .middle .One .content .swiper .swiper-liActive {
    background-color: #a52525;
  }
  .box .middle .One .content .swiper .oneArrow-left {
    width: 11.11111111vw;
    height: 7.59259259vw;
    color: transparent;
    position: absolute;
    top: 27.77777778vw;
    left: 1.85185185vw;
    border: none;
    outline: none;
  }
  .box .middle .One .content .swiper .oneArrow-left img {
    width: 7.40740741vw;
    height: 7.40740741vw;
  }
  .box .middle .One .content .swiper .oneArrow-right {
    width: 11.11111111vw;
    height: 7.59259259vw;
    color: transparent;
    position: absolute;
    top: 27.77777778vw;
    right: -1.85185185vw;
    border: none;
    outline: none;
  }
  .box .middle .One .content .swiper .oneArrow-right img {
    width: 7.40740741vw;
    height: 7.40740741vw;
  }
  .box .middle .One .content .text {
    flex: 1;
    margin-top: 2.77777778vw;
  }
  .box .middle .One .content .text .xw {
    width: 100%;
    height: 5.74074074vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.18518519vw solid #e5e5e5;
  }
  .box .middle .One .content .text .xw h4 {
    height: 100%;
    border-bottom: 0.55555556vw solid #9d3131;
    font-size: 4.07407407vw;
    line-height: 4.07407407vw;
    color: #000000;
  }
  .box .middle .One .content .text .xw span a {
    font-size: 2.77777778vw;
    color: #b5b5b5;
  }
  .box .middle .One .content .text ul li {
    height: 19.81481481vw;
    border-bottom: 0.18518519vw dashed #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box .middle .One .content .text ul li h5 {
    width: 100%;
    line-height: 4.07407407vw;
    font-weight: 700;
    color: #252525;
    font-size: 3.7037037vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .middle .One .content .text ul li span {
    width: 100%;
    height: 3.33333333vw;
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
    color: #7d7d7d;
    margin-top: 1.11111111vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Two {
    width: 100%;
    /* margin-top: 80.40740741vw; */
    padding-top: 2.77777778vw;
    position: relative;
    padding-bottom: 2.77777778vw;
  }
  .box .middle .Two .text .title {
    width: 100%;
    height: 5.74074074vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.18518519vw solid #e5e5e5;
  }
  .box .middle .Two .text .title h4 {
    height: 100%;
    border-bottom: 0.55555556vw solid #9d3131;
    font-size: 4.07407407vw;
    line-height: 4.07407407vw;
    color: #000000;
  }
  .box .middle .Two .text .title span a {
    font-size: 2.77777778vw;
    color: #b5b5b5;
  }
  .box .middle .Two .text .round {
    width: 1.48148148vw;
    height: 1.48148148vw;
    background-color: #9d3131;
    border-radius: 0.74074074vw;
  }
  .box .middle .Two .text .news {
    width: 100%;
  }
  .box .middle .Two .text .news ul {
    width: 100%;
    margin-top: 6.66666667vw;
  }
  .box .middle .Two .text .news ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4.16666667vw;
  }
  .box .middle .Two .text .news ul li .round {
    margin-right: 1.85185185vw;
  }
  .box .middle .Two .text .news ul li a {
    width: 95%;
  }
  .box .middle .Two .text .news ul li a p {
    width: 100%;
    /* height: 3.7037037vw; */
    font-size: 3.7037037vw;
    /* line-height: 3.7037037vw; */
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Two .text .news ul li:nth-child(1) {
    font-weight: 700;
  }
  .box .middle .Two .text .news ul li:nth-child(6) {
    /* font-weight: 700; */
  }
  .box .middle .Two .text .news ul li:nth-child(5) {
    /* margin-bottom: 10.55555556vw; */
  }
  .box .middle .Two .text .exposure {
    width: 100%;
    margin-top: 5.27777778vw;
  }
  .box .middle .Two .text .exposure ul {
    width: 100%;
    margin-top: 7.03703704vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .middle .Two .text .exposure ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4.16666667vw;
  }
  .box .middle .Two .text .exposure ul li .round {
    margin-right: 1.85185185vw;
  }
  .box .middle .Two .text .exposure ul li a {
    width: 96%;
  }
  .box .middle .Two .text .exposure ul li a p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.7037037vw;
    color: #282b3a;
  }
  .box .middle .Two .text .exposure ul li:nth-child(1) {
    font-weight: 700;
  }
  .box .middle .Two .swiper {
    display: none;
  }
  .box .middle .Two .swiper-yd {
    margin-top: 5.83333333vw;
  }
  .box .middle .Two .swiper-yd img {
    width: 39.62962963vw;
    height: 24.07407407vw;
  }
  .box .middle .Two .arrow-left {
    display: none;
  }
  .box .middle .Two .arrow-right {
    display: none;
  }
  .box .middle .Three {
    margin-top: 6.48148148vw;
  }
  .box .middle .Three .title {
    width: 100%;
    height: 5.74074074vw;
    display: flex;
    border-bottom: 0.05208333vw solid #e5e5e5;
    justify-content: space-between;
  }
  .box .middle .Three .title h4 {
    height: 5.74074074vw;
    font-size: 4.07407407vw;
    line-height: 4.07407407vw;
    color: #000000;
    border-bottom: 0.55555556vw solid #9d3131;
  }
  .box .middle .Three .title a {
    font-size: 4.07777778vw;
    color: #000;
  }
  .box .middle .Three .work .title .moreBox a{
    font-size: 2.77777778vw;
    color: #b5b5b5;
  }
  .box .middle .Three .education .title div a{
    font-size: 2.77777778vw;
    color: #b5b5b5;
  }
  .box .middle .Three .video .left {
    width: 100%;
    margin-right: 1.40625vw;
  }
  .box .middle .Three .video .left .content {
    margin-top: 4.62962963vw;
  }
  .box .middle .Three .video .left .content .video1 {
    width: 100%;
    height: 53.88888889vw;
    background-color: #ccc;
    position: relative;
  }
  .box .middle .Three .video .left .content .video1 .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .middle .Three .video .left .content .video1 .img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
  }
  .box .middle .Three .video .left .content .video1 .img .mask {
    width: 100%;
    height: 5.92592593vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 3.7037037vw;
    padding-right: 3.7037037vw;
  }
  .box .middle .Three .video .left .content .video1 .img .mask p {
    width: 100%;
    height: 5.92592593vw;
    font-size: 3.33333333vw;
    line-height: 5.92592593vw;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .video .left .content .video1 .img img:nth-child(3) {
    width: 8.88888889vw;
    height: 8.88888889vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .middle .Three .video .left .content .video1 video {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
  }
  .box .middle .Three .video .left .content .video2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5.92592593vw;
  }
  .box .middle .Three .video .left .content .video2 .img {
    width: 45vw;
    height: 25.37037037vw;
    margin-bottom: 0.52083333vw;
    position: relative;
    background-color: #fff;
  }
  .box .middle .Three .video .left .content .video2 .img .mask {
    width: 100%;
    height: 3.7037037vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.67708333vw;
  }
  .box .middle .Three .video .left .content .video2 .img .mask p {
    width: 98%;
    color: #fff;
    line-height: 3.7037037vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.22222222vw;
  }
  .box .middle .Three .video .left .content .video2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .middle .Three .video .left .content .video2 .img img:nth-child(2) {
    width: 5.55555556vw;
    height: 5.55555556vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .middle .Three .video .video3 {
    width: 100%;
    margin-top: 5.37037037vw;
    padding-top: 0.72916667vw;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Three .video .video3 div {
    width: 49%;
  }
  .box .middle .Three .video .video3 div:nth-child(2) img{
    margin-top: 2.4vw;
  }
  .box .middle .Three .video .video3 div h4 a{
    height: 4.07407407vw;
    font-size: 4.07407407vw;
    line-height: 4.07407407vw;
    color: #000000;
  }
  .box .middle .Three .video .video3 div img {
    width: 44.81481481vw;
    height: 23.88888889vw;
    margin-top: 2.40740741vw;
    object-fit: cover;
  }
  .box .middle .Three .education {
    margin-top: 6.2962963vw;
  }
  .box .middle .Three .education .title {
    height: 5.74074074vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .middle .Three .education .title div {
    display: flex;
    align-items: center;
  }
  .box .middle .Three .education .title div h4 {
    margin-right: 6.85185185vw;
  }
  .box .middle .Three .education .title div .pc {
    display: none;
  }
  .box .middle .Three .education .title div .yd {
    width: 25.518519vw;
    height: 5.55555556vw;
    font-size: 3.33333333vw;
    line-height: 5.74074074vw;
    color: #000000;
    border: none;
    outline: none;
  }
  .box .middle .Three .education .content {
    display: none;
  }
  .box .middle .Three .education .content.active {
    display: flex;
  }
  .box .middle .Three .education .content.one {
    flex-direction: column;
    margin-top: 2.22222222vw;
    margin-bottom: 8.51851852vw;
  }
  .box .middle .Three .education .content.one .map {
    width: 100%;
    height: 57.074074vw;
    margin-right: 0.55555556vw;
    position: relative;
  }
  .box .middle .Three .education .content.one .map img {
    width: 100%;
    height: 100%;
  }
  .box .middle .Three .education .content.one .map a {
    cursor: pointer;
    padding-left: 0.37037037vw;
  }
  .box .middle .Three .education .content.one .map a .img {
    width: 2.77777778vw;
    height: 2.59259259vw;
    background: url(/v2024/img/three/one/star.png) center;
    background-size: contain;
    margin-right: 0.37037037vw;
  }
  .box .middle .Three .education .content.one .map a p {
    height: 2.77777778vw;
    font-size: 2.40740741vw;
    font-weight: bold;
    line-height: 2.77777778vw;
    color: #ffffff;
  }
  .box .middle .Three .education .content.one .map a.active .img {
    background: url(/v2024/img/three/one/starActive.png);
    background-size: contain;
  }
  .box .middle .Three .education .content.one .map a.active p {
    color: #ffd200;
  }
  .box .middle .Three .education .content.one .map a:nth-child(2) {
    position: absolute;
    top: 22.518519vw;
    left: 45.148148vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(3) {
    position: absolute;
    display: flex;
    top: 19.666667vw;
    left: 26.481481vw;
  }
  .box .middle .Three .education .content.one .map a:nth-child(4) {
    position: absolute;
    top: 22.666667vw;
    left: 58.259259vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(5) {
    position: absolute;
    top: 43.333333vw;
    left: 7.592593vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(6) {
    position: absolute;
    top: 44.333333vw;
    left: 36.740741vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(7) {
    position: absolute;
    top: 20.740741vw;
    left: 35.740741vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .middle .Three .education .content.one .map a:nth-child(7) .img {
    margin-right: 0;
    margin-bottom: 0.92592593vw;
  }
  .box .middle .Three .education .content.one .map a:nth-child(8) {
    position: absolute;
    top: 15.111111vw;
    left: 17.925926vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(9) {
    position: absolute;
    top: 8.407407vw;
    left: 31.962963vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(10) {
    position: absolute;
    top: 36.703704vw;
    left: 46vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(11) {
    position: absolute;
    top: 12.185185vw;
    left: 62.96296296vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(12) {
    position: absolute;
    top: 17.037037vw;
    left: 78.074074vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(13) {
    position: absolute;
    top: 9.555556vw;
    left: 41.296296vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(14) {
    position: absolute;
    top: 31.074074vw;
    left: 22.555556vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(15) {
    position: absolute;
    top: 23.518519vw;
    left: 11.37037vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(16) {
    position: absolute;
    top: 38.555556vw;
    left: 17.777778vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .map a:nth-child(17) {
    position: absolute;
    top: 47.111111vw;
    left: 27.259259vw;
    display: flex;
  }
  .box .middle .Three .education .content.one .text {
    margin-top: 1.85185185vw;
    background: url(/v2024/img/three/one/background.png) center;
    background-size: 100% 100%;
    padding: 6.48148148vw 5.18518519vw 3.88888889vw;
    text-align: center;
  }
  .box .middle .Three .education .content.one .text h5 {
    width: 100%;
    height: 3.7037037vw;
    font-size: 3.51851852vw;
    line-height: 3.7037037vw;
    color: #0c2035;
    text-align: center;
    font-weight: 400;
  }
  .box .middle .Three .education .content.one .text p {
    margin-top: 5.55555556vw;
    width: 100%;
    font-size: 2.96296296vw;
    line-height: 4.44444444vw;
    color: #0c2035;
    text-align: left;
  }
  .box .middle .Three .education .content.one .text button {
    margin-top: 4.62962963vw;
    width: 17.96296296vw;
    height: 5.55555556vw;
    background-color: #2b66b4;
    border-radius: 2.77777778vw;
    font-size: 2.96296296vw;
    line-height: 5.37037037vw;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .middle .Three .education .content.two {
    flex-wrap: wrap;
    margin-top: 3.51851852vw;
    justify-content: space-between;
    margin-bottom: 6.85185185vw;
  }
  .box .middle .Three .education .content.two li {
    width: 49%;
    height: 29.62962963vw;
    margin-bottom: 0.92592593vw;
  }
  .box .middle .Three .education .content.two li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .middle .Three .education .content.three {
    margin-top: 3.88888889vw;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .box .middle .Three .education .content.three li {
    width: 45vw;
    height: 27.40740741vw;
    margin-bottom: 3.51851852vw;
    position: relative;
  }
  .box .middle .Three .education .content.three li img {
    width: 100%;
    height: 100%;
  }
  .box .middle .Three .education .content.three li .mask {
    width: 100%;
    height: 6.2962963vw;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 1.48148148vw;
    padding-right: 1.48148148vw;
  }
  .box .middle .Three .education .content.three li .mask p {
    width: 100%;
    color: #fff;
    font-size: 2.96296296vw;
    line-height: 6.2962963vw;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .education .content.three li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Three .education .content.four {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.85185185vw;
    margin-bottom: 11.48148148vw;
    padding: 0 0.92592593vw;
  }
  .box .middle .Three .education .content.four li {
    width: 100%;
    display: flex;
    margin-right: 5vw;
    align-items: center;
  }
  .box .middle .Three .education .content.four li .round {
    width: 1.48148148vw;
    height: 1.48148148vw;
    background-color: #9d3131;
    border-radius: 0.74074074vw;
    margin-right: 3.51851852vw;
  }
  .box .middle .Three .education .content.four li a {
    width: 85.92592593vw;
    height: 16.48148148vw;
    line-height: 16.48148148vw;
    font-size: 3.33333333vw;
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 0.18518519vw dotted #c5c5c5;
  }
  .box .middle .Three .education .content.four li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Three .education .content.five {
    margin-top: 1.11111111vw;
    flex-wrap: wrap;
    margin-bottom: 8.7037037vw;
  }
  .box .middle .Three .education .content.five li {
    margin-top: 1.66666667vw;
    padding-bottom: 0.92592593vw;
    width: 100%;
    border-bottom: 0.18518519vw solid #eaeaea;
  }
  .box .middle .Three .education .content.five li a {
    display: flex;
  }
  .box .middle .Three .education .content.five li a img {
    display: block;
    width: 26.2962963vw;
    height: 32.22222222vw;
    object-fit: contain;
    margin-right: 6.66666667vw;
  }
  .box .middle .Three .education .content.five li a .text h4 {
    margin-top: 4.25925926vw;
    height: 3.7037037vw;
    font-size: 3.7037037vw;
    line-height: 3.7037037vw;
    color: #292929;
    font-weight: 400;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) {
    width: 15vw;
    height: 4.44444444vw;
    margin-top: 5vw;
    position: relative;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) img {
    width: 15vw;
    height: 4.44444444vw;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(2) span {
    position: absolute;
    top: 0;
    left: 1.85185185vw;
    height: 4.44444444vw;
    font-size: 2.59259259vw;
    line-height: 4.44444444vw;
    color: #ffffff;
  }
  .box .middle .Three .education .content.five li a .text p:nth-child(3) {
    width: 100%;
    font-size: 2.59259259vw;
    line-height: 3.7037037vw;
    color: #1d1d1d;
    margin-top: 2.22222222vw;
  }
  .box .middle .Three .education .content.five li:nth-child(4) {
    border-bottom: none;
  }
  .box .middle .Three .work {
    margin-top: 6.48148148vw;
  }
  .box .middle .Three .work .title div {
    display: flex;
    align-items: center;
  }
  .box .middle .Three .work .title div .yd {
    width: 25.518519vw;
    height: 5.55555556vw;
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
    color: #000000;
    margin-left: 7.22222222vw;
    border: none;
    outline: none;
  }
  .box .middle .Three .work .title span {
    font-size: 2.77777778vw;
    color: #b5b5b5;
    cursor: pointer;
  }
  .box .middle .Three .work .content .pc {
    display: none;
  }
  .box .middle .Three .work .content ul {
    margin-top: 6.66666667vw;
    padding: 0 0.92592593vw 1.11111111vw;
    flex-direction: column;
  }
  .box .middle .Three .work .content ul li {
    width: 100%;
    height: 3.7037037vw;
    display: flex;
    align-items: center;
    margin-bottom: 9.25925926vw;
  }
  .box .middle .Three .work .content ul li img {
    width: 2.96296296vw;
    height: 2.96296296vw;
    object-fit: contain;
    margin-right: 1.85185185vw;
  }
  .box .middle .Three .work .content ul li p {
    width: 90.74074074vw;
    /* height: 3.7037037vw; */
    font-size: 3.7037037vw;
    /* line-height: 3.7037037vw; */
    color: #282b3a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .Three .report {
    margin-top: 1.11111111vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .middle .Three .report .jbOne {
    width: 21.11111111vw;
    height: 20.92592593vw;
    background-color: #9d3131;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.09375vw;
    justify-content: center;
  }
  .box .middle .Three .report .jbOne img {
    width: 8.33333333vw;
    height: 7.22222222vw;
  }
  .box .middle .Three .report .jbOne p {
    font-size: 2.96296296vw;
    color: #ffffff;
    font-weight: 700;
    margin-top: 2.40740741vw;
  }
  .box .middle .Three .report .jbTwo {
    width: 69.62962963vw;
    height: 20.92592593vw;
    background-color: #dab762;
    padding-left: 1.2962963vw;
    padding-top: 2.96296296vw;
  }
  .box .middle .Three .report .jbTwo p {

  }
  .box .middle .Three .report .jbTwo p img {
    vertical-align: justify;
  }
  .box .middle .Three .report .jbTwo p span {
    display: inline-block;
    height: 3.14814815vw;
    font-size: 2.96296296vw;
    line-height: 3.14814815vw;
    color: #ffffff;
  }
  .box .middle .Three .report .jbThree {
    width: 100%;
    height: 14.62962963vw;
    margin-top: 4.44444444vw;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Three .report .jbThree span {
    width: 85.92592593vw;
    padding-top: 2.08333333vw;
    padding: 0 2.77777778vw;
    margin-right: 0.05208333vw;
    background-color: #67a96e;
    font-size: 3.233333vw;
    line-height: 3.51851852vw;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  .box .middle .Three .report .jbThree span br:nth-child(1){
    display:none
  }
  .box .middle .Three .report .jbThree>a {
    width: 6.66666667vw;
    height: 100%;
  }
  .box .middle .Three .report .jbThree>a p {
    width: 6.66666667vw;
    height: 100%;
    text-align: center;
    background-color: #94bf99;
    color: #fff;
    font-weight: 700;
    padding: 0.74074074vw 0.41666667vw 0 0.46875vw;
    font-size: 3.03333333vw;
    line-height: 3.33333333vw;
  }
  .box .middle .Three .report ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box .middle .Three .report ul li {
    width: 49%;
    height: 11.66666667vw;
    margin-top: 0.74074074vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 0.10416667vw;
  }
  .box .middle .Three .report ul li span {
    width: 38.33333333vw;
    height: 11.66666667vw;
    font-size: 2.618519vw;
    line-height: 3.7037037vw;
    margin-right: 0.05208333vw;
    background-color: #7c84c3;
    display: flex;
    align-items: center;
    padding: 0 2.03703704vw 0 2.59259259vw;
  }
  .box .middle .Three .report ul li>a {
    width: 6.66666667vw;
    height: 100%;
  }
  .box .middle .Three .report ul li>a p {
    width: 6.66666667vw;
    height: 100%;
    text-align: center;
    background-color: #9ca1cd;
    font-weight: 700;
    padding: 2.59259259vw 0.41666667vw 0 0.36458333vw;
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
    color: #ffffff;
  }
  .box .middle .Three .report ul li:nth-child(2) span {
    background-color: #27a6b5;
  }
  .box .middle .Three .report ul li:nth-child(2) p {
    background-color: #40bfce;
  }
  .box .middle .Three .report ul li:nth-child(3) span {
    background-color: #3b469b;
  }
  .box .middle .Three .report ul li:nth-child(3) p {
    background-color: #4d5bc6;
  }
  .box .middle .Three .report ul li:nth-child(4) span {
    background-color: #287f89;
  }
  .box .middle .Three .report ul li:nth-child(4) p {
    background-color: #27a6b5;
  }
  .box .middle .Three .report ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box .middle .Four {
    width: 100%;
    margin-top: 7.77777778vw;
  }
  .box .middle .Four .title {
    height: 3.7037037vw;
    display: flex;
    flex-wrap: wrap;
  }
  .box .middle .Four .title h5 {
    width: 30.9vw;
    height: 3.7037037vw;
    font-size: 3.7037037vw;
    line-height: 3.7037037vw;
    color: #000000;
    text-align: center;
    /* margin-right: 2.77777778vw; */
  }
  .box .middle .Four .title h5:nth-child(2) {
    margin-right: 0vw;
  }
  .box .middle .Four .title h5:nth-child(4) {
    display: none;
  }
  .box .middle .Four .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .box .middle .Four .content img {
    width: 28vw;
    /* height: 64.07407407vw; */
    /* margin-right: 2.77777778vw; */
    margin-top: 3.88888889vw;
  }
  .box .middle .Four .content a:nth-child(7) img {
    width: 100%;
    height: 36.11111111vw;
    margin-top: 5.92592593vw;
    margin-right: 0;
  }
  .box .middle .Four .content a:nth-child(6) {
    display: none;
  }
  .box .middle .Four .content a:nth-child(2) img {
    width: 28vw;
    /* height: 61.48148148vw; */
    margin-right: 0;
  }
  .box .middle .Four .content .yd {
    width: 100%;
    margin-top: 7.59259259vw;
    height: 3.7037037vw;
    font-size: 3.7037037vw;
    line-height: 3.7037037vw;
    color: #000000;
    margin-bottom: 3.33333333vw;
  }
  .box .middle .Four .content div {
    text-align: center;
  }
  .box .middle .Four .content div img {
    width: 21.2962963vw;
    height: 20.92592593vw;
    margin-right: 0;
    margin-bottom: 2.22222222vw;
    margin-top: 0;
  }
  .box .middle .Four .content div p {
    font-size: 2.59259259vw;
    line-height: 3.7037037vw;
    color: #292929;
  }
  .box .middle .Four .content ul {
    width: 69.62962963vw;
    display: flex;
    flex-wrap: wrap;
  }
  .box .middle .Four .content ul li {
    width: 16.2962963vw;
    height: 7.77777778vw;
    background-color: #fffcf5;
    border: solid 0.18518519vw #d8ceaf;
    margin-right: 1.48148148vw;
    margin-bottom: 1.66666667vw;
    text-align: center;
    font-size: 2.96296296vw;
    line-height: 7.77777778vw;
    color: #0e2c41;
    position: relative;
  }
  .box .middle .Four .content ul li .img {
    display: none;
    height: 88px;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .box .middle .Four .content ul li .img img:nth-child(1) {
    width: 90px;
    height: 90px;
    margin: 0;
  }
  .box .middle .Four .content ul li .img img:nth-child(2) {
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
  }
  .box .middle .Four .content ul li.active {
    background-color: #fff1c7;
  }
  .box .middle .Four .content ul li.active .img {
    display: block;
  }
  .box .middle .Four .content ul li:nth-child(4n) {
    margin-right: 0;
  }
  .box .middle .Five {
    margin-top: 7.03703704vw;
    width: 100%;
    background-color: #e6e6e6;
    padding: 4.62962963vw 3.51851852vw 3.88888889vw 3.88888889vw;
  }
  .box .middle .Five .container {
    padding: 0;
  }
  .box .middle .Five ul {
    height: 6.85185185vw;
    display: flex;
    justify-content: space-between;
  }
  .box .middle .Five ul li {
    height: 6.85185185vw;
    padding: 0 0.92592593vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .box .middle .Five ul li p {
    font-size: 2.53333333vw;
    color: #6e6e6e;
    margin-right: 1.2962963vw;
  }
  .box .middle .Five ul li div {
    width: 1.66666667vw;
    height: 1.2962963vw;
    background: url(/v2024/img/five/close.png);
    background-size: 100% 100%;
  }
  .box .middle .Five ul li.active {
    background-color: #fff;
  }
  .box .middle .Five ul li.active p {
    font-size: 2.5vw;
    color: #000;
    font-weight: 700;
    margin-right: 1.66666667vw;
  }
  .box .middle .Five ul li.active div {
    width: 1.66666667vw;
    height: 1.48148148vw;
    background: url(/v2024/img/five/expand.png);
    background-size: 100% 100%;
  }
  .box .middle .Five .content {
    width: 100%;
    background-color: #fff;
    padding: 4.62962963vw 0vw 6.11111111vw 1.2962963vw;
    display: flex;
    flex-wrap: wrap;
  }
  .box .middle .Five .content span {
    display: block;
    font-size: 2.77777778vw;
    line-height: 2.77777778vw;
    color: #5b5b5b;
    margin: 0 2.03703704vw 2.77777778vw 0;
  }
  .box .foot {
    height: 21.2962963vw;
    background-color: #9d3131;
    margin-top: 6.2962963vw;
    padding-top: 6.11111111vw;
    padding-left: 4.44444444vw;
    padding-bottom: 5.18518519vw;
  }
  .box .foot .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .box .foot .container img {
    width: 7.96296296vw;
    height: 10vw;
    margin-right: 4.07407407vw;
  }
  .box .foot .container p {
    width: 77.77777778vw;
    font-size: 1.85185185vw;
    color: #ffffff;
    text-align: center;
  }
  .box .foot .container p span {
    display: block;
    margin-bottom: 0.67708333vw;
  }
  .box .foot .container p span a {
    color: #fff;
  }
  .box .foot .container p span:nth-child(2) {
    margin-bottom: 0;
  }
  .box .foot .container img:nth-child(3) {
    display: none;
  }
  .box .Popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .box .Popup .popup {
    width: 83.33333333vw;
    height: 46.2962963vw;
    background-color: #fffaf8;
    border-radius: 1.11111111vw;
    border: solid 0.18518519vw #373737;
    position: fixed;
    top: 37.03703704vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding-top: 5.10416667vw;
  }
  .box .Popup .popup p {
    width: 68.51851852vw;
    font-size: 2.96296296vw;
    line-height: 4.44444444vw;
    color: #211d1d;
    margin: 0 auto;
  }
  .box .Popup .popup span {
    position: absolute;
    top: 0.37037037vw;
    left: 76.85185185vw;
    font-size: 4.44444444vw;
    cursor: pointer;
  }

  .box .middle .Three .education .content.six {
    flex-direction: column;
    margin-top: 2.22222222vw;
    margin-bottom: 8.51851852vw;
  }
  .box .middle .Three .education .content.six .map {
    width: 100%;
    height: 52.074074vw;
    margin-right: 0.55555556vw;
    position: relative;
  }
  .box .middle .Three .education .content.six .map img {
    width: 100%;
    height: 100%;
  }
  .box .middle .Three .education .content.six .text {
    margin-top: 1.85185185vw;
    background: url(/v2024/img/three/one/background.png) center;
    background-size: 100% 100%;
    padding: 6.48148148vw 5.18518519vw 3.88888889vw;
    text-align: center;
  }
  .box .middle .Three .education .content.six .text h5 {
    width: 100%;
    height: 3.7037037vw;
    font-size: 3.51851852vw;
    line-height: 3.7037037vw;
    color: #0c2035;
    text-align: center;
    font-weight: 400;
  }
  .box .middle .Three .education .content.six .text p {
    margin-top: 5.55555556vw;
    width: 100%;
    font-size: 2.96296296vw;
    line-height: 4.44444444vw;
    color: #0c2035;
    text-align: left;
  }
  .box .middle .Three .education .content.six .text a{
    background-color:#2b66b4;
    border-radius:8px;
    font-size:12px;
    padding:0.5vw 2vw;
  }
  .box .middle .Three .education .content.six .text button {
    margin-top: 4.62962963vw;
    width: 17.96296296vw;
    height: 5.55555556vw;
    background-color: #2b66b4;
    border-radius: 2.77777778vw;
    font-size: 2.96296296vw;
    line-height: 5.37037037vw;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }

}
@media screen and (min-width: 769px) and (max-width: 1880px) {
  .arrow-left {
    top: 557px !important;
    left: 256px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 235px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1790px) {
  .arrow-left {
    top: 557px !important;
    left: 214px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 193px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1690px) {
  .arrow-left {
    top: 557px !important;
    left: 161px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1590px) {
  .arrow-left {
    top: 557px !important;
    left: 105px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1490px) {
  .arrow-left {
    top: 557px !important;
    left: 68px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 53px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1390px) {
  .arrow-left {
    top: 557px !important;
    left: -9px !important;
  }
  .arrow-right {
    top: 557px !important;
    right: -29px !important;
  }
}
@media screen and (min-width: 1950px) {
  .arrow-left {
    top: 557px !important;
    left: 15.8vw !important;
  }
  .arrow-right {
    top: 557px !important;
    right: 15vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1290px) {
  .arrow-left {
    display: none;
  }
  .arrow-right {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .box .top{
    background-repeat: no-repeat;
  }
  .navigation .container.pc ul li a{
    font-size: 23px;
  }
  .box .middle .One .content .text ul li h5{
    font-size: 23px;
  }
  .box .middle .One .content{
    margin-top: 16px;
  }
  .box .middle .Three .video .left .content .video1{
    height: 356px;
  }
  .box .middle .Three .video .left .content .video2 .img{
    height: 173px;
  }
  .box .middle .Three .video .left .content .video2 .img img{
    height: 173px;
  }
  .box .middle .Three .video .video3 img {
    height: 173px;
    width: 100%;
  }
  .box .middle .Three .education .content.four li a{
    font-size: 20px;
    /*font-weight: bold;*/
  }
  .box .middle .Three .work .content{
    background-color: unset;
  }
  .box .middle .Five .content span{
    margin-right: 16px;
  }
  .box .middle .Three .work .content div p{
    font-size: 23px;
  }
  .box .middle .Three .work .content ul li p {
    height: unset;
    font-size: 20px;
    line-height: unset;
  }
  .box .middle .Three .work .content ul li p br{
    display:none
  }
  a:hover{
    filter: brightness(1.2) !important;
    display: inline-block !important;
    cursor: pointer;
  }
  a:hover p{
    color: #9d3131 !important;
  }
  .box .middle .Three .report .jbOne a:hover p{
    color: #fff !important;
  }
  .box .middle .Three .education .content.one .map a{
    color: #fff !important;
    display: flex !important;
  }
  .box .middle .Three .education .content.five li a:hover{
    display: flex !important;
  }
  .piao{
    background: url("/v2024/img/one/piao.jpg") center center no-repeat;
    width: 310px;
    height: 490px;
    position: fixed;
    top: 41%;
    left: 0;
    z-index: 100;
  }
  .box .middle .Two .text .news ul li p{
    font-size: 20px;

    color: #282b3a;
  }
  .box .middle .Two .text .exposure ul li p{
    font-size: 20px;

    color: #282b3a;
  }
  .box .middle .Two .text .exposure ul {
    /* height: 305px; */
    margin-top: 25px;
    padding-right: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .box .middle .Three .report .jbThree>a,.box .middle .Three .report ul li>a p{
    display: none;
  }
  .box .middle .Three .report .jbThree span{
    width: 268px;
    text-align: center;
  }
  .box .middle .Three .report ul li>a{
    display: none;
    width: 0;
  }
  .box .middle .Three .report ul li span{
    width: 206px;
    justify-content: center;
  }
  .box .middle .Three .report ul li{
    text-align: center;
  }
  .box .foot .container p span a:hover{
    display:inline-block !important;
    text-decoration: underline;
  }
  .box .middle .Three .report ul li span{
    background-color: #6370d6;
  }
  .box .middle .Three .report ul li:nth-child(3) span{
    background-color: #3b459c;
  }
  .box .middle .Three .report ul li:nth-child(2) span{
    background-color: #27a6b5;
  }
  .box .middle .Three .report ul li:nth-child(4) span{
    background-color: #288189;
  }
}

.moreBox span{
  display: none;
}
.moreBox span:nth-child(1){
  display: block;
}

.box .middle .One .title a{
  width: 100%;
  text-align: center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: none;
}

.box .middle .One .content .swiper a:hover{
  display: block !important;
}

@font-face {
  font-family: 'navfont';
  src: url('/v2024/css/font/FZXBSJW.TTF')
}

.navigation .container.pc ul li a{
  font-family: 'navfont';
}

.xwtt *{
  color: #333;
  font-weight: normal;
}


.xwtt{position: relative;float: right;width: 595px;height: 355px;margin-left: 0px;}

.xwtt .xwtt_line{margin: auto;margin-top: 7px;height: 8px;line-height: 10px;border-top: 1px solid #ccc;}
.xwtt h2 { margin: auto; margin: 0px; color: #555971;}
.xwtt .xwtt_line:last-child{
  /* display: none; */
}

.xwtt .temp1_tit1 { line-height: 40px; font-size: 32px; font-weight: bolder; color: #2c2c2c; }
.xwtt .temp1_abs { line-height: 30px; font-size: 22px; margin-top: 15px;}


.xwtt .temp2_tit1 { font-size: 28px; line-height: 35px;}
.xwtt .temp2_tit2 { font-size: 28px; line-height: 35px;}


.xwtt .temp3_tit1 { font-size: 24px; line-height: 35px; }
.xwtt .temp3_tit2 { font-size: 24px; line-height: 35px; }


.xwtt .temp4_tit1 {font-size: 24px;line-height: 36px;}
.xwtt .temp4_tit2 {font-size: 24px;/* line-height: 33px; */display: flex;flex-direction: column;justify-content: center;height: 65px;}
.xwtt .temp4_tit2 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* padding: 14px 0; */
  /* height: 77px; */
  /* line-height: 60px; */
}

.xwtt .tit1 { line-height: 40px; font-size: 32px; font-weight: bolder; color: #2c2c2c; }
.xwtt .tit_list { border-top: 1px solid #ccc; }
.xwtt .first { border-top: 0px; margin-top: 0px; }

.xwtt .tit2_fir { font-size: 28px; padding: 30px 0px; line-height: 35px; margin-top: -30px; }
.xwtt .tit2_sec { font-size: 28px; padding: 30px 0px; line-height: 35px; }

.xwtt .tit3_fir { font-size: 28px; padding: 20px 0px; line-height: 35px; margin-top: -20px; }
.xwtt .tit3_sec { font-size: 28px; padding: 20px 0px; line-height: 35px; }

.xwtt .tit4_fir { font-size: 28px; padding: 5px 0px; line-height: 35px; margin-top: -5px; }
.xwtt .tit4_sec { font-size: 28px; padding: 5px 0px; line-height: 35px; }

.xwtt .xtt { height: 30px;}
.xwtt .tit5_fir { font-size: 28px; padding-bottom: 20px; line-height: 35px; }
.xwtt .tit5_sec { font-size: 28px; padding: 20px 0px; line-height: 35px; }

.xwtt .tit_small { float: left; font-size: 18px; color: #303030; padding: 0px 10px; line-height: 30px; height: 30px; }

.xwtt .tit7 { line-height: 35px; font-size: 28px; }

.xwtt .xtt2 { height: 30px; margin-top: 20px; }

.xwtt .more3 {position: absolute;bottom: 0px;right: 0px;width: 40px;height: 24px;color: #3f3f3f;font-size: 16px;}
.xwtt .more3:hover { color: #3f3f3f;}

.xwtt a:hover{
  color: #9d3131;
  display: -webkit-box !important;
}

@media screen and (max-width: 769px) {
  .xwtt{
    width: 100%;
    height: unset;
    margin-bottom: 13vw;
    float: none;
  }
  .xwtt .temp4_tit2 a{
    font-size:4.0vw
  }
  .xwtt .more3{

    bottom: -8vw;

    border: 1px solid #eee;

    color: #999;

    text-align: center;

    font-size: 14px;

    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .box .middle .Three .education .content.six {
    margin-top: 12px;
    margin-bottom: 46px;
  }
  .box .middle .Three .education .content.six .map {
    width: 617px;
    height: 373px;
    margin-right: 3px;
    position: relative;
  }

  .box .middle .Three .education .content.six .map img {
    width: 100%;
    height: 100%;
  }

  .box .middle .Three .education .content.six .map a {
    cursor: pointer;
  }

  .box .middle .Three .education .content.six .map a .img {
    width: 17px;
    height: 15px;
    background: url(/v2024/img/three/one/star.png) center;
    background-size: contain;
    margin-right: 2px;
  }

  .box .middle .Three .education .content.six .text {
    flex: 1;
    background: url(/v2024/img/three/one/background.png) center;
    background-size: 100% 100%;
    padding: 35px 28px 21px;
    text-align: center;
  }

  .box .middle .Three .education .content.six .text h5 {
    width: 100%;
    height: 20px;
    font-size: 19px;
    line-height: 20px;
    color: #0c2035;
    text-align: center;
    font-weight: 400;
  }

  .box .middle .Three .education .content.six .text p {
    min-height: 192px;
    margin-top: 12px;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    color: #0c2035;
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify;
  }

  .box .middle .Three .education .content.six .text p span{
    display: block;
  }

  .box .middle .Three .education .content.six .text button {
    margin-top: 25px;
    width: 97px;
    height: 30px;
    background-color: #2b66b4;
    border-radius: 15px;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .box .middle .Three .education .content.six .text a{
    margin-top: 25px;
    width: 97px;
    height: 30px;
    background-color: #2b66b4;
    border-radius: 15px;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 17px;
  }
  .box .middle .Three .education .content.six .text a:hover{

    display: inline !important;
  }
  .report p,.report a{
    font-family: 'navfont';
  }
}

.box.shiyi .top {
  width: 100%;
  height: 313px;
  background: url(/v2024/img/shiyi/background-top.jpg) center center no-repeat;
  position: relative;
}

.box.shiyi .navigation{
  background-color: #be2027;
}

.box.shiyi .navigation .container.pc .search input::placeholder {
  font-size: 14px;
  color: #be2027;
}

.box.shiyi .navigation .container.pc .search img{
  filter: hue-rotate(60deg);
}

.box.shiyi .middle .One{
  background: url(/v2024/img/shiyi/body.jpg) top center no-repeat;
  margin-top: 0;
  padding-top: 0px;
}

.box.guonian .top {
  width: 100%;
  height: 313px;
  background: url(/v2024/img/shiyi/background-top-guonian.jpg) center center no-repeat;
  position: relative;
}

.box.guonian .navigation{
  background-color: #be2027;
}

.box.guonian .navigation .container.pc .search input::placeholder {
  font-size: 14px;
  color: #be2027;
}

.box.guonian .navigation .container.pc .search img{
  filter: hue-rotate(60deg);
}

.box.guonian .middle .One{
  background: url(/v2024/img/shiyi/body-guonian.jpg) top center no-repeat;
  margin-top: 0;
  padding-top: 0px;
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .box .top {
    width: 99.1vw;
    height: 17vw;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
  }
  .box.shiyi .top {
    width: 99.1vw;
    height: 17vw;
    background: url(/v2024/img/shiyi/background-top.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
  }
  .box.guonian .top {
    width: 99.1vw;
    height: 17vw;
    background: url(/v2024/img/shiyi/background-top-guonian.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
  }
}

@media screen and (max-width: 768px){
  .box.guonian .navigation .container.yd .Title select{
    background-color: #be2027;
  }
  .box.guonian .top {
    width: 100vw;
    height: 42.22222222vw;
    background: url(/v2024/img/yd/background.jpg) center;
    background-size: cover;
    position: relative;
  }
}