.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.img_d {
  overflow: hidden;
}
.img_d:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@font-face {
  font-family: 'syst';
  src: url('../fonts/Bold.otf');
}
@font-face {
  font-family: 'syst2';
  src: url('../fonts/Medium.otf');
}
@font-face {
  font-family: 'syst3';
  src: url('../fonts/Regular.otf');
}
.fm {
  font-family: 'syst';
}
.fm2 {
  font-family: 'syst2';
}
.fm3 {
  font-family: 'syst3';
}
.js-dt .item .name,
.ny-left .tit,
.sy-tit .tit {
  font-family: 'syst';
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media only screen and (min-width: 1700px) {
  .sy_ban {
    height: 100vh;
    overflow: hidden;
  }
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 8s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .mouse {
    position: absolute;
    left: 50%;
    bottom: 1.5vw;
    transform: translateX(-50%);
    z-index: 21;
    cursor: pointer;
  }
  .mouse img {
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
    animation: bounce 3s linear infinite;
  }
  .mouse::after {
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
    transform: translateX(-50%);
  }
  .sy_ban .pagination-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31vw;
    height: 9vw;
    background-image: url(../img/icon-ban2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 80;
  }
  .sy_ban .pagination-box::after {
    content: '';
    display: block;
    width: 31.5vw;
    height: 33vw;
    margin-top: 0.9vw;
    background-image: url(../img/icon-ban.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: rotate 30s linear infinite;
  }
  .sy_ban .swiper-pagination {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 0.55vw;
    height: 0.55vw;
    border-radius: 50%;
    background-color: #fff !important;
    transition: all 0.3s;
    cursor: pointer !important;
    opacity: 1;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 2.6vw;
    height: 2.5vw;
    background: url(../img/icon-w.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -2.5vw;
    top: -2.5vw;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    width: 2.3vw;
    height: 2.3vw;
    background: url(../img/icon-n.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -2.34vw;
    top: -2.4vw;
    animation: rotate 8s linear infinite;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::after {
    left: auto;
    right: -2.5vw;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::before {
    left: auto;
    right: -2.3vw;
    top: -2.4vw;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(1) {
    position: absolute;
    left: 11%;
    top: 47.8%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(2) {
    position: absolute;
    left: 24%;
    top: 17.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(3) {
    position: absolute;
    left: 40%;
    top: -0.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(4) {
    position: absolute;
    left: 60%;
    top: 0.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(5) {
    position: absolute;
    left: 75%;
    top: 18.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(6) {
    position: absolute;
    left: 88%;
    top: 50.5%;
  }
  .index-ss {
    margin-top: -65px;
    position: relative;
    z-index: 3;
  }
  .index-ss .ss-ipt {
    width: 1000px;
    height: 65px;
    background: url(../img/ss-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 40px;
  }
  .index-ss .ss-ipt label {
    position: relative;
  }
  .index-ss .ss-ipt a {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .index-ss .ss-ipt a img {
    width: 25px;
  }
  .index-ss .ss-ipt input {
    margin-top: 20px;
    width: 880px;
    height: 45px;
    line-height: 45px;
    color: #0b4da2;
    font-size: 20px;
    background-size: 25px;
    background-position: right center;
    border-bottom: 2px solid #dddddd;
    padding-right: 30px;
  }
  .index-ss .ss-ipt input::-webkit-input-placeholder {
    color: #0b4da2;
  }
  .index-ss .ss-ipt input:-moz-placeholder {
    color: #0b4da2;
  }
  .index-ss .ss-ipt input::-moz-placeholder {
    color: #0b4da2;
  }
  .index-ss .ss-ipt input:-ms-input-placeholder {
    color: #0b4da2;
  }
  .index-ss .ss-txt {
    line-height: 45px;
    font-size: 13px;
    padding-left: 40px;
  }
  .index-ss .ss-txt span {
    margin-left: 15px;
  }
  .index-ss .ss-txt .ss-wz {
    display: flex;
  }
  .index-ss .ss-txt .ss-wz p {
    width: 85px;
  }
  .index-ss .ss-txt .txt {
    display: inline-block;
    float: right;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .sy_ban {
    height: 100vh;
    overflow: hidden;
  }
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 8s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .mouse {
    position: absolute;
    left: 50%;
    bottom: 1.5vw;
    transform: translateX(-50%);
    z-index: 21;
    cursor: pointer;
  }
  .mouse img {
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
    animation: bounce 3s linear infinite;
  }
  .mouse::after {
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
    transform: translateX(-50%);
  }
  .sy_ban .pagination-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31vw;
    height: 9vw;
    background-image: url(../img/icon-ban2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 80;
  }
  .sy_ban .pagination-box::after {
    content: '';
    display: block;
    width: 31.5vw;
    height: 33vw;
    margin-top: 0.9vw;
    background-image: url(../img/icon-ban.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: rotate 30s linear infinite;
  }
  .sy_ban .swiper-pagination {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 0.55vw;
    height: 0.55vw;
    border-radius: 50%;
    background-color: #fff !important;
    transition: all 0.3s;
    cursor: pointer !important;
    opacity: 1;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/icon-w.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -3vw;
    top: -3vw;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    width: 2.9vw;
    height: 2.9vw;
    background: url(../img/icon-n.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -2.8vw;
    top: -2.8vw;
    animation: rotate 8s linear infinite;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::after {
    left: auto;
    right: -3vw;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::before {
    left: auto;
    right: -2.85vw;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(1) {
    position: absolute;
    left: 11%;
    top: 47.8%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(2) {
    position: absolute;
    left: 24%;
    top: 17.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(3) {
    position: absolute;
    left: 40%;
    top: -0.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(4) {
    position: absolute;
    left: 60%;
    top: 0.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(5) {
    position: absolute;
    left: 75%;
    top: 18.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(6) {
    position: absolute;
    left: 88%;
    top: 50.5%;
  }
}
@media only screen and (max-width: 1000px) {
  .sy_ban {
    height: 6.5rem;
  }
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 8s linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .mouse {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 1.5vw;
    transform: translateX(-50%);
    z-index: 21;
    cursor: pointer;
  }
  .mouse img {
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
    animation: bounce 3s linear infinite;
  }
  .mouse::after {
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
    transform: translateX(-50%);
  }
  .sy_ban .pagination-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.3rem;
    height: 1rem;
    background-image: url(../img/icon-ban2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 80;
  }
  .sy_ban .pagination-box::after {
    content: '';
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    margin-top: 0.2rem;
    background-image: url(../img/icon-ban.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: rotate 30s linear infinite;
  }
  .sy_ban .swiper-pagination {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff !important;
    transition: all 0.3s;
    cursor: pointer !important;
    opacity: 1;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/icon-w.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
  }
  .sy_ban .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    width: 0.48rem;
    height: 0.48rem;
    background: url(../img/icon-n.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -0.49rem;
    top: -0.49rem;
    animation: rotate 8s linear infinite;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::after {
    left: auto;
    right: -0.5rem;
  }
  .sy_ban
    .swiper-pagination-bullet:nth-child(
      n + 4
    ).swiper-pagination-bullet-active::before {
    left: auto;
    right: -0.49rem;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(1) {
    position: absolute;
    left: 10%;
    top: 48.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(2) {
    position: absolute;
    left: 23%;
    top: 17.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(3) {
    position: absolute;
    left: 39%;
    top: -0.2%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(4) {
    position: absolute;
    left: 60%;
    top: 0.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(5) {
    position: absolute;
    left: 75%;
    top: 18.5%;
  }
  .sy_ban .swiper-pagination-bullet:nth-child(6) {
    position: absolute;
    left: 88%;
    top: 50.5%;
  }
}
@media only screen and (min-width: 1700px) {
  .sy-item {
    padding-top: 80px;
    padding-bottom: 75px;
  }
  .sy-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy-tit .tit {
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 85px 69px;
  }
  .sy-tit .tit p {
    font-size: 36px;
    padding-left: 30px;
    padding-top: 8px;
  }
  .sy-tit .tit span {
    padding-left: 68px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #182695;
  }
  .sy-tit .tit span img {
    margin-left: 10px;
  }
  .sy-tit .more {
    display: block;
    width: 112px;
    height: 37px;
    line-height: 37px;
    text-align: right;
    padding-right: 20px;
    background: url(../img/tit3.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
  }
  .sy-news-box {
    background: url(../img/images/sy-ban1.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 120px;
  }
  .sy-news-box .sy-news {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
  }
  .sy-news-box .sy-news .news-l {
    position: relative;
    width: 719px;
    height: 537px;
  }
  .sy-news-box .sy-news .news-l::after {
    content: '';
    display: block;
    width: 527px;
    height: 411px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: url(../img/sy1.jpg) no-repeat center;
  }
  .sy-news-box .sy-news .news-l .sw2 {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide {
    position: relative;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .pic {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: linear-gradient(to bottom, #29928f, #192695);
    color: #fff;
    padding: 10px 15px;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .day {
    font-size: 38px;
    font-weight: 600;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .year {
    font-size: 14px;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .txts {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85px;
    line-height: 65px;
    padding: 10px 20px;
    background: url(../img/sw-tit.png) no-repeat center;
    font-size: 24px;
    font-weight: 600;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination {
    right: 40px;
    bottom: 70px;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    opacity: 1;
  }
  .sy-news-box
    .sy-news
    .news-l
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #fff;
  }
  .sy-news-box .sy-news .news-r {
    width: 665px;
  }
  .sy-news-box .sy-news .news-r .ul1 {
    width: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 li {
    position: relative;
    padding-left: 173px;
    padding-top: 25px;
    padding-right: 20px;
    height: 134px;
    border-bottom: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.8);
  }
  .sy-news-box .sy-news .news-r .ul1 li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk {
    position: absolute;
    left: 0;
    top: 12px;
    width: 148px;
    height: 111px;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-r .ul1 li .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sy-news-box .sy-news .news-r .ul1 li .time {
    font-size: 14px;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover {
    border-bottom: 1px solid transparent;
    background: url(../img/u1-1.jpg) no-repeat center;
    background-size: 647px 134px;
    background-position: right center;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .tit {
    color: #fff;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .time {
    color: #fff;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .imgk::after {
    content: '';
    display: block;
    width: 18px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: url(../img/u1-11.png) no-repeat center;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .sy-item {
    padding-top: 0.8rem;
    padding-bottom: 0.75rem;
  }
  .sy-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy-tit .tit {
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 0.85rem 0.69rem;
  }
  .sy-tit .tit p {
    font-size: 0.36rem;
    padding-left: 0.3rem;
    padding-top: 0.08rem;
  }
  .sy-tit .tit span {
    padding-left: 0.68rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #182695;
  }
  .sy-tit .tit span img {
    margin-left: 0.1rem;
  }
  .sy-tit .more {
    display: block;
    width: 1.12rem;
    height: 0.37rem;
    line-height: 0.37rem;
    text-align: right;
    padding-right: 0.2rem;
    background: url(../img/tit3.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 0.14rem;
  }
  .sy-news-box {
    background: url(../img/images/sy-ban1.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 1.2rem;
  }
  .sy-news-box .sy-news {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
  }
  .sy-news-box .sy-news .news-l {
    position: relative;
    width: 7.19rem;
    height: 5.37rem;
  }
  .sy-news-box .sy-news .news-l::after {
    content: '';
    display: block;
    width: 5.27rem;
    height: 4.11rem;
    position: absolute;
    left: -0.1rem;
    bottom: -0.1rem;
    background: url(../img/sy1.jpg) no-repeat center;
  }
  .sy-news-box .sy-news .news-l .sw2 {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide {
    position: relative;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .pic {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: linear-gradient(to bottom, #29928f, #192695);
    color: #fff;
    padding: 0.1rem 0.15rem;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .day {
    font-size: 0.38rem;
    font-weight: 600;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .year {
    font-size: 0.14rem;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .txts {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.85rem;
    line-height: 0.65rem;
    padding: 0.1rem 0.2rem;
    background: url(../img/sw-tit.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 0.24rem;
    font-weight: 600;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination {
    right: 0.4rem;
    bottom: 0.7rem;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0.05rem;
    opacity: 1;
  }
  .sy-news-box
    .sy-news
    .news-l
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #fff;
  }
  .sy-news-box .sy-news .news-r {
    width: 6.65rem;
  }
  .sy-news-box .sy-news .news-r .ul1 {
    width: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 li {
    position: relative;
    padding-left: 1.73rem;
    padding-top: 0.25rem;
    padding-right: 0.2rem;
    height: 1.34rem;
    border-bottom: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.8);
  }
  .sy-news-box .sy-news .news-r .ul1 li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk {
    position: absolute;
    left: 0;
    top: 0.12rem;
    width: 1.48rem;
    height: 1.11rem;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-r .ul1 li .tit {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
  .sy-news-box .sy-news .news-r .ul1 li .time {
    font-size: 0.14rem;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover {
    border-bottom: 1px solid transparent;
    background: url(../img/u1-1.jpg) no-repeat center;
    background-size: 6.47rem 1.34rem;
    background-position: right center;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .tit {
    color: #fff;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .time {
    color: #fff;
  }
  .sy-news-box .sy-news .news-r .ul1 li:hover .imgk::after {
    content: '';
    display: block;
    width: 0.18rem;
    height: 0.08rem;
    position: absolute;
    left: 0;
    bottom: -0.08rem;
    background: url(../img/u1-11.png) no-repeat center;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .sy-item {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .sy-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy-tit .tit {
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 0.85rem 0.69rem;
  }
  .sy-tit .tit p {
    font-size: 0.36rem;
    padding-left: 0.3rem;
    padding-top: 0.08rem;
  }
  .sy-tit .tit span {
    padding-left: 0.68rem;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    color: #182695;
  }
  .sy-tit .tit span img {
    margin-left: 0.1rem;
  }
  .sy-tit .more {
    display: block;
    width: 1.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: right;
    padding-right: 0.3rem;
    background: url(../img/tit3.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 0.2rem;
  }
  .sy-news-box {
    background: url(../img/images/sy-ban1.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 1.2rem;
  }
  .sy-news-box .sy-news {
    margin-top: 0.65rem;
  }
  .sy-news-box .sy-news .news-l {
    position: relative;
    width: 100%;
    height: 5.37rem;
    margin-bottom: 0.3rem;
  }
  .sy-news-box .sy-news .news-l::after {
    content: '';
    display: block;
    width: 80%;
    height: 4.11rem;
    position: absolute;
    left: -0.1rem;
    bottom: -0.1rem;
    background: url(../img/sy1.jpg) no-repeat center;
  }
  .sy-news-box .sy-news .news-l .sw2 {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide {
    position: relative;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .pic {
    width: 100%;
    height: 100%;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: linear-gradient(to bottom, #29928f, #192695);
    color: #fff;
    padding: 0.1rem 0.15rem;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .day {
    font-size: 0.4rem;
    font-weight: 600;
    margin-bottom: 0.05rem;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .time .year {
    font-size: 0.2rem;
  }
  .sy-news-box .sy-news .news-l .sw2 .swiper-slide .txts {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.85rem;
    line-height: 0.7rem;
    padding: 0.1rem 0.2rem;
    background: url(../img/sw-tit.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 0.28rem;
    font-weight: 600;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination {
    right: 0.4rem;
    bottom: 0.7rem;
  }
  .sy-news-box .sy-news .news-l .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0.05rem;
    opacity: 1;
  }
  .sy-news-box
    .sy-news
    .news-l
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #fff;
  }
  .sy-news-box .sy-news .news-r {
    width: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 {
    width: 100%;
  }
  .sy-news-box .sy-news .news-r .ul1 li {
    position: relative;
    padding-left: 1.73rem;
    padding-right: 0.2rem;
    height: 1.8rem;
    border-bottom: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.8);
  }
  .sy-news-box .sy-news .news-r .ul1 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk {
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 1.48rem;
    height: 1.11rem;
  }
  .sy-news-box .sy-news .news-r .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news-box .sy-news .news-r .ul1 li .tit {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  .sy-news-box .sy-news .news-r .ul1 li .time {
    font-size: 0.22rem;
  }
}
@media only screen and (min-width: 1700px) {
  .sy-atv-box {
    background: url(../img/images/sy-ban2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0;
  }
  .sy-atv-box .sy-tit {
    margin-top: -35px;
  }
  .sy-atv {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
  }
  .atv-l {
    width: 870px;
  }
  .atv-l .sw3 {
    padding-bottom: 85px;
  }
  .atv-l .sw3 .swiper-slide {
    position: relative;
    width: 412px;
  }
  .atv-l .sw3 .swiper-slide .pic {
    width: 100%;
    height: 302px;
  }
  .atv-l .sw3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .atv-l .sw3 .swiper-slide .txt {
    width: 100%;
    height: 270px;
    background: url(../img/images/sw3-2_05.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 29px;
  }
  .atv-l .sw3 .swiper-slide .txt .tit {
    font-size: 20px;
    font-weight: 600;
  }
  .atv-l .sw3 .swiper-slide .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 15px 0;
    position: relative;
  }
  .atv-l .sw3 .swiper-slide .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    background: url(../img/dian2.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .atv-l .sw3 .swiper-slide .txt .ad {
    font-size: 14px;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p img {
    width: 17px;
    height: 19px;
    object-fit: contain;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p span {
    margin-left: 10px;
  }
  .atv-l .sw3 .swiper-slide:hover .txt {
    background: url(../img/images/sw3-1_03.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .atv-l .sw3 .swiper-slide:hover .txt .line {
    background-color: #638890;
  }
  .atv-l .sw3 .swiper-slide:hover .txt .line::after {
    transform: translateX(347px);
  }
  .atv-l .sw3 .swiper-btn-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line {
    top: 40px;
    width: 700px;
    height: 5px;
    background-color: transparent;
    border-bottom: 1px solid #c3c4c7;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line .swiper-scrollbar-drag {
    background: linear-gradient(to right, #182695, #28938f);
    height: 5px;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 141px;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-next3 {
    width: 61px;
    height: 60px;
    background: url(../img/sw-p4.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-prev3 {
    width: 61px;
    height: 60px;
    background: url(../img/sw-p3.png) no-repeat center;
    background-size: contain;
    left: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .ul2 {
    width: 480px;
    border-left: 1px solid #dcdde0;
  }
  .ul2 li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 40px;
  }
  .ul2 li::after {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background: url(../img/dian1.png) no-repeat center;
  }
  .ul2 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ul2 li .tit {
    color: #333;
    font-size: 18px;
    margin-bottom: 22px;
    padding-top: 5px;
    line-height: 1.7;
  }
  .ul2 li .txt {
    font-size: 14px;
  }
  .ul2 li .txt p {
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .ul2 li .txt p img {
    width: 17px;
    height: 19px;
    object-fit: contain;
  }
  .ul2 li .txt p span {
    margin-left: 10px;
  }
  .ul2 li:hover .tit {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .sy-atv-box {
    background: url(../img/images/sy-ban2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0;
  }
  .sy-atv-box .sy-tit {
    margin-top: -0.35rem;
  }
  .sy-atv {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
  }
  .atv-l {
    width: 8.7rem;
  }
  .atv-l .sw3 {
    padding-bottom: 0.85rem;
  }
  .atv-l .sw3 .swiper-slide {
    position: relative;
    width: 4.12rem;
  }
  .atv-l .sw3 .swiper-slide .pic {
    width: 100%;
    height: 3.02rem;
  }
  .atv-l .sw3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .atv-l .sw3 .swiper-slide .txt {
    width: 100%;
    height: 2.7rem;
    background: url(../img/images/sw3-2_05.jpg) no-repeat center;
    background-size: cover;
    padding: 0.2rem 0.29rem;
  }
  .atv-l .sw3 .swiper-slide .txt .tit {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .atv-l .sw3 .swiper-slide .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 0.15rem 0;
    position: relative;
  }
  .atv-l .sw3 .swiper-slide .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.03rem;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../img/dian2.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .atv-l .sw3 .swiper-slide .txt .ad {
    font-size: 0.14rem;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p img {
    width: 0.17rem;
    height: 0.19rem;
    object-fit: contain;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p span {
    margin-left: 0.1rem;
  }
  .atv-l .sw3 .swiper-slide:hover .txt {
    background: url(../img/images/sw3-1_03.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .atv-l .sw3 .swiper-slide:hover .txt .line {
    background-color: #638890;
  }
  .atv-l .sw3 .swiper-slide:hover .txt .line::after {
    transform: translateX(3.47rem);
  }
  .atv-l .sw3 .swiper-btn-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.8rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line {
    top: 0.4rem;
    width: 7rem;
    height: 0.05rem;
    background-color: transparent;
    border-bottom: 1px solid #c3c4c7;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line .swiper-scrollbar-drag {
    background: linear-gradient(to right, #182695, #28938f);
    height: 0.05rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn {
    position: absolute;
    right: 0;
    top: 0.15rem;
    width: 1.41rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-next3 {
    width: 0.61rem;
    height: 0.6rem;
    background: url(../img/sw-p4.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-prev3 {
    width: 0.61rem;
    height: 0.6rem;
    background: url(../img/sw-p3.png) no-repeat center;
    background-size: contain;
    left: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .ul2 {
    width: 4.8rem;
    border-left: 1px solid #dcdde0;
  }
  .ul2 li {
    position: relative;
    padding-left: 0.23rem;
    margin-bottom: 0.4rem;
  }
  .ul2 li::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.05rem;
    top: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../img/dian1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ul2 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ul2 li .tit {
    color: #333;
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
    padding-top: 0.05rem;
    line-height: 1.7;
  }
  .ul2 li .txt {
    font-size: 0.14rem;
  }
  .ul2 li .txt p {
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .ul2 li .txt p img {
    width: 0.17rem;
    height: 0.19rem;
    object-fit: contain;
  }
  .ul2 li .txt p span {
    margin-left: 0.1rem;
  }
  .ul2 li:hover .tit {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1000px) {
  .sy-atv-box {
    background: url(../img/images/sy-ban2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0;
  }
  .sy-atv-box .sy-tit {
    margin-top: -0.35rem;
  }
  .sy-atv {
    margin-top: 0.65rem;
  }
  .atv-l {
    width: 100%;
  }
  .atv-l .sw3 {
    padding-bottom: 0.85rem;
  }
  .atv-l .sw3 .swiper-slide {
    position: relative;
    width: 4.12rem;
  }
  .atv-l .sw3 .swiper-slide .pic {
    width: 100%;
    height: 30vw;
  }
  .atv-l .sw3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .atv-l .sw3 .swiper-slide .txt {
    width: 100%;
    height: 3.5rem;
    background: url(../img/images/sw3-2_05.jpg) no-repeat center;
    background-size: cover;
    padding: 0.2rem 0.29rem;
  }
  .atv-l .sw3 .swiper-slide .txt .tit {
    font-size: 0.24rem;
    font-weight: 600;
  }
  .atv-l .sw3 .swiper-slide .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 0.15rem 0;
    position: relative;
  }
  .atv-l .sw3 .swiper-slide .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.03rem;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../img/dian2.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .atv-l .sw3 .swiper-slide .txt .ad {
    font-size: 0.2rem;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p img {
    width: 0.17rem;
    height: 0.19rem;
    object-fit: contain;
  }
  .atv-l .sw3 .swiper-slide .txt .ad p span {
    margin-left: 0.1rem;
  }
  .atv-l .sw3 .swiper-btn-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.8rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line {
    top: 0.4rem;
    width: 5rem;
    height: 0.05rem;
    background-color: transparent;
    border-bottom: 1px solid #c3c4c7;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-line .swiper-scrollbar-drag {
    background: linear-gradient(to right, #182695, #28938f);
    height: 0.05rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn {
    position: absolute;
    right: 0;
    top: 0.15rem;
    width: 1.41rem;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-next3 {
    width: 0.61rem;
    height: 0.6rem;
    background: url(../img/sw-p4.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .atv-l .sw3 .swiper-btn-box .swiper-btn .sw-prev3 {
    width: 0.61rem;
    height: 0.6rem;
    background: url(../img/sw-p3.png) no-repeat center;
    background-size: contain;
    left: 0;
    margin-top: 0;
    opacity: 1 !important;
  }
  .ul2 {
    margin-top: 0.3rem;
    width: 100%;
    border-left: 1px solid #dcdde0;
  }
  .ul2 li {
    position: relative;
    padding-left: 0.23rem;
    margin-bottom: 0.4rem;
  }
  .ul2 li::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.05rem;
    top: 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../img/dian1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ul2 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ul2 li .tit {
    color: #333;
    font-size: 0.26rem;
    margin-bottom: 0.22rem;
    padding-top: 0.05rem;
    line-height: 1.7;
  }
  .ul2 li .txt {
    font-size: 0.22rem;
  }
  .ul2 li .txt p {
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .ul2 li .txt p img {
    width: 0.22rem;
    height: 0.22rem;
    object-fit: contain;
  }
  .ul2 li .txt p span {
    margin-left: 0.1rem;
  }
  .ul2 li:hover .tit {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1700px) {
  .sy-tit2 .tit {
    background-image: url(../img/tit2.png);
    color: #fff;
  }
  .sy-tit2 .tit span {
    color: #fff;
  }
  .sy-tit2 .more {
    color: #fff;
    background-image: url(../img/tit4.png);
  }
  .sy-video-box {
    width: 100%;
    max-width: 1920px;
    min-height: 868px;
    margin: 0 auto;
    background: url(../img/images/sy-ban3.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
  }
  .sy-video-box .sy-video-mark {
    background: rgba(0, 0, 0, 0.35);
    padding-bottom: 75px;
    padding-top: 80px;
  }
  .sy-video {
    position: relative;
    height: 640px;
  }
  .sy-video .video-play {
    padding-top: 1px;
  }
  .sy-video .video-play .name {
    width: 500px;
    margin-top: 150px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
  }
  .sy-video .video-play .play {
    cursor: pointer;
    width: 133px;
    height: 133px;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 110px;
    background: url(../img/bf1.png) no-repeat center;
    background-size: contain;
  }
  .sw4 {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .sw4 .swiper-slide {
    transition: transform 0.5s;
    opacity: 0.65;
  }
  .sw4 .swiper-slide.on {
    opacity: 1;
    transform: translateY(-30px);
  }
  .sw4 .swiper-slide .pic {
    width: 318px;
    height: 182px;
    border: 5px solid #fff;
  }
  .sw4 .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw4 .swiper-slide .tit {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
  }
  .sw4 .swiper-slide .bf-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
    top: 60px;
  }
  .swiper-btn4.swiper-btn {
    position: absolute;
    right: 0;
    bottom: 150px;
    width: 100%;
  }
  .swiper-btn4.swiper-btn .sw-next4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 44px;
    height: 45px;
    transform: scale(-1);
    opacity: 1 !important;
    right: -60px;
  }
  .swiper-btn4.swiper-btn .sw-next4:hover {
    transform: scale(1);
    background-image: url(../img/sw-pp2.png);
  }
  .swiper-btn4.swiper-btn .sw-prev4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 44px;
    height: 45px;
    opacity: 1 !important;
    left: -60px;
  }
  .swiper-btn4.swiper-btn .sw-prev4:hover {
    transform: scale(-1);
    background-image: url(../img/sw-pp2.png);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .sy-tit2 .tit {
    background-image: url(../img/tit2.png);
    color: #fff;
  }
  .sy-tit2 .tit span {
    color: #fff;
  }
  .sy-tit2 .more {
    color: #fff;
    background-image: url(../img/tit4.png);
  }
  .sy-video-box {
    width: 100%;
    max-width: 19.2rem;
    min-height: 8.68rem;
    margin: 0 auto;
    background: url(../img/images/sy-ban3.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
  }
  .sy-video-box .sy-video-mark {
    background: rgba(0, 0, 0, 0.35);
    padding-bottom: 0.75rem;
    padding-top: 0.8rem;
  }
  .sy-video {
    position: relative;
    height: 6.4rem;
  }
  .sy-video .video-play {
    padding-top: 1px;
  }
  .sy-video .video-play .name {
    width: 5rem;
    margin-top: 1.5rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
  }
  .sy-video .video-play .play {
    cursor: pointer;
    width: 1.33rem;
    height: 1.33rem;
    position: absolute;
    left: 50%;
    margin-left: -0.66rem;
    top: 1.1rem;
    background: url(../img/bf1.png) no-repeat center;
    background-size: contain;
  }
  .sw4 {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    padding-top: 0.3rem;
  }
  .sw4 .swiper-slide {
    transition: transform 0.5s;
    opacity: 0.65;
  }
  .sw4 .swiper-slide.on {
    opacity: 1;
    transform: translateY(-0.3rem);
  }
  .sw4 .swiper-slide .pic {
    width: 3.18rem;
    height: 1.82rem;
    border: 0.05rem solid #fff;
  }
  .sw4 .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw4 .swiper-slide .tit {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .sw4 .swiper-slide .bf-btn {
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    left: 50%;
    margin-left: -0.225rem;
    top: 0.6rem;
  }
  .swiper-btn4.swiper-btn {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    width: 100%;
  }
  .swiper-btn4.swiper-btn .sw-next4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 0.44rem;
    height: 0.45rem;
    transform: scale(-1);
    opacity: 1 !important;
    right: -0.6rem;
  }
  .swiper-btn4.swiper-btn .sw-next4:hover {
    transform: scale(1);
    background-image: url(../img/sw-pp2.png);
  }
  .swiper-btn4.swiper-btn .sw-prev4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 0.44rem;
    height: 0.45rem;
    opacity: 1 !important;
    left: -0.6rem;
  }
  .swiper-btn4.swiper-btn .sw-prev4:hover {
    transform: scale(-1);
    background-image: url(../img/sw-pp2.png);
  }
}
@media only screen and (max-width: 1000px) {
  .sy-tit2 .tit {
    background-image: url(../img/tit2.png);
    color: #fff;
  }
  .sy-tit2 .tit span {
    color: #fff;
  }
  .sy-tit2 .more {
    color: #fff;
    background-image: url(../img/tit4.png);
  }
  .sy-video-box {
    width: 100%;
    max-width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    background: url(../img/images/sy-ban3.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
  }
  .sy-video-box .sy-video-mark {
    background: rgba(0, 0, 0, 0.35);
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
  .sy-video {
    position: relative;
    height: 5.5rem;
  }
  .sy-video .video-play {
    padding-top: 1px;
  }
  .sy-video .video-play .name {
    width: 5rem;
    margin-top: 0.3rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
  }
  .sy-video .video-play .play {
    cursor: pointer;
    width: 1.33rem;
    height: 1.33rem;
    position: absolute;
    left: 50%;
    margin-left: -0.66rem;
    top: 1.1rem;
    background: url(../img/bf1.png) no-repeat center;
    background-size: contain;
  }
  .sw4 {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    padding-top: 0.3rem;
  }
  .sw4 .swiper-slide {
    transition: transform 0.5s;
    opacity: 0.65;
  }
  .sw4 .swiper-slide.on {
    opacity: 1;
    transform: translateY(-0.3rem);
  }
  .sw4 .swiper-slide .pic {
    width: 3.18rem;
    height: 1.82rem;
    border: 0.05rem solid #fff;
  }
  .sw4 .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw4 .swiper-slide .tit {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .sw4 .swiper-slide .bf-btn {
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    left: 50%;
    margin-left: -0.225rem;
    top: 0.6rem;
  }
  .swiper-btn4.swiper-btn {
    display: none;
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    width: 100%;
  }
  .swiper-btn4.swiper-btn .sw-next4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 0.44rem;
    height: 0.45rem;
    transform: scale(-1);
    opacity: 1 !important;
    right: -0.6rem;
  }
  .swiper-btn4.swiper-btn .sw-next4:hover {
    transform: scale(1);
    background-image: url(../img/sw-pp2.png);
  }
  .swiper-btn4.swiper-btn .sw-prev4 {
    background: url(../img/sw-p1.png) no-repeat center;
    background-size: contain;
    width: 0.44rem;
    height: 0.45rem;
    opacity: 1 !important;
    left: -0.6rem;
  }
  .swiper-btn4.swiper-btn .sw-prev4:hover {
    transform: scale(-1);
    background-image: url(../img/sw-pp2.png);
  }
}
.sy-bg-box {
  background: url(../img/bg4_05.png) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 1700px) {
  .sy-ad-box {
    background-size: cover;
  }
  .ul3 {
    margin-top: 70px;
  }
  .ul3 li {
    width: 338px;
    position: relative;
    height: 77px;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    background: #edf4f7;
  }
  .ul3 li:nth-child(4n) {
    margin-right: 0;
  }
  .ul3 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .ul3 li .tit {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 18px;
  }
  .ul3 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .ul3 li:hover {
    background: url(../img/u3.jpg) no-repeat center;
    background-size: cover;
  }
  .ul3 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .ul3 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .sy-ad-box {
    background-size: cover;
  }
  .ul3 {
    margin-top: 0.7rem;
  }
  .ul3 li {
    width: 3.38rem;
    position: relative;
    height: 0.77rem;
    float: left;
    margin-right: 0.15rem;
    margin-bottom: 0.3rem;
    background: #edf4f7;
  }
  .ul3 li:nth-child(4n) {
    margin-right: 0;
  }
  .ul3 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .ul3 li .tit {
    padding-left: 0.5rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
  }
  .ul3 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .ul3 li:hover {
    background: url(../img/u3.jpg) no-repeat center;
    background-size: cover;
  }
  .ul3 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .ul3 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
}
@media only screen and (max-width: 1000px) {
  .sy-ad-box {
    background-size: cover;
  }
  .ul3 {
    margin-top: 0.5rem;
  }
  .ul3 li {
    width: 48%;
    position: relative;
    height: 0.85rem;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    background: #edf4f7;
  }
  .ul3 li:nth-child(2n) {
    margin-right: 0;
  }
  .ul3 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .ul3 li .tit {
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    font-size: 0.24rem;
  }
  .ul3 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1700px) {
  .footer {
    position: relative;
    background: url(../img/foot_06.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    min-height: 272px;
    padding-top: 40px;
  }
  .foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .foot-top .foot-logo {
    width: 447px;
  }
  .foot-top .link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-top .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
  }
  .foot-top .link a > img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }
  .foot-top .link a .ewm {
    display: none;
    position: absolute;
    left: -25px;
    bottom: 65px;
    width: 115px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .foot-top .link a .ewm::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -6px;
    width: 14px;
    height: 7px;
    background: url(../img/sjx_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .foot-top .link a .ewm img {
    width: 95px;
    height: 95px;
  }
  .foot-top .link a .ewm p {
    text-align: center;
    color: #333;
    font-size: 14px;
  }
  .foot-top .link a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .foot-top .link a:hover .ewm {
    display: block;
  }
  .foot-top .link-box {
    flex: 1;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    padding-left: 40px;
    margin-left: 55px;
  }
  .foot-top .link-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .foot-top .link-box .link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    column-gap: 90px;
  }
  .foot-top .link-box .link-list li {
    font-size: 16px;
  }
  .foot-top .link-box .link-list li a {
    color: #fff;
  }
  .adr {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    column-gap: 30px;
  }
  .adr p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .footer {
    position: relative;
    background: url(../img/foot_06.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    min-height: 2.72rem;
    padding-top: 0.4rem;
  }
  .foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .foot-top .foot-logo {
    width: 4.47rem;
  }
  .foot-top .link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-top .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
  }
  .foot-top .link a > img {
    width: 0.35rem;
    height: 0.35rem;
    object-fit: contain;
  }
  .foot-top .link a .ewm {
    display: none;
    position: absolute;
    left: -0.25rem;
    bottom: 0.65rem;
    width: 1.15rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.05rem;
    padding: 0.05rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
  .foot-top .link a .ewm::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.07rem;
    bottom: -0.06rem;
    width: 0.14rem;
    height: 0.07rem;
    background: url(../img/sjx_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .foot-top .link a .ewm img {
    width: 0.95rem;
    height: 0.95rem;
  }
  .foot-top .link a .ewm p {
    text-align: center;
    color: #333;
    font-size: 0.14rem;
  }
  .foot-top .link a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .foot-top .link a:hover .ewm {
    display: block;
  }
  .foot-top .link-box {
    flex: 1;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    padding-left: 0.4rem;
    margin-left: 0.55rem;
  }
  .foot-top .link-box p {
    font-size: 0.16rem;
    margin-bottom: 0.25rem;
  }
  .foot-top .link-box .link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.22rem;
    column-gap: 0.9rem;
  }
  .foot-top .link-box .link-list li {
    font-size: 0.16rem;
  }
  .foot-top .link-box .link-list li a {
    color: #fff;
  }
  .adr {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.1rem;
    column-gap: 0.3rem;
  }
  .adr p {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 1000px) {
  .footer {
    position: relative;
    background: url(../img/foot_06.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .foot-top .foot-logo {
    width: 4.47rem;
    margin: 0 auto;
  }
  .foot-top .link {
    margin: 0.3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-top .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.24rem;
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
  }
  .foot-top .link a > img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
  }
  .foot-top .link a .ewm {
    display: none;
    position: absolute;
    left: -0.25rem;
    bottom: 0.65rem;
    width: 1.15rem;
    background-color: #fff;
    border-radius: 0.05rem;
    padding: 0.05rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .foot-top .link a .ewm::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.07rem;
    bottom: -0.06rem;
    width: 0.14rem;
    height: 0.07rem;
    background: url(../img/sjx_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .foot-top .link a .ewm img {
    width: 0.95rem;
    height: 0.95rem;
  }
  .foot-top .link a .ewm p {
    text-align: center;
    color: #333;
    font-size: 0.14rem;
  }
  .foot-top .link a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .foot-top .link a:hover .ewm {
    display: block;
  }
  .foot-top .link-box p {
    margin-bottom: 10px;
  }
  .foot-top .link-box .link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 30px;
  }
  .foot-top .link-box .link-list li a {
    color: #fff;
  }
  .adr {
    margin-top: 0.45rem;
    text-align: center;
  }
  .adr p {
    font-size: 0.22rem;
    line-height: 2;
  }
  .adr p:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1700px) {
  .video-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .video-modal.on {
    display: flex;
  }
  .video-modal .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .video-modal .close-btn {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .video-modal .mode-cont {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal .mode-cont video {
    min-width: 50vw;
    max-width: 80vw;
    max-height: 80vh;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .video-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .video-modal.on {
    display: flex;
  }
  .video-modal .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .video-modal .close-btn {
    position: absolute;
    right: -0.4rem;
    top: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .video-modal .mode-cont {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal .mode-cont video {
    min-width: 50vw;
    max-width: 80vw;
    max-height: 80vh;
  }
}
@media only screen and (max-width: 1000px) {
  .video-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .video-modal.on {
    display: flex;
  }
  .video-modal .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .video-modal .close-btn {
    position: absolute;
    right: -0.4rem;
    top: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
  }
  .video-modal .mode-cont {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal .mode-cont video {
    min-width: 60vw;
    max-width: 85vw;
    max-height: 80vh;
  }
}
@media only screen and (min-width: 1700px) {
  .ny-left {
    width: 308px;
    float: left;
    background: url(../img/images/ny-left.jpg) #fff no-repeat;
    background-position: bottom right;
    background-size: 187px 161px;
    padding-bottom: 120px;
    box-shadow: 0 0 10px 5px rgba(20, 144, 133, 0.2);
    border-top-right-radius: 15px;
  }
  .ny-left .tit {
    border-top-right-radius: 15px;
    height: 130px;
    font-size: 34px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 130px;
    background: url(../img/tit-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
  }
  .ny-left .ny-list {
    width: 100%;
    min-height: 50vh;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
  }
  .ny-left .ny-list::after {
    content: '';
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -20px;
    position: absolute;
  }
  .ny-left .ny-list li {
    position: relative;
  }
  .ny-left .ny-list li h2 {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 87px;
    padding-left: 38px;
    padding-right: 38px;
    border-top: 1px solid #eeeeee;
  }
  .ny-left .ny-list li h2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
  }
  .ny-left .ny-list li h2 a:hover {
    color: #1e4f92;
  }
  .ny-left .ny-list li h2 a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 38px;
    width: 13px;
    height: 13px;
    background: url(../img/nav-i.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny-left .ny-list li:first-child h2 {
    border-top: none;
  }
  .ny-left .ny-list li.on h2 {
    background: #f5f6f7;
  }
  .ny-left .ny-list li.on h2 a {
    color: #1e4f92;
  }
  .ny-left .ny-list li .has {
    cursor: pointer;
  }
  .ny-left .ny-list li .has::after {
    content: '';
    background: url(../img/left-add.png) no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 45px;
    top: 31px;
  }
  .ny-left .ny-list li.on .has::after {
    background-image: url(../img/left-del.png);
  }
  .ny-left .ny-list li.on dl {
    display: block;
  }
  .ny-left .ny-list dl {
    padding-bottom: 15px;
  }
  .ny-left .ny-list dl dd {
    font-size: 18px;
    font-weight: 400;
    padding-left: 90px;
  }
  .ny-left .ny-list dl dd a {
    display: block;
    padding: 15px 0;
    position: relative;
  }
  .ny-left .ny-list dl dd a::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 27px;
    width: 12px;
    height: 3px;
    background: #999;
  }
  .ny-left .ny-list dl dd:hover a,
  .ny-left .ny-list dl dd.on a {
    color: #1e4f92;
    text-decoration: underline;
  }
  .ny-left .ny-list dl dd:hover a::after,
  .ny-left .ny-list dl dd.on a::after {
    background-color: #1e4f92;
  }
  .ny-right {
    float: right;
    width: 1038px;
  }
  .ny-tit {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .ny-tit .tit {
    height: 69px;
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 85px 69px;
  }
  .ny-tit .tit p {
    font-size: 36px;
    padding-left: 30px;
    padding-top: 11px;
  }
  .ny-tit .tit-line {
    width: 100%;
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
    margin-left: 20px;
    position: relative;
  }
  .ny-tit .tit-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 85px;
    background-color: #149085;
    height: 3px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .ny-left {
    width: 3.08rem;
    float: left;
    background: url(../img/images/ny-left.jpg) #fff no-repeat;
    background-position: bottom right;
    background-size: 1.87rem 1.61rem;
    padding-bottom: 1.2rem;
    box-shadow: 0 0 0.1rem 0.05rem rgba(20, 144, 133, 0.2);
    border-top-right-radius: 0.15rem;
  }
  .ny-left .tit {
    border-top-right-radius: 0.15rem;
    height: 1.3rem;
    font-size: 0.34rem;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 1.3rem;
    background: url(../img/tit-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
  }
  .ny-left .ny-list {
    width: 100%;
    min-height: 50vh;
    font-size: 0.2rem;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .ny-left .ny-list::after {
    content: '';
    width: 100%;
    height: 0.2rem;
    left: 0;
    bottom: -0.2rem;
    position: absolute;
  }
  .ny-left .ny-list li {
    position: relative;
  }
  .ny-left .ny-list li h2 {
    position: relative;
    font-weight: 400;
    font-size: 0.2rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 0.87rem;
    padding-left: 0.38rem;
    padding-right: 0.38rem;
    border-top: 1px solid #eeeeee;
  }
  .ny-left .ny-list li h2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0.35rem;
  }
  .ny-left .ny-list li h2 a:hover {
    color: #1e4f92;
  }
  .ny-left .ny-list li h2 a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.38rem;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../img/nav-i.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny-left .ny-list li:first-child h2 {
    border-top: none;
  }
  .ny-left .ny-list li.on h2 {
    background: #f5f6f7;
  }
  .ny-left .ny-list li.on h2 a {
    color: #1e4f92;
  }
  .ny-left .ny-list li .has {
    cursor: pointer;
  }
  .ny-left .ny-list li .has::after {
    content: '';
    background: url(../img/left-add.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 0.45rem;
    top: 0.31rem;
  }
  .ny-left .ny-list li.on .has::after {
    background-image: url(../img/left-del.png);
  }
  .ny-left .ny-list li.on dl {
    display: block;
  }
  .ny-left .ny-list dl {
    padding-bottom: 0.15rem;
  }
  .ny-left .ny-list dl dd {
    font-size: 0.18rem;
    font-weight: 400;
    padding-left: 0.9rem;
  }
  .ny-left .ny-list dl dd a {
    display: block;
    padding: 0.15rem 0;
    position: relative;
    font-size: 0.18rem;
  }
  .ny-left .ny-list dl dd a::after {
    content: '';
    position: absolute;
    left: -0.25rem;
    top: 0.27rem;
    width: 0.12rem;
    height: 0.03rem;
    background: #999;
  }
  .ny-left .ny-list dl dd:hover a,
  .ny-left .ny-list dl dd.on a {
    color: #1e4f92;
    text-decoration: underline;
  }
  .ny-left .ny-list dl dd:hover a::after,
  .ny-left .ny-list dl dd.on a::after {
    background-color: #1e4f92;
  }
  .ny-right {
    float: right;
    width: 10.38rem;
  }
  .ny-tit {
    display: flex;
    align-items: center;
    padding-bottom: 0.3rem;
  }
  .ny-tit .tit {
    height: 0.69rem;
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 0.85rem 0.69rem;
  }
  .ny-tit .tit p {
    font-size: 0.36rem;
    padding-left: 0.3rem;
    padding-top: 0.11rem;
  }
  .ny-tit .tit-line {
    width: 100%;
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
    margin-left: 0.2rem;
    position: relative;
  }
  .ny-tit .tit-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0.85rem;
    background-color: #149085;
    height: 3px;
  }
}
@media only screen and (max-width: 1000px) {
  .ny-left {
    width: 100%;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .ny-left .tit {
    width: 100%;
    height: 0.8rem;
    background: url(../img/tit-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
    position: relative;
  }
  .ny-left .tit::after {
    content: '';
    position: absolute;
    background: url(../img/icon-sz.png) no-repeat center;
    background-size: contain;
    width: 0.25rem;
    height: 0.25rem;
    right: 0.2rem;
    top: 0.3rem;
  }
  .ny-left .ny-list {
    display: none;
    width: 100%;
    font-size: 0.18rem;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .ny-left .ny-list::after {
    content: '';
    width: 100%;
    height: 0.2rem;
    left: 0;
    bottom: -0.2rem;
    position: absolute;
  }
  .ny-left .ny-list li {
    position: relative;
  }
  .ny-left .ny-list li h2 {
    position: relative;
    font-weight: 400;
    font-size: 0.24rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 0.7rem;
    padding-left: 0.4rem;
    padding-right: 0.45rem;
    border-bottom: 1px solid #f0dfdf;
  }
  .ny-left .ny-list li.on h2 {
    background-image: linear-gradient(to right, #182695, #149085);
  }
  .ny-left .ny-list li.on h2 a {
    color: #fff;
    font-weight: 600;
  }
  .ny-left .ny-list li .has {
    cursor: pointer;
  }
  .ny-left .ny-list li .has::after {
    content: '';
    background: url(../img/left-add.png) no-repeat center;
    background-size: 100%;
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
  }
  .ny-left .ny-list li.on .has::after {
    background-image: url(../img/left-del.png);
  }
  .ny-left .ny-list li.on dl {
    display: block;
  }
  .ny-left .ny-list dl {
    border-bottom: 1px solid #f0dfdf;
    display: none;
  }
  .ny-left .ny-list dl dd {
    font-size: 0.16rem;
    font-weight: 400;
    margin: 0.2rem 0;
    padding-left: 0.4rem;
  }
  .ny-left .ny-list dl dd a {
    padding-left: 0.3rem;
    position: relative;
    font-size: 0.2rem;
  }
  .ny-left .ny-list dl dd a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 0.12rem;
    border: 1px solid #c2c2c2;
  }
  .ny-left .ny-list dl dd.on a {
    color: #1e4f92;
  }
  .ny-right {
    float: right;
    width: 100%;
    padding-top: 0.3rem;
  }
  .ny-tit {
    display: flex;
    align-items: center;
    padding-bottom: 0.3rem;
  }
  .ny-tit .tit {
    height: 0.69rem;
    background: url(../img/tit1.png) no-repeat left top;
    background-size: 0.85rem 0.69rem;
  }
  .ny-tit .tit p {
    font-size: 0.36rem;
    padding-left: 0.3rem;
    padding-top: 0.11rem;
  }
  .ny-tit .tit-line {
    width: 100%;
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
    margin-left: 0.2rem;
    position: relative;
  }
  .ny-tit .tit-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0.85rem;
    background-color: #149085;
    height: 3px;
  }
}
@media only screen and (min-width: 1700px) {
  .ny-box {
    min-height: 80vh;
    padding-top: 40px;
    padding-bottom: 85px;
    background: url(../img/images/ny-bg_02.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 1700px) {
  .ny-box {
    min-height: 80vh;
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    background: url(../img/images/ny-bg_02.jpg) no-repeat center;
    background-size: cover;
  }
}
.ny-box2 {
  background-image: url(../img/images/ny-bg2_02.jpg);
}
.xw-cont .txt a {
  color: #1e4f92;
}
.xw-cont .txt p,
.xw-cont .txt span {
  word-break: normal !important;
  white-space: normal !important;
}
@media only screen and (min-width: 1700px) {
  .xw-cont,
  .ny-txt-cont {
    font-size: 18px;
    line-height: 1.75;
  }
  .xw-cont p a,
  .ny-txt-cont p a {
    color: #1e4f92;
  }
  .xw-cont table,
  .ny-txt-cont table {
    border-collapse: collapse;
  }
  .xw-cont table td,
  .ny-txt-cont table td,
  .xw-cont table th,
  .ny-txt-cont table th {
    padding: 5px 10px;
  }
  .xw-cont table,
  .ny-txt-cont table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
  }
  .xw-cont table thead td,
  .ny-txt-cont table thead td,
  .xw-cont table thead th,
  .ny-txt-cont table thead th {
    background-color: #1e4f92 !important;
    border-right: 1px solid #d9d9d9 !important;
    text-align: center !important;
    color: #fff !important;
    height: 60px !important;
    padding: 10px 25px !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
  .xw-cont table tbody tr:nth-child(2n),
  .ny-txt-cont table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xw-cont table tbody td,
  .ny-txt-cont table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 60px !important;
    padding: 10px 25px !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .xw-cont,
  .ny-txt-cont {
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .xw-cont p a,
  .ny-txt-cont p a {
    color: #1e4f92;
  }
  .xw-cont table,
  .ny-txt-cont table {
    border-collapse: collapse;
  }
  .xw-cont table td,
  .ny-txt-cont table td,
  .xw-cont table th,
  .ny-txt-cont table th {
    padding: 0.05rem 0.1rem;
  }
  .xw-cont table,
  .ny-txt-cont table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
  }
  .xw-cont table thead td,
  .ny-txt-cont table thead td,
  .xw-cont table thead th,
  .ny-txt-cont table thead th {
    background-color: #1e4f92 !important;
    border-right: 1px solid #d9d9d9 !important;
    text-align: center !important;
    color: #fff !important;
    height: 0.6rem !important;
    padding: 0.1rem 0.25rem !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
  .xw-cont table tbody tr:nth-child(2n),
  .ny-txt-cont table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xw-cont table tbody td,
  .ny-txt-cont table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 0.6rem !important;
    padding: 0.1rem 0.25rem !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
}
@media only screen and (max-width: 1000px) {
  .xw-cont,
  .ny-txt-cont {
    font-size: 0.26rem;
    line-height: 1.75;
  }
  .xw-cont p a,
  .ny-txt-cont p a {
    color: #1e4f92;
  }
  .xw-cont table,
  .ny-txt-cont table {
    border-collapse: collapse;
  }
  .xw-cont table td,
  .ny-txt-cont table td,
  .xw-cont table th,
  .ny-txt-cont table th {
    padding: 5px;
  }
  .xw-cont img,
  .ny-txt-cont img {
    max-width: 100%;
    max-height: max-content;
    height: auto !important;
  }
  .xw-cont table,
  .ny-txt-cont table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
  }
  .xw-cont table thead td,
  .ny-txt-cont table thead td,
  .xw-cont table thead th,
  .ny-txt-cont table thead th {
    background-color: #1e4f92 !important;
    border-right: 1px solid #d9d9d9 !important;
    text-align: center !important;
    color: #fff !important;
    height: 50px !important;
    padding: 10px 20px !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
  .xw-cont table tbody tr:nth-child(2n),
  .ny-txt-cont table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xw-cont table tbody td,
  .ny-txt-cont table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 50px !important;
    padding: 10px 20px !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
    width: auto;
    word-break: break-word;
    white-space: initial;
  }
}
@media only screen and (min-width: 1700px) {
  .ls-list {
    position: relative;
    padding-bottom: 1.9rem;
    padding-top: 50px;
  }
  .ls-list .line {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 1.5rem);
    border-left: 1px dashed #cbd9ea;
  }
  .ls-list .item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50%;
    position: relative;
    margin-top: -45px;
    padding-bottom: 0.43rem;
  }
  .ls-list .item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    z-index: 2;
    background: url(../img/ls-y_03.png) no-repeat center;
  }
  .ls-list .item .time {
    text-align: left;
    font-size: 32px;
    color: #182695;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbd9ea;
    padding: 0 58px;
    padding-bottom: 5px;
    height: 43px;
  }
  .ls-list .item .txt-li {
    padding-left: 58px;
    margin-bottom: 15px;
  }
  .ls-list .item .txt-li:last-child {
    margin-bottom: 0;
  }
  .ls-list .item .txt {
    float: left;
    width: 180px;
    line-height: 1.7;
    font-size: 16px;
  }
  .ls-list .item .imgk {
    float: right;
    text-align: right;
    width: 220px;
  }
  .ls-list .item .imgk img {
    max-width: 100%;
  }
  .ls-list .item:nth-child(2n) {
    padding-left: 0;
    padding-right: 50%;
  }
  .ls-list .item:nth-child(2n) .time {
    text-align: right;
  }
  .ls-list .item:nth-child(2n) .txt-li {
    padding-left: 0;
    padding-right: 58px;
  }
  .ls-list .item:nth-child(2n) .txt {
    float: right;
  }
  .ls-list .item:nth-child(2n) .imgk {
    float: left;
    text-align: left;
  }
  .ls-list .bottom-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
  }
  .ls-list .bottom-btn .mouse {
    bottom: 0.5rem;
  }
  .ls-list .bottom-btn p {
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .u1 li {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    overflow: hidden;
    border-bottom-right-radius: 15px;
    width: 499px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .u1 li:nth-child(2n) {
    margin-right: 0;
  }
  .u1 li a {
    display: flex;
    position: relative;
    padding: 29px 24px;
  }
  .u1 li:hover {
    background: url(../img/ld-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  }
  .u1 li .imgk-box {
    position: relative;
  }
  .u1 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 189px;
    height: 247px;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u1 li .imgk {
    position: relative;
    width: 178px;
    height: 236px;
    margin-right: 33px;
  }
  .u1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u1 li .txt {
    width: 100%;
    flex: 1;
  }
  .u1 li .txt .name {
    font-size: 22px;
    font-weight: 600;
    color: #182695;
    margin-bottom: 25px;
  }
  .u1 li .txt .name span {
    font-size: 18px;
    margin-left: 15px;
  }
  .u1 li .txt .info {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    max-height: 183px;
    overflow-y: auto;
  }
  .u1 li .txt .info p {
    word-break: break-all;
    margin-bottom: 10px;
  }
  .u1 li .txt .info p:last-child {
    margin-bottom: 0;
  }
  .zz-list .zz-tit {
    font-size: 24px;
    color: #182695;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbd9ea;
    padding-bottom: 5px;
    height: 43px;
  }
  .u3 li::after {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .ls-list {
    position: relative;
    padding-bottom: 1.9rem;
    padding-top: 0.5rem;
  }
  .ls-list .line {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 1.5rem);
    border-left: 1px dashed #cbd9ea;
  }
  .ls-list .item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50%;
    position: relative;
    margin-top: -0.45rem;
    padding-bottom: 0.43rem;
  }
  .ls-list .item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.2rem;
    transform: translateX(-50%);
    width: 0.45rem;
    height: 0.45rem;
    z-index: 2;
    background: url(../img/ls-y_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ls-list .item .time {
    text-align: left;
    font-size: 0.32rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #cbd9ea;
    padding: 0 0.58rem;
    padding-bottom: 0.05rem;
    height: 0.43rem;
  }
  .ls-list .item .txt-li {
    padding-left: 0.58rem;
    margin-bottom: 0.15rem;
  }
  .ls-list .item .txt-li:last-child {
    margin-bottom: 0;
  }
  .ls-list .item .txt {
    float: left;
    width: 1.8rem;
    line-height: 1.7;
    font-size: 0.16rem;
  }
  .ls-list .item .imgk {
    float: right;
    text-align: right;
    width: 2.2rem;
  }
  .ls-list .item .imgk img {
    max-width: 100%;
  }
  .ls-list .item:nth-child(2n) {
    padding-left: 0;
    padding-right: 50%;
  }
  .ls-list .item:nth-child(2n) .time {
    text-align: right;
  }
  .ls-list .item:nth-child(2n) .txt-li {
    padding-left: 0;
    padding-right: 0.58rem;
  }
  .ls-list .item:nth-child(2n) .txt {
    float: right;
  }
  .ls-list .item:nth-child(2n) .imgk {
    float: left;
    text-align: left;
  }
  .ls-list .bottom-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
  }
  .ls-list .bottom-btn .mouse {
    bottom: 0.5rem;
  }
  .ls-list .bottom-btn p {
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .u1 li {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    overflow: hidden;
    border-bottom-right-radius: 0.15rem;
    width: 4.99rem;
    float: left;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .u1 li:nth-child(2n) {
    margin-right: 0;
  }
  .u1 li a {
    display: flex;
    position: relative;
    padding: 0.29rem 0.24rem;
  }
  .u1 li:hover {
    background: url(../img/ld-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 0.15rem 0.03rem rgba(0, 0, 0, 0.1);
  }
  .u1 li .imgk-box {
    position: relative;
  }
  .u1 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.05rem;
    width: 1.89rem;
    height: 2.47rem;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u1 li .imgk {
    width: 1.78rem;
    height: 2.36rem;
    margin-right: 0.33rem;
    position: relative;
  }
  .u1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u1 li .txt {
    width: 100%;
    flex: 1;
  }
  .u1 li .txt .name {
    font-size: 0.22rem;
    font-weight: 600;
    color: #182695;
    margin-bottom: 0.25rem;
  }
  .u1 li .txt .name span {
    font-size: 0.18rem;
    margin-left: 0.15rem;
  }
  .u1 li .txt .info {
    color: #333;
    font-size: 0.15rem;
    line-height: 1.7;
    max-height: 1.83rem;
    overflow-y: auto;
  }
  .u1 li .txt .info p {
    word-break: break-all;
    margin-bottom: 0.1rem;
  }
  .u1 li .txt .info p:last-child {
    margin-bottom: 0;
  }
  .zz-list .zz-tit {
    font-size: 0.24rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #cbd9ea;
    padding-bottom: 0.05rem;
    height: 0.43rem;
  }
  .u3 li::after {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .ls-list {
    position: relative;
    padding-bottom: 2.4rem;
    padding-top: 0.5rem;
  }
  .ls-list .line {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 2rem);
    border-left: 1px dashed #cbd9ea;
  }
  .ls-list .item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50%;
    position: relative;
    margin-top: -0.45rem;
    padding-bottom: 0.43rem;
  }
  .ls-list .item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.25rem;
    transform: translateX(-50%);
    width: 0.45rem;
    height: 0.45rem;
    z-index: 2;
    background: url(../img/ls-y_03.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ls-list .item .time {
    text-align: left;
    font-size: 0.4rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #cbd9ea;
    padding: 0 0.58rem;
    padding-bottom: 0.05rem;
    height: 0.5rem;
  }
  .ls-list .item .txt-li {
    padding-left: 0.58rem;
    margin-bottom: 0.2rem;
  }
  .ls-list .item .txt-li:last-child {
    margin-bottom: 0;
  }
  .ls-list .item .txt {
    float: left;
    width: 100%;
    line-height: 1.7;
    font-size: 0.24rem;
  }
  .ls-list .item .imgk {
    float: right;
    text-align: right;
    width: 100%;
  }
  .ls-list .item .imgk img {
    max-width: 100%;
  }
  .ls-list .item:nth-child(2n) {
    padding-left: 0;
    padding-right: 50%;
  }
  .ls-list .item:nth-child(2n) .time {
    text-align: right;
  }
  .ls-list .item:nth-child(2n) .txt-li {
    padding-left: 0;
    padding-right: 0.58rem;
  }
  .ls-list .item:nth-child(2n) .txt {
    float: right;
  }
  .ls-list .item:nth-child(2n) .imgk {
    float: left;
    text-align: left;
  }
  .ls-list .bottom-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
  }
  .ls-list .bottom-btn .mouse {
    bottom: 0.7rem;
    display: block;
  }
  .ls-list .bottom-btn p {
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 0.24rem;
    margin-bottom: 0.05rem;
  }
  .u1 li {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    overflow: hidden;
    border-bottom-right-radius: 0.15rem;
    width: 100%;
    float: left;
    margin-bottom: 0.4rem;
    position: relative;
  }
  .u1 li a {
    display: flex;
    position: relative;
    padding: 0.29rem 0.24rem;
  }
  .u1 li .imgk-box {
    position: relative;
  }
  .u1 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.05rem;
    width: 1.89rem;
    height: 2.47rem;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u1 li .imgk {
    width: 1.78rem;
    height: 2.36rem;
    margin-right: 0.33rem;
  }
  .u1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u1 li .txt {
    width: 100%;
    flex: 1;
  }
  .u1 li .txt .name {
    font-size: 0.28rem;
    font-weight: 600;
    color: #182695;
    margin-bottom: 0.25rem;
  }
  .u1 li .txt .name span {
    font-size: 0.18rem;
    margin-left: 0.15rem;
  }
  .u1 li .txt .info {
    color: #333;
    font-size: 0.22rem;
    line-height: 1.7;
  }
  .u1 li .txt .info p {
    word-break: break-all;
    margin-bottom: 0.1rem;
  }
  .u1 li .txt .info p:last-child {
    margin-bottom: 0;
  }
  .zz-list .zz-tit {
    font-size: 0.24rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #cbd9ea;
    padding-bottom: 0.05rem;
    height: 0.43rem;
  }
  .u3 li::after {
    display: none;
  }
}
@media only screen and (min-width: 1700px) {
  .ny-tit2 {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8d6e5;
  }
  .ny-tit2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 129px;
    height: 4px;
    background: url(../img/tit-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny-txt-cont img.fr {
    margin-top: 15px;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  .u41 li {
    width: 246px;
    height: 76px;
    border: 1px solid #e6ebf0;
    position: relative;
    background-color: #f0f5f9;
    float: left;
    margin-right: 18px;
    margin-bottom: 14px;
  }
  .u41 li:nth-child(4n) {
    margin-right: 0;
  }
  .u41 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 50px;
    padding-right: 0.3rem;
    font-size: 18px;
  }
  .u41 li::after {
    content: '';
    position: absolute;
    left: 18px;
    top: calc(50% - 4.5px);
    width: 9px;
    height: 15px;
    background: url(../img/list21.png) no-repeat center;
    background-size: contain;
  }
  .u41 li:hover::after {
    transform: translateX(5px);
  }
  .u4 li {
    width: 255px;
    border: 1px solid transparent;
    float: left;
    margin-right: 6px;
  }
  .u4 li:nth-child(4n) {
    margin-right: 0;
  }
  .u4 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 22px 25px;
    padding-bottom: 0;
  }
  .u4 li .imgk {
    width: 205px;
    height: 273px;
  }
  .u4 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u4 li .name {
    padding: 12px 0;
  }
  .u4 li .name p {
    color: #333;
    font-size: 22px;
    font-weight: 600;
  }
  .u4 li .name span {
    color: #333;
    font-size: 15px;
  }
  .u4 li .em {
    height: 18px;
    color: #333;
    margin-top: 10px;
    font-size: 14px;
    word-break: break-all;
  }
  .u4 li:hover {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    border: 1px solid #dbe1f5;
  }
  .u5 li {
    float: left;
    width: 322px;
    margin-right: 36px;
    margin-bottom: 35px;
    position: relative;
  }
  .u5 li:nth-child(3n) {
    margin-right: 0;
  }
  .u5 li .imgk {
    width: 322px;
    height: 242px;
    position: relative;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .imgk::after {
    content: '';
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 75px;
    height: 4px;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u5 li .txt {
    width: 100%;
    padding: 20px 26px;
    height: 95px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .u5 li .txt .tit {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
  }
  .u5 li .txt .time {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
  }
  .u6 li {
    width: 500px;
    position: relative;
    height: 77px;
    float: left;
    overflow: hidden;
    margin-right: 38px;
    margin-bottom: 43px;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
    border-top-right-radius: 40px;
  }
  .u6 li:nth-child(2n) {
    margin-right: 0;
  }
  .u6 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .u6 li .tit {
    padding-left: 25px;
    padding-right: 20px;
    font-size: 18px;
    flex: 1;
    width: 100%;
  }
  .u6 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .u6 li .jt {
    width: 27px;
    height: 10px;
    margin-right: 20px;
  }
  .u6 li .jt img {
    width: 100%;
    height: 100%;
  }
  .u6 li:hover {
    background: url(../img/u6.png) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .u6 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .u6 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
  .u6 li:hover .jt {
    opacity: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .ny-tit2 {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    position: relative;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #c8d6e5;
  }
  .ny-tit2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 1.29rem;
    height: 0.04rem;
    background: url(../img/tit-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny-txt-cont img.fr {
    margin-top: 0.15rem;
    margin-left: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .u41 li {
    width: 2.46rem;
    height: 0.76rem;
    border: 1px solid #e6ebf0;
    position: relative;
    background-color: #f0f5f9;
    float: left;
    margin-right: 0.18rem;
    margin-bottom: 0.14rem;
  }
  .u41 li:nth-child(4n) {
    margin-right: 0;
  }
  .u41 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    font-size: 0.18rem;
  }
  .u41 li::after {
    content: '';
    position: absolute;
    left: 0.18rem;
    top: calc(50% - 0.045rem);
    width: 0.09rem;
    height: 0.15rem;
    background: url(../img/list21.png) no-repeat center;
    background-size: contain;
  }
  .u41 li:hover::after {
    transform: translateX(0.05rem);
  }
  .u4 li {
    width: 2.55rem;
    border: 1px solid transparent;
    float: left;
    margin-right: 0.06rem;
  }
  .u4 li:nth-child(4n) {
    margin-right: 0;
  }
  .u4 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.22rem 0.25rem;
    padding-bottom: 0;
  }
  .u4 li .imgk {
    width: 2.05rem;
    height: 2.73rem;
  }
  .u4 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u4 li .name {
    padding: 0.12rem 0;
  }
  .u4 li .name p {
    color: #333;
    font-size: 0.22rem;
    font-weight: 600;
  }
  .u4 li .name span {
    color: #333;
    font-size: 0.15rem;
  }
  .u4 li .em {
    height: 0.18rem;
    color: #333;
    margin-top: 0.1rem;
    font-size: 0.14rem;
    word-break: break-all;
  }
  .u4 li:hover {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    border: 1px solid #dbe1f5;
  }
  .u5 li {
    float: left;
    width: 3.22rem;
    margin-right: 0.36rem;
    margin-bottom: 0.35rem;
    position: relative;
  }
  .u5 li:nth-child(3n) {
    margin-right: 0;
  }
  .u5 li .imgk {
    width: 3.22rem;
    height: 2.42rem;
    position: relative;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .imgk::after {
    content: '';
    position: absolute;
    left: 0.26rem;
    bottom: 0;
    width: 0.75rem;
    height: 0.04rem;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u5 li .txt {
    width: 100%;
    padding: 0.2rem 0.26rem;
    height: 0.95rem;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .u5 li .txt .tit {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.75;
  }
  .u5 li .txt .time {
    font-size: 0.14rem;
    color: #666666;
    margin-top: 0.15rem;
  }
  .u6 li {
    width: 5rem;
    position: relative;
    height: 0.77rem;
    float: left;
    overflow: hidden;
    margin-right: 0.38rem;
    margin-bottom: 0.43rem;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
    border-top-right-radius: 0.4rem;
  }
  .u6 li:nth-child(2n) {
    margin-right: 0;
  }
  .u6 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .u6 li .tit {
    padding-left: 0.25rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    flex: 1;
    width: 100%;
  }
  .u6 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .u6 li .jt {
    width: 0.27rem;
    height: 0.1rem;
    margin-right: 0.2rem;
  }
  .u6 li .jt img {
    width: 100%;
    height: 100%;
  }
  .u6 li:hover {
    background: url(../img/u6.png) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .u6 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .u6 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
  .u6 li:hover .jt {
    opacity: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .ny-tit2 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    position: relative;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #c8d6e5;
  }
  .ny-tit2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 1.29rem;
    height: 0.04rem;
    background: url(../img/tit-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny-txt-cont img.fr {
    margin-top: 0.15rem;
    margin-left: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .u41 li {
    width: 49%;
    height: 0.76rem;
    border: 1px solid #e6ebf0;
    position: relative;
    background-color: #f0f5f9;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.14rem;
  }
  .u41 li:nth-child(2n) {
    margin-right: 0;
  }
  .u41 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.3rem;
    font-size: 0.24rem;
  }
  .u41 li::after {
    content: '';
    position: absolute;
    left: 0.18rem;
    top: calc(50% - 0.045rem);
    width: 0.09rem;
    height: 0.15rem;
    background: url(../img/list21.png) no-repeat center;
    background-size: contain;
  }
  .u41 li:hover::after {
    transform: translateX(0.05rem);
  }
  .u4 li {
    width: 49%;
    border: 1px solid transparent;
    float: left;
    margin-right: 2%;
  }
  .u4 li:nth-child(2n) {
    margin-right: 0;
  }
  .u4 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.22rem 0.25rem;
    padding-bottom: 0;
  }
  .u4 li .imgk {
    width: 100%;
    height: 50vw;
  }
  .u4 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u4 li .name {
    padding: 0.12rem 0;
  }
  .u4 li .name p {
    color: #333;
    font-size: 0.26rem;
    font-weight: 600;
  }
  .u4 li .name span {
    color: #333;
    font-size: 0.22rem;
  }
  .u4 li .em {
    height: 0.24rem;
    color: #333;
    margin-top: 0.1rem;
    font-size: 0.2rem;
    word-break: break-all;
  }
  .u4 li:hover {
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    border: 1px solid #dbe1f5;
  }
  .u5 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    position: relative;
  }
  .u5 li:nth-child(2n) {
    margin-right: 0;
  }
  .u5 li .imgk {
    width: 100%;
    height: 33vw;
    position: relative;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .imgk::after {
    content: '';
    position: absolute;
    left: 0.26rem;
    bottom: 0;
    width: 0.75rem;
    height: 0.04rem;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u5 li .txt {
    width: 100%;
    padding: 0.2rem 0.26rem;
    height: 1.2rem;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .u5 li .txt .tit {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.75;
  }
  .u5 li .txt .time {
    font-size: 0.2rem;
    color: #666666;
    margin-top: 0.15rem;
  }
  .u6 li {
    width: 100%;
    position: relative;
    height: 0.77rem;
    float: left;
    overflow: hidden;
    margin-bottom: 0.4rem;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
    border-top-right-radius: 0.4rem;
  }
  .u6 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .u6 li .tit {
    padding-left: 0.25rem;
    padding-right: 0.2rem;
    font-size: 0.26rem;
    flex: 1;
    width: 100%;
  }
  .u6 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .u6 li .jt {
    width: 0.27rem;
    height: 0.1rem;
    margin-right: 0.2rem;
  }
  .u6 li .jt img {
    width: 100%;
    height: 100%;
    vertical-align: text-top;
  }
}
@media only screen and (min-width: 1700px) {
  .js-box {
    padding-bottom: 35px;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #fff) no-repeat;
  }
  .js-box .js-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8d6e5;
    height: 84px;
    padding: 0 30px;
  }
  .js-box .js-tj {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .js-box .js-tj .item {
    cursor: pointer;
    font-size: 18px;
    color: #182695;
    position: relative;
  }
  .js-box .js-tj .item.on {
    font-weight: 600;
  }
  .js-box .js-tj .item.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    width: 68px;
    height: 5px;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .js-box .js-ipt {
    display: flex;
    align-items: center;
  }
  .js-box .js-ipt input {
    width: 260px;
    height: 42px;
    background-color: #fff;
    padding: 0 18px;
    font-size: 17px;
  }
  .js-box .js-ipt .ss-btn {
    width: 50px;
    height: 42px;
    background-color: #e0e4f0;
    cursor: pointer;
    text-align: center;
  }
  .js-box .js-ipt .ss-btn img {
    margin-top: 10px;
  }
  .js-box .tab-list .tab-item {
    display: none;
  }
  .js-box .tab-list .tab-item.on {
    display: block;
  }
  .js-box .zm {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 4.5px;
    padding: 0 26px;
  }
  .js-box .zm li {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ededee;
    font-size: 17px;
    text-align: center;
    line-height: 33px;
  }
  .js-box .zm li.on {
    background-color: #182695;
    color: #fff;
  }
  .js-box .zc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 26px;
    cursor: pointer;
    margin-top: 35px;
  }
  .js-box .zc li {
    font-size: 16px;
    margin-right: 35px;
    margin-bottom: 10px;
    color: #666;
  }
  .js-box .zc li.on {
    color: #1e4f92;
  }
  .js-box .xs {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 26px;
    padding-bottom: 0;
    flex-gap: 10;
    overflow: hidden;
    height: 120px;
    position: relative;
  }
  .js-box .xs li {
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
    margin-right: 45px;
    cursor: pointer;
    line-height: 1;
    border: 1px solid transparent;
  }
  .js-box .xs li.on {
    color: #182695;
  }
  .js-box .xs .open {
    position: absolute;
    right: 35px;
    bottom: 20px;
    cursor: pointer;
  }
  .js-box .xs .open span {
    margin-right: 6px;
    color: #666;
    font-size: 14px;
  }
  .js-box .xs .open img {
    vertical-align: text-top;
  }
  .js-box .xs .open .sp2 {
    display: none;
  }
  .js-box .xs.on {
    overflow: initial;
    height: auto;
  }
  .js-box .xs.on .open {
    bottom: 0;
  }
  .js-box .xs.on .open img {
    transform: rotate(180deg);
  }
  .js-box .xs.on .open .sp1 {
    display: none;
  }
  .js-box .xs.on .open .sp2 {
    display: inline-block;
  }
  .js-info {
    display: flex;
    padding: 27px 23px;
    padding-right: 65px;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #edeef7) no-repeat;
    border-bottom-right-radius: 20px;
  }
  .js-info .imgk {
    width: 179px;
    height: 238px;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    width: 100%;
    flex: 1;
    margin-left: 35px;
  }
  .js-info .txt .name {
    margin-top: 20px;
    font-size: 24px;
    color: #182695;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .js-info .txt .zw {
    font-size: 18px;
    color: #182695;
    margin-bottom: 15px;
  }
  .js-info .txt .line {
    width: 100%;
    height: 1px;
    background-color: #182695;
    margin-bottom: 15px;
  }
  .js-info .txt .dt p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .js-dt {
    padding-left: 55px;
    margin-top: 55px;
    position: relative;
  }
  .js-dt::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c3dff3;
  }
  .js-dt .item {
    margin-bottom: 40px;
    position: relative;
  }
  .js-dt .item::after {
    content: '';
    position: absolute;
    left: -55px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/yz-c2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .js-dt .item .name p {
    display: inline-block;
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .js-dt .item .txt {
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt p,
  .js-dt .item .txt span,
  .js-dt .item .txt li,
  .js-dt .item .txt a {
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt li {
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
  }
  .js-dt .item .txt li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border: 1px solid #c5c6c9;
    border-radius: 50%;
  }
  .js-dt .item.item2::after {
    width: 36px;
    height: 36px;
    left: -63px;
    top: 5px;
  }
  .js-dt .item.item2 .name p {
    font-size: 28px;
  }
  .tx-list .tx-item {
    display: flex;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .tx-list .tx-item .year {
    width: 65px;
    height: 100%;
    font-weight: 600;
    margin-right: 35px;
  }
  .tx-list .tx-item .name {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 40px;
  }
  .u7 li {
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    padding: 26px;
    margin-bottom: 50px;
  }
  .u7 li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .u7 li .imgk {
    width: 178px;
    height: 238px;
  }
  .u7 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u7 li .imgk-box {
    position: relative;
  }
  .u7 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.05rem;
    width: 1.89rem;
    height: 2.47rem;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u7 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 35px;
  }
  .u7 li .txt .name {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    color: #182695;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .u7 li .txt .name > span {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  .u7 li .txt .name .bd span {
    display: inline-block;
    padding: 1.5px 3px;
    border: 1px solid #000;
  }
  .u7 li .txt .jj {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
  }
  .u7 li:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
  }
  .u7-1 li {
    width: 500px;
    float: left;
    margin-right: 38px;
  }
  .u7-1 li:nth-child(2n) {
    margin-right: 0px;
  }
  .u7-1 li .txt .name {
    display: block;
    margin-top: 0;
  }
  .u7-1 li .txt .name p {
    margin-bottom: 10px;
  }
 .u7-1 li .txt .name > span {
    margin-left: 0;
  }
  .u7-2 li .imgk {
    width: 260px;
    height: 185px;
  }
  .u7-2 li .imgk-box::after {
    width: 270px;
    height: 195px;
    background-size: cover;
  }
  .rc-list .rc-item {
    width: 100%;
    min-height: 200px;
    position: relative;
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
    background-size: auto 180px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    padding: 34px;
    padding-left: 45px;
    margin-bottom: 25px;
  }
  .rc-list .dt {
    display: flex;
    column-gap: 0.94rem;
  }
  .rc-list .dt p {
    font-size: 18px;
    color: #1e4f92;
    margin-bottom: 15px;
  }
  .rc-list .dt a {
    color: #1e4f92;
  }
  .rc-list .dt a:first-child {
    margin-left: 0.15rem;
  }
  .rc-list .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
  }
  .rc-list .tit::after {
    content: '';
    position: absolute;
    left: -45px;
    top: 15px;
    width: 28px;
    height: 5px;
    background: linear-gradient(to right, #182695, #149085) no-repeat center;
  }
  .rc-list .tit .name {
    font-size: 20px;
    font-weight: 600;
    color: #182695;
  }
  .rc-list .tit .line {
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: #c8d6e5;
    margin: 0 30px;
  }
  .rc-list .tit .icon {
    width: 45px;
    height: 36px;
  }
  .rc-list .tit .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-list .name-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
  .rc-list .name-list span {
    font-size: 17px;
    width: 150px;
  }
  .rc-list .name-list a:hover {
    color: #1e4f92;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .js-box {
    padding-bottom: 0.35rem;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #fff) no-repeat;
  }
  .js-box .js-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8d6e5;
    height: 0.84rem;
    padding: 0 0.3rem;
  }
  .js-box .js-tj {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .js-box .js-tj .item {
    cursor: pointer;
    font-size: 0.18rem;
    color: #182695;
    position: relative;
  }
  .js-box .js-tj .item.on {
    font-weight: 600;
  }
  .js-box .js-tj .item.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.28rem;
    transform: translateX(-50%);
    width: 0.68rem;
    height: 0.05rem;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .js-box .js-ipt {
    display: flex;
    align-items: center;
  }
  .js-box .js-ipt input {
    width: 2.6rem;
    height: 0.42rem;
    background-color: #fff;
    padding: 0 0.18rem;
    font-size: 0.17rem;
  }
  .js-box .js-ipt .ss-btn {
    width: 0.5rem;
    height: 0.42rem;
    background-color: #e0e4f0;
    cursor: pointer;
    text-align: center;
  }
  .js-box .js-ipt .ss-btn img {
    margin-top: 0.1rem;
  }
  .js-box .tab-list .tab-item {
    display: none;
  }
  .js-box .tab-list .tab-item.on {
    display: block;
  }
  .js-box .zm {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.045rem;
    padding: 0 0.26rem;
  }
  .js-box .zm li {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 0.03rem;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ededee;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.33rem;
  }
  .js-box .zm li.on {
    background-color: #182695;
    color: #fff;
  }
  .js-box .zc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.26rem;
    cursor: pointer;
    margin-top: 0.35rem;
  }
  .js-box .zc li {
    font-size: 0.16rem;
    margin-right: 0.35rem;
    margin-bottom: 0.1rem;
    color: #666;
  }
  .js-box .zc li.on {
    color: #1e4f92;
  }
  .js-box .xs {
    display: flex;
    flex-wrap: wrap;
    padding: 0.35rem 0.26rem;
    padding-bottom: 0;
    flex-gap: 10;
    overflow: hidden;
    height: 1.2rem;
    position: relative;
  }
  .js-box .xs li {
    font-size: 0.16rem;
    color: #999999;
    margin-bottom: 0.3rem;
    margin-right: 0.45rem;
    cursor: pointer;
    line-height: 1;
    border: 1px solid transparent;
  }
  .js-box .xs li.on {
    color: #182695;
  }
  .js-box .xs .open {
    position: absolute;
    right: 0.35rem;
    bottom: 0.2rem;
    cursor: pointer;
  }
  .js-box .xs .open span {
    margin-right: 0.06rem;
    color: #666;
    font-size: 0.14rem;
  }
  .js-box .xs .open img {
    vertical-align: text-top;
  }
  .js-box .xs .open .sp2 {
    display: none;
  }
  .js-box .xs.on {
    overflow: initial;
    height: auto;
  }
  .js-box .xs.on .open {
    bottom: 0;
  }
  .js-box .xs.on .open img {
    transform: rotate(180deg);
  }
  .js-box .xs.on .open .sp1 {
    display: none;
  }
  .js-box .xs.on .open .sp2 {
    display: inline-block;
  }
  .js-info {
    display: flex;
    padding: 0.27rem 0.23rem;
    padding-right: 0.65rem;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #edeef7) no-repeat;
    border-bottom-right-radius: 0.2rem;
  }
  .js-info .imgk {
    width: 1.79rem;
    height: 2.38rem;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    width: 100%;
    flex: 1;
    margin-left: 0.35rem;
  }
  .js-info .txt .name {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .zw {
    font-size: 0.18rem;
    color: #182695;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .line {
    width: 100%;
    height: 1px;
    background-color: #182695;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .dt p {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
  }
  .js-dt {
    padding-left: 0.55rem;
    margin-top: 0.55rem;
    position: relative;
  }
  .js-dt::after {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.2rem;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c3dff3;
  }
  .js-dt .item {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .js-dt .item::after {
    content: '';
    position: absolute;
    left: -0.55rem;
    top: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/yz-c2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .js-dt .item .name p {
    display: inline-block;
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 0.22rem;
    margin-bottom: 0.25rem;
  }
  .js-dt .item .txt {
    font-size: 0.18rem !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt p,
  .js-dt .item .txt span,
  .js-dt .item .txt li,
  .js-dt .item .txt a {
    font-size: 0.18rem !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt li {
    padding-left: 0.18rem;
    margin-bottom: 0.05rem;
    position: relative;
  }
  .js-dt .item .txt li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.12rem;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #c5c6c9;
    border-radius: 50%;
  }
  .js-dt .item.item2::after {
    width: 0.36rem;
    height: 0.36rem;
    left: -0.63rem;
    top: 0.05rem;
  }
  .js-dt .item.item2 .name p {
    font-size: 0.28rem;
  }
  .tx-list .tx-item {
    display: flex;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
  }
  .tx-list .tx-item .year {
    width: 0.65rem;
    height: 100%;
    font-weight: 600;
    margin-right: 0.35rem;
  }
  .tx-list .tx-item .name {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.1rem;
    column-gap: 0.4rem;
  }
  .u7 li {
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    padding: 0.26rem;
    margin-bottom: 0.5rem;
  }
  .u7 li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .u7 li .imgk {
    width: 1.78rem;
    height: 2.38rem;
  }
  .u7 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u7 li .imgk-box {
    position: relative;
  }
  .u7 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.05rem;
    width: 1.89rem;
    height: 2.47rem;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u7 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 0.35rem;
  }
  .u7 li .txt .name {
    display: flex;
    align-items: flex-end;
    font-size: 0.22rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .u7 li .txt .name > span {
    margin-left: 0.15rem;
    font-size: 0.18rem;
    font-weight: 400;
  }
  .u7 li .txt .name .bd span {
    display: inline-block;
    padding: 1.5px 3px;
    border: 1px solid #000;
  }
  .u7 li .txt .jj {
    font-size: 0.15rem;
    line-height: 1.7;
    color: #333;
  }
  .u7 li:hover {
    box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.08);
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
  }
  .u7-1 li {
    width: 5rem;
    float: left;
    margin-right: 0.38rem;
  }
  .u7-1 li:nth-child(2n) {
    margin-right: 0px;
  }
  .u7-1 li .txt .name {
    display: block;
    margin-top: 0;
  }
  .u7-1 li .txt .name p {
    margin-bottom: 0.1rem;
  }
  .u7-1 li .txt .name > span {
    margin-left: 0;
  }
  .u7-2 li .imgk {
    width: 2.6rem;
    height: 1.85rem;
  }
  .u7-2 li .imgk-box::after {
    width: 2.7rem;
    height: 1.95rem;
    background-size: cover;
  }
  .rc-list .rc-item {
    width: 100%;
    min-height: 2rem;
    position: relative;
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
    background-size: auto 1.8rem;
    border-bottom-right-radius: 0.2rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    padding: 0.34rem;
    padding-left: 0.45rem;
    margin-bottom: 0.25rem;
  }
  .rc-list .dt {
    display: flex;
    column-gap: 0.94rem;
  }
  .rc-list .dt p {
    font-size: 0.18rem;
    color: #1e4f92;
    margin-bottom: 0.15rem;
  }
  .rc-list .dt a {
    color: #1e4f92;
  }
  .rc-list .dt a:first-child {
    margin-left: 0.15rem;
  }
  .rc-list .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .rc-list .tit::after {
    content: '';
    position: absolute;
    left: -0.45rem;
    top: 0.15rem;
    width: 0.28rem;
    height: 0.05rem;
    background: linear-gradient(to right, #182695, #149085) no-repeat center;
  }
  .rc-list .tit .name {
    font-size: 0.2rem;
    font-weight: 600;
    color: #182695;
  }
  .rc-list .tit .line {
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: #c8d6e5;
    margin: 0 0.3rem;
  }
  .rc-list .tit .icon {
    width: 0.45rem;
    height: 0.36rem;
  }
  .rc-list .tit .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-list .name-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.2rem;
    column-gap: 0.2rem;
  }
  .rc-list .name-list span {
    font-size: 0.17rem;
    width: 1.5rem;
  }
  .rc-list .name-list a:hover {
    color: #1e4f92;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1000px) {
  .js-box {
    padding-bottom: 0.35rem;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #fff) no-repeat;
  }
  .js-box .js-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8d6e5;
    height: 0.85rem;
    padding: 0 0.3rem;
  }
  .js-box .js-tj {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }
  .js-box .js-tj .item {
    cursor: pointer;
    font-size: 0.24rem;
    color: #182695;
    position: relative;
  }
  .js-box .js-tj .item.on {
    font-weight: 600;
  }
  .js-box .js-tj .item.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.28rem;
    transform: translateX(-50%);
    width: 0.68rem;
    height: 0.06rem;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .js-box .js-ipt {
    display: flex;
    align-items: center;
  }
  .js-box .js-ipt input {
    width: 1.7rem;
    height: 0.5rem;
    background-color: #fff;
    padding: 0 0.18rem;
    font-size: 0.22rem;
  }
  .js-box .js-ipt .ss-btn {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e0e4f0;
    cursor: pointer;
    text-align: center;
  }
  .js-box .js-ipt .ss-btn img {
    width: 0.3rem;
    margin-top: 0.1rem;
  }
  .js-box .tab-list .tab-item {
    display: none;
  }
  .js-box .tab-list .tab-item.on {
    display: block;
  }
  .js-box .zm {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem;
    padding: 0 0.26rem;
  }
  .js-box .zm li {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.03rem;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ededee;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.48rem;
  }
  .js-box .zm li.on {
    background-color: #182695;
    color: #fff;
  }
  .js-box .zc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.26rem;
    cursor: pointer;
    margin-top: 0.35rem;
  }
  .js-box .zc li {
    font-size: 0.24rem;
    margin-right: 0.35rem;
    margin-bottom: 0.1rem;
    color: #666;
  }
  .js-box .zc li.on {
    color: #1e4f92;
  }
  .js-box .xs {
    display: flex;
    flex-wrap: wrap;
    padding: 0.35rem 0.26rem;
    padding-bottom: 0;
    flex-gap: 10;
    overflow: hidden;
    height: 1.2rem;
    position: relative;
  }
  .js-box .xs li {
    font-size: 0.24rem;
    color: #999999;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    cursor: pointer;
    line-height: 1;
    border: 1px solid transparent;
  }
  .js-box .xs li.on {
    color: #182695;
  }
  .js-box .xs .open {
    position: absolute;
    right: 0.35rem;
    bottom: 0.05rem;
    cursor: pointer;
  }
  .js-box .xs .open span {
    margin-right: 0.06rem;
    color: #666;
    font-size: 0.22rem;
  }
  .js-box .xs .open img {
    vertical-align: text-top;
  }
  .js-box .xs .open .sp2 {
    display: none;
  }
  .js-box .xs.on {
    overflow: initial;
    height: auto;
  }
  .js-box .xs.on .open {
    bottom: 0;
  }
  .js-box .xs.on .open img {
    transform: rotate(180deg);
  }
  .js-box .xs.on .open .sp1 {
    display: none;
  }
  .js-box .xs.on .open .sp2 {
    display: inline-block;
  }
  .js-info {
    display: flex;
    padding: 0.27rem 0.23rem;
    background: linear-gradient(to bottom, #eef7f6, #eef3f7, #edeef7) no-repeat;
    border-bottom-right-radius: 0.2rem;
  }
  .js-info .imgk {
    width: 1.79rem;
    height: 2.38rem;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    width: 100%;
    flex: 1;
    margin-left: 0.35rem;
  }
  .js-info .txt .name {
    font-size: 0.28rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .zw {
    font-size: 0.24rem;
    color: #182695;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .line {
    width: 100%;
    height: 1px;
    background-color: #182695;
    margin-bottom: 0.15rem;
  }
  .js-info .txt .dt p {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .js-dt {
    padding-left: 0.55rem;
    margin-top: 0.55rem;
    position: relative;
  }
  .js-dt::after {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.2rem;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #c3dff3;
  }
  .js-dt .item {
    margin-bottom: 0.4rem;
    position: relative;
  }
  .js-dt .item::after {
    content: '';
    position: absolute;
    left: -0.55rem;
    top: 0.15rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/yz-c2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .js-dt .item .name p {
    display: inline-block;
    background-image: linear-gradient(to right, #182695, #149085);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .js-dt .item .txt {
    font-size: 0.26rem !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt p,
  .js-dt .item .txt span,
  .js-dt .item .txt li,
  .js-dt .item .txt a {
    font-size: 0.26rem !important;
    line-height: 1.75 !important;
    font-family: Arial, Verdana, '微软雅黑' !important;
  }
  .js-dt .item .txt li {
    padding-left: 0.18rem;
    margin-bottom: 0.05rem;
    position: relative;
  }
  .js-dt .item .txt li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.12rem;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border: 1px solid #c5c6c9;
    border-radius: 50%;
  }
  .js-dt .item.item2::after {
    width: 0.36rem;
    height: 0.36rem;
    left: -0.63rem;
    top: 0.05rem;
  }
  .tx-list .tx-item {
    display: flex;
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .tx-list .tx-item .year {
    width: 1rem;
    height: 100%;
    font-weight: 600;
    margin-right: 0.35rem;
  }
  .tx-list .tx-item .name {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.1rem;
    column-gap: 0.4rem;
  }
  .u7 li {
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, #eef7f6, #edeef7) no-repeat;
    padding: 0.26rem;
    margin-bottom: 0.5rem;
  }
  .u7 li a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .u7 li .imgk {
    width: 1.78rem;
    height: 2.38rem;
  }
  .u7 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .u7 li .imgk-box {
    position: relative;
  }
  .u7 li .imgk-box::after {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.05rem;
    width: 1.89rem;
    height: 2.47rem;
    background: url(../img/ld-1.jpg) no-repeat center;
    background-size: contain;
    z-index: 1;
  }
  .u7 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 0.35rem;
  }
  .u7 li .txt .name {
    font-size: 0.28rem;
    color: #182695;
    font-weight: 600;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .u7 li .txt .name > span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.22rem;
    font-weight: 400;
  }
  .u7 li .txt .name .bd span {
    display: inline-block;
    padding: 1.5px 3px;
    border: 1px solid #000;
  }
  .u7 li .txt .jj {
    font-size: 0.22rem;
    line-height: 1.7;
    color: #333;
  }
  .u7 li:hover {
    box-shadow: 0 0 0.1rem 0.03rem rgba(0, 0, 0, 0.08);
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
  }
  .u7-2 li .imgk {
    width: 2.6rem;
    height: 1.85rem;
  }
  .u7-2 li .imgk-box::after {
    width: 2.7rem;
    height: 1.95rem;
    background-size: cover;
  }
  .rc-list .rc-item {
    width: 100%;
    min-height: 2rem;
    position: relative;
    background: url(../img/images/y-bg_01.png) #fff no-repeat right bottom;
    background-size: auto 1.8rem;
    border-bottom-right-radius: 0.2rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    padding: 0.34rem;
    padding-left: 0.45rem;
    margin-bottom: 0.25rem;
  }
  .rc-list .dt {
    display: flex;
    column-gap: 0.5rem;
  }
  .rc-list .dt p {
    font-size: 0.26rem;
    color: #1e4f92;
    margin-bottom: 0.15rem;
  }
  .rc-list .dt a {
    color: #1e4f92;
  }
  .rc-list .dt a:first-child {
    margin-left: 0.15rem;
  }
  .rc-list .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .rc-list .tit::after {
    content: '';
    position: absolute;
    left: -0.45rem;
    top: 0.15rem;
    width: 0.28rem;
    height: 0.05rem;
    background: linear-gradient(to right, #182695, #149085) no-repeat center;
  }
  .rc-list .tit .name {
    font-size: 0.26rem;
    font-weight: 600;
    color: #182695;
  }
  .rc-list .tit .line {
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: #c8d6e5;
    margin: 0 0.3rem;
  }
  .rc-list .tit .icon {
    width: 0.45rem;
    height: 0.36rem;
  }
  .rc-list .tit .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-list .name-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.15rem;
    column-gap: 0.4rem;
  }
  .rc-list .name-list span {
    font-size: 0.24rem;
  }
}
@media only screen and (min-width: 1700px) {
  .ny-list2 {
    margin-top: 50px;
  }
  .ny-list2 li {
    width: 336px;
    position: relative;
    height: 77px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 43px;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
  }
  .ny-list2 li:nth-child(3n) {
    margin-right: 0;
  }
  .ny-list2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .tit {
    padding-left: 45px;
    padding-right: 20px;
    font-size: 18px;
    flex: 1;
    width: 100%;
  }
  .ny-list2 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .ny-list2 li .jt {
    width: 10px;
    height: 16px;
    margin-right: 20px;
  }
  .ny-list2 li .jt img {
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .jt .img1 {
    display: block;
  }
  .ny-list2 li .jt .img2 {
    display: none;
  }
  .ny-list2 li:hover {
    background: url(../img/u3.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .ny-list2 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .ny-list2 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
  .ny-list2 li:hover .jt .img2 {
    display: block;
  }
  .ny-list2 li:hover .jt .img1 {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .ny-list2 {
    margin-top: 0.5rem;
  }
  .ny-list2 li {
    width: 3.36rem;
    position: relative;
    height: 0.77rem;
    float: left;
    overflow: hidden;
    margin-right: 0.15rem;
    margin-bottom: 0.43rem;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
  }
  .ny-list2 li:nth-child(3n) {
    margin-right: 0;
  }
  .ny-list2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .tit {
    padding-left: 0.45rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    flex: 1;
    width: 100%;
  }
  .ny-list2 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .ny-list2 li .jt {
    width: 0.1rem;
    height: 0.16rem;
    margin-right: 0.2rem;
  }
  .ny-list2 li .jt img {
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .jt .img1 {
    display: block;
  }
  .ny-list2 li .jt .img2 {
    display: none;
  }
  .ny-list2 li:hover {
    background: url(../img/u3.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .ny-list2 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .ny-list2 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
  .ny-list2 li:hover .jt .img2 {
    display: block;
  }
  .ny-list2 li:hover .jt .img1 {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .ny-list2 {
    margin-top: 0.5rem;
  }
  .ny-list2 li {
    width: 49%;
    position: relative;
    height: 0.77rem;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 0.43rem;
    border: 1px dashed #9acdca;
    border-left: 0 solid #000;
  }
  .ny-list2 li:nth-child(2n) {
    margin-right: 0;
  }
  .ny-list2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .tit {
    padding-left: 0.45rem;
    padding-right: 0.2rem;
    font-size: 0.24rem;
    flex: 1;
    width: 100%;
  }
  .ny-list2 li::after {
    transition: all 0s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.05rem;
    height: 100%;
    background: url(../img/u3-2.png) no-repeat center;
    background-size: cover;
  }
  .ny-list2 li .jt {
    width: 0.1rem;
    height: 0.16rem;
    margin-right: 0.2rem;
  }
  .ny-list2 li .jt img {
    width: 100%;
    height: 100%;
  }
  .ny-list2 li .jt .img1 {
    display: block;
  }
  .ny-list2 li .jt .img2 {
    display: none;
  }
  .ny-list2 li:hover {
    background: url(../img/u3.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .ny-list2 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .ny-list2 li:hover::after {
    background-image: url(../img/u3-1.png);
  }
  .ny-list2 li:hover .jt .img2 {
    display: block;
  }
  .ny-list2 li:hover .jt .img1 {
    display: none;
  }
}
@media only screen and (min-width: 1700px) {
  .u8 {
    margin-bottom: 30px;
  }
  .u8 li {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    border: 1px solid #abbad8;
  }
  .u8 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 45px;
  }
  .u8 li .time {
    text-align: center;
    font-family: 'syst';
  }
  .u8 li .time p {
    color: #182695;
    font-size: 34px;
  }
  .u8 li .time span {
    color: #1e4f92;
    font-size: 16px;
  }
  .u8 li .line {
    margin-left: 40px;
    width: 1px;
    height: 66px;
    border-left: 1px dashed #cecece;
    position: relative;
  }
  .u8 li .line::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  .u8 li .tit {
    width: 100%;
    flex: 1;
    padding: 0 40px;
    font-size: 18px;
    line-height: 1.7;
  }
  .u8 li .icon {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
  .u8 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u8 li:hover {
    background: url(../img/images/xs-li-bg_04.jpg) no-repeat center;
    background-size: cover;
  }
  .u8 li:hover .time p {
    color: #fff;
  }
  .u8 li:hover .time span {
    color: #abbad8;
  }
  .u8 li:hover .line::after {
    width: 18px;
    height: 18px;
    left: -9px;
    background: url(../img/dl-d.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u8 li:hover .tit {
    color: #fff;
  }
  .u8 li:hover .icon {
    opacity: 1;
  }
  .u8-1 li .line {
    margin-left: 0;
  }
  .u10 li {
    width: 230px;
    height: 310px;
    margin-right: 38px;
    margin-bottom: 30px;
    float: left;
  }
  .u10 li:nth-child(4n) {
    margin-right: 0;
  }
  .u10 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u10 li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .u10 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u10 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 8px 17px;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  .u11 {
    margin-bottom: 30px;
  }
  .u11 li {
    width: 100%;
    position: relative;
  }
  .u11 li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    padding-left: 0;
  }
  .u11 li .imgk {
    width: 260px;
    height: 185px;
    position: relative;
  }
  .u11 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li .txt {
    flex: 1;
    width: 100%;
    line-height: 1.7;
    padding-left: 40px;
    padding-right: 25px;
  }
  .u11 li .tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .u11 li .jj {
    font-size: 14px;
  }
  .u11 li .line {
    margin-top: 15px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .u11 li .line::after {
    content: '';
    width: calc(100% - 44px);
    border-bottom: 1px dashed #b9cfdf;
    position: absolute;
    left: 12px;
    top: 16px;
  }
  .u11 li .line .y img {
    width: 12px;
    height: 12px;
  }
  .u11 li .line .y2 img {
    width: 32px;
    height: 32px;
  }
  .u11 li .time {
    display: flex;
    align-items: center;
  }
  .u11 li .time img {
    width: 13px;
    height: 13px;
    margin-top: -4px;
  }
  .u11 li .time span {
    margin-left: 5px;
    font-size: 14px;
    color: #182695;
  }
  .u11 li .img1 {
    display: block;
  }
  .u11 li .img2 {
    display: none;
  }
  .u11 li:hover {
    background: url(../img/images/xw-li_03.jpg) no-repeat center;
    background-size: cover;
  }
  .u11 li:hover a {
    padding-left: 30px;
  }
  .u11 li:hover .tit {
    color: #fff;
  }
  .u11 li:hover .jj {
    color: #fff;
  }
  .u11 li:hover .time span {
    color: #fff;
  }
  .u11 li:hover .img2 {
    display: block;
  }
  .u11 li:hover .img1 {
    display: none;
  }
  .xw-cont .tit {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .xw-cont .jj {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-size: 14px;
    color: #666666;
  }
  .xw-cont .jj p img {
    margin-right: 10px;
  }
  .xw-cont .line {
    border-bottom: 1px solid #eeeeee;
    margin: 30px 0;
  }
  .xw-cont .txt {
    font-size: 18px;
    line-height: 2;
    color: #333333;
  }
  .xw-cont .line2 {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 50px 0;
  }
  .xw-cont .line2::after {
    content: '';
    position: absolute;
    left: 0;
    width: 150px;
    height: 6px;
    top: -3px;
    background: url(../img/xq-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .xw-cont .pv p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .xw-cont .pv p span {
    color: #182695;
  }
  .xw-cont .pv a:hover {
    color: #182695;
  }
  .u12 li {
    float: left;
    width: 322px;
    margin-right: 36px;
    margin-bottom: 35px;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .u12 li:nth-child(3n) {
    margin-right: 0;
  }
  .u12 li .imgk {
    width: 322px;
    height: 242px;
    position: relative;
  }
  .u12 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .u12 li .imgk::after {
    content: '';
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 75px;
    height: 4px;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u12 li .txt {
    width: 100%;
    height: 270px;
    background-color: #fff;
    padding: 20px 23px;
  }
  .u12 li .txt .tit {
    font-size: 20px;
    font-weight: 600;
  }
  .u12 li .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 18px 0;
    position: relative;
  }
  .u12 li .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    background: url(../img/dian2.png) no-repeat center;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .u12 li .txt .ad {
    font-size: 14px;
  }
  .u12 li .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .u12 li .txt .ad p img {
    width: 17px;
    height: 19px;
    object-fit: contain;
  }
  .u12 li .txt .ad p span {
    margin-left: 10px;
  }
  .u12-1 li .txt {
    height: 320px;
  }
  .u12-1 li .txt .ad {
    overflow-y: auto;
    height: 175px;
    color: #4d4b4b;
  }
  .u12-1 li .txt .ad p {
    margin-bottom: 10px;
  }
  .u12-1 li .txt .ad p:last-child {
    margin-bottom: 0;
  }
  .u12-1 li .tit {
    margin-bottom: 10px;
  }
  .u13 li {
    width: 331px;
    float: left;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    margin-right: 22px;
  }
  .u13 li:nth-child(3n) {
    margin-right: 0;
  }
  .u13 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk {
    width: 331px;
    height: 186px;
    position: relative;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .imgk::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/bf3.png) no-repeat center;
    background-size: 100% 100%;
    width: 39px;
    height: 39px;
  }
  .u13 li .txt {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .u8 {
    margin-bottom: 0.3rem;
  }
  .u8 li {
    width: 100%;
    position: relative;
    margin-bottom: 0.16rem;
    border: 1px solid #abbad8;
  }
  .u8 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.45rem;
  }
  .u8 li .time {
    text-align: center;
    font-family: 'syst';
  }
  .u8 li .time p {
    color: #182695;
    font-size: 0.34rem;
  }
  .u8 li .time span {
    color: #1e4f92;
    font-size: 0.16rem;
  }
  .u8 li .line {
    margin-left: 0.4rem;
    width: 1px;
    height: 0.66rem;
    border-left: 1px dashed #cecece;
    position: relative;
  }
  .u8 li .line::after {
    content: '';
    position: absolute;
    left: -0.04rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
  }
  .u8 li .tit {
    width: 100%;
    flex: 1;
    padding: 0 0.4rem;
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .u8 li .icon {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 0;
  }
  .u8 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u8 li:hover {
    background: url(../img/images/xs-li-bg_04.jpg) no-repeat center;
    background-size: cover;
  }
  .u8 li:hover .time p {
    color: #fff;
  }
  .u8 li:hover .time span {
    color: #abbad8;
  }
  .u8 li:hover .line::after {
    width: 0.18rem;
    height: 0.18rem;
    left: -0.09rem;
    background: url(../img/dl-d.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u8 li:hover .tit {
    color: #fff;
  }
  .u8 li:hover .icon {
    opacity: 1;
  }
  .u8-1 li .line {
    margin-left: 0;
  }
  .u10 li {
    width: 2.3rem;
    height: 3.1rem;
    margin-right: 0.38rem;
    margin-bottom: 0.3rem;
    float: left;
  }
  .u10 li:nth-child(4n) {
    margin-right: 0;
  }
  .u10 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u10 li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .u10 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u10 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    padding: 0.08rem 0.17rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.16rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  .u11 {
    margin-bottom: 0.3rem;
  }
  .u11 li {
    width: 100%;
    position: relative;
  }
  .u11 li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3rem;
    padding-left: 0;
  }
  .u11 li .imgk {
    width: 2.6rem;
    height: 1.85rem;
    position: relative;
  }
  .u11 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li .txt {
    flex: 1;
    width: 100%;
    line-height: 1.7;
    padding-left: 0.4rem;
    padding-right: 0.25rem;
  }
  .u11 li .tit {
    font-size: 0.18rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .u11 li .jj {
    font-size: 0.14rem;
  }
  .u11 li .line {
    margin-top: 0.15rem;
    margin-bottom: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .u11 li .line::after {
    content: '';
    width: calc(100% - 0.44rem);
    border-bottom: 1px dashed #b9cfdf;
    position: absolute;
    left: 0.12rem;
    top: 0.16rem;
  }
  .u11 li .line .y img {
    width: 0.12rem;
    height: 0.12rem;
  }
  .u11 li .line .y2 img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .u11 li .time {
    display: flex;
    align-items: center;
  }
  .u11 li .time img {
    width: 0.13rem;
    height: 0.13rem;
    margin-top: -0.04rem;
  }
  .u11 li .time span {
    margin-left: 0.05rem;
    font-size: 0.14rem;
    color: #182695;
  }
  .u11 li .img1 {
    display: block;
  }
  .u11 li .img2 {
    display: none;
  }
  .u11 li:hover {
    background: url(../img/images/xw-li_03.jpg) no-repeat center;
    background-size: cover;
  }
  .u11 li:hover a {
    padding-left: 0.3rem;
  }
  .u11 li:hover .tit {
    color: #fff;
  }
  .u11 li:hover .jj {
    color: #fff;
  }
  .u11 li:hover .time span {
    color: #fff;
  }
  .u11 li:hover .img2 {
    display: block;
  }
  .u11 li:hover .img1 {
    display: none;
  }
  .xw-cont .tit {
    text-align: center;
    font-size: 0.22rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .xw-cont .jj {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.14rem;
    color: #666666;
  }
  .xw-cont .jj p img {
    margin-right: 0.1rem;
  }
  .xw-cont .line {
    border-bottom: 1px solid #eeeeee;
    margin: 0.3rem 0;
  }
  .xw-cont .txt {
    font-size: 0.18rem;
    line-height: 2;
    color: #333333;
  }
  .xw-cont .line2 {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0.5rem 0;
  }
  .xw-cont .line2::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 0.06rem;
    top: -0.03rem;
    background: url(../img/xq-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .xw-cont .pv p {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  .xw-cont .pv p span {
    color: #182695;
  }
  .xw-cont .pv a:hover {
    color: #182695;
  }
  .u12 li {
    float: left;
    width: 3.22rem;
    margin-right: 0.36rem;
    margin-bottom: 0.35rem;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .u12 li:nth-child(3n) {
    margin-right: 0;
  }
  .u12 li .imgk {
    width: 3.22rem;
    height: 2.42rem;
    position: relative;
  }
  .u12 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .u12 li .imgk::after {
    content: '';
    position: absolute;
    left: 0.26rem;
    bottom: 0;
    width: 0.75rem;
    height: 0.04rem;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u12 li .txt {
    width: 100%;
    height: 2.7rem;
    background-color: #fff;
    padding: 0.2rem 0.23rem;
  }
  .u12 li .txt .tit {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .u12 li .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 0.18rem 0;
    position: relative;
  }
  .u12 li .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.03rem;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../img/dian2.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .u12 li .txt .ad {
    font-size: 0.14rem;
  }
  .u12 li .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .u12 li .txt .ad p img {
    width: 0.17rem;
    height: 0.19rem;
    object-fit: contain;
  }
  .u12 li .txt .ad p span {
    margin-left: 0.1rem;
  }
  .u12-1 li .txt {
    height: 3.35rem;
  }
  .u12-1 li .txt .ad {
    overflow-y: auto;
    height: 1.77rem;
    color: #4d4b4b;
  }
  .u12-1 li .txt .ad p {
    margin-bottom: 0.1rem;
  }
  .u12-1 li .txt .ad p:last-child {
    margin-bottom: 0;
  }
  .u12-1 li .tit {
    margin-bottom: 0.1rem;
  }
  .u13 li {
    width: 3.31rem;
    float: left;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.3rem;
    margin-right: 0.22rem;
  }
  .u13 li:nth-child(3n) {
    margin-right: 0;
  }
  .u13 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk {
    width: 3.31rem;
    height: 1.86rem;
    position: relative;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .imgk::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/bf3.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.39rem;
    height: 0.39rem;
  }
  .u13 li .txt {
    width: 100%;
    padding: 0.18rem;
    font-size: 0.16rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1000px) {
  .u8 {
    margin-bottom: 0.3rem;
  }
  .u8 li {
    width: 100%;
    position: relative;
    margin-bottom: 0.16rem;
    border: 1px solid #abbad8;
  }
  .u8 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.25rem;
  }
  .u8 li .time {
    text-align: center;
    font-family: 'syst';
  }
  .u8 li .time p {
    color: #182695;
    font-size: 0.4rem;
  }
  .u8 li .time span {
    color: #1e4f92;
    font-size: 0.22rem;
  }
  .u8 li .line {
    margin-left: 0.4rem;
    width: 1px;
    height: 0.8rem;
    border-left: 1px dashed #cecece;
    position: relative;
  }
  .u8 li .line::after {
    content: '';
    position: absolute;
    left: -0.04rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
  }
  .u8 li .tit {
    width: 100%;
    flex: 1;
    padding-left: 0.4rem;
    font-size: 0.24rem;
    line-height: 1.7;
  }
  .u8 li .icon {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 0;
  }
  .u8 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u8 li:hover {
    background: url(../img/images/xs-li-bg_04.jpg) no-repeat center;
    background-size: cover;
  }
  .u8 li:hover .time p {
    color: #fff;
  }
  .u8 li:hover .time span {
    color: #abbad8;
  }
  .u8 li:hover .line::after {
    width: 0.18rem;
    height: 0.18rem;
    left: -0.09rem;
    background: url(../img/dl-d.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u8 li:hover .tit {
    color: #fff;
  }
  .u8 li:hover .icon {
    opacity: 1;
  }
  .u8-1 li .line {
    margin-left: 0;
  }
  .u10 li {
    width: 49%;
    height: 59vw;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    float: left;
  }
  .u10 li:nth-child(2n) {
    margin-right: 0;
  }
  .u10 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u10 li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .u10 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u10 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.8rem;
    padding: 0.15rem 0.2rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.24rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  .u11 {
    margin-bottom: 0.3rem;
  }
  .u11 li {
    width: 100%;
    position: relative;
  }
  .u11 li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.15rem 0;
    padding-left: 0;
  }
  .u11 li .imgk {
    width: 2.81rem;
    height: 2.11rem;
    position: relative;
  }
  .u11 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li .txt {
    flex: 1;
    width: 100%;
    line-height: 1.7;
    padding-left: 0.4rem;
    padding-right: 0.25rem;
  }
  .u11 li .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .u11 li .jj {
    font-size: 0.2rem;
  }
  .u11 li .line {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .u11 li .line::after {
    content: '';
    width: calc(100% - 0.44rem);
    border-bottom: 1px dashed #b9cfdf;
    position: absolute;
    left: 0.12rem;
    top: 0.2rem;
  }
  .u11 li .line .y img {
    width: 0.12rem;
    height: 0.12rem;
  }
  .u11 li .line .y2 img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .u11 li .time {
    display: flex;
    align-items: center;
  }
  .u11 li .time img {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.04rem;
  }
  .u11 li .time span {
    margin-left: 0.05rem;
    font-size: 0.2rem;
    color: #182695;
  }
  .u11 li .img1 {
    display: block;
  }
  .u11 li .img2 {
    display: none;
  }
  .xw-cont .tit {
    text-align: center;
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .xw-cont .jj {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.2rem;
    color: #666666;
  }
  .xw-cont .jj p img {
    margin-right: 0.1rem;
  }
  .xw-cont .line {
    border-bottom: 1px solid #eeeeee;
    margin: 0.3rem 0;
  }
  .xw-cont .txt {
    font-size: 0.26rem;
    line-height: 2;
    color: #333333;
  }
  .xw-cont .line2 {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0.5rem 0;
  }
  .xw-cont .line2::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1.5rem;
    height: 0.06rem;
    top: -0.03rem;
    background: url(../img/xq-line.png) no-repeat center;
    background-size: 100% 100%;
  }
  .xw-cont .pv p {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .xw-cont .pv p span {
    color: #182695;
  }
  .xw-cont .pv a:hover {
    color: #182695;
  }
  .u12 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .u12 li:nth-child(2n) {
    margin-right: 0;
  }
  .u12 li .imgk {
    width: 100%;
    height: 33vw;
    position: relative;
  }
  .u12 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .u12 li .imgk::after {
    content: '';
    position: absolute;
    left: 0.26rem;
    bottom: 0;
    width: 0.75rem;
    height: 0.04rem;
    background: url(../img/xt1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u12 li .txt {
    width: 100%;
    height: 3.5rem;
    background-color: #fff;
    padding: 0.2rem 0.23rem;
  }
  .u12 li .txt .tit {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .u12 li .txt .line {
    width: 100%;
    height: 1px;
    background-color: #f7ecd9;
    margin: 0.18rem 0;
    position: relative;
  }
  .u12 li .txt .line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.03rem;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../img/dian2.png) no-repeat center;
    background-size: 100% 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .u12 li .txt .ad {
    font-size: 0.2rem;
  }
  .u12 li .txt .ad p {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .u12 li .txt .ad p img {
    width: 0.17rem;
    height: 0.19rem;
    object-fit: contain;
  }
  .u12 li .txt .ad p span {
    margin-left: 0.1rem;
  }
  .u12-1 li .txt {
    height: 3.8rem;
  }
  .u12-1 li .txt .ad {
    overflow-y: auto;
    height: 2rem;
    color: #4d4b4b;
  }
  .u12-1 li .txt .ad p {
    margin-bottom: 0.1rem;
  }
  .u12-1 li .txt .ad p:last-child {
    margin-bottom: 0;
  }
  .u12-1 li .txt > p {
    font-size: 0.2rem;
  }
  .u12-1 li .tit {
    margin-bottom: 0.1rem;
  }
  .u13 li {
    width: 49%;
    float: left;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.3rem;
    margin-right: 2%;
  }
  .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .u13 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk {
    width: 100%;
    height: 25vw;
    position: relative;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .imgk::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/bf3.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.39rem;
    height: 0.39rem;
  }
  .u13 li .txt {
    width: 100%;
    padding: 0.18rem;
    font-size: 0.24rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1700px) {
  .search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .search-top .sel select {
    width: 265px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/sjx-sel.png) no-repeat 97% center;
    color: #333;
  }
  .search-top .sel2 select {
    width: 420px;
  }
  .search-top .ipt {
    margin-left: 25px;
    width: 570px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }
  .search-top .ipt input {
    padding: 0 15px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
  }
  .search-top .ipt2 {
    width: 420px;
    margin-left: 0;
    margin-right: 25px;
  }
  .search-top .sc-btn {
    width: 155px;
    height: 50px;
    text-align: center;
    background: linear-gradient(to right, #182695, #149085);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
  }
  .u9 li {
    float: left;
    width: 506px;
    position: relative;
    border: 1px solid #abbad8;
    margin-right: 25px;
    margin-bottom: 34px;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
  }
  .u9 li .line {
    margin-right: 34px;
    width: 1px;
    height: 66px;
    border-left: 1px dashed #cecece;
    position: relative;
  }
  .u9 li .line::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  .u9 li .tit {
    width: 100%;
    flex: 1;
    padding-right: 28px;
    font-size: 18px;
    line-height: 1.7;
  }
  .u9 li .icon {
    width: 31px;
    height: 28px;
  }
  .u9 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u9 li .icon .img2 {
    display: block;
  }
  .u9 li .icon .img1 {
    display: none;
  }
  .u9 li:hover {
    background: url(../img/images/xz-bg_03.jpg) no-repeat center;
    background-size: cover;
  }
  .u9 li:hover .time p {
    color: #fff;
  }
  .u9 li:hover .time span {
    color: #abbad8;
  }
  .u9 li:hover .line::after {
    width: 18px;
    height: 18px;
    left: -9px;
    background: url(../img/dl-d.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u9 li:hover .tit {
    color: #fff;
  }
  .u9 li:hover .icon .img1 {
    display: block;
  }
  .u9 li:hover .icon .img2 {
    display: none;
  }
  .u9-1 li .line {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
  }
  .search-top .sel select {
    width: 2.65rem;
    height: 0.5rem;
    padding: 0 0.15rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/sjx-sel.png) no-repeat 97% center;
    color: #333;
  }
  .search-top .sel2 select {
    width: 4.2rem;
  }
  .search-top .ipt {
    margin-left: 0.25rem;
    width: 5.7rem;
    height: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    font-size: 0.16rem;
  }
  .search-top .ipt input {
    padding: 0 0.15rem;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color: #333;
  }
  .search-top .ipt2 {
    width: 4.2rem;
    margin-left: 0;
    margin-right: 0.25rem;
  }
  .search-top .sc-btn {
    width: 1.55rem;
    height: 0.5rem;
    text-align: center;
    background: linear-gradient(to right, #182695, #149085);
    border-radius: 0.05rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.5rem;
    cursor: pointer;
  }
  .u9 li {
    float: left;
    width: 5.06rem;
    position: relative;
    border: 1px solid #abbad8;
    margin-right: 0.25rem;
    margin-bottom: 0.34rem;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3rem;
  }
  .u9 li .line {
    margin-right: 0.34rem;
    width: 1px;
    height: 0.66rem;
    border-left: 1px dashed #cecece;
    position: relative;
  }
  .u9 li .line::after {
    content: '';
    position: absolute;
    left: -0.04rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
  }
  .u9 li .tit {
    width: 100%;
    flex: 1;
    padding-right: 0.28rem;
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .u9 li .icon {
    width: 0.31rem;
    height: 0.28rem;
  }
  .u9 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u9 li .icon .img2 {
    display: block;
  }
  .u9 li .icon .img1 {
    display: none;
  }
  .u9 li:hover {
    background: url(../img/images/xz-bg_03.jpg) no-repeat center;
    background-size: cover;
  }
  .u9 li:hover .time p {
    color: #fff;
  }
  .u9 li:hover .time span {
    color: #abbad8;
  }
  .u9 li:hover .line::after {
    width: 0.18rem;
    height: 0.18rem;
    left: -0.09rem;
    background: url(../img/dl-d.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u9 li:hover .tit {
    color: #fff;
  }
  .u9 li:hover .icon .img1 {
    display: block;
  }
  .u9 li:hover .icon .img2 {
    display: none;
  }
  .u9-1 li .line {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
  }
  .search-top .sel select {
    width: 2rem;
    height: 0.5rem;
    padding: 0 0.15rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    font-size: 0.24rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/sjx-sel.png) no-repeat 97% center;
    color: #333;
  }
  .search-top .sel2 select {
    width: 2.5rem;
  }
  .search-top .ipt {
    margin-left: 0.25rem;
    width: 5rem;
    height: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    font-size: 0.24rem;
  }
  .search-top .ipt input {
    padding: 0 0.15rem;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    color: #333;
  }
  .search-top .ipt2 {
    width: 4.2rem;
    margin-left: 0;
    margin-right: 0.25rem;
  }
  .search-top .sc-btn {
    width: 1.55rem;
    height: 0.5rem;
    text-align: center;
    background: linear-gradient(to right, #182695, #149085);
    border-radius: 0.05rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.5rem;
    cursor: pointer;
  }
  .u9 li {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #abbad8;
    margin-bottom: 0.3rem;
  }
  .u9 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.25rem 0.3rem;
  }
  .u9 li .line {
    margin-right: 0.34rem;
    width: 1px;
    height: 0.66rem;
    border-left: 0.01rem dashed #cecece;
    position: relative;
  }
  .u9 li .line::after {
    content: '';
    position: absolute;
    left: -0.05rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a4bada;
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
  }
  .u9 li .tit {
    width: 100%;
    flex: 1;
    padding-right: 0.28rem;
    font-size: 0.24rem;
    line-height: 1.7;
  }
  .u9 li .icon {
    width: 0.31rem;
    height: 0.28rem;
  }
  .u9 li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .u9 li .icon .img2 {
    display: block;
  }
  .u9 li .icon .img1 {
    display: none;
  }
  .u9-1 li .line {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1700px) {
  .jc-login {
    background: #f5f5f5;
  }
  .jc-login .ny_ban {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jc-login .dj_ny3 {
    width: 62.5vw;
    height: 20.8333vw;
    background-color: #fff;
    padding: 3.90625vw 4.427vw;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .jc-login .dj_ny3 .info {
    display: flex;
  }
  .jc-login .dj_ny3 .info .imgk {
    width: 10.416vw;
    height: 13.02vw;
    margin-right: 4.678vw;
  }
  .jc-login .dj_ny3 .info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jc-login .dj_ny3 .info .txtk .name {
    font-size: 1.875vw;
    color: #333;
    margin-top: 1vw;
    margin-bottom: 1.5625vw;
  }
  .jc-login .dj_ny3 .info .txtk .name span {
    font-size: 1.5628vw;
    color: #333;
    margin-left: 0.73vw;
  }
  .jc-login .dj_ny3 .info .txtk .txt2 {
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
    color: #666666;
  }
  .jc-login .dj_ny3 .info .txtk .btns {
    display: flex;
    align-items: center;
  }
  .jc-login .dj_ny3 .info .txtk .btns a {
    display: block;
    width: 12.135vw;
    height: 3.125vw;
    line-height: 3.0208vw;
    color: #fff;
    text-align: center;
    font-size: 1.25vw;
    background: linear-gradient(to right, #182695, #149085);
    border-radius: 5px;
  }
  .jc-login .dj_ny3 .info .txtk .btns .btn-2 {
    margin-left: 1.5625vw;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .jc-login .ny_ban {
    padding: 0.5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jc-login .dj_ny3 {
    width: 70vw;
    height: 20.8333vw;
    background: #f2f4fa;
    padding: 3.90625vw 4.427vw;
  }
  .jc-login .dj_ny3 .info {
    display: flex;
  }
  .jc-login .dj_ny3 .info .imgk {
    width: 10.416vw;
    height: 13.02vw;
    margin-right: 4.678vw;
  }
  .jc-login .dj_ny3 .info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jc-login .dj_ny3 .info .txtk .name {
    font-size: 1.875vw;
    color: #333;
    margin-top: 1vw;
    margin-bottom: 1.5625vw;
  }
  .jc-login .dj_ny3 .info .txtk .name span {
    font-size: 1.5628vw;
    color: #333;
    margin-left: 0.73vw;
  }
  .jc-login .dj_ny3 .info .txtk .txt2 {
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
    color: #666666;
  }
  .jc-login .dj_ny3 .info .txtk .btns {
    display: flex;
    align-items: center;
  }
  .jc-login .dj_ny3 .info .txtk .btns a {
    display: block;
    width: 12.135vw;
    height: 3.125vw;
    line-height: 3.0208vw;
    color: #fff;
    text-align: center;
    font-size: 1.25vw;
    background: linear-gradient(to right, #182695, #149085);
    border-radius: 5px;
  }
  .jc-login .dj_ny3 .info .txtk .btns .btn-2 {
    margin-left: 1.5625vw;
    color: #333;
    background: transparent;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1000px) {
  .jc-login {
    background: #f5f5f5;
  }
  .jc-login .ny_ban {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jc-login .dj_ny3 {
    width: 90%;
    background-color: #fff;
    padding: 30px;
  }
  .jc-login .dj_ny3 .info .imgk {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .jc-login .dj_ny3 .info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jc-login .dj_ny3 .info .txtk .name {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .jc-login .dj_ny3 .info .txtk .name span {
    display: block;
    font-size: 24px;
    color: #333;
    margin-left: 15px;
  }
  .jc-login .dj_ny3 .info .txtk .txt2 {
    margin-bottom: 60px;
    font-size: 20px;
    text-align: center;
    color: #666666;
  }
  .jc-login .dj_ny3 .info .txtk .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jc-login .dj_ny3 .info .txtk .btns a {
    display: block;
    width: 233px;
    height: 60px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background: #1e4f92;
    border: 1px solid #1e4f92;
    border-radius: 5px;
  }
  .jc-login .dj_ny3 .info .txtk .btns .btn-2 {
    margin-left: 30px;
    color: #333;
    background: transparent;
    border: 1px solid #ddd;
  }
}
@media only screen and (min-width: 1700px) {
  .dj_ny4 {
    background-color: #fff;
    padding: 20px;
  }
  .lg_user {
    width: 100%;
    float: left;
    bottom: 0;
    margin-bottom: 50px;
  }
  .lg_user .imgk {
    width: 175px;
    float: left;
    text-align: center;
  }
  .lg_user .imgk img {
    width: 100%;
    float: left;
  }
  .lg_user .imgk p {
    font-size: 18px;
    margin-top: 15px;
  }
  .lg_user .txtk {
    width: 720px;
    float: right;
    font-size: 18px;
    margin-top: 15px;
  }
  .lg_user .txtk p {
    width: 100%;
    float: left;
  }
  .lg_user .user_sc {
    margin: 20px 0px;
  }
  .lg_user .user_sc .txtk p {
    font-size: 16px;
    margin: 10px 0px 35px 0px;
  }
  .lg_user .user_sc .txtk .an_r {
    height: 50px;
    line-height: 50px;
  }
  .lg_user .txtk p.p_1 {
    font-size: 22px;
    color: #01478e;
    line-height: normal;
    line-height: 155%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .lg_user .txtk p.p_2 {
    margin-bottom: 60px;
  }
  .user_sc .txtk {
    margin: 0;
  }
  .lg_user a.cd_a_d {
    height: 50px;
    line-height: 50px;
    width: 220px;
    font-size: 18px;
  }
  .lg_user a.cd_a_d,
  .lg_user a.cd_a_r {
    float: left;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .dj_ny4 {
    background-color: #fff;
    padding: 0.2rem;
  }
  .lg_user {
    width: 100%;
    float: left;
    bottom: 0;
    margin-bottom: 0.5rem;
  }
  .lg_user .imgk {
    width: 1.75rem;
    float: left;
    text-align: center;
  }
  .lg_user .imgk img {
    width: 100%;
    float: left;
  }
  .lg_user .imgk p {
    font-size: 0.18rem;
    margin-top: 0.15rem;
  }
  .lg_user .txtk {
    width: 7.2rem;
    float: right;
    font-size: 0.18rem;
    margin-top: 0.15rem;
  }
  .lg_user .txtk p {
    width: 100%;
    float: left;
  }
  .lg_user .user_sc {
    margin: 0.2rem 0;
  }
  .lg_user .user_sc .txtk p {
    font-size: 0.16rem;
    margin: 0.1rem 0 0.35rem 0;
  }
  .lg_user .user_sc .txtk .an_r {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .lg_user .txtk p.p_1 {
    font-size: 0.22rem;
    color: #01478e;
    line-height: normal;
    line-height: 155%;
    margin-bottom: 0.1rem;
    font-weight: bold;
  }
  .lg_user .txtk p.p_2 {
    margin-bottom: 0.6rem;
  }
  .user_sc .txtk {
    margin: 0;
  }
  .lg_user a.cd_a_d {
    height: 0.5rem;
    line-height: 0.5rem;
    width: 2.2rem;
    font-size: 0.18rem;
  }
  .lg_user a.cd_a_d,
  .lg_user a.cd_a_r {
    float: left;
    margin-right: 0.25rem;
  }
}
@media only screen and (max-width: 1000px) {
  .lg_user {
    width: 100%;
    float: left;
    margin: 20px 0%;
  }
  .lg_user .imgk {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .lg_user .imgk img {
    width: 50%;
    max-width: 175px;
  }
  .lg_user.user_sc {
    margin: 10px 0px;
  }
  .lg_user.user_sc .txtk {
    margin-top: 20px;
  }
  .lg_user.user_sc .txtk p {
    font-size: 1em;
    margin: 10px 0px 20px 0px;
  }
  .lg_user.user_sc .an_r {
    height: 45px;
    line-height: 45px;
  }
  .lg_user.user_sc .imgk p {
    padding-top: 15px;
    width: 100%;
    float: left;
    font-size: 1.1em;
  }
  .lg_user .txtk {
    width: 100%;
    float: right;
  }
  .lg_user .txtk p {
    width: 98%;
    margin-left: 1%;
    text-align: center;
    float: left;
  }
  .lg_user .txtk p.p_1 {
    font-size: 14px;
    color: #01478e;
    margin-bottom: 10px;
  }
  .lg_user .txtk p.p_2 {
    margin-bottom: 20px;
  }
  .lg_user .txtk a.cd_a_r,
  .lg_user .txtk a.cd_a_d {
    float: left;
    text-align: center;
    width: 48%;
    margin: 0px 1%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .dj_ny4 {
    background-color: #fff;
  }
  .lg2_fo {
    width: 100%;
    float: left;
    margin: 20px 0px 20px 0%;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .lg2_fo dt {
    font-size: 16px;
    line-height: 150%;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
  }
  .lg2_fo dd {
    float: left;
    width: 100%;
  }
  .lg2_fo .an_h {
    float: left;
    margin-left: 0px;
    width: 100%;
  }
  .lg2_fo .lg_tx,
  .lg2_fo .lg2_tx {
    width: 100%;
    float: left;
    min-height: 35px;
    padding: 0 15px;
  }
  .lg2_fo .lg_tx {
    background-color: #f4f4f4;
  }
  .lg2_fo dl.dl_bt {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
  }
  .lg2_fo dl.dl_bt dt {
    float: left;
    width: auto;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 16px;
    line-height: 150%;
    float: left;
    width: auto;
    margin-left: 10px;
  }
  .md20 {
    margin-bottom: 15px;
  }
  .lg2_fo a.cd_a_d {
    float: left;
    margin-top: 10px;
    border-color: #ccc;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fdfdfd),
      color-stop(1, #e1e1e1)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .md20 {
    margin-bottom: 0.12rem;
  }
  .lg2_fo a.cd_a_d {
    float: left;
    margin-top: 0.2rem;
    border-color: #ccc;
    font-size: 0.16rem;
    height: 0.4rem;
    line-height: 0.38rem;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fdfdfd),
      color-stop(1, #e1e1e1)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
  }
  .lg2_fo {
    width: 100%;
    float: left;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 0.15rem;
    min-height: 0.35rem;
    position: relative;
    padding-left: 1rem;
  }
  .lg2_fo dt {
    font-size: 0.16rem;
    line-height: 0.35rem;
    float: left;
    width: 1rem;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 0.15rem;
  }
  .lg2_fo dd {
    float: left;
    width: 100%;
  }
  .lg2_fo dl.dl_bt {
    width: 100%;
    margin: 0px 0% 20px 0%;
    color: #333;
  }
  .lg2_fo dl.dl_bt dt {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
@media only screen and (min-width: 1700px) {
  .md20 {
    margin-bottom: 12px;
  }
  .lg2_fo a.cd_a_d {
    float: left;
    margin-top: 20px;
    border-color: #ccc;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e1e1e1);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fdfdfd),
      color-stop(1, #e1e1e1)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
  }
  .lg2_fo {
    width: 100%;
    float: left;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    min-height: 35px;
    position: relative;
    padding-left: 140px;
  }
  .lg2_fo dt {
    font-size: 16px;
    line-height: 35px;
    float: left;
    width: 140px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 15px;
  }
  .lg2_fo dd {
    float: left;
    width: 100%;
  }
  .lg2_fo dl.dl_bt {
    width: 100%;
    margin: 0px 0% 20px 0%;
    color: #333;
  }
  .lg2_fo dl.dl_bt dt {
    font-size: 24px;
    line-height: 40px;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 24px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1700px) {
  .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
  }
  .filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 40px;
    width: 500px;
    padding-left: 10px;
    border: solid 1px #dddddd;
    margin: 0;
    overflow: hidden;
    cursor: default;
    border-right: 0;
  }
  .button {
    float: left;
    height: 40px;
    display: inline-block;
    outline: 0 none;
    margin: 0;
    color: #333;
    cursor: pointer;
    width: 130px;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #ffffff),
      color-stop(1, #e1e1e1)
    );
    border: solid 1px #cccccc;
    font-size: 16px;
    text-align: center;
  }
  .uploader input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    color: #333;
    width: 630px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .lg_fo3 {
    width: 100%;
    float: left;
    padding: 55px 0px;
  }
  .lg_fo3 .imgk {
    width: 156px;
    float: left;
    margin-left: 115px;
  }
  .lg_fo3 .imgk img {
    width: 100%;
  }
  .lg_fo3 dl {
    float: right;
    width: 785px;
  }
  .lg_fo3 dd {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .lg_fo3 dd p {
    width: 100%;
    float: left;
    color: #999999;
    margin-top: 5px;
  }
  .lg_tx {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
    background: #f5f5f5;
    border: solid 1px #ddd;
  }
  .lg2_tx {
    width: 100%;
    height: 120px;
    line-height: 22px;
    font-size: 16px;
    padding: 8px 10px;
    border: solid 1px #ddd;
  }
  .fo_anq1 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
  }
  .fo_anq1 button {
    margin: 0 10px;
  }
  .an_r {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to right, #182695, #149085);
    border: 0 solid #1e4f92;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_r:hover {
    background: linear-gradient(to right, #182695, #149085);
    border: 0 solid #1e4f92;
  }
  .an_d {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_d:hover {
    color: #fff;
    background: linear-gradient(to right, #182695, #149085);
    border: 1px solid #fff;
  }
  .lg2_fo {
    position: relative;
  }
  .lg2_fo .lg_yy {
    position: absolute;
    right: 0px;
    top: -30px;
    width: 120px;
    border: solid 1px #ccc;
    background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fbfbfb),
      color-stop(1, #e3e3e3)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
  }
  .filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    height: 40px;
    width: 500px;
    padding-left: 10px;
    border: solid 1px #dddddd;
    margin: 0;
    overflow: hidden;
    cursor: default;
    border-right: 0;
  }
  .button {
    float: left;
    height: 40px;
    display: inline-block;
    outline: 0 none;
    margin: 0;
    color: #333;
    cursor: pointer;
    width: 130px;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #ffffff),
      color-stop(1, #e1e1e1)
    );
    border: solid 1px #cccccc;
    font-size: 16px;
    text-align: center;
  }
  .uploader input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    height: 38px;
    color: #333;
    width: 630px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .lg_fo3 {
    width: 100%;
    float: left;
    padding: 55px 0px;
  }
  .lg_fo3 .imgk {
    width: 156px;
    float: left;
    margin-left: 115px;
  }
  .lg_fo3 .imgk img {
    width: 100%;
  }
  .lg_fo3 dl {
    float: right;
    width: 785px;
  }
  .lg_fo3 dd {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .lg_fo3 dd p {
    width: 100%;
    float: left;
    color: #999999;
    margin-top: 5px;
  }
  .lg_tx {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
    background: #f5f5f5;
    border: solid 1px #ddd;
  }
  .lg2_tx {
    width: 100%;
    height: 120px;
    line-height: 22px;
    font-size: 16px;
    padding: 8px 10px;
    border: solid 1px #ddd;
  }
  .fo_anq1 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
  }
  .fo_anq1 button {
    margin: 0 10px;
  }
  .an_r {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to right, #182695, #149085);
    border: 0 solid #1e4f92;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_r:hover {
    background: linear-gradient(to right, #182695, #149085);
    border: 0 solid #1e4f92;
  }
  .an_d {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_d:hover {
    color: #fff;
    background: linear-gradient(to right, #182695, #149085);
    border: 1px solid #fff;
  }
  .lg2_fo {
    position: relative;
  }
  .lg2_fo .lg_yy {
    position: absolute;
    right: 0px;
    top: -30px;
    width: 120px;
    border: solid 1px #ccc;
    background-image: -moz-linear-gradient(top, #fbfbfb, #e3e3e3);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fbfbfb),
      color-stop(1, #e3e3e3)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
  }
}
@media only screen and (max-width: 1000px) {
  .lg2_tx {
    width: 100%;
    height: 80px;
    line-height: 22px;
    font-size: 13px;
    padding: 8px 10px;
    border: solid 1px #ddd;
  }
  .lg2_tx2 {
    margin-bottom: 10px;
  }
  .lg2_tx2 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fo_anq1 {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
  }
  .fo_anq1 button {
    margin: 0 10px;
  }
  .an_r {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to right, #182695, #149085);
    border: 0 solid #1e4f92;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_d {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .user_sc .imgk {
    width: 20%;
    padding-right: 3%;
  }
  .user_sc .txtk {
    width: 80%;
  }
  .lg2_tx2 {
    margin-bottom: 0.25rem;
  }
  .lg2_tx2 h5 {
    margin-bottom: 0.1rem;
    font-size: 18px;
    line-height: 155%;
  }
}
@media only screen and (min-width: 1700px) {
  .user_sc .imgk {
    width: 20%;
    padding-right: 3%;
  }
  .user_sc .txtk {
    width: 80%;
  }
  .lg2_tx2 {
    margin-bottom: 25px;
  }
  .lg2_tx2 h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 155%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .user_sc .imgk {
    width: 20%;
    padding-right: 3%;
  }
  .user_sc .txtk {
    width: 80%;
  }
  .lg2_tx2 {
    margin-bottom: 0.25rem;
  }
  .lg2_tx2 h5 {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    line-height: 155%;
  }
}
@media only screen and (min-width: 1700px) {
  .upload-info .up-info {
    display: flex;
  }
  .upload-info .up-info .lg2_tx {
    height: 60px;
  }
  .upload-info .up-info .files {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    height: 60px;
    width: 220px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
  }
  .upload-info .up-info .files input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .img-rounded {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .upload-info .up-info {
    display: flex;
  }
  .upload-info .up-info .lg2_tx {
    height: 0.6rem;
  }
  .upload-info .up-info .files {
    position: relative;
    margin-left: 0.15rem;
    display: inline-block;
    height: 0.6rem;
    width: 2.2rem;
    text-align: center;
    line-height: 0.58rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.18rem;
    cursor: pointer;
  }
  .upload-info .up-info .files input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .img-rounded {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1700px) {
  .img-rounded {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .upload-info .up-info {
    display: flex;
  }
  .upload-info .up-info .lg2_tx {
    height: 60px;
  }
  .upload-info .up-info .files {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    height: 60px;
    width: 100px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
  }
  .upload-info .up-info .files input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1700px) {
  .ss-lm {
    padding-bottom: 0;
  }
  .swiper-lm {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    font-size: 0px;
    padding: 0 40px;
  }
  .swiper-lm .swiper-lm-container {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .swiper-lm .swiper-slide {
    width: auto;
    position: relative;
    display: inline-block;
  }
  .swiper-lm .swiper-slide a {
    display: inline-block;
    font-size: 20px;
    padding: 0 0.3rem;
    height: 84px;
    line-height: 84px;
    width: auto;
    position: relative;
  }
  .swiper-lm .swiper-slide a.on {
    font-weight: 600;
    color: #01478e;
  }
  .swiper-lm .swiper-slide a.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.68rem;
    height: 0.05rem;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .swiper-lm-button-next,
  .swiper-lm-button-prev {
    width: 40px !important;
    height: 84px !important;
    background: url('../img/jt-lm.png') center no-repeat !important;
    background-size: 60% 25% !important;
    outline: none;
    top: 0px !important;
    margin: 0 !important;
  }
  .swiper-lm-button-next {
    right: 0px !important;
  }
  .swiper-lm-button-prev {
    left: 0px !important;
    transform: rotate(180deg) !important;
  }
  .swiper-button-disabled {
    opacity: 0 !important;
  }
  .swiper-lm.tab {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .ss-lm {
    padding-bottom: 0;
  }
  .swiper-lm {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0.2rem;
    font-size: 0px;
    padding: 0 0.4rem;
  }
  .swiper-lm .swiper-lm-container {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .swiper-lm .swiper-slide {
    width: auto;
    position: relative;
    display: inline-block;
  }
  .swiper-lm .swiper-slide a {
    display: inline-block;
    font-size: 0.2rem;
    padding: 0 0.3rem;
    height: 0.84rem;
    line-height: 0.84rem;
    width: auto;
    position: relative;
  }
  .swiper-lm .swiper-slide a.on {
    font-weight: 600;
    color: #01478e;
  }
  .swiper-lm .swiper-slide a.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.68rem;
    height: 0.05rem;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .swiper-lm-button-next,
  .swiper-lm-button-prev {
    width: 0.4rem !important;
    height: 0.84rem !important;
    background: url('../img/jt-lm.png') center no-repeat !important;
    background-size: 60% 25% !important;
    outline: none;
    top: 0px !important;
    margin: 0 !important;
  }
  .swiper-lm-button-next {
    right: 0px !important;
  }
  .swiper-lm-button-prev {
    left: 0px !important;
    transform: rotate(180deg) !important;
  }
  .swiper-button-disabled {
    opacity: 0 !important;
  }
  .swiper-lm.tab {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 1000px) {
  .ss-lm {
    padding-bottom: 0;
  }
  .swiper-lm {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0.2rem;
    font-size: 0px;
    padding: 0 0.3rem;
  }
  .swiper-lm .swiper-lm-container {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .swiper-lm .swiper-slide {
    width: auto;
    position: relative;
    display: inline-block;
  }
  .swiper-lm .swiper-slide a {
    display: inline-block;
    font-size: 0.24rem;
    padding: 0 0.3rem;
    height: 0.75rem;
    line-height: 0.75rem;
    width: auto;
    position: relative;
  }
  .swiper-lm .swiper-slide a.on {
    font-weight: 600;
    color: #01478e;
  }
  .swiper-lm .swiper-slide a.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.68rem;
    height: 0.05rem;
    background: url(../img/li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .swiper-lm-button-next,
  .swiper-lm-button-prev {
    width: 0.3rem !important;
    height: 0.75rem !important;
    background: url('../img/jt-lm.png') center no-repeat !important;
    background-size: 70% 30% !important;
    outline: none;
    top: 0px !important;
    margin: 0 !important;
  }
  .swiper-lm-button-next {
    right: 0px !important;
  }
  .swiper-lm-button-prev {
    left: 0px !important;
    transform: rotate(180deg) !important;
  }
  .swiper-button-disabled {
    opacity: 0 !important;
  }
  .swiper-lm.tab {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
}
.zz-imgk {
  position: relative;
}
.zz-imgk .item a {
  position: absolute;
  display: block;
}
.zz-imgk .item a:nth-child(1) {
  width: 27%;
  height: 6%;
  top: 4%;
  left: 73%;
}
.zz-imgk .item a:nth-child(2) {
  width: 27%;
  height: 6%;
  top: 11.5%;
  left: 73%;
}
.zz-imgk .item a:nth-child(3) {
  width: 27%;
  height: 8.5%;
  top: 19%;
  left: 73%;
}
.zz-imgk .item a:nth-child(4) {
  width: 27%;
  height: 6%;
  top: 29%;
  left: 73%;
}
.zz-imgk .item a:nth-child(5) {
  width: 27%;
  height: 6%;
  top: 36.5%;
  left: 73%;
}
.zz-imgk .item a:nth-child(6) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 1%;
}
.zz-imgk .item a:nth-child(7) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 7%;
}
.zz-imgk .item a:nth-child(8) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 12.8%;
}
.zz-imgk .item a:nth-child(9) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 18.5%;
}
.zz-imgk .item a:nth-child(10) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 24.3%;
}
.zz-imgk .item a:nth-child(11) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 30%;
}
.zz-imgk .item a:nth-child(12) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 36%;
}
.zz-imgk .item a:nth-child(13) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 42%;
}
.zz-imgk .item a:nth-child(14) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 47.6%;
}
.zz-imgk .item a:nth-child(15) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 53.5%;
}
.zz-imgk .item a:nth-child(16) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 59.2%;
}
.zz-imgk .item a:nth-child(17) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 65%;
}
.zz-imgk .item a:nth-child(18) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 70.5%;
}
.zz-imgk .item a:nth-child(19) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 76.5%;
}
.zz-imgk .item a:nth-child(20) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 82%;
}
.zz-imgk .item a:nth-child(21) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 88%;
}
.zz-imgk .item a:nth-child(22) {
  width: 5%;
  height: 32%;
  top: 59%;
  left: 94%;
}
.zz-imgk .item a:nth-child(23) {
  width: 16%;
  height: 5%;
  top: 11%;
  left: 37%;
}
.zz-imgk .item a:nth-child(24) {
  width: 8%;
  height: 5%;
  top: 11%;
  left: 55%;
} /*# sourceMappingURL=./index2.css.map */
