@font-face {
  font-family: 'syst';
  src: url('../fonts/sy.otf');
}
@font-face {
  font-family: 'syst2';
  src: url('../fonts/sy2.otf');
}
@font-face {
  font-family: 'syst3';
  src: url('../fonts/sy3.ttf');
}
.fm {
  font-family: 'syst';
}
.sz-box5 .nsy-tit4,
.kx-box4 .kx-tit,
.u30 li .time p,
.not-box .l .item .time p,
.sy-news .swiper-slide .r .time p,
.nsy-tit,
.nb-tit {
  font-family: 'syst';
}
.sy_ban5 .txt .tit1 {
  color: #0c3189;
  font-family: 'syst3';
}
.not-box .l .item .time p {
  font-weight: 800;
}
.sy-news .swiper-slide .r .time p,
.u30 li .time p,
.ny-topbg .nb-tit {
  font-weight: 600;
}
.js-list .txt {
  word-break: break-word;
}
.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);
}
.m-30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1680px) {
  .m-30 {
    margin-top: 0.3rem;
  }
}
body {
  line-height: 1.7;
}
::-webkit-scrollbar-thumb {
  opacity: 1;
}
::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #c5c4c4;
  border-radius: 10px;
  opacity: 0;
}
::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
}
::-webkit-scrollbar-button {
  background-color: #0c3189;
  border-radius: 5px;
  height: 0;
}
::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
body .g-head a .close {
  display: none;
}
body .g-head a.navA .ss2 {
  margin: 0 0.15rem;
  width: 1px;
  height: 0.25rem;
  background-color: #fff;
  opacity: 0.3;
}
body.navShow a.navA .open {
  display: none;
}
body.navShow a.navA .close {
  display: block;
}
@media only screen and (min-width: 1680px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 67vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 215px;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 24px;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 40px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 270px;
    margin-right: 120px;
    font-size: 18px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 240px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 50px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 14px;
    top: 3px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 85px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-right {
    flex: 1;
    width: 100%;
    padding-left: 65px;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 18px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 260px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 14px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(33vh - 1.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 24px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 20px;
    font-size: 18px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 375px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1680px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    display: flex;
    height: 67vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nav-left {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 2.15rem;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 0.24rem;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 0.4rem;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 2.7rem;
    margin-right: 1.2rem;
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 2.4rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 0.5rem;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 0.18rem;
    height: 0.14rem;
    top: 0.03rem;
    right: -0.22rem;
  }
  .g-nav2 .nav-box .nv-tab3 {
    margin-right: 0.85rem;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 0.13rem;
    right: -0.25rem;
  }
  .g-nav2 .nav-box .nav-right {
    flex: 1;
    width: 100%;
    padding-left: 0.65rem;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    font-size: 0.18rem;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.1rem;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-left: 0.15rem;
    font-size: 0.14rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
  .g-nav2 .nav-box .tab-item {
    width: 2.6rem;
    font-size: 0.18rem;
    margin-bottom: 0.25rem;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .g-nav2 .nav-box .tab-item a {
    display: block;
    opacity: 0.4;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 0.14rem;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(33vh - 1.35rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 0.24rem;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 0.2rem;
    font-size: 0.18rem;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 3.75rem;
    height: 0.4rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    padding: 0 0.18rem;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 0.16rem;
    width: 2.65rem;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 0.2rem;
    height: 0.2rem;
  }
  .ja {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .g-nav2 .nv2 {
    height: 100vh;
    position: relative;
    padding-top: 1.38rem;
    color: #fff;
  }
  .g-nav2 .nv2 a {
    color: #fff;
  }
  .g-nav2 .nav-box {
    height: 65vh;
    overflow-y: auto;
  }
  .g-nav2 .nav-box .nv-tab1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-box .nv-tab1 li {
    font-size: 16px;
    opacity: 0.4;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nv-tab1 li:hover,
  .g-nav2 .nav-box .nv-tab1 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 .tit::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 22px;
  }
  .g-nav2 .nav-box .nv-tab2 .tit.on::after {
    transform: rotate(90deg);
  }
  .g-nav2 .nav-box .nv-tab2 li {
    width: 100%;
    opacity: 0.4;
    font-size: 14px;
  }
  .g-nav2 .nav-box .nv-tab2 li a {
    line-height: 40px;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover,
  .g-nav2 .nav-box .nv-tab2 li.on {
    opacity: 1;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a,
  .g-nav2 .nav-box .nv-tab2 li.on a {
    position: relative;
  }
  .g-nav2 .nav-box .nv-tab2 li:hover a::after,
  .g-nav2 .nav-box .nv-tab2 li.on a::after {
    content: '';
    position: absolute;
    background: url(../img/icon-rjt.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 2px;
    right: -22px;
  }
  .g-nav2 .nav-box .nv-tab3 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-box .nv-tab3 li:hover a::after,
  .g-nav2 .nav-box .nv-tab3 li.on a::after {
    background-image: url(../img/nv-right.png);
    width: 13px;
    right: -25px;
  }
  .g-nav2 .nav-box .nav-u2,
  .g-nav2 .nav-box .nav-u1 {
    display: none;
  }
  .g-nav2 .nav-box .nav-u2.on,
  .g-nav2 .nav-box .nav-u1.on {
    display: block;
  }
  .g-nav2 .nav-box .nav-right {
    width: 100%;
  }
  .g-nav2 .nav-box .nav-right .item {
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name {
    display: block;
    font-size: 16px;
  }
  .g-nav2 .nav-box .nav-right .item .name img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 10px;
  }
  .g-nav2 .nav-box .nav-right .item .name2 {
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-box .nav-right .item .name2:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-link {
    margin-top: 10px;
  }
  .g-nav2 .nav-box .tab-item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item .tit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .g-nav2 .nav-box .tab-item a {
    font-size: 12px;
    display: block;
    opacity: 0.4;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .g-nav2 .nav-box .tab-item a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-box .tab-item span {
    font-size: 12px;
  }
  .g-nav2 .nav-box .tab-item .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-nav2 .nav-bottom {
    height: calc(34vh - 1.38rem);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .g-nav2 .nav-bottom .search-txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .g-nav2 .nav-bottom .search-txt p {
    font-size: 16px;
    font-weight: 600;
  }
  .g-nav2 .nav-bottom .search-txt a {
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.4;
  }
  .g-nav2 .nav-bottom .search-txt a:hover {
    opacity: 1;
  }
  .g-nav2 .nav-bottom .btn-list {
    width: 100%;
  }
  .g-nav2 .nav-bottom .search-ipt {
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }
  .g-nav2 .nav-bottom .search-ipt input {
    font-size: 16px;
    width: 265px;
    flex: 1;
  }
  .g-nav2 .nav-bottom .search-ipt img {
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .ja {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
  }
  .ja a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .ja a img {
    height: 15px;
    margin-right: 5px;
  }
}
.sy {
  background: url(../img/bg.jpg) repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 1680px) {
  .footer {
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-bottom: 50px;
    padding-top: 75px;
    background: url(../img/foot/footbg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .footer .tit {
    font-size: 32px;
    line-height: 1;
  }
  .footer .ft-box {
    display: flex;
    justify-content: space-between;
  }
  .footer .links {
    width: 100%;
    padding-left: 155px;
    position: relative;
    padding-top: 55px;
  }
  .footer .links li {
    float: left;
    width: 346px;
    margin-right: 20px;
    margin-bottom: 22px;
    font-size: 16px;
    position: relative;
    z-index: 2;
  }
  .footer .links li:nth-child(4n) {
    margin-right: 0;
  }
  .footer .links li a {
    color: #fff;
  }
  .footer .links::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 1290px;
    height: 60px;
    background: url(../img/ft-line1.png) no-repeat center;
    z-index: 1;
  }
  .footer .links::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1600px;
    height: 34px;
    background: url(../img/ft-line2.png) no-repeat center;
    z-index: 1;
  }
  .footer .ewm {
    text-align: center;
    font-size: 18px;
  }
  .footer .ewm img {
    width: 138px;
    height: 138px;
    margin-bottom: 10px;
  }
  .footer .bt {
    height: 136px;
    background: url(../img/foot/footbg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .footer .bt .ad {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .footer .bt .ad span {
    margin-right: 20px;
  }
  .footer .bt .wal {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .bt .r {
    position: relative;
  }
  .footer .bt .sy-ewm {
    position: absolute;
    right: 6vw;
    top: -0.15rem;
    margin-top: 0;
    text-align: center;
  }
  .footer .bt .sy-ewm img {
    width: 90px;
    margin-bottom: 0.1rem;
  }
  #toTop {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #1b63da;
    color: #fff;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.15rem 0;
  }
  #toTop p {
    margin-top: 0.05rem;
  }
  #toTop img {
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .footer {
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-bottom: 0.5rem;
    padding-top: 0.75rem;
    background: url(../img/foot/footbg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .footer .tit {
    font-size: 0.32rem;
    line-height: 1;
  }
  .footer .ft-box {
    display: flex;
    justify-content: space-between;
  }
  .footer .links {
    width: 100%;
    padding-left: 1.55rem;
    position: relative;
    padding-top: 0.55rem;
  }
  .footer .links li {
    float: left;
    width: 3.46rem;
    margin-right: 0.2rem;
    margin-bottom: 0.22rem;
    font-size: 0.18rem;
    position: relative;
    z-index: 2;
  }
  .footer .links li:nth-child(4n) {
    margin-right: 0;
  }
  .footer .links li a {
    color: #fff;
  }
  .footer .links::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 12.9rem;
    height: 0.6rem;
    background: url(../img/ft-line1.png) no-repeat center;
    background-size: 100%;
  }
  .footer .links::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16rem;
    height: 0.34rem;
    background: url(../img/ft-line2.png) no-repeat center;
    background-size: 100%;
  }
  .footer .ewm {
    text-align: center;
    font-size: 0.18rem;
  }
  .footer .ewm img {
    width: 1.38rem;
    height: 1.38rem;
    margin-bottom: 0.1rem;
  }
  .footer .bt {
    height: 1.36rem;
    background: url(../img/foot/footbg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .footer .bt .ad {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
  }
  .footer .bt .ad span {
    margin-right: 0.2rem;
  }
  .footer .bt .wal {
    height: 1.36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .r img {
    width: 4.96rem;
  }
  .footer .r {
    position: relative;
  }
  .footer .sy-ewm {
    position: absolute;
    right: 6vw;
    top: -0.15rem;
    margin-top: 0;
    text-align: center;
  }
  .footer .sy-ewm img {
    width: 0.9rem;
    margin-bottom: 0.1rem;
  }
  #toTop {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #1b63da;
    color: #fff;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.15rem 0;
  }
  #toTop p {
    margin-top: 0.05rem;
  }
  #toTop img {
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer {
    position: relative;
    color: #fff;
  }
  .footer .tp {
    padding-bottom: 0.3rem;
    padding-top: 0.4rem;
    background: url(../img/foot/footbg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .footer .tit {
    font-size: 0.32rem;
    line-height: 1;
  }
  .footer .links {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 0.3rem;
    text-align: center;
  }
  .footer .links li {
    float: left;
    width: 50%;
    margin-bottom: 0.22rem;
    font-size: 0.24rem;
    text-align: left;
  }
  .footer .links li a {
    color: #fff;
  }
  .footer .ewm {
    text-align: center;
    font-size: 0.24rem;
  }
  .footer .ewm img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.1rem;
  }
  .footer .bt {
    background: url(../img/foot/footbg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 0.3rem;
    font-size: 0.24rem;
  }
  .footer .bt .ad {
    margin-top: 0.1rem;
  }
  .footer .bt .ad span {
    text-align: center;
    display: block;
  }
  .footer .bt .wal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .r img {
    width: 4.96rem;
  }
  .footer .r {
    position: relative;
  }
  .footer .sy-ewm {
    text-align: center;
  }
  .footer .sy-ewm img {
    width: 2rem;
    margin-bottom: 0.1rem;
  }
  #toTop {
    width: 0.9rem;
    height: 0.9rem;
    background-color: #1b63da;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    padding: 0.15rem 0;
  }
  #toTop p {
    margin-top: 0.05rem;
  }
  #toTop img {
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media only screen and (min-width: 1680px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 35px;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    border-radius: 3px;
    margin: 0px 5px;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 10px;
  }
  .jump input {
    margin: 0 5px;
    height: 37px;
    width: 35px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .fy1 {
    width: 100%;
    float: left;
    line-height: 0.35rem;
    font-size: 0.14rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fy1 a {
    min-width: 0.35rem;
    display: inline-block;
    border: solid 1px #dddddd;
    padding: 0px 0.1rem;
    border-radius: 3px;
    margin: 0px 0.05rem;
    background-color: transparent;
    box-sizing: border-box;
  }
  .jump {
    margin-left: 0.1rem;
  }
  .jump input {
    margin: 0 0.05rem;
    height: 0.37rem;
    width: 0.35rem;
    border: 1px solid #dddddd;
    border-radius: 0.03rem;
    text-align: center;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 800px) {
  .fy1 {
    width: 102%;
    float: left;
    margin-left: -1%;
  }
  .fy1 a {
    float: left;
    display: none;
    border: solid 1px #dddddd;
    padding: 0px 10px;
    margin-left: 3px;
  }
  .fy1 a.cd_sx {
    display: block;
    width: 48%;
    margin: 0px 1%;
    text-align: center;
    padding: 8px 0px;
  }
  .jump {
    display: none;
  }
}
.fy1 a:hover,
.fy1 a.on {
  background: #0c3189;
  color: #ffffff;
  border: solid 1px #0c3189;
}
.fy2 a.on,
.fy2 a:hover {
  background: #c9151e;
  color: #ffffff;
  border: solid 1px #c9151e;
}
@media only screen and (min-width: 1680px) {
  .sy_ban {
    height: 100vh;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 6s 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);
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    left: 0;
    /* margin-left: -600px; */
    width: 100%;
    bottom: 0px;
    color: #fff;
    /* background-color: rgba(204, 0, 0, .5); */
    padding: 45px;
    padding-bottom: 130px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    z-index: 2;
    text-align: left;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding-top: 5vh;
    text-align: center;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 62px;
    font-size: 36px;
    font-weight: 400;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 24px;
    margin: 0 10px;
    margin: 0;
    background-color: #fff;
  }
  .sy_ban .swiper-pagination-bullet-active {
    display: block;
    position: relative;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: auto;
    padding: 0 50px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .sw-page {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
  }
  .sy_ban .sw-btn1 .swiper-pagination-bullet {
    opacity: 1;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.52rem;
    background: none;
  }
  .sy_ban .sw-btn1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../img/sw-li.png) no-repeat center;
  }
  .sy_ban .sw-btn1 .swiper-button-next {
    background: url(../img/icon-sz3.png) no-repeat center;
    background-size: contain;
    width: 24px;
    right: 0rem;
    left: auto;
  }
  .sy_ban .sw-btn1 .swiper-button-prev {
    background: url(../img/icon-sz3.png) no-repeat center;
    background-size: contain;
    width: 24px;
    right: auto;
    left: 0rem;
    transform: scaleX(-1);
  }
  .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    z-index: 9;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -0.25rem;
    animation: bounce 1.5s linear infinite;
  }
  .scroll-down img {
    width: 0.25rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .sy_ban {
    height: 100vh;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide-active img {
    transition: transform 6s 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);
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    left: 0;
    /* margin-left: -600px; */
    width: 100%;
    bottom: 0rem;
    color: #fff;
    /* background-color: rgba(204, 0, 0, .5); */
    padding: 0.45rem;
    padding-bottom: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    z-index: 2;
    text-align: left;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding-top: 5vh;
    text-align: center;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 0.62rem;
    font-size: 0.36rem;
    font-weight: 300;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.1rem;
    margin: 0;
    background-color: #fff;
  }
  .sy_ban .swiper-pagination-bullet-active {
    display: block;
    position: relative;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    right: 0;
    bottom: 0.65rem;
    width: auto;
    padding: 0 0.5rem;
    margin-right: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .sw-page {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
  }
  .sy_ban .sw-btn1 .swiper-pagination-bullet {
    opacity: 1;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.3rem;
    width: 0.6rem;
    height: 0.52rem;
    background: none;
  }
  .sy_ban .sw-btn1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../img/sw-li.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy_ban .sw-btn1 .swiper-button-next {
    background: url(../img/icon-sz3.png) no-repeat center;
    background-size: contain;
    width: 0.24rem;
    right: 0rem;
    left: auto;
  }
  .sy_ban .sw-btn1 .swiper-button-prev {
    background: url(../img/icon-sz3.png) no-repeat center;
    background-size: contain;
    width: 0.24rem;
    right: auto;
    left: 0rem;
    transform: scaleX(-1);
  }
  .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    z-index: 9;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 1.5s linear infinite;
  }
  .scroll-down img {
    width: 0.25rem;
  }
}
@media only screen and (max-width: 800px) {
  .sy_ban {
    height: 4rem;
  }
  .sy_ban .swiper-slide video,
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .swiper-slide .txtk {
    position: absolute;
    left: 0;
    /* margin-left: -600px; */
    width: 100%;
    bottom: 0px;
    color: #fff;
    /* background-color: rgba(204, 0, 0, .5); */
    padding: 0.2rem;
    padding-bottom: 0.7rem;
    height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    z-index: 2;
    text-align: left;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding-top: 5vh;
    text-align: center;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 1rem;
    font-size: 0.26rem;
    font-weight: 400;
  }
  .sy_ban .swiper-slide .txtk p.h1 {
    display: block;
    line-height: 0.4rem;
    width: 100%;
    font-size: 0.3rem;
  }
  .sy_ban .sw-btn1 {
    display: none;
  }
  .sw-prev2,
  .sw-next2,
  .sy_ban .swiper-pagination-bullet {
    display: none;
  }
}
@keyframes rotate-news {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@media only screen and (min-width: 1680px) {
  .sy-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  .sy-title .name {
    color: #0c3189;
    display: inline-block;
    position: relative;
  }
  .sy-title .name p {
    font-size: 47px;
    font-weight: 600;
    letter-spacing: 7px;
  }
  .sy-title .name span {
    font-size: 18px;
  }
  .sy-title .name .line {
    position: absolute;
    left: -13px;
    bottom: 30px;
    background: url(../img/tit.png) no-repeat center;
    background-size: 100%;
    width: 330px;
    height: 33px;
  }
  .sy-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    color: #0c3189;
    background: url(../img/tit-more.png) no-repeat center;
    background-size: 100%;
    padding: 10px;
    opacity: 0.9;
    font-size: 16px;
  }
  .sy-title .more:hover {
    opacity: 1;
  }
  .sy-news {
    padding-top: 100px;
    padding-bottom: 75px;
    background: url(../img/sy1_1.jpg) no-repeat center;
    background-size: 1920px auto;
    position: relative;
  }
  .sy-news::before {
    content: '';
    position: absolute;
    width: 172px;
    height: 184px;
    bottom: 300px;
    left: 50%;
    margin-left: -885px;
    background: url(../img/sy1_2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
    animation: rotate-news linear infinite 10s;
  }
  .sy-news::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 28px;
    top: -27px;
    background: url(../img/b1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .sy-news .news-box {
    position: relative;
  }
  .sy-news .sy_ban2 {
    margin-top: 30px;
    background: url(../img/b1-2.png) no-repeat center;
    background-size: contain;
    background-position: 0 0;
  }
  .sy-news .swiper-slide a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .sy-news .swiper-slide .l {
    width: 100%;
    flex: 1;
    height: 480px;
    padding: 85px 100px 20px 60px;
  }
  .sy-news .swiper-slide .l .tit {
    font-size: 26px;
    font-weight: 600;
    color: #0c3189;
    border-bottom: 1px solid #0c3189;
    padding-bottom: 10px;
    margin-bottom: 65px;
  }
  .sy-news .swiper-slide .l .jj {
    font-size: 16px;
    color: #666;
  }
  .sy-news .swiper-slide .l .view-more {
    position: absolute;
    bottom: 20px;
    left: 60px;
    color: #fff;
    font-size: 14px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-news .swiper-slide .r {
    position: relative;
  }
  .sy-news .swiper-slide .r .time {
    position: absolute;
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 85px;
    height: 85px;
    left: -42.5px;
    top: 50%;
    margin-top: -42.5px;
    color: #fff;
    text-align: center;
    z-index: 2;
  }
  .sy-news .swiper-slide .r .time p {
    font-size: 42px;
    line-height: 1;
    padding-top: 15px;
  }
  .sy-news .swiper-slide .r .time span {
    font-size: 14px;
  }
  .sy-news .swiper-slide .r .imgk {
    width: 765px;
    height: 480px;
  }
  .sy-news .swiper-slide .r .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news .sw-btn2 {
    position: absolute;
    bottom: 120px;
    width: 835px;
    padding-left: 60px;
    padding-right: 90px;
  }
  .sy-news .sw-btn2 .sw-prev3 {
    left: 60px;
    width: 45px;
    height: 45px;
    background: url(../img/sw-l2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-prev3::after {
    position: absolute;
    left: -4.5px;
    top: -5px;
    content: '';
    width: 56px;
    height: 55px;
    background: url(../img/sw-l22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-btn2 .sw-prev3:hover::after {
    transform: rotate(360deg);
  }
  .sy-news .sw-btn2 .sw-next3 {
    left: 140px;
    right: auto;
    width: 45px;
    height: 45px;
    background: url(../img/sw-r2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-next3::after {
    position: absolute;
    left: -5.5px;
    top: -5px;
    content: '';
    width: 56px;
    height: 55px;
    background: url(../img/sw-r22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-btn2 .sw-next3:hover::after {
    transform: rotate(360deg);
  }
  .sy-news .sw-page2 {
    font-size: 20px;
    width: 90px;
    text-align: right;
    font-weight: 600;
    right: 90px;
    left: auto;
    bottom: -30px;
  }
  .sy-news .sw-page2 .swiper-pagination-current {
    font-size: 34px;
    color: #0c3189;
  }
  .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-list .item {
    position: relative;
    width: 375px;
    height: 236px;
  }
  .news-list .item p {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 50%;
    width: 100%;
    background: url(../img/bg10.png) repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-size: 100% 100%;
  }
  .news-list .item .imgk {
    width: 375px;
    height: 236px;
  }
  .news-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-list .item: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);
  }
  .sy-notic2 {
    background-size: 1920px;
    height: 902px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
  .sy-notic2::before {
    content: '';
    width: 514px;
    height: 515px;
    background: url(../img/y1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -257px;
    top: 195px;
    animation: rotate2 linear infinite 10s;
    z-index: 1;
  }
  .sy-notic2::after {
    content: '';
    width: 434px;
    height: 434px;
    background: url(../img/y2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -217px;
    top: 235px;
    animation: rotate3 linear infinite 10s;
    z-index: 1;
  }
  .sy-notic {
    background: url(../img/y1b.png) no-repeat left center;
    background-size: 9.16rem 9.02rem;
    height: 902px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .sy-notic::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 415px;
    width: 1920px;
    height: 183px;
    background: url(../img/b2-line.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
  }
  .not-box {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .not-box .l {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 90px;
    column-gap: 45px;
  }
  .not-box .l .item {
    width: 332px;
    height: 275px;
    background: url(../img/li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 75px;
    padding: 28px;
  }
  .not-box .l .item .time {
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 75px;
    height: 75px;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 20px;
  }
  .not-box .l .item .time p {
    font-size: 38px;
    line-height: 1;
    padding-top: 12px;
  }
  .not-box .l .item .time span {
    font-size: 12px;
  }
  .not-box .l .item .tit {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .not-box .l .item .not-more {
    position: absolute;
    left: 28px;
    bottom: 28px;
    color: #fff;
    font-size: 14px;
    width: 96px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .not-box .l .item .j {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: -21px;
    background: url(../img/li2-1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .l .item .dot {
    display: none;
    position: absolute;
    left: -5px;
    bottom: -3px;
  }
  .not-box .l .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .not-box .l .item:nth-child(n+4) .j {
    left: auto;
    right: 0;
    top: -22px;
    bottom: auto;
    background-image: url(../img/li2-2.png);
  }
  .not-box .l .item:nth-child(n+4) .dot {
    right: -5px;
    top: -3px;
    left: auto;
    bottom: auto;
  }
  .not-box .l .item:hover {
    background-image: url(../img/li21.jpg);
  }
  .not-box .l .item:hover a {
    color: #fff;
    margin-top: -58px;
  }
  .not-box .l .item:hover .j {
    background-image: url(../img/li2-3.png);
  }
  .not-box .l .item:hover .dot {
    display: block;
  }
  .not-box .l .item:hover .time {
    background-image: url(../img/sw-time2.png);
  }
  .not-box .l .item:hover .not-more {
    background-image: url(../img/more2.png);
    bottom: 86px;
    color: #0c3189;
  }
  .not-box .l .item:hover:nth-child(n+4) .j {
    background-image: url(../img/li2-4.png);
  }
  .not-box .r {
    position: relative;
    width: 420px;
    height: 632px;
    background: url(../img/sw3.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .r .sy_ban3 {
    padding-top: 30px;
    width: 420px;
    height: 572px;
  }
  .not-box .r .sy_ban3 a {
    color: #fff;
  }
  .not-box .r .sy_ban3 .swiper-slide .time {
    font-size: 14px;
    width: 132px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background-color: #637ac9;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .not-box .r .sy_ban3 .swiper-slide .time img {
    width: 0.15rem;
    margin-right: 0.05rem;
    vertical-align: text-top;
  }
  .not-box .r .sy_ban3 .swiper-slide .tit {
    font-size: 16px;
    padding: 0 30px;
    margin-top: 10px;
  }
  .sw-btn3 {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 0;
  }
  .sw-btn3 .sw-prev4 {
    right: 100px;
    left: auto;
    width: 45px;
    height: 45px;
    background: url(../img/sw-3.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-prev4::after {
    position: absolute;
    right: -5.5px;
    left: auto;
    top: -4.8px;
    content: '';
    width: 56px;
    height: 55px;
    background: url(../img/sw-31.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sw-btn3 .sw-prev4:hover::after {
    transform: rotate(360deg);
  }
  .sw-btn3 .sw-next4 {
    right: 30px;
    width: 45px;
    height: 45px;
    background: url(../img/sw-4.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-next4::after {
    position: absolute;
    left: -6px;
    top: -4.8px;
    content: '';
    width: 56px;
    height: 55px;
    background: url(../img/sw-41.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sw-btn3 .sw-next4:hover::after {
    transform: rotate(360deg);
  }
  .sy-tit2 .name {
    color: #fff;
  }
  .sy-tit2 .name .line {
    background: url(../img/tit2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-tit2 .more {
    background-image: url(../img/tit-more2.png);
    color: #fff;
  }
  .sy-ts {
    background: url(../img/b3.png) no-repeat center;
    height: 909px;
    margin-top: 120px;
    padding-top: 70px;
  }
  .ts-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .ts-box .item {
    width: 920px;
    padding-top: 40px;
  }
  .ts-box .item a {
    color: #fff;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ts-box .item .item1 {
    width: 920px;
    height: 273px;
    background: url(../img/images/s4-1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 24px 35px 22px 45px;
  }
  .ts-box .item .item1 .txt {
    padding-right: 40px;
  }
  .ts-box .item .item1:hover img {
    transform: scale(1.1);
  }
  .ts-box .item .item2 {
    margin-top: 30px;
    width: 818px;
    height: 273px;
    background: url(../img/images/s4-2.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 22px 30px 22px 24px;
  }
  .ts-box .item .item2 .txt {
    padding-left: 30px;
  }
  .ts-box .item .item2:hover img {
    transform: scale(1.1);
  }
  .ts-box .item .txt {
    width: 100%;
    flex: 1;
  }
  .ts-box .item .txt .tit {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .ts-box .item .txt .jj {
    font-size: 14px;
  }
  .ts-box .item .txt .time {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    padding-left: 30px;
  }
  .ts-box .item .txt .time::after {
    content: '';
    position: absolute;
    background: url(../img/item.png) no-repeat center;
    background-size: 100% 100%;
    width: 52px;
    height: 18px;
    left: -30px;
    top: 7px;
  }
  .ts-box .item .imgk {
    width: 303px;
    height: 227px;
  }
  .ts-box .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ban4 {
    background: url(../img/sy4.png) no-repeat center;
    background-size: 100% 100%;
    width: 645px;
    height: 652px;
    position: relative;
    padding: 55px 50px 55px 59px;
  }
  .ban4::after {
    content: '';
    position: absolute;
    background: url(../img/item2.png) no-repeat center;
    background-size: 100% 100%;
    width: 59px;
    height: 18px;
    left: 15px;
    bottom: 160px;
  }
  .sy_ban4 .sw-page4 {
    z-index: 25;
    top: 365px;
    bottom: auto;
    right: 5px;
    width: auto;
    left: auto;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet {
    z-index: 25;
    cursor: pointer;
    width: 17px;
    height: 25px;
    background: url(../img/sw4-y.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active {
    width: 112px;
    height: 25px;
    background: url(../img/sw4-y2.png) no-repeat left center;
    background-size: contain;
    opacity: 1;
    position: relative;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::before {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 10px;
    top: 12px;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 10px;
    top: 12px;
    animation: 6s infinite tl;
  }
  .sy_ban4 a {
    color: #fff;
  }
  .sy_ban4 a .imgk {
    width: 540px;
    height: 403px;
    position: relative;
  }
  .sy_ban4 a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban4 a .imgk i {
    position: absolute;
    width: 100%;
    height: 30%;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
  }
  .sy_ban4 a .txt {
    padding-top: 10px;
  }
  .sy_ban4 a .txt {
    color: #fff;
  }
  .sy_ban4 a .txt .time {
    position: relative;
    font-size: 20px;
    padding-left: 22px;
  }
  .sy_ban4 a .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sy_ban4 a .txt .jj {
    font-size: 14px;
    line-height: 2;
  }
  .sy_ban4 .sw-page5 {
    color: #fff;
    bottom: auto;
    top: 355px;
    font-size: 14px;
  }
  .sy_ban4 .sw-page5 .swiper-pagination-current {
    font-size: 28px;
  }
  .sy-sj {
    padding-top: 70px;
    padding-bottom: 30px;
    background: url(../img/b3_02.jpg) no-repeat center;
    background-size: 1920px;
  }
  .sy_ban5 {
    margin-top: 75px;
    padding-bottom: 70px;
  }
  .sy_ban5 .swiper-slide {
    text-align: center;
  }
  .sy_ban5 .swiper-slide:hover .icon {
    background: url(../img/sj-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy_ban5 .swiper-slide:hover .icon .img2 {
    display: inline-block;
  }
  .sy_ban5 .swiper-slide:hover .icon .img1 {
    display: none;
  }
  .sy_ban5 .swiper-slide:hover .icon .num {
    color: #fff;
  }
  .sy_ban5 .icon {
    width: 188px;
    height: 188px;
    padding-top: 35px;
    margin: 0 auto;
    transition: all 0.1s;
    background: url(../img/sj-bg.png) no-repeat center;
    background-size: 0% 0%;
  }
  .sy_ban5 .icon img {
    height: 66px;
  }
  .sy_ban5 .icon .img1 {
    display: inline-block;
  }
  .sy_ban5 .icon .img2 {
    display: none;
  }
  .sy_ban5 .icon .num {
    font-size: 44px;
    font-weight: 600;
    color: #0c3189;
  }
  .sy_ban5 .txt {
    margin-top: 25px;
  }
  .sy_ban5 .txt .tit1 {
    font-size: 24px;
  }
  .sy_ban5 .txt .tit2 {
    margin-top: 5px;
    font-size: 16px;
  }
  .sw-page6 .swiper-pagination-bullet {
    width: 15px;
    height: 11px;
    border-radius: 6px;
  }
  .sw-page6 .swiper-pagination-bullet-active {
    width: 40px;
    background: #0c3189;
  }
  .sy-kd {
    padding-top: 40px;
    padding-bottom: 10px;
    background: url(../img/b4_02.jpg) no-repeat center;
    background-size: 1920px;
  }
  .sy-kd .wal {
    overflow: hidden;
    position: relative;
  }
  .sy_ban6 {
    width: 405px;
  }
  .sy_ban6.swiper-container {
    overflow: visible;
    margin: 0;
    margin-top: 70px;
  }
  .sy_ban6 .swiper-wrapper {
    display: flex;
  }
  .sy_ban6 .swiper-slide .imgk {
    width: 405px;
    height: 305px;
  }
  .sy_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban6 .swiper-slide a {
    width: 405px;
    display: block;
  }
  .sy_ban6 .swiper-slide .txt {
    width: 405px;
  }
  .sy_ban6 .swiper-slide .txt .tit {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 600;
  }
  .sy_ban6 .swiper-slide .txt .time {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .sy_ban6 .swiper-slide .txt .time img {
    width: 16px;
    margin-right: 25px;
  }
  .sy_ban6 .swiper-slide-active {
    width: 719px !important;
    margin-right: 40px;
  }
  .sy_ban6 .swiper-slide-active .imgk {
    width: 719px;
    height: 538px;
  }
  .sy_ban6 .swiper-slide-active .txt {
    width: 600px;
  }
  .sy_ban6 .swiper-slide-active .txt .tit {
    font-size: 26px;
  }
  .sy_ban6 .swiper-slide-active .txt .time {
    font-size: 20px;
  }
  .sy_ban6 .swiper-slide-next {
    margin-right: 40px;
  }
  .ban7 {
    position: absolute;
    width: 932px;
    height: 147px;
    background: url(../img/li_03.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    bottom: 20px;
    padding: 20px 60px;
  }
  .ban7 .ban7-2 {
    background: url(../img/li_04.png) no-repeat center center;
    background-size: 100%;
    padding: 0 60px;
  }
  .ban7 .swiper-slide {
    cursor: pointer;
    width: 128px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/sw72.png) no-repeat center;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .ban7 .swiper-slide .name {
    display: none;
    font-size: 24px;
  }
  .ban7 .swiper-slide .time {
    text-align: center;
  }
  .ban7 .swiper-slide .time p {
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  .ban7 .swiper-slide .time span {
    font-size: 14px;
  }
  .ban7 .swiper-slide-thumb-active1,
  .ban7 .swiper-slide-thumb-active {
    width: 128px;
    height: 110px;
    background: url(../img/sw71.png) no-repeat center;
  }
  .ban7 .swiper-slide-thumb-active1 .time,
  .ban7 .swiper-slide-thumb-active .time {
    display: none;
  }
  .ban7 .swiper-slide-thumb-active1 .name,
  .ban7 .swiper-slide-thumb-active .name {
    display: block;
  }
  .sw-btn7 .sw-next7 {
    background: url(../img/sw7l.png) no-repeat center;
    background-size: contain;
    width: 13px;
    height: 23px;
    right: 20px;
    margin-top: -11px;
    z-index: 2;
  }
  .sw-btn7 .sw-prev7 {
    background: url(../img/sw7r.png) no-repeat center;
    background-size: contain;
    width: 13px;
    height: 23px;
    left: 20px;
    margin-top: -11px;
  }
  .sy-ss {
    padding-top: 50px;
    padding-bottom: 115px;
    background: url(../img/bg5_02.jpg) no-repeat center;
    background-size: 1920px;
    height: 952px;
    overflow: hidden;
  }
  .ss-list {
    overflow: unset !important;
    margin-top: 90px;
    padding-bottom: 50px;
  }
  .ss-list .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
  }
  .ss-list .ss-item {
    width: auto;
    position: relative;
    margin-left: 75px;
    transition: all 0.5s;
  }
  .ss-list .ss-item:last-child {
    margin-right: 70px;
  }
  .ss-list .ss-item::after {
    width: 265px;
    height: 517px;
    background: url(../img/ss-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: -36px;
    bottom: -8px;
    z-index: 0;
  }
  .ss-list .ss-item::before {
    width: 315px;
    height: 555px;
    background: url(../img/ss-1-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: -47px;
    bottom: -23px;
    z-index: 0;
  }
  .ss-list .ss-item:nth-child(2n),
  .ss-list .ss-item:nth-child(4n) {
    margin-top: 50px;
    margin-left: 60px;
  }
  .ss-list .ss-item:hover::after {
    width: 445px;
    height: 517px;
    background: url(../img/ss-2.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: -36px;
    bottom: -8px;
    z-index: 0;
    transition: all 1s;
  }
  .ss-list .ss-item:hover::before {
    width: 493px;
    height: 555px;
    background: url(../img/ss-2-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: -47px;
    bottom: -23px;
    z-index: 0;
    transition: all 0.5s;
  }
  .ss-list .ss-item:hover .item {
    width: 395px;
  }
  .ss-list .ss-item:hover .item .imgk {
    width: 450px;
  }
  .ss-list .ss-item:hover .item .txt {
    height: 175px;
  }
  .ss-list .ss-item:hover .tit {
    width: 328px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background: url(../img/ss-tit.png) no-repeat center;
    bottom: 100px;
    right: -20px;
    left: auto;
    padding: 0 30px;
  }
  .ss-list .ss-item .tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    bottom: 100px;
    left: 0;
    padding: 0 30px;
    padding-left: 0;
    z-index: 2;
    color: #fff;
  }
  .ss-list .i1 {
    width: 94px;
    height: 96px;
    background: url(../img/ss-1-2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -28px;
    bottom: -1px;
    z-index: 2;
  }
  .ss-list .i2 {
    width: 94px;
    height: 96px;
    background: url(../img/ss-1-3.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -28px;
    top: -1px;
    z-index: 2;
  }
  .ss-list .item {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    width: 215px;
    height: 517px;
    padding-right: 10px;
    padding-bottom: 10px;
    transform: skew(-6deg);
    overflow: hidden;
  }
  .ss-list .item .imgk {
    width: 290px;
    height: 517px;
    transition: all 0.5s;
  }
  .ss-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ss-list .item a {
    transform: skew(6deg);
    display: block;
    margin-left: -30px;
  }
  .ss-list .item .txt {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 190px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #0c3189, rgba(12, 49, 137, 0.98), rgba(12, 49, 137, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 30px;
    padding-top: 100px;
  }
  .ss-list .item .txt .tit {
    display: none;
  }
  .ss-list .item .txt .jj {
    font-size: 16px;
  }
}
.dot {
  background: #ecb855;
  box-shadow: 0 0 0 0 rgba(236, 184, 85, 0.3);
  height: 0.12rem;
  width: 0.12rem;
  border-radius: 50%;
  transform: scale(1);
  animation: 2s infinite pulse-black;
  -webkit-animation: 2s infinite pulse-black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(236, 184, 85, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.16rem rgba(236, 184, 85, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(236, 184, 85, 0);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes tl {
  0% {
    width: 0px;
  }
  100% {
    width: 1rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .sy-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  .sy-title .name {
    color: #0c3189;
    display: inline-block;
    position: relative;
  }
  .sy-title .name p {
    font-size: 0.47rem;
    font-weight: 600;
    letter-spacing: 0.07rem;
  }
  .sy-title .name span {
    font-size: 0.18rem;
  }
  .sy-title .name .line {
    position: absolute;
    left: -0.13rem;
    bottom: 0.3rem;
    background: url(../img/tit.png) no-repeat center;
    background-size: 100%;
    width: 3.3rem;
    height: 0.33rem;
  }
  .sy-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    color: #0c3189;
    background: url(../img/tit-more.png) no-repeat center;
    background-size: 100%;
    padding: 0.1rem;
    opacity: 0.9;
    font-size: 0.16rem;
  }
  .sy-title .more:hover {
    opacity: 1;
  }
  .sy-news {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    background: url(../img/sy1_1.jpg) no-repeat center;
    background-size: 19.2rem auto;
    position: relative;
  }
  .sy-news::before {
    content: '';
    position: absolute;
    width: 1.72rem;
    height: 1.84rem;
    bottom: 3rem;
    left: 50%;
    margin-left: -8.85rem;
    background: url(../img/sy1_2.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
    animation: rotate-news linear infinite 10s;
  }
  .sy-news::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.28rem;
    top: -0.27rem;
    background: url(../img/b1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .sy-news .news-box {
    position: relative;
  }
  .sy-news .sy_ban2 {
    margin-top: 0.3rem;
    background: url(../img/b1-2.png) no-repeat center;
    background-size: contain;
    background-position: 0 0;
  }
  .sy-news .swiper-slide a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.32rem;
  }
  .sy-news .swiper-slide .l {
    width: 100%;
    flex: 1;
    height: 4.8rem;
    padding: 0.85rem 1rem 0.2rem 0.6rem;
  }
  .sy-news .swiper-slide .l .tit {
    font-size: 0.26rem;
    font-weight: 600;
    color: #0c3189;
    border-bottom: 1px solid #0c3189;
    padding-bottom: 0.1rem;
    margin-bottom: 0.45rem;
  }
  .sy-news .swiper-slide .l .jj {
    font-size: 0.18rem;
    color: #666;
  }
  .sy-news .swiper-slide .l .view-more {
    position: absolute;
    bottom: 0.2rem;
    left: 0.6rem;
    color: #fff;
    font-size: 0.14rem;
    width: 0.8rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-news .swiper-slide .r {
    position: relative;
  }
  .sy-news .swiper-slide .r .time {
    position: absolute;
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.85rem;
    height: 0.85rem;
    left: -0.425rem;
    top: 50%;
    margin-top: -0.425rem;
    color: #fff;
    text-align: center;
    z-index: 2;
  }
  .sy-news .swiper-slide .r .time p {
    font-size: 0.42rem;
    line-height: 1;
    padding-top: 0.15rem;
  }
  .sy-news .swiper-slide .r .time span {
    font-size: 0.14rem;
  }
  .sy-news .swiper-slide .r .imgk {
    width: 7.65rem;
    height: 4.8rem;
  }
  .sy-news .swiper-slide .r .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news .sw-btn2 {
    position: absolute;
    bottom: 1.2rem;
    width: 8.35rem;
    padding-left: 0.6rem;
    padding-right: 0.9rem;
  }
  .sy-news .sw-btn2 .sw-prev3 {
    left: 0.6rem;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-l2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-prev3::after {
    position: absolute;
    left: -0.045rem;
    top: -0.05rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-l22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-btn2 .sw-prev3:hover::after {
    transform: rotate(360deg);
  }
  .sy-news .sw-btn2 .sw-next3 {
    left: 1.4rem;
    right: auto;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-r2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-next3::after {
    position: absolute;
    left: -0.055rem;
    top: -0.05rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-r22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-btn2 .sw-next3:hover::after {
    transform: rotate(360deg);
  }
  .sy-news .sw-page2 {
    font-size: 0.2rem;
    width: 0.9rem;
    text-align: right;
    font-weight: 600;
    right: 0.9rem;
    left: auto;
    bottom: -0.3rem;
  }
  .sy-news .sw-page2 .swiper-pagination-current {
    font-size: 0.34rem;
    color: #0c3189;
  }
  .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-list .item {
    position: relative;
    width: 3.75rem;
    height: 2.36rem;
  }
  .news-list .item p {
    font-size: 0.18rem;
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 50%;
    width: 100%;
    background: url(../img/bg10.png) repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.1rem;
    background-size: 100% 100%;
  }
  .news-list .item .imgk {
    width: 3.75rem;
    height: 2.36rem;
  }
  .news-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-list .item: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);
  }
  .sy-notic2 {
    background-size: 19.2rem;
    height: 9.02rem;
    position: relative;
    max-width: 19.2rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .sy-notic2::before {
    content: '';
    width: 5.14rem;
    height: 5.15rem;
    background: url(../img/y1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -2.57rem;
    top: 1.95rem;
    animation: rotate2 linear infinite 10s;
  }
  .sy-notic2::after {
    content: '';
    width: 4.34rem;
    height: 4.34rem;
    background: url(../img/y2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -2.17rem;
    top: 2.35rem;
    animation: rotate3 linear infinite 10s;
  }
  .sy-notic {
    background: url(../img/y1b.png) no-repeat left center;
    background-size: 9.16rem 9.02rem;
    height: 9.02rem;
    max-width: 19.2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .sy-notic::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -9.6rem;
    top: 4.15rem;
    width: 19.2rem;
    height: 1.83rem;
    background: url(../img/b2-line.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
  }
  .not-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9rem;
    z-index: 2;
  }
  .not-box .l {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0.9rem;
    column-gap: 0.45rem;
  }
  .not-box .l .item {
    width: 3.32rem;
    height: 2.75rem;
    background: url(../img/li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 0.75rem;
    padding: 0.28rem;
  }
  .not-box .l .item .time {
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem;
    height: 0.75rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 0.2rem;
  }
  .not-box .l .item .time p {
    font-size: 0.38rem;
    line-height: 1;
    padding-top: 0.12rem;
  }
  .not-box .l .item .time span {
    font-size: 0.12rem;
  }
  .not-box .l .item .tit {
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .not-box .l .item .not-more {
    position: absolute;
    left: 0.28rem;
    bottom: 0.28rem;
    color: #fff;
    font-size: 0.14rem;
    width: 0.96rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .not-box .l .item .j {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    left: 0;
    bottom: -0.21rem;
    background: url(../img/li2-1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .l .item .dot {
    display: none;
    position: absolute;
    left: -0.05rem;
    bottom: -0.03rem;
  }
  .not-box .l .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .not-box .l .item:nth-child(n+4) .j {
    left: auto;
    right: 0;
    top: -0.22rem;
    bottom: auto;
    background-image: url(../img/li2-2.png);
  }
  .not-box .l .item:nth-child(n+4) .dot {
    right: -0.05rem;
    top: -0.03rem;
    left: auto;
    bottom: auto;
  }
  .not-box .l .item:hover {
    background-image: url(../img/li21.jpg);
  }
  .not-box .l .item:hover a {
    color: #fff;
    margin-top: -0.58rem;
  }
  .not-box .l .item:hover .j {
    background-image: url(../img/li2-3.png);
  }
  .not-box .l .item:hover .dot {
    display: block;
  }
  .not-box .l .item:hover .time {
    background-image: url(../img/sw-time2.png);
  }
  .not-box .l .item:hover .not-more {
    background-image: url(../img/more2.png);
    bottom: 0.86rem;
    color: #0c3189;
  }
  .not-box .l .item:hover:nth-child(n+4) .j {
    background-image: url(../img/li2-4.png);
  }
  .not-box .r {
    position: relative;
    width: 4.2rem;
    height: 6.32rem;
    background: url(../img/sw3.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .r .sy_ban3 {
    padding-top: 0.3rem;
    width: 4.2rem;
    height: 5.72rem;
  }
  .not-box .r .sy_ban3 a {
    color: #fff;
  }
  .not-box .r .sy_ban3 .swiper-slide .time {
    font-size: 0.14rem;
    width: 1.32rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-left: 0.3rem;
    background-color: #637ac9;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
  }
  .not-box .r .sy_ban3 .swiper-slide .time img {
    width: 0.15rem;
    margin-right: 0.05rem;
    vertical-align: text-top;
  }
  .not-box .r .sy_ban3 .swiper-slide .tit {
    font-size: 0.16rem;
    padding: 0 0.3rem;
    margin-top: 0.1rem;
  }
  .sw-btn3 {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    width: 0;
  }
  .sw-btn3 .sw-prev4 {
    right: 1rem;
    left: auto;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-3.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-prev4::after {
    position: absolute;
    right: -0.055rem;
    left: auto;
    top: -0.048rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-31.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sw-btn3 .sw-prev4:hover::after {
    transform: rotate(360deg);
  }
  .sw-btn3 .sw-next4 {
    right: 0.3rem;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-4.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-next4::after {
    position: absolute;
    left: -0.06rem;
    top: -0.048rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-41.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sw-btn3 .sw-next4:hover::after {
    transform: rotate(360deg);
  }
  .sy-tit2 .name {
    color: #fff;
  }
  .sy-tit2 .name .line {
    background: url(../img/tit2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-tit2 .more {
    background-image: url(../img/tit-more2.png);
    color: #fff;
  }
  .sy-ts {
    background: url(../img/b3.png) no-repeat center;
    background-size: 19.2rem 100%;
    height: 9.09rem;
    margin-top: 1.2rem;
    padding-top: 0.7rem;
  }
  .ts-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .ts-box .item {
    width: 9.2rem;
    padding-top: 0.4rem;
  }
  .ts-box .item a {
    color: #fff;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ts-box .item .item1 {
    width: 9.2rem;
    height: 2.73rem;
    background: url(../img/images/s4-1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.24rem 0.35rem 0.22rem 0.45rem;
  }
  .ts-box .item .item1 .txt {
    padding-right: 0.4rem;
  }
  .ts-box .item .item1:hover img {
    transform: scale(1.1);
  }
  .ts-box .item .item2 {
    margin-top: 0.3rem;
    width: 8.18rem;
    height: 2.73rem;
    background: url(../img/images/s4-2.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.22rem 0.3rem 0.22rem 0.24rem;
  }
  .ts-box .item .item2 .txt {
    padding-left: 0.3rem;
  }
  .ts-box .item .item2:hover img {
    transform: scale(1.1);
  }
  .ts-box .item .txt {
    width: 100%;
    flex: 1;
  }
  .ts-box .item .txt .tit {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .ts-box .item .txt .jj {
    font-size: 0.16rem;
  }
  .ts-box .item .txt .time {
    font-size: 0.2rem;
    position: absolute;
    bottom: 0;
    padding-left: 0.3rem;
  }
  .ts-box .item .txt .time::after {
    content: '';
    position: absolute;
    background: url(../img/item.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.52rem;
    height: 0.18rem;
    left: -0.3rem;
    top: 0.07rem;
  }
  .ts-box .item .imgk {
    width: 3.03rem;
    height: 2.27rem;
  }
  .ts-box .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ban4 {
    background: url(../img/sy4.png) no-repeat center;
    background-size: 100% 100%;
    width: 6.45rem;
    height: 6.52rem;
    position: relative;
    padding: 0.55rem 0.5rem 0.55rem 0.59rem;
  }
  .ban4::after {
    content: '';
    position: absolute;
    background: url(../img/item2.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.59rem;
    height: 0.18rem;
    left: 0.15rem;
    bottom: 1.6rem;
  }
  .sy_ban4 .sw-page4 {
    z-index: 25;
    top: 3.65rem;
    bottom: auto;
    right: 0.05rem;
    width: auto;
    left: auto;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet {
    z-index: 25;
    cursor: pointer;
    width: 0.17rem;
    height: 0.25rem;
    background: url(../img/sw4-y.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active {
    width: 1.12rem;
    height: 0.25rem;
    background: url(../img/sw4-y2.png) no-repeat left center;
    background-size: contain;
    opacity: 1;
    position: relative;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::before {
    position: absolute;
    width: 1rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 0.1rem;
    top: 0.12rem;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 0.1rem;
    top: 0.12rem;
    animation: 6s infinite tl;
  }
  .sy_ban4 a {
    color: #fff;
  }
  .sy_ban4 a .imgk {
    width: 5.4rem;
    height: 4.03rem;
    position: relative;
  }
  .sy_ban4 a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban4 a .imgk i {
    position: absolute;
    width: 100%;
    height: 30%;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
  }
  .sy_ban4 a .txt {
    padding-top: 0.1rem;
  }
  .sy_ban4 a .txt {
    color: #fff;
  }
  .sy_ban4 a .txt .time {
    position: relative;
    font-size: 0.2rem;
    padding-left: 0.22rem;
  }
  .sy_ban4 a .txt .tit {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .sy_ban4 a .txt .jj {
    font-size: 0.16rem;
    line-height: 2;
  }
  .sy_ban4 .sw-page5 {
    color: #fff;
    bottom: auto;
    top: 3.55rem;
    font-size: 0.14rem;
  }
  .sy_ban4 .sw-page5 .swiper-pagination-current {
    font-size: 0.28rem;
  }
  .sy-sj {
    padding-top: 0.7rem;
    padding-bottom: 0.3rem;
    background: url(../img/b3_02.jpg) no-repeat center;
    background-size: 19.2rem;
  }
  .sy_ban5 {
    margin-top: 0.75rem;
    padding-bottom: 0.7rem;
  }
  .sy_ban5 .swiper-slide {
    text-align: center;
  }
  .sy_ban5 .swiper-slide:hover .icon {
    background: url(../img/sj-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy_ban5 .swiper-slide:hover .icon .img2 {
    display: inline-block;
  }
  .sy_ban5 .swiper-slide:hover .icon .img1 {
    display: none;
  }
  .sy_ban5 .swiper-slide:hover .icon .num {
    color: #fff;
  }
  .sy_ban5 .icon {
    width: 1.88rem;
    height: 1.88rem;
    padding-top: 0.35rem;
    margin: 0 auto;
    transition: all 0.1s;
    background: url(../img/sj-bg.png) no-repeat center;
    background-size: 0% 0%;
  }
  .sy_ban5 .icon img {
    height: 0.66rem;
  }
  .sy_ban5 .icon .img1 {
    display: inline-block;
  }
  .sy_ban5 .icon .img2 {
    display: none;
  }
  .sy_ban5 .icon .num {
    font-size: 0.44rem;
    font-weight: 600;
    color: #0c3189;
  }
  .sy_ban5 .txt {
    margin-top: 0.25rem;
  }
  .sy_ban5 .txt .tit1 {
    font-size: 0.24rem;
  }
  .sy_ban5 .txt .tit2 {
    margin-top: 0.05rem;
    font-size: 0.16rem;
  }
  .sw-page6 .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.11rem;
    border-radius: 0.06rem;
  }
  .sw-page6 .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #0c3189;
  }
  .sy-kd {
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
    background: url(../img/b4_02.jpg) no-repeat center;
    background-size: 19.2rem;
  }
  .sy-kd .wal {
    overflow: hidden;
    position: relative;
  }
  .sy_ban6 {
    width: 4.05rem;
  }
  .sy_ban6.swiper-container {
    overflow: visible;
    margin: 0;
    margin-top: 0.7rem;
  }
  .sy_ban6 .swiper-wrapper {
    display: flex;
  }
  .sy_ban6 .swiper-slide .imgk {
    width: 4.05rem;
    height: 3.05rem;
  }
  .sy_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban6 .swiper-slide a {
    width: 4.05rem;
    display: block;
  }
  .sy_ban6 .swiper-slide .txt {
    width: 4.05rem;
  }
  .sy_ban6 .swiper-slide .txt .tit {
    font-size: 0.2rem;
    margin: 0.15rem 0;
    font-weight: 600;
  }
  .sy_ban6 .swiper-slide .txt .time {
    font-size: 0.16rem;
    line-height: 1;
    margin-bottom: 0.07rem;
  }
  .sy_ban6 .swiper-slide .txt .time img {
    width: 0.16rem;
    margin-right: 0.25rem;
  }
  .sy_ban6 .swiper-slide-active {
    width: 7.19rem !important;
    margin-right: 0.4rem;
  }
  .sy_ban6 .swiper-slide-active .imgk {
    width: 7.19rem;
    height: 5.38rem;
  }
  .sy_ban6 .swiper-slide-active .txt {
    width: 6rem;
  }
  .sy_ban6 .swiper-slide-active .txt .tit {
    font-size: 0.26rem;
  }
  .sy_ban6 .swiper-slide-active .txt .time {
    font-size: 0.2rem;
  }
  .sy_ban6 .swiper-slide-next {
    margin-right: 0.4rem;
  }
  .ban7 {
    position: absolute;
    width: 9.32rem;
    height: 1.47rem;
    background: url(../img/li_03.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    bottom: 0.2rem;
    padding: 0.2rem 0.6rem;
  }
  .ban7 .ban7-2 {
    background: url(../img/li_04.png) no-repeat center center;
    background-size: 100%;
    padding: 0 0.6rem;
  }
  .ban7 .swiper-slide {
    cursor: pointer;
    width: 1.28rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/sw72.png) no-repeat center;
    background-size: 0.95rem 0.82rem;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .ban7 .swiper-slide .name {
    display: none;
    font-size: 0.24rem;
  }
  .ban7 .swiper-slide .time {
    text-align: center;
  }
  .ban7 .swiper-slide .time p {
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.08rem;
    margin-bottom: 0.03rem;
  }
  .ban7 .swiper-slide .time span {
    font-size: 0.14rem;
  }
  .ban7 .swiper-slide-thumb-active1,
  .ban7 .swiper-slide-thumb-active {
    width: 1.28rem;
    height: 1.1rem;
    background: url(../img/sw71.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ban7 .swiper-slide-thumb-active1 .time,
  .ban7 .swiper-slide-thumb-active .time {
    display: none;
  }
  .ban7 .swiper-slide-thumb-active1 .name,
  .ban7 .swiper-slide-thumb-active .name {
    display: block;
  }
  .sw-btn7 .sw-next7 {
    background: url(../img/sw7l.png) no-repeat center;
    background-size: contain;
    width: 0.13rem;
    height: 0.23rem;
    right: 0.2rem;
    margin-top: -0.11rem;
  }
  .sw-btn7 .sw-prev7 {
    background: url(../img/sw7r.png) no-repeat center;
    background-size: contain;
    width: 0.13rem;
    height: 0.23rem;
    left: 0.2rem;
    margin-top: -0.11rem;
  }
  .sy-ss {
    padding-top: 0.5rem;
    padding-bottom: 1.15rem;
    background: url(../img/bg5_02.jpg) no-repeat center;
    background-size: 19.2rem;
    height: 9.52rem;
    overflow: hidden;
  }
  .ss-list {
    overflow: unset !important;
    margin-top: 0.9rem;
    padding-bottom: 0.5rem;
  }
  .ss-list .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
  }
  .ss-list .ss-item {
    width: auto;
    position: relative;
    margin-left: 0.75rem;
    transition: all 0.5s;
  }
  .ss-list .ss-item::after {
    width: 2.65rem;
    height: 5.17rem;
    background: url(../img/ss-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: -0.36rem;
    bottom: -0.08rem;
    z-index: 0;
  }
  .ss-list .ss-item::before {
    width: 3.15rem;
    height: 5.55rem;
    background: url(../img/ss-1-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: -0.47rem;
    bottom: -0.23rem;
    z-index: 0;
  }
  .ss-list .ss-item:nth-child(2n),
  .ss-list .ss-item:nth-child(4n) {
    margin-top: 0.5rem;
    margin-left: 0.6rem;
  }
  .ss-list .ss-item:hover::after {
    width: 4.45rem;
    height: 5.17rem;
    background: url(../img/ss-2.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: -0.36rem;
    bottom: -0.08rem;
    z-index: 0;
    transition: all 0.5s;
  }
  .ss-list .ss-item:hover::before {
    width: 4.93rem;
    height: 5.55rem;
    background: url(../img/ss-2-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: -0.47rem;
    bottom: -0.23rem;
    z-index: 0;
    transition: all 0.5s;
  }
  .ss-list .ss-item:hover .item {
    width: 3.95rem;
  }
  .ss-list .ss-item:hover .item .imgk {
    width: 4.5rem;
  }
  .ss-list .ss-item:hover .item .txt {
    height: 1.75rem;
  }
  .ss-list .ss-item:hover .tit {
    width: 3.28rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    background: url(../img/ss-tit.png) no-repeat center;
    background-size: contain;
    bottom: 1rem;
    right: -0.2rem;
    left: auto;
    padding: 0 0.3rem;
  }
  .ss-list .ss-item .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    bottom: 1rem;
    left: 0;
    padding: 0 0.3rem;
    padding-left: 0;
    z-index: 2;
    color: #fff;
  }
  .ss-list .i1 {
    width: 0.94rem;
    height: 0.96rem;
    background: url(../img/ss-1-2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -0.28rem;
    bottom: -0.01rem;
    z-index: 2;
  }
  .ss-list .i2 {
    width: 0.94rem;
    height: 0.96rem;
    background: url(../img/ss-1-3.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -0.28rem;
    top: -1px;
    z-index: 2;
  }
  .ss-list .item {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    width: 2.15rem;
    height: 5.17rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
    transform: skew(-6deg);
    overflow: hidden;
  }
  .ss-list .item .imgk {
    width: 2.9rem;
    height: 5.17rem;
    transition: all 0.5s;
  }
  .ss-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ss-list .item a {
    transform: skew(6deg);
    display: block;
    margin-left: -0.3rem;
  }
  .ss-list .item .txt {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 1.9rem;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #0c3189, rgba(12, 49, 137, 0.98), rgba(12, 49, 137, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0.3rem;
    padding-top: 0.8rem;
  }
  .ss-list .item .txt .tit {
    display: none;
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 0.4rem;
    left: 0;
    padding: 0 0.3rem;
  }
  .ss-list .item .txt .jj {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 800px) {
  .sy-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .sy-title .name {
    color: #0c3189;
    display: inline-block;
    position: relative;
    text-align: center;
  }
  .sy-title .name p {
    font-size: 0.47rem;
    font-weight: 600;
    letter-spacing: 0.07rem;
  }
  .sy-title .name span {
    font-size: 0.2rem;
  }
  .sy-title .name .line {
    position: absolute;
    left: -0.13rem;
    bottom: 0.4rem;
    background: url(../img/tit.png) no-repeat center;
    background-size: 100%;
    width: 3.3rem;
    height: 0.33rem;
  }
  .sy-title .more {
    position: absolute;
    right: 0;
    top: 40%;
    color: #0c3189;
    background: url(../img/tit-more.png) no-repeat center;
    background-size: 100%;
    padding: 0.1rem;
    opacity: 0.9;
    font-size: 0.2rem;
  }
  .sy-title .more:hover {
    opacity: 1;
  }
  .sy-news {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    background: url(../img/sy1_1.jpg) no-repeat center;
    background-size: 19.2rem auto;
    position: relative;
  }
  .sy-news::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.28rem;
    top: -0.27rem;
    background: url(../img/b1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .sy-news .news-box {
    position: relative;
  }
  .sy-news .sy_ban2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    background: url(../img/b1-2.png) no-repeat center;
    background-size: contain;
    background-position: 0 0;
  }
  .sy-news .swiper-slide a {
    width: 100%;
    height: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.32rem;
  }
  .sy-news .swiper-slide .l {
    padding: 0.5rem 0.5rem;
    padding-bottom: 1.45rem;
  }
  .sy-news .swiper-slide .l .tit {
    font-size: 0.26rem;
    font-weight: 600;
    color: #0c3189;
    border-bottom: 1px solid #0c3189;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy-news .swiper-slide .l .jj {
    font-size: 0.2rem;
    color: #666;
    min-height: 1.4rem;
  }
  .sy-news .swiper-slide .l .view-more {
    position: absolute;
    bottom: 0.2rem;
    left: 0.6rem;
    color: #fff;
    font-size: 0.14rem;
    width: 0.8rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-news .swiper-slide .r {
    position: relative;
  }
  .sy-news .swiper-slide .r .time {
    position: absolute;
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.85rem;
    height: 0.85rem;
    left: 50%;
    top: -0.425rem;
    margin-left: -0.425rem;
    color: #fff;
    text-align: center;
    z-index: 2;
  }
  .sy-news .swiper-slide .r .time p {
    font-size: 0.34rem;
    line-height: 1;
    padding-top: 0.1rem;
  }
  .sy-news .swiper-slide .r .time span {
    line-height: 1;
    font-size: 0.14rem;
  }
  .sy-news .swiper-slide .r .imgk {
    width: 100%;
    height: 4.8rem;
  }
  .sy-news .swiper-slide .r .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-news .sw-btn2 {
    position: absolute;
    top: 3.7rem;
    width: 100%;
    padding-left: 0.6rem;
    padding-right: 0.9rem;
  }
  .sy-news .sw-btn2 .sw-prev3 {
    left: 0.6rem;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-l2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-prev3::after {
    position: absolute;
    left: -0.045rem;
    top: -0.05rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-l22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-btn2 .sw-next3 {
    left: 1.4rem;
    right: auto;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-r2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-news .sw-btn2 .sw-next3::after {
    position: absolute;
    left: -0.055rem;
    top: -0.05rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-r22.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-news .sw-page2 {
    font-size: 0.2rem;
    width: 0.9rem;
    text-align: right;
    font-weight: 600;
    right: 0.4rem;
    left: auto;
    top: -0.5rem;
  }
  .sy-news .sw-page2 .swiper-pagination-current {
    font-size: 0.34rem;
    color: #0c3189;
  }
  .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-list .item {
    position: relative;
    width: 49%;
    height: 2.36rem;
    margin-bottom: 0.15rem;
  }
  .news-list .item p {
    font-size: 0.24rem;
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 50%;
    width: 100%;
    background: url(../img/bg10.png) repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.1rem;
    background-size: 100% 100%;
  }
  .news-list .item .imgk {
    width: 100%;
    height: 2.36rem;
  }
  .news-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy-notic2 {
    background-size: 19.2rem;
  }
  .sy-notic {
    background: url(../img/y1b.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .sy-notic::before {
    content: '';
    width: 5.14rem;
    height: 5.15rem;
    background: url(../img/y1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -2.57rem;
    top: 1.95rem;
    animation: rotate2 linear infinite 10s;
  }
  .sy-notic::after {
    content: '';
    width: 4.34rem;
    height: 4.34rem;
    background: url(../img/y2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -2.17rem;
    top: 2.35rem;
    animation: rotate3 linear infinite 10s;
  }
  .not-box {
    margin-top: 0.5rem;
  }
  .not-box .l {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .not-box .l .item {
    width: 49%;
    height: 2.75rem;
    background: url(../img/li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.2rem;
  }
  .not-box .l .item .time {
    background: url(../img/sw-time.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem;
    height: 0.75rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-bottom: 0.2rem;
  }
  .not-box .l .item .time p {
    font-size: 0.3rem;
    line-height: 1;
    padding-top: 0.15rem;
  }
  .not-box .l .item .time span {
    font-size: 0.14rem;
    display: block;
  }
  .not-box .l .item .tit {
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .not-box .l .item .not-more {
    position: absolute;
    left: 0.28rem;
    bottom: 0.28rem;
    color: #fff;
    font-size: 0.14rem;
    width: 0.96rem;
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    background: url(../img/sw-more.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .not-box .l .item .j {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    left: 0;
    bottom: -0.21rem;
    background: url(../img/li2-1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .l .item .dot {
    display: none;
    position: absolute;
    left: -0.05rem;
    bottom: -0.03rem;
  }
  .not-box .l .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .not-box .r {
    position: relative;
    width: 100%;
    padding-bottom: 0.65rem;
    background: url(../img/sw3.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .not-box .r .sy_ban3 {
    padding-top: 0.3rem;
    width: 100%;
    height: 7.4rem;
  }
  .not-box .r .sy_ban3 a {
    color: #fff;
  }
  .not-box .r .sy_ban3 .swiper-slide .time {
    font-size: 0.2rem;
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.4rem;
    background-color: #637ac9;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .not-box .r .sy_ban3 .swiper-slide .time img {
    width: 0.2rem;
    margin-right: 0.1rem;
    vertical-align: text-top;
  }
  .not-box .r .sy_ban3 .swiper-slide .tit {
    font-size: 0.28rem;
    padding: 0 0.3rem;
    margin-top: 0.1rem;
  }
  .sw-btn3 {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    width: 0;
  }
  .sw-btn3 .sw-prev4 {
    right: 1rem;
    left: auto;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-3.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-prev4::after {
    position: absolute;
    right: -0.055rem;
    left: auto;
    top: -0.048rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-31.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sw-btn3 .sw-prev4:hover::after {
    transform: rotate(360deg);
  }
  .sw-btn3 .sw-next4 {
    right: 0.3rem;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/sw-4.png) no-repeat center;
    background-size: 100%;
  }
  .sw-btn3 .sw-next4::after {
    position: absolute;
    left: -0.06rem;
    top: -0.048rem;
    content: '';
    width: 0.56rem;
    height: 0.55rem;
    background: url(../img/sw-41.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .sy-tit2 .name {
    color: #fff;
  }
  .sy-tit2 .name .line {
    background: url(../img/tit2.png) no-repeat center;
    background-size: 100%;
  }
  .sy-tit2 .more {
    background-image: url(../img/tit-more2.png);
    color: #fff;
  }
  .sy-ts {
    background: url(../img/b3.png) no-repeat center;
    background-size: 19.2rem 100%;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
  .ts-box {
    margin-top: 0.2rem;
  }
  .ts-box .item {
    width: 100%;
    padding-top: 0.4rem;
  }
  .ts-box .item a {
    color: #fff;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ts-box .item .item1 {
    width: 100%;
    height: 2.73rem;
    background: url(../img/images/s4-1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.2rem;
  }
  .ts-box .item .item1 .txt {
    padding-right: 0.4rem;
  }
  .ts-box .item .item2 {
    margin-top: 0.3rem;
    width: 100%;
    height: 2.73rem;
    background: url(../img/images/s4-2.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.2rem;
  }
  .ts-box .item .item2 .txt {
    padding-left: 0.3rem;
  }
  .ts-box .item .txt {
    width: 100%;
    flex: 1;
  }
  .ts-box .item .txt .tit {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
  }
  .ts-box .item .txt .jj {
    font-size: 0.2rem;
  }
  .ts-box .item .txt .time {
    font-size: 0.2rem;
    position: absolute;
    bottom: 0;
    padding-left: 0.4rem;
  }
  .ts-box .item .txt .time::after {
    content: '';
    position: absolute;
    background: url(../img/item.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.52rem;
    height: 0.18rem;
    left: -0.2rem;
    top: 0.07rem;
  }
  .ts-box .item .imgk {
    width: 3.03rem;
    height: 2.27rem;
  }
  .ts-box .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ban4 {
    background: url(../img/sy4.png) no-repeat center;
    background-size: 100% 100%;
    width: 6.45rem;
    margin: 0 auto;
    position: relative;
    padding: 0.55rem 0.5rem 0.55rem 0.59rem;
  }
  .ban4::after {
    content: '';
    position: absolute;
    background: url(../img/item2.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.59rem;
    height: 0.18rem;
    left: 0.15rem;
    bottom: 2.05rem;
  }
  .sy_ban4 .sw-page4 {
    top: 3.65rem;
    bottom: auto;
    right: 0.05rem;
    width: auto;
    left: auto;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet {
    width: 0.17rem;
    height: 0.25rem;
    background: url(../img/sw4-y.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active {
    width: 1.12rem;
    height: 0.25rem;
    background: url(../img/sw4-y2.png) no-repeat left center;
    background-size: contain;
    opacity: 1;
    position: relative;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::before {
    position: absolute;
    width: 1rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 0.1rem;
    top: 0.12rem;
  }
  .sy_ban4 .sw-page4 .swiper-pagination-bullet-active::after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    left: 0.1rem;
    top: 0.12rem;
    animation: 6s infinite tl;
  }
  .sy_ban4 a {
    color: #fff;
  }
  .sy_ban4 a .imgk {
    width: 5.4rem;
    height: 4.03rem;
    position: relative;
  }
  .sy_ban4 a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban4 a .imgk i {
    position: absolute;
    width: 100%;
    height: 30%;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
  }
  .sy_ban4 a .txt {
    padding-top: 0.1rem;
  }
  .sy_ban4 a .txt {
    color: #fff;
  }
  .sy_ban4 a .txt .time {
    font-size: 0.26rem;
    position: relative;
    padding-left: 0.3rem;
  }
  .sy_ban4 a .txt .tit {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .sy_ban4 a .txt .jj {
    font-size: 0.2rem;
    line-height: 2;
  }
  .sy_ban4 .sw-page5 {
    color: #fff;
    bottom: auto;
    top: 3.55rem;
    font-size: 0.2rem;
  }
  .sy_ban4 .sw-page5 .swiper-pagination-current {
    font-size: 0.3rem;
  }
  .sy-sj {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    background: url(../img/b3_02.jpg) no-repeat center;
    background-size: 19.2rem;
  }
  .sy_ban5 {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
  }
  .sy_ban5 .swiper-slide {
    text-align: center;
  }
  .sy_ban5 .swiper-slide:hover .icon {
    background: url(../img/sj-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sy_ban5 .swiper-slide:hover .icon .img2 {
    display: inline-block;
  }
  .sy_ban5 .swiper-slide:hover .icon .img1 {
    display: none;
  }
  .sy_ban5 .swiper-slide:hover .icon .num {
    color: #fff;
  }
  .sy_ban5 .icon {
    width: 1.88rem;
    height: 1.88rem;
    padding-top: 0.35rem;
    margin: 0 auto;
  }
  .sy_ban5 .icon img {
    height: 0.66rem;
  }
  .sy_ban5 .icon .img1 {
    display: inline-block;
  }
  .sy_ban5 .icon .img2 {
    display: none;
  }
  .sy_ban5 .icon .num {
    font-size: 0.44rem;
    font-weight: 600;
    color: #0c3189;
  }
  .sy_ban5 .txt {
    margin-top: 0.25rem;
  }
  .sy_ban5 .txt .tit1 {
    font-size: 0.28rem;
  }
  .sy_ban5 .txt .tit2 {
    margin-top: 0.05rem;
    font-size: 0.2rem;
  }
  .sw-page6 .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.11rem;
    border-radius: 0.06rem;
  }
  .sw-page6 .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #0c3189;
  }
  .sy-kd {
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
    background: url(../img/b4_02.jpg) no-repeat center;
    background-size: 19.2rem;
  }
  .sy-kd .wal {
    overflow: hidden;
    position: relative;
  }
  .sy_ban6 {
    width: 100%;
  }
  .sy_ban6.swiper-container {
    margin-top: 0.5rem;
  }
  .sy_ban6 .swiper-wrapper {
    display: flex;
  }
  .sy_ban6 .swiper-slide .imgk {
    width: 100%;
    height: 3.05rem;
  }
  .sy_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_ban6 .swiper-slide a {
    width: 100%;
    display: block;
  }
  .sy_ban6 .swiper-slide .txt {
    width: 100%;
  }
  .sy_ban6 .swiper-slide .txt .tit {
    font-size: 0.2rem;
    margin: 0.15rem 0;
    font-weight: 600;
  }
  .sy_ban6 .swiper-slide .txt .time {
    font-size: 0.16rem;
    line-height: 1;
    margin-bottom: 0.1rem;
  }
  .sy_ban6 .swiper-slide .txt .time img {
    width: 0.2rem;
    margin-right: 0.25rem;
    vertical-align: text-top;
  }
  .sy_ban6 .swiper-slide-active {
    width: 100%!important;
    margin-right: 0.4rem;
  }
  .sy_ban6 .swiper-slide-active .imgk {
    width: 100%;
    height: 5.38rem;
  }
  .sy_ban6 .swiper-slide-active .txt {
    width: 100%;
  }
  .sy_ban6 .swiper-slide-active .txt .tit {
    font-size: 0.26rem;
  }
  .sy_ban6 .swiper-slide-active .txt .time {
    font-size: 0.24rem;
  }
  .sy_ban6 .swiper-slide-next {
    margin-right: 0.4rem;
  }
  .ban7 {
    position: relative;
    width: 100%;
    height: 1.47rem;
    background: url(../img/li_03.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.2rem 0.6rem;
  }
  .ban7 .ban7-2 {
    background: url(../img/li_04.png) no-repeat center center;
    background-size: 100%;
    padding: 0 0.6rem;
  }
  .ban7 .swiper-slide {
    cursor: pointer;
    width: 1.28rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/sw72.png) no-repeat center;
    background-size: 0.95rem 0.82rem;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .ban7 .swiper-slide .name {
    display: none;
    font-size: 0.24rem;
  }
  .ban7 .swiper-slide .time {
    text-align: center;
  }
  .ban7 .swiper-slide .time p {
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.08rem;
    margin-bottom: 0.03rem;
  }
  .ban7 .swiper-slide .time span {
    display: block;
    font-size: 0.14rem;
  }
  .ban7 .swiper-slide-thumb-active1,
  .ban7 .swiper-slide-thumb-active {
    width: 1.28rem;
    height: 1.1rem;
    background: url(../img/sw71.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ban7 .swiper-slide-thumb-active1 .time,
  .ban7 .swiper-slide-thumb-active .time {
    display: none;
  }
  .ban7 .swiper-slide-thumb-active1 .name,
  .ban7 .swiper-slide-thumb-active .name {
    display: block;
  }
  .sw-btn7 .sw-next7 {
    background: url(../img/sw7l.png) no-repeat center;
    background-size: contain;
    width: 0.13rem;
    height: 0.23rem;
    right: 0.2rem;
    margin-top: -0.11rem;
  }
  .sw-btn7 .sw-prev7 {
    background: url(../img/sw7r.png) no-repeat center;
    background-size: contain;
    width: 0.13rem;
    height: 0.23rem;
    left: 0.2rem;
    margin-top: -0.11rem;
  }
  .sy-ss {
    padding-top: 0.5rem;
    padding-bottom: 1.15rem;
    background: url(../img/bg5_02.jpg) no-repeat center;
    background-size: cover;
  }
  .ss-list {
    display: flex;
    margin-top: 0.5rem;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .ss-list .ss-item {
    width: auto;
    position: relative;
    margin-left: 0.25rem;
    transition: all 0.5s;
    margin-bottom: 0.7rem;
  }
  .ss-list .ss-item .tit2 {
    display: none;
  }
  .ss-list .ss-item::after {
    width: 2.65rem;
    height: 5.17rem;
    background: url(../img/ss-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    right: -0.36rem;
    bottom: -0.08rem;
    z-index: 0;
  }
  .ss-list .ss-item::before {
    width: 3.15rem;
    height: 5.55rem;
    background: url(../img/ss-1-1.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: -0.47rem;
    bottom: -0.23rem;
    z-index: 0;
  }
  .ss-list .i1 {
    width: 0.94rem;
    height: 0.96rem;
    background: url(../img/ss-1-2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -0.28rem;
    bottom: -0.01rem;
    z-index: 2;
  }
  .ss-list .i2 {
    width: 0.94rem;
    height: 0.96rem;
    background: url(../img/ss-1-3.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -0.28rem;
    top: -1px;
    z-index: 2;
  }
  .ss-list .item {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    width: 2.15rem;
    height: 5.17rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
    transform: skew(-6deg);
    overflow: hidden;
  }
  .ss-list .item .imgk {
    width: 2.9rem;
    height: 5.17rem;
    transition: all 0.5s;
  }
  .ss-list .item .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ss-list .item a {
    transform: skew(6deg);
    display: block;
    margin-left: -0.3rem;
  }
  .ss-list .item .txt {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 1.9rem;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #0c3189, rgba(12, 49, 137, 0.98), rgba(12, 49, 137, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0.3rem;
    padding-top: 1rem;
  }
  .ss-list .item .txt .tit {
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 0.4rem;
    left: 0;
    padding: 0 0.3rem;
  }
  .ss-list .item .txt .jj {
    font-size: 0.16rem;
  }
}
@keyframes ani_scale1 {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}
/* nynav 公共 */
.ny-topbg {
  position: relative;
}
.ny-topbg .nbimg {
  width: 100%;
}
.ny-topbg .wal {
  position: relative;
}
.ny-topbg .nb-tit {
  position: absolute;
  bottom: 1rem;
  left: 0;
  font-size: 0.46rem;
  color: #fff;
}
.ejlm_wl {
  display: none;
}
.ejlm_pc {
  width: 19.2rem;
  position: absolute;
  left: 50%;
  margin-left: -9.6rem;
  top: -0.45rem;
}
.ejlm_pc .ejlm {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.2rem;
  background: url(../img/ny-tit.png) no-repeat center;
  background-size: 100% 100%;
  height: 0.9rem;
}
.ejlm_pc.ejlm2 .ejlm {
  background-image: url(../img/dj-tit.png);
}
.ejlm_pc .wal {
  width: 16rem;
}
.ejlm_pc .flex {
  height: 0.9rem;
  align-items: center;
}
.ejlm_pc .flex li {
  position: relative;
  margin-right: 0.75rem;
  border-bottom: 1px solid transparent;
}
.ejlm_pc .flex li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.15rem 0;
  font-size: 0.2rem;
  color: #fff;
}
.ejlm_pc .flex li.active,
.ejlm_pc .flex li:hover {
  border-bottom: 0.03rem solid #fff;
  font-weight: 600;
}
.ejlm_pc .flex li.active::after,
.ejlm_pc .flex li:hover::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -0.06rem;
  width: 0.02rem;
  height: 0.13rem;
  background: #fff;
}
.bread {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bread .lj {
  margin-left: 0.12rem;
  font-size: 0.18rem;
}
@media only screen and (max-width: 800px) {
  .ny-topbg {
    position: relative;
    height: 3.5rem;
  }
  .ny-topbg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-topbg .wal {
    position: relative;
  }
  .ny-topbg .nb-tit {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 26px;
    color: #fff;
  }
  .ejlm_pc h2 {
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem !important;
    padding: 0 0.2rem;
    background: #0c3189;
  }
  .ejlm_pc h2::after {
    width: 25px;
    height: 25px;
    background: url(../images/m_n_nav_right.svg) no-repeat;
    background-size: 100%;
    left: auto;
    right: 0.2rem;
    top: 50%;
    margin-top: -12.5px;
    bottom: auto;
  }
  .ejlm_wl ul li a {
    font-size: 0.24rem;
  }
  .ejlm_wl {
    display: block;
    /* margin: 0.4rem 0 0; */
    padding-bottom: 0.2rem;
  }
  .ejlm_pc,
  .ban::after,
  .ban .yjlm,
  .ban .imged::after {
    display: none;
  }
  .ejlm_wl .wal {
    margin: 0;
  }
  .ejlm_wl h2 {
    width: 100%;
    color: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem !important;
    padding: 0 0.2rem;
    background: #0c3189;
    position: relative;
  }
  .ejlm_wl h2::after {
    content: '';
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/icon-sz.png) no-repeat center;
    background-size: contain;
    left: auto;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.125rem;
    bottom: auto;
  }
  .ejlm_wl ul {
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(69, 10, 66, 0.11);
    background: #fff;
    padding: 0.1rem 0;
    display: none;
  }
  .ejlm_wl li {
    font-size: 0.24rem;
    line-height: 0.4rem;
    position: relative;
  }
  .ejlm_wl li a {
    color: #333;
    transition: 0.5s;
    display: block;
    padding: 0 0.3rem;
    line-height: 2;
  }
  .ejlm_wl li.active a:after {
    opacity: 1;
  }
  .ejlm_wl li.active a,
  .ejlm_wl li:hover a {
    color: #0c3189;
  }
  .ejlm2 h2 {
    background: #c9151e !important;
  }
  .ejlm2 li.active a,
  .ejlm2 li.active a {
    color: #c9151e;
  }
}
.ny {
  position: relative;
  min-height: 100vh;
}
@media only screen and (min-width: 1680px) {
  .ny-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ny-box1 {
    width: 1200px;
    margin: 0 auto;
  }
  .ny-box2 {
    width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ny-box {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .ny-box1 {
    width: 12rem;
    margin: 0 auto;
  }
  .ny-box2 {
    width: 14rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .ny-box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .ny-box1 {
    margin: 0 auto;
  }
  .ny-box2 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1680px) {
  .ny-left {
    width: 308px;
    float: left;
    background: url(../img/images/ny-left.png) #f5f6fb no-repeat center;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 50px;
  }
  .ny-left .line {
    height: 6px;
    width: 100%;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    margin-bottom: 6px;
  }
  .ny-left .tit {
    display: none;
  }
  .ny-left.left2 .line {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 a {
    border-color: #c9151e;
  }
  .ny-left.left2 .ny-list li.on h2:hover a {
    color: #fff;
  }
  .ny-left.left2 .ny-list li h2:hover a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd a:hover {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a::after {
    border-color: #c9151e;
  }
  .ny-left .ny-list {
    width: 100%;
    min-height: 60vh;
    font-size: 18px;
    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: 40px;
    padding-right: 45px;
  }
  .ny-left .ny-list li h2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
  }
  .ny-left .ny-list li h2 a:hover {
    color: #0c3189;
    font-weight: 600;
  }
  .ny-left .ny-list li.on h2 {
    background-image: linear-gradient(to right, #0c3189, #1870c2);
  }
  .ny-left .ny-list li.on h2 a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #0c3189;
  }
  .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 {
    display: none;
  }
  .ny-left .ny-list dl dd {
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 45px;
  }
  .ny-left .ny-list dl dd a {
    display: block;
    padding: 30px 25px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
  }
  .ny-left .ny-list dl dd a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 42px;
    width: 12px;
    border: 1px solid #c2c2c2;
  }
  .ny-left .ny-list dl dd.on a {
    color: #0c3189;
  }
  .ny-left .ny-list dl dd.on a::after {
    border-color: #0c3189;
  }
  .ny-right {
    float: right;
    width: 1200px;
  }
  .ny-right .ny-tit {
    text-align: left;
    margin-top: 10px;
    font-size: 32px;
    padding-bottom: 25px;
    border-bottom: 1px solid #0c3189;
    margin-bottom: 50px;
  }
  .ny-right.right2 .ny-tit {
    border-color: #c9151e;
  }
  .u5 {
    margin-top: 45px;
  }
  .u5 li {
    margin-bottom: 35px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u5 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 27px 37px;
    background: url(../img/images/li-img.jpg) #fff no-repeat right bottom;
    display: flex;
  }
  .u5 li .imgk {
    width: 1.9rem;
    height: 2.4rem;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    width: 100%;
    flex: 1;
    padding-left: 28px;
  }
  .u5 li .name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .u5 li .name p {
    color: #0c3189;
    font-size: 28px;
    margin-right: 35px;
  }
  .u5 li .name span {
    font-size: 18px;
  }
  .u5 li .icon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .u5 li .icon p {
    margin-right: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .u5 li .icon p img {
    height: 17px;
    margin-right: 5px;
  }
  .u5 li .txt {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    font-size: 18px;
  }
  .u8 {
    display: flex;
    flex-wrap: wrap;
  }
  .u8 li {
    width: 50%;
    line-height: 1;
    padding: 27px 0;
    border-bottom: 1px dashed #d3d3d3;
  }
  .u8 li .b {
    display: flex;
    align-items: center;
    padding-right: 20px;
  }
  .u8 li .name {
    width: 100%;
    flex: 1;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
  .u8 li .num {
    color: #0c3189;
    font-size: 14px;
  }
  .u8 li .num span {
    font-size: 34px;
  }
  .u8 li:nth-child(2n-1) .b {
    border-right: 1px solid #d3d3d3;
  }
  .u8 li:nth-child(2n) {
    padding-left: 20px;
  }
  .u9 {
    margin-top: 50px;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u9 li {
    width: 520px;
    height: 389px;
    padding: 50px 55px;
    background-color: #fff;
  }
  .u9 .icon img {
    height: 59px;
  }
  .u9 .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u9 .tit .name {
    font-size: 26px;
    font-weight: 600;
  }
  .u9 .tit p {
    color: #0c3189;
    font-size: 20px;
  }
  .u9 .tit p span {
    font-size: 64px;
  }
  .u9 .list {
    border-top: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
  }
  .u9 .list .item {
    width: 50%;
    font-size: 18px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ny-left {
    width: 3.08rem;
    float: left;
    background: url(../img/images/ny-left.png) #f5f6fb no-repeat center;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 0.5rem;
  }
  .ny-left .line {
    height: 0.06rem;
    width: 100%;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    margin-bottom: 0.06rem;
  }
  .ny-left .tit {
    display: none;
  }
  .ny-left.left2 .line {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 a {
    border-color: #c9151e;
  }
  .ny-left.left2 .ny-list li.on h2:hover a {
    color: #fff;
  }
  .ny-left.left2 .ny-list li h2:hover a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd a:hover {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a::after {
    border-color: #c9151e;
  }
  .ny-left .ny-list {
    width: 100%;
    min-height: 60vh;
    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.2rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 0.87rem;
    padding-left: 0.4rem;
    padding-right: 0.45rem;
  }
  .ny-left .ny-list li h2 a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
  }
  .ny-left .ny-list li h2 a:hover {
    color: #0c3189;
    font-weight: 600;
  }
  .ny-left .ny-list li.on h2 {
    background-image: linear-gradient(to right, #0c3189, #1870c2);
  }
  .ny-left .ny-list li.on h2 a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #0c3189;
  }
  .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 {
    display: none;
  }
  .ny-left .ny-list dl dd {
    font-size: 0.16rem;
    font-weight: 400;
    padding-left: 0.4rem;
    padding-right: 0.45rem;
  }
  .ny-left .ny-list dl dd a {
    display: block;
    padding: 0.3rem 0.25rem;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
  }
  .ny-left .ny-list dl dd a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 0.12rem;
    border: 1px solid #c2c2c2;
  }
  .ny-left .ny-list dl dd.on a {
    color: #0c3189;
  }
  .ny-left .ny-list dl dd.on a::after {
    border-color: #0c3189;
  }
  .ny-right {
    float: right;
    width: 12rem;
  }
  .ny-right .ny-tit {
    text-align: left;
    margin-top: 0.1rem;
    font-size: 0.32rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #0c3189;
    margin-bottom: 0.5rem;
  }
  .ny-right.right2 .ny-tit {
    border-color: #c9151e;
  }
  .u5 {
    margin-top: 0.45rem;
  }
  .u5 li {
    margin-bottom: 0.35rem;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u5 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.27rem 0.37rem;
    background: url(../img/images/li-img.jpg) #fff no-repeat right bottom;
    display: flex;
  }
  .u5 li .imgk {
    width: 1.9rem;
    height: 2.4rem;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.28rem;
  }
  .u5 li .name {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .u5 li .name p {
    color: #0c3189;
    font-size: 0.28rem;
    margin-right: 0.35rem;
  }
  .u5 li .name span {
    font-size: 0.18rem;
  }
  .u5 li .icon {
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
  }
  .u5 li .icon p {
    margin-right: 0.2rem;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
  }
  .u5 li .icon p img {
    height: 0.17rem;
    margin-right: 0.05rem;
  }
  .u5 li .txt {
    border-top: 1px solid #eeeeee;
    padding-top: 0.15rem;
    font-size: 0.18rem;
  }
  .u8 {
    display: flex;
    flex-wrap: wrap;
  }
  .u8 li {
    width: 50%;
    line-height: 1;
    padding: 0.27rem 0;
    border-bottom: 1px dashed #d3d3d3;
  }
  .u8 li .b {
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
  }
  .u8 li .name {
    width: 100%;
    flex: 1;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .u8 li .num {
    color: #0c3189;
    font-size: 0.14rem;
  }
  .u8 li .num span {
    font-size: 0.34rem;
  }
  .u8 li:nth-child(2n-1) .b {
    border-right: 1px solid #d3d3d3;
  }
  .u8 li:nth-child(2n) {
    padding-left: 0.2rem;
  }
  .u9 {
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u9 li {
    width: 5.2rem;
    height: 3.89rem;
    padding: 0.5rem 0.55rem;
    background-color: #fff;
  }
  .u9 .icon img {
    height: 0.59rem;
  }
  .u9 .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u9 .tit .name {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .u9 .tit p {
    color: #0c3189;
    font-size: 0.2rem;
  }
  .u9 .tit p span {
    font-size: 0.64rem;
  }
  .u9 .list {
    border-top: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
  }
  .u9 .list .item {
    width: 50%;
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .xyjs .imgs {
    margin-bottom: 0.5rem;
  }
  .xyjs .imgs img {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .xyjs p {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
  }
  .ny-left {
    width: 100%;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .ny-left.left2 .line {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .tit {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 {
    background-image: linear-gradient(to right, #c9161e, #e1363e);
  }
  .ny-left.left2 .ny-list li.on h2 a {
    border-color: #c9151e;
  }
  .ny-left.left2 .ny-list li.on h2:hover a {
    color: #fff;
  }
  .ny-left.left2 .ny-list li h2:hover a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd a:hover {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a {
    color: #c9151e;
  }
  .ny-left.left2 .ny-list dl dd.on a::after {
    border-color: #c9151e;
  }
  .ny-left .tit {
    width: 100%;
    height: 0.8rem;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    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, #0c3189, #1870c2);
  }
  .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: #0c3189;
  }
  .ny-right {
    float: right;
    width: 100%;
  }
  .ny-right .ny-tit {
    margin-top: 0.3rem;
    font-size: 0.34rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #0c3189;
    margin-bottom: 0.5rem;
  }
  .ny-right.right2 .ny-tit {
    border-color: #c9151e;
  }
  .u5 {
    margin-top: 0.45rem;
  }
  .u5 li {
    margin-bottom: 0.35rem;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u5 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.27rem 0.37rem;
    background: url(../img/images/li-img.jpg) #fff no-repeat right bottom;
    display: flex;
  }
  .u5 li .imgk {
    width: 1.9rem;
    height: 2.4rem;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.28rem;
  }
  .u5 li .name {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .u5 li .name p {
    color: #0c3189;
    font-size: 0.28rem;
    margin-right: 0.35rem;
  }
  .u5 li .name span {
    font-size: 0.18rem;
  }
  .u5 li .icon {
    margin-bottom: 0.1rem;
  }
  .u5 li .icon p {
    margin-right: 0.2rem;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
  }
  .u5 li .icon p img {
    height: 0.17rem;
    margin-right: 0.05rem;
  }
  .u5 li .txt {
    border-top: 1px solid #eeeeee;
    padding-top: 0.15rem;
    font-size: 0.18rem;
  }
  .bx-tit {
    font-size: 0.4rem;
    font-weight: 600;
  }
  .bx-box1 {
    margin-top: 0.2rem;
    margin-bottom: 0.75rem;
  }
  .bx-box1 .l .imgk {
    margin-left: 0.35rem;
  }
  .bx-box1 .l .imgk img {
    width: 6.31rem;
    height: 4.57rem;
  }
  .bx-box1 .l .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
  }
  .bx-box1 .l .list .item {
    font-size: 0.18rem;
    padding-left: 0.4rem;
    position: relative;
    line-height: 0.18rem;
  }
  .bx-box1 .l .list .item::after {
    width: 0.16rem;
    height: 0.16rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
  }
  .bx-box1 .l .list .item:nth-child(1)::after {
    background-color: #c20000;
  }
  .bx-box1 .l .list .item:nth-child(2)::after {
    background-color: #13c39d;
  }
  .bx-box1 .l .list .item:nth-child(3)::after {
    background-color: #edc58d;
  }
  .bx-box1 .l .tip {
    font-size: 0.18rem;
    color: #999999;
  }
  .bx-box1 .l .tip span {
    color: #ce0000;
  }
  .bx-box1 .r {
    width: 100%;
    flex: 1;
  }
  .u8 {
    display: flex;
    flex-wrap: wrap;
  }
  .u8 li {
    width: 50%;
    line-height: 1;
    padding: 0.27rem 0;
    border-bottom: 1px dashed #d3d3d3;
  }
  .u8 li .b {
    display: flex;
    align-items: center;
    padding-right: 0.2rem;
  }
  .u8 li .name {
    width: 100%;
    flex: 1;
    padding-right: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .u8 li .num {
    color: #0c3189;
    font-size: 0.14rem;
  }
  .u8 li .num span {
    font-size: 0.34rem;
  }
  .u8 li:nth-child(2n-1) .b {
    border-right: 1px solid #d3d3d3;
  }
  .u8 li:nth-child(2n) {
    padding-left: 0.2rem;
  }
  .bx-box2 {
    background: url(../img/bximg2.jpg) no-repeat top center;
    background-size: contain;
    padding: 1px 0.6rem;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
  }
  .bx-box2 .tit {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    font-weight: 600;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .bx-tab {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
  }
  .bx-tab .tab1 {
    width: 100%;
    font-size: 0.18rem;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
  }
  .bx-tab .tab1 th {
    background-color: #c90014;
    color: #fff;
    height: 0.65rem;
    padding: 0.2rem;
    border: 0 solid #ddd;
    font-size: 0.2rem;
  }
  .bx-tab .tab1 tbody tr:nth-child(2n-1) {
    background-color: #fff;
  }
  .bx-tab .tab1 tbody tr:last-child td {
    border-bottom: 0 solid #000;
  }
  .bx-tab .tab1 tbody tr td {
    min-height: 0.65rem;
    padding: 0.2rem;
    border: 0px solid #ddd;
    border-bottom: 1px dashed #ddd;
    color: #666666;
  }
  .bx-tab .tab1 tbody tr td:nth-child(2) {
    width: auto;
    text-align: center;
  }
  .bx-tab .tab1 tbody tr td:nth-child(1) {
    width: 3rem;
    background-color: #fdf5f6;
    color: #0c3189;
    text-align: left;
  }
  .u9 {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .u9 li {
    width: 100%;
    padding: 0.5rem 0.55rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
  }
  .u9 .icon img {
    height: 0.59rem;
  }
  .u9 .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u9 .tit .name {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .u9 .tit p {
    color: #0c3189;
    font-size: 0.2rem;
  }
  .u9 .tit p span {
    font-size: 0.64rem;
  }
  .u9 .list {
    border-top: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
  }
  .u9 .list .item {
    width: 50%;
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
  .bx-bg {
    background: url(../img/bxbg.png) no-repeat center bottom;
    background-size: 19.2rem;
    padding-bottom: 6.3rem;
  }
  .bx-bg2 {
    margin-top: -4.6rem !important;
  }
  .bx-box4 {
    color: #fff;
    margin-top: 0.3rem;
    line-height: 1.3;
  }
  .bx-box4 .l {
    width: 100%;
  }
  .bx-box4 .l .item1 {
    background: url(../img/bx1.jpg) no-repeat center;
    padding: 0.5rem 0.35rem;
  }
  .bx-box4 .l .item1 .tit {
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .bx-box4 .l .item1 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .bx-box4 .l .item1 .list li {
    width: 50%;
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
  }
  .bx-box4 .l .items {
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }
  .bx-box4 .l .items .item2 {
    width: 48%;
    padding: 0.3rem 0.15rem;
    background: url(../img/bx2.jpg) no-repeat center;
    background-size: cover;
  }
  .bx-box4 .l .items .item2:nth-child(2) {
    background-image: url(../img/bx3.jpg);
  }
  .bx-box4 .l .items .tit {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .bx-box4 .l .items .list {
    display: flex;
    flex-wrap: wrap;
  }
  .bx-box4 .l .items .list li {
    margin-right: 0.2rem;
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
  }
  .bx-box4 .r {
    width: 100%;
    background: url(../img/bx4.jpg) no-repeat center;
    padding: 0.5rem 0.35rem;
  }
  .bx-box4 .r .tits {
    margin-bottom: 0.7rem;
    margin-top: 0.3rem;
    font-size: 0.3rem;
    font-size: 0.26rem;
  }
  .bx-box4 .r .tits span {
    opacity: 0.5;
  }
  .bx-box4 .r .item3 {
    display: flex;
    align-items: center;
    border-top: 1px solid #e07a7f;
    border-bottom: 1px solid #e07a7f;
    padding: 0.2rem 0;
  }
  .bx-box4 .r .item3 .tit {
    padding: 0 0.6rem;
    width: 2.56rem;
    font-size: 0.26rem;
  }
  .bx-box4 .r .item3 .tit span {
    font-size: 0.2rem;
  }
  .bx-box4 .r .item3 .list {
    padding-left: 0.32rem;
    border-left: 1px solid #e07a7f;
  }
  .bx-box4 .r .item3 .list li {
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
  }
  .bx-box4 .r .item3 .list li:last-child {
    margin-bottom: 0;
  }
  .bx-box5 {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .bx-tit2 {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    font-weight: 600;
  }
  .tab3 .tab1 {
    border: 1px solid #0c3189;
  }
  .tab3 .tab1 th {
    border: 0px solid #000 !important;
  }
  .tab3 .tab1 tbody tr td:nth-child(2) {
    text-align: center;
    width: auto;
  }
  .tab3 .tab1 tbody tr td:nth-child(1) {
    border-left: 0px;
  }
  .tab3 .tab1 tbody tr td:last-child {
    border-right: 0px solid #000;
  }
  .tab3 .tab1 tbody tr:last-child td {
    border-bottom: 0px solid #000;
  }
  .bx-box6 .tab3 {
    margin-top: 0.3rem;
  }
  .bx-tit3 {
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1680px) {
  .u6 {
    margin-top: 45px;
  }
  .u6 li {
    margin-bottom: 25px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u6 li .tit {
    font-size: 22px;
    font-weight: 600;
    padding: 0 50px;
    color: #fff;
    height: 75px;
    background-image: linear-gradient(to right, #0c3189, #f9f8fb);
    display: flex;
    align-items: center;
  }
  .u6 li .tit img {
    width: 27px;
    margin-right: 10px;
  }
  .u6 li dl {
    background-color: #fff;
    padding: 20px 50px;
  }
  .u6 li dl dd {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 15px;
  }
  .u6 li dl dd .name {
    width: 100%;
    flex: 1;
    padding: 0 20px;
  }
  .u6 li dl dd:last-child {
    border-bottom: 0 solid #000;
  }
  .u6 li dl dd .person span {
    margin-left: 10px;
    display: inline-block;
  }
  .u6 li dl dd .person img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 5px;
  }
  .ky-tab-tit {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0c3189;
  }
  .ky-table {
    margin-bottom: 50px;
  }
  .tab1 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
  }
  .tab1 a {
    color: #0c3189;
    text-decoration: underline;
  }
  .tab1 th {
    background-color: #0c3189;
    color: #fff;
    height: 65px;
    padding: 20px;
    border: 1px solid #ddd;
  }
  .tab1 tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
  }
  .tab1 tbody tr td {
    min-height: 65px;
    padding: 20px;
    border: 1px solid #ddd;
  }
  .tab2 {
    margin-top: 45px;
  }
  .tab2 tbody tr td:nth-child(2) {
    width: auto;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u6 {
    margin-top: 0.45rem;
  }
  .u6 li {
    margin-bottom: 0.25rem;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u6 li .tit {
    font-size: 0.22rem;
    font-weight: 600;
    padding: 0 0.5rem;
    color: #fff;
    height: 0.75rem;
    background-image: linear-gradient(to right, #0c3189, #f9f8fb);
    display: flex;
    align-items: center;
  }
  .u6 li .tit img {
    width: 0.27rem;
    margin-right: 0.1rem;
  }
  .u6 li dl {
    background-color: #fff;
    padding: 0.2rem 0.5rem;
  }
  .u6 li dl dd {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    padding: 0.15rem;
  }
  .u6 li dl dd .name {
    width: 100%;
    flex: 1;
    padding: 0 0.2rem;
  }
  .u6 li dl dd:last-child {
    border-bottom: 0 solid #000;
  }
  .u6 li dl dd .person span {
    margin-left: 0.1rem;
    display: inline-block;
  }
  .u6 li dl dd .person img {
    width: 0.18rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
  }
  .ky-tab-tit {
    font-size: 0.22rem;
    font-weight: 600;
    color: #0c3189;
    margin-bottom: 0.2rem;
  }
  .ky-table {
    margin-bottom: 0.5rem;
  }
  .tab1 {
    width: 100%;
    font-size: 0.18rem;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #0c3189;
  }
  .tab1 a {
    color: #0c3189;
    text-decoration: underline;
  }
  .tab1 th {
    background-color: #0c3189;
    color: #fff;
    height: 0.65rem;
    padding: 0.2rem;
    border: 1px solid #ddd;
  }
  .tab1 tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
  }
  .tab1 tbody tr td {
    min-height: 0.65rem;
    padding: 0.2rem;
    border: 1px solid #ddd;
  }
  .tab2 {
    margin-top: 0.45rem;
  }
  .tab2 tbody tr td:nth-child(2) {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  .u6 {
    margin-top: 0.45rem;
  }
  .u6 li {
    margin-bottom: 0.25rem;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  }
  .u6 li .tit {
    font-size: 0.22rem;
    font-weight: 600;
    padding: 0 0.3rem;
    color: #fff;
    height: 0.75rem;
    background-image: linear-gradient(to right, #0c3189, #f9f8fb);
    display: flex;
    align-items: center;
  }
  .u6 li .tit img {
    width: 0.27rem;
    margin-right: 0.1rem;
  }
  .u6 li dl {
    background-color: #fff;
    padding: 0.2rem 0.2rem;
  }
  .u6 li dl dd {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    padding: 0.15rem;
  }
  .u6 li dl dd .name {
    width: 100%;
    flex: 1;
    padding: 0 0.2rem;
    padding-left: 0;
  }
  .u6 li dl dd:last-child {
    border-bottom: 0 solid #000;
  }
  .u6 li dl dd .person span {
    margin-left: 0.1rem;
    display: inline-block;
  }
  .u6 li dl dd .person img {
    width: 0.18rem;
    vertical-align: text-top;
    margin-right: 0.05rem;
  }
  .ky-tab-tit {
    font-size: 0.24rem;
    margin: 0.2rem 0;
    color: #0c3189;
    font-weight: 600;
  }
  .ky-table {
    width: 100%;
    overflow-x: auto;
  }
  .ky-table .tab1 {
    width: 800px;
  }
  .tab1 {
    width: 100%;
    font-size: 0.22rem;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
  }
  .tab1 a {
    color: #0c3189;
    text-decoration: underline;
  }
  .tab1 th {
    background-color: #0c3189;
    color: #fff;
    height: 0.65rem;
    padding: 0.2rem;
    border: 1px solid #ddd;
  }
  .tab1 tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
  }
  .tab1 tbody tr td {
    min-height: 0.65rem;
    padding: 0.2rem;
    border: 1px solid #ddd;
  }
  .tab2 {
    margin-top: 0.45rem;
  }
  .tab2 tbody tr td:nth-child(2) {
    width: auto;
  }
}
@media only screen and (min-width: 1680px) {
  .lsyg .detail {
    padding: 0 54px;
  }
  .lsyg .detail .name {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .lsyg .detail .ls-list {
    position: relative;
  }
  .lsyg .detail .ls-list .line1 {
    position: relative;
    left: 740px;
    height: 1770px;
    border-left: 1px dashed #c4c5c8;
    margin-top: 100px;
    width: 69px;
  }
  .lsyg .detail .ls-list .line1 img {
    position: absolute;
    display: block;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -68px;
  }
  .lsyg .detail .ls-list .line2 {
    position: absolute;
    top: 820px;
    width: 740px;
    height: 26px;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line2 img {
    position: absolute;
    right: -13px;
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-top: 13px;
  }
  .lsyg .detail .ls-list .line2::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .lsyg .detail .ls-list .line3 {
    position: absolute;
    top: 880px;
    left: 740px;
    width: 740px;
    height: 26px;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line3 img {
    position: absolute;
    left: -13px;
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-top: 13px;
  }
  .lsyg .detail .ls-list .line3::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .lsyg .detail .ls-list .ls-item {
    width: 740px;
    position: absolute;
  }
  .lsyg .detail .ls-list .ls-item .imgk img {
    width: 520px;
    margin-bottom: 70px;
  }
  .lsyg .detail .ls-list .ls-item .time {
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/icon-ls3.png) no-repeat center;
    text-align: center;
    font-size: 28px;
    color: #fff;
    position: absolute;
  }
  .lsyg .detail .ls-list .ls-item .time p {
    margin-top: 75px;
    margin-bottom: 10px;
  }
  .lsyg .detail .ls-list .ls-item .tit {
    color: #c90014;
    font-size: 24px;
    margin-bottom: 35px;
  }
  .lsyg .detail .ls-list .ls-item .info {
    line-height: 1.75;
    font-size: 14px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(1) {
    left: 0;
    top: 0;
    text-align: right;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(1) .time {
    right: 50px;
    top: 400px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(2) {
    right: 0;
    top: 180px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(2) .time {
    left: 120px;
    top: 300px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(3) {
    top: 950px;
    left: 0;
    text-align: right;
    padding-right: 50px;
    padding-top: 30px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(3) .time {
    right: 50px;
    top: 350px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(4) {
    top: 950px;
    right: 0;
    padding-left: 50px;
    padding-bottom: 30px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(4) .time {
    left: 90px;
    top: 300px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .lsyg .detail {
    padding: 0 0.54rem;
  }
  .lsyg .detail .name {
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .lsyg .detail .ls-list {
    position: relative;
  }
  .lsyg .detail .ls-list .line1 {
    position: relative;
    left: 7.4rem;
    height: 17.7rem;
    border-left: 1px dashed #c4c5c8;
    margin-top: 1rem;
    width: 0.69rem;
  }
  .lsyg .detail .ls-list .line1 img {
    position: absolute;
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin-left: -0.34rem;
    margin-top: -0.68rem;
  }
  .lsyg .detail .ls-list .line2 {
    position: absolute;
    top: 8.2rem;
    width: 7.4rem;
    height: 0.26rem;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line2 img {
    position: absolute;
    right: -0.13rem;
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0;
    margin-top: 0.13rem;
  }
  .lsyg .detail .ls-list .line2::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    left: 0;
    bottom: -0.05rem;
  }
  .lsyg .detail .ls-list .line3 {
    position: absolute;
    top: 8.8rem;
    left: 7.4rem;
    width: 7.4rem;
    height: 0.26rem;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line3 img {
    position: absolute;
    left: -0.13rem;
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0;
    margin-top: 0.13rem;
  }
  .lsyg .detail .ls-list .line3::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    right: 0;
    bottom: -0.05rem;
  }
  .lsyg .detail .ls-list .ls-item {
    width: 7.4rem;
    position: absolute;
  }
  .lsyg .detail .ls-list .ls-item .imgk img {
    width: 5.2rem;
    margin-bottom: 0.7rem;
  }
  .lsyg .detail .ls-list .ls-item .time {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon-ls3.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
  }
  .lsyg .detail .ls-list .ls-item .time p {
    margin-top: 0.65rem;
    margin-bottom: 0.1rem;
  }
  .lsyg .detail .ls-list .ls-item .time img {
    width: 0.7rem;
  }
  .lsyg .detail .ls-list .ls-item .tit {
    color: #c90014;
    font-size: 0.24rem;
    margin-bottom: 0.35rem;
  }
  .lsyg .detail .ls-list .ls-item .info {
    line-height: 1.75;
    font-size: 0.14rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(1) {
    left: 0;
    top: 0;
    text-align: right;
    padding-right: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(1) .time {
    right: 0.5rem;
    top: 4rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(2) {
    right: 0;
    top: 1.8rem;
    padding-left: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(2) .time {
    left: 1.2rem;
    top: 3rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(3) {
    top: 9.5rem;
    left: 0;
    text-align: right;
    padding-right: 0.5rem;
    padding-top: 0.3rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(3) .time {
    right: 0.5rem;
    top: 3.5rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(4) {
    top: 9.5rem;
    right: 0;
    padding-left: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(4) .time {
    left: 0.9rem;
    top: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  .lsyg .detail {
    padding: 20px;
  }
  .lsyg .detail .name {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .lsyg .detail .ls-list {
    position: relative;
  }
  .lsyg .detail .ls-list .line1 {
    display: none;
    position: relative;
    left: 740px;
    height: 1770px;
    border-left: 1px dashed #c4c5c8;
    margin-top: 100px;
    width: 68px;
  }
  .lsyg .detail .ls-list .line1 img {
    position: absolute;
    display: block;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -68px;
  }
  .lsyg .detail .ls-list .line2 {
    display: none;
    position: absolute;
    top: 820px;
    width: 740px;
    height: 26px;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line2 img {
    position: absolute;
    right: -13px;
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-top: 13px;
  }
  .lsyg .detail .ls-list .line2::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  .lsyg .detail .ls-list .line3 {
    display: none;
    position: absolute;
    top: 880px;
    left: 740px;
    width: 740px;
    height: 26px;
    border-bottom: 1px dashed #c4c5c8;
  }
  .lsyg .detail .ls-list .line3 img {
    position: absolute;
    left: -13px;
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-top: 13px;
  }
  .lsyg .detail .ls-list .line3::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c90014;
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .lsyg .detail .ls-list .ls-item {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
  }
  .lsyg .detail .ls-list .ls-item .imgk {
    max-width: 520px;
  }
  .lsyg .detail .ls-list .ls-item .imgk img {
    width: 100%;
  }
  .lsyg .detail .ls-list .ls-item .time {
    display: block;
    width: 120px;
    height: 120px;
    background: url(../images/icon-ls3.png) no-repeat center;
    background-size: contain;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: -130px;
    position: relative;
    padding-top: 1px;
  }
  .lsyg .detail .ls-list .ls-item .time p {
    margin-top: 35px;
  }
  .lsyg .detail .ls-list .ls-item .time img {
    width: 50px;
  }
  .lsyg .detail .ls-list .ls-item .tit {
    color: #c90014;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .lsyg .detail .ls-list .ls-item .info {
    line-height: 1.75;
    font-size: 14px;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(1) {
    text-align: right;
  }
  .lsyg .detail .ls-list .ls-item:nth-child(3) {
    text-align: right;
  }
}
@media only screen and (min-width: 1680px) {
  .ls2 .detail {
    min-height: auto;
    padding-bottom: 100px;
  }
  .ls2 .detail .ls-list {
    padding-top: 180px;
  }
  .ls2 .detail .ls-list .line1 {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .ls2 .detail .ls-list .line1 .year {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: #c90014;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    border-radius: 32.5px;
    bottom: 0;
    left: -32.5px;
    box-shadow: 0 0 5px 3px rgba(201, 0, 20, 0.3);
  }
  .ls2 .detail .ls-item2 {
    width: 740px;
    position: relative;
    text-align: right;
    padding-right: 70px;
    margin-top: -30px;
  }
  .ls2 .detail .ls-item2 i {
    position: absolute;
    display: block;
    width: 50px;
    height: 16px;
    z-index: 2;
  }
  .ls2 .detail .ls-item2 .year {
    color: #c90014;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ls2 .detail .ls-item2 .txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .ls2 .detail .ls-item2:nth-child(2n) {
    padding-right: 0;
    padding-left: 70px;
    text-align: left;
    margin-left: 740px;
  }
  .ls2 .detail .ls-item2:nth-child(2n) i {
    background: url(../images/icon-ls5.png) no-repeat center;
    left: -10px;
    top: 5px;
  }
  .ls2 .detail .ls-item2:nth-child(2n-1) i {
    background: url(../images/icon-ls4.png) no-repeat center;
    right: -10px;
    top: 5px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ls2 .detail {
    min-height: auto;
    padding-bottom: 1rem;
  }
  .ls2 .detail .ls-list {
    padding-top: 1.8rem;
  }
  .ls2 .detail .ls-list .line1 {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .ls2 .detail .ls-list .line1 .year {
    position: absolute;
    width: 0.65rem;
    height: 0.65rem;
    background-color: #c90014;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 0.325rem;
    bottom: 0;
    left: -0.325rem;
    box-shadow: 0 0 5px 3px rgba(201, 0, 20, 0.3);
  }
  .ls2 .detail .ls-item2 {
    width: 7.4rem;
    position: relative;
    text-align: right;
    padding-right: 0.7rem;
    margin-top: -0.3rem;
  }
  .ls2 .detail .ls-item2 i {
    position: absolute;
    display: block;
    width: 50px;
    height: 0.16rem;
    z-index: 2;
  }
  .ls2 .detail .ls-item2 .year {
    color: #c90014;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .ls2 .detail .ls-item2 .txt {
    font-size: 0.16rem;
    line-height: 2.5;
  }
  .ls2 .detail .ls-item2:nth-child(2n) {
    padding-right: 0;
    padding-left: 0.7rem;
    text-align: left;
    margin-left: 7.4rem;
  }
  .ls2 .detail .ls-item2:nth-child(2n) i {
    background: url(../images/icon-ls5.png) no-repeat center left;
    background-size: contain;
    left: -0.1rem;
    top: 0.05rem;
  }
  .ls2 .detail .ls-item2:nth-child(2n-1) i {
    background: url(../images/icon-ls4.png) no-repeat center right;
    background-size: contain;
    right: -0.1rem;
    top: 0.05rem;
  }
}
@media only screen and (max-width: 800px) {
  .ls2 .detail,
  .ls3 .detail {
    min-height: auto;
    padding-bottom: 50px;
  }
  .ls2 .detail .ls-list,
  .ls3 .detail .ls-list {
    padding-top: 20px;
  }
  .ls2 .detail .ls-list .line1,
  .ls3 .detail .ls-list .line1 {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .ls2 .detail .ls-list .line1 .year,
  .ls3 .detail .ls-list .line1 .year {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: #c90014;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    border-radius: 32.5px;
    bottom: 0;
    left: -32.5px;
    box-shadow: 0 0 5px 3px rgba(201, 0, 20, 0.3);
  }
  .ls2 .detail .ls-item2,
  .ls3 .detail .ls-item2 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .ls2 .detail .ls-item2 i,
  .ls3 .detail .ls-item2 i {
    display: none;
  }
  .ls2 .detail .ls-item2 .year,
  .ls3 .detail .ls-item2 .year {
    color: #c90014;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ls2 .detail .ls-item2 .txt,
  .ls3 .detail .ls-item2 .txt {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1680px) {
  .ls3 .detail {
    min-height: auto;
    padding-bottom: 100px;
  }
  .ls3 .detail .ls-list {
    padding-top: 180px;
  }
  .ls3 .detail .ls-list .line1 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 45px;
  }
  .ls3 .detail .ls-list .line1 .year {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: #c90014;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    border-radius: 32.5px;
    bottom: 0;
    left: -32.5px;
    box-shadow: 0 0 5px 3px rgba(201, 0, 20, 0.3);
  }
  .ls3 .detail .ls-item2 {
    width: 1200px;
    position: relative;
    text-align: right;
    padding-right: 70px;
    margin-top: 30px;
  }
  .ls3 .detail .ls-item2 i {
    position: absolute;
    display: block;
    width: 50px;
    height: 16px;
    z-index: 2;
  }
  .ls3 .detail .ls-item2 .year {
    color: #c90014;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ls3 .detail .ls-item2 .txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .ls3 .detail .ls-item2:nth-child(1) {
    margin-top: -30px;
  }
  .ls3 .detail .ls-item2:nth-child(n) {
    padding-right: 0;
    padding-left: 70px;
    text-align: left;
    margin-left: 46px;
  }
  .ls3 .detail .ls-item2:nth-child(n) i {
    background: url(../images/icon-ls5.png) no-repeat center;
    left: -10px;
    top: 5px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ls3 .detail {
    min-height: auto;
    padding-bottom: 1rem;
  }
  .ls3 .detail .ls-list {
    padding-top: 1.8rem;
  }
  .ls3 .detail .ls-list .line1 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0.45rem;
  }
  .ls3 .detail .ls-list .line1 .year {
    position: absolute;
    width: 0.65rem;
    height: 0.65rem;
    background-color: #c90014;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 0.325rem;
    bottom: 0;
    left: -0.325rem;
    box-shadow: 0 0 5px 3px rgba(201, 0, 20, 0.3);
  }
  .ls3 .detail .ls-item2 {
    width: 12rem;
    position: relative;
    text-align: right;
    padding-right: 0.7rem;
    margin-top: 0.3rem;
  }
  .ls3 .detail .ls-item2 i {
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.16rem;
    z-index: 2;
  }
  .ls3 .detail .ls-item2 .year {
    color: #c90014;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .ls3 .detail .ls-item2 .txt {
    font-size: 0.16rem;
    line-height: 2.5;
  }
  .ls3 .detail .ls-item2:nth-child(1) {
    margin-top: -0.3rem;
  }
  .ls3 .detail .ls-item2:nth-child(n) {
    padding-right: 0;
    padding-left: 0.7rem;
    text-align: left;
    margin-left: 0.46rem;
  }
  .ls3 .detail .ls-item2:nth-child(n) i {
    background: url(../images/icon-ls5.png) no-repeat center;
    background-size: contain;
    left: -0.1rem;
    top: 0.05rem;
  }
}
@media only screen and (min-width: 1680px) {
  .ls-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ls-tab li {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 10px 20px;
  }
  .ls-tab li a {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: #cd1816;
    border: 1px solid #cd1816;
  }
  .ls-tab li.on a,
  .ls-tab li:hover a {
    background-color: #cd1816;
    color: #e6d18d;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ls-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ls-tab li {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    margin: 0.1rem 0.2rem;
  }
  .ls-tab li a {
    font-size: 0.2rem;
    display: block;
    width: 100%;
    height: 100%;
    color: #cd1816;
    border: 1px solid #cd1816;
  }
  .ls-tab li.on a,
  .ls-tab li:hover a {
    background-color: #cd1816;
    color: #e6d18d;
  }
}
@media only screen and (max-width: 800px) {
  .ls-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ls-tab li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px;
  }
  .ls-tab li a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    color: #cd1816;
    border: 1px solid #cd1816;
  }
  .ls-tab li.on a,
  .ls-tab li:hover a {
    background-color: #cd1816;
    color: #e6d18d;
  }
}
@media only screen and (min-width: 1680px) {
  .u10 {
    padding-top: 34px;
  }
  .u10 li {
    margin-bottom: 100px;
    position: relative;
  }
  .u10 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0c3189;
  }
  .u10 li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    background-color: #f6eeee;
    padding: 30px 55px 35px 22px;
    z-index: 1;
  }
  .u10 li:hover::after {
    left: 10px;
    top: 10px;
  }
  .u10 li .imgk {
    margin-top: -64px;
  }
  .u10 li .imgk img {
    width: 250px;
    height: 315px;
    object-fit: cover;
  }
  .u10 li .info {
    width: 100%;
    flex: 1;
    padding-left: 45px;
  }
  .u10 li .info .name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .u10 li .info .zw {
    font-size: 18px;
    color: #0c3189;
    margin-bottom: 10px;
  }
  .u10 li .info .txt {
    padding-top: 15px;
    font-size: 18px;
    border-top: 1px solid #ddd;
    color: #333;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u10 {
    padding-top: 0.34rem;
  }
  .u10 li {
    margin-bottom: 1rem;
    position: relative;
  }
  .u10 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0c3189;
  }
  .u10 li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    background-color: #f6eeee;
    padding: 0.3rem 0.55rem 0.35rem 0.22rem;
    z-index: 1;
  }
  .u10 li:hover::after {
    left: 0.1rem;
    top: 0.1rem;
  }
  .u10 li .imgk {
    margin-top: -0.64rem;
  }
  .u10 li .imgk img {
    width: 2.5rem;
    height: 3.15rem;
    object-fit: cover;
  }
  .u10 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.45rem;
  }
  .u10 li .info .name {
    font-size: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .u10 li .info .zw {
    font-size: 0.18rem;
    color: #0c3189;
    margin-bottom: 0.1rem;
  }
  .u10 li .info .txt {
    padding-top: 0.15rem;
    font-size: 0.18rem;
    border-top: 1px solid #ddd;
    color: #333;
  }
}
@media only screen and (max-width: 800px) {
  .u10 li {
    margin-bottom: 0.3rem;
    position: relative;
  }
  .u10 li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    background-color: #f6eeee;
    padding: 0.3rem 0.55rem 0.35rem 0.22rem;
    z-index: 1;
  }
  .u10 li .imgk img {
    width: 2rem;
    height: 2.6rem;
    object-fit: cover;
  }
  .u10 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.25rem;
  }
  .u10 li .info .name {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .u10 li .info .zw {
    font-size: 0.24rem;
    color: #0c3189;
    margin-bottom: 0.1rem;
  }
  .u10 li .info .txt {
    padding-top: 0.15rem;
    font-size: 0.24rem;
    border-top: 1px solid #ddd;
    color: #333;
  }
}
@media only screen and (min-width: 1680px) {
  .u11 li a {
    background: url(../img/images/ys-bg.jpg) #f6eeee no-repeat center right;
  }
  .u11 li .imgk {
    margin-top: 0;
  }
  .u11 li .info .name {
    color: #0c3189;
  }
  .u11 li .info .zw {
    color: #333;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u11 li a {
    background: url(../img/images/ys-bg.jpg) #f6eeee no-repeat center right;
    background-size: auto 100%;
  }
  .u11 li .imgk {
    margin-top: 0;
  }
  .u11 li .info .name {
    color: #0c3189;
  }
  .u11 li .info .zw {
    color: #333;
  }
}
@media only screen and (max-width: 800px) {
  .u11 li a {
    background: url(../img/images/ys-bg.jpg) #f6eeee no-repeat center right;
  }
  .u11 li .imgk {
    margin-top: 0;
  }
  .u11 li .info .name {
    color: #0c3189;
  }
  .u11 li .info .zw {
    color: #333;
  }
}
@media only screen and (min-width: 1680px) {
  .sz-tab1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 70px;
  }
  .sz-tab1 .item {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    margin: 0 62px;
  }
  .sz-tab1 .item.on {
    color: #0c3189;
    border-bottom: 2px solid #0c3189;
  }
  .sz-tab1 .item.on::after {
    position: absolute;
    content: '';
    background: url(../img/rsjx.png) no-repeat center;
    width: 11px;
    height: 6px;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
  }
  .sz-tab2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sz-tab2 .item {
    cursor: pointer;
    margin: 0 15px;
    width: 260px;
    height: 55px;
    line-height: 55px;
    border: 1px dashed #ffc8cb;
    font-size: 18px;
    text-align: center;
  }
  .sz-tab2 .item.on {
    color: #fff;
    border: 1px solid #e8e3e3;
    background-color: #0c3189;
  }
  .sz-box {
    border: 1px solid #ffc8cb;
    background-color: #fff;
    padding: 70px 90px;
    margin-top: 45px;
  }
  .sz-tab3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .sz-tab3 li {
    cursor: pointer;
    padding: 0 15px;
    height: 40px;
    color: #666666;
    border: 1px solid #e8e6e5;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: 0 2px;
  }
  .sz-tab3 li.on {
    background-color: #0c3189;
    color: #fff;
  }
  .name-list {
    border-top: 1px solid #e8e6e5;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .name-list li {
    width: 129px;
    margin-right: 55px;
    margin-bottom: 50px;
  }
  .name-list li:nth-child(8n) {
    margin-right: 0;
  }
  .name-list li a:hover {
    color: #0c3189;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .sz-tab1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0.7rem;
  }
  .sz-tab1 .item {
    font-size: 0.22rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-bottom: 0.1rem;
    margin: 0 0.62rem;
  }
  .sz-tab1 .item.on {
    color: #0c3189;
    border-bottom: 2px solid #0c3189;
  }
  .sz-tab1 .item.on::after {
    position: absolute;
    content: '';
    background: url(../img/rsjx.png) no-repeat center;
    width: 0.11rem;
    height: 0.06rem;
    left: 50%;
    margin-left: -0.06rem;
    bottom: 0;
  }
  .sz-tab2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sz-tab2 .item {
    cursor: pointer;
    margin: 0 0.15rem;
    width: 2.6rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border: 1px dashed #ffc8cb;
    font-size: 0.18rem;
    text-align: center;
  }
  .sz-tab2 .item.on {
    color: #fff;
    border: 1px solid #e8e3e3;
    background-color: #0c3189;
  }
  .sz-box {
    border: 1px solid #ffc8cb;
    background-color: #fff;
    padding: 0.7rem 0.9rem;
    margin-top: 0.45rem;
  }
  .sz-tab3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .sz-tab3 li {
    cursor: pointer;
    padding: 0 0.15rem;
    height: 0.4rem;
    color: #666666;
    border: 1px solid #e8e6e5;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.18rem;
    margin: 0 0.02rem;
  }
  .sz-tab3 li.on {
    background-color: #0c3189;
    color: #fff;
  }
  .name-list {
    border-top: 1px solid #e8e6e5;
    font-size: 0.18rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .name-list li {
    width: 1.29rem;
    margin-right: 0.55rem;
    margin-bottom: 0.5rem;
  }
  .name-list li:nth-child(8n) {
    margin-right: 0;
  }
  .name-list li a:hover {
    color: #0c3189;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 800px) {
  .sz-tab1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0.3rem;
  }
  .sz-tab1 .item {
    font-size: 0.26rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-bottom: 0.1rem;
    margin: 0 0.32rem;
  }
  .sz-tab1 .item.on {
    color: #0c3189;
    border-bottom: 2px solid #0c3189;
  }
  .sz-tab1 .item.on::after {
    position: absolute;
    content: '';
    background: url(../img/rsjx.png) no-repeat center;
    background-size: contain;
    width: 0.2rem;
    height: 0.1rem;
    left: 50%;
    margin-left: -0.1rem;
    bottom: -1px;
  }
  .sz-tab2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sz-tab2 .item {
    cursor: pointer;
    margin: 0 0.05rem;
    width: 2.6rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border: 1px dashed #ffc8cb;
    font-size: 0.2rem;
    text-align: center;
  }
  .sz-tab2 .item.on {
    color: #fff;
    border: 1px solid #e8e3e3;
    background-color: #0c3189;
  }
  .sz-box {
    border: 1px solid #ffc8cb;
    background-color: #fff;
    padding: 0.3rem 0.3rem;
    margin-top: 0.45rem;
  }
  .sz-tab3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  .sz-tab3 li {
    cursor: pointer;
    padding: 0 0.15rem;
    height: 0.6rem;
    color: #666666;
    border: 1px solid #e8e6e5;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin: 0 0.1rem;
    margin-bottom: 0.15rem;
  }
  .sz-tab3 li.on {
    background-color: #0c3189;
    color: #fff;
  }
  .name-list {
    border-top: 1px solid #e8e6e5;
    font-size: 0.18rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  .name-list li {
    font-size: 0.24rem;
    padding: 0 0.2rem;
    width: 33%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .name-list li a:hover {
    color: #0c3189;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1680px) {
  .u12 {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .u12 li {
    width: 780px;
    border-left: 4px solid #e29792;
    margin-bottom: 30px;
    transition: all 0.5s;
  }
  .u12 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 33px 35px;
    background: url(../img/images/li-img5.png) #fff no-repeat;
    background-position: 98% bottom;
  }
  .u12 li .time {
    border: 1px solid #ca1a22;
    width: 97px;
    height: 97px;
    text-align: center;
  }
  .u12 li .time p {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    background-color: #ca1a22;
    line-height: 63px;
  }
  .u12 li .time span {
    color: #333;
    font-size: 16px;
    line-height: 34px;
  }
  .u12 li .tit {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding-left: 35px;
  }
  .u12 li .go {
    height: 97px;
    border-left: 1px solid #f9f1f1;
    display: flex;
    margin-left: 20px;
    align-items: center;
    padding-left: 45px;
    padding-right: 15px;
    transition: all 0.5s;
  }
  .u12 li .go img {
    width: 24px;
  }
  .u12 li .go i {
    transition: all 0.5s;
    width: 24px;
    height: 16px;
    background: url(../img/go2.png) no-repeat center;
    background-size: 100%;
  }
  .u12 li:hover {
    border-bottom-right-radius: 60px;
    border-left: 4px solid #0c3189;
  }
  .u12 li:hover a {
    background: url(../img/images/li-img4.png) #0c3189 no-repeat;
    background-position: 98% bottom;
    border-bottom-right-radius: 60px;
  }
  .u12 li:hover .time {
    border: 1px solid #fff;
  }
  .u12 li:hover .time p {
    color: #0c3189;
    background-color: #fff;
  }
  .u12 li:hover .time span {
    color: #fff;
  }
  .u12 li:hover .tit {
    color: #fff;
  }
  .u12 li:hover .go {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .u12 li:hover .go i {
    background-image: url(../img/go.png);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u12 {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .u12 li {
    width: 7.8rem;
    border-left: 0.04rem solid #e29792;
    margin-bottom: 0.3rem;
    transition: all 0.5s;
  }
  .u12 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.33rem 0.35rem;
    background: url(../img/images/li-img5.png) #fff no-repeat;
    background-position: 98% bottom;
    background-size: auto 1.17rem;
  }
  .u12 li .time {
    border: 1px solid #ca1a22;
    width: 0.97rem;
    height: 0.97rem;
    text-align: center;
  }
  .u12 li .time p {
    font-size: 0.42rem;
    font-weight: 600;
    color: #fff;
    background-color: #ca1a22;
    line-height: 0.63rem;
  }
  .u12 li .time span {
    color: #333;
    font-size: 0.16rem;
    line-height: 0.34rem;
  }
  .u12 li .tit {
    font-size: 0.22rem;
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding-left: 0.35rem;
  }
  .u12 li .go {
    height: 0.97rem;
    border-left: 1px solid #f9f1f1;
    display: flex;
    margin-left: 0.2rem;
    align-items: center;
    padding-left: 0.45rem;
    padding-right: 0.15rem;
    transition: all 0.5s;
  }
  .u12 li .go img {
    width: 0.24rem;
  }
  .u12 li .go i {
    transition: all 0.5s;
    width: 0.24rem;
    height: 0.16rem;
    background: url(../img/go2.png) no-repeat center;
    background-size: 100%;
  }
  .u12 li:hover {
    border-bottom-right-radius: 0.6rem;
    border-left: 0.04rem solid #0c3189;
  }
  .u12 li:hover a {
    background: url(../img/images/li-img4.png) #0c3189 no-repeat;
    background-position: 98% bottom;
    background-size: auto 1.17rem;
    border-bottom-right-radius: 0.6rem;
  }
  .u12 li:hover .time {
    border: 1px solid #fff;
  }
  .u12 li:hover .time p {
    color: #0c3189;
    background-color: #fff;
  }
  .u12 li:hover .time span {
    color: #fff;
  }
  .u12 li:hover .tit {
    color: #fff;
  }
  .u12 li:hover .go {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .u12 li:hover .go i {
    background-image: url(../img/go.png);
  }
}
@media only screen and (max-width: 800px) {
  .u12 {
    margin-top: 0.45rem;
  }
  .u12 li {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.3rem;
  }
  .u12 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background: url(../img/images/li-img5.png) #fff no-repeat;
    background-position: 98% bottom;
    background-size: auto 1.2rem;
  }
  .u12 li .time {
    border: 1px solid #ca1a22;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
  }
  .u12 li .time p {
    font-size: 0.4rem;
    color: #fff;
    background-color: #ca1a22;
    line-height: 0.6rem;
  }
  .u12 li .time span {
    color: #333;
    font-size: 0.12rem;
    vertical-align: text-top;
    line-height: 1;
  }
  .u12 li .tit {
    font-size: 0.2rem;
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding-left: 0.35rem;
  }
  .u12 li .go {
    height: 0.97rem;
    border-left: 1px solid #f9f1f1;
    display: flex;
    margin-left: 0.2rem;
    align-items: center;
    padding-left: 0.45rem;
    padding-right: 0.15rem;
    transition: all 0.5s;
  }
  .u12 li .go img {
    width: 0.24rem;
  }
  .u12 li .go i {
    transition: all 0.5s;
    width: 0.24rem;
    height: 0.16rem;
    background: url(../img/go2.png) no-repeat center;
    background-size: 100%;
  }
}
@media only screen and (min-width: 1680px) {
  .kygk p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .kygk img {
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
  }
  .kygk span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
  }
  .u13 {
    margin-top: 50px;
  }
  .u13 li {
    float: left;
    width: 393px;
    height: 298px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .u13 li:nth-child(3n) {
    margin-right: 0;
  }
  .u13 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .u13 li .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
  }
  .u13 li:hover .tit {
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: url(../img/bg20.png) repeat center;
    font-size: 16px;
    left: 0;
    bottom: 0;
    top: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .kygk p {
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
  }
  .kygk img {
    margin: 0 auto;
    margin-bottom: 0.2rem;
    display: flex;
  }
  .kygk span {
    display: block;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 0.2rem;
  }
  .u13 {
    margin-top: 0.5rem;
  }
  .u13 li {
    float: left;
    width: 3.93rem;
    height: 2.98rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .u13 li:nth-child(3n) {
    margin-right: 0;
  }
  .u13 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .u13 li .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.2rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
  }
  .u13 li:hover .tit {
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: url(../img/bg20.png) repeat center;
    font-size: 0.16rem;
    left: 0;
    bottom: 0;
    top: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  .kygk p {
    font-size: 0.26rem;
    margin-bottom: 0.4rem;
  }
  .kygk img {
    margin: 0 auto;
    margin-bottom: 0.2rem;
    display: flex;
  }
  .kygk span {
    display: block;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 0.3rem;
  }
  .u13 {
    margin-top: 0.3rem;
  }
  .u13 li {
    float: left;
    width: 49%;
    height: 2.5rem;
    margin-right: 2%;
    margin-bottom: 0.15rem;
  }
  .u13 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .u13 li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .u13 li .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.26rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 1680px) {
  .u14 li {
    border-bottom: 1px solid #dfc3c3;
  }
  .u14 li a {
    padding: 50px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .u14 li .imgk {
    width: 319px;
    height: 239px;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    width: 100%;
    flex: 1;
    padding-left: 70px;
    padding-right: 190px;
  }
  .u14 li .go {
    width: 58px;
    height: 57px;
    background: url(../img/dj2.png) no-repeat center;
  }
  .u14 li .tit {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .u14 li .time {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    color: #999;
    margin-bottom: 20px;
  }
  .u14 li .time::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 15px;
    background: url(../img/time3.png) no-repeat center;
    left: 0;
    top: 2px;
  }
  .u14 li .txt {
    font-size: 18px;
    color: #666;
  }
  .u14 li:hover {
    color: #fff;
    background: url(../img/images/img20.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .u14 li:hover a {
    padding: 50px 57px;
    color: #fff;
  }
  .u14 li:hover .info {
    padding-right: 100px;
  }
  .u14 li:hover .time {
    color: #fff;
  }
  .u14 li:hover .time::after {
    background-image: url(../img/time4.png);
  }
  .u14 li:hover .txt {
    color: #fff;
  }
  .u14 li:hover .go {
    background-image: url(../img/dj1.png);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u14 li {
    border-bottom: 1px solid #dfc3c3;
  }
  .u14 li a {
    padding: 0.5rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .u14 li .imgk {
    width: 3.19rem;
    height: 2.39rem;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.7rem;
    padding-right: 1.9rem;
  }
  .u14 li .go {
    width: 0.58rem;
    height: 0.57rem;
    background: url(../img/dj2.png) no-repeat center;
    background-size: contain;
  }
  .u14 li .tit {
    font-size: 0.22rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .u14 li .time {
    font-size: 0.14rem;
    position: relative;
    padding-left: 0.3rem;
    color: #999;
    margin-bottom: 0.2rem;
  }
  .u14 li .time::after {
    position: absolute;
    content: '';
    width: 0.16rem;
    height: 0.15rem;
    background: url(../img/time3.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0.02rem;
  }
  .u14 li .txt {
    font-size: 0.18rem;
    color: #666;
  }
  .u14 li:hover {
    color: #fff;
    background: url(../img/images/img20.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .u14 li:hover a {
    padding: 0.5rem 0.57rem;
    color: #fff;
  }
  .u14 li:hover .info {
    padding-right: 1rem;
  }
  .u14 li:hover .time {
    color: #fff;
  }
  .u14 li:hover .time::after {
    background-image: url(../img/time4.png);
  }
  .u14 li:hover .txt {
    color: #fff;
  }
  .u14 li:hover .go {
    background-image: url(../img/dj1.png);
  }
}
@media only screen and (max-width: 800px) {
  .u14 li {
    border-bottom: 1px solid #dfc3c3;
  }
  .u14 li a {
    padding: 0.5rem 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .u14 li .imgk {
    width: 100%;
    height: 5rem;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    width: 100%;
    flex: 1;
    padding: 0.1rem;
  }
  .u14 li .go {
    display: none;
  }
  .u14 li .tit {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .u14 li .time {
    font-size: 0.24rem;
    position: relative;
    padding-left: 0.35rem;
    color: #999;
    margin-bottom: 0.2rem;
  }
  .u14 li .time::after {
    position: absolute;
    content: '';
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/time3.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0.06rem;
  }
  .u14 li .txt {
    font-size: 0.24rem;
    color: #666;
  }
}
@media only screen and (min-width: 1680px) {
  .u15 {
    margin-top: 50px;
  }
  .u15 li a {
    padding: 38px 0;
  }
  .u15 li .imgk {
    width: 240px;
    height: 180px;
  }
  .u15 li .info {
    padding-left: 50px;
    padding-right: 140px;
  }
  .u15 li .time {
    margin-bottom: 10px;
  }
  .u15 li:hover a {
    padding: 38px 40px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u15 {
    margin-top: 0.5rem;
  }
  .u15 li a {
    padding: 0.38rem 0;
  }
  .u15 li .imgk {
    width: 2.4rem;
    height: 1.8rem;
  }
  .u15 li .info {
    padding-left: 0.5rem;
    padding-right: 1.4rem;
  }
  .u15 li .time {
    margin-bottom: 0.1rem;
  }
  .u15 li:hover a {
    padding: 0.38rem 0.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .u16 {
    margin-top: 50px;
  }
  .u16 li {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    background-color: #fff;
  }
  .u16 li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .u16 li .imgk {
    width: 413px;
    height: 309px;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .info {
    width: 100%;
    flex: 1;
    padding: 35px;
  }
  .u16 li .info .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .u16 li .info .jj {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
  }
  .u16 li .info .jj .tit {
    color: #333;
  }
  .u16 li .info .jj p {
    color: #999;
    margin-bottom: 25px;
  }
  .u16 li .info .view {
    margin-top: 17px;
    width: 108px;
    height: 26px;
    font-size: 14px;
    color: #fff;
    background-color: #0c3189;
    border-radius: 13px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .u16 li .info .view img {
    margin-left: 5px;
    width: 16px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u16 {
    margin-top: 0.5rem;
  }
  .u16 li {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.4rem;
    background-color: #fff;
  }
  .u16 li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .u16 li .imgk {
    width: 4.13rem;
    height: 3.09rem;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .info {
    width: 100%;
    flex: 1;
    padding: 0.35rem;
  }
  .u16 li .info .name {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .u16 li .info .jj {
    font-size: 0.18rem;
    border-bottom: 1px solid #eeeeee;
  }
  .u16 li .info .jj .tit {
    color: #333;
  }
  .u16 li .info .jj p {
    color: #999;
    margin-bottom: 0.25rem;
  }
  .u16 li .info .view {
    margin-top: 0.17rem;
    width: 1.08rem;
    height: 0.26rem;
    font-size: 0.14rem;
    color: #fff;
    background-color: #0c3189;
    border-radius: 0.13rem;
    padding: 0 0.15rem;
    display: flex;
    align-items: center;
  }
  .u16 li .info .view img {
    margin-left: 0.05rem;
    width: 0.16rem;
  }
}
@media only screen and (max-width: 800px) {
  .u16 {
    margin-top: 0.5rem;
  }
  .u16 li {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.4rem;
    background-color: #fff;
  }
  .u16 li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .u16 li .imgk {
    width: 100%;
    height: 5.2rem;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .info {
    width: 100%;
    flex: 1;
    padding: 0.3rem;
  }
  .u16 li .info .name {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .u16 li .info .jj {
    font-size: 0.24rem;
    border-bottom: 1px solid #eeeeee;
  }
  .u16 li .info .jj .tit {
    color: #333;
  }
  .u16 li .info .jj p {
    color: #999;
    margin-bottom: 0.25rem;
  }
  .u16 li .info .view {
    margin-top: 0.17rem;
    font-size: 0.22rem;
    color: #fff;
    background-color: #0c3189;
    border-radius: 0.5rem;
    padding: 0.05rem 0.24rem;
    display: inline-flex;
    align-items: center;
  }
  .u16 li .info .view img {
    margin-left: 0.05rem;
    width: 0.16rem;
  }
}
@media only screen and (min-width: 1680px) {
  .gj-box {
    margin-top: 50px;
  }
  .qs {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .qs .p1 {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .gj-box {
    margin-top: 0.5rem;
  }
  .qs {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
  }
  .qs .p1 {
    font-weight: 600;
    margin-bottom: 0.05rem;
  }
}
@media only screen and (max-width: 800px) {
  .gj-box {
    margin-top: 0.3rem;
  }
  .qs {
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
  }
  .qs .p1 {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.05rem;
  }
}
@media only screen and (min-width: 1680px) {
  .ny-tit {
    font-size: 36px;
    text-align: center;
    line-height: 1;
    margin-bottom: 75px;
  }
  .xyjj .cont {
    padding-top: 30px;
    line-height: 1.8;
  }
  .xyjj .cont .imgk {
    float: right;
    margin-top: -30px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .xyjj .cont p {
    font-size: 18px;
  }
  .ld-list li {
    width: 320px;
    height: 579px;
    margin-bottom: 80px;
    float: left;
    margin-right: 106px;
  }
  .ld-list li:nth-child(4n) {
    margin-right: 0;
  }
  .ld-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f4fa;
    border-bottom: 3px solid #0c3189;
    padding: 23px 35px;
  }
  .ld-list li .imgk {
    width: 250px;
    height: 335px;
  }
  .ld-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ld-list li .txt .name {
    font-size: 24px;
    font-weight: 600;
    color: #0c3189;
    margin-top: 10px;
  }
  .ld-list li .txt .zw {
    color: #333;
    height: 160px;
    overflow-y: auto;
  }
  .ld-list li .txt .zw p {
    font-size: 16px;
    margin-top: 10px;
  }
  .ld-list li:hover a {
    color: #fff;
    background: url(../img/images/img5_03.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .ld-list li:hover .txt .name {
    color: #fff;
  }
  .ld-list li:hover .txt .zw {
    color: #fff;
  }
  .ld2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ld2 li {
    margin-left: 53px;
    margin-right: 53px;
  }
  .ld2 li:nth-child(4n) {
    margin-right: 53px;
  }
  .ld3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 106px;
  }
  .ld3 li {
    margin-right: 0;
  }
  .ny1 {
    background-image: url(../img/bg-l1.png), url(../img/bg-r1.png);
    background-position: left bottom, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 732px auto, 625px auto;
    position: relative;
    min-height: 100vh;
  }
  .zz-list {
    position: relative;
    border-top: 4px solid #0c3189;
    margin-bottom: 80px;
    padding-top: 30px;
  }
  .zz-list .zz-tit {
    position: absolute;
    left: 0;
    top: -49px;
    width: 254px;
    height: 49px;
    line-height: 49px;
    background: url(../img/zzjg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding-right: 30px;
    font-size: 24px;
  }
  .zz-list li {
    float: left;
    width: 500px;
    height: 100px;
    margin-right: 46px;
    position: relative;
    margin-bottom: 10px;
  }
  .zz-list li:nth-child(3n) {
    margin-right: 0;
  }
  .zz-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 20px;
    color: #0c3189;
    align-items: center;
    padding-left: 40px;
    border-bottom: 1px solid #0c3189;
  }
  .zz-list li::after {
    position: absolute;
    left: 3px;
    top: 40px;
    content: '';
    width: 17px;
    height: 18px;
    background: url(../img/li35.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .zz-list li:hover {
    background: url(../img/images/zzjg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  }
  .zz-list li:hover a {
    border: 1px solid transparent;
    padding-left: 55px;
  }
  .zz-list li:hover::after {
    background-image: url(../img/li35-1.png);
    left: 20px;
  }
  .xk-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .xk-tab li {
    width: 33.4%;
    height: 70px;
    border: 1px solid #e1e1e1;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
  }
  .xk-tab li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xk-tab li.on {
    height: 90px;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 90px;
  }
  .xk-tab li.on a {
    color: #fff;
  }
  .xk-cont {
    font-size: 18px;
    line-height: 1.8;
  }
  .lx-tab {
    position: relative;
    margin-bottom: 45px;
  }
  .lx-tab .ny_ban1 {
    padding: 0 1px;
  }
  .lx-tab .swiper-wrapper {
    align-items: center;
  }
  .lx-tab .swiper-slide {
    width: 276px;
    height: 70px;
    border: 1px solid #e1e1e1;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
  }
  .lx-tab .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-tab .swiper-slide.on {
    height: 90px;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 90px;
  }
  .lx-tab .swiper-slide.on a {
    color: #fff;
  }
  .lx-tab .sw-next-ny1,
  .lx-tab .sw-prev-ny1 {
    width: 34px;
    height: 34px;
    left: -16px;
    background: url(../img/sw-nyr.png) no-repeat center;
    background-size: 100% 100%;
    transform: scaleX(-1);
    margin-top: -16px;
  }
  .lx-tab .sw-next-ny1 {
    left: auto;
    right: -16px;
    transform: scaleX(1);
  }
  .lx-list li {
    float: left;
    margin-bottom: 60px;
    margin-right: 42px;
  }
  .lx-list li:nth-child(3n) {
    margin-right: 0;
  }
  .lx-list li:hover .info {
    background: url(../img/images/img7.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  .lx-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-list li .info {
    width: 490px;
    height: 335px;
    border: 1px solid #e1e1e1;
    padding: 38px 20px 38px 165px;
    margin-left: 15px;
  }
  .lx-list li .info .tit {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .lx-list li .info .tit span {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
  .lx-list li .info .jj {
    font-size: 14px;
    height: 150px;
    overflow-y: auto;
  }
  .lx-list li .info .jj p {
    margin-top: 5px;
  }
  .lx-list li .imgk {
    position: absolute;
    width: 153px;
    height: 203px;
    top: 38px;
    left: 0;
  }
  .lx-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ny-tit {
    font-size: 0.36rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  .xyjj .cont {
    padding-top: 0.3rem;
    line-height: 1.8;
  }
  .xyjj .cont .imgk {
    width: 7.05rem;
    float: right;
    margin-top: -0.3rem;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .xyjj .cont p {
    font-size: 16px;
  }
  .ld-list li {
    width: 3.4rem;
    height: 5.79rem;
    margin-bottom: 0.8rem;
    float: left;
    margin-right: 0.8rem;
  }
  .ld-list li:nth-child(4n) {
    margin-right: 0;
  }
  .ld-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f4fa;
    border-bottom: 0.03rem solid #0c3189;
    padding: 0.23rem 0.35rem;
  }
  .ld-list li .imgk {
    width: 2.5rem;
    height: 3.35rem;
    margin: 0 auto;
  }
  .ld-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ld-list li .txt .name {
    font-size: 0.24rem;
    font-weight: 600;
    color: #0c3189;
    margin-top: 0.1rem;
  }
  .ld-list li .txt .zw {
    color: #333;
    height: 1.6rem;
    overflow-y: auto;
  }
  .ld-list li .txt .zw p {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
  .ld-list li:hover a {
    color: #fff;
    background: url(../img/images/img5_03.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .ld-list li:hover .txt .name {
    color: #fff;
  }
  .ld-list li:hover .txt .zw {
    color: #fff;
  }
  .ld2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ld2 li {
    margin-left: 0.53rem;
    margin-right: 0.53rem;
  }
  .ld2 li:nth-child(4n) {
    margin-right: 53px;
  }
  .ld3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0.8rem;
  }
  .ld3 li {
    margin-right: 0;
  }
  .ny1 {
    background-image: url(../img/bg-l1.png), url(../img/bg-r1.png);
    background-position: left bottom, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 7.32rem auto, 6.25rem auto;
    position: relative;
    min-height: 100vh;
  }
  .zz-list {
    position: relative;
    border-top: 0.04rem solid #0c3189;
    margin-bottom: 0.8rem;
    padding-top: 0.3rem;
  }
  .zz-list .zz-tit {
    position: absolute;
    left: 0;
    top: -0.49rem;
    width: 2.54rem;
    height: 0.49rem;
    line-height: 0.49rem;
    background: url(../img/zzjg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding-right: 0.3rem;
    font-size: 0.24rem;
  }
  .zz-list li {
    float: left;
    width: 5rem;
    height: 1rem;
    margin-right: 0.46rem;
    position: relative;
    margin-bottom: 0.1rem;
  }
  .zz-list li:nth-child(3n) {
    margin-right: 0;
  }
  .zz-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 0.2rem;
    color: #0c3189;
    align-items: center;
    padding-left: 0.4rem;
    border-bottom: 1px solid #0c3189;
  }
  .zz-list li::after {
    position: absolute;
    left: 0.03rem;
    top: 0.4rem;
    content: '';
    width: 0.17rem;
    height: 0.18rem;
    background: url(../img/li35.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .zz-list li:hover {
    background: url(../img/images/zzjg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  }
  .zz-list li:hover a {
    border: 1px solid transparent;
    padding-left: 0.55rem;
  }
  .zz-list li:hover::after {
    background-image: url(../img/li35-1.png);
    left: 0.2rem;
  }
  .xk-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
  .xk-tab li {
    width: 33.4%;
    height: 0.7rem;
    border: 1px solid #e1e1e1;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .xk-tab li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xk-tab li.on {
    height: 0.9rem;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 0.9rem;
  }
  .xk-tab li.on a {
    color: #fff;
  }
  .xk-cont {
    font-size: 16px;
    line-height: 1.8;
  }
  .lx-tab {
    position: relative;
    margin-bottom: 0.45rem;
  }
  .lx-tab .ny_ban1 {
    padding: 0 1px;
  }
  .lx-tab .swiper-wrapper {
    align-items: center;
  }
  .lx-tab .swiper-slide {
    width: 2.76rem;
    height: 0.7rem;
    border: 1px solid #e1e1e1;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .lx-tab .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-tab .swiper-slide.on {
    height: 0.9rem;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 0.9rem;
  }
  .lx-tab .swiper-slide.on a {
    color: #fff;
  }
  .lx-tab .sw-next-ny1,
  .lx-tab .sw-prev-ny1 {
    width: 0.34rem;
    height: 0.34rem;
    left: -0.16rem;
    background: url(../img/sw-nyr.png) no-repeat center;
    background-size: 100% 100%;
    transform: scaleX(-1);
    margin-top: -0.16rem;
  }
  .lx-tab .sw-next-ny1 {
    left: auto;
    right: -0.16rem;
    transform: scaleX(1);
  }
  .lx-list li {
    float: left;
    margin-bottom: 0.6rem;
    margin-right: 0.42rem;
  }
  .lx-list li:nth-child(3n) {
    margin-right: 0;
  }
  .lx-list li:hover .info {
    background: url(../img/images/img7.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  .lx-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-list li .info {
    width: 4.9rem;
    height: 3.35rem;
    border: 1px solid #e1e1e1;
    padding: 0.38rem 0.2rem 0.38rem 1.65rem;
    margin-left: 0.15rem;
  }
  .lx-list li .info .tit {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .lx-list li .info .tit span {
    display: inline-block;
    font-size: 0.16rem;
    margin-left: 0.1rem;
  }
  .lx-list li .info .jj {
    font-size: 0.14rem;
    height: 1.5rem;
    overflow-y: auto;
  }
  .lx-list li .info .jj p {
    margin-top: 0.05rem;
  }
  .lx-list li .imgk {
    position: absolute;
    width: 1.53rem;
    height: 2.03rem;
    top: 0.38rem;
    left: 0;
  }
  .lx-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 800px) {
  .bread {
    margin-bottom: 0.2rem;
  }
  .bread img {
    height: 0.26rem;
  }
  .bread .lj {
    font-size: 0.2rem;
  }
  .ny-tit {
    font-size: 0.36rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.35rem;
  }
  .xyjj .cont {
    line-height: 1.8;
  }
  .xyjj .cont .imgk {
    width: 40%;
    float: right;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .xyjj .cont p {
    font-size: 0.24rem;
  }
  .ld-list li {
    width: 49%;
    height: 6.3rem;
    margin-bottom: 0.3rem;
    float: left;
    margin-right: 2%;
  }
  .ld-list li:nth-child(2n) {
    margin-right: 0;
  }
  .ld-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f4fa;
    border-bottom: 0.03rem solid #0c3189;
    padding: 0.23rem;
  }
  .ld-list li .imgk {
    width: 100%;
    height: 3.5rem;
    margin: 0 auto;
  }
  .ld-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ld-list li .txt .name {
    font-size: 0.28rem;
    font-weight: 600;
    color: #0c3189;
    margin-top: 0.1rem;
  }
  .ld-list li .txt .zw {
    color: #333;
    height: 1.8rem;
    overflow-y: auto;
  }
  .ld-list li .txt .zw p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .ld2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ld3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ny1 {
    background-image: url(../img/bg-l1.png), url(../img/bg-r1.png);
    background-position: left bottom, right 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: 7.32rem auto, 6.25rem auto;
    position: relative;
    min-height: 100vh;
  }
  .zz-list {
    position: relative;
    border-top: 0.04rem solid #0c3189;
    margin-bottom: 0.8rem;
    padding-top: 0.3rem;
    margin-top: 0.8rem;
  }
  .zz-list .zz-tit {
    position: absolute;
    left: 0;
    top: -0.49rem;
    width: 2.54rem;
    height: 0.49rem;
    line-height: 0.49rem;
    background: url(../img/zzjg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding-right: 0.3rem;
    font-size: 0.24rem;
  }
  .zz-list li {
    float: left;
    width: 49%;
    height: 1rem;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0.1rem;
  }
  .zz-list li:nth-child(2n) {
    margin-right: 0;
  }
  .zz-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 0.24rem;
    color: #0c3189;
    align-items: center;
    padding-left: 0.4rem;
    border-bottom: 1px solid #0c3189;
  }
  .zz-list li::after {
    position: absolute;
    left: 0.03rem;
    top: 0.4rem;
    content: '';
    width: 0.17rem;
    height: 0.18rem;
    background: url(../img/li35.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .xk-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
  .xk-tab li {
    width: 33.4%;
    height: 0.7rem;
    border: 1px solid #e1e1e1;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .xk-tab li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xk-tab li.on {
    height: 0.9rem;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 0.9rem;
  }
  .xk-tab li.on a {
    color: #fff;
  }
  .xk-cont {
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .lx-tab {
    position: relative;
    margin-bottom: 0.45rem;
  }
  .lx-tab .ny_ban1 {
    padding: 0 1px;
  }
  .lx-tab .swiper-wrapper {
    align-items: center;
  }
  .lx-tab .swiper-slide {
    width: 2.5rem;
    height: 0.7rem;
    border: 1px solid #e1e1e1;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .lx-tab .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-tab .swiper-slide.on {
    height: 0.9rem;
    border: 1px solid #0c3189;
    background: url(../img/images/img6_03.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 0.9rem;
  }
  .lx-tab .swiper-slide.on a {
    color: #fff;
  }
  .lx-tab .sw-next-ny1,
  .lx-tab .sw-prev-ny1 {
    width: 0.34rem;
    height: 0.34rem;
    left: -0.16rem;
    background: url(../img/sw-nyr.png) no-repeat center;
    background-size: 100% 100%;
    transform: scaleX(-1);
    margin-top: -0.16rem;
  }
  .lx-tab .sw-next-ny1 {
    left: auto;
    right: -0.16rem;
    transform: scaleX(1);
  }
  .lx-list li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .lx-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .lx-list li .info {
    width: 97%;
    min-height: 3rem;
    border: 1px solid #e1e1e1;
    padding: 0.3rem 0.2rem 0.3rem 1.65rem;
    margin-left: 3%;
  }
  .lx-list li .info .tit {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .lx-list li .info .tit span {
    display: inline-block;
    font-size: 0.24rem;
    margin-left: 0.1rem;
  }
  .lx-list li .info .jj {
    font-size: 0.2rem;
  }
  .lx-list li .info .jj p {
    margin-top: 0.05rem;
  }
  .lx-list li .imgk {
    position: absolute;
    width: 1.53rem;
    height: 2.03rem;
    top: 0.45rem;
    left: 0;
  }
  .lx-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1680px) {
  .dj-cont p {
    font-size: 18px;
  }
  .u20.u50 li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0.15rem solid #fff;
    border-right: 0.15rem solid #fff;
    border-left: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    z-index: 2;
  }
  .u20 li {
    width: 370px;
    float: left;
    margin-right: 37px;
    position: relative;
    margin-bottom: 75px;
  }
  .u20 li:nth-child(4n) {
    margin-right: 0;
  }
  .u20 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk {
    width: 370px;
    height: 280px;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    width: 100%;
    height: 215px;
    padding: 10px 30px;
    border: 1px solid #e1e1e1;
  }
  .u20 li .txt .tit {
    font-size: 18px;
    margin-bottom: 10px;
    height: 61px;
    color: #333;
  }
  .u20 li .txt .jj {
    border-top: 1px solid #e1e1e1;
    padding-top: 7px;
    font-size: 16px;
    color: #666;
  }
  .u20 li .txt .time {
    font-size: 16px;
    color: #c9151e;
    position: absolute;
    left: 57px;
    bottom: 20px;
  }
  .u20 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 26px;
    background: url(../img/dj-item1.png) no-repeat center;
    background-size: 100% 100%;
    width: 50px;
    height: 18px;
  }
  .u20 li:hover .txt {
    background: url(../img/images/img9.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .u20 li:hover .txt .tit,
  .u20 li:hover .txt .jj,
  .u20 li:hover .txt .time {
    color: #fff;
  }
  .u20 li:hover::after {
    background-image: url(../img/dj-item2.png);
  }
  .u21 li {
    width: 358px;
    float: left;
    margin-bottom: 60px;
    margin-right: 56px;
  }
  .u21 li:nth-child(4n) {
    margin-right: 0;
  }
  .u21 li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .u21 li .imgk {
    width: 358px;
    height: 268px;
  }
  .u21 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u21 li .txt {
    font-size: 22px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    border: 1px solid #e1e1e1;
  }
  .u21 li:hover a {
    color: #c9151e;
  }
  .jg-cont {
    margin-top: 45px;
    font-size: 18px;
  }
  .u22 {
    margin-bottom: 30px;
  }
  .u22 li {
    border-bottom: 1px solid #e1e1e1;
    background: url(../img/li8.jpg) no-repeat;
    background-size: 0 100%;
    border-left: 3px solid #fff;
    transition: all 0.5s;
  }
  .u22 li a {
    width: 100%;
    height: 100%;
    padding: 35px;
    padding-right: 60px;
    display: flex;
  }
  .u22 li .imgk {
    width: 224px;
    height: 168px;
  }
  .u22 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u22 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 60px;
  }
  .u22 li .txt .tit {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
  }
  .u22 li .txt .jj {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
  }
  .u22 li .txt .time {
    margin-top: 10px;
    color: #b7b7b7;
    font-size: 18px;
  }
  .u22 li .txt .time span {
    font-size: 24px;
  }
  .u22 li:hover {
    border-bottom-right-radius: 30px;
    overflow: hidden;
    border-left: 3px solid #ff9900;
    background-size: 100% 100%;
  }
  .u22 li:hover .txt .time,
  .u22 li:hover .txt .jj,
  .u22 li:hover .txt .tit {
    color: #fff;
  }
  .u22 li:hover .tit {
    font-weight: 600;
  }
  .u29 li {
    background-image: url(../img/images/l29.jpg);
  }
  .u29 li a {
    padding: 45px;
    padding-right: 80px;
  }
  .u29 li .imgk {
    width: 294px;
    height: 221px;
  }
  .u29 li .txt {
    padding-left: 80px;
  }
  .u29 li .txt .tit {
    font-size: 24px;
  }
  .u29 li .txt .jj {
    font-size: 18px;
  }
  .u29 li .txt .time {
    font-size: 16px;
  }
  .u29 li .txt .time span {
    font-size: 24px;
  }
  .ny-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ny-search.ny-search2 .sel select {
    background-image: url(../img/sel2.png);
  }
  .ny-search.ny-search2 .ss {
    background-color: #0c3189;
  }
  .ny-search .sel select {
    width: 267px;
    padding: 0 15px;
    background: url(../img/sel.png) no-repeat 95% center;
    height: 45px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;
  }
  .ny-search .ipt input {
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    width: 728px;
    height: 45px;
    font-size: 16px;
    border-radius: 6px;
  }
  .ny-search .ss {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 158px;
    height: 45px;
    line-height: 45px;
    background-color: #c9151e;
    border-radius: 6px;
  }
  .xwxq .tit {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
  }
  .xwxq .tit3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .xwxq .tit2 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
  }
  .xwxq .line {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 20px 0;
  }
  .xwxq .cont {
    font-size: 18px;
  }
  .xwxq table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
    text-align: center;
  }
  .xwxq table thead td {
    background-color: #01478e !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;
  }
  .xwxq table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xwxq table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 60px !important;
    padding: 10px 25px !important;
    font-family: Arial, Verdana, "微软雅黑" !important;
  }
  .xwxq .cont-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  .xwxq .cont-bottom .l {
    width: 100%;
    flex: 1;
    padding-right: 20px;
  }
  .xwxq .cont-bottom .l p {
    margin-top: 10px;
  }
  .xwxq .cont-bottom .r a {
    margin-left: 10px;
  }
}
.u51 li {
  background-image: url(../img/images/l29.jpg) !important;
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .dj-cont p {
    font-size: 16px;
  }
  .u20.u50 li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0.15rem solid #fff;
    border-right: 0.15rem solid #fff;
    border-left: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    z-index: 2;
  }
  .u20 li {
    width: 3.7rem;
    float: left;
    margin-right: 0.37rem;
    position: relative;
    margin-bottom: 0.75rem;
  }
  .u20 li:nth-child(4n) {
    margin-right: 0;
  }
  .u20 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk {
    width: 3.7rem;
    height: 2.8rem;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    width: 100%;
    height: 2.15rem;
    padding: 0.1rem 0.3rem;
    border: 1px solid #e1e1e1;
  }
  .u20 li .txt .tit {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    height: 0.61rem;
    color: #333;
  }
  .u20 li .txt .jj {
    border-top: 1px solid #e1e1e1;
    padding-top: 0.07rem;
    font-size: 0.16rem;
    color: #666;
  }
  .u20 li .txt .time {
    font-size: 0.16rem;
    color: #c9151e;
    position: absolute;
    left: 0.57rem;
    bottom: 0.2rem;
  }
  .u20 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.26rem;
    background: url(../img/dj-item1.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.18rem;
  }
  .u20 li:hover .txt {
    background: url(../img/images/img9.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
  }
  .u20 li:hover .txt .tit,
  .u20 li:hover .txt .jj,
  .u20 li:hover .txt .time {
    color: #fff;
  }
  .u20 li:hover::after {
    background-image: url(../img/dj-item2.png);
  }
  .u21 li {
    width: 3.58rem;
    float: left;
    margin-bottom: 0.6rem;
    margin-right: 0.56rem;
  }
  .u21 li:nth-child(4n) {
    margin-right: 0;
  }
  .u21 li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .u21 li .imgk {
    width: 3.58rem;
    height: 2.68rem;
  }
  .u21 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u21 li .txt {
    font-size: 0.22rem;
    height: 0.73rem;
    line-height: 0.73rem;
    text-align: center;
    border: 1px solid #e1e1e1;
  }
  .u21 li:hover a {
    color: #c9151e;
  }
  .jg-cont {
    margin-top: 0.45rem;
    font-size: 16px;
  }
  .u22 {
    margin-bottom: 0.3rem;
  }
  .u22 li {
    border-bottom: 1px solid #e1e1e1;
    background: url(../img/li8.jpg) no-repeat;
    background-size: 0 100%;
    border-left: 0.03rem solid #fff;
    transition: all 0.5s;
  }
  .u22 li a {
    width: 100%;
    height: 100%;
    padding: 0.35rem;
    padding-right: 0.6rem;
    display: flex;
  }
  .u22 li .imgk {
    width: 2.24rem;
    height: 1.68rem;
  }
  .u22 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u22 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 0.6rem;
  }
  .u22 li .txt .tit {
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.1rem;
  }
  .u22 li .txt .jj {
    margin-top: 0.15rem;
    color: #999;
    font-size: 0.16rem;
  }
  .u22 li .txt .time {
    margin-top: 0.1rem;
    color: #b7b7b7;
    font-size: 0.18rem;
  }
  .u22 li .txt .time span {
    font-size: 0.24rem;
  }
  .u22 li:hover {
    border-bottom-right-radius: 0.3rem;
    overflow: hidden;
    border-left: 0.03rem solid #ff9900;
    background-size: 100% 100%;
  }
  .u22 li:hover .txt .time,
  .u22 li:hover .txt .jj,
  .u22 li:hover .txt .tit {
    color: #fff;
  }
  .u22 li:hover .tit {
    font-weight: 600;
  }
  .u29 li {
    background-image: url(../img/images/l29.jpg);
  }
  .u29 li a {
    padding: 0.45rem;
    padding-right: 0.8rem;
  }
  .u29 li .imgk {
    width: 2.94rem;
    height: 2.21rem;
  }
  .u29 li .txt {
    padding-left: 0.8rem;
  }
  .u29 li .txt .tit {
    font-size: 0.24rem;
  }
  .u29 li .txt .jj {
    font-size: 0.18rem;
  }
  .u29 li .txt .time {
    font-size: 0.16rem;
  }
  .u29 li .txt .time span {
    font-size: 0.24rem;
  }
  .ny-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ny-search.ny-search2 .sel select {
    background-image: url(../img/sel2.png);
  }
  .ny-search.ny-search2 .ss {
    background-color: #0c3189;
  }
  .ny-search .sel select {
    width: 2.67rem;
    padding: 0 0.15rem;
    background: url(../img/sel.png) no-repeat 95% center;
    height: 0.45rem;
    border: 1px solid #d3d3d3;
    border-radius: 0.06rem;
    -webkit-appearance: none;
    outline: none;
    font-size: 0.16rem;
  }
  .ny-search .ipt input {
    padding: 0 0.15rem;
    border: 1px solid #d3d3d3;
    width: 7.28rem;
    height: 0.45rem;
    font-size: 0.16rem;
    border-radius: 0.06rem;
  }
  .ny-search .ss {
    cursor: pointer;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
    width: 1.58rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background-color: #c9151e;
    border-radius: 0.06rem;
  }
  .xwxq .tit {
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.3rem;
    font-weight: 600;
  }
  .xwxq .tit3 {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .xwxq .tit2 {
    font-size: 0.16rem;
    color: #999999;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .xwxq .line {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 0.2rem 0;
  }
  .xwxq .cont {
    font-size: 16px;
  }
  .xwxq table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
    text-align: center;
  }
  .xwxq table thead td {
    background-color: #01478e !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;
  }
  .xwxq table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xwxq table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 0.6rem !important;
    padding: 0.1rem 0.25rem !important;
    font-family: Arial, Verdana, "微软雅黑" !important;
  }
  .xwxq .cont-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
  }
  .xwxq .cont-bottom .l {
    width: 100%;
    flex: 1;
    padding-right: 0.2rem;
  }
  .xwxq .cont-bottom .l p {
    margin-top: 0.1rem;
  }
  .xwxq .cont-bottom .r a {
    margin-left: 0.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .dj-cont p {
    font-size: 0.24rem;
  }
  .u20.u50 li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0.15rem solid #fff;
    border-right: 0.15rem solid #fff;
    border-left: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    z-index: 2;
  }
  .u20 li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .u20 li:nth-child(2n) {
    margin-right: 0;
  }
  .u20 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk {
    width: 100%;
    height: 2.6rem;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    width: 100%;
    height: 2.5rem;
    padding: 0.1rem 0.3rem;
    border: 1px solid #e1e1e1;
  }
  .u20 li .txt .tit {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    height: 0.8rem;
    color: #333;
  }
  .u20 li .txt .jj {
    border-top: 1px solid #e1e1e1;
    padding-top: 0.07rem;
    font-size: 0.2rem;
    color: #666;
  }
  .u20 li .txt .time {
    font-size: 0.2rem;
    color: #c9151e;
    position: absolute;
    left: 0.57rem;
    bottom: 0.2rem;
  }
  .u20 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.26rem;
    background: url(../img/dj-item1.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.18rem;
  }
  .u21 li {
    width: 49%;
    float: left;
    margin-bottom: 0.3rem;
    margin-right: 2%;
  }
  .u21 li:nth-child(2n) {
    margin-right: 0;
  }
  .u21 li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .u21 li .imgk {
    width: 100%;
    height: 2.5rem;
  }
  .u21 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u21 li .txt {
    font-size: 0.22rem;
    height: 0.73rem;
    line-height: 0.73rem;
    text-align: center;
    border: 1px solid #e1e1e1;
  }
  .jg-cont {
    margin-top: 0.45rem;
  }
  .u22 {
    margin-bottom: 0.3rem;
  }
  .u22 li a {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
  }
  .u22 li .imgk {
    width: 2rem;
    height: 1.5rem;
  }
  .u22 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u22 li .txt {
    flex: 1;
    width: 100%;
    padding-left: 0.3rem;
  }
  .u22 li .txt .tit {
    font-size: 0.24rem;
    color: #333;
    margin-top: 0.1rem;
    white-space: normal;
  }
  .u22 li .txt .jj {
    margin-top: 0.15rem;
    color: #999;
    font-size: 0.2rem;
  }
  .u22 li .txt .time {
    margin-top: 0.1rem;
    color: #b7b7b7;
    font-size: 0.18rem;
  }
  .u22 li .txt .time span {
    font-size: 0.24rem;
  }
  .ny-search.ny-search2 .sel select {
    background-image: url(../img/sel2.png);
  }
  .ny-search.ny-search2 .ss {
    background-color: #0c3189;
  }
  .ny-search .sel select {
    width: 100%;
    padding: 0 0.15rem;
    background: url(../img/sel.png) no-repeat 95% center;
    height: 0.5rem;
    border: 1px solid #d3d3d3;
    border-radius: 0.06rem;
    -webkit-appearance: none;
    outline: none;
    font-size: 0.24rem;
    margin-bottom: 10px;
  }
  .ny-search .ipt input {
    padding: 0 0.15rem;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 0.5rem;
    font-size: 0.24rem;
    border-radius: 0.06rem;
    margin-bottom: 10px;
  }
  .ny-search .ss {
    cursor: pointer;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #c9151e;
    border-radius: 0.06rem;
  }
  .xwxq .tit {
    font-size: 0.32rem;
    text-align: center;
    margin-top: 0.3rem;
  }
  .xwxq .tit3 {
    font-size: 0.26rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .xwxq .tit2 {
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .xwxq .line {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 0.2rem 0;
  }
  .xwxq .cont {
    font-size: 0.28rem;
  }
  .xwxq table {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    border-collapse: collapse !important;
    text-align: center;
  }
  .xwxq table thead td {
    background-color: #01478e !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;
  }
  .xwxq table tbody tr:nth-child(2n) {
    background: #f5f5f5 !important;
  }
  .xwxq table tbody td {
    border: 1px solid #d9d9d9 !important;
    height: 50px !important;
    padding: 10px 20px !important;
    font-family: Arial, Verdana, "微软雅黑" !important;
  }
  .xwxq .cont-bottom {
    font-size: 0.28rem;
  }
  .xwxq .cont-bottom .l {
    width: 100%;
    flex: 1;
    padding-right: 0.2rem;
  }
  .xwxq .cont-bottom .l p {
    margin-top: 0.1rem;
  }
  .xwxq .cont-bottom .r {
    margin-top: 10px;
  }
  .xwxq .cont-bottom .r a {
    margin-left: 0.1rem;
  }
}
@media only screen and (min-width: 1680px) {
  .u7 {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .u7 li {
    transition: all 0.5s;
    border-bottom: 1px solid #ffcccc;
  }
  .u7 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px 22px;
    background: url(../img/li7.png) no-repeat;
    background-position: 0 0;
    background-size: 0 100%;
    border-right: 3px solid #fff;
  }
  .u7 li .time {
    text-align: center;
    color: #c9151e;
  }
  .u7 li .time p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
  .u7 li .time span {
    font-size: 16px;
    font-style: italic;
  }
  .u7 li .tit {
    font-size: 20px;
    width: 100%;
    flex: 1;
    padding-left: 35px;
  }
  .u7 li:hover {
    border-bottom-right-radius: 30px;
    border-color: #fff;
  }
  .u7 li:hover a {
    background-position: 0 0;
    background-size: 100% 100%;
    border-bottom-right-radius: 30px;
    color: #fff;
    border-left: 3px solid #ff9900;
  }
  .u7 li:hover .time {
    color: #fff;
  }
  .u7 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .u7.u7-2.u7-3 li a {
    background-image: url(../img/li7-3.jpg);
  }
  .u7.u7-2 li {
    border-bottom-color: #ccccff;
  }
  .u7.u7-2 li a {
    background-image: url(../img/li7-2.jpg);
  }
  .u7.u7-2 li .time {
    color: #0c3189;
  }
  .u7.u7-2 li:hover {
    border-bottom-right-radius: 30px;
    border-color: #fff;
  }
  .u7.u7-2 li:hover a {
    background-position: 0 0;
    background-size: 100% 100%;
    border-bottom-right-radius: 30px;
    color: #fff;
    border-left: 3px solid #ff9900;
  }
  .u7.u7-2 li:hover .time {
    color: #fff;
  }
  .u7.u7-2 li:hover .tit {
    color: #fff;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u7 {
    margin-top: 0.45rem;
    margin-bottom: 0.3rem;
  }
  .u7 li {
    transition: all 0.5s;
    border-bottom: 1px solid #ffcccc;
  }
  .u7 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.24rem 0.22rem;
    background: url(../img/li7.png) no-repeat;
    background-position: 0 0;
    background-size: 0 100%;
    border-right: 0.03rem solid #fff;
  }
  .u7 li .time {
    text-align: center;
    color: #c9151e;
  }
  .u7 li .time p {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: 600;
  }
  .u7 li .time span {
    font-size: 0.16rem;
    font-style: italic;
  }
  .u7 li .tit {
    font-size: 0.2rem;
    width: 100%;
    flex: 1;
    padding-left: 0.35rem;
  }
  .u7 li:hover {
    border-bottom-right-radius: 0.3rem;
    border-color: #fff;
  }
  .u7 li:hover a {
    background: url(../img/li7.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    border-bottom-right-radius: 0.3rem;
    color: #fff;
    border-left: 0.03rem solid #ff9900;
  }
  .u7 li:hover .time {
    color: #fff;
  }
  .u7 li:hover .tit {
    color: #fff;
    font-weight: 600;
  }
  .u7.u7-2.u7-3 li a {
    background-image: url(../img/li7-3.jpg);
  }
  .u7.u7-2 li {
    border-bottom-color: #ccccff;
  }
  .u7.u7-2 li a {
    background-image: url(../img/li7-2.jpg);
  }
  .u7.u7-2 li .time {
    color: #0c3189;
  }
  .u7.u7-2 li:hover {
    border-color: #fff;
  }
  .u7.u7-2 li:hover a {
    background-position: 0 0;
    background-size: 100% 100%;
    color: #fff;
    border-left: 3px solid #ff9900;
  }
  .u7.u7-2 li:hover .time {
    color: #fff;
  }
  .u7.u7-2 li:hover .tit {
    color: #fff;
  }
}
@media only screen and (max-width: 800px) {
  .u7 {
    margin-top: 0.45rem;
    margin-bottom: 0.3rem;
  }
  .u7 li {
    transition: all 0.5s;
    border-bottom: 1px solid #ffcccc;
  }
  .u7 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.24rem 0.22rem;
    background: url(../img/li7.png) no-repeat;
    background-position: 0 0;
    background-size: 0 100%;
    border-right: 0.03rem solid #fff;
  }
  .u7 li .time {
    text-align: center;
    color: #c9151e;
  }
  .u7 li .time p {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: 600;
  }
  .u7 li .time span {
    font-size: 0.16rem;
    font-style: italic;
    display: block;
  }
  .u7 li .tit {
    font-size: 0.24rem;
    width: 100%;
    flex: 1;
    padding-left: 0.35rem;
  }
  .u7.u7-2 li {
    border-bottom-color: #ccccff;
  }
  .u7.u7-2 li .time {
    color: #0c3189;
  }
}
@media only screen and (min-width: 1680px) {
  .about-link .tit {
    font-size: 28px;
    margin: 50px 0;
  }
  .u23 li {
    float: left;
    width: 385px;
    height: 75px;
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .u23 li:nth-child(4n) {
    margin-right: 0;
  }
  .u23 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 1px dashed #adbcec;
    border-left: 4px solid #0c3189;
    padding: 0 18px;
  }
  .u23 li .name {
    font-size: 16px;
    width: 100%;
    flex: 1;
    padding-right: 10px;
    color: #0c3189;
  }
  .u23 li img {
    width: 21px;
    height: 21px;
    object-fit: contain;
  }
  .u23 li.on,
  .u23 li:hover {
    background: url(../img/link.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .u23 li.on a,
  .u23 li:hover a {
    border: 0 solid #0c3189;
  }
  .u23 li.on img,
  .u23 li:hover img {
    display: none;
  }
  .u23 li.on .name,
  .u23 li:hover .name {
    text-align: center;
    color: #fff;
  }
  .u24 {
    margin: 30px 0;
  }
  .u24 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 22px;
    height: 84px;
    border-bottom: 1px dashed #e1e1e1;
  }
  .u24 li img {
    width: 25px;
    height: 17px;
    object-fit: contain;
  }
  .u24 li .name {
    padding: 0 24px;
    font-size: 18px;
    width: 100%;
    flex: 1;
  }
  .u24 li .time {
    color: #999999;
    font-size: 16px;
  }
  .u24 li:hover .name {
    color: #0c3189;
    font-weight: 600;
  }
  .ny2 {
    background-color: #edeef2;
  }
  .u25 li {
    float: left;
    margin-right: 50px;
    margin-bottom: 70px;
  }
  .u25 li:nth-child(3n) {
    margin-right: 0;
  }
  .u25 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u25 li .imgk {
    width: 500px;
    height: 333px;
  }
  .u25 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u25 li .txt {
    position: relative;
    width: 433px;
    height: 92px;
    margin-top: -45px;
    background: url(../img/li25.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 44px;
  }
  .u25 li .txt .name {
    font-size: 20px;
    width: 100%;
    flex: 1;
  }
  .u25 li .txt img {
    width: 40px;
    height: 41px;
  }
  .u25 li:hover .txt img {
    animation: rotate linear 0.5s;
  }
  .u26 li {
    float: left;
    width: 509px;
    height: 330px;
    margin-right: 36px;
    margin-bottom: 50px;
  }
  .u26 li:nth-child(3n) {
    margin-right: 0;
  }
  .u26 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .u26 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u26 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u26 li .imgk::after {
    width: 100%;
    height: 40%;
    content: '';
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .u26 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    padding-top: 0;
    font-size: 30px;
    color: #fff;
  }
  .u27 li {
    width: 100%;
    height: 455px;
    background: url(../img/xz1.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 55px;
  }
  .u27 li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 50px 58px 53px 48px;
  }
  .u27 li .imgk {
    width: 260px;
    height: 344px;
    position: relative;
  }
  .u27 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u27 li .imgk::before,
  .u27 li .imgk::after {
    content: '';
    width: 8px;
    height: 125px;
    position: absolute;
    left: -7px;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u27 li .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -7px;
    bottom: 0;
  }
  .u27 li .info {
    width: 100%;
    flex: 1;
    padding-left: 48px;
  }
  .u27 li .info .tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe1f5;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .u27 li .info .tit span {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
  }
  .u27 li .info .txt {
    height: 240px;
    overflow: auto;
    font-size: 18px;
  }
  .u27 li:hover {
    background-image: url(../img/xz2.png);
  }
  .u27 li:hover .imgk::after {
    background-image: url(../img/pic21.png);
  }
  .u27 li:hover .imgk::before {
    background-image: url(../img/pic11.png);
  }
  .u27 li:hover a {
    color: #fff;
  }
  .ml-tab {
    display: flex;
    flex-wrap: wrap;
    border-top: 5px solid #0c3189;
    background-color: #f6f7fb;
    padding: 35px 30px;
    padding-bottom: 0;
    flex-gap: 10;
    margin-bottom: 45px;
    overflow: hidden;
    height: 180px;
    position: relative;
  }
  .ml-tab .item {
    font-size: 17px;
    color: #999999;
    margin-bottom: 30px;
    margin-right: 20px;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid transparent;
  }
  .ml-tab .item.on {
    border: 1px solid #0c3189;
    border-radius: 30px;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    color: #fff;
  }
  .ml-tab .open {
    position: absolute;
    right: 35px;
    bottom: 45px;
    background-color: #f6f7fb;
    cursor: pointer;
  }
  .ml-tab.on {
    overflow: initial;
    height: auto;
  }
  .ml-tab.on .open {
    transform: rotate(180deg);
  }
  .ny-ss2 {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  }
  .ny-ss2 .ipt input {
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    width: 728px;
    height: 45px;
    font-size: 16px;
    border-radius: 6px;
  }
  .ny-ss2 .ss {
    margin-left: 45px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 158px;
    height: 45px;
    line-height: 45px;
    background-color: #0c3189;
    border-radius: 6px;
  }
  .u28 li {
    float: left;
    border: 1px solid transparent;
    width: 295px;
    height: 435px;
    margin-right: 31px;
    margin-bottom: 40px;
  }
  .u28 li:nth-child(5n) {
    margin-right: 0;
  }
  .u28 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 19px;
  }
  .u28 li .imgk {
    width: 258px;
    height: 340px;
    position: relative;
  }
  .u28 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u28 li .name {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 5px;
  }
  .u28 li .name span {
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 3px;
  }
  .u28 li:hover {
    border: 1px solid #dbe1f5;
    background-color: #f6f7fb;
  }
  .u28 li:hover .imgk::before,
  .u28 li:hover .imgk::after {
    content: '';
    width: 8px;
    height: 125px;
    position: absolute;
    left: -7px;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u28 li:hover .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -7px;
    bottom: 0;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .about-link .tit {
    font-size: 0.28rem;
    margin: 0.5rem 0;
  }
  .u23 li {
    float: left;
    width: 3.85rem;
    height: 0.75rem;
    margin-right: 0.2rem;
    margin-bottom: 0.35rem;
  }
  .u23 li:nth-child(4n) {
    margin-right: 0;
  }
  .u23 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 1px dashed #adbcec;
    border-left: 0.04rem solid #0c3189;
    padding: 0 0.18rem;
  }
  .u23 li .name {
    font-size: 0.16rem;
    width: 100%;
    flex: 1;
    padding-right: 0.1rem;
    color: #0c3189;
  }
  .u23 li img {
    width: 0.21rem;
    height: 0.21rem;
    object-fit: contain;
  }
  .u23 li.on,
  .u23 li:hover {
    background: url(../img/link.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .u23 li.on a,
  .u23 li:hover a {
    border: 0 solid #0c3189;
  }
  .u23 li.on img,
  .u23 li:hover img {
    display: none;
  }
  .u23 li.on .name,
  .u23 li:hover .name {
    text-align: center;
    color: #fff;
  }
  .u24 {
    margin: 0.3rem 0;
  }
  .u24 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.22rem;
    height: 0.84rem;
    border-bottom: 1px dashed #e1e1e1;
  }
  .u24 li img {
    width: 0.25rem;
    height: 0.17rem;
    object-fit: contain;
  }
  .u24 li .name {
    padding: 0 0.24rem;
    font-size: 0.2rem;
    width: 100%;
    flex: 1;
  }
  .u24 li .time {
    color: #999999;
    font-size: 0.16rem;
  }
  .u24 li:hover .name {
    color: #0c3189;
    font-weight: 600;
  }
  .ny2 {
    background-color: #edeef2;
  }
  .u25 li {
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.7rem;
  }
  .u25 li:nth-child(3n) {
    margin-right: 0;
  }
  .u25 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u25 li .imgk {
    width: 5rem;
    height: 3.33rem;
  }
  .u25 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u25 li .txt {
    position: relative;
    width: 4.33rem;
    height: 0.92rem;
    margin-top: -0.45rem;
    background: url(../img/li25.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.44rem;
  }
  .u25 li .txt .name {
    font-size: 0.2rem;
    width: 100%;
    flex: 1;
  }
  .u25 li .txt img {
    width: 0.4rem;
    height: 0.41rem;
  }
  .u25 li:hover .txt img {
    animation: rotate linear 0.5s;
  }
  .u26 li {
    float: left;
    width: 5.09rem;
    height: 3.3rem;
    margin-right: 0.36rem;
    margin-bottom: 0.5rem;
  }
  .u26 li:nth-child(3n) {
    margin-right: 0;
  }
  .u26 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  .u26 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u26 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u26 li .imgk::after {
    width: 100%;
    height: 40%;
    content: '';
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .u26 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.4rem;
    padding-top: 0;
    font-size: 0.3rem;
    color: #fff;
  }
  .u27 li {
    width: 100%;
    height: 4.55rem;
    background: url(../img/xz1.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.55rem;
  }
  .u27 li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.5rem 0.58rem 0.53rem 0.48rem;
  }
  .u27 li .imgk {
    width: 2.6rem;
    height: 3.44rem;
    position: relative;
  }
  .u27 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u27 li .imgk::before,
  .u27 li .imgk::after {
    content: '';
    width: 0.08rem;
    height: 1.25rem;
    position: absolute;
    left: -0.07rem;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u27 li .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -0.07rem;
    bottom: 0;
  }
  .u27 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.48rem;
  }
  .u27 li .info .tit {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #dbe1f5;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .u27 li .info .tit span {
    display: inline-block;
    font-size: 0.18rem;
    margin-left: 0.1rem;
  }
  .u27 li .info .txt {
    height: 2.4rem;
    overflow: auto;
    font-size: 0.2rem;
  }
  .u27 li:hover {
    background-image: url(../img/xz2.png);
  }
  .u27 li:hover .imgk::after {
    background-image: url(../img/pic21.png);
  }
  .u27 li:hover .imgk::before {
    background-image: url(../img/pic11.png);
  }
  .u27 li:hover a {
    color: #fff;
  }
  .ml-tab {
    display: flex;
    flex-wrap: wrap;
    border-top: 0.05rem solid #0c3189;
    background-color: #f6f7fb;
    padding: 0.35rem 0.3rem;
    padding-bottom: 0;
    margin-bottom: 0.45rem;
    overflow: hidden;
    height: 1.8rem;
    position: relative;
  }
  .ml-tab .item {
    font-size: 0.2rem;
    color: #999999;
    margin-bottom: 0.3rem;
    margin-right: 0.2rem;
    cursor: pointer;
    padding: 0.1rem 0.15rem;
    line-height: 1;
    border: 1px solid transparent;
  }
  .ml-tab .item.on {
    border: 1px solid #0c3189;
    border-radius: 0.3rem;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    color: #fff;
  }
  .ml-tab .open {
    position: absolute;
    right: 0.35rem;
    bottom: 0.4rem;
    background-color: #f6f7fb;
    cursor: pointer;
  }
  .ml-tab .open img {
    width: 0.24rem;
  }
  .ml-tab.on {
    overflow: initial;
    height: auto;
  }
  .ml-tab.on .open {
    transform: rotate(180deg);
  }
  .ny-ss2 {
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
  }
  .ny-ss2 .ipt input {
    padding: 0 0.15rem;
    border: 1px solid #d3d3d3;
    width: 7.28rem;
    height: 0.45rem;
    font-size: 0.16rem;
    border-radius: 0.06rem;
  }
  .ny-ss2 .ss {
    margin-left: 0.45rem;
    cursor: pointer;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
    width: 1.58rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background-color: #0c3189;
    border-radius: 0.06rem;
  }
  .u28 li {
    float: left;
    border: 1px solid transparent;
    width: 2.95rem;
    height: 4.35rem;
    margin-right: 0.31rem;
    margin-bottom: 0.4rem;
  }
  .u28 li:nth-child(5n) {
    margin-right: 0;
  }
  .u28 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.19rem;
  }
  .u28 li .imgk {
    width: 2.58rem;
    height: 3.4rem;
    position: relative;
  }
  .u28 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u28 li .name {
    font-size: 0.25rem;
    font-weight: 600;
    margin-top: 0.2rem;
    letter-spacing: 0.05rem;
  }
  .u28 li .name span {
    font-weight: 400;
    font-size: 0.17rem;
    display: inline-block;
    margin-left: 0.1rem;
    letter-spacing: 0.03rem;
  }
  .u28 li:hover {
    border: 1px solid #dbe1f5;
    background-color: #f6f7fb;
  }
  .u28 li:hover .imgk::before,
  .u28 li:hover .imgk::after {
    content: '';
    width: 0.08rem;
    height: 1.25rem;
    position: absolute;
    left: -0.07rem;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u28 li:hover .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -0.07rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  .about-link .tit {
    font-size: 0.32rem;
    margin: 0.3rem 0;
  }
  .u23 li {
    float: left;
    width: 49%;
    height: 0.8rem;
    margin-right: 2%;
    margin-bottom: 0.3rem;
  }
  .u23 li:nth-child(2n) {
    margin-right: 0;
  }
  .u23 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 1px dashed #adbcec;
    border-left: 3px solid #0c3189;
    padding: 0 0.2rem;
  }
  .u23 li .name {
    font-size: 0.24rem;
    line-height: 1.5;
    width: 100%;
    flex: 1;
    padding-right: 0.1rem;
    color: #0c3189;
  }
  .u23 li img {
    width: 0.21rem;
    height: 0.21rem;
    object-fit: contain;
  }
  .u23 li.on,
  .u23 li:hover {
    background: url(../img/link.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .u23 li.on a,
  .u23 li:hover a {
    border: 0 solid #0c3189;
  }
  .u23 li.on img,
  .u23 li:hover img {
    display: none;
  }
  .u23 li.on .name,
  .u23 li:hover .name {
    text-align: center;
    color: #fff;
  }
  .u24 {
    margin: 0.3rem 0;
  }
  .u24 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.22rem;
    height: 0.84rem;
    border-bottom: 1px dashed #e1e1e1;
  }
  .u24 li img {
    width: 0.25rem;
    height: 0.17rem;
    object-fit: contain;
  }
  .u24 li .name {
    padding: 0 0.2rem;
    font-size: 0.26rem;
    width: 100%;
    flex: 1;
  }
  .u24 li .time {
    color: #999999;
    font-size: 0.2rem;
  }
  .u24 li:hover .name {
    color: #0c3189;
    font-weight: 600;
  }
  .ny2 {
    background-color: #edeef2;
  }
  .u25 li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0.4rem;
  }
  .u25 li:nth-child(2n) {
    margin-right: 0;
  }
  .u25 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u25 li .imgk {
    width: 100%;
    height: 2.5rem;
  }
  .u25 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u25 li .txt {
    position: relative;
    width: 90%;
    height: 0.92rem;
    margin-top: -0.45rem;
    background: url(../img/li25.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  .u25 li .txt .name {
    font-size: 0.2rem;
    width: 100%;
    flex: 1;
  }
  .u25 li .txt img {
    width: 0.35rem;
    height: 0.35rem;
  }
  .u26 li {
    float: left;
    width: 49%;
    height: 2.5rem;
    margin-right: 2%;
    margin-bottom: 0.4rem;
  }
  .u26 li:nth-child(2n) {
    margin-right: 0;
  }
  .u26 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  .u26 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u26 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u26 li .imgk::after {
    width: 100%;
    height: 50%;
    content: '';
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .u26 li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.2rem;
    padding-top: 0;
    font-size: 0.28rem;
    color: #fff;
  }
  .u27 li {
    width: 100%;
    height: 4.55rem;
    background: url(../img/xz1.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.55rem;
  }
  .u27 li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.4rem;
  }
  .u27 li .imgk {
    width: 2.6rem;
    height: 3.44rem;
    position: relative;
  }
  .u27 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u27 li .imgk::before,
  .u27 li .imgk::after {
    content: '';
    width: 0.08rem;
    height: 1.25rem;
    position: absolute;
    left: -0.07rem;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u27 li .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -0.07rem;
    bottom: 0;
  }
  .u27 li .info {
    width: 100%;
    flex: 1;
    padding-left: 0.4rem;
  }
  .u27 li .info .tit {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #dbe1f5;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .u27 li .info .tit span {
    display: inline-block;
    font-size: 0.22rem;
    margin-left: 0.1rem;
  }
  .u27 li .info .txt {
    height: 2.4rem;
    overflow: auto;
    font-size: 0.22rem;
  }
  .ml-tab {
    display: flex;
    flex-wrap: wrap;
    border-top: 0.05rem solid #0c3189;
    background-color: #f6f7fb;
    padding: 0.35rem 0.3rem;
    padding-bottom: 0;
    margin-bottom: 0.45rem;
    overflow: hidden;
    height: 1.8rem;
    position: relative;
  }
  .ml-tab .item {
    font-size: 0.2rem;
    color: #999999;
    margin-bottom: 0.3rem;
    margin-right: 0.2rem;
    cursor: pointer;
    padding: 0.1rem 0.15rem;
    line-height: 1;
    border: 1px solid transparent;
  }
  .ml-tab .item.on {
    border: 1px solid #0c3189;
    border-radius: 0.3rem;
    background-image: linear-gradient(to right, #0c3189, #1870c2);
    color: #fff;
  }
  .ml-tab .open {
    position: absolute;
    right: 0.35rem;
    bottom: 0.4rem;
    background-color: #f6f7fb;
    cursor: pointer;
  }
  .ml-tab .open img {
    width: 0.24rem;
  }
  .ml-tab.on {
    overflow: initial;
    height: auto;
  }
  .ml-tab.on .open {
    transform: rotate(180deg);
  }
  .ny-ss2 {
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
  }
  .ny-ss2 .ipt {
    width: 80%;
  }
  .ny-ss2 .ipt input {
    padding: 0 0.15rem;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 0.55rem;
    font-size: 0.22rem;
    border-radius: 0.06rem;
  }
  .ny-ss2 .ss {
    margin-left: 0.45rem;
    cursor: pointer;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    width: 20%;
    height: 0.55rem;
    line-height: 0.55rem;
    background-color: #0c3189;
    border-radius: 0.06rem;
  }
  .u28 li {
    float: left;
    border: 1px solid transparent;
    width: 49%;
    height: 4.9rem;
    margin-right: 2%;
    margin-bottom: 0.4rem;
  }
  .u28 li:nth-child(2n) {
    margin-right: 0;
  }
  .u28 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.19rem;
  }
  .u28 li .imgk {
    width: 100%;
    height: 4rem;
    position: relative;
    margin: 0 auto;
  }
  .u28 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u28 li .name {
    text-align: center;
    font-size: 0.26rem;
    font-weight: 600;
    margin-top: 0.2rem;
    letter-spacing: 0.05rem;
  }
  .u28 li .name span {
    font-weight: 400;
    font-size: 0.22rem;
    display: inline-block;
    margin-left: 0.1rem;
    letter-spacing: 0.03rem;
  }
  .u28 li:hover {
    border: 1px solid #dbe1f5;
    background-color: #f6f7fb;
  }
  .u28 li:hover .imgk::before,
  .u28 li:hover .imgk::after {
    content: '';
    width: 0.08rem;
    height: 1.25rem;
    position: absolute;
    left: -0.07rem;
    top: 0;
    background: url(../img/pic1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u28 li:hover .imgk::after {
    background-image: url(../img/pic2.png);
    left: auto;
    top: auto;
    right: -0.07rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .js-info {
    display: flex;
    width: 100%;
    padding: 32px 42px;
    background-color: #f1f4f8;
    border-bottom: 2px solid #0c3189;
  }
  .js-info .imgk {
    width: 190px;
    height: 248px;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    padding-left: 40px;
    margin-top: 10px;
  }
  .js-info .txt .tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .js-info .txt .tit p {
    font-size: 28px;
    border-left: 4px solid #ff5c13;
    padding-left: 15px;
    line-height: 1;
  }
  .js-info .txt .tit span {
    font-size: 18px;
    margin-left: 20px;
    line-height: 1;
  }
  .js-info .txt .detail {
    font-size: 16px;
  }
  .js-info .txt .detail p {
    margin-top: 4px;
  }
  .js-list {
    margin-top: 50px;
  }
  .js-list .js-item {
    position: relative;
    padding-left: 20px;
    padding-top: 15px;
  }
  .js-list .js-item:last-child .detail {
    padding-bottom: 0;
  }
  .js-list .js-item ul,
  .js-list .js-item ol {
    padding-left: 24px;
  }
  .js-list .js-item li {
    list-style: unset;
  }
  .js-list .tit {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: url(../img/js-tit.png) no-repeat center;
    background-size: 100% 100%;
    width: 276px;
    height: 56px;
    line-height: 45px;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-list .detail {
    border-left: 1px solid #0c3189;
    border-top: 1px solid #0c3189;
    padding-bottom: 50px;
  }
  .js-list .txt {
    padding: 65px 25px 25px 25px;
    background-color: #f1f4f8;
    font-size: 18px;
  }
  .ny4 {
    background: url(../img/images/ny4.jpg) no-repeat center;
    background-size: 1920px 100%;
  }
  .cp-cont {
    font-size: 18px;
  }
  .cp-cont .p1 {
    font-weight: 800;
  }
  .zp-about {
    background-color: #f3f4f7;
    padding: 60px 0;
  }
  .zp-about .tit {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .zp-about .tit::before,
  .zp-about .tit::after {
    width: 799px;
    height: 27px;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zp-about .tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .zp-about .view-more {
    display: block;
    margin: 0 auto;
    width: 146px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
  }
  .zp-about .view-more img {
    vertical-align: inherit;
  }
  .u30 li {
    float: left;
    width: 510px;
    height: 136px;
    margin-bottom: 35px;
    margin-right: 35px;
    position: relative;
  }
  .u30 li:nth-child(3n) {
    margin-right: 0;
  }
  .u30 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/l30.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 13px;
    padding-right: 60px;
  }
  .u30 li::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 480px;
    height: 4px;
    background-color: #0c3189;
  }
  .u30 li .time {
    text-align: center;
    position: relative;
    width: 100px;
  }
  .u30 li .time::after {
    width: 7px;
    height: 27px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/l30.png) no-repeat center;
    background-size: contain;
  }
  .u30 li .time p {
    font-size: 36px;
    line-height: 44px;
  }
  .u30 li .time span {
    font-size: 14px;
  }
  .u30 li .txt {
    width: 100%;
    flex: 1;
  }
  .u30 li .txt .zw {
    font-size: 20px;
    color: #0c3189;
    font-weight: 600;
    font-style: italic;
  }
  .u30 li .txt .jj {
    font-size: 16px;
  }
  .u30 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .js-info {
    display: flex;
    width: 100%;
    padding: 0.32rem 0.42rem;
    background-color: #f1f4f8;
    border-bottom: 2px solid #0c3189;
  }
  .js-info .imgk {
    width: 1.9rem;
    height: 2.48rem;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    padding-left: 0.4rem;
    margin-top: 0.1rem;
  }
  .js-info .txt .tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  .js-info .txt .tit p {
    font-size: 0.28rem;
    border-left: 4px solid #ff5c13;
    padding-left: 0.15rem;
    line-height: 1;
  }
  .js-info .txt .tit span {
    font-size: 0.18rem;
    margin-left: 0.2rem;
    line-height: 1;
  }
  .js-info .txt .detail {
    font-size: 0.16rem;
  }
  .js-info .txt .detail p {
    margin-top: 0.04rem;
  }
  .js-list {
    margin-top: 0.5rem;
  }
  .js-list .js-item {
    position: relative;
    padding-left: 0.2rem;
    padding-top: 0.15rem;
  }
  .js-list .js-item:last-child .detail {
    padding-bottom: 0;
  }
  .js-list .js-item ul,
  .js-list .js-item ol {
    padding-left: 0.24rem;
  }
  .js-list .js-item li {
    list-style: unset;
  }
  .js-list .tit {
    font-size: 0.22rem;
    font-weight: 600;
    color: #fff;
    background: url(../img/js-tit.png) no-repeat center;
    background-size: 100% 100%;
    width: 2.76rem;
    height: 0.56rem;
    line-height: 0.45rem;
    padding-left: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-list .detail {
    border-left: 1px solid #0c3189;
    border-top: 1px solid #0c3189;
    padding-bottom: 0.5rem;
  }
  .js-list .txt {
    padding: 0.65rem 0.25rem 0.25rem 0.25rem;
    background-color: #f1f4f8;
    font-size: 0.18rem;
  }
  .ny4 {
    background: url(../img/images/ny4.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .cp-cont {
    font-size: 16px ;
  }
  .cp-cont .p1 {
    font-weight: 800;
  }
  .zp-about {
    background-color: #f3f4f7;
    padding: 0.6rem 0;
  }
  .zp-about .tit {
    text-align: center;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .zp-about .tit::before,
  .zp-about .tit::after {
    width: 7.99rem;
    height: 0.27rem;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zp-about .tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .zp-about .view-more {
    display: block;
    margin: 0 auto;
    width: 1.46rem;
    height: 0.46rem;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.16rem;
  }
  .zp-about .view-more img {
    vertical-align: inherit;
  }
  .u30 li {
    float: left;
    width: 5.1rem;
    height: 1.36rem;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
    position: relative;
  }
  .u30 li:nth-child(3n) {
    margin-right: 0;
  }
  .u30 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/l30.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.13rem;
    padding-right: 0.6rem;
  }
  .u30 li::after {
    content: '';
    position: absolute;
    right: 0;
    top: -0.04rem;
    width: 4.8rem;
    height: 0.04rem;
    background-color: #0c3189;
  }
  .u30 li .time {
    text-align: center;
    position: relative;
    width: 1rem;
  }
  .u30 li .time::after {
    width: 0.07rem;
    height: 0.27rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/l30.png) no-repeat center;
    background-size: contain;
  }
  .u30 li .time p {
    font-size: 0.36rem;
    line-height: 0.44rem;
  }
  .u30 li .time span {
    font-size: 0.14rem;
  }
  .u30 li .txt {
    width: 100%;
    flex: 1;
  }
  .u30 li .txt .zw {
    font-size: 0.2rem;
    color: #0c3189;
    font-weight: 600;
    font-style: italic;
  }
  .u30 li .txt .jj {
    font-size: 0.16rem;
  }
  .u30 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 800px) {
  .js-info {
    display: flex;
    width: 100%;
    padding: 0.32rem 0.42rem;
    background-color: #f1f4f8;
    border-bottom: 2px solid #0c3189;
  }
  .js-info .imgk {
    width: 1.9rem;
    height: 2.48rem;
  }
  .js-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js-info .txt {
    width: 100%;
    flex: 1;
    padding-left: 0.4rem;
    margin-top: 0.1rem;
  }
  .js-info .txt .tit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.25rem;
  }
  .js-info .txt .tit p {
    font-size: 0.28rem;
    border-left: 4px solid #ff5c13;
    padding-left: 0.15rem;
    line-height: 1;
  }
  .js-info .txt .tit span {
    font-size: 0.2rem;
    margin-left: 0.2rem;
    line-height: 1;
  }
  .js-info .txt .detail {
    font-size: 0.2rem;
  }
  .js-info .txt .detail p {
    margin-top: 0.04rem;
  }
  .js-list {
    margin-top: 0.5rem;
  }
  .js-list .js-item {
    position: relative;
    padding-left: 0.2rem;
    padding-top: 0.15rem;
  }
  .js-list .js-item:last-child .detail {
    padding-bottom: 0;
  }
  .js-list .js-item ul,
  .js-list .js-item ol {
    padding-left: 0.3rem;
  }
  .js-list .js-item li {
    list-style: unset;
  }
  .js-list .tit {
    font-size: 0.24rem;
    font-weight: 600;
    color: #fff;
    background: url(../img/js-tit.png) no-repeat center;
    background-size: 100% 100%;
    width: 2.76rem;
    height: 0.56rem;
    line-height: 0.45rem;
    padding-left: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .js-list .detail {
    border-left: 1px solid #0c3189;
    border-top: 1px solid #0c3189;
    padding-bottom: 0.5rem;
  }
  .js-list .txt {
    padding: 0.65rem 0.25rem 0.25rem 0.25rem;
    background-color: #f1f4f8;
    font-size: 0.22rem;
  }
  .ny4 {
    background: url(../img/images/ny4.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .cp-cont {
    font-size: 0.24rem;
  }
  .cp-cont .p1 {
    font-weight: 800;
  }
  .zp-about {
    background-color: #f3f4f7;
    padding: 0.6rem 0;
  }
  .zp-about .tit {
    text-align: center;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .zp-about .tit::before,
  .zp-about .tit::after {
    width: 40%;
    height: 0.27rem;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .zp-about .tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .zp-about .view-more {
    display: block;
    margin: 0 auto;
    width: 1.5rem;
    height: 0.5rem;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.2rem;
  }
  .zp-about .view-more img {
    width: 0.15rem;
    vertical-align: inherit;
  }
  .u30 li {
    float: left;
    width: 100%;
    height: 1.36rem;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
    position: relative;
  }
  .u30 li:nth-child(3n) {
    margin-right: 0;
  }
  .u30 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/l30.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.13rem;
    padding-right: 0.6rem;
  }
  .u30 li::after {
    content: '';
    position: absolute;
    right: 0;
    top: -0.04rem;
    width: 4.8rem;
    height: 0.04rem;
    background-color: #0c3189;
  }
  .u30 li .time {
    text-align: center;
    position: relative;
    width: 1rem;
  }
  .u30 li .time::after {
    width: 0.07rem;
    height: 0.27rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/l30.png) no-repeat center;
    background-size: contain;
  }
  .u30 li .time p {
    font-size: 0.36rem;
    line-height: 0.44rem;
  }
  .u30 li .time span {
    font-size: 0.14rem;
    display: block;
  }
  .u30 li .txt {
    width: 100%;
    flex: 1;
  }
  .u30 li .txt .zw {
    font-size: 0.24rem;
    color: #0c3189;
    font-weight: 600;
    font-style: italic;
  }
  .u30 li .txt .jj {
    font-size: 0.2rem;
  }
  .u30 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 1680px) {
  .ky-cont p {
    font-size: 18px;
  }
  .ky-box {
    margin-top: 40px;
    display: flex;
    padding: 38px 58px;
    padding-right: 108px;
    width: 100%;
    background: url(../img/images/img19.jpg) no-repeat center;
    background-size: 100%;
  }
  .ky-box .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: url(../img/images/img20.png) no-repeat center;
    padding: 0 36px;
    justify-content: space-between;
  }
  .ky-box .ky-item {
    display: flex;
    align-items: center;
    width: 270px;
  }
  .ky-box .ky-item img {
    width: 46px;
  }
  .ky-box .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .ky-box .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
  }
  .ky-box .ky-item p span {
    color: #333;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
  }
  .ky-box .imgk {
    position: relative;
  }
  .ky-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .ky-box .imgk::after {
    position: absolute;
    content: '';
    width: 136px;
    height: 75px;
    right: -10px;
    top: -10px;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .u31 li {
    float: left;
    margin-bottom: 60px;
    margin-right: 57px;
    width: 357px;
  }
  .u31 li:nth-child(4n) {
    margin-right: 0;
  }
  .u31 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u31 li .imgk {
    height: 268px;
  }
  .u31 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u31 li .txt {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    font-size: 18px;
    padding: 0 15px;
  }
  .u31 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u32 li {
    margin-right: 30px;
  }
  .u32 li .imgk {
    width: 380px;
    height: 254px;
  }
  .u32 li .txt {
    width: 330px;
    height: 70px;
    padding: 0 24px;
    background-image: url(../img/li32.png);
  }
  .u32 li .txt img {
    width: 31px;
    height: 31px;
  }
  .u32 li .txt .name {
    font-size: 18px;
  }
  .u33 li {
    width: 515px;
    margin-right: 25px;
  }
  .u33 li:nth-child(4n) {
    margin-right: 25px;
  }
  .u33 li:nth-child(3n) {
    margin-right: 0;
  }
  .ky-table2 .tab1 td,
  .ky-table2 .tab1 th {
    text-align: left;
  }
  .u34 li {
    float: left;
    width: 380px;
    height: 100px;
    border-bottom: 1px solid #b6c1db;
    margin-bottom: 50px;
    margin-right: 30px;
    position: relative;
  }
  .u34 li:nth-child(3n) {
    margin-right: 0;
  }
  .u34 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 38px;
    padding-right: 20px;
  }
  .u34 li i {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/li35.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 41px;
    transition: all 0.5s;
  }
  .u34 li p {
    font-size: 20px;
    color: #0c3189;
  }
  .u34 li:hover a {
    background: url(../img/images/li34.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0;
    padding-left: 70px;
  }
  .u34 li:hover i {
    background-image: url(../img/li34.png);
    left: 30px;
  }
  .u34 li:hover p {
    color: #fff;
  }
  .u35 li {
    width: 100%;
    height: 87px;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .u35 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #f5f6fb;
    background-color: #f5f6fb;
  }
  .u35 li .icon img {
    width: 33px;
    height: 39px;
  }
  .u35 li p {
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding: 0 20px;
  }
  .u35 li .dl img {
    width: 25px;
    margin-right: 10px;
  }
  .u35 li:hover a {
    border: 1px solid #c4cef1;
  }
  .ny5 {
    background: url(../img/ldbg.png) no-repeat center bottom;
    background-size: 1920px;
  }
  .u36 li {
    width: 100%;
    display: flex;
    min-height: 100px;
  }
  .u36 li .year {
    width: 230px;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
  .u36 li .line {
    position: relative;
  }
  .u36 li .line img {
    position: relative;
    z-index: 2;
  }
  .u36 li .line::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #53a6ed;
    left: 50%;
    top: 0;
  }
  .u36 li .txt {
    width: 100%;
    flex: 1;
    padding: 0 50px 20px 60px;
  }
  .u36 li .txt p {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .u36 li .txt p::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1971c4;
  }
  .u36 li .txt img {
    width: 2.9rem;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .u36 li .imgk {
    width: 290px;
    height: 210px;
  }
  .u36 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  .u36 li .imgk img.on {
    display: block;
  }
  .u36 li .imgk img.no {
    width: auto;
    height: auto;
  }
  .u37 li {
    margin-right: 58px;
    margin-bottom: 40px;
    float: left;
  }
  .u37 li:nth-child(5n) {
    margin-right: 0;
  }
  .u37 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u37 li .imgk {
    width: 273px;
    height: 384px;
  }
  .u37 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u37 li .txt {
    font-size: 22px;
    line-height: 52px;
    height: 52px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ky-cont p {
    font-size: 16px;
  }
  .ky-box {
    margin-top: 0.4rem;
    display: flex;
    padding: 0.38rem 0.58rem;
    padding-right: 1.08rem;
    width: 100%;
    background: url(../img/images/img19.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .ky-box .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: url(../img/images/img20.png) no-repeat center;
    padding: 0 0.36rem;
    justify-content: space-between;
  }
  .ky-box .ky-item {
    display: flex;
    align-items: center;
    width: 2.7rem;
  }
  .ky-box .ky-item img {
    width: 0.46rem;
  }
  .ky-box .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .ky-box .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #666;
  }
  .ky-box .ky-item p span {
    color: #333;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
  }
  .ky-box .imgk {
    position: relative;
  }
  .ky-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .ky-box .imgk::after {
    position: absolute;
    content: '';
    width: 1.36rem;
    height: 0.75rem;
    right: -0.1rem;
    top: -0.1rem;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .u31 li {
    float: left;
    margin-bottom: 0.6rem;
    margin-right: 0.57rem;
    width: 3.57rem;
  }
  .u31 li:nth-child(4n) {
    margin-right: 0;
  }
  .u31 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u31 li .imgk {
    height: 2.68rem;
  }
  .u31 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u31 li .txt {
    width: 100%;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    font-size: 0.2rem;
    padding: 0 0.15rem;
  }
  .u31 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u32 li {
    margin-right: 0.3rem;
  }
  .u32 li .imgk {
    width: 3.8rem;
    height: 2.54rem;
  }
  .u32 li .txt {
    width: 3.3rem;
    height: 0.7rem;
    padding: 0 0.24rem;
    background-image: url(../img/li32.png);
  }
  .u32 li .txt img {
    width: 0.31rem;
    height: 0.31rem;
  }
  .u32 li .txt .name {
    font-size: 0.2rem;
  }
  .u33 li {
    width: 5.15rem;
    margin-right: 0.25rem;
  }
  .u33 li:nth-child(4n) {
    margin-right: 0.25rem;
  }
  .u33 li:nth-child(3n) {
    margin-right: 0;
  }
  .ky-table2 .tab1 td,
  .ky-table2 .tab1 th {
    text-align: left;
  }
  .u34 li {
    float: left;
    width: 3.8rem;
    height: 1rem;
    border-bottom: 1px solid #b6c1db;
    margin-bottom: 0.5rem;
    margin-right: 0.3rem;
    position: relative;
  }
  .u34 li:nth-child(3n) {
    margin-right: 0;
  }
  .u34 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 0.38rem;
    padding-right: 0.2rem;
  }
  .u34 li i {
    position: absolute;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/li35.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0.41rem;
    transition: all 0.5s;
  }
  .u34 li p {
    font-size: 0.2rem;
    color: #0c3189;
  }
  .u34 li:hover a {
    background: url(../img/images/li34.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0;
    padding-left: 0.7rem;
  }
  .u34 li:hover i {
    background-image: url(../img/li34.png);
    left: 0.3rem;
  }
  .u34 li:hover p {
    color: #fff;
  }
  .u35 li {
    width: 100%;
    height: 0.87rem;
    font-size: 0.18rem;
    margin-bottom: 0.24rem;
  }
  .u35 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.3rem;
    border: 1px solid #f5f6fb;
    background-color: #f5f6fb;
  }
  .u35 li .icon img {
    width: 0.33rem;
    height: 0.39rem;
  }
  .u35 li p {
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding: 0 0.2rem;
  }
  .u35 li .dl img {
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .u35 li:hover a {
    border: 1px solid #c4cef1;
  }
  .ny5 {
    background: url(../img/ldbg.png) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .u36 li {
    width: 100%;
    display: flex;
    min-height: 1rem;
  }
  .u36 li .year {
    width: 2.3rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.32rem;
    line-height: 1;
  }
  .u36 li .line {
    position: relative;
  }
  .u36 li .line img {
    position: relative;
    z-index: 2;
  }
  .u36 li .line::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #53a6ed;
    left: 50%;
    top: 0;
  }
  .u36 li .txt {
    width: 100%;
    flex: 1;
    padding: 0 0.5rem 0.2rem 0.6rem;
  }
  .u36 li .txt p {
    position: relative;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .u36 li .txt p::after {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #1971c4;
  }
  .u36 li .txt img {
    width: 2.9rem;
    object-fit: cover;
    margin-bottom: 0.15rem;
  }
  .u36 li .imgk {
    width: 2.9rem;
    height: 2.1rem;
  }
  .u36 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  .u36 li .imgk img.on {
    display: block;
  }
  .u36 li .imgk img.no {
    width: auto;
    height: auto;
  }
  .u37 li {
    margin-right: 0.58rem;
    margin-bottom: 0.4rem;
    float: left;
  }
  .u37 li:nth-child(5n) {
    margin-right: 0;
  }
  .u37 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u37 li .imgk {
    width: 2.73rem;
    height: 3.84rem;
  }
  .u37 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u37 li .txt {
    font-size: 0.22rem;
    line-height: 0.52rem;
    height: 0.52rem;
  }
}
@media only screen and (max-width: 800px) {
  .ky-cont p {
    font-size: 0.24rem;
  }
  .ky-box {
    margin-top: 0.4rem;
    padding: 0.15rem;
    width: 100%;
    background: url(../img/images/img19.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .ky-box .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: url(../img/images/img20.png) no-repeat center;
    padding: 0.2rem;
    justify-content: space-between;
  }
  .ky-box .ky-item {
    display: flex;
    align-items: center;
    width: 2.7rem;
    margin: 0 0.2rem;
  }
  .ky-box .ky-item img {
    width: 0.3rem;
  }
  .ky-box .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .ky-box .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #666;
  }
  .ky-box .ky-item p span {
    color: #333;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
  }
  .ky-box .imgk {
    position: relative;
  }
  .ky-box .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .ky-box .imgk::after {
    position: absolute;
    content: '';
    width: 1.36rem;
    height: 0.75rem;
    right: -0.1rem;
    top: -0.1rem;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .u31 li {
    float: left;
    margin-bottom: 0.3rem;
    margin-right: 2%;
    width: 49%;
  }
  .u31 li:nth-child(2n) {
    margin-right: 0;
  }
  .u31 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u31 li .imgk {
    height: 2.45rem;
  }
  .u31 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u31 li .txt {
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    font-size: 0.24rem;
    padding: 0 0.15rem;
  }
  .u31 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  }
  .u32 li .txt {
    background-image: url(../img/li32.png);
  }
  .ky-table2 .tab1 td,
  .ky-table2 .tab1 th {
    text-align: left;
  }
  .u34 li {
    float: left;
    width: 49%;
    height: 1rem;
    border-bottom: 1px solid #b6c1db;
    margin-bottom: 0.5rem;
    margin-right: 2%;
    position: relative;
  }
  .u34 li:nth-child(2n) {
    margin-right: 0;
  }
  .u34 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 0.38rem;
    padding-right: 0.2rem;
  }
  .u34 li i {
    position: absolute;
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../img/li35.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0.35rem;
    transition: all 0.5s;
  }
  .u34 li p {
    font-size: 0.28rem;
    color: #0c3189;
  }
  .u35 li {
    width: 100%;
    height: 0.95rem;
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .u35 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.3rem;
    border: 1px solid #f5f6fb;
    background-color: #f5f6fb;
  }
  .u35 li .icon img {
    width: 0.33rem;
    height: 0.39rem;
  }
  .u35 li p {
    font-weight: 600;
    width: 100%;
    flex: 1;
    padding: 0 0.2rem;
  }
  .u35 li .dl img {
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .ny5 {
    background: url(../img/ldbg.png) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .u36 li {
    width: 100%;
    display: flex;
    min-height: 1rem;
  }
  .u36 li .year {
    width: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.32rem;
    line-height: 1;
  }
  .u36 li .line {
    position: relative;
  }
  .u36 li .line img {
    position: relative;
    z-index: 2;
    width: 0.4rem;
  }
  .u36 li .line::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #53a6ed;
    left: 50%;
    top: 0;
  }
  .u36 li .txt {
    width: 100%;
    flex: 1;
    padding: 0.3rem;
    padding-top: 0;
  }
  .u36 li .txt p {
    position: relative;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .u36 li .txt p::after {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #1971c4;
  }
  .u36 li .txt img {
    width: 2rem;
    object-fit: cover;
    margin-bottom: 0.15rem;
  }
  .u36 li .imgk {
    width: 2rem;
    height: 1.5rem;
  }
  .u36 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }
  .u36 li .imgk img.on {
    display: block;
  }
  .u36 li .imgk img.no {
    width: auto;
    height: auto;
  }
  .u37 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    float: left;
  }
  .u37 li:nth-child(2n) {
    margin-right: 0;
  }
  .u37 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u37 li .imgk {
    width: 100%;
    height: 4.7rem;
  }
  .u37 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u37 li .txt {
    font-size: 0.28rem;
    line-height: 0.52rem;
    height: 0.52rem;
  }
}
@media only screen and (min-width: 1680px) {
  .ss4,
  .ss3 {
    margin-bottom: 20px;
  }
  .ss4 span,
  .ss3 span {
    font-size: 22px;
  }
  .ss4 .sel2,
  .ss3 .sel2 {
    position: relative;
  }
  .ss4 .sel2::after,
  .ss3 .sel2::after {
    content: '*';
    position: absolute;
    right: -15px;
    top: 5px;
    font-size: 28px;
    color: #0c3189;
  }
  .ss4 .ipt2 input,
  .ss3 .ipt2 input {
    width: 878px;
  }
  .ny-sw2 {
    position: relative;
  }
  .ny-sw2 .xy-tit {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ny-sw2 .ny_ban2 {
    margin: 0 72px;
    margin-bottom: 30px;
  }
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active1,
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active {
    border: 5px solid #0c3189;
  }
  .ny-sw2 .ny_ban3 .swiper-slide {
    width: 227px;
    height: 132px;
  }
  .ny-sw2 .ny_ban3 .imgk {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .ny-sw2 .ny_ban3 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-sw2 .ny-prev {
    width: 41px;
    height: 41px;
    background: url(../img/xyr.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .ny-sw2 .ny-next {
    width: 41px;
    height: 41px;
    background: url(../img/xyl.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .xy-ml {
    margin-top: 70px;
  }
  .xy-ml .ml-box {
    background-color: #fff;
    position: relative;
    padding: 50px 30px 0 30px;
    border: 1px solid #d6e4f4;
    margin-bottom: 50px;
  }
  .xy-ml .ml-box:last-child {
    margin-bottom: 0;
  }
  .xy-ml .ml-box .tit {
    position: absolute;
    top: -20px;
    left: 0;
    width: 675px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background: url(../img/xy.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0 20px;
  }
  .xy-ml .ml-box .item {
    float: left;
    margin-bottom: 20px;
    margin-right: 29px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .xy-ml .ml-box .item:nth-child(9n) {
    margin-right: 0;
  }
}
.ny6 {
  background: url(../img/images/xybg.jpg) no-repeat center bottom;
  background-size: 1920px;
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .ss4,
  .ss3 {
    margin-bottom: 0.2rem;
  }
  .ss4 span,
  .ss3 span {
    font-size: 0.22rem;
  }
  .ss4 .sel2,
  .ss3 .sel2 {
    position: relative;
  }
  .ss4 .sel2::after,
  .ss3 .sel2::after {
    content: '*';
    position: absolute;
    right: -0.15rem;
    top: 0.05rem;
    font-size: 0.28rem;
    color: #0c3189;
  }
  .ss4 .ipt2 input,
  .ss3 .ipt2 input {
    width: 8.78rem;
  }
  .ny-sw2 {
    position: relative;
  }
  .ny-sw2 .xy-tit {
    text-align: center;
    font-size: 0.26rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .ny-sw2 .ny_ban2 {
    margin: 0 0.72rem;
    margin-bottom: 0.3rem;
  }
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active1,
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active {
    border: 0.05rem solid #0c3189;
  }
  .ny-sw2 .ny_ban3 .swiper-slide {
    width: 2.27rem;
    height: 1.32rem;
  }
  .ny-sw2 .ny_ban3 .imgk {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .ny-sw2 .ny_ban3 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-sw2 .ny-prev {
    width: 0.41rem;
    height: 0.41rem;
    background: url(../img/xyr.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .ny-sw2 .ny-next {
    width: 0.41rem;
    height: 0.41rem;
    background: url(../img/xyl.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .xy-ml {
    margin-top: 0.7rem;
  }
  .xy-ml .ml-box {
    background-color: #fff;
    position: relative;
    padding: 0.5rem 0.3rem 0 0.3rem;
    border: 1px solid #d6e4f4;
    margin-bottom: 0.5rem;
  }
  .xy-ml .ml-box:last-child {
    margin-bottom: 0;
  }
  .xy-ml .ml-box .tit {
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 6.75rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.18rem;
    color: #fff;
    background: url(../img/xy.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0 0.2rem;
  }
  .xy-ml .ml-box .item {
    float: left;
    margin-bottom: 0.2rem;
    margin-right: 0.29rem;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.18rem;
  }
  .xy-ml .ml-box .item:nth-child(9n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .ss4,
  .ss3 {
    margin-bottom: 0.2rem;
  }
  .ss4 span,
  .ss3 span {
    font-size: 0.28rem;
  }
  .ss4 .sel2,
  .ss3 .sel2 {
    position: relative;
  }
  .ss4 .sel2::after,
  .ss3 .sel2::after {
    content: '*';
    position: absolute;
    right: -0.15rem;
    top: 0.05rem;
    font-size: 0.28rem;
    color: #0c3189;
  }
  .ny-sw2 {
    position: relative;
  }
  .ny-sw2 .xy-tit {
    text-align: center;
    font-size: 0.26rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .ny-sw2 .ny_ban2 {
    margin: 0 0.72rem;
    margin-bottom: 0.3rem;
  }
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active1,
  .ny-sw2 .ny_ban3 .swiper-slide-thumb-active {
    border: 0.05rem solid #0c3189;
  }
  .ny-sw2 .ny_ban3 .swiper-slide {
    width: 2rem;
    height: 0.8rem;
  }
  .ny-sw2 .ny_ban3 .imgk {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  .ny-sw2 .ny_ban3 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny-sw2 .ny-prev {
    width: 0.41rem;
    height: 0.41rem;
    background: url(../img/xyr.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .ny-sw2 .ny-next {
    width: 0.41rem;
    height: 0.41rem;
    background: url(../img/xyl.png) no-repeat center;
    background-size: contain;
    top: 40%;
  }
  .xy-ml {
    margin-top: 0.7rem;
  }
  .xy-ml .ml-box {
    background-color: #fff;
    position: relative;
    padding: 0.5rem 0.3rem 0 0.3rem;
    border: 1px solid #d6e4f4;
    margin-bottom: 0.5rem;
  }
  .xy-ml .ml-box:last-child {
    margin-bottom: 0;
  }
  .xy-ml .ml-box .tit {
    position: absolute;
    top: -0.2rem;
    left: 0;
    width: 6.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    color: #fff;
    background: url(../img/xy.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0 0.2rem;
  }
  .xy-ml .ml-box .item {
    float: left;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    text-align: center;
    width: 1rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.22rem;
  }
}
@media only screen and (min-width: 1680px) {
  .nsy-tit {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .nsy-tit::before,
  .nsy-tit::after {
    width: 799px;
    height: 27px;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nsy-tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .nsy-tit2 {
    color: #c9151e;
  }
  .nsy-tit2::after {
    background-image: url(../img/tit2-r.png);
  }
  .nsy-tit2::before {
    background-image: url(../img/tit2-l.png);
  }
  .nsy-tit3 {
    color: #fff;
  }
  .nsy-tit3::after {
    background-image: url(../img/tit3-r.png);
  }
  .nsy-tit3::before {
    background-image: url(../img/tit3-l.png);
  }
  .dj-box1 {
    background: url(../img/djb1.png) no-repeat center;
    background-size: 100% 100%;
    padding: 75px 0;
  }
  .dj-box1 .gk-af {
    position: relative;
  }
  .dj-box1 .gk-af::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    right: -10px;
    bottom: -10px;
    z-index: 0;
  }
  .dj-box1 .gk-box {
    background: url(../img/djb1-1.jpg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    padding: 60px;
    position: relative;
    z-index: 2;
  }
  .dj-box1 .imgk {
    position: relative;
    width: 427px;
    height: 320px;
  }
  .dj-box1 .imgk::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    left: -10px;
    top: -10px;
  }
  .dj-box1 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dj-box1 .txt {
    width: 100%;
    flex: 1;
    padding-left: 45px;
    font-size: 18px;
  }
  .dj-box1 .txt .more {
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #c9151e;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .dj-box1 .txt .more:hover {
    background-color: #c9151e;
    color: #fff;
  }
  .dj-box2 {
    padding: 75px 0;
    background: url(../img/djb2.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .dj-box2 .more {
    margin: 0 auto;
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .dj-box2 .more:hover {
    background-color: #fff;
    color: #c9151e;
  }
  .u39 li a {
    background-color: #fff;
  }
  .dj-box3 {
    padding: 75px 0;
    background: url(../img/djb3.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .dj-box3 .more {
    margin: 0 auto;
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .dj-box3 .more:hover {
    background-color: #c9151e;
    color: #fff;
  }
  .u40 li a {
    background-color: #fff;
  }
  .u40.sw li:nth-child(4n) {
    margin-right: 56px;
  }
  .u40.sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
  }
  .dj-box4 {
    padding: 75px 0;
    background: url(../img/djb4.jpg) no-repeat center bottom;
    background-size: 1920px ;
  }
  .u41 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
  }
  .u41 li {
    width: 780px;
    height: 432px;
    background: url(../img/images/dj1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 12px;
  }
  .u41 li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 35px;
    position: relative;
  }
  .u41 li .icon img {
    height: 46px;
  }
  .u41 li .name {
    font-size: 32px;
    margin-top: 15px;
  }
  .u41 li .more {
    position: absolute;
    left: 35px;
    bottom: 35px;
    font-size: 16px;
    transition: all 0.5s;
  }
  .u41 li:nth-child(2) {
    background-image: url(../img/images/dj2.jpg);
  }
  .u41 li:nth-child(3) {
    background-image: url(../img/images/dj3.jpg);
  }
  .u41 li:hover .more {
    transform: translateX(20px);
  }
  .u42 li {
    float: left;
    width: 354px;
    height: 65px;
    margin-right: 55px;
    margin-bottom: 35px;
    position: relative;
  }
  .u42 li:nth-child(4n) {
    margin-right: 0;
  }
  .u42 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/dj-link.png) no-repeat center;
    padding-left: 25px;
    padding-right: 65px;
  }
  .u42 li .name {
    font-size: 16px;
    color: #333;
  }
  .u42 li::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 9px;
    right: 35px;
    top: 28px;
    background: url(../img/dj-dian.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .u42 li:hover::after {
    transform: translateX(10px);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .nsy-tit {
    text-align: center;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .nsy-tit::before,
  .nsy-tit::after {
    width: 7.99rem;
    height: 0.27rem;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nsy-tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .nsy-tit2 {
    color: #c9151e;
  }
  .nsy-tit2::after {
    background-image: url(../img/tit2-r.png);
  }
  .nsy-tit2::before {
    background-image: url(../img/tit2-l.png);
  }
  .nsy-tit3 {
    color: #fff;
  }
  .nsy-tit3::after {
    background-image: url(../img/tit3-r.png);
  }
  .nsy-tit3::before {
    background-image: url(../img/tit3-l.png);
  }
  .dj-box1 {
    background: url(../img/djb1.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.75rem 0;
  }
  .dj-box1 .gk-af {
    position: relative;
  }
  .dj-box1 .gk-af::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    right: -0.1rem;
    bottom: -0.1rem;
    z-index: 0;
  }
  .dj-box1 .gk-box {
    background: url(../img/djb1-1.jpg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    padding: 0.6rem;
    position: relative;
    z-index: 2;
  }
  .dj-box1 .imgk {
    position: relative;
    width: 4.27rem;
    height: 3.2rem;
  }
  .dj-box1 .imgk::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    left: -0.1rem;
    top: -0.1rem;
  }
  .dj-box1 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dj-box1 .txt {
    width: 100%;
    flex: 1;
    padding-left: 0.45rem;
    font-size: 0.2rem;
  }
  .dj-box1 .txt .more {
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #c9151e;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .dj-box1 .txt .more:hover {
    background-color: #c9151e;
    color: #fff;
  }
  .dj-box2 {
    padding: 0.75rem 0;
    background: url(../img/djb2.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .dj-box2 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .dj-box2 .more:hover {
    background-color: #fff;
    color: #c9151e;
  }
  .u39 li a {
    background-color: #fff;
  }
  .dj-box3 {
    padding: 0.75rem 0;
    background: url(../img/djb3.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .dj-box3 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .dj-box3 .more:hover {
    background-color: #c9151e;
    color: #fff;
  }
  .u40 li a {
    background-color: #fff;
  }
  .u40.sw li:nth-child(4n) {
    margin-right: 0.56rem;
  }
  .u40.sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
  }
  .dj-box4 {
    padding: 0.75rem 0;
    background: url(../img/djb4.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .u41 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
  }
  .u41 li {
    width: 7.8rem;
    height: 4.32rem;
    background: url(../img/images/dj1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.12rem;
  }
  .u41 li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.35rem;
    position: relative;
  }
  .u41 li .icon img {
    height: 0.46rem;
  }
  .u41 li .name {
    font-size: 0.32rem;
    margin-top: 0.15rem;
  }
  .u41 li .more {
    position: absolute;
    left: 0.35rem;
    bottom: 0.35rem;
    font-size: 0.18rem;
    transition: all 0.5s;
  }
  .u41 li:nth-child(2) {
    background-image: url(../img/images/dj2.jpg);
  }
  .u41 li:nth-child(3) {
    background-image: url(../img/images/dj3.jpg);
  }
  .u41 li:hover .more {
    transform: translateX(0.2rem);
  }
  .u42 li {
    float: left;
    width: 3.54rem;
    height: 0.65rem;
    margin-right: 0.55rem;
    margin-bottom: 0.35rem;
    position: relative;
  }
  .u42 li:nth-child(4n) {
    margin-right: 0;
  }
  .u42 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/dj-link.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 0.25rem;
    padding-right: 0.65rem;
  }
  .u42 li .name {
    font-size: 0.16rem;
    color: #333;
  }
  .u42 li::after {
    content: '';
    position: absolute;
    width: 0.28rem;
    height: 0.09rem;
    right: 0.35rem;
    top: 0.28rem;
    background: url(../img/dj-dian.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .u42 li:hover::after {
    transform: translateX(0.1rem);
  }
}
@media only screen and (max-width: 800px) {
  .nsy-tit {
    text-align: center;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
    line-height: 2;
    color: #0c3189;
    font-weight: 600;
  }
  .nsy-tit::before,
  .nsy-tit::after {
    width: 40%;
    height: 0.27rem;
    content: '';
    background: url(../img/tit-l.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nsy-tit::after {
    background-image: url(../img/tit-r.png);
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .nsy-tit2 {
    color: #c9151e;
  }
  .nsy-tit2::after {
    background-image: url(../img/tit2-r.png);
  }
  .nsy-tit2::before {
    background-image: url(../img/tit2-l.png);
  }
  .nsy-tit3 {
    color: #fff;
  }
  .nsy-tit3::after {
    background-image: url(../img/tit3-r.png);
  }
  .nsy-tit3::before {
    background-image: url(../img/tit3-l.png);
  }
  .dj-box1 {
    background: url(../img/djb1.png) no-repeat center bottom;
    background-size: cover;
    padding: 0.75rem 0;
  }
  .dj-box1 .gk-af {
    position: relative;
  }
  .dj-box1 .gk-af::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    right: -0.1rem;
    bottom: -0.1rem;
    z-index: 0;
  }
  .dj-box1 .gk-box {
    background: url(../img/djb1-1.jpg) no-repeat center center;
    border: 1px solid #eeabae;
    background-size: cover;
    padding: 0.3rem;
    position: relative;
    z-index: 2;
  }
  .dj-box1 .imgk {
    margin: 0 auto;
    position: relative;
    width: 4.27rem;
    height: 3.2rem;
    margin-bottom: 5px;
  }
  .dj-box1 .imgk::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #c9151e;
    left: -0.1rem;
    top: -0.1rem;
  }
  .dj-box1 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dj-box1 .txt {
    width: 100%;
    flex: 1;
    font-size: 0.24rem;
  }
  .dj-box1 .txt .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #c9151e;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.22rem;
  }
  .dj-box1 .txt .more:hover {
    background-color: #c9151e;
    color: #fff;
  }
  .dj-box2 {
    padding: 0.75rem 0;
    background: url(../img/djb2.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .dj-box2 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.22rem;
  }
  .u39 li a {
    background-color: #fff;
  }
  .dj-box3 {
    padding: 0.75rem 0;
    background: url(../img/djb3.jpg) no-repeat center;
    background-size: cover;
  }
  .dj-box3 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.22rem;
  }
  .u40 li a {
    background-color: #fff;
  }
  .u40.sw .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
  }
  .dj-box4 {
    padding: 0.75rem 0;
    background: url(../img/djb4.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .u41 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
  }
  .u41 li {
    width: 49%;
    height: 2.5rem;
    background: url(../img/images/dj1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.12rem;
  }
  .u41 li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.35rem;
    position: relative;
  }
  .u41 li .icon img {
    height: 0.46rem;
  }
  .u41 li .name {
    font-size: 0.32rem;
    margin-top: 0.15rem;
  }
  .u41 li .more {
    position: absolute;
    left: 0.35rem;
    bottom: 0.35rem;
    font-size: 0.16rem;
    transition: all 0.5s;
  }
  .u41 li:nth-child(2) {
    background-image: url(../img/images/dj2.jpg);
  }
  .u41 li:nth-child(3) {
    background-image: url(../img/images/dj3.jpg);
  }
  .u41 li:hover .more {
    transform: translateX(0.2rem);
  }
  .u42 li {
    float: left;
    width: 49%;
    height: 0.8rem;
    margin-right: 2%;
    margin-bottom: 0.35rem;
    position: relative;
  }
  .u42 li:nth-child(2n) {
    margin-right: 0;
  }
  .u42 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../img/dj-link.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 0.25rem;
    padding-right: 0.65rem;
  }
  .u42 li .name {
    font-size: 0.22rem;
    color: #333;
  }
  .u42 li::after {
    content: '';
    position: absolute;
    width: 0.28rem;
    height: 0.09rem;
    right: 0.35rem;
    top: 0.35rem;
    background: url(../img/dj-dian.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }
  .u42 li:hover::after {
    transform: translateX(0.1rem);
  }
}
@media only screen and (min-width: 1680px) {
  .rc-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb1.jpg) no-repeat center bottom;
    background-size: 1920px;
  }
  .rc-info {
    display: flex;
    align-items: center;
  }
  .rc-info .txt {
    width: 100%;
    flex: 1;
    font-size: 18px;
  }
  .rc-info .txt .more {
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .rc-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .rc-info .imgk {
    margin: 53px;
    margin-left: 63px;
    width: 617px;
    height: 463px;
    position: relative;
  }
  .rc-info .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-info .imgk::after {
    width: 403px;
    height: 549px;
    content: '';
    position: absolute;
    right: -53px;
    top: -53px;
    background: url(../img/rc1-1.png);
  }
  .rc-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb2.jpg) no-repeat center top;
    background-size: 1920px;
  }
  .rc-list {
    display: flex;
  }
  .rc-list .l,
  .rc-list .r {
    width: 50%;
    height: 570px;
    color: #fff;
    padding: 35px 55px;
  }
  .rc-list .l a,
  .rc-list .r a {
    color: #fff;
  }
  .rc-list .l .tit,
  .rc-list .r .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .rc-list .l .tit p,
  .rc-list .r .tit p {
    font-size: 30px;
  }
  .rc-list .l .tit a,
  .rc-list .r .tit a {
    font-size: 16px;
  }
  .rc-list .l .tit .line,
  .rc-list .r .tit .line {
    margin: 0 35px;
    flex: 1;
    width: 100%;
    height: 1px;
    background: #758abc;
  }
  .rc-list .l {
    background-color: #193c8f;
  }
  .rc-list .r {
    background-color: #224aa8;
  }
  .rc-list .list1 {
    position: relative;
  }
  .rc-list .list1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    border-left: 1px solid #758abc;
  }
  .rc-list .list1 li {
    padding-bottom: 50px;
    position: relative;
    transition: all 0.5s;
  }
  .rc-list .list1 li:last-child {
    padding-bottom: 0;
  }
  .rc-list .list1 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 48px;
    border: 1px solid #758abc;
    border-right: 0;
  }
  .rc-list .list1 li a {
    width: 100%;
    display: block;
    padding-left: 50px;
  }
  .rc-list .list1 li .txt {
    display: flex;
    height: 50px;
  }
  .rc-list .list1 li .time {
    font-size: 20px;
    height: 50px;
  }
  .rc-list .list1 li .time span {
    font-size: 60px;
    line-height: 50px;
  }
  .rc-list .list1 li .name {
    font-size: 18px;
    padding-left: 20px;
    line-height: 25px;
  }
  .rc-list .list1 li img {
    width: 45px;
    height: 13px;
    display: none;
    position: absolute;
    left: 165px;
    bottom: 20px;
    transition: all 0.5s;
  }
  .rc-list .list1 li:hover {
    margin-bottom: 20px;
  }
  .rc-list .list1 li:hover img {
    display: block;
  }
  .rc-list .list1 li:hover:last-child img {
    bottom: -25px;
  }
  .rc-list .list2 li a {
    display: flex;
    font-size: 18px;
    padding: 10px 0;
    line-height: 25px;
    height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .rc-list .list2 li a .name {
    width: 100%;
    flex: 1;
  }
  .rc-list .list2 li:last-child a {
    border-bottom: 0px solid  !important;
  }
  .rc-list .list2 li:hover a {
    border-bottom: 1px solid #ffffff;
  }
  .rc-box3 .more {
    margin: 0 auto;
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .rc-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u44 li {
    float: left;
    width: 511px;
    height: 146px;
    background-color: #0c3189;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .u44 li:nth-child(3n) {
    margin-right: 0;
  }
  .u44 li a {
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d3def7;
    background-color: #f3f6f9;
    padding: 27px 10px 27px 39px;
  }
  .u44 li .time {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    font-style: italic;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .u44 li .time img {
    margin-right: 10px;
  }
  .u44 li .time::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 263px;
    height: 28px;
    background: url(../img/rc4-1.png) no-repeat center;
    background-size: contain;
  }
  .u44 li .txt {
    font-size: 18px;
  }
  .u44 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .u44 li:hover a {
    transform: translate3d(-10px, -10px, 0px);
  }
  .u44 li:hover .time::after {
    background-image: url(../img/rc4-2.png);
  }
  .rc-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb4.jpg) no-repeat center bottom;
    background-size: 1920px;
  }
  .rc-box4 .more {
    margin: 0 auto;
    margin-bottom: 75px;
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .rc-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u43 li a {
    background-image: url(../img/nsy-link.png);
  }
  .u43 li::after {
    background-image: url(../img/nsy-link2.png);
  }
}
.u42 li:hover .name {
  color: #c9151e;
}
.u43 li:hover .name {
  color: #0c3189;
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .rc-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb1.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .rc-info {
    display: flex;
    align-items: center;
  }
  .rc-info .txt {
    width: 100%;
    flex: 1;
    font-size: 0.2rem;
  }
  .rc-info .txt .more {
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .rc-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .rc-info .imgk {
    margin: 0.53rem;
    margin-left: 0.63rem;
    width: 6.17rem;
    height: 4.63rem;
    position: relative;
  }
  .rc-info .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-info .imgk::after {
    width: 4.03rem;
    height: 5.49rem;
    content: '';
    position: absolute;
    right: -0.53rem;
    top: -0.53rem;
    background: url(../img/rc1-1.png) no-repeat center;
    background-size: contain;
  }
  .rc-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb2.jpg) no-repeat center top;
    background-size: 19.2rem;
  }
  .rc-list {
    display: flex;
  }
  .rc-list .l,
  .rc-list .r {
    width: 50%;
    height: 5.7rem;
    color: #fff;
    padding: 0.35rem 0.55rem;
  }
  .rc-list .l a,
  .rc-list .r a {
    color: #fff;
  }
  .rc-list .l .tit,
  .rc-list .r .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  .rc-list .l .tit p,
  .rc-list .r .tit p {
    font-size: 0.3rem;
  }
  .rc-list .l .tit a,
  .rc-list .r .tit a {
    font-size: 0.16rem;
  }
  .rc-list .l .tit .line,
  .rc-list .r .tit .line {
    margin: 0 0.35rem;
    flex: 1;
    width: 100%;
    height: 1px;
    background: #758abc;
  }
  .rc-list .l {
    background-color: #193c8f;
  }
  .rc-list .r {
    background-color: #224aa8;
  }
  .rc-list .list1 {
    position: relative;
  }
  .rc-list .list1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    border-left: 1px solid #758abc;
  }
  .rc-list .list1 li {
    padding-bottom: 0.5rem;
    position: relative;
    transition: all 0.5s;
  }
  .rc-list .list1 li:last-child {
    padding-bottom: 0;
  }
  .rc-list .list1 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.15rem;
    height: 0.48rem;
    border: 1px solid #758abc;
    border-right: 0;
  }
  .rc-list .list1 li a {
    width: 100%;
    display: block;
    padding-left: 0.5rem;
  }
  .rc-list .list1 li .txt {
    display: flex;
    height: 0.5rem;
  }
  .rc-list .list1 li .time {
    font-size: 0.2rem;
    height: 0.5rem;
  }
  .rc-list .list1 li .time span {
    font-size: 0.6rem;
    line-height: 0.5rem;
  }
  .rc-list .list1 li .name {
    font-size: 0.18rem;
    padding-left: 0.2rem;
    line-height: 0.25rem;
  }
  .rc-list .list1 li img {
    width: 0.45rem;
    height: 0.13rem;
    display: none;
    position: absolute;
    left: 1.65rem;
    bottom: 0.2rem;
    transition: all 0.5s;
  }
  .rc-list .list1 li:hover {
    margin-bottom: 0.2rem;
  }
  .rc-list .list1 li:hover img {
    display: block;
  }
  .rc-list .list1 li:hover:last-child img {
    bottom: -0.25rem;
  }
  .rc-list .list2 li a {
    display: flex;
    font-size: 0.18rem;
    padding: 0.1rem 0;
    line-height: 0.25rem;
    height: 0.72rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .rc-list .list2 li a .name {
    width: 100%;
    flex: 1;
  }
  .rc-list .list2 li:last-child a {
    border-bottom: 0px solid #000 !important;
  }
  .rc-list .list2 li:hover a {
    border-bottom: 1px solid #ffffff;
  }
  .rc-box3 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .rc-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u44 li {
    float: left;
    width: 5.11rem;
    height: 1.46rem;
    background-color: #0c3189;
    position: relative;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .u44 li:nth-child(3n) {
    margin-right: 0;
  }
  .u44 li a {
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d3def7;
    background-color: #f3f6f9;
    padding: 0.27rem 0.1rem 0.27rem 0.39rem;
  }
  .u44 li .time {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.22rem;
    font-style: italic;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
  .u44 li .time img {
    margin-right: 0.1rem;
  }
  .u44 li .time::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 2.63rem;
    height: 0.28rem;
    background: url(../img/rc4-1.png) no-repeat center;
    background-size: contain;
  }
  .u44 li .txt {
    font-size: 0.18rem;
  }
  .u44 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .u44 li:hover a {
    transform: translate3d(-0.1rem, -0.1rem, 0px);
  }
  .u44 li:hover .time::after {
    background-image: url(../img/rc4-2.png);
  }
  .rc-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb4.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .rc-box4 .more {
    margin: 0 auto;
    margin-bottom: 0.75rem;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .rc-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u43 li a {
    background-image: url(../img/nsy-link.png);
  }
  .u43 li::after {
    background-image: url(../img/nsy-link2.png);
  }
}
@media only screen and (max-width: 800px) {
  .rc-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb1.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .rc-info .txt {
    width: 100%;
    flex: 1;
    font-size: 0.24rem;
  }
  .rc-info .txt .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .rc-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .rc-info .imgk {
    margin: 0.53rem;
    margin-top: 0.8rem;
    margin-left: 0;
    width: 6.17rem;
    height: 4.63rem;
    position: relative;
  }
  .rc-info .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rc-info .imgk::after {
    width: 4.03rem;
    height: 5.49rem;
    content: '';
    position: absolute;
    right: -0.53rem;
    top: -0.53rem;
    background: url(../img/rc1-1.png) no-repeat center;
    background-size: contain;
  }
  .rc-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb2.jpg) no-repeat center top;
    background-size: 19.2rem;
  }
  .rc-list .l,
  .rc-list .r {
    width: 100%;
    color: #fff;
    padding: 0.35rem;
  }
  .rc-list .l a,
  .rc-list .r a {
    color: #fff;
  }
  .rc-list .l .tit,
  .rc-list .r .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  .rc-list .l .tit p,
  .rc-list .r .tit p {
    font-size: 0.3rem;
  }
  .rc-list .l .tit a,
  .rc-list .r .tit a {
    font-size: 0.2rem;
  }
  .rc-list .l .tit .line,
  .rc-list .r .tit .line {
    margin: 0 35px;
    flex: 1;
    width: 100%;
    height: 1px;
    background: #758abc;
  }
  .rc-list .l {
    background-color: #193c8f;
  }
  .rc-list .r {
    background-color: #224aa8;
  }
  .rc-list .list1 {
    position: relative;
  }
  .rc-list .list1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    border-left: 1px solid #758abc;
  }
  .rc-list .list1 li {
    padding-bottom: 0.5rem;
    position: relative;
    transition: all 0.5s;
  }
  .rc-list .list1 li:last-child {
    padding-bottom: 0;
  }
  .rc-list .list1 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.15rem;
    height: 0.48rem;
    border: 1px solid #758abc;
    border-right: 0;
  }
  .rc-list .list1 li a {
    width: 100%;
    display: block;
    padding-left: 0.5rem;
  }
  .rc-list .list1 li .txt {
    display: flex;
    height: 0.5rem;
  }
  .rc-list .list1 li .time {
    font-size: 0.2rem;
    height: 0.5rem;
  }
  .rc-list .list1 li .time span {
    font-size: 0.6rem;
    line-height: 0.5rem;
  }
  .rc-list .list1 li .name {
    font-size: 0.24rem;
    padding-left: 0.2rem;
    line-height: 0.25rem;
  }
  .rc-list .list1 li img {
    width: 0.45rem;
    height: 0.13rem;
    display: none;
    position: absolute;
    left: 1.65rem;
    bottom: 0.2rem;
    transition: all 0.5s;
  }
  .rc-list .list1 li:hover {
    margin-bottom: 0.2rem;
  }
  .rc-list .list1 li:hover img {
    display: block;
  }
  .rc-list .list1 li:hover:last-child img {
    bottom: -0.25rem;
  }
  .rc-list .list2 li a {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #fff;
  }
  .rc-list .list2 li a .name {
    width: 100%;
    flex: 1;
  }
  .rc-list .list2 li:last-child a {
    border-bottom: 0px solid #000;
  }
  .rc-box3 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .rc-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u44 li {
    float: left;
    width: 100%;
    background-color: #0c3189;
    position: relative;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .u44 li:nth-child(3n) {
    margin-right: 0;
  }
  .u44 li a {
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #d3def7;
    background-color: #f3f6f9;
    padding: 0.27rem 0.1rem 0.27rem 0.39rem;
  }
  .u44 li .time {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.24rem;
    font-style: italic;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
  .u44 li .time img {
    margin-right: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .u44 li .time::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 2.63rem;
    height: 0.28rem;
    background: url(../img/rc4-1.png) no-repeat center;
    background-size: contain;
  }
  .u44 li .txt {
    font-size: 0.24rem;
  }
  .u44 li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
  }
  .u44 li:hover a {
    transform: translate3d(-0.1rem, -0.1rem, 0px);
  }
  .u44 li:hover .time::after {
    background-image: url(../img/rc4-2.png);
  }
  .rc-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/rcb4.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .rc-box4 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .rc-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u43 li a {
    background-image: url(../img/nsy-link.png);
  }
  .u43 li::after {
    background-image: url(../img/nsy-link2.png);
  }
}
@media only screen and (min-width: 1680px) {
  .sz-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/szb1.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-info {
    display: flex;
  }
  .sz-info .txt {
    background: url(../img/images/sz-l.png) no-repeat center bottom;
    width: 843px;
    height: 522px;
    padding: 95px 25px 0 40px;
    font-size: 18px;
  }
  .sz-info .txt .more {
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-info .num {
    background: url(../img/images/sz-r.jpg) no-repeat center bottom;
    width: 757px;
    height: 543px;
    padding-top: 88px;
  }
  .sz-info .list1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .sz-info .list1 li {
    text-align: center;
    width: 220px;
    font-size: 16px;
  }
  .sz-info .list1 li:last-child .imgk {
    border-right: 0px solid #000;
  }
  .sz-info .list1 li .imgk {
    border-right: 1px solid #5271b0;
    padding-bottom: 15px;
  }
  .sz-info .list1 li .imgk:hover img {
    animation: flipInY linear infinite 1s;
  }
  .sz-info .list2 {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  .sz-info .list2 li {
    width: 180px;
    border-right: 1px solid #5271b0;
  }
  .sz-info .list2 li:last-child {
    border-right: 0px solid #000;
  }
  .sz-info .list2 span {
    font-size: 50px;
  }
  .sz-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/szb2.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box2 .more {
    margin: 0 auto;
    margin-top: 65px;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box2 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .nb4 {
    width: 1600px;
    overflow: hidden;
  }
  .ny_ban4 {
    width: 260px;
    margin: 0 !important;
    overflow: initial !important;
  }
  .ny_ban4 .sz-btn {
    position: absolute;
    left: 330px;
    top: 13px;
    height: 48px;
  }
  .ny_ban4 .sz-btn::after {
    content: '';
    position: absolute;
    left: 155px;
    top: 22px;
    width: 1116px;
    height: 5px;
    background: url(../img/szxz.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2,
  .ny_ban4 .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 48px;
    height: 48px;
    left: 60px;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2:hover,
  .ny_ban4 .sz-btn .sw-next-ny2:hover {
    animation: rotate linear 0.5s;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: 0px;
  }
  .ny_ban4 .swiper-wrapper {
    align-items: flex-end;
  }
  .ny_ban4 .swiper-slide {
    width: auto;
    padding-right: 47px;
    position: relative;
  }
  .ny_ban4 .swiper-slide::after {
    position: absolute;
    content: '';
    width: 212px;
    height: 284px;
    left: 7px;
    top: 3px;
    background: url(../img/szsw.png) no-repeat center;
  }
  .ny_ban4 .imgk {
    width: 212px;
    height: 279px;
    position: relative;
  }
  .ny_ban4 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban4 .name {
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .ny_ban4 .swiper-slide-active {
    width: 332px !important;
  }
  .ny_ban4 .swiper-slide-active .imgk {
    width: 285px;
    height: 373px;
  }
  .ny_ban4 .swiper-slide-active .imgk::after {
    display: none;
  }
  .ny_ban4 .swiper-slide-active .name {
    font-size: 22px;
    height: 57px;
    line-height: 57px;
    background: url(../img/images/szsw.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sz-box3 {
    padding: 0.75rem 0;
    background: url(../img/images/szb3.jpg) no-repeat center bottom;
    background-size: 19.2rem;
  }
  .sz-box3 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    background-color: #dad8dd;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u46 {
    padding: 25px 40px;
    padding-bottom: 0;
    margin-bottom: 25px;
    background-color: rgba(217, 159, 159, 0.75);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .u46.u462 {
    background-color: rgba(214, 203, 137, 0.75);
  }
  .u46.u462 li:hover {
    background-image: url(../img/szml2.png);
  }
  .u46.u463 {
    background-color: rgba(156, 199, 219, 0.75);
  }
  .u46.u463 li:hover {
    background-image: url(../img/szml3.png);
  }
  .u46.u464 {
    background-color: rgba(242, 245, 255, 0.75);
  }
  .u46.u464 li:hover {
    background-image: url(../img/szml4.png);
  }
  .u46 li {
    float: left;
    width: 270px;
    height: 66px;
    background-color: #f2f5ff;
    margin-bottom: 27px;
    margin-right: 40px;
  }
  .u46 li:nth-child(5n) {
    margin-right: 0;
  }
  .u46 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
  }
  .u46 li:hover {
    background: url(../img/szml.png) no-repeat center;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .u46 li:hover a {
    color: #fff;
  }
  .sz-box4 {
    padding: 0.75rem 0;
  }
  .sz-box4 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-box5 {
    padding: 0.75rem 0;
    background: url(../img/images/szb4.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
    height: 560px;
  }
  .sz-box5 .wal {
    height: 100%;
  }
  .sz-box5 .szb5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }
  .sz-box5 .nsy-tit4 {
    width: 544px;
    font-size: 38px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
  .sz-box5 .more {
    position: absolute;
    left: 200px;
    top: 280px;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #0c3189;
    background-color: #0c3189;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .u45 {
    width: 888px;
  }
  .u45 li {
    width: 430px;
    height: 150px;
    margin-right: 25px;
    margin-bottom: 48px;
    float: left;
    background: url(../img/images/szyc.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u45 li:nth-child(2n) {
    margin-right: 0;
  }
  .u45 li:nth-child(n+2) {
    margin-bottom: 0;
  }
  .u45 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    color: #fff;
  }
  .u45 li .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u45 li .name {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    font-style: italic;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .u45 li .name img {
    margin-right: 10px;
  }
  .u45 li .name::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 87px;
    height: 7px;
    background: url(../img/szyc.png) no-repeat center;
    background-size: contain;
  }
  .u45 li .time {
    font-size: 14px;
  }
  .u45 li .txt {
    font-size: 16px;
  }
  .u45 li:hover {
    background: rgba(12, 49, 137, 0.7);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .sz-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/szb1.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-info {
    display: flex;
  }
  .sz-info .txt {
    background: url(../img/images/sz-l.png) no-repeat center bottom;
    background-size: 100% 100%;
    width: 8.43rem;
    height: 5.22rem;
    padding: 0.95rem 0.25rem 0 0.4rem;
    font-size: 0.2rem;
  }
  .sz-info .txt .more {
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-info .num {
    background: url(../img/images/sz-r.jpg) no-repeat center bottom;
    width: 7.57rem;
    height: 5.43rem;
    padding-top: 0.88rem;
  }
  .sz-info .list1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .sz-info .list1 li {
    text-align: center;
    width: 2.2rem;
    font-size: 0.16rem;
  }
  .sz-info .list1 li:last-child .imgk {
    border-right: 0px solid #000;
  }
  .sz-info .list1 li .imgk {
    border-right: 1px solid #5271b0;
    padding-bottom: 0.15rem;
  }
  .sz-info .list1 li .imgk:hover img {
    animation: flipInY linear infinite 1s;
  }
  .sz-info .list2 {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
  }
  .sz-info .list2 li {
    width: 1.8rem;
    border-right: 1px solid #5271b0;
  }
  .sz-info .list2 li:last-child {
    border-right: 0px solid #000;
  }
  .sz-info .list2 span {
    font-size: 0.5rem;
  }
  .sz-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/szb2.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box2 .more {
    margin: 0 auto;
    margin-top: 0.65rem;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box2 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .nb4 {
    width: 16rem;
    overflow: hidden;
  }
  .ny_ban4 {
    width: 2.6rem;
    margin: 0 !important;
    overflow: initial !important;
  }
  .ny_ban4 .sz-btn {
    position: absolute;
    left: 3.3rem;
    top: 0.13rem;
    height: 0.48rem;
  }
  .ny_ban4 .sz-btn::after {
    content: '';
    position: absolute;
    left: 1.55rem;
    top: 0.22rem;
    width: 11.16rem;
    height: 0.05rem;
    background: url(../img/szxz.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2,
  .ny_ban4 .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 0.48rem;
    height: 0.48rem;
    left: 0.6rem;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2:hover,
  .ny_ban4 .sz-btn .sw-next-ny2:hover {
    animation: rotate linear 0.5s;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: 0px;
  }
  .ny_ban4 .swiper-wrapper {
    align-items: flex-end;
  }
  .ny_ban4 .swiper-slide {
    width: auto;
    padding-right: 0.47rem;
    position: relative;
  }
  .ny_ban4 .swiper-slide::after {
    position: absolute;
    content: '';
    width: 2.12rem;
    height: 2.84rem;
    left: 0.07rem;
    top: 0.03rem;
    background: url(../img/szsw.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny_ban4 .imgk {
    width: 2.12rem;
    height: 2.79rem;
    position: relative;
  }
  .ny_ban4 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban4 .name {
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
  }
  .ny_ban4 .swiper-slide-active {
    width: 3.32rem !important;
  }
  .ny_ban4 .swiper-slide-active .imgk {
    width: 2.85rem;
    height: 3.73rem;
  }
  .ny_ban4 .swiper-slide-active .imgk::after {
    display: none;
  }
  .ny_ban4 .swiper-slide-active .name {
    font-size: 0.22rem;
    height: 0.57rem;
    line-height: 0.57rem;
    background: url(../img/images/szsw.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sz-box3 {
    padding: 0.75rem 0;
    background: url(../img/images/szb3.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box3 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    background-color: #dad8dd;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u46 {
    padding: 0.25rem 0.4rem;
    padding-bottom: 0;
    margin-bottom: 0.25rem;
    background-color: rgba(217, 159, 159, 0.75);
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .u46.u462 {
    background-color: rgba(214, 203, 137, 0.75);
  }
  .u46.u462 li:hover {
    background-image: url(../img/szml2.png);
  }
  .u46.u463 {
    background-color: rgba(156, 199, 219, 0.75);
  }
  .u46.u463 li:hover {
    background-image: url(../img/szml3.png);
  }
  .u46.u464 {
    background-color: rgba(242, 245, 255, 0.75);
  }
  .u46.u464 li:hover {
    background-image: url(../img/szml4.png);
  }
  .u46 li {
    float: left;
    width: 2.7rem;
    height: 0.66rem;
    background-color: #f2f5ff;
    margin-bottom: 0.27rem;
    margin-right: 0.4rem;
  }
  .u46 li:nth-child(5n) {
    margin-right: 0;
  }
  .u46 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.3rem;
    font-size: 0.16rem;
  }
  .u46 li:hover {
    background: url(../img/szml.png) no-repeat center;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-top-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .u46 li:hover a {
    color: #fff;
  }
  .sz-box4 {
    padding: 0.75rem 0;
  }
  .sz-box4 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-box5 {
    padding: 0.75rem 0;
    background: url(../img/images/szb4.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
    height: 5.6rem;
  }
  .sz-box5 .wal {
    height: 100%;
  }
  .sz-box5 .szb5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }
  .sz-box5 .nsy-tit4 {
    width: 5.44rem;
    font-size: 0.38rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
  }
  .sz-box5 .more {
    position: absolute;
    left: 2rem;
    top: 2.8rem;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #0c3189;
    background-color: #0c3189;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .sz-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .u45 {
    width: 8.88rem;
  }
  .u45 li {
    width: 4.3rem;
    height: 1.5rem;
    margin-right: 0.25rem;
    margin-bottom: 0.48rem;
    float: left;
    background: url(../img/images/szyc.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u45 li:nth-child(2n) {
    margin-right: 0;
  }
  .u45 li:nth-child(n+2) {
    margin-bottom: 0;
  }
  .u45 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.3rem;
    color: #fff;
  }
  .u45 li .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u45 li .name {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.22rem;
    font-style: italic;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
  .u45 li .name img {
    margin-right: 0.1rem;
  }
  .u45 li .name::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 0.87rem;
    height: 0.07rem;
    background: url(../img/szyc.png) no-repeat center;
    background-size: contain;
  }
  .u45 li .time {
    font-size: 0.14rem;
  }
  .u45 li .txt {
    font-size: 0.16rem;
  }
  .u45 li:hover {
    background: rgba(12, 49, 137, 0.7);
  }
}
@media only screen and (max-width: 800px) {
  .sz-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/szb1.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .sz-info .txt {
    background: url(../img/images/sz-l.png) no-repeat center bottom;
    background-size: 100% 100%;
    width: 100%;
    padding: 0.5rem 0.25rem 0.4rem;
    font-size: 0.24rem;
  }
  .sz-info .txt .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .sz-info .txt .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-info .num {
    background: url(../img/images/sz-r.jpg) no-repeat center bottom;
    width: 100%;
    height: 5.43rem;
    padding-top: 0.88rem;
  }
  .sz-info .list1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .sz-info .list1 li {
    text-align: center;
    width: 2.5rem;
    font-size: 0.2rem;
  }
  .sz-info .list1 li:last-child .imgk {
    border-right: 0px solid #000;
  }
  .sz-info .list1 li .imgk {
    border-right: 1px solid #5271b0;
    padding-bottom: 0.15rem;
  }
  .sz-info .list1 li .imgk img {
    width: 0.875rem;
  }
  .sz-info .list2 {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 0.14rem;
  }
  .sz-info .list2 li {
    width: 1.8rem;
    border-right: 1px solid #5271b0;
  }
  .sz-info .list2 li:last-child {
    border-right: 0px solid #000;
  }
  .sz-info .list2 span {
    font-size: 0.5rem;
  }
  .sz-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/szb2.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box2 .more {
    margin: 0 auto;
    margin-top: 0.65rem;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .sz-box2 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .ny_ban4 .sz-btn {
    position: absolute;
    left: 3.3rem;
    top: 0.13rem;
    height: 0.48rem;
  }
  .ny_ban4 .sz-btn::after {
    content: '';
    position: absolute;
    left: 1.55rem;
    top: 0.22rem;
    width: 11.16rem;
    height: 0.05rem;
    background: url(../img/szxz.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2,
  .ny_ban4 .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 0.48rem;
    height: 0.48rem;
    left: 0.6rem;
    margin-top: -0.22rem;
  }
  .ny_ban4 .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: 0px;
  }
  .ny_ban4 .swiper-wrapper {
    align-items: flex-end;
  }
  .ny_ban4 .swiper-slide {
    width: auto;
    margin-right: 0.47rem;
    position: relative;
  }
  .ny_ban4 .swiper-slide::after {
    position: absolute;
    content: '';
    width: 2.12rem;
    height: 2.84rem;
    left: 0.07rem;
    top: 0.03rem;
    background: url(../img/szsw.png) no-repeat center;
    background-size: 100% 100%;
  }
  .ny_ban4 .imgk {
    width: 2.12rem;
    height: 2.79rem;
    position: relative;
  }
  .ny_ban4 .imgk img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban4 .name {
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
  }
  .sz-box3 {
    padding: 0.75rem 0;
    background: url(../img/images/szb3.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box3 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    background-color: #dad8dd;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .sz-box3 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u46 {
    padding: 0.25rem;
    padding-bottom: 0;
    margin-bottom: 0.25rem;
    background-color: rgba(217, 159, 159, 0.75);
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .u46.u462 {
    background-color: rgba(214, 203, 137, 0.75);
  }
  .u46.u462 li:hover {
    background-image: url(../img/szml2.png);
  }
  .u46.u463 {
    background-color: rgba(156, 199, 219, 0.75);
  }
  .u46.u463 li:hover {
    background-image: url(../img/szml3.png);
  }
  .u46.u464 {
    background-color: rgba(242, 245, 255, 0.75);
  }
  .u46.u464 li:hover {
    background-image: url(../img/szml4.png);
  }
  .u46 li {
    float: left;
    width: 49%;
    height: 0.8rem;
    background-color: #f2f5ff;
    margin-bottom: 0.27rem;
    margin-right: 2%;
  }
  .u46 li:nth-child(2n) {
    margin-right: 0;
  }
  .u46 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0.3rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .u46 li:hover {
    background: url(../img/szml.png) no-repeat center;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-top-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .u46 li:hover a {
    color: #fff;
  }
  .sz-box4 {
    padding: 0.75rem 0;
  }
  .sz-box4 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eeeeee;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .sz-box4 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .sz-box5 {
    padding: 0.75rem 0;
    background: url(../img/images/szb4.jpg) no-repeat center bottom;
    background-size: 19.2rem 100%;
  }
  .sz-box5 .wal {
    height: 100%;
  }
  .sz-box5 .szb5 {
    width: 100%;
  }
  .sz-box5 .nsy-tit4 {
    width: 100%;
    font-size: 0.38rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: 0.7rem;
  }
  .sz-box5 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #0c3189;
    background-color: #0c3189;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .sz-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .u45 li {
    width: 100%;
    height: 1.8rem;
    margin-bottom: 0.3rem;
    background: url(../img/images/szyc.png) no-repeat center;
    background-size: 100% 100%;
  }
  .u45 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.3rem;
    color: #fff;
  }
  .u45 li .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u45 li .name {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.24rem;
    font-style: italic;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
  .u45 li .name img {
    margin-right: 0.1rem;
    width: 0.24rem;
  }
  .u45 li .name::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 0.87rem;
    height: 0.07rem;
    background: url(../img/szyc.png) no-repeat center;
    background-size: contain;
  }
  .u45 li .time {
    font-size: 0.2rem;
  }
  .u45 li .txt {
    font-size: 0.24rem;
  }
}
@media only screen and (min-width: 1680px) {
  .kx-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb1.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box1 .more {
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .kx-info {
    display: flex;
  }
  .kx-info .text {
    width: 100%;
    flex: 1;
    font-size: 18px;
  }
  .kx-info .text p {
    padding-right: 20px;
  }
  .kx-info .sj {
    position: relative;
  }
  .kx-info .sj::after {
    position: absolute;
    content: '';
    width: 124px;
    height: 125px;
    left: -10px;
    bottom: -10px;
    background: url(../img/images/img21-2.png) no-repeat center;
    background-size: contain;
  }
  .kx-info .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8f9fb;
    padding: 50px 36px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .kx-info .ky-item {
    display: flex;
    align-items: center;
    width: 270px;
  }
  .kx-info .ky-item img {
    width: 46px;
  }
  .kx-info .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .kx-info .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
  }
  .kx-info .ky-item p span {
    color: #333;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
  }
  .kx-info .imgk {
    position: relative;
    width: 680px;
  }
  .kx-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .kx-info .imgk::after {
    position: absolute;
    content: '';
    width: 136px;
    height: 75px;
    right: -10px;
    top: -10px;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .kx-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb2.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box2 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .ny-b5 {
    position: relative;
    margin-bottom: 100px;
  }
  .sz-btn .sw-prev-ny2,
  .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 48px;
    height: 48px;
    right: -60px;
  }
  .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: -60px;
  }
  .ny_ban5 .swiper-slide {
    width: 382px;
    height: 287px;
    position: relative;
    margin-right: 21px;
    overflow: hidden;
  }
  .ny_ban5 .swiper-slide .imgk {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ny_ban5 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban5 .swiper-slide .name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
  }
  .ny_ban5 .swiper-slide .name p {
    color: #fff;
    padding: 0 55px;
    font-size: 24px;
    position: relative;
    text-align: center;
    text-shadow: #000 0 0 10px;
  }
  .ny_ban5 .swiper-slide .name p::after {
    position: absolute;
    content: '';
    width: 0;
    height: 6px;
    background-color: #eeb04d;
    left: 50%;
    bottom: -10px;
    transition: all 0.5s;
  }
  .ny_ban5 .swiper-slide:hover p::after {
    width: 77px;
    margin-left: -36.5px;
  }
  .kx-box3 {
    padding: 0.75rem 0;
    position: relative;
  }
  .kx-box3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: -0.19rem;
    background: url(../img/mt1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .u47 {
    display: flex;
    align-items: center;
  }
  .u47 li {
    position: relative;
    width: 520px;
    height: 418px;
    margin-right: 20px;
    transition: all 0.5s;
  }
  .u47 li:nth-child(3n) {
    margin-right: 0;
  }
  .u47 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u47 li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(12, 49, 137, 0.6);
    color: #fff;
    padding: 35px 50px;
    transition: all 0.5s;
  }
  .u47 li .txt .name {
    font-size: 32px;
    font-weight: 600;
  }
  .u47 li .txt .view {
    margin-top: 10px;
    font-size: 18px;
  }
  .u47 li:hover {
    width: 674px;
  }
  .u47 li:hover .txt {
    height: 100%;
    padding-top: 270px;
    bottom: 0;
    background: transparent;
    background-image: linear-gradient(to top, #0c3189, rgba(12, 49, 137, 0.05), rgba(12, 49, 137, 0.01), transparent 100%, transparent 100%);
  }
  .kx-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb4.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
    height: 650px;
  }
  .kx-box4 .tit {
    width: 552px;
    padding: 73px 0;
    color: #fff;
    text-align: center;
  }
  .kx-box4 .tit2 {
    border-bottom: 1px solid #707277;
  }
  .kx-box4 .kx-tit {
    font-size: 38px;
  }
  .kx-box4 .more {
    margin: 0 auto;
    margin-top: 30px;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    background-color: #2b9a9c;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box4 .more:hover {
    background-color: #fff;
    color: #2b9a9c;
  }
  .kx-box4 .more2 {
    background-color: #eeb955;
  }
  .kx-box4 .more2:hover {
    background-color: #fff;
    color: #eeb955;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .kx-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb1.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box1 .more {
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .kx-info {
    display: flex;
  }
  .kx-info .text {
    width: 100%;
    flex: 1;
    font-size: 0.2rem;
  }
  .kx-info .text p {
    padding-right: 0.2rem;
  }
  .kx-info .sj {
    position: relative;
  }
  .kx-info .sj::after {
    position: absolute;
    content: '';
    width: 1.24rem;
    height: 1.25rem;
    left: -0.1rem;
    bottom: -0.1rem;
    background: url(../img/images/img21-2.png) no-repeat center;
    background-size: contain;
  }
  .kx-info .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8f9fb;
    padding: 0.5rem 0.36rem;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .kx-info .ky-item {
    display: flex;
    align-items: center;
    width: 2.7rem;
  }
  .kx-info .ky-item img {
    width: 0.46rem;
  }
  .kx-info .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .kx-info .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #666;
  }
  .kx-info .ky-item p span {
    color: #333;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
  }
  .kx-info .imgk {
    position: relative;
    width: 6.8rem;
  }
  .kx-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .kx-info .imgk::after {
    position: absolute;
    content: '';
    width: 1.36rem;
    height: 0.75rem;
    right: -0.1rem;
    top: -0.1rem;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .kx-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb2.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box2 .more {
    margin: 0 auto;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .ny-b5 {
    position: relative;
    margin-bottom: 1rem;
  }
  .sz-btn .sw-prev-ny2,
  .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 0.48rem;
    height: 0.48rem;
    right: -0.6rem;
  }
  .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: -0.6rem;
  }
  .ny_ban5 .swiper-slide {
    width: 3.82rem;
    height: 2.87rem;
    position: relative;
    margin-right: 0.21rem;
    overflow: hidden;
  }
  .ny_ban5 .swiper-slide .imgk {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ny_ban5 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban5 .swiper-slide .name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .ny_ban5 .swiper-slide .name p {
    text-shadow: #000 0 0 10px;
    color: #fff;
    padding: 0 0.55rem;
    font-size: 0.24rem;
    position: relative;
    text-align: center;
  }
  .ny_ban5 .swiper-slide .name p::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.06rem;
    background-color: #eeb04d;
    left: 50%;
    bottom: -0.1rem;
    margin-left: 0;
    transition: all 0.5s;
  }
  .ny_ban5 .swiper-slide:hover p::after {
    width: 0.77rem;
    margin-left: -0.365rem;
  }
  .kx-box3 {
    padding: 0.75rem 0;
    position: relative;
  }
  .kx-box3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: -0.19rem;
    background: url(../img/mt1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .u47 {
    display: flex;
    align-items: center;
  }
  .u47 li {
    position: relative;
    width: 5.2rem;
    height: 4.18rem;
    margin-right: 0.2rem;
    transition: all 0.5s;
  }
  .u47 li:nth-child(3n) {
    margin-right: 0;
  }
  .u47 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u47 li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(12, 49, 137, 0.6);
    color: #fff;
    padding: 0.35rem 0.5rem;
    transition: all 0.5s;
  }
  .u47 li .txt .name {
    font-size: 0.32rem;
    font-weight: 600;
  }
  .u47 li .txt .view {
    margin-top: 0.1rem;
    font-size: 0.18rem;
  }
  .u47 li:hover {
    width: 6.74rem;
  }
  .u47 li:hover .txt {
    height: 100%;
    padding-top: 2.7rem;
    bottom: 0;
    background: transparent;
    background-image: linear-gradient(to top, #0c3189, rgba(12, 49, 137, 0.05), rgba(12, 49, 137, 0.01), transparent 100%, transparent 100%);
  }
  .kx-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb4.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box4 .tit {
    width: 5.52rem;
    padding: 0.73rem 0;
    color: #fff;
    text-align: center;
  }
  .kx-box4 .tit2 {
    border-bottom: 1px solid #707277;
  }
  .kx-box4 .kx-tit {
    font-size: 0.38rem;
  }
  .kx-box4 .more {
    margin: 0 auto;
    margin-top: 0.3rem;
    width: 1.46rem;
    height: 0.47rem;
    display: block;
    background-color: #2b9a9c;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .kx-box4 .more:hover {
    background-color: #fff;
    color: #2b9a9c;
  }
  .kx-box4 .more2 {
    background-color: #eeb955;
  }
  .kx-box4 .more2:hover {
    background-color: #fff;
    color: #eeb955;
  }
}
@media only screen and (max-width: 800px) {
  .kx-box1 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb1.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box1 .more {
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eee;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .kx-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .kx-info .text {
    width: 100%;
    flex: 1;
    font-size: 0.24rem;
  }
  .kx-info .text p {
    padding-right: 0.2rem;
  }
  .kx-info .sj {
    position: relative;
  }
  .kx-info .sj::after {
    position: absolute;
    content: '';
    width: 1.24rem;
    height: 1.25rem;
    left: -0.1rem;
    bottom: -0.1rem;
    background: url(../img/images/img21-2.png) no-repeat center;
    background-size: contain;
  }
  .kx-info .sj-list {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8f9fb;
    padding: 0.5rem 0.36rem;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 0.2rem;
  }
  .kx-info .ky-item {
    display: flex;
    align-items: center;
    width: 2.7rem;
  }
  .kx-info .ky-item img {
    width: 0.46rem;
  }
  .kx-info .ky-item .txt {
    width: 100%;
    flex: 1;
  }
  .kx-info .ky-item p {
    border-left: 1px solid #e3e8ed;
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.22rem;
    color: #666;
  }
  .kx-info .ky-item p span {
    color: #333;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
  }
  .kx-info .imgk {
    position: relative;
    width: 6.8rem;
  }
  .kx-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .kx-info .imgk::after {
    position: absolute;
    content: '';
    width: 1.36rem;
    height: 0.75rem;
    right: -0.1rem;
    top: -0.1rem;
    background: url(../img/images/img21.png) no-repeat center;
  }
  .kx-box2 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb2.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box2 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .kx-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .ny-b5 {
    position: relative;
    margin-bottom: 1rem;
  }
  .sz-btn {
    display: none;
  }
  .sz-btn .sw-prev-ny2,
  .sz-btn .sw-next-ny2 {
    background: url(../img/sz-l.png) no-repeat center;
    background-size: contain;
    width: 0.48rem;
    height: 0.48rem;
    right: -0.6rem;
  }
  .sz-btn .sw-prev-ny2 {
    background-image: url(../img/sz-r.png);
    left: -0.6rem;
  }
  .ny_ban5 .swiper-slide {
    width: 49%;
    height: 2.5rem;
    position: relative;
    margin-right: 2%;
  }
  .ny_ban5 .swiper-slide .imgk {
    width: 100%;
    height: 100%;
  }
  .ny_ban5 .swiper-slide .name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
  }
  .ny_ban5 .swiper-slide .name p {
    text-shadow: #000 0 0 10px;
    color: #fff;
    padding: 0 0.4rem;
    font-size: 0.24rem;
    position: relative;
    text-align: center;
  }
  .ny_ban5 .swiper-slide .name p::after {
    position: absolute;
    content: '';
    width: 0.77rem;
    height: 0.06rem;
    background-color: #eeb04d;
    left: 50%;
    bottom: -0.1rem;
    margin-left: -0.365rem;
  }
  .kx-box3 {
    padding: 0.75rem 0;
    position: relative;
  }
  .kx-box3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: -0.19rem;
    background: url(../img/mt1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
  }
  .u47 li {
    position: relative;
    width: 100%;
    height: 4.18rem;
    margin-bottom: 0.2rem;
  }
  .u47 li:nth-child(3n) {
    margin-right: 0;
  }
  .u47 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u47 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u47 li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(12, 49, 137, 0.6);
    color: #fff;
    padding: 0.35rem 0.5rem;
    transition: all 0.5s;
  }
  .u47 li .txt .name {
    font-size: 0.4rem;
    font-weight: 600;
  }
  .u47 li .txt .view {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
  .kx-box4 {
    padding: 0.75rem 0;
    background: url(../img/images/kxb4.jpg) no-repeat center center;
    background-size: 19.2rem 100%;
  }
  .kx-box4 .tit {
    width: 45%;
    padding: 0.73rem 0;
    color: #fff;
    text-align: center;
  }
  .kx-box4 .tit2 {
    border-bottom: 1px solid #707277;
  }
  .kx-box4 .kx-tit {
    font-size: 0.42rem;
  }
  .kx-box4 .more {
    margin: 0 auto;
    margin-top: 0.3rem;
    width: 2rem;
    height: 0.6rem;
    display: block;
    background-color: #2b9a9c;
    color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .kx-box4 .more:hover {
    background-color: #fff;
    color: #2b9a9c;
  }
  .kx-box4 .more2 {
    background-color: #eeb955;
  }
  .kx-box4 .more2:hover {
    background-color: #fff;
    color: #eeb955;
  }
}
@media only screen and (min-width: 1680px) {
  .xy-box1 {
    padding: 0.75rem 0;
  }
  .xy-box1 .more {
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .xy-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .xy-info {
    display: flex;
    align-items: center;
  }
  .xy-info .text {
    width: 100%;
    flex: 1;
    padding-left: 30px;
    font-size: 18px;
  }
  .xy-info .imgk {
    padding: 16px;
    padding-top: 0;
    width: 724px;
    height: 475px;
    position: relative;
  }
  .xy-info .imgk::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 245px;
    background-color: #0c3189;
    left: 0;
    bottom: 0;
  }
  .xy-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
  }
  .xy-box2 {
    padding: 0.75rem 0;
    background: #f3f4f7;
  }
  .xy-box2 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .xy-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u48 li {
    float: left;
    margin-right: 46px;
    margin-bottom: 55px;
    width: 365px;
    height: 503px;
    background-color: #fff;
  }
  .u48 li:nth-child(4n) {
    margin-right: 0;
  }
  .u48 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u48 li .imgk {
    width: 100%;
    height: 243px;
  }
  .u48 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u48 li .txt {
    padding: 25px;
    font-size: 17px;
    position: relative;
  }
  .u48 li .txt::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #d2d2d4;
    content: '';
    left: 50%;
    top: 100px;
    margin-left: -20px;
  }
  .u48 li .txt .tit {
    font-size: 20px;
    font-weight: 600;
    height: 67.5px;
  }
  .u48 li .txt .jj {
    color: #666666;
    margin-top: 20px;
  }
  .u48 li .txt .time {
    margin-top: 10px;
    color: #999;
  }
  .xy-list li {
    float: left;
    width: 511px;
    height: 413px;
    margin-bottom: 75px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
  }
  .xy-list li:nth-child(3n) {
    margin-right: 0;
  }
  .xy-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xy-list li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .xy-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .xy-list li .imgk .mb {
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .xy-list li .imgk i {
    width: 400px;
    height: 400px;
    background: url(../img/y.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -200px;
    top: 5px;
  }
  .xy-list li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 35px 40px;
    left: 0;
    top: 0;
    color: #fff;
  }
  .xy-list li .txt .icon img {
    height: 55px;
  }
  .xy-list li .txt .name {
    font-size: 34px;
    margin-top: 20px;
  }
  .xy-list li .txt .view {
    position: absolute;
    left: 40px;
    bottom: 35px;
    font-size: 18px;
  }
  .xy-list li:hover .imgk i {
    animation: rotate linear infinite 10s;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .xy-box1 {
    padding: 0.75rem 0;
  }
  .xy-box1 .more {
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .xy-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .xy-info {
    display: flex;
    align-items: center;
  }
  .xy-info .text {
    width: 100%;
    flex: 1;
    padding-left: 0.3rem;
    font-size: 0.2rem;
  }
  .xy-info .imgk {
    padding: 0.16rem;
    padding-top: 0;
    width: 7.24rem;
    height: 4.75rem;
    position: relative;
  }
  .xy-info .imgk::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.45rem;
    background-color: #0c3189;
    left: 0;
    bottom: 0;
  }
  .xy-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
  }
  .xy-box2 {
    padding: 0.75rem 0;
    background: #f3f4f7;
  }
  .xy-box2 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .xy-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u48 li {
    float: left;
    margin-right: 0.46rem;
    margin-bottom: 0.55rem;
    width: 3.65rem;
    height: 5.03rem;
    background-color: #fff;
  }
  .u48 li:nth-child(4n) {
    margin-right: 0;
  }
  .u48 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u48 li .imgk {
    width: 100%;
    height: 2.43rem;
  }
  .u48 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u48 li .txt {
    padding: 0.25rem;
    font-size: 0.17rem;
    position: relative;
  }
  .u48 li .txt::after {
    position: absolute;
    width: 0.4rem;
    height: 2px;
    background-color: #d2d2d4;
    content: '';
    left: 50%;
    top: 1rem;
    margin-left: -0.2rem;
  }
  .u48 li .txt .tit {
    font-size: 0.2rem;
    height: 0.675rem;
    font-weight: 600;
  }
  .u48 li .txt .jj {
    color: #666666;
    margin-top: 0.2rem;
  }
  .u48 li .txt .time {
    margin-top: 0.1rem;
    color: #999;
  }
  .xy-list li {
    float: left;
    width: 5.11rem;
    height: 4.13rem;
    margin-bottom: 0.75rem;
    margin-right: 0.3rem;
    overflow: hidden;
    position: relative;
  }
  .xy-list li:nth-child(3n) {
    margin-right: 0;
  }
  .xy-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xy-list li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .xy-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .xy-list li .imgk .mb {
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .xy-list li .imgk i {
    width: 4rem;
    height: 4rem;
    background: url(../img/y.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -2rem;
    top: 0.05rem;
  }
  .xy-list li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0.35rem 0.4rem;
    left: 0;
    top: 0;
    color: #fff;
  }
  .xy-list li .txt .icon img {
    height: 0.55rem;
  }
  .xy-list li .txt .name {
    font-size: 0.34rem;
    margin-top: 0.2rem;
  }
  .xy-list li .txt .view {
    position: absolute;
    left: 0.4rem;
    bottom: 0.35rem;
    font-size: 0.18rem;
  }
  .xy-list li:hover .imgk i {
    animation: rotate linear infinite 10s;
  }
}
@media only screen and (max-width: 800px) {
  .xy-box1 {
    padding: 0.75rem 0;
  }
  .xy-box1 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .xy-box1 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .xy-info .text {
    width: 100%;
    flex: 1;
    padding-top: 0.3rem;
    font-size: 0.24rem;
  }
  .xy-info .imgk {
    padding: 0.16rem;
    padding-top: 0;
    width: 100%;
    height: 4.75rem;
    position: relative;
  }
  .xy-info .imgk::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.45rem;
    background-color: #0c3189;
    left: 0;
    bottom: 0;
  }
  .xy-info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
  }
  .xy-box2 {
    padding: 0.75rem 0;
    background: #f3f4f7;
  }
  .xy-box2 .more {
    margin: 0 auto;
    width: 2rem;
    height: 0.6rem;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
  }
  .xy-box2 .more:hover {
    background-color: #0c3189;
    color: #fff;
  }
  .u48 li {
    float: left;
    margin-right: 2%;
    margin-bottom: 0.35rem;
    width: 49%;
    height: 5.2rem;
    background-color: #fff;
  }
  .u48 li:nth-child(2n) {
    margin-right: 0;
  }
  .u48 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u48 li .imgk {
    width: 100%;
    height: 2.23rem;
  }
  .u48 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u48 li .txt {
    padding: 0.2rem;
    font-size: 0.22rem;
    position: relative;
  }
  .u48 li .txt::after {
    position: absolute;
    width: 0.4rem;
    height: 2px;
    background-color: #d2d2d4;
    content: '';
    left: 50%;
    top: 1.05rem;
    margin-left: -0.2rem;
  }
  .u48 li .txt .tit {
    font-size: 0.24rem;
    height: 0.8rem;
    font-weight: 600;
  }
  .u48 li .txt .jj {
    color: #666666;
    margin-top: 0.2rem;
  }
  .u48 li .txt .time {
    margin-top: 0.1rem;
    color: #999;
  }
  .xy-list li {
    float: left;
    width: 100%;
    height: 5rem;
    margin-bottom: 0.75rem;
    margin-right: 0.3rem;
    overflow: hidden;
    position: relative;
  }
  .xy-list li:nth-child(3n) {
    margin-right: 0;
  }
  .xy-list li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xy-list li .imgk {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .xy-list li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .xy-list li .imgk .mb {
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .xy-list li .imgk i {
    width: 4rem;
    height: 4rem;
    background: url(../img/y.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -2rem;
    top: 0.5rem;
    animation: rotate linear infinite 10s;
  }
  .xy-list li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0.35rem 0.4rem;
    left: 0;
    top: 0;
    color: #fff;
  }
  .xy-list li .txt .icon img {
    height: 0.55rem;
  }
  .xy-list li .txt .name {
    font-size: 0.4rem;
    margin-top: 0.2rem;
  }
  .xy-list li .txt .view {
    position: absolute;
    left: 0.4rem;
    bottom: 0.35rem;
    font-size: 0.24rem;
  }
}
@media only screen and (min-width: 1680px) {
  .fw-box1 {
    padding: 0.75rem 0;
    background: url(../img/fwb1.jpg) no-repeat center;
    background-size: 1920px 100%;
  }
  .fw-box1 .tit {
    width: 277px;
    height: 508px;
    background: url(../img/fwtit.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fw-box1 .tit p {
    padding-right: 35px;
    font-size: 32px;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 10px;
    position: relative;
  }
  .fw-box1 .tit p::after,
  .fw-box1 .tit p::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 90px;
    background: url(../img/fwl.png) no-repeat center;
    background-size: 100% 100%;
    left: -15px;
    bottom: 40px;
  }
  .fw-box1 .tit p::after {
    background-image: url(../img/fwr.png);
    left: auto;
    bottom: auto;
    right: 15px;
    top: 40px;
  }
  .wal {
    position: relative;
  }
  .yw-list {
    width: 1400px;
    position: absolute;
    right: 0;
    top: 196px;
    background-color: #fff;
    padding: 57px 40px;
    border-bottom-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .yw-list li {
    float: left;
    width: 322px;
    height: 135px;
    background: url(../img/images/fwli.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .yw-list li:nth-child(4n) {
    margin-right: 0;
  }
  .yw-list li:nth-child(n+4) {
    margin-bottom: 0;
  }
  .yw-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .yw-list li .icon {
    width: 80px;
    height: 60px;
    text-align: center;
  }
  .yw-list li .icon img {
    object-fit: contain;
  }
  .yw-list li .name {
    padding-left: 20px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-top: 10px;
  }
  .yw-list li .name::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: '';
    width: 42px;
    height: 3px;
    background-color: #fff;
  }
  .yw-list li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
  }
  .nsy-tit5::after,
  .nsy-tit5::before {
    width: 735px;
  }
  .u49 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .u49 li {
    width: 772px;
    height: 437px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  .u49 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u49 li .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px;
    color: #fff;
  }
  .u49 li .txt .tit {
    font-size: 34px;
  }
  .u49 li .txt .view {
    font-size: 18px;
    margin-top: 10px;
    transition: all 0.5s;
  }
  .u49 li:hover img {
    transform: scale(1.1);
  }
  .u49 li:hover .view {
    padding-left: 0.15rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .fw-box1 {
    padding: 0.75rem 0;
    background: url(../img/fwb1.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .fw-box1 .tit {
    width: 2.77rem;
    height: 5.08rem;
    background: url(../img/fwtit.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fw-box1 .tit p {
    padding-right: 0.35rem;
    font-size: 0.32rem;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 0.1rem;
    position: relative;
  }
  .fw-box1 .tit p::after,
  .fw-box1 .tit p::before {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 0.9rem;
    background: url(../img/fwl.png) no-repeat center;
    background-size: 100% 100%;
    left: -0.15rem;
    bottom: 0.4rem;
  }
  .fw-box1 .tit p::after {
    background-image: url(../img/fwr.png);
    left: auto;
    bottom: auto;
    right: 0.15rem;
    top: 0.4rem;
  }
  .wal {
    position: relative;
  }
  .yw-list {
    width: 14rem;
    position: absolute;
    right: 0;
    top: 1.96rem;
    background-color: #fff;
    padding: 0.57rem 0.4rem;
    border-bottom-left-radius: 0.65rem;
    border-top-right-radius: 0.65rem;
  }
  .yw-list li {
    float: left;
    width: 3.22rem;
    height: 1.35rem;
    background: url(../img/images/fwli.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .yw-list li:nth-child(4n) {
    margin-right: 0;
  }
  .yw-list li:nth-child(n+4) {
    margin-bottom: 0;
  }
  .yw-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
  }
  .yw-list li .icon {
    width: 0.8rem;
    height: 0.6rem;
    text-align: center;
  }
  .yw-list li .icon img {
    object-fit: contain;
  }
  .yw-list li .name {
    padding-left: 0.2rem;
    font-size: 0.23rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-top: 0.1rem;
  }
  .yw-list li .name::after {
    position: absolute;
    left: 0.2rem;
    top: 0;
    content: '';
    width: 0.42rem;
    height: 0.03rem;
    background-color: #fff;
  }
  .yw-list li:hover {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
  }
  .nsy-tit5::after,
  .nsy-tit5::before {
    width: 7.35rem;
  }
  .u49 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .u49 li {
    width: 7.72rem;
    height: 4.37rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .u49 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u49 li .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem;
    color: #fff;
  }
  .u49 li .txt .tit {
    font-size: 0.34rem;
  }
  .u49 li .txt .view {
    font-size: 0.18rem;
    margin-top: 0.1rem;
    transition: all 0.5s;
  }
  .u49 li:hover img {
    transform: scale(1.1);
  }
  .u49 li:hover .view {
    padding-left: 0.15rem;
  }
}
@media only screen and (max-width: 800px) {
  .fw-box1 {
    padding: 0.75rem 0;
    background: url(../img/fwb1.jpg) no-repeat center;
    background-size: 19.2rem 100%;
  }
  .fw-box1 .tit {
    width: 100%;
    height: 1.2rem;
    background: url(../img/fwtit.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fw-box1 .tit p {
    font-size: 0.4rem;
    color: #fff;
  }
  .wal {
    position: relative;
  }
  .yw-list {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem;
  }
  .yw-list li {
    float: left;
    width: 49%;
    height: 1.35rem;
    background: url(../img/images/fwli.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 2%;
    margin-bottom: 0.15rem;
  }
  .yw-list li:nth-child(2n) {
    margin-right: 0;
  }
  .yw-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
  }
  .yw-list li .icon {
    width: 0.8rem;
    height: 0.6rem;
    text-align: center;
  }
  .yw-list li .icon img {
    object-fit: contain;
  }
  .yw-list li .name {
    width: 100%;
    flex: 1;
    padding-left: 0.2rem;
    font-size: 0.23rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-top: 0.1rem;
  }
  .yw-list li .name::after {
    position: absolute;
    left: 0.2rem;
    top: 0;
    content: '';
    width: 0.42rem;
    height: 0.03rem;
    background-color: #fff;
  }
  .nsy-tit5::after,
  .nsy-tit5::before {
    width: 30%;
  }
  .u49 {
    margin-bottom: 1rem;
  }
  .u49 li {
    width: 100%;
    height: 4.37rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .u49 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u49 li .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem;
    color: #fff;
  }
  .u49 li .txt .tit {
    font-size: 0.4rem;
  }
  .u49 li .txt .view {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
}
@media only screen and (min-width: 1680px) {
  .sjyx {
    /*滚动条样式*/
  }
  .sjyx .email {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 485px;
    padding: 80px;
    border: 1px solid #e0e0e0;
    scrollbar-face-color: #0b4da2;
    /*滚动条颜色*/
    scrollbar-shadow-color: #999;
    /*滚动条阴影颜色*/
  }
  .sjyx .email .i1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon-ysj.png) no-repeat center;
    background-size: 100% 100%;
    width: 110px;
    height: 110px;
  }
  .sjyx .email .i2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/icon-zxj.png) no-repeat center;
    background-size: 100% 100%;
    width: 110px;
    height: 110px;
  }
  .sjyx .email .login-btn {
    display: block;
    width: 258px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #01478e;
    margin: 30px auto;
  }
  .sjyx .email .p1 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
  }
  .sjyx .e2 {
    padding: 0;
    height: auto;
  }
  .sjyx .e2 .u4 {
    min-height: 300px;
    padding: 10px 60px;
  }
  .sjyx .e2 li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 45px;
    padding-top: 40px;
  }
  .sjyx .e2 li:last-child {
    border: 0 solid #000;
  }
  .sjyx .e2 li .q .quest {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .sjyx .e2 li .q .quest .tit {
    margin-left: 10px;
    flex: 1;
  }
  .sjyx .e2 li .q .txt {
    font-size: 16px;
    padding-left: 80px;
    line-height: 28px;
  }
  .sjyx .e2 li .a {
    margin-top: 35px;
  }
  .sjyx .e2 li .a .quest {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
  }
  .sjyx .e2 li .a .txt {
    padding-top: 25px;
    font-size: 16px;
    flex: 1;
    line-height: 28px;
  }
  .sjyx .form-1 {
    margin-top: 80px;
  }
  .sjyx .form-1 .form-item {
    display: flex;
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  .sjyx .form-1 .form-list .form-item2:nth-child(2n) {
    margin-right: 0;
  }
  .sjyx .form-1 .form-item2 {
    width: 48%;
    margin-right: 4%;
  }
  .sjyx .form-1 .form-item .name {
    width: 115px;
    font-size: 20px;
    line-height: 50px;
  }
  .sjyx .form-1 .form-item .ipt {
    width: 100%;
    flex: 1;
    border: 1px solid #d6d6d6;
    min-height: 50px;
  }
  .sjyx .form-1 .form-item .ipt input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    color: #333;
    border: 0 solid #000;
    outline: none;
  }
  .sjyx .form-1 .form-item .ipt label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt .upload {
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .sjyx .form-1 .form-item .ipt .txt {
    width: 100%;
    height: 280px;
    padding: 15px;
    font-size: 18px;
    color: #333;
    resize: none;
  }
  .sjyx .u4::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
  }
  .sjyx .u4::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: rgba(32, 50, 96, 0.7);
    background: #0b4da2;
  }
  .sjyx .u4::-webkit-scrollbar-track {
    background: #fff;
  }
  .sjyx .form-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sjyx .form-btn {
    display: block;
    width: 258px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background: #01478e;
    margin: 30px;
    border: 1px solid #01478e;
  }
  .sjyx .form-btn2 {
    color: #01478e;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1680px) {
  .sjyx {
    /*滚动条样式*/
  }
  .sjyx .email {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px;
    border: 1px solid #e0e0e0;
    scrollbar-face-color: #0b4da2;
    /*滚动条颜色*/
    scrollbar-shadow-color: #999;
    /*滚动条阴影颜色*/
  }
  .sjyx .email .i1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon-ysj.png) no-repeat center;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
  }
  .sjyx .email .i2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/icon-zxj.png) no-repeat center;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
  }
  .sjyx .email .login-btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #01478e;
    margin: 30px auto;
  }
  .sjyx .email .p1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .sjyx .e2 {
    padding: 0;
    height: auto;
  }
  .sjyx .e2 .u4 {
    min-height: 300px;
    padding: 15px ;
  }
  .sjyx .e2 li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .sjyx .e2 li:last-child {
    border: 0 solid #000;
  }
  .sjyx .e2 li .q .quest {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .sjyx .e2 li .q .quest i img {
    height: 60px;
  }
  .sjyx .e2 li .q .quest .tit {
    margin-left: 10px;
    flex: 1;
  }
  .sjyx .e2 li .q .txt {
    font-size: 14px;
    padding-left: 65px;
    line-height: 26px;
  }
  .sjyx .e2 li .a {
    margin-top: 35px;
  }
  .sjyx .e2 li .a i img {
    height: 60px;
  }
  .sjyx .e2 li .a .quest {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
  }
  .sjyx .e2 li .a .txt {
    padding-top: 15px;
    font-size: 14px;
    flex: 1;
    line-height: 26px;
  }
  .sjyx .form-1 {
    margin-top: 80px;
  }
  .sjyx .form-1 .form-item {
    display: flex;
    margin-bottom: 0.4rem;
    float: left;
    width: 100%;
  }
  .sjyx .form-1 .form-list .form-item2:nth-child(2n) {
    margin-right: 0;
  }
  .sjyx .form-1 .form-item2 {
    width: 48%;
    margin-right: 4%;
  }
  /* .sjyx .form-1 .form-item .name {
    width: 15%;
    font-size: 20px;
    line-height: 50px;
  } */
  .sjyx .form-1 .form-item .ipt {
    width: 100%;
    flex: 1;
    border: 1px solid #d6d6d6;
    min-height: 0.5rem;
  }
  .sjyx .form-1 .form-item .name {
    width: 1.4rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
  }
  .sjyx .form-1 .form-item .ipt input {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt select {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    padding: 0 15px;
    color: #333;
    border: 0 solid #000;
    outline: none;
  }
  .sjyx .form-1 .form-item .ipt label {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt .upload {
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .sjyx .form-1 .form-item .ipt .txt {
    width: 100%;
    height: 2.8rem;
    padding: 15px;
    font-size: 0.18rem;
    color: #333;
    resize: none;
  }
  .sjyx .u4::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
  }
  .sjyx .u4::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: rgba(32, 50, 96, 0.7);
    background: #0b4da2;
  }
  .sjyx .u4::-webkit-scrollbar-track {
    background: #fff;
  }
  .sjyx .form-btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #01478e;
    margin: 30px auto;
    border: 1px solid #01478e;
  }
  .sjyx .form-btn2 {
    color: #01478e;
    background-color: #fff;
  }
}
@media only screen and (max-width: 800px) {
  .sjyx {
    /*滚动条样式*/
  }
  .sjyx .email {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px;
    border: 1px solid #e0e0e0;
    scrollbar-face-color: #0b4da2;
    /*滚动条颜色*/
    scrollbar-shadow-color: #999;
    /*滚动条阴影颜色*/
  }
  .sjyx .email .i1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon-ysj.png) no-repeat center;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
  }
  .sjyx .email .i2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/icon-zxj.png) no-repeat center;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
  }
  .sjyx .email .login-btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background: #01478e;
    margin: 30px auto;
  }
  .sjyx .email .p1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sjyx .e2 {
    padding: 0;
    height: auto;
  }
  .sjyx .e2 .u4 {
    min-height: 300px;
    padding: 15px ;
  }
  .sjyx .e2 li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .sjyx .e2 li:last-child {
    border: 0 solid #000;
  }
  .sjyx .e2 li .q .quest {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .sjyx .e2 li .q .quest i img {
    height: 60px;
  }
  .sjyx .e2 li .q .quest .tit {
    margin-left: 10px;
    flex: 1;
  }
  .sjyx .e2 li .q .txt {
    font-size: 14px;
    padding-left: 65px;
    line-height: 26px;
  }
  .sjyx .form-1 {
    margin-top: 50px;
  }
  .sjyx .form-1 .form-item {
    display: flex;
    margin-bottom: 40px;
  }
  .sjyx .form-1 .form-item2 {
    width: 100%;
  }
  .sjyx .form-1 .form-item .name {
    width: 100px;
    font-size: 18px;
    line-height: 40px;
  }
  .sjyx .form-1 .form-item .ipt {
    width: 80%;
    border: 1px solid #d6d6d6;
    min-height: 40px;
    flex: 1;
  }
  .sjyx .form-1 .form-item .ipt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    color: #333;
    border: 0 solid #000;
    outline: none;
  }
  .sjyx .form-1 .form-item .ipt label {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    color: #333;
  }
  .sjyx .form-1 .form-item .ipt .upload {
    width: 0;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .sjyx .form-1 .form-item .ipt .txt {
    width: 100%;
    height: 280px;
    padding: 15px;
    font-size: 16px;
    color: #333;
    resize: none;
  }
  .sjyx .u4::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
  }
  .sjyx .u4::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: rgba(32, 50, 96, 0.7);
    background: #0b4da2;
  }
  .sjyx .u4::-webkit-scrollbar-track {
    background: #fff;
  }
}
@media only screen and (min-width: 1680px) {
  .jc-login .ny_ban {
    padding: 50px 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: 10vw;
    height: 10vw;
    margin-right: 4.678vw;
    border-radius: 50%;
  }
  .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: #0c3189;
    border: 1px solid #0c3189;
    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 (min-width: 800px) and (max-width: 1680px) {
  .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: 10vw;
    height: 10vw;
    margin-right: 4.678vw;
    border-radius: 50%;
  }
  .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: #0c3189;
    border: 1px solid #0c3189;
    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: 800px) {
  .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: #0c3189;
    border: 1px solid #0c3189;
    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: 1680px) {
  .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: 800px) and (max-width: 1680px) {
  .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 0px;
  }
  .lg_user .user_sc .txtk p {
    font-size: 0.16rem;
    margin: 0.1rem 0px 0.35rem 0px;
  }
  .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: 800px) {
  .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: 800px) {
  .dj_ny4 {
    background-color: #fff;
    padding: 20px;
  }
  .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);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .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);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
  }
  .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;
    /* font-weight: bold; */
  }
  .lg2_fo dl.dl_bt dt {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 0.24rem;
    /*color:#01478e;*/
    line-height: 0.4rem;
  }
}
@media only screen and (min-width: 1680px) {
  .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);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e1e1e1));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1', GradientType='0');
    /* IE*/
  }
  .lg2_fo {
    width: 100%;
    float: left;
  }
  .lg2_fo dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    min-height: 35px;
    position: relative;
    padding-left: 100px;
  }
  .lg2_fo dt {
    font-size: 16px;
    line-height: 35px;
    float: left;
    width: 100px;
    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;
    /* font-weight: bold; */
  }
  .lg2_fo dl.dl_bt dt {
    font-size: 24px;
    line-height: 40px;
  }
  .lg2_fo dl.dl_bt dd {
    font-size: 24px;
    /*color:#01478e;*/
    line-height: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .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;
    background: #0c3189;
    color: #ffffff;
    border: 1px solid #0c3189;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_r:hover {
    background: #0c3189;
    border: 1px solid #0c3189;
  }
  .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 {
    background: #0c3189;
    color: #fff;
    border: 1px solid #0c3189;
  }
  .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);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
    /* IE*/
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .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;
    background: #0c3189;
    color: #ffffff;
    border: 1px solid #0c3189;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_r:hover {
    background: #0c3189;
    border: 1px solid #0c3189;
  }
  .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 {
    background: #0c3189;
    color: #fff;
    border: 1px solid #0c3189;
  }
  .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);
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #e3e3e3));
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e3e3e3', GradientType='0');
    /* IE*/
  }
}
@media only screen and (max-width: 800px) {
  .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;
    background: #0c3189;
    color: #ffffff;
    border: 1px solid #0c3189;
    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: 1680px) {
  .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: 800px) and (max-width: 1680px) {
  .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: 1680px) {
  .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: 800px) and (max-width: 1680px) {
  .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: 1680px) {
  .img-rounded {
    border-radius: 0;
  }
}
@media only screen and (max-width: 800px) {
  .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;
  }
}
.search-mode {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.search-mode .nav-ss {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-mode .nav-ss .close-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.search-mode .nav-ss .close-btn img {
  width: 100%;
  height: 100%;
}
.search-mode .nav-ss .search-box {
  width: 50vw;
  height: 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.search-mode .nav-ss .search-box .hot {
  position: absolute;
  bottom: -0.6rem;
  font-size: 0.18rem;
  color: #fff;
  opacity: 0.8;
}
.search-mode .nav-ss .search-box .hot a {
  color: #fff;
  margin-left: 0.15rem;
  opacity: 0.8;
}
.search-mode .nav-ss .search-box .hot a:hover {
  opacity: 1;
}
.search-mode .nav-ss .search-box .inp {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}
.search-mode .nav-ss .search-box .submit {
  width: 1.2rem;
  height: 0.6rem;
  background-color: #0c3189;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .search-mode {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  .search-mode .nav-ss {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-mode .nav-ss .close-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  .search-mode .nav-ss .close-btn img {
    width: 100%;
    height: 100%;
  }
  .search-mode .nav-ss .search-box {
    width: 80vw;
    height: 0.8rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .search-mode .nav-ss .search-box .hot {
    position: absolute;
    bottom: -0.6rem;
    font-size: 0.24rem;
    color: #fff;
    opacity: 0.8;
  }
  .search-mode .nav-ss .search-box .hot a {
    color: #fff;
    margin-left: 0.15rem;
    opacity: 0.8;
  }
  .search-mode .nav-ss .search-box .hot a:hover {
    opacity: 1;
  }
  .search-mode .nav-ss .search-box .inp {
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
  .search-mode .nav-ss .search-box .submit {
    width: 1.2rem;
    height: 0.8rem;
    background-color: #0c3189;
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
  }
  .u51 li {
    background-image: none !important;
  }
}
.dj-tab {
  justify-content: center;
}
.dj-tab li.on {
  border: 1px solid #c9151e;
  background-image: url(../img/images/djtab.jpg);
}
.dj-tab li.on a:hover {
  color: #fff;
}
.dj-tab li a:hover {
  color: #c9151e;
}
@media only screen and (min-width: 1680px) {
  .u52 li .imgk {
    width: 194px;
    height: 250px;
  }
  .ny_ban6 {
    margin-bottom: 0.4rem;
    padding-bottom: 0.8rem;
  }
  .ny_ban6 .swiper-slide a {
    width: 371px;
    display: block;
    height: 100%;
  }
  .ny_ban6 .swiper-slide .imgk {
    width: 100%;
    height: 279px;
  }
  .ny_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban6 .swiper-slide .txt {
    position: relative;
    background: #f4f4f9;
    padding: 15px 30px;
    font-size: 18px;
    height: 122px;
  }
  .ny_ban6 .swiper-slide .txt .jj {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ny_ban6 .swiper-slide .txt::after {
    position: absolute;
    left: 0;
    bottom: 18px;
    content: '';
    background: url(../img/dz.png) no-repeat center;
    background-size: 100% 100%;
    width: 50px;
    height: 18px;
  }
  .ny_ban6 .swiper-slide .txt .time {
    padding-left: 25px;
    margin-top: 0.05rem;
    font-size: 16px;
    color: #0c3189;
  }
  .ny_ban6 .swiper-slide:hover .txt {
    background: url(../img/images/szli.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .ny_ban6 .swiper-slide:hover .txt::after {
    background-image: url(../img/dj-item2.png);
  }
  .ny_ban6 .swiper-slide:hover .txt .time {
    color: #fff;
  }
  .sw-page7 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 2px 12px !important;
  }
  .sw-page7 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #0c3189;
    margin: 0 12px !important;
  }
  .rc-box5 {
    background: url(../img/images/rc-bg_02.jpg) no-repeat center;
    background-size: 1920px 100%;
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .rc-box5 .more {
    margin: 0 auto;
    width: 147px;
    height: 47px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
  }
  .rc-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .rc-box3 {
    padding-bottom: 30px;
  }
  .u53 {
    margin-bottom: 75px;
  }
  .u53 li {
    position: relative;
    overflow: hidden;
    width: 773px;
    height: 214px;
  }
  .u53 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u53 li .txt {
    position: absolute;
    left: 50px;
    top: 65px;
    color: #fff;
  }
  .u53 li .txt p {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .u53 li .txt div {
    transition: all 0.5s;
    font-size: 16px;
  }
  .u53 li:nth-child(1) {
    width: 793px;
    height: 460px;
    float: left;
    margin-right: 34px;
  }
  .u53 li:nth-child(1) .txt {
    top: 147px;
  }
  .u53 li:nth-child(1) .txt p {
    margin-bottom: 0.3rem;
  }
  .u53 li:nth-child(2) {
    float: left;
    margin-bottom: 33px;
  }
  .u53 li:nth-child(3) {
    float: left;
  }
  .u53 li:hover img {
    transform: scale(1.1);
  }
  .u53 li:hover .txt div {
    padding-left: 0.15rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .u52 li .imgk {
    width: 1.94rem;
    height: 2.5rem;
  }
  .ny_ban6 {
    margin-bottom: 0.4rem;
    padding-bottom: 0.8rem;
  }
  .ny_ban6 .swiper-slide a {
    width: 3.71rem;
    display: block;
    height: 100%;
  }
  .ny_ban6 .swiper-slide .imgk {
    width: 100%;
    height: 2.79rem;
  }
  .ny_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban6 .swiper-slide .txt {
    position: relative;
    background: #f4f4f9;
    padding: 0.15rem 0.3rem;
    font-size: 0.18rem;
    height: 1.22rem;
  }
  .ny_ban6 .swiper-slide .txt .jj {
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ny_ban6 .swiper-slide .txt::after {
    position: absolute;
    left: 0;
    bottom: 0.18rem;
    content: '';
    background: url(../img/dz.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.18rem;
  }
  .ny_ban6 .swiper-slide .txt .time {
    padding-left: 0.25rem;
    margin-top: 0.05rem;
    font-size: 0.16rem;
    color: #0c3189;
  }
  .ny_ban6 .swiper-slide:hover .txt {
    background: url(../img/images/szli.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .ny_ban6 .swiper-slide:hover .txt::after {
    background-image: url(../img/dj-item2.png);
  }
  .ny_ban6 .swiper-slide:hover .txt .time {
    color: #fff;
  }
  .sw-page7 .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0.02rem 0.12rem !important;
  }
  .sw-page7 .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    background: #0c3189;
    margin: 0 0.12rem !important;
  }
  .rc-box5 {
    background: url(../img/images/rc-bg_02.jpg) no-repeat center;
    background-size: 19.2rem 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.35rem;
  }
  .rc-box5 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .rc-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .rc-box3 {
    padding-bottom: 0.3rem;
  }
  .u53 {
    margin-bottom: 0.75rem;
  }
  .u53 li {
    position: relative;
    overflow: hidden;
    width: 7.73rem;
    height: 2.14rem;
  }
  .u53 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u53 li .txt {
    position: absolute;
    left: 0.5rem;
    top: 0.65rem;
    color: #fff;
  }
  .u53 li .txt p {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .u53 li .txt div {
    transition: all 0.5s;
    font-size: 0.18rem;
  }
  .u53 li:nth-child(1) {
    width: 7.93rem;
    height: 4.6rem;
    float: left;
    margin-right: 0.34rem;
  }
  .u53 li:nth-child(1) .txt {
    top: 1.47rem;
  }
  .u53 li:nth-child(1) .txt p {
    margin-bottom: 0.3rem;
  }
  .u53 li:nth-child(2) {
    float: left;
    margin-bottom: 0.33rem;
  }
  .u53 li:nth-child(3) {
    float: left;
  }
  .u53 li:hover img {
    transform: scale(1.1);
  }
  .u53 li:hover .txt div {
    padding-left: 0.15rem;
  }
}
@media only screen and (max-width: 800px) {
  .u52 li .imgk {
    width: 1.94rem;
    height: 2.5rem;
  }
  .ny_ban6 {
    margin-bottom: 0.4rem;
    padding-bottom: 0.8rem;
  }
  .ny_ban6 .swiper-slide a {
    width: 100%;
    display: block;
    height: 100%;
  }
  .ny_ban6 .swiper-slide .imgk {
    width: 100%;
    height: 2.7rem;
  }
  .ny_ban6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ny_ban6 .swiper-slide .txt {
    position: relative;
    background: #f4f4f9;
    padding: 0.15rem 0.3rem;
    font-size: 0.24rem;
    min-height: 1.3rem;
  }
  .ny_ban6 .swiper-slide .txt .jj {
    height: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ny_ban6 .swiper-slide .txt::after {
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    content: '';
    background: url(../img/dz.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.6rem;
    height: 0.2rem;
  }
  .ny_ban6 .swiper-slide .txt .time {
    padding-left: 0.35rem;
    margin-top: 0.05rem;
    font-size: 0.22rem;
    color: #0c3189;
  }
  .ny_ban6 .swiper-slide:hover .txt {
    background: url(../img/images/szli.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .ny_ban6 .swiper-slide:hover .txt::after {
    background-image: url(../img/dj-item2.png);
  }
  .ny_ban6 .swiper-slide:hover .txt .time {
    color: #fff;
  }
  .sw-page7 .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0.02rem 0.12rem !important;
  }
  .sw-page7 .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    background: #0c3189;
    margin: 0 0.12rem !important;
  }
  .rc-box5 {
    background: url(../img/images/rc-bg_02.jpg) no-repeat center;
    background-size: 19.2rem 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.35rem;
  }
  .rc-box5 .more {
    margin: 0 auto;
    width: 1.47rem;
    height: 0.47rem;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.47rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .rc-box5 .more:hover {
    background-color: #fff;
    color: #0c3189;
  }
  .rc-box3 {
    padding-bottom: 0.3rem;
  }
  .u53 {
    margin-bottom: 0.5rem;
  }
  .u53 li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 2rem;
    margin-bottom: 0.3rem;
  }
  .u53 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .u53 li .txt {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
  }
  .u53 li .txt p {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .u53 li .txt div {
    transition: all 0.5s;
    font-size: 0.22rem;
  }
  .u53 li:nth-child(1) {
    height: 4rem;
    float: left;
    margin-right: 0.34rem;
  }
  .u53 li:nth-child(1) .txt {
    top: 1.47rem;
  }
  .u53 li:nth-child(1) .txt p {
    margin-bottom: 0.3rem;
  }
  .u53 li:nth-child(2) {
    float: left;
  }
  .u53 li:nth-child(3) {
    float: left;
  }
  .u53 li:hover img {
    transform: scale(1.1);
  }
  .u53 li:hover .txt div {
    padding-left: 0.15rem;
  }
}
@media only screen and (min-width: 800px) {
  .info-tips {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    color: #c9151e;
    font-weight: 600;
    padding: 5px;
    background: #fff;
    width: 100%;
  }
  .info-tips.on {
    position: fixed;
    left: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1680px) {
  .info-tips {
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
    color: #c9151e;
    font-weight: 600;
    padding: 0.05rem;
    background: #fff;
    width: 100%;
  }
  .info-tips.on {
    position: fixed;
    left: 0;
    z-index: 10;
  }
}
@media only screen and (max-width: 800px) {
  .info-tips {
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.26rem;
    color: #c9151e;
    font-weight: 600;
    padding: 0.05rem;
    background: #fff;
    width: 100%;
  }
  .info-tips.on {
    position: fixed;
    left: 0;
    z-index: 10;
  }
}
