body {
  /* font-family: Microsoft YaHei,Arial,sans-serif,serif;font-size: 16px; */
  /* font-family:'sys'; */
  /* background-color: #f5f7fa; */
  line-height: 1.5;
  color: #333;
}
a {
  color: #333;
  transition: 0.5s;
}
a:hover {
  color: #c9151e;
}
.a a {
  display: block;
}
/* 裁剪 */
.ofh {
  overflow: hidden;
}
/* 左浮动 */
.fl,
.col-l {
  float: left;
}
/* 右浮动 */
.fr,
.col-r {
  float: right;
}
/* 相对定位 */
.por {
  position: relative;
}
/* 高100% */
.h100full {
  height: 100%;
}
/* 宽100% */
.w100full {
  width: 100%;
}
.allfull {
  width: 100%;
  height: 100%;
}
/* 默认图片 */
img {
  vertical-align: middle;
  object-fit: cover;
}
.g-a-datepick input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #ddd;
}
.g-a-datepick input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}
.g-a-datepick input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
}
.g-a-datepick input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
}
/* 清除浮动 */
.htover::after {
  content: '';
  display: table;
  clear: both;
}
/* 文本行数限制 1行 */
.txtof1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 文本行数限制 2行 */
.txtof2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  line-height: 1.5;
}
/* 文本行数限制 3行 */
.txtof2-3 {
  -webkit-line-clamp: 3;
  -ms-line-clamp: 3;
}
/* 文本行数限制 4行 */
.txtof2-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -ms-line-clamp: 4;
  text-overflow: ellipsis;
}
/* 文本行数限制 5行 */
.txtof2-5 {
  -webkit-line-clamp: 5;
  -ms-line-clamp: 5;
}
/* 水平居中 */
.mid-w {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* 垂直居中 */
.mid-h {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* 水平+垂直居中 */
.mid-all {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.img_d {
  overflow: hidden;
}
.wl {
  position: relative;
  z-index: 1;
}
.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}
.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: 1430px) {
  .m-30 {
    margin-top: 0.3rem;
  }
}
@media only screen and (min-width: 1430px) {
  .sy_ban {
    height: 100vh;
  }
  .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 1rem;
    padding-bottom: 7vh;
    height: 300px;
    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.6));
    padding-top: 5vh;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 13vh;
    font-size: 0.32rem;
    font-weight: 600;
  }
  .sy_ban .swiper-slide .txtk p.h1 {
    display: block;
    line-height: 40px;
    width: 100%;
    font-size: 26px;
  }
  .sy_ban .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: none;
    opacity: 0;
  }
  .sy_ban .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    right: 0;
    width: 45%;
    bottom: 15px;
    background-color: #fff;
    height: 2px;
  }
  .sy_ban .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    width: 45%;
    bottom: 15px;
    background-color: #fff;
    height: 2px;
  }
  .sy_ban .swiper-pagination-bullet-active {
    opacity: 1;
    font-size: 12px;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    bottom: 7vh;
    width: 100%;
    padding: 0 1rem;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .sw-page {
    position: relative;
    width: 100%;
    display: flex;
  }
  .sy_ban .sw-btn1 .sw-page::after {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
  }
  .sy_ban .sw-btn1 .sw-page span {
    display: block;
    text-align: center;
    margin-bottom: 27px;
  }
  .sy_ban .sw-btn1 .sw-page img {
    position: absolute;
    bottom: 3px;
    left: auto;
    right: auto;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sy_ban {
    height: 100vh;
  }
  .sy_ban .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sy_ban .sw-btn1 {
    display: block !important;
  }
  .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: 0px 1rem;
    padding-bottom: 7vh;
    height: 230px;
    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.6));
    padding-top: 5vh;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 8vh;
    font-size: 0.3rem;
    font-weight: 600;
  }
  .sy_ban .swiper-slide .txtk p.h1 {
    display: block;
    line-height: 40px;
    width: 100%;
    font-size: 24px;
  }
  .sy_ban .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: none;
    opacity: 0;
  }
  .sy_ban .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    right: 0;
    width: 45%;
    bottom: 12px;
    background-color: #fff;
    height: 2px;
  }
  .sy_ban .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    width: 45%;
    bottom: 12px;
    background-color: #fff;
    height: 2px;
  }
  .sy_ban .swiper-pagination-bullet-active {
    opacity: 1;
    font-size: 12px;
  }
  .sy_ban .sw-btn1 {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 1rem;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .sy_ban .sw-btn1 .sw-page {
    position: relative;
    width: 100%;
    display: flex;
  }
  .sy_ban .sw-btn1 .sw-page::after {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
  }
  .sy_ban .sw-btn1 .sw-page span {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_ban {
    height: 6.5rem;
  }
  .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: 20px;
    padding-bottom: 65px;
    height: 160px;
    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.6));
    padding-top: 5vh;
  }
  .sy_ban .swiper-slide .txtk h1 {
    display: block;
    /* line-height:140px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 10vh;
    font-size: 22px;
    font-weight: 400;
  }
  .sy_ban .swiper-slide .txtk p.h1 {
    display: block;
    line-height: 40px;
    width: 100%;
    font-size: 26px;
  }
  .sy_ban .sw-btn1 {
    display: none;
  }
  .sy_ban .swiper-pagination-bullet {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .sy_ban {
    height: 4rem;
  }
  .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.6));
    padding-top: 5vh;
  }
  .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;
  }
  .sy_ban .swiper-pagination-bullet {
    display: none;
  }
}
@media only screen and (min-width: 1430px) {
  .sy-item {
    padding: 90px 0 60px 0;
  }
  .sy-tit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
  }
  .sy-tit .tit {
    font-size: 36px;
    font-weight: 600;
  }
  .sy-tit .tit img {
    margin-right: 30px;
  }
  .sy-tit .more {
    position: absolute;
    right: 0;
    font-size: 14px;
  }
  .sy-news {
    background: url(../images/newsbg.png) no-repeat right bottom;
  }
  .m-row1-news {
    /* overflow: hidden; */
  }
  .m-row1-news:after {
    content: '';
    display: table;
    clear: both;
  }
  .m-row1-news .col-l,
  .row-idx3 .col-l {
    width: 800px;
    float: left;
    margin-right: 25px;
  }
  .swp-idxnews {
    position: relative;
  }
  .swp-idxnews .swiper-button-prev,
  .swp-idxnews .swiper-button-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw-l.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-prev:hover,
  .swp-idxnews .swiper-button-next:hover {
    background: url(../images/sw-on.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .swp-idxnews .swiper-button-prev {
    transform: rotateY(180deg) translate(50%, 50%);
  }
  .swp-ishotnews .swiper-button-prev,
  .swp-ishotnews .swiper-button-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw.png) #fff no-repeat center;
    top: 40%;
  }
  .swp-ishotnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .m-idxnews1 .news {
    height: 480px;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .m-idxnews1 .news .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .m-idxnews1 .news .pic::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 228px;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
  }
  .m-idxnews1 .news .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-idxnews1 .news .g-idxdate {
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-idxnews1 .news .txts {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px 30px;
    font-size: 22px;
    color: #fff;
  }
  .m-idxnews1 .g-idxdate {
    width: 100px;
    height: 100px;
    background-color: #c9151e;
    color: #fff;
    z-index: 5;
    text-align: center;
    padding: 22px 0 12px;
    font-weight: bold;
  }
  .m-idxnews1 .g-idxdate .day {
    font-size: 42px;
    line-height: 1;
  }
  .m-idxnews1 .g-idxdate .year {
    font-size: 14px;
    line-height: 1.2;
  }
  .ul-idxnews1 {
    overflow: hidden;
  }
  .ul-idxnews1 li {
    float: left;
    width: 250px;
    margin-right: 23px;
  }
  .ul-idxnews1 li:nth-child(3) {
    margin-right: 0;
  }
  .ul-idxnews1 .con {
    overflow: hidden;
    display: block;
    position: relative;
  }
  .ul-idxnews1 .con .pic {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .ul-idxnews1 .con img {
    min-height: 100%;
    display: block;
  }
  .ul-idxnews1 .con .txts {
    font-size: 18px;
    overflow: hidden;
  }
  .scal a:hover img {
    transform: scale(1.1);
  }
  .ul-idxnews2 {
    width: 572px;
  }
  .ul-idxnews2 li {
    height: 105px;
    margin-bottom: 15px;
  }
  .ul-idxnews2 li a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/r-sj.png) no-repeat right bottom;
    display: flex;
    align-items: center;
    transition: all 0s;
  }
  .ul-idxnews2 li a .g-idxdate {
    padding: 0 28px;
    width: 105px;
    border-right: 1px solid #f5f5f5;
    color: #c9151e;
  }
  .ul-idxnews2 li a .g-idxdate .day {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
  }
  .ul-idxnews2 li a .g-idxdate .year {
    font-size: 12px;
  }
  .ul-idxnews2 li a:hover {
    background: url(../images/news-li.jpg) no-repeat center;
    color: #fff;
  }
  .ul-idxnews2 li a:hover .g-idxdate {
    color: #fff;
    border-right: 1px solid #fff;
  }
  .ul-idxnews2 li a .txts {
    flex: 1;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
  }
  .sy-notice {
    background: url(../images/noticbg.jpg) no-repeat center;
  }
  .u1 li {
    float: left;
    margin-right: 25px;
  }
  .u1 li:nth-child(4) {
    margin-right: 0;
  }
  .u1 li a {
    display: block;
    width: 330px;
    height: 206px;
    background: url(../images/notice-li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    transition: all 0s;
    padding: 80px 23px;
    padding-bottom: 20px;
  }
  .u1 li a::after {
    transition: all 0s;
    z-index: -1;
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    background: rgba(201, 21, 30, 0);
  }
  .u1 li .time {
    width: 62px;
    height: 62px;
    background: #f9922e;
    position: absolute;
    left: 16px;
    top: -8px;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 8px;
  }
  .u1 li .time::after {
    content: '';
    background: url(../images/icon-n1.png) no-repeat center;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 8px;
  }
  .u1 li .time .day {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .u1 li .time .year {
    border-top: 1px solid #fff;
    padding-top: 3px;
    font-size: 12px;
  }
  .u1 li .txt {
    font-size: 18px;
  }
  .u1 li .more {
    display: none;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 5px 15px;
    color: #fff;
    margin-top: 15px;
  }
  .u1 li .nt-cont {
    z-index: 2;
    position: relative;
  }
  .u1 li:hover {
    transform: translateY(-30px);
  }
  .u1 li:hover a {
    background: url(../images/notice-li.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
  }
  .u1 li:hover a::after {
    transition: all 0s;
    z-index: 0;
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    background: rgba(201, 21, 30, 0.12);
  }
  .u1 li:hover .time {
    background: #fff;
    color: #c9151e;
  }
  .u1 li:hover .time .year {
    border-top: 1px solid #c9151e;
  }
  .u1 li:hover .time::after {
    background: url(../images/icon-n2.png) no-repeat center;
  }
  .u1 li:hover .more {
    display: inline-block;
  }
  .sy-dt {
    background: url(../img/bg1_03.jpg) no-repeat center;
    height: 2001px;
    padding-top: 70px;
  }
  .sy-dt .l {
    padding-top: 195px;
    float: left;
  }
  .sy-dt .r {
    float: right;
    width: 630px;
  }
  .sy-dt .u2 li {
    margin-top: 40px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .sy-dt .u2 li:nth-child(1) {
    margin-top: 0;
  }
  .sy-dt .u2 li a {
    display: block;
    padding-bottom: 20px;
  }
  .sy-dt .u2 li .name {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sy-dt .u2 li .txt {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
  }
  .sy-dt .u2 li .time {
    font-size: 14px;
  }
  .sy-dt .u2 li::after {
    content: '';
    background: url(../images/y.png) no-repeat center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all 1s;
  }
  .sy-dt .u2 li:hover::after {
    opacity: 1;
    transform: translateX(630px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sy-item {
    padding: 0.9rem 0 0.6rem 0;
  }
  .sy-tit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
  }
  .sy-tit .tit {
    font-size: 0.36rem;
    font-weight: 600;
  }
  .sy-tit .tit img {
    margin-right: 0.3rem;
  }
  .sy-tit .more {
    position: absolute;
    right: 0;
    font-size: 0.14rem;
  }
  .sy-news {
    background: url(../images/newsbg.png) no-repeat right bottom;
  }
  .m-row1-news {
    /* overflow: hidden; */
  }
  .m-row1-news:after {
    content: '';
    display: table;
    clear: both;
  }
  .m-row1-news .col-l,
  .row-idx3 .col-l {
    width: 8rem;
    float: left;
    margin-right: 0.25rem;
  }
  .swp-idxnews {
    position: relative;
  }
  .swp-idxnews .swiper-button-prev,
  .swp-idxnews .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw-l.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-prev:hover,
  .swp-idxnews .swiper-button-next:hover {
    background: url(../images/sw-on.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .swp-idxnews .swiper-button-prev {
    transform: rotateY(180deg) translate(50%, 50%);
  }
  .swp-ishotnews .swiper-button-prev,
  .swp-ishotnews .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw.png) #fff no-repeat center;
    top: 40%;
  }
  .swp-ishotnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .m-idxnews1 .news {
    height: 4.8rem;
    position: relative;
    margin-bottom: 0.2rem;
    display: block;
  }
  .m-idxnews1 .news .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .m-idxnews1 .news .pic::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.28rem;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
  }
  .m-idxnews1 .news .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-idxnews1 .news .g-idxdate {
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-idxnews1 .news .txts {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 0.4rem 0.3rem;
    font-size: 0.22rem;
    color: #fff;
  }
  .m-idxnews1 .g-idxdate {
    width: 1rem;
    height: 1rem;
    background-color: #c9151e;
    color: #fff;
    z-index: 5;
    text-align: center;
    padding: 0.22rem 0 0.12rem;
    font-weight: bold;
  }
  .m-idxnews1 .g-idxdate .day {
    font-size: 0.42rem;
    line-height: 1;
  }
  .m-idxnews1 .g-idxdate .year {
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .ul-idxnews1 {
    overflow: hidden;
  }
  .ul-idxnews1 li {
    float: left;
    width: 2.5rem;
    margin-right: 0.23rem;
  }
  .ul-idxnews1 li:nth-child(3) {
    margin-right: 0;
  }
  .ul-idxnews1 .con {
    overflow: hidden;
    display: block;
    position: relative;
  }
  .ul-idxnews1 .con .pic {
    height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .ul-idxnews1 .con img {
    min-height: 100%;
    display: block;
  }
  .ul-idxnews1 .con .txts {
    font-size: 0.18rem;
    overflow: hidden;
  }
  .scal a:hover img {
    transform: scale(1.1);
  }
  .ul-idxnews2 {
    width: 5.72rem;
  }
  .ul-idxnews2 li {
    height: 1.05rem;
    margin-bottom: 0.15rem;
  }
  .ul-idxnews2 li a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/r-sj.png) no-repeat right bottom;
    display: flex;
    align-items: center;
    transition: all 0s;
  }
  .ul-idxnews2 li a .g-idxdate {
    padding: 0 0.29rem;
    width: 1.05rem;
    border-right: 1px solid #f5f5f5;
    color: #c9151e;
  }
  .ul-idxnews2 li a .g-idxdate .day {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1;
  }
  .ul-idxnews2 li a .g-idxdate .year {
    font-size: 0.12rem;
  }
  .ul-idxnews2 li a:hover {
    background: url(../images/news-li.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .ul-idxnews2 li a:hover .g-idxdate {
    color: #fff;
    border-right: 1px solid #fff;
  }
  .ul-idxnews2 li a .txts {
    flex: 1;
    width: 100%;
    padding: 0 0.3rem;
    font-size: 0.2rem;
  }
  .sy-notice {
    background: url(../images/noticbg.jpg) no-repeat center;
  }
  .u1 li {
    float: left;
    margin-right: 0.25rem;
  }
  .u1 li:nth-child(4) {
    margin-right: 0;
  }
  .u1 li a {
    display: block;
    width: 3.3rem;
    height: 2.06rem;
    background: url(../images/notice-li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    transition: all 0s;
    padding: 0.8rem 0.23rem;
    padding-bottom: 0.2rem;
  }
  .u1 li a::after {
    transition: all 0s;
    z-index: -1;
    content: '';
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    width: 100%;
    height: 100%;
    background: rgba(201, 21, 30, 0);
  }
  .u1 li .time {
    width: 0.62rem;
    height: 0.62rem;
    background: #f9922e;
    position: absolute;
    left: 0.16rem;
    top: -0.08rem;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 0.08rem;
  }
  .u1 li .time::after {
    content: '';
    background: url(../images/icon-n1.png) no-repeat center;
    position: absolute;
    right: -0.08rem;
    top: 0;
    width: 0.08rem;
    height: 0.08rem;
  }
  .u1 li .time .day {
    font-size: 0.24rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .u1 li .time .year {
    border-top: 1px solid #fff;
    padding-top: 0.3rem;
    font-size: 0.12rem;
  }
  .u1 li .txt {
    font-size: 0.18rem;
  }
  .u1 li .more {
    display: none;
    border: 1px solid #fff;
    font-size: 0.12rem;
    padding: 0.05rem 0.15rem;
    color: #fff;
    margin-top: 0.15rem;
  }
  .u1 li .nt-cont {
    z-index: 2;
    position: relative;
  }
  .u1 li:hover {
    transform: translateY(-0.3rem);
  }
  .u1 li:hover a {
    background: url(../images/notice-li.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
  }
  .u1 li:hover a::after {
    transition: all 0s;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    width: 100%;
    height: 100%;
    background: rgba(201, 21, 30, 0.12);
  }
  .u1 li:hover .time {
    background: #fff;
    color: #c9151e;
  }
  .u1 li:hover .time .year {
    border-top: 1px solid #c9151e;
  }
  .u1 li:hover .time::after {
    background: url(../images/icon-n2.png) no-repeat center;
  }
  .u1 li:hover .more {
    display: inline-block;
  }
  .sy-dt {
    background: url(../img/bg1_03.jpg) no-repeat center;
    height: 20.01rem;
    background-size: 100% 100%;
    padding-top: 0.7rem;
  }
  .sy-dt .l {
    padding-top: 1.95rem;
    float: left;
  }
  .sy-dt .l img {
    width: 7.24rem;
  }
  .sy-dt .r {
    float: right;
    width: 6.3rem;
  }
  .sy-dt .u2 li {
    margin-top: 0.4rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .sy-dt .u2 li:nth-child(1) {
    margin-top: 0;
  }
  .sy-dt .u2 li a {
    display: block;
    padding-bottom: 0.2rem;
  }
  .sy-dt .u2 li .name {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .sy-dt .u2 li .txt {
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.15rem;
  }
  .sy-dt .u2 li .time {
    font-size: 0.14rem;
  }
  .sy-dt .u2 li::after {
    content: '';
    background: url(../images/y.png) no-repeat center;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    opacity: 0;
    transition: all 1s;
  }
  .sy-dt .u2 li:hover::after {
    opacity: 1;
    transform: translateX(6.3rem);
  }
}
@media only screen and (max-width: 1200px) {
  .sy-item {
    padding: 30px 0 30px 0;
  }
  .sy-tit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .sy-tit .tit {
    font-size: 24px;
    font-weight: 600;
  }
  .sy-tit .tit img {
    margin-right: 20px;
    width: 32px;
  }
  .sy-tit .more {
    position: absolute;
    right: 0;
    font-size: 14px;
  }
  .sy-news {
    background: url(../images/newsbg.png) no-repeat right bottom;
  }
  .m-row1-news {
    /* overflow: hidden; */
  }
  .m-row1-news:after {
    content: '';
    display: table;
    clear: both;
  }
  .m-row1-news .col-l,
  .row-idx3 .col-l {
    width: 100%;
  }
  .swp-idxnews {
    position: relative;
  }
  .swp-idxnews .swiper-button-prev,
  .swp-idxnews .swiper-button-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw-l.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-prev:hover,
  .swp-idxnews .swiper-button-next:hover {
    background: url(../images/sw-on.png) #fff no-repeat center;
  }
  .swp-idxnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .swp-idxnews .swiper-button-prev {
    transform: rotateY(180deg) translate(50%, 50%);
  }
  .swp-ishotnews .swiper-button-prev,
  .swp-ishotnews .swiper-button-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: url(../images/sw.png) #fff no-repeat center;
    top: 40%;
  }
  .swp-ishotnews .swiper-button-next {
    transform: translate(50%, 50%);
  }
  .m-idxnews1 .news {
    height: 56vw;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .m-idxnews1 .news .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .m-idxnews1 .news .pic::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 228px;
    background: url(../img/bg10.png) repeat center;
    background-size: 100% 100%;
  }
  .m-idxnews1 .news .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-idxnews1 .news .g-idxdate {
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-idxnews1 .news .txts {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px 30px;
    font-size: 22px;
    color: #fff;
  }
  .m-idxnews1 .g-idxdate {
    width: 80px;
    height: 80px;
    background-color: #c9151e;
    color: #fff;
    z-index: 5;
    text-align: center;
    padding: 10px 0 12px;
    font-weight: bold;
  }
  .m-idxnews1 .g-idxdate .day {
    font-size: 42px;
    line-height: 1;
  }
  .m-idxnews1 .g-idxdate .year {
    font-size: 14px;
    line-height: 1.2;
  }
  .ul-idxnews1 {
    overflow: hidden;
  }
  .ul-idxnews1 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ul-idxnews1 .con {
    overflow: hidden;
    display: block;
    position: relative;
  }
  .ul-idxnews1 .con .pic {
    height: 56vw;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .ul-idxnews1 .con img {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
    display: block;
  }
  .ul-idxnews1 .con .txts {
    font-size: 18px;
    overflow: hidden;
  }
  .scal a:hover img {
    transform: scale(1.1);
  }
  .col-r {
    width: 100%;
  }
  .ul-idxnews2 {
    width: 100%;
  }
  .ul-idxnews2 li {
    height: 105px;
    margin-bottom: 15px;
  }
  .ul-idxnews2 li a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
    background: url(../images/r-sj.png) no-repeat right bottom;
    display: flex;
    align-items: center;
    transition: all 0s;
  }
  .ul-idxnews2 li a .g-idxdate {
    padding: 0 30px;
    width: 105px;
    border-right: 1px solid #f5f5f5;
    color: #c9151e;
  }
  .ul-idxnews2 li a .g-idxdate .day {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
  }
  .ul-idxnews2 li a .g-idxdate .year {
    font-size: 12px;
  }
  .ul-idxnews2 li a:hover {
    background: url(../images/news-li.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .ul-idxnews2 li a:hover .g-idxdate {
    color: #fff;
    border-right: 1px solid #fff;
  }
  .ul-idxnews2 li a .txts {
    flex: 1;
    width: 100%;
    padding: 0px 30px;
    font-size: 18px;
  }
  .sy-notice {
    background: url(../images/noticbg.jpg) no-repeat center;
  }
  .u1 li {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 20px;
  }
  .u1 li:nth-child(2n) {
    margin-right: 0;
  }
  .u1 li a {
    display: block;
    width: 100%;
    min-height: 206px;
    background: url(../images/notice-li2.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    transition: all 0s;
    padding: 80px 23px;
    padding-bottom: 20px;
  }
  .u1 li a::after {
    transition: all 0s;
    z-index: -1;
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    background: rgba(201, 21, 30, 0);
  }
  .u1 li .time {
    width: 62px;
    height: 62px;
    background: #f9922e;
    position: absolute;
    left: 16px;
    top: -8px;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 8px;
  }
  .u1 li .time::after {
    content: '';
    background: url(../images/icon-n1.png) no-repeat center;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 8px;
  }
  .u1 li .time .day {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .u1 li .time .year {
    border-top: 1px solid #fff;
    padding-top: 3px;
    font-size: 12px;
  }
  .u1 li .txt {
    font-size: 18px;
  }
  .u1 li .more {
    border: 1px solid #c9151e;
    font-size: 12px;
    padding: 5px 15px;
    color: #c9151e;
    margin-top: 15px;
    display: inline-block;
  }
  .u1 li .nt-cont {
    z-index: 2;
    position: relative;
  }
  .sy-dt .l {
    padding-top: 27%;
    background: url(../images/xsbg1.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-dt .l img {
    width: 100%;
  }
  .sy-dt .r {
    width: 100%;
  }
  .sy-dt .u2 li {
    margin-top: 0.3rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .sy-dt .u2 li a {
    display: block;
    padding-bottom: 0.2rem;
  }
  .sy-dt .u2 li .name {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .sy-dt .u2 li .txt {
    font-size: 0.24rem;
    color: #666;
    margin-bottom: 0.15rem;
  }
  .sy-dt .u2 li .time {
    font-size: 0.2rem;
  }
  .sy-dt .u2 li::after {
    content: '';
    background: url(../images/y.png) no-repeat center;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    opacity: 0;
    transition: all 1s;
  }
}
/* ban */
.ban {
  width: 100%;
  position: relative;
}
.ban .imged img {
  width: 100%;
}
.ban .imged::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.21rem;
  background: url(../images/banshad.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.ban .yjlm {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  z-index: 10;
  padding: 0.2rem 0;
}
.ban .yjlm .wp {
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.ban .yjlm .h3 {
  height: 100%;
  width: 1.45rem;
  white-space: nowrap;
}
.ban .yjlm h3 {
  color: #fff;
  font-size: 0.36rem;
  transition: 0.5s;
  line-height: 0.6rem;
  font-weight: bold;
  font-family: sy;
}
.local {
  margin-bottom: 0.3rem;
  line-height: 1.5;
  align-items: center;
}
.local h3 {
  font-size: 0.3rem;
  color: #c9151e;
  font-weight: bold;
  padding-left: 0.25rem;
}
.adress a,
.adress {
  font-size: 16px;
  color: #666;
}
.adress {
  line-height: 30px;
  padding: 0rem 0 0rem 35px;
}
.adress a {
  transition: 0.5s;
}
.adress a:hover {
  color: #c9151e;
}
.adress:after {
  width: 16px;
  height: 20px;
  background: url(../images/home.png) no-repeat;
  background-size: 100%;
  bottom: auto;
  top: 5px;
}
.ejlm_pc {
  /* height: .6rem; */
  width: calc(100% - 1.45rem);
  display: flex;
  justify-content: flex-end;
}
.ejlm_pc ul {
  align-items: center;
  height: 100%;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ejlm_pc ul li {
  height: 100%;
  padding: 0 0.15rem;
  position: relative;
}
.ejlm_pc ul li a {
  color: #fff;
  transition: 0.5s;
  font-size: 0.18rem;
  line-height: 0.5rem;
  display: block;
  height: 100%;
  padding-top: 0.1rem;
}
.ejlm_pc ul li a::after {
  width: 0.2rem;
  height: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  bottom: -0.1rem;
  background: url(../images/navbg.png) no-repeat;
  background-size: 100% 100%;
}
.ejlm_wrap h2 {
  width: 100%;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem !important;
  padding: 0 0.2rem;
  background: #c9151e;
}
.ejlm_wrap 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_wrap ul {
  box-shadow: 0px 0.16rem 0.29rem 0px rgba(69, 10, 66, 0.11);
  background: #fff;
  padding: 0.1rem 0;
  display: none;
}
.ejlm_wrap li {
  font-size: 0.26rem;
  line-height: 0.55rem;
  position: relative;
}
.ejlm_wrap li a {
  color: #333;
  transition: 0.5s;
  display: block;
  padding: 0 0.3rem;
  line-height: 2;
}
.ejlm_pc li.active a:after {
  opacity: 1;
}
.ejlm_wrap li.active a,
.ejlm_wrap li:hover a {
  color: #c9151e;
}
.common {
  padding: 0.7rem 0 1.1rem;
}
.ejlm_wrap {
  display: none;
}
.ny-box {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .ban .yjlm h3 {
    font-size: 0.3rem;
  }
  .ejlm_pc ul li a {
    font-size: 0.2rem;
  }
  .ejlm_wrap {
    display: block;
    /* margin: 0.4rem 0 0; */
    padding-bottom: 0.2rem;
  }
  .ejlm_pc,
  .ban::after,
  .ban .yjlm,
  .ban .imged::after {
    display: none;
  }
  .ban .yjlm {
    height: 0.45rem;
    display: none;
  }
  .local {
    padding-bottom: 0.15rem;
    margin-bottom: 0.3rem;
    line-height: 1.5;
    align-items: center;
  }
  .adress {
    line-height: 0.3rem;
    padding: 0rem 0 0rem 0.3rem;
  }
  .adress::after {
    width: 0.16rem;
    height: 0.2rem;
    top: 0.04rem;
  }
  .adress,
  .adress a {
    font-size: 0.24rem;
  }
}
@media only screen and (min-width: 1430px) {
  .ny-box {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .ny-tit {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
  }
  .box-cont {
    font-size: 18px;
    line-height: 1.75;
  }
  .conts .imgk {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .conts .imgk img {
    width: 425px;
  }
  .conts .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cont1 {
    position: relative;
    padding-right: 475px;
    background: url(../images/nybg1.jpg) no-repeat;
    background-position: 465px bottom;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .cont1 .imgk {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cont1 .imgk img {
    width: 425px;
  }
  .cont2 {
    background: url(../images/nybg2.jpg) no-repeat center;
    background-size: cover;
  }
  .cont2 .wal {
    padding-top: 120px;
    padding-bottom: 90px;
    color: #fff;
  }
  .cont3 {
    padding-top: 60px;
  }
  .cont3 .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .ny-box {
    padding-top: 0.3rem;
    padding-bottom: 0.9rem;
  }
  .ny-tit {
    font-size: 0.34rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .box-cont {
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .conts .imgk {
    float: right;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .conts .imgk img {
    width: 4.25rem;
  }
  .conts .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .conts .imgs img {
    width: 48%;
  }
  .cont1 {
    position: relative;
    padding-right: 475px;
    background: url(../images/nybg1.jpg) no-repeat;
    background-position: 4.65rem bottom;
    padding-top: 0.4rem;
    padding-bottom: 0.9rem;
  }
  .cont1 .imgk {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cont1 .imgk img {
    width: 4.25rem;
  }
  .cont2 {
    background: url(../images/nybg2.jpg) no-repeat center;
    background-size: cover;
  }
  .cont2 .wal {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
    color: #fff;
  }
  .cont3 {
    padding-top: 0.6rem;
  }
  .cont3 .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cont3 .imgs img {
    width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .ny-box {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .ny-tit {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  .box-cont {
    font-size: 16px;
    line-height: 1.75;
  }
  .conts .imgk {
    width: 100%;
  }
  .conts .imgk img {
    width: 100%;
  }
  .conts .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .conts .imgs img {
    width: 48%;
  }
  .cont1 {
    position: relative;
    background: url(../images/nybg1.jpg) no-repeat;
    background-position: right bottom;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .cont1 .imgk {
    width: 100%;
    margin-top: 10px;
  }
  .cont1 .imgk img {
    width: 100%;
  }
  .cont2 {
    background: url(../images/nybg2.jpg) no-repeat center;
    background-size: cover;
  }
  .cont2 .wal {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
  }
  .cont3 {
    padding-top: 40px;
  }
  .cont3 .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cont3 .imgs img {
    width: 48%;
  }
}
.ysyg {
  background: url(../images/nybg3.jpg) #fff no-repeat center;
  background-position: bottom right;
}
@media only screen and (min-width: 1430px) {
  .u4 {
    margin-bottom: 140px;
    margin-top: 50px;
    position: relative;
    padding-bottom: 100px;
  }
  .u4::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #df8389;
    position: absolute;
    left: 700px;
    top: 0px;
  }
  .u4 li {
    position: relative;
    margin-left: 700px;
  }
  .u4 li .time {
    position: absolute;
    width: 246px;
    height: 58px;
    top: -8px;
    background-color: #c9151e;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u4 li .time .year {
    width: 69px;
    height: 69px;
    border: 4px solid #e8c78a;
    color: #c9151e;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    font-size: 26px;
  }
  .u4 li .time i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #c9151e;
    border: 3px solid #fff;
    margin: 0 20px;
  }
  .u4 li .time .month {
    color: #fff;
    font-size: 18px;
  }
  .u4 li .time::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 8px;
    background: url(../images/icon-n1.png) no-repeat center;
  }
  .u4 li .txt {
    background-color: #fcf3f4;
    width: 700px;
    padding: 90px 35px 35px 35px;
    margin-top: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 18px;
    line-height: 1.75;
  }
  .u4 li:nth-child(2n) {
    margin-left: 0;
  }
  .u4 li:nth-child(2n) .time {
    left: 455px;
  }
  .u4 li:nth-child(2n) .time::after {
    right: auto;
    left: -8px;
    transform: rotateY(180deg);
  }
  .u4 .now-year {
    position: absolute;
    bottom: -140px;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    border-radius: 50%;
    border: 20px solid #f7f5f8;
    background-color: #f7e8e9;
    font-size: 26px;
    text-align: center;
    color: #c9151e;
  }
  .u4 .now-year p {
    margin-top: 35px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u4 {
    margin-bottom: 1.4rem;
    margin-top: 0.5rem;
    position: relative;
    padding-bottom: 1rem;
  }
  .u4::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background-color: #df8389;
    position: absolute;
    left: 7rem;
    top: 0rem;
  }
  .u4 li {
    position: relative;
    margin-left: 7rem;
  }
  .u4 li .time {
    position: absolute;
    width: 2.46rem;
    height: 0.58rem;
    top: -0.08rem;
    background-color: #c9151e;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u4 li .time .year {
    width: 0.69rem;
    height: 0.69rem;
    border: 0.04rem solid #e8c78a;
    color: #c9151e;
    border-radius: 50%;
    text-align: center;
    line-height: 0.65rem;
    background-color: #fff;
    font-size: 0.26rem;
  }
  .u4 li .time i {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background-color: #c9151e;
    border: 0.03rem solid #fff;
    margin: 0 0.2rem;
  }
  .u4 li .time .month {
    color: #fff;
    font-size: 0.18rem;
  }
  .u4 li .time::after {
    content: '';
    position: absolute;
    right: -0.08rem;
    top: 0;
    width: 0.08rem;
    height: 0.08rem;
    background: url(../images/icon-n1.png) no-repeat center;
  }
  .u4 li .txt {
    background-color: #fcf3f4;
    width: 7rem;
    padding: 0.9rem 0.35rem 0.35rem 0.35rem;
    margin-top: 0.08rem;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .u4 li:nth-child(2n) {
    margin-left: 0;
  }
  .u4 li:nth-child(2n) .time {
    left: 4.55rem;
  }
  .u4 li:nth-child(2n) .time::after {
    right: auto;
    left: -0.08rem;
    transform: rotateY(180deg);
  }
  .u4 .now-year {
    position: absolute;
    bottom: -1.4rem;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -0.8rem;
    border-radius: 50%;
    border: 0.2rem solid #f7f5f8;
    background-color: #f7e8e9;
    font-size: 0.26rem;
    text-align: center;
    color: #c9151e;
  }
  .u4 .now-year p {
    margin-top: 0.35rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .u4 {
    margin-bottom: 50px;
    margin-top: 40px;
    position: relative;
    padding-bottom: 100px;
  }
  .u4 li {
    position: relative;
    margin-bottom: 30px;
  }
  .u4 li .time {
    position: absolute;
    width: 206px;
    height: 48px;
    top: -8px;
    background-color: #c9151e;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .u4 li .time .year {
    width: 60px;
    height: 60px;
    border: 4px solid #e8c78a;
    color: #c9151e;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    background-color: #fff;
    font-size: 20px;
  }
  .u4 li .time i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #c9151e;
    border: 3px solid #fff;
    margin: 0 20px;
  }
  .u4 li .time .month {
    color: #fff;
    font-size: 16px;
  }
  .u4 li .time::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 8px;
    background: url(../images/icon-n1.png) no-repeat center;
  }
  .u4 li .txt {
    background-color: #fcf3f4;
    width: 100%;
    padding: 55px 25px 25px 25px;
    margin-top: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
  .u4 .now-year {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border-radius: 50%;
    border: 15px solid #f7f5f8;
    background-color: #f7e8e9;
    font-size: 20px;
    text-align: center;
    color: #c9151e;
  }
  .u4 .now-year p {
    margin-top: 25px;
    line-height: 1;
  }
  .u4 .now-year img {
    width: 15px;
  }
}
@media only screen and (min-width: 1430px) {
  .yzjy {
    min-height: 950px;
    background: url(../images/nybg4.jpg) no-repeat center;
    background-position: right bottom;
  }
  .yzjy .dt p {
    font-size: 18px;
    line-height: 1.75;
  }
  .yzjy .txt {
    padding-top: 0px;
  }
  .yzjy .yz {
    float: left;
    background: url(../images/pic-bt.jpg) no-repeat center;
    background-position: left bottom;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .yzjy .yz img {
    width: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .yzjy {
    min-height: 9.5rem;
    background: url(../images/nybg4.jpg) no-repeat center;
    background-position: right bottom;
  }
  .yzjy .dt p {
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .yzjy .txt {
    padding-top: 0rem;
  }
  .yzjy .yz {
    float: left;
    background: url(../images/pic-bt.jpg) no-repeat center;
    background-position: left bottom;
    padding-right: 0.15rem;
    padding-bottom: 0.15rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .yzjy .yz img {
    width: 2.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .yzjy {
    background: url(../images/nybg4.jpg) no-repeat center;
    background-position: right bottom;
  }
  .yzjy .dt p {
    font-size: 16px;
    line-height: 1.75;
  }
  .yzjy .txt {
    padding-top: 10px;
  }
  .yzjy .yz {
    float: left;
    width: 50%;
    margin: 0 auto;
    background: url(../images/pic-bt.jpg) no-repeat center;
    background-position: left bottom;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1430px) {
  .u5 li {
    padding-left: 14px;
    padding-bottom: 14px;
    background: url(../images/ld-li.png) no-repeat left bottom;
    float: left;
    margin-bottom: 50px;
  }
  .u5 li:nth-child(2n) {
    float: right;
  }
  .u5 li a {
    display: flex;
    width: 650px;
    height: 267px;
    background: #f5ede6;
    padding: 16px 23px 14px 14px;
    color: #333;
  }
  .u5 li a:hover {
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  }
  .u5 li .imgk {
    width: 176px;
    height: 235px;
    margin-right: 40px;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    flex: 1;
    width: 100%;
    font-size: 14px;
  }
  .u5 li .info .name {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #dddddd;
  }
  .u5 li .info .name p {
    font-size: 28px;
    margin-right: 40px;
  }
  .u5 li .info .name span {
    font-size: 18px;
  }
  .u5 li .info .zz {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .u5 li .info .jj {
    line-height: 2;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u5 li {
    padding-left: 0.14rem;
    padding-bottom: 0.14rem;
    background: url(../images/ld-li.png) no-repeat left bottom;
    float: left;
    margin-bottom: 0.5rem;
  }
  .u5 li:nth-child(2n) {
    float: right;
  }
  .u5 li a {
    display: flex;
    width: 6.5rem;
    height: 2.67rem;
    background: #f5ede6;
    padding: 0.16rem 0.23rem 0.14rem 0.14rem;
    color: #333;
  }
  .u5 li a:hover {
    box-shadow: 0 0 0.1rem 0.06rem rgba(0, 0, 0, 0.1);
  }
  .u5 li .imgk {
    width: 1.76rem;
    height: 2.35rem;
    margin-right: 0.4rem;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    flex: 1;
    width: 100%;
    font-size: 0.14rem;
  }
  .u5 li .info .name {
    display: flex;
    align-items: center;
    padding-bottom: 0.05rem;
    margin-top: 0.05rem;
    border-bottom: 0.01rem solid #dddddd;
  }
  .u5 li .info .name p {
    font-size: 0.28rem;
    margin-right: 0.4rem;
  }
  .u5 li .info .name span {
    font-size: 0.18rem;
  }
  .u5 li .info .zz {
    margin-top: 0.12rem;
    margin-bottom: 0.12rem;
  }
  .u5 li .info .jj {
    line-height: 2;
  }
}
@media only screen and (max-width: 1200px) {
  .u5 li {
    padding-left: 14px;
    padding-bottom: 14px;
    background: url(../images/ld-li.png) no-repeat left bottom;
    margin-bottom: 30px;
  }
  .u5 li a {
    display: block;
    width: calc(100% - 14px);
    background: #f5ede6;
    padding: 16px 23px 14px 14px;
    color: #333;
  }
  .u5 li a:hover {
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  }
  .u5 li .imgk {
    width: 175px;
    height: 235px;
    margin: 0 auto;
  }
  .u5 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u5 li .info {
    flex: 1;
    width: 100%;
    font-size: 14px;
  }
  .u5 li .info .name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #dddddd;
  }
  .u5 li .info .name p {
    font-size: 0.32rem;
    margin-right: 0.3rem;
    font-weight: 600;
  }
  .u5 li .info .name span {
    font-size: 0.26rem;
  }
  .u5 li .info .zz {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .u5 li .info .jj {
    line-height: 2;
  }
}
@media only screen and (min-width: 1430px) {
  .u6 .tit {
    font-size: 24px;
    color: #fff;
    line-height: 73px;
    padding-top: 17px;
    padding-left: 33px;
    background: url(../images/zz-tit.png) no-repeat left center;
  }
  .u6 .item {
    padding-left: 63px;
    border-left: 1px solid #c9151e;
    margin-top: 55px;
    margin-bottom: 20px;
  }
  .u6 .item a:nth-child(3n) li {
    margin-right: 0;
  }
  .u6 .item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 22px;
    padding: 0 90px;
    float: left;
    width: 411px;
    height: 75px;
    background: url(../images/zz-li.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 50px;
    margin-bottom: 30px;
  }
  .u6 .item li i {
    display: block;
    width: 22px;
    height: 14px;
    background: url(../images/jt2.png) no-repeat center;
  }
  .u6 .item li:hover {
    background-image: url(../images/zz-li2.jpg);
    color: #fff;
  }
  .u6 .item li:hover i {
    background-image: url(../images/jt1.png);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u6 .tit {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.73rem;
    padding-top: 0.17rem;
    padding-left: 0.33rem;
    background: url(../images/zz-tit.png) no-repeat left center;
    background-size: contain;
  }
  .u6 .item {
    padding-left: 0.63rem;
    border-left: 0.01rem solid #c9151e;
    margin-top: 0.55rem;
    margin-bottom: 0.2rem;
  }
  .u6 .item a:nth-child(3n) li {
    margin-right: 0;
  }
  .u6 .item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.22rem;
    padding: 0 0.9rem;
    float: left;
    width: 4.11rem;
    height: 0.75rem;
    background: url(../images/zz-li.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.49rem;
    margin-bottom: 0.3rem;
  }
  .u6 .item li:nth-child(3n) {
    margin-right: 0;
  }
  .u6 .item li i {
    display: block;
    width: 0.22rem;
    height: 0.14rem;
    background: url(../images/jt2.png) no-repeat center;
  }
  .u6 .item li:hover {
    background-image: url(../images/zz-li2.jpg);
    color: #fff;
  }
  .u6 .item li:hover i {
    background-image: url(../images/jt1.png);
  }
}
@media only screen and (max-width: 1200px) {
  .u6 .tit {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    background: url(../images/zz-tit2.jpg) no-repeat left center;
    background-size: cover;
  }
  .u6 .item {
    border-left: 1px solid #c9151e;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .u6 .item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
    padding: 0 5%;
    float: left;
    width: 46%;
    height: 60px;
    background: url(../images/zz-li.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 2%;
    margin-bottom: 20px;
  }
  .u6 .item li i {
    display: block;
    width: 20px;
    height: 12px;
    background: url(../images/jt2.png) no-repeat center;
  }
  .u6 .item li:hover {
    background-image: url(../images/zz-li2.jpg);
    color: #fff;
  }
  .u6 .item li:hover i {
    background-image: url(../images/jt1.png);
  }
}
@media only screen and (min-width: 1430px) {
  .lxwm {
    background: url(../images/lxbg.jpg) no-repeat center bottom;
  }
  .lxwm .cont-box {
    background-color: #f8f8f8;
    padding: 50px 85px;
    position: relative;
    z-index: 0;
  }
  .lxwm .cont-box .imgk {
    width: 625px;
    height: 452px;
  }
  .lxwm .cont-box .info {
    position: absolute;
    right: 135px;
    top: 130px;
  }
  .lxwm .cont-box .info .ad {
    background: url(../images/box2.jpg) no-repeat center;
    width: 612px;
    height: 317px;
    padding: 75px 50px;
  }
  .lxwm .cont-box .info .ad .item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .lxwm .cont-box .info .ad .item img {
    margin-right: 20px;
  }
  .lxwm .cont-box .info::after {
    content: '';
    position: absolute;
    right: -47px;
    top: -40px;
    width: 375px;
    height: 266px;
    background-color: #c9151e;
    z-index: -1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .lxwm {
    background: url(../images/lxbg.jpg) no-repeat center bottom;
  }
  .lxwm .cont-box {
    background-color: #f8f8f8;
    padding: 0.5rem 0.85rem;
    position: relative;
    z-index: 0;
  }
  .lxwm .cont-box .imgk {
    width: 6.25rem;
    height: 4.52rem;
  }
  .lxwm .cont-box .info {
    position: absolute;
    right: 1.35rem;
    top: 1.3rem;
  }
  .lxwm .cont-box .info .ad {
    background: url(../images/box2.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 6.12rem;
    height: 3.17rem;
    padding: 0.75rem 0.5rem;
  }
  .lxwm .cont-box .info .ad .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
  }
  .lxwm .cont-box .info .ad .item img {
    margin-right: 0.2rem;
  }
  .lxwm .cont-box .info::after {
    content: '';
    position: absolute;
    right: -0.47rem;
    top: -0.4rem;
    width: 3.75rem;
    height: 2.66rem;
    background-color: #c9151e;
    z-index: -1;
  }
}
@media only screen and (max-width: 1200px) {
  .lxwm {
    background: url(../images/lxbg.jpg) no-repeat center bottom;
  }
  .lxwm .cont-box {
    background-color: #f8f8f8;
    padding: 25px;
    position: relative;
  }
  .lxwm .cont-box .imgk {
    width: 100%;
  }
  .lxwm .cont-box .imgk img {
    width: 100%;
  }
  .lxwm .cont-box .info {
    position: relative;
  }
  .lxwm .cont-box .info .ad {
    background: url(../images/box2.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    padding: 40px;
  }
  .lxwm .cont-box .info .ad .item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .lxwm .cont-box .info .ad .item img {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1430px) {
  .u7 {
    margin-bottom: 30px;
  }
  .u7 li a {
    display: flex;
    padding: 48px 30px;
    border-left: 6px solid transparent;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .u7 li a:hover {
    border-left: 6px solid #e8c78a;
    color: #fff;
  }
  .u7 li a:hover::after {
    left: 0;
  }
  .u7 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    width: 10px;
    height: 12px;
    z-index: -1;
  }
  .u7 li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/xw-li.png) no-repeat center;
    background-size: cover;
    transition: left 0.5s ease;
    /* 过渡效果 */
    z-index: -1;
  }
  .u7 li a .detail {
    flex: 1;
    width: 100%;
    display: flex;
  }
  .u7 li a .imgk {
    width: 300px;
    height: 180px;
    margin-right: 70px;
  }
  .u7 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: 100%;
  }
  .u7 li a .info {
    flex: 1;
    width: 100%;
  }
  .u7 li a .info .tit {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .u7 li a .info .txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .u7 li a .time {
    border-left: 1px solid #f5f5f5;
    padding-left: 40px;
    margin-left: 60px;
    text-align: right;
  }
  .u7 li a .time p {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .u7 li a .time span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u7 {
    margin-bottom: 0.3rem;
  }
  .u7 li a {
    display: flex;
    padding: 0.48rem 0.3rem;
    border-left: 0.06rem solid transparent;
    overflow: hidden;
    border-top-right-radius: 0.2rem;
    position: relative;
    border-bottom: 0.01rem solid #f5f5f5;
  }
  .u7 li a:hover {
    border-left: 0.06rem solid #e8c78a;
    color: #fff;
  }
  .u7 li a:hover::after {
    left: 0;
  }
  .u7 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    width: 0.1rem;
    height: 0.12rem;
    z-index: -1;
  }
  .u7 li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/xw-li.png) no-repeat center;
    background-size: cover;
    transition: left 0.5s ease;
    /* 过渡效果 */
    z-index: -1;
  }
  .u7 li a .detail {
    flex: 1;
    width: 100%;
    display: flex;
  }
  .u7 li a .imgk {
    width: 3rem;
    height: 1.8rem;
    margin-right: 0.7rem;
  }
  .u7 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: 100%;
  }
  .u7 li a .info {
    flex: 1;
    width: 100%;
  }
  .u7 li a .info .tit {
    font-size: 0.2rem;
    font-weight: 600;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .u7 li a .info .txt {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .u7 li a .time {
    border-left: 0.01rem solid #f5f5f5;
    padding-left: 0.4rem;
    margin-left: 0.6rem;
    text-align: right;
  }
  .u7 li a .time p {
    font-size: 0.4rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .u7 li a .time span {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 1200px) {
  .u7 {
    margin-bottom: 20px;
  }
  .u7 li a {
    display: block;
    padding: 20px;
    overflow: hidden;
    border-top-right-radius: 15px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .u7 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    width: 10px;
    height: 12px;
    z-index: -1;
  }
  .u7 li a .detail {
    width: 100%;
    display: flex;
  }
  .u7 li a .imgk {
    width: 100%;
    margin-bottom: 10px;
  }
  .u7 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: 100%;
  }
  .u7 li a .info {
    flex: 1;
    width: 100%;
  }
  .u7 li a .info .tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .u7 li a .info .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .u7 li a .time {
    border-left: 1px solid #f5f5f5;
    padding-left: 20px;
    margin-left: 20px;
    text-align: right;
  }
  .u7 li a .time p {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .u7 li a .time span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1430px) {
  .u8 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .u8 li a {
    display: flex;
    padding: 25px 40px;
    border-left: 6px solid transparent;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .u8 li a:hover {
    border-left: 6px solid #e8c78a;
    color: #fff;
  }
  .u8 li a:hover::after {
    left: 0;
  }
  .u8 li a:hover .time {
    background: none;
  }
  .u8 li a:hover .time::after {
    background: none;
  }
  .u8 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    background-size: 100% 100%;
    width: 10px;
    height: 12px;
    z-index: -1;
  }
  .u8 li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/tz-li.png) no-repeat center;
    background-size: cover;
    transition: left 0.5s ease;
    /* 过渡效果 */
    z-index: -1;
  }
  .u8 li a .info {
    flex: 1;
    width: 100%;
  }
  .u8 li a .info .tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .u8 li a .info .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .u8 li a .time {
    text-align: center;
    background-color: #c90014;
    width: 70px;
    height: 70px;
    margin-right: 50px;
    color: #fff;
    position: relative;
  }
  .u8 li a .time p {
    font-size: 32px;
  }
  .u8 li a .time span {
    font-size: 14px;
  }
  .u8 li a .time::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff3f4;
    left: -14px;
    top: -14px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u8 {
    position: relative;
    z-index: 1;
    margin-bottom: 0.3rem;
  }
  .u8 li a {
    display: flex;
    padding: 0.25rem 0.4rem;
    border-left: 0.06rem solid transparent;
    overflow: hidden;
    border-top-right-radius: 0.2rem;
    position: relative;
    border-bottom: 0.01rem solid #f5f5f5;
  }
  .u8 li a:hover {
    border-left: 0.06rem solid #e8c78a;
    color: #fff;
  }
  .u8 li a:hover::after {
    left: 0;
  }
  .u8 li a:hover .time {
    background: none;
  }
  .u8 li a:hover .time::after {
    background: none;
  }
  .u8 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    width: 0.1rem;
    height: 0.12rem;
    z-index: -1;
  }
  .u8 li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/tz-li.png) no-repeat center;
    background-size: 100% 100%;
    transition: left 0.5s ease;
    /* 过渡效果 */
    z-index: -1;
  }
  .u8 li a .info {
    flex: 1;
    width: 100%;
  }
  .u8 li a .info .tit {
    font-size: 0.2rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .u8 li a .info .txt {
    font-size: 0.14rem;
    line-height: 1.75;
  }
  .u8 li a .time {
    text-align: center;
    background-color: #c90014;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.5rem;
    color: #fff;
    position: relative;
  }
  .u8 li a .time p {
    font-size: 0.32rem;
  }
  .u8 li a .time span {
    font-size: 0.14rem;
  }
  .u8 li a .time::after {
    content: '';
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #fff3f4;
    left: -0.14rem;
    top: -0.14rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 1200px) {
  .u8 {
    margin-bottom: 30px;
  }
  .u8 li a {
    display: flex;
    padding: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .u8 li a::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/r-sj.png) no-repeat center;
    width: 10px;
    height: 12px;
    z-index: -1;
  }
  .u8 li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/tz-li.png) no-repeat center;
    background-size: cover;
    transition: left 0.5s ease;
    /* 过渡效果 */
    z-index: -1;
  }
  .u8 li a .info {
    flex: 1;
    width: 100%;
  }
  .u8 li a .info .tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .u8 li a .info .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .u8 li a .time {
    text-align: center;
    background-color: #c90014;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    color: #fff;
    position: relative;
  }
  .u8 li a .time p {
    font-size: 28px;
  }
  .u8 li a .time span {
    font-size: 14px;
  }
  .u8 li a .time::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff3f4;
    left: -12px;
    top: -12px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1430px) {
  .xsbg {
    background: #f5f5f5;
  }
  .u9 li {
    float: left;
    width: 676px;
    margin-right: 48px;
    margin-bottom: 30px;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    background-color: #fff;
    display: block;
    padding: 30px 45px;
    border-top-right-radius: 40px;
    border-top: 5px solid #e8c78a;
    border-right: 5px solid #e8c78a;
  }
  .u9 li a .i1,
  .u9 li a .i2,
  .u9 li a .i3 {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/dt-5.png) no-repeat center;
    background-size: contain;
    margin-right: 12px;
  }
  .u9 li a .i2 {
    background-image: url(../images/dt-6.png);
  }
  .u9 li a .i3 {
    background-image: url(../img/i-p.png);
  }
  .u9 li a .tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .u9 li a .item {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .u9 li a .more {
    margin-top: 15px;
  }
  .u9 li a .more i {
    display: inline-block;
    width: 15px;
    height: 11px;
    margin-left: 15px;
    background: url(../images/dt-jt2.png) no-repeat center;
    background-size: contain;
  }
  .u9 li a:hover {
    background: url(../images/dt-li.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u9 li a:hover .i1 {
    background-image: url(../images/dt-2.png);
  }
  .u9 li a:hover .i2 {
    background-image: url(../images/dt-3.png);
  }
  .u9 li a:hover .i3 {
    background-image: url(../img/i-p2.png);
  }
  .u9 li a:hover .more i {
    background-image: url(../images/dt-jt.png);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .xsbg {
    background: #f5f5f5;
  }
  .u9 li {
    float: left;
    width: 6.76rem;
    margin-right: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .u9 li:nth-child(2n) {
    margin-right: 0;
  }
  .u9 li a {
    background-color: #fff;
    display: block;
    padding: 0.3rem 0.45rem;
    border-top-right-radius: 0.4rem;
    border-top: 0.05rem solid #e8c78a;
    border-right: 0.05rem solid #e8c78a;
  }
  .u9 li a .i1,
  .u9 li a .i2,
  .u9 li a .i3 {
    display: inline-block;
    width: 0.12rem;
    height: 0.14rem;
    background: url(../images/dt-5.png) no-repeat center;
    background-size: contain;
    margin-right: 0.12rem;
  }
  .u9 li a .i2 {
    background-image: url(../images/dt-6.png);
  }
  .u9 li a .i3 {
    background-image: url(../img/i-p.png);
  }
  .u9 li a .tit {
    font-size: 0.2rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
  }
  .u9 li a .item {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
    display: flex;
    align-items: center;
  }
  .u9 li a .more {
    margin-top: 0.15rem;
  }
  .u9 li a .more i {
    display: inline-block;
    width: 0.15rem;
    height: 0.11rem;
    margin-left: 0.15rem;
    background: url(../images/dt-jt2.png) no-repeat center;
    background-size: contain;
  }
  .u9 li a:hover {
    background: url(../images/dt-li.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u9 li a:hover .i3 {
    background-image: url(../img/i-p2.png);
  }
  .u9 li a:hover .i1 {
    background-image: url(../images/dt-2.png);
  }
  .u9 li a:hover .i2 {
    background-image: url(../images/dt-3.png);
  }
  .u9 li a:hover .more i {
    background-image: url(../images/dt-jt.png);
  }
}
@media only screen and (max-width: 1200px) {
  .xsbg {
    background: #f5f5f5;
  }
  .u9 li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .u9 li a {
    background-color: #fff;
    display: block;
    padding: 20px 35px;
    border-top-right-radius: 30px;
    border-top: 5px solid #e8c78a;
    border-right: 5px solid #e8c78a;
  }
  .u9 li a .i1,
  .u9 li a .i2,
  .u9 li a .i3 {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/dt-4.png) no-repeat center;
    background-size: contain;
    margin-right: 12px;
  }
  .u9 li a .i2 {
    background-image: url(../images/dt-5.png);
  }
  .u9 li a .i3 {
    background-image: url(../img/i-p.png);
  }
  .u9 li a .tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .u9 li a .item {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .u9 li a .more {
    margin-top: 15px;
  }
  .u9 li a .more i {
    display: inline-block;
    width: 15px;
    height: 11px;
    margin-left: 15px;
    background: url(../images/dt-jt2.png) no-repeat center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1430px) {
  .cont-txt .tit {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .cont-txt .jj {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
  }
  .cont-txt .nr {
    padding: 50px 40px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 16px;
    line-height: 1.75;
  }
  .cont-txt .nr img {
    max-width: 100%;
    max-height: max-content;
  }
  .cont-txt .nr table {
    border-collapse: collapse;
  }
  .cont-txt .nr table td,
  .cont-txt .nr table th {
    padding: 0.05rem 0.1rem;
  }
  .sgd {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  .sgd .lk {
    flex: 1;
    width: 100%;
    padding-right: 20px;
  }
  .sgd .lk p {
    margin-bottom: 10px;
  }
  .sgd .fx img {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .cont-txt .tit {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
  }
  .cont-txt .jj {
    text-align: center;
    font-size: 0.14rem;
    color: #999999;
    margin-bottom: 0.2rem;
  }
  .cont-txt .nr {
    padding: 0.5rem 0.4rem;
    border-top: 0.01rem solid #999999;
    border-bottom: 0.01rem solid #999999;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .cont-txt .nr img {
    max-width: 100%;
    max-height: max-content;
  }
  .cont-txt .nr table {
    border-collapse: collapse;
  }
  .cont-txt .nr table td,
  .cont-txt .nr table th {
    padding: 0.05rem 0.1rem;
  }
  .sgd {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
  }
  .sgd .lk {
    flex: 1;
    width: 100%;
    padding-right: 0.2rem;
  }
  .sgd .lk p {
    margin-bottom: 0.1rem;
  }
  .sgd .fx img {
    margin-left: 0.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cont-txt .tit {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .cont-txt .jj {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
  }
  .cont-txt .nr {
    padding: 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 16px;
    line-height: 1.75;
  }
  .cont-txt .nr img {
    max-width: 100%;
    max-height: max-content;
  }
  .cont-txt .nr table {
    border-collapse: collapse;
  }
  .cont-txt .nr table td,
  .cont-txt .nr table th {
    padding: 0.05rem 0.1rem;
  }
  .sgd {
    margin-top: 20px;
    font-size: 16px;
  }
  .sgd .lk {
    flex: 1;
    width: 100%;
    padding-right: 20px;
  }
  .sgd .lk p {
    margin-bottom: 10px;
  }
  .sgd .fx img {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1430px) {
  .tab1 table {
    width: 100%;
  }
  .tab1 table th {
    background: #c9151e;
    border: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    height: 60px;
    font-size: 20px;
  }
  .tab1 table td {
    min-height: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
  }
  .tab1 table tbody tr {
    background: #f5d5d6;
  }
  .tab1 table tbody tr:nth-child(2n) {
    background: #fbeded;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .tab1 table {
    width: 100%;
  }
  .tab1 table th {
    background: #c9151e;
    border: 0.01rem solid #fff;
    font-weight: 400;
    color: #fff;
    height: 0.6rem;
    font-size: 0.2rem;
  }
  .tab1 table td {
    min-height: 50rem;
    border: 0.01rem solid #fff;
    padding: 0.1rem 0.2rem;
    text-align: center;
    font-size: 0.16rem;
  }
  .tab1 table tbody tr {
    background: #f5d5d6;
  }
  .tab1 table tbody tr:nth-child(2n) {
    background: #fbeded;
  }
}
@media only screen and (max-width: 1200px) {
  .tab1 {
    overflow-x: auto;
  }
  .tab1 table {
    width: 1200px;
  }
  .tab1 table th {
    background: #c9151e;
    border: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    height: 60px;
    font-size: 16px;
  }
  .tab1 table td {
    min-height: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
  }
  .tab1 table tbody tr {
    background: #f5d5d6;
  }
  .tab1 table tbody tr:nth-child(2n) {
    background: #fbeded;
  }
}
@media only screen and (min-width: 1430px) {
  .lwzz {
    background-color: #f5f5f5;
  }
  .lw-ss {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .lw-ss select {
    font-size: 16px;
    width: 345px;
    height: 47px;
    padding: 0 15px;
    appearance: none;
    background: url(../images/ls_jt_d.png) #fff no-repeat 95% center;
    background-size: 15px;
    border: none;
    outline: none;
    margin-right: 25px;
  }
  .lw-ss .ipt {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .lw-ss .ipt input {
    width: 410px;
    height: 47px;
    font-size: 16px;
    padding: 0 15px;
  }
  .lw-ss .ipt .ss {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 47px;
    background-color: #be222b;
  }
  .u10 li {
    float: left;
    width: 680px;
    margin-right: 40px;
    margin-bottom: 55px;
  }
  .u10 li:nth-child(2n) {
    margin-right: 0;
  }
  .u10 li a {
    position: relative;
    overflow: hidden;
    height: 234px;
    display: block;
    border-top: 4px solid #c9151e;
    background-color: #fff;
    padding: 25px 30px;
  }
  .u10 li a::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lw-li.jpg) no-repeat center;
    background-size: cover;
    transition: top 0.5s ease;
    /* 过渡效果 */
    z-index: 0;
  }
  .u10 li a:hover {
    color: #fff;
  }
  .u10 li a:hover::after {
    top: 0;
  }
  .u10 li a:hover .time {
    color: #fff;
  }
  .u10 li a .tit {
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
  }
  .u10 li a .info {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.75;
  }
  .u10 li a .time {
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: 16px;
    color: #c9151e;
  }
  .u10 li a .time span {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .lwzz {
    background-color: #f5f5f5;
  }
  .lw-ss {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .lw-ss select {
    font-size: 0.16rem;
    width: 3.45rem;
    height: 0.47rem;
    padding: 0 0.15rem;
    appearance: none;
    background: url(../images/ls_jt_d.png) #fff no-repeat 95% center;
    background-size: 0.15rem;
    border: none;
    outline: none;
    margin-right: 0.25rem;
  }
  .lw-ss .ipt {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .lw-ss .ipt input {
    width: 4.1rem;
    height: 0.47rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
  }
  .lw-ss .ipt .ss {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.7rem;
    height: 0.47rem;
    background-color: #be222b;
  }
  .u10 li {
    float: left;
    width: 6.8rem;
    margin-right: 0.4rem;
    margin-bottom: 0.55rem;
  }
  .u10 li:nth-child(2n) {
    margin-right: 0;
  }
  .u10 li a {
    position: relative;
    overflow: hidden;
    height: 2.34rem;
    display: block;
    border-top: 0.04rem solid #c9151e;
    background-color: #fff;
    padding: 0.25rem 0.3rem;
  }
  .u10 li a::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lw-li.jpg) no-repeat center;
    background-size: cover;
    transition: top 0.5s ease;
    /* 过渡效果 */
    z-index: 0;
  }
  .u10 li a:hover {
    color: #fff;
  }
  .u10 li a:hover::after {
    top: 0;
  }
  .u10 li a:hover .time {
    color: #fff;
  }
  .u10 li a .tit {
    position: relative;
    z-index: 1;
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f5f5f5;
    margin-bottom: 0.15rem;
  }
  .u10 li a .info {
    position: relative;
    z-index: 1;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .u10 li a .time {
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: 0.16rem;
    color: #c9151e;
  }
  .u10 li a .time span {
    display: inline-block;
    font-size: 0.3rem;
    margin-right: 0.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .lwzz {
    background-color: #f5f5f5;
  }
  .lw-ss {
    margin-bottom: 30px;
  }
  .lw-ss select {
    font-size: 16px;
    width: 100%;
    height: 47px;
    padding: 0 15px;
    appearance: none;
    background: url(../images/ls_jt_d.png) #fff no-repeat 95% center;
    background-size: 15px;
    border: none;
    outline: none;
    margin-bottom: 15px;
  }
  .lw-ss .ipt {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .lw-ss .ipt input {
    width: 100%;
    height: 47px;
    font-size: 16px;
    padding: 0 15px;
  }
  .lw-ss .ipt .ss {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 47px;
    background-color: #be222b;
  }
  .u10 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .u10 li a {
    position: relative;
    overflow: hidden;
    display: block;
    border-top: 4px solid #c9151e;
    background-color: #fff;
    padding: 20px;
  }
  .u10 li a::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lw-li.jpg) no-repeat center;
    background-size: cover;
    transition: top 0.5s ease;
    /* 过渡效果 */
    z-index: 0;
  }
  .u10 li a .tit {
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
  }
  .u10 li a .info {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.75;
  }
  .u10 li a .time {
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: 14px;
    color: #c9151e;
  }
  .u10 li a .time span {
    display: inline-block;
    font-size: 26px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1430px) {
  .u11 li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .u11 li:nth-child(3n) {
    margin-right: 0;
  }
  .u11 li a {
    width: 450px;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .u11 li a .tit {
    position: relative;
    width: 305px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
  .u11 li a .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -34px;
    width: 68px;
    height: 5px;
    background: #fff;
  }
  .u11 li a .imgk {
    position: absolute;
    width: 450px;
    height: 340px;
    left: 0;
    top: 0;
    transition: all 0.5s;
  }
  .u11 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li a:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u11 li {
    float: left;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u11 li:nth-child(3n) {
    margin-right: 0;
  }
  .u11 li a {
    width: 4.5rem;
    height: 3.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .u11 li a .tit {
    position: relative;
    width: 3.05rem;
    font-size: 0.4rem;
    text-align: center;
    color: #fff;
    border-bottom: 0.02rem solid #fff;
    padding-bottom: 0.05rem;
  }
  .u11 li a .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.02rem;
    margin-left: -0.34rem;
    width: 0.68rem;
    height: 0.05rem;
    background: #fff;
  }
  .u11 li a .imgk {
    position: absolute;
    width: 4.5rem;
    height: 3.4rem;
    left: 0;
    top: 0;
    transition: all 0.5s;
  }
  .u11 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li a:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
@media only screen and (max-width: 1200px) {
  .u11 li {
    float: left;
    margin: 0 1%;
    width: 48%;
    margin-bottom: 15px;
  }
  .u11 li:nth-child(2n) {
    margin-right: 0;
  }
  .u11 li a {
    width: 100%;
    height: 34.5vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .u11 li a .tit {
    position: relative;
    width: 75%;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
  .u11 li a .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -25px;
    width: 50px;
    height: 5px;
    background: #fff;
  }
  .u11 li a .imgk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
  }
  .u11 li a .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u11 li a:hover .imgk {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
.jsml {
  background-color: #f5f5f5;
}
@media only screen and (min-width: 1430px) {
  .u12 li {
    float: left;
    width: 48px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    border: 1px solid #d7d7d7;
    color: #999999;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    border-radius: 3px;
  }
  .u12 li.on {
    background: #ae0001;
    border: 1px solid #ae0001;
    color: #fff;
  }
  .u13 {
    margin-top: 50px;
  }
  .u13 li {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 248px;
  }
  .u13 li:nth-child(5n) {
    margin-right: 0;
  }
  .u13 li .imgk {
    width: 100%;
    height: 328px;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .name {
    height: 120px;
    background-color: #fff;
    text-align: center;
    padding: 25px 10px;
  }
  .u13 li .name p {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .u13 li .name span {
    font-size: 17px;
  }
  .u13 li:hover a {
    color: #fff;
  }
  .u13 li:hover .name {
    background-color: #b3170d;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u12 li {
    float: left;
    width: 0.48rem;
    height: 0.5rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.48rem;
    border: 0.01rem solid #d7d7d7;
    color: #999999;
    background-color: #fff;
    margin-right: 0.08rem;
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
    border-radius: 0.03rem;
  }
  .u12 li.on {
    background: #ae0001;
    border: 0.01rem solid #ae0001;
    color: #fff;
  }
  .u13 {
    margin-top: 0.5rem;
  }
  .u13 li {
    float: left;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    width: 2.48rem;
  }
  .u13 li:nth-child(5n) {
    margin-right: 0;
  }
  .u13 li .imgk {
    width: 100%;
    height: 3.28rem;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .name {
    height: 1.2rem;
    background-color: #fff;
    text-align: center;
    padding: 0.25rem 0.1rem;
  }
  .u13 li .name p {
    font-size: 0.21rem;
    margin-bottom: 0.15rem;
  }
  .u13 li .name span {
    font-size: 0.17rem;
  }
  .u13 li:hover a {
    color: #fff;
  }
  .u13 li:hover .name {
    background-color: #b3170d;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .u12 li {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    color: #999999;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    border-radius: 3px;
  }
  .u12 li.on {
    background: #ae0001;
    border: 1px solid #ae0001;
    color: #fff;
  }
  .u13 {
    margin-top: 30px;
  }
  .u13 li {
    float: left;
    margin: 0 2%;
    width: 46%;
    margin-bottom: 20px;
  }
  .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .u13 li .imgk {
    width: 100%;
    height: 58vw;
  }
  .u13 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u13 li .name {
    height: 100px;
    background-color: #fff;
    text-align: center;
    padding: 20px 10px;
  }
  .u13 li .name p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .u13 li .name span {
    font-size: 14px;
  }
  .u13 li:hover a {
    color: #fff;
  }
  .u13 li:hover .name {
    background-color: #b3170d;
    color: #fff;
  }
}
@media only screen and (min-width: 1430px) {
  .sz-cont .detail {
    position: relative;
  }
  .sz-cont .detail .imgk {
    width: 688px;
    height: 377px;
  }
  .sz-cont .detail .jj {
    position: absolute;
    right: 0;
    top: 70px;
  }
  .sz-cont .detail .jj .ct {
    width: 875px;
    height: 332px;
    border-top: 4px solid #c9151e;
    padding: 65px 60px;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
  .sz-cont .detail .jj::after {
    content: '';
    position: absolute;
    width: 782px;
    height: 332px;
    background: url(../images/szbg.png) no-repeat center;
    right: -30px;
    bottom: -30px;
    z-index: 0;
  }
  .sz-cont .txt {
    margin-top: 100px;
  }
  .sz-cont .txt p {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sz-cont .detail {
    position: relative;
  }
  .sz-cont .detail .imgk {
    width: 6.88rem;
    height: 3.77rem;
  }
  .sz-cont .detail .jj {
    position: absolute;
    right: 0;
    top: 0.7rem;
  }
  .sz-cont .detail .jj .ct {
    width: 8.75rem;
    height: 3.32rem;
    border-top: 0.04rem solid #c9151e;
    padding: 0.65rem 0.6rem;
    background-color: #fff;
    font-size: 0.2rem;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
  .sz-cont .detail .jj::after {
    content: '';
    position: absolute;
    width: 7.82rem;
    height: 3.32rem;
    background: url(../images/szbg.png) no-repeat center;
    right: -0.3rem;
    bottom: -0.3rem;
    z-index: 0;
  }
  .sz-cont .txt {
    margin-top: 1rem;
  }
  .sz-cont .txt p {
    font-size: 0.18rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 1200px) {
  .sz-cont .detail {
    position: relative;
  }
  .sz-cont .detail .imgk {
    width: 100%;
  }
  .sz-cont .detail .imgk img {
    width: 100%;
  }
  .sz-cont .detail .jj {
    position: relative;
    width: calc(100% - 20px);
  }
  .sz-cont .detail .jj .ct {
    border-top: 4px solid #c9151e;
    padding: 20px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }
  .sz-cont .detail .jj::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background: url(../images/szbg.png) no-repeat center;
    background-size: 100% 100%;
    right: -20px;
    bottom: -20px;
    z-index: 0;
  }
  .sz-cont .txt {
    margin-top: 50px;
  }
  .sz-cont .txt p {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1430px) {
  .u14 li {
    float: left;
    width: 664px;
    height: 290px;
    background: url(../images/js.png) no-repeat 98% bottom;
    border-bottom: 4px solid #c9151e;
    background-color: #fff;
    border-top-right-radius: 30px;
    margin-right: 70px;
    margin-bottom: 50px;
  }
  .u14 li:nth-child(2n) {
    margin-right: 0;
  }
  .u14 li a {
    display: flex;
    padding: 25px 30px;
    padding-right: 60px;
  }
  .u14 li .imgk {
    width: 177px;
    height: 236px;
    margin-right: 20px;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    flex: 1;
    width: 100%;
  }
  .u14 li .info .name {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8c78a;
    display: flex;
    align-items: center;
  }
  .u14 li .info .name p {
    font-size: 26px;
    color: #af0101;
  }
  .u14 li .info .name span {
    font-size: 16px;
    margin-left: 18px;
  }
  .u14 li .info .dt p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .u14 li .info .dt p img {
    margin-right: 12px;
  }
  .u14 li .info .more {
    margin-top: 45px;
    color: #af0101;
  }
  .u14 li .info .more img {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u14 li {
    float: left;
    width: 6.64rem;
    height: 2.9rem;
    background: url(../images/js.png) no-repeat 98% bottom;
    border-bottom: 0.04rem solid #c9151e;
    background-color: #fff;
    border-top-right-radius: 0.3rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .u14 li:nth-child(2n) {
    margin-right: 0;
  }
  .u14 li a {
    display: flex;
    padding: 0.25rem 0.3rem;
    padding-right: 0.6rem;
  }
  .u14 li .imgk {
    width: 1.77rem;
    height: 2.36rem;
    margin-right: 0.2rem;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    flex: 1;
    width: 100%;
  }
  .u14 li .info .name {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
    border-bottom: 0.01rem solid #e8c78a;
    display: flex;
    align-items: center;
  }
  .u14 li .info .name p {
    font-size: 0.26rem;
    color: #af0101;
  }
  .u14 li .info .name span {
    font-size: 0.16rem;
    margin-left: 0.18rem;
  }
  .u14 li .info .dt p {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .u14 li .info .dt p img {
    margin-right: 0.12rem;
  }
  .u14 li .info .more {
    margin-top: 0.45rem;
    color: #af0101;
  }
  .u14 li .info .more img {
    margin-left: 0.14rem;
  }
}
@media only screen and (max-width: 1200px) {
  .u14 li {
    float: left;
    width: 100%;
    background: url(../images/js.png) no-repeat 98% bottom;
    border-bottom: 4px solid #c9151e;
    background-color: #fff;
    border-top-right-radius: 30px;
    margin-bottom: 30px;
  }
  .u14 li a {
    display: block;
    padding: 20px;
  }
  .u14 li .imgk {
    width: 177px;
    height: 236px;
    margin: 0 auto;
  }
  .u14 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u14 li .info {
    flex: 1;
    width: 100%;
  }
  .u14 li .info .name {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8c78a;
    display: flex;
    align-items: center;
  }
  .u14 li .info .name p {
    font-size: 26px;
    color: #af0101;
  }
  .u14 li .info .name span {
    font-size: 16px;
    margin-left: 18px;
  }
  .u14 li .info .dt p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .u14 li .info .dt p img {
    margin-right: 12px;
  }
  .u14 li .info .more {
    margin-top: 25px;
    color: #af0101;
  }
  .u14 li .info .more img {
    margin-left: 14px;
  }
}
@media only screen and (min-width: 1430px) {
  .js {
    background-color: #f5f5f5;
    display: flex;
    padding: 23px 30px;
    border-left: 3px solid #e8c78a;
    border-top-right-radius: 30px;
    margin-bottom: 40px;
  }
  .js .imgk {
    width: 166px;
    height: 220px;
    margin-right: 48px;
  }
  .js .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js .info {
    width: 100%;
    flex: 1;
  }
  .js .info .name {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .js .info .name p {
    font-size: 26px;
    font-weight: 600;
  }
  .js .info .name span {
    font-size: 16px;
    margin-left: 40px;
  }
  .js .info .dt p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .js .info .dt img {
    margin-right: 10px;
  }
  .dt-item .tit {
    line-height: 26px;
    font-size: 26px;
    color: #c9151e;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
  }
  .dt-item .tit .img {
    width: 100%;
    flex: 1;
    margin-left: 12px;
  }
  .dt-item .tit img {
    width: 100%;
  }
  .dt-item .txt {
    line-height: 2;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .js {
    background-color: #f5f5f5;
    display: flex;
    padding: 0.23rem 0.3rem;
    border-left: 0.03rem solid #e8c78a;
    border-top-right-radius: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .js .imgk {
    width: 1.66rem;
    height: 2.2rem;
    margin-right: 0.48rem;
  }
  .js .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js .info {
    width: 100%;
    flex: 1;
  }
  .js .info .name {
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #d7d7d7;
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .js .info .name p {
    font-size: 0.26rem;
    font-weight: 600;
  }
  .js .info .name span {
    font-size: 0.16rem;
    margin-left: 0.4rem;
  }
  .js .info .dt p {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
  .js .info .dt img {
    margin-right: 0.1rem;
  }
  .dt-item .tit {
    line-height: 0.26rem;
    font-size: 0.26rem;
    color: #c9151e;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.35rem;
  }
  .dt-item .tit .img {
    width: 100%;
    flex: 1;
    margin-left: 0.12rem;
  }
  .dt-item .tit img {
    width: 100%;
  }
  .dt-item .txt {
    line-height: 2;
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 1200px) {
  .js {
    background-color: #f5f5f5;
    padding: 20px;
    border-left: 3px solid #e8c78a;
    border-top-right-radius: 20px;
    margin-bottom: 30px;
  }
  .js .imgk {
    width: 166px;
    height: 220px;
    margin: 0 auto;
  }
  .js .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .js .info {
    width: 100%;
    flex: 1;
  }
  .js .info .name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .js .info .name p {
    font-size: 18px;
    font-weight: 600;
  }
  .js .info .name span {
    font-size: 14px;
    margin-left: 30px;
  }
  .js .info .dt {
    font-size: 14px;
  }
  .js .info .dt p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .js .info .dt img {
    margin-right: 10px;
  }
  .dt-item .tit {
    line-height: 18px;
    font-size: 18px;
    color: #c9151e;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .dt-item .tit .img {
    width: 100%;
    flex: 1;
    margin-left: 12px;
  }
  .dt-item .tit img {
    width: 100%;
    height: 14px;
  }
  .dt-item .txt {
    line-height: 2;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.jsjj {
  background: url(../images/jsbg.jpg) no-repeat bottom center;
}
.pyfa {
  background: #f5f5f5;
}
.u8-1 li {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 1430px) {
  .py-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
  }
  .py-tab .item {
    width: 215px;
    height: 48px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 15px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
  }
  .py-tab .item.on {
    background: url(../images/py-tit.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .py-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.45rem;
  }
  .py-tab .item {
    width: 2.15rem;
    height: 0.48rem;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 0.15rem;
    text-align: center;
    line-height: 0.48rem;
    cursor: pointer;
  }
  .py-tab .item.on {
    background: url(../images/py-tit.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .py-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .py-tab .item {
    width: 215px;
    height: 48px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
  }
  .py-tab .item.on {
    background: url(../images/py-tit.jpg) no-repeat center;
    background-size: 100% 100%;
    border: 0 solid #000;
    color: #fff;
  }
}
@media only screen and (min-width: 1430px) {
  .u6 .item2 {
    padding: 0 30px;
  }
  .u6 .item2 .lv {
    font-size: 24px;
    margin-bottom: 30px;
    color: #c9151e;
  }
  .u6 .item2 .name span {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u6 .item2 {
    padding: 0 0.3rem;
  }
  .u6 .item2 .lv {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    color: #c9151e;
  }
  .u6 .item2 .name span {
    display: inline-block;
    width: 0.8rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 1200px) {
  .u6 .item2 {
    padding: 0 15px;
  }
  .u6 .item2 .lv {
    font-size: 18px;
    margin-bottom: 20px;
    color: #c9151e;
  }
  .u6 .item2 .name span {
    display: inline-block;
    width: 31%;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.kyjx {
  background: #f5f5f5;
}
@media only screen and (min-width: 1430px) {
  .u15 li {
    float: left;
    width: 675px;
    height: 328px;
    margin-right: 45px;
    margin-bottom: 50px;
  }
  .u15 li:nth-child(2n) {
    margin-right: 0;
  }
  .u15 li a {
    display: block;
    padding: 45px 50px;
    padding-bottom: 30px;
    border-left: 6px solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #fff;
  }
  .u15 li a:hover {
    background: url(../images/ky-li.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u15 li a:hover::after {
    left: 0;
  }
  .u15 li a:hover .tit {
    border-bottom: 1px solid #e8c78a;
  }
  .u15 li a:hover .bt .more {
    color: #fff;
  }
  .u15 li a:hover .bt .more i {
    background-image: url(../images/ky-1.png);
  }
  .u15 li .tit {
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #be222b;
  }
  .u15 li .txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
  }
  .u15 li .bt {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u15 li .bt .more {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #c9151e;
  }
  .u15 li .bt .more i {
    display: inline;
    width: 71px;
    height: 31px;
    background: url(../images/ky-2.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
  }
  .u15 li .bt .time {
    font-size: 18px;
  }
  .u15 li .bt .time span {
    font-size: 36px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u15 li {
    float: left;
    width: 6.75rem;
    height: 3.28rem;
    margin-right: 0.45rem;
    margin-bottom: 0.5rem;
  }
  .u15 li:nth-child(2n) {
    margin-right: 0;
  }
  .u15 li a {
    display: block;
    padding: 0.45rem 0.5rem;
    padding-bottom: 0.3rem;
    border-left: 0.06rem solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 0.2rem;
    position: relative;
    background-color: #fff;
  }
  .u15 li a:hover {
    background: url(../images/ky-li.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u15 li a:hover::after {
    left: 0;
  }
  .u15 li a:hover .tit {
    border-bottom: 0.01rem solid #e8c78a;
  }
  .u15 li a:hover .bt .more {
    color: #fff;
  }
  .u15 li a:hover .bt .more i {
    background-image: url(../images/ky-1.png);
  }
  .u15 li .tit {
    position: relative;
    z-index: 1;
    font-size: 0.2rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-bottom: 0.01rem solid #be222b;
  }
  .u15 li .txt {
    position: relative;
    z-index: 1;
    font-size: 0.16rem;
    line-height: 2;
  }
  .u15 li .bt {
    position: relative;
    z-index: 1;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u15 li .bt .more {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #c9151e;
  }
  .u15 li .bt .more i {
    display: inline;
    width: 0.71rem;
    height: 0.31rem;
    background: url(../images/ky-2.png) no-repeat center;
    background-size: contain;
    margin-right: 0.1rem;
  }
  .u15 li .bt .time {
    font-size: 0.18rem;
  }
  .u15 li .bt .time span {
    font-size: 0.36rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1200px) {
  .u15 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .u15 li a {
    display: block;
    padding: 20px;
    border-left: 6px solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #fff;
  }
  .u15 li a:hover {
    background: url(../images/ky-li.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u15 li a:hover::after {
    left: 0;
  }
  .u15 li a:hover .tit {
    border-bottom: 1px solid #e8c78a;
  }
  .u15 li a:hover .bt .more {
    color: #fff;
  }
  .u15 li a:hover .bt .more i {
    background-image: url(../images/ky-1.png);
  }
  .u15 li .tit {
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #be222b;
  }
  .u15 li .txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
  }
  .u15 li .bt {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .u15 li .bt .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #c9151e;
  }
  .u15 li .bt .more i {
    display: inline;
    width: 51px;
    height: 21px;
    background: url(../images/ky-2.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
  }
  .u15 li .bt .time {
    font-size: 18px;
  }
  .u15 li .bt .time span {
    font-size: 26px;
    font-weight: 600;
  }
}
.djdt {
  background: url(../images/djbg.jpg) #f5f5f5 no-repeat right bottom;
  background-size: 60%;
}
@media only screen and (min-width: 1430px) {
  .u16 li {
    width: 330px;
    float: left;
    margin-right: 25px;
    margin-bottom: 55px;
  }
  .u16 li:nth-child(4n) {
    margin-right: 0;
  }
  .u16 li .imgk {
    width: 100%;
    height: 220px;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .txt {
    height: 128px;
    padding: 15px 20px;
    background-color: #fff;
  }
  .u16 li .txt .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
  .u16 li .bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  .u16 li .bt .more {
    padding: 5px 15px;
    border-bottom: 1px solid #c9151e;
  }
  .u16 li .bt .time {
    color: #999999;
  }
  .u16 li:hover .bt .more {
    color: #fff;
    background-color: #c9151e;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u16 li {
    width: 3.3rem;
    float: left;
    margin-right: 0.25rem;
    margin-bottom: 0.55rem;
  }
  .u16 li:nth-child(4n) {
    margin-right: 0;
  }
  .u16 li .imgk {
    width: 100%;
    height: 2.2rem;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .txt {
    height: 1.28rem;
    padding: 0.15rem 0.2rem;
    background-color: #fff;
  }
  .u16 li .txt .tit {
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.1rem;
  }
  .u16 li .bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
  }
  .u16 li .bt .more {
    padding: 0.05rem 0.15rem;
    border-bottom: 1px solid #c9151e;
  }
  .u16 li .bt .time {
    color: #999999;
  }
  .u16 li:hover .bt .more {
    color: #fff;
    background-color: #c9151e;
  }
}
@media only screen and (max-width: 1200px) {
  .u16 li {
    width: 48%;
    float: left;
    margin: 0 1%;
    margin-bottom: 25px;
  }
  .u16 li:nth-child(4n) {
    margin-right: 0;
  }
  .u16 li .imgk {
    width: 100%;
    height: 30vw;
  }
  .u16 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u16 li .txt {
    height: 132px;
    padding: 15px;
    background-color: #fff;
  }
  .u16 li .txt .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
  }
  .u16 li .bt {
    font-size: 14px;
  }
  .u16 li .bt .more {
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #c9151e;
  }
  .u16 li .bt .time {
    margin-top: 5px;
    color: #999999;
  }
  .u16 li:hover .bt .more {
    color: #fff;
    background-color: #c9151e;
  }
}
@media only screen and (min-width: 1430px) {
  .dj-cont p {
    font-size: 18px;
    line-height: 2;
  }
  .dj-cont .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .dj-cont p {
    font-size: 0.18rem;
    line-height: 2;
  }
  .dj-cont .imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .dj-cont p {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1430px) {
  .u17 {
    margin-bottom: 30px;
  }
  .u17 li {
    background-color: #f5f5f5;
  }
  .u17 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    min-height: 70px;
  }
  .u17 li .tit {
    width: 100%;
    flex: 1;
    padding: 0 10px;
    font-size: 20px;
  }
  .u17 li .time {
    font-size: 16px;
  }
  .u17 li:nth-child(2n-1) {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .u17 {
    margin-bottom: 0.3rem;
  }
  .u17 li {
    background-color: #f5f5f5;
  }
  .u17 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.25rem;
    min-height: 0.7rem;
  }
  .u17 li .tit {
    width: 100%;
    flex: 1;
    padding: 0 0.1rem;
    font-size: 0.2rem;
  }
  .u17 li .time {
    font-size: 0.16rem;
  }
  .u17 li:nth-child(2n-1) {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 1200px) {
  .u17 {
    margin-bottom: 30px;
  }
  .u17 li {
    background-color: #f5f5f5;
  }
  .u17 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    min-height: 70px;
  }
  .u17 li .tit {
    width: 100%;
    flex: 1;
    padding: 0 10px;
    font-size: 16px;
  }
  .u17 li .time {
    font-size: 14px;
  }
  .u17 li:nth-child(2n-1) {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .jc-login {
    background: #f5f5f5;
  }
  .jc-login .ny_ban {
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jc-login .dj_ny3 {
    width: 62.5vw;
    height: 20.8333vw;
    background-color: #fff;
    padding: 3.90625vw 4.427vw;
  }
  .jc-login .dj_ny3 .info {
    display: flex;
  }
  .jc-login .dj_ny3 .info .imgk {
    width: 10.416vw;
    height: 13.02vw;
    margin-right: 4.678vw;
  }
  .jc-login .dj_ny3 .info .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jc-login .dj_ny3 .info .txtk .name {
    font-size: 1.875vw;
    color: #333;
    margin-top: 1vw;
    margin-bottom: 1.5625vw;
  }
  .jc-login .dj_ny3 .info .txtk .name span {
    font-size: 1.5628vw;
    color: #333;
    margin-left: 0.73vw;
  }
  .jc-login .dj_ny3 .info .txtk .txt2 {
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
    color: #666666;
  }
  .jc-login .dj_ny3 .info .txtk .btns {
    display: flex;
    align-items: center;
  }
  .jc-login .dj_ny3 .info .txtk .btns a {
    display: block;
    width: 12.135vw;
    height: 3.125vw;
    line-height: 3.0208vw;
    color: #fff;
    text-align: center;
    font-size: 1.25vw;
    background: #c90014;
    border: 1px solid #c90014;
    border-radius: 5px;
  }
  .jc-login .dj_ny3 .info .txtk .btns .btn-2 {
    margin-left: 1.5625vw;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1200px) {
  .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: 250px;
    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: #c90014;
    border: 1px solid #c90014;
    border-radius: 5px;
  }
  .jc-login .dj_ny3 .info .txtk .btns .btn-2 {
    margin-left: 30px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 1200px) {
  .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 (min-width: 1200px) {
  .dj_ny4 {
    background-color: #fff;
    padding: 20px;
  }
  .lg_user {
    width: 100%;
    float: left;
    margin: 50px 0px;
  }
  .lg_user .imgk {
    width: 175px;
    float: left;
    text-align: center;
  }
  .lg_user .imgk img {
    width: 100%;
    float: left;
  }
  .lg_user .txtk {
    width: 720px;
    float: right;
    font-size: 18px;
    margin-top: 15px;
  }
  .user_sc .txtk {
    margin: 0;
  }
  .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 .an_r {
    height: 50px;
    line-height: 50px;
  }
  .lg_user.user_sc .imgk p {
    padding-top: 15px;
    width: 100%;
    float: left;
    font-size: 16px;
  }
  .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;
  }
  .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 (max-width: 1200px) {
  .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;
    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: 1.2em;
    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: 1200px) {
  .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: 5px;
    min-height: 35px;
    position: relative;
    padding-left: 150px;
  }
  .lg2_fo dt {
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    float: left;
    width: 150px;
    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: 1200px) {
  .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;
    background: #f5f5f5;
    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: #c90014;
    color: #ffffff;
    border: 1px solid #c90014;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .an_r:hover {
    background: #c90014;
    border: 1px solid #c90014;
  }
  .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: #c90014;
    color: #fff;
    border: 1px solid #c90014;
  }
  .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: 1200px) {
  .lg2_tx {
    width: 100%;
    height: 80px;
    line-height: 22px;
    font-size: 13px;
    padding: 8px 10px;
    background: #f5f5f5;
    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: #c90014;
    color: #ffffff;
    border: 1px solid #c90014;
    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: 1200px) {
  .user_sc .imgk {
    width: 20%;
    padding-right: 3%;
  }
  .user_sc .txtk {
    width: 80%;
  }
  .lg2_tx2 {
    margin-bottom: 12px;
  }
  .lg2_tx2 h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 155%;
  }
}
@media only screen and (min-width: 1200px) {
  .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 (max-width: 1200px) {
  .img-rounded {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .upload-info .up-info {
    display: flex;
  }
  .upload-info .up-info .lg2_tx {
    height: 60px;
  }
  .upload-info .up-info .files {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    height: 60px;
    width: 100px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
  }
  .upload-info .up-info .files input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1430px) {
  .sy-bf {
    margin-top: 175px;
  }
  .sw5 .swiper-slide {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .sw5 .swiper-slide .sw-cont {
    position: relative;
    padding: 30px;
    height: 300px;
    font-size: 16px;
  }
  .sw5 .swiper-slide .line {
    position: absolute;
    top: 45px;
    left: 0;
  }
  .sw5 .swiper-slide .name {
    display: inline-block;
    padding: 5px 18px;
    min-height: 35px;
    color: #fff;
    background-color: #c9151e;
    position: relative;
    z-index: 2;
    border-radius: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    max-width: 100%;
  }
  .sw5 .swiper-slide .txt {
    height: 125px;
    line-height: 2 ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-line-clamp: 4;
    text-overflow: ellipsis;
  }
  .sw5 .swiper-slide .time {
    font-size: 14px;
    margin-top: 20px;
  }
  .sw5 .swiper-slide .y {
    position: absolute;
    left: -17px;
    bottom: -52px;
    width: 40px;
    height: 40px;
    background: url(../images/sw-y2.png) no-repeat center;
  }
  .sw5 .swiper-slide:hover,
  .sw5 .swiper-slide-active {
    padding-top: 0px;
  }
  .sw5 .swiper-slide:hover .sw-cont,
  .sw5 .swiper-slide-active .sw-cont {
    background: url(../images/sw-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 20px;
  }
  .sw5 .swiper-slide:hover .sw-cont::after,
  .sw5 .swiper-slide-active .sw-cont::after {
    position: absolute;
    content: '';
    bottom: -21px;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 0 22px 22px;
    border-left-color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .name,
  .sw5 .swiper-slide-active .sw-cont .name {
    background-color: #e8c78a;
    color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .y,
  .sw5 .swiper-slide-active .sw-cont .y {
    position: absolute;
    left: -20px;
    bottom: -45px;
    width: 40px;
    height: 40px;
    background: url(../images/sw-y1.png) no-repeat center;
  }
  .sw5 .swiper-slide:hover .line,
  .sw5 .swiper-slide-active .line {
    display: none;
  }
  .bf-btn {
    margin: 0 auto;
    margin-top: 50px;
    font-size: 20px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    background-color: #c9151e;
    color: #fff;
  }
  .u20 li {
    float: left;
    width: 307px;
    height: 460px;
    margin-left: 43px;
    margin-bottom: 40px;
  }
  .u20 li:nth-child(4n) {
    margin-right: 0;
  }
  .u20 li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .u20 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: url(../images/bf-linear.png) no-repeat center;
    background-size: cover;
    transition: all 0.5s;
  }
  .u20 li .jj {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 27px;
    font-size: 18px;
    color: #fff;
  }
  .u20 li .more {
    display: none;
  }
  .u20 li:hover .txt {
    height: 100%;
    background: linear-gradient(150deg, rgba(236, 0, 9, 0.9), rgba(232, 199, 138, 0.9));
  }
  .u20 li:hover .jj {
    width: 256px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 22px;
    font-weight: 800;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    top: 60px;
    bottom: auto;
    left: 27px;
  }
  .u20 li:hover .more {
    position: absolute;
    display: block;
    width: 158px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
    top: 220px;
    left: 50%;
    margin-left: -79px;
    color: #fff;
  }
  .u21 li {
    float: left;
    width: 685px;
    height: 245px;
    margin-right: 27px;
    margin-bottom: 35px;
  }
  .u21 li:nth-child(2n) {
    margin-right: 0;
  }
  .u21 li a {
    display: block;
    padding: 30px 50px 40px 55px;
    border-left: 6px solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #fff;
  }
  .u21 li a:hover {
    background: url(../images/bf-bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u21 li a:hover::after {
    left: 0;
  }
  .u21 li a:hover .tit .name {
    background-color: #e8c78a;
    color: #c9151e;
  }
  .u21 li a:hover .tit .time {
    color: #fff;
  }
  .u21 li a:hover .bt .more {
    color: #fff;
  }
  .u21 li a:hover .bt .more i {
    background-image: url(../images/ky-1.png);
  }
  .u21 li .tit {
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u21 li .tit .name {
    padding: 7px 28px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #c9151e;
  }
  .u21 li .tit .time {
    color: #c9151e;
    font-size: 18px;
  }
  .u21 li .tit .time span {
    font-size: 36px;
    font-weight: 600;
  }
  .u21 li .txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
    overflow-y: auto;
    height: 100px;
  }
  .u21 li .txt::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .u21 li .txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #c9151e;
    background-color: #cfcfcf;
  }
  .u21 li .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sy-bf {
    margin-top: 1.75rem;
  }
  .sw5 .swiper-slide {
    padding-top: 0.3rem;
    padding-bottom: 0.7rem;
  }
  .sw5 .swiper-slide .sw-cont {
    position: relative;
    padding: 0.3rem;
    height: 3rem;
    font-size: 0.16rem;
  }
  .sw5 .swiper-slide .line {
    position: absolute;
    top: 0.45rem;
    left: 0;
  }
  .sw5 .swiper-slide .line img {
    height: 2.66rem;
  }
  .sw5 .swiper-slide .name {
    display: inline-block;
    padding: 0.05rem 0.18rem;
    min-height: 0.35rem;
    color: #fff;
    background-color: #c9151e;
    position: relative;
    z-index: 2;
    border-radius: 0.18rem;
    margin-bottom: 0.2rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    max-width: 100%;
  }
  .sw5 .swiper-slide .txt {
    height: 1.25rem;
    line-height: 2 ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-line-clamp: 4;
    text-overflow: ellipsis;
  }
  .sw5 .swiper-slide .time {
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
  .sw5 .swiper-slide .y {
    position: absolute;
    left: -0.17rem;
    bottom: -0.52rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/sw-y2.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sw5 .swiper-slide:hover,
  .sw5 .swiper-slide-active {
    padding-top: 0px;
  }
  .sw5 .swiper-slide:hover .sw-cont,
  .sw5 .swiper-slide-active .sw-cont {
    background: url(../images/sw-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 0.2rem;
  }
  .sw5 .swiper-slide:hover .sw-cont::after,
  .sw5 .swiper-slide-active .sw-cont::after {
    position: absolute;
    content: '';
    bottom: -0.21rem;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 0 0.22rem 0.22rem;
    border-left-color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .name,
  .sw5 .swiper-slide-active .sw-cont .name {
    background-color: #e8c78a;
    color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .y,
  .sw5 .swiper-slide-active .sw-cont .y {
    position: absolute;
    left: -0.2rem;
    bottom: -0.45rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/sw-y1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .sw5 .swiper-slide:hover .line,
  .sw5 .swiper-slide-active .line {
    display: none;
  }
  .bf-btn {
    margin: 0 auto;
    margin-top: 0.5rem;
    font-size: 0.2rem;
    width: 2.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #c9151e;
    color: #fff;
  }
  .u20 li {
    float: left;
    width: 3.07rem;
    height: 4.6rem;
    margin-left: 0.43rem;
    margin-bottom: 0.4rem;
  }
  .u20 li:nth-child(4n) {
    margin-right: 0;
  }
  .u20 li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .u20 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    background: url(../images/bf-linear.png) no-repeat center;
    background-size: cover;
    transition: all 0.5s;
  }
  .u20 li .jj {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    padding: 0 0.27rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .u20 li .more {
    display: none;
  }
  .u20 li:hover .txt {
    height: 100%;
    background: linear-gradient(150deg, rgba(236, 0, 9, 0.9), rgba(232, 199, 138, 0.9));
  }
  .u20 li:hover .jj {
    width: 2.56rem;
    min-height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    font-size: 0.22rem;
    font-weight: 800;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    top: 0.6rem;
    bottom: auto;
    left: 0.27rem;
  }
  .u20 li:hover .more {
    position: absolute;
    display: block;
    width: 1.58rem;
    height: 0.46rem;
    line-height: 0.44rem;
    text-align: center;
    border: 1px solid #fff;
    font-size: 0.18rem;
    top: 2.2rem;
    left: 50%;
    margin-left: -0.79rem;
    color: #fff;
  }
  .u21 li {
    float: left;
    width: 6.85rem;
    height: 2.45rem;
    margin-right: 0.27rem;
    margin-bottom: 0.35rem;
  }
  .u21 li:nth-child(2n) {
    margin-right: 0;
  }
  .u21 li a {
    display: block;
    padding: 0.3rem 0.5rem 0.4rem 0.55rem;
    border-left: 0.06rem solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 0.2rem;
    position: relative;
    background-color: #fff;
  }
  .u21 li a:hover {
    background: url(../images/bf-bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  .u21 li a:hover::after {
    left: 0;
  }
  .u21 li a:hover .tit .name {
    background-color: #e8c78a;
    color: #c9151e;
  }
  .u21 li a:hover .tit .time {
    color: #fff;
  }
  .u21 li a:hover .bt .more {
    color: #fff;
  }
  .u21 li a:hover .bt .more i {
    background-image: url(../images/ky-1.png);
  }
  .u21 li .tit {
    position: relative;
    z-index: 1;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u21 li .tit .name {
    padding: 0.07rem 0.28rem;
    border-radius: 0.3rem;
    font-size: 0.16rem;
    color: #fff;
    background-color: #c9151e;
  }
  .u21 li .tit .time {
    color: #c9151e;
    font-size: 0.18rem;
  }
  .u21 li .tit .time span {
    font-size: 0.36rem;
    font-weight: 600;
  }
  .u21 li .txt {
    position: relative;
    z-index: 1;
    font-size: 0.16rem;
    line-height: 2;
    overflow-y: auto;
    height: 1rem;
  }
  .u21 li .txt::-webkit-scrollbar {
    width: 0.04rem;
    height: 0.04rem;
  }
  .u21 li .txt::-webkit-scrollbar-thumb {
    border-radius: 0.05rem;
    -webkit-box-shadow: inset 0 0 0.05rem #c9151e;
    background-color: #cfcfcf;
  }
  .u21 li .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0.05rem;
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 1200px) {
  .sy-dt {
    padding-bottom: 0;
  }
  .sy-bf {
    background: url(../images/xsbg4.jpg) no-repeat center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    background-size: cover;
  }
  .sw5 .swiper-slide {
    padding-bottom: 60px;
  }
  .sw5 .swiper-slide .sw-cont {
    position: relative;
    padding: 20px;
    height: 300px;
    font-size: 16px;
  }
  .sw5 .swiper-slide .line {
    position: absolute;
    top: 35px;
    left: 0;
  }
  .sw5 .swiper-slide .name {
    display: inline-block;
    padding: 5px 18px;
    min-height: 35px;
    color: #fff;
    background-color: #c9151e;
    position: relative;
    z-index: 2;
    border-radius: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    max-width: 100%;
  }
  .sw5 .swiper-slide .txt {
    height: 125px;
    line-height: 2 ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -ms-line-clamp: 4;
    text-overflow: ellipsis;
  }
  .sw5 .swiper-slide .time {
    font-size: 14px;
    margin-top: 20px;
  }
  .sw5 .swiper-slide .y {
    position: absolute;
    left: -17px;
    bottom: -52px;
    width: 40px;
    height: 40px;
    background: url(../images/sw-y2.png) no-repeat center;
  }
  .sw5 .swiper-slide:hover,
  .sw5 .swiper-slide-active {
    padding-top: 0px;
  }
  .sw5 .swiper-slide:hover .sw-cont,
  .sw5 .swiper-slide-active .sw-cont {
    background: url(../images/sw-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 20px;
  }
  .sw5 .swiper-slide:hover .sw-cont::after,
  .sw5 .swiper-slide-active .sw-cont::after {
    position: absolute;
    content: '';
    bottom: -21px;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 0 22px 22px;
    border-left-color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .name,
  .sw5 .swiper-slide-active .sw-cont .name {
    background-color: #e8c78a;
    color: #c9151e;
  }
  .sw5 .swiper-slide:hover .sw-cont .y,
  .sw5 .swiper-slide-active .sw-cont .y {
    position: absolute;
    left: -20px;
    bottom: -45px;
    width: 40px;
    height: 40px;
    background: url(../images/sw-y1.png) no-repeat center;
  }
  .sw5 .swiper-slide:hover .line,
  .sw5 .swiper-slide-active .line {
    display: none;
  }
  .bf-btn {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    background-color: #c9151e;
    color: #fff;
  }
  .u20 li {
    float: left;
    width: 48%;
    height: 66vw;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .u20 li:nth-child(2n) {
    margin-right: 0;
  }
  .u20 li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .u20 li .imgk {
    width: 100%;
    height: 100%;
  }
  .u20 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .u20 li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url(../images/bf-linear.png) no-repeat center;
    background-size: cover;
    transition: all 0.5s;
  }
  .u20 li .jj {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
  }
  .u20 li .more {
    display: none;
  }
  .u21 li {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .u21 li:nth-child(2n) {
    margin-right: 0;
  }
  .u21 li a {
    display: block;
    padding: 20px 20px;
    border-left: 6px solid #e8c78a;
    overflow: hidden;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #fff;
  }
  .u21 li .tit {
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u21 li .tit .name {
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #c9151e;
  }
  .u21 li .tit .time {
    color: #c9151e;
    font-size: 14px;
  }
  .u21 li .tit .time span {
    font-size: 26px;
    font-weight: 600;
  }
  .u21 li .txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1430px) {
  .sy-box1 {
    padding: 40px 0;
  }
  .ul1 li {
    float: left;
    width: 335px;
    margin-right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
  .ul1 li:nth-child(4n) {
    margin-right: 0;
  }
  .ul1 li .imgk {
    width: 100%;
    height: 223px;
  }
  .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ul1 li .txt {
    padding: 20px 26px;
    height: 132px;
  }
  .ul1 li .txt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ul1 li .txt .time {
    font-size: 15px;
  }
  .ul1 li:hover .txt {
    background: url(../img/images/ul2_03.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  .ul1 li:hover .txt .tit {
    color: #fff;
  }
  .ul1 li:hover .txt .time {
    color: #fff;
  }
  .sy-tit2 {
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .sy-box2 {
    padding: 40px 0;
    padding-bottom: 0;
    background: url(../img/images/bg1_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy-box2 .wal {
    display: flex;
    justify-content: space-between;
  }
  .sy-box2 .news-l {
    width: 810px;
  }
  .sy-box2 .news-l .ul-idxnews2 {
    width: 100%;
  }
  .sy-box2 .news-l .ul-idxnews2 li {
    height: 112px;
    margin-bottom: 11px;
  }
  .sy-box2 .news-l .ul-idxnews2 li a:hover {
    background: url(../img/images/ul3_03.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-box2 .tz-r {
    width: 536px;
  }
  .sy-box2 .ul3 li {
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
  }
  .sy-box2 .ul3 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
  }
  .sy-box2 .ul3 li .tit {
    font-size: 20px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .sy-box2 .ul3 li .time {
    display: flex;
    align-items: center;
  }
  .sy-box2 .ul3 li .time span {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
  }
  .sy-box2 .ul3 li:hover {
    border: 1px solid #c9151e;
  }
  .sy-box2 .ul3 li:hover::after {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 5px;
    height: 41px;
    background: url(../img/line.png) no-repeat center;
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sy-box1 {
    padding: 0.4rem 0;
  }
  .ul1 li {
    float: left;
    width: 3.35rem;
    margin-right: 0.2rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
  .ul1 li:nth-child(4n) {
    margin-right: 0;
  }
  .ul1 li .imgk {
    width: 100%;
    height: 2.23rem;
  }
  .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ul1 li .txt {
    padding: 0.2rem 0.26rem;
    height: 1.32rem;
  }
  .ul1 li .txt .tit {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .ul1 li .txt .time {
    font-size: 0.15rem;
  }
  .ul1 li:hover .txt {
    background: url(../img/images/ul2_03.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  .ul1 li:hover .txt .tit {
    color: #fff;
  }
  .ul1 li:hover .txt .time {
    color: #fff;
  }
  .sy-tit2 {
    justify-content: space-between;
    margin-bottom: 0.55rem;
  }
  .sy-box2 {
    padding: 0.4rem 0;
    padding-bottom: 0;
    background: url(../img/images/bg1_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy-box2 .wal {
    display: flex;
    justify-content: space-between;
  }
  .sy-box2 .news-l {
    width: 8.1rem;
  }
  .sy-box2 .news-l .ul-idxnews2 {
    width: 100%;
  }
  .sy-box2 .news-l .ul-idxnews2 li {
    height: 1.12rem;
    margin-bottom: 0.11rem;
  }
  .sy-box2 .news-l .ul-idxnews2 li a:hover {
    background: url(../img/images/ul3_03.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-box2 .tz-r {
    width: 5.36rem;
  }
  .sy-box2 .ul3 li {
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 0.1rem;
  }
  .sy-box2 .ul3 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.15rem 0.25rem;
  }
  .sy-box2 .ul3 li .tit {
    font-size: 0.2rem;
    height: 0.5rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .sy-box2 .ul3 li .time {
    display: flex;
    align-items: center;
  }
  .sy-box2 .ul3 li .time span {
    font-size: 0.14rem;
    color: #999999;
    margin-left: 0.1rem;
  }
  .sy-box2 .ul3 li:hover {
    border: 1px solid #c9151e;
  }
  .sy-box2 .ul3 li:hover::after {
    position: absolute;
    content: '';
    top: 0.2rem;
    left: 0;
    width: 0.05rem;
    height: 0.41rem;
    background: url(../img/line.png) no-repeat center;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .sy-box1 {
    padding: 0.4rem 0;
  }
  .ul1 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
  .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .ul1 li .imgk {
    width: 100%;
    height: 30vw;
  }
  .ul1 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ul1 li .txt {
    padding: 0.2rem 0.26rem;
    height: 1.8rem;
  }
  .ul1 li .txt .tit {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .ul1 li .txt .time {
    font-size: 0.24rem;
  }
  .ul1 li:hover .txt {
    background: url(../img/images/ul2_03.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  .ul1 li:hover .txt .tit {
    color: #fff;
  }
  .ul1 li:hover .txt .time {
    color: #fff;
  }
  .sy-box2 {
    padding: 0.4rem 0;
    padding-bottom: 0;
    background: url(../img/images/bg1_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy-box2 .news-l {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .sy-box2 .news-l .ul-idxnews2 {
    width: 100%;
  }
  .sy-box2 .news-l .ul-idxnews2 li {
    height: 1.12rem;
    margin-bottom: 0.11rem;
  }
  .sy-box2 .news-l .ul-idxnews2 li a:hover {
    background: url(../img/images/ul3_03.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .sy-box2 .news-l .ul-idxnews2 li a .g-idxdate {
    padding: 0 0.3rem;
    width: auto;
  }
  .sy-box2 .news-l .ul-idxnews2 li a .txts {
    font-size: 0.28rem;
  }
  .sy-box2 .tz-r {
    width: 100%;
  }
  .sy-box2 .ul3 li {
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 0.1rem;
  }
  .sy-box2 .ul3 li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.25rem;
  }
  .sy-box2 .ul3 li .tit {
    font-size: 0.28rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .sy-box2 .ul3 li .time {
    display: flex;
    align-items: center;
  }
  .sy-box2 .ul3 li .time span {
    font-size: 0.22rem;
    color: #999999;
    margin-left: 0.1rem;
  }
}
/* 25-05-06 */
@media only screen and (min-width: 1430px) {
  .sy-xs {
    padding-top: 110px;
  }
  .sw6 {
    padding-bottom: 130px;
  }
  .sw6 .swiper-slide {
    width: 330px;
  }
  .sw6 .swiper-slide .imgk {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .sw6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw6 .swiper-slide .txt .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sw6 .swiper-slide .txt .it p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sw6 .swiper-slide .txt .it img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 8px;
  }
  .sw6 .sw-p6 {
    bottom: 60px;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background-color: #d1c1c2;
    opacity: 1;
    border-radius: 10px;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet-active {
    background-color: #c9151e;
    width: 28px;
  }
  .sy-gg {
    padding-top: 25px;
  }
  .ul5 li {
    width: 100%;
  }
  .ul5 li a {
    width: 100%;
  }
  .ul5 li .info {
    font-size: 18px;
  }
  .ul6 .tit {
    padding-top: 0;
    background: url(../img/zz.png) no-repeat left center;
    background-size: auto 100%;
    height: 70px;
    line-height: 70px;
  }
  .ul6 .item {
    margin-bottom: 80px;
  }
  .ul6 .item li {
    padding-left: 47px;
    background: #fcf1f1;
    border: 1px solid #f2b2b6;
  }
  .ul6 .item li i {
    background: url(../img/jt1.png) no-repeat center;
  }
  .ul6 .item li:hover {
    background-image: url(../img/zz2.jpg);
  }
  .ul10 .tit {
    background: #c8161e;
    height: 62px;
    line-height: 62px;
    padding: 0 35px;
    font-size: 20px;
    color: #fff;
  }
  .ul10 .items {
    margin-bottom: 44px;
  }
  .ul10 .item {
    background-color: #fcf1f1;
    border: 1px solid #f2b2b6;
    padding: 45px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .ul10 .item li {
    width: 50%;
    padding-left: 116px;
    padding-right: 10px;
    position: relative;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
  }
  .ul10 .item li::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 90px;
    width: 9px;
    height: 15px;
    background: url(../img/jt3.png) no-repeat center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  .sy-xs {
    padding-top: 1.1rem;
  }
  .sw6 {
    padding-bottom: 1.3rem;
  }
  .sw6 .swiper-slide {
    width: 3.3rem;
  }
  .sw6 .swiper-slide .imgk {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.2rem;
  }
  .sw6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw6 .swiper-slide .txt .name {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .sw6 .swiper-slide .txt .it p {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .sw6 .swiper-slide .txt .it img {
    width: 0.15rem;
    height: 0.15rem;
    object-fit: contain;
    margin-right: 0.08rem;
  }
  .sw6 .sw-p6 {
    bottom: 0.6rem;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background-color: #d1c1c2;
    opacity: 1;
    border-radius: 0.1rem;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet-active {
    background-color: #c9151e;
    width: 0.28rem;
  }
  .sy-gg {
    padding-top: 0.25rem;
  }
  .ul5 li {
    width: 100%;
  }
  .ul5 li a {
    width: 100%;
  }
  .ul5 li .info {
    font-size: 0.18rem;
  }
  .ul6 .tit {
    padding-top: 0;
    background: url(../img/zz.png) no-repeat left center;
    background-size: auto 100%;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ul6 .item {
    margin-bottom: 0.8rem;
  }
  .ul6 .item li {
    padding-left: 0.47rem;
    background: #fcf1f1;
    border: 1px solid #f2b2b6;
  }
  .ul6 .item li i {
    background: url(../img/jt1.png) no-repeat center;
    background-size: contain;
  }
  .ul6 .item li:hover {
    background-image: url(../img/zz2.jpg);
  }
  .ul10 .tit {
    background: #c8161e;
    height: 0.62rem;
    line-height: 0.62rem;
    padding: 0 0.35rem;
    font-size: 0.2rem;
    color: #fff;
  }
  .ul10 .items {
    margin-bottom: 0.44rem;
  }
  .ul10 .item {
    background-color: #fcf1f1;
    border: 1px solid #f2b2b6;
    padding: 0.45rem 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .ul10 .item li {
    width: 50%;
    padding-left: 1.16rem;
    padding-right: 0.1rem;
    position: relative;
    font-size: 0.18rem;
    margin-bottom: 0.35rem;
    line-height: 1.7;
  }
  .ul10 .item li::after {
    position: absolute;
    content: '';
    top: 0.08rem;
    left: 0.9rem;
    width: 0.09rem;
    height: 0.15rem;
    background: url(../img/jt3.png) no-repeat center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1200px) {
  .sy-xs {
    padding-top: 0.75rem;
  }
  .sw6 {
    padding-bottom: 0.6rem;
  }
  .sw6 .swiper-slide {
    width: 3.3rem;
  }
  .sw6 .swiper-slide .imgk {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.2rem;
  }
  .sw6 .swiper-slide .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw6 .swiper-slide .txt .name {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .sw6 .swiper-slide .txt .it p {
    display: flex;
    font-size: 0.24rem;
    margin-bottom: 0.05rem;
  }
  .sw6 .swiper-slide .txt .it img {
    margin-top: 0.08rem;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.08rem;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background-color: #d1c1c2;
    opacity: 1;
    border-radius: 0.1rem;
  }
  .sw6 .sw-p6 .swiper-pagination-bullet-active {
    background-color: #c9151e;
    width: 0.28rem;
  }
  .sy-gg {
    padding-top: 0.25rem;
    padding-bottom: 0.3rem;
  }
  /* .ul5 {
    li {
      width: 100%;
      a {
        width: 100%;
      }
      .info {
        font-size: .18rem;
      }
    }
  } */
  .ul6 .tit {
    padding-top: 0;
    background: url(../img/zz.png) no-repeat left center;
    background-size: auto 100%;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ul6 .item {
    margin-bottom: 0.5rem;
  }
  .ul6 .item li {
    /* padding-left: .47rem; */
    background: #fcf1f1;
    border: 1px solid #f2b2b6;
  }
  .ul6 .item li i {
    background: url(../img/jt1.png) no-repeat center;
    background-size: contain;
  }
  .ul6 .item li:hover {
    background-image: url(../img/zz2.jpg);
  }
  .ul10 .tit {
    background: #c8161e;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.35rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .ul10 .items {
    margin-bottom: 0.44rem;
  }
  .ul10 .item {
    background-color: #fcf1f1;
    border: 1px solid #f2b2b6;
    padding: 0.45rem 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .ul10 .item li {
    width: 50%;
    padding-left: 0.66rem;
    padding-right: 0.1rem;
    position: relative;
    font-size: 0.24rem;
    margin-bottom: 0.35rem;
    line-height: 1.7;
  }
  .ul10 .item li::after {
    position: absolute;
    content: '';
    top: 0.1rem;
    left: 0.4rem;
    width: 0.09rem;
    height: 0.15rem;
    background: url(../img/jt3.png) no-repeat center;
    background-size: contain;
  }
}
