/* 10-12 */
@media only screen and (max-width: 1200px) {
  .sy_tit {
    font-size: 24px;
    color: #b71d22;
    display: flex;
    align-items: center;
  }
  .sy_tit i {
    flex: 1;
  }
  .sy_tit span {
    display: block;
    padding: 0 10px;
  }
  .sy_1 {
    padding: 30px 15px;
  }
  .sy_1 .bg-l {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sy_1 .bg-l li {
    width: 100%;
    border: 1px solid #e4e2e2;
    float: left;
    position: relative;
    margin-bottom: 15px;
  }
  .sy_1 .bg-l li:nth-child(2) {
    margin-right: 0;
  }
  .sy_1 .bg-l li .imgk {
    width: 100%;
    height: 61vw;
  }
  .sy_1 .bg-l li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_1 .bg-l li .txt {
    width: 100%;
    height: 120px;
    background-color: #fff;
    padding: 25px;
  }
  .sy_1 .bg-l li .txt .tit {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-l li .txt .time {
    position: absolute;
    left: 25px;
    bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #c9151e;
  }
  .sy_1 .bg-l li .txt .time i {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/images/time2.png) no-repeat center;
    background-size: contain;
  }
  .sy_1 .bg-l li .jt {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 18px;
    height: 18px;
    background: url(/images/jt-r2.png) no-repeat center;
    background-size: contain;
  }
  .sy_1 .bg-r {
    width: 100%;
    float: right;
    margin-top: 0px;
  }
  .sy_1 .bg-r .u11 li {
    margin-bottom: 25px;
    width: 100%;
  }
  .sy_1 .bg-r .u11 li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sy_1 .bg-r .u11 li .time {
    width: 62px;
    height: 53px;
    text-align: center;
    border: 2px solid #e4e2e2;
  }
  .sy_1 .bg-r .u11 li .time .day {
    margin-top: 3px;
    font-size: 24px;
    color: #c9151e;
  }
  .sy_1 .bg-r .u11 li .time .ym {
    font-size: 12px;
    color: #c3c4c7;
  }
  .sy_1 .bg-r .u11 li .txt {
    flex: 1;
    font-size: 18px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-r .u11 li:hover .time {
    border: 1px solid #c9151e;
    background-color: #c9151e;
  }
  .sy_1 .bg-r .u11 li:hover .time .day {
    color: #fff;
  }
  .sy_1 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
  }
  .sy_1 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_2 {
    min-height: 664px;
    background: url(/images/images/bg_02.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 15px;
  }
  .sy_2 .more2 {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_2 .more2:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_2 .tz-l {
    color: #fff;
    width: 100%;
  }
  .sy_2 .tz-l .tit {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .sy_2 .tz-l .tit i {
    flex: 1;
    margin-left: 15px;
  }
  .sy_2 .tz-l .tit b {
    position: absolute;
    width: 17px;
    height: 9px;
    bottom: 0;
    left: 45px;
    background: url(/images/sjx.png) no-repeat center;
  }
  .sy_2 .tz-l .tz-jj {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .sy_2 .tz-l .tz-jj .p1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .sy_2 .tz-l .tz-jj .p2 {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2em;
    color: #fae9e9;
  }
  .sy_2 .tz-l .tz-jj .more {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
  }
  .sy_2 .tz-l .u12 {
    margin-top: 20px;
  }
  .sy_2 .tz-l .u12 li {
    margin-bottom: 20px;
  }
  .sy_2 .tz-l .u12 li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .sy_2 .tz-l .u12 li i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/images/y.png) no-repeat center;
  }
  .sy_2 .tz-l .u12 li p {
    flex: 1;
    width: 100%;
    font-size: 16px;
    margin: 0 15px;
  }
  .sy_2 .tz-l .u12 li .time {
    font-size: 16px;
  }
  .sy_2 .tz-r {
    width: 100%;
    position: relative;
  }
  .sy_2 .tz-r .sw1 .sw-p {
    width: 20%;
    right: 0;
    left: 80%;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet {
    opacity: 0.5;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-right: 0 10px;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .sy_2 .tz-r .sw1 .swiper-slide {
    position: relative;
  }
  .sy_2 .tz-r .sw1 .swiper-slide .txt {
    position: absolute;
    width: 100%;
    padding-right: 20%;
    height: 100px;
    padding-top: 30px;
    padding-left: 20px;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sy_2 .tz-r .sw-btn {
    width: 98px;
    height: 47px;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .sy_2 .tz-r .sw-btn .sw-prev1 {
    width: 48px;
    height: 47px;
    margin: 0;
    left: 0;
    top: 0;
    background: url(/images/sw-l.png) no-repeat center;
  }
  .sy_2 .tz-r .sw-btn .sw-next1 {
    width: 48px;
    height: 47px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(/images/sw-r.png) no-repeat center;
  }
  .sy_3 {
    padding: 30px 15px;
    padding-bottom: 90px;
    background: url(/images/images/bg2_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy_3 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
    margin-top: 20px;
  }
  .sy_3 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_3 .sw2 {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .sy_3 .sw2 .swiper-silde {
    width: 100%;
  }
  .sy_3 .sw2 .imgk {
    width: 100%;
    height: 31vw;
    margin: 0 auto;
  }
  .sy_3 .sw2 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_3 .sw2 .txt {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_3 .sw2 .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #d33e46;
    margin-right: 0 10px;
  }
  .sy_3 .sw2 .swiper-pagination-bullet-active {
    background-color: #d33e46;
  }
  .sy_4 {
    padding: 30px 15px;
    background: url(/images/bg3.png) no-repeat center;
    background-size: cover;
    margin-top: -75px;
  }
  .sy_4 .sy_tit {
    color: #fff;
    margin-bottom: 30px;
  }
  .sy_4 .u13 li {
    border-top: 6px solid #e78e19;
    background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    height: 120px;
    float: left;
    margin-bottom: 15px;
  }
  .sy_4 .u13 li .tit {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  .sy_4 .u13 li .jj {
    margin-top: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8;
  }
  .sy_4 .u13 li .time {
    font-size: 14px;
    color: #999999;
    text-align: right;
  }
  .sy_4 .u13 li.ts {
    height: 295px;
    padding: 40px 35px;
  }
  .sy_4 .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .sy_4 .u14 li:nth-child(2n) {
    margin-right: 33px;
  }
  .sy_4 .u14 li:nth-child(3n) {
    margin-right: 0;
  }
  .sy_4 .more {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_4 .more:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_5 {
    padding: 30px 15px;
  }
  .sy_5 .u15 {
    margin-top: 30px;
  }
  .sy_5 .u15 li {
    float: left;
    width: 100%;
    border: 1px solid #e4e2e2;
    margin-bottom: 15px;
  }
  .sy_5 .u15 li .imgk {
    width: 100%;
    height: 220px;
  }
  .sy_5 .u15 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_5 .u15 li .txt {
    width: 100%;
    padding: 15px;
  }
  .sy_5 .u15 li .txt .tit {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_5 .u15 li .txt i {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #c3c4c7;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .sy_5 .u15 li .txt .jj {
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sy_5 .u15 li .txt .time {
    color: #999;
  }
  .sy_5 .more {
    display: block;
    width: 145px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #c9151e;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_5 .more:hover {
    color: #fff;
    background-color: #c9151e;
  }
  .sy_5 .sw3 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .sy_5 .sw3 .swiper-slide {
    border: 1px solid #ddd;
  }
  .sy_5 .sw3 .swiper-slide li {
    height: 80px;
    padding: 0 30px;
  }
  .sy_5 .sw3 .swiper-slide li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .sy_5 .sw3 .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #d33e46;
    margin-right: 0 10px;
  }
  .sy_5 .sw3 .swiper-pagination-bullet-active {
    background-color: #d33e46;
  }
  .sy_5 .link {
    margin-top: 30px;
  }
  .sy_5 .link .l1 {
    display: none;
    height: 82px;
    width: 1px;
    background-color: #c3c4c7;
  }
  .sy_5 .link li {
    margin-bottom: 25px;
    text-align: center;
  }
  .sy_5 .link li img {
    height: 50px;
  }
  .footer {
    padding: 30px 15px;
    background-color: #bd141d;
    color: #fff;
    min-height: 210px;
  }
  .footer .logo2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: 80px;
  }
  .footer .f1 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .footer .fx {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .fx a {
    display: inline;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sy_tit {
    font-size: 30px;
    color: #b71d22;
    display: flex;
    align-items: center;
  }
  .sy_tit i {
    flex: 1;
  }
  .sy_tit span {
    display: block;
    padding: 0 30px;
  }
  .sy_1 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .sy_1 .bg-l {
    width: 771px;
    float: left;
    margin-top: 90px;
    margin-bottom: 50px;
  }
  .sy_1 .bg-l li {
    width: 358px;
    border: 1px solid #e4e2e2;
    float: left;
    margin-right: 50px;
    position: relative;
  }
  .sy_1 .bg-l li:nth-child(2) {
    margin-right: 0;
  }
  .sy_1 .bg-l li .imgk {
    width: 100%;
    height: 236px;
  }
  .sy_1 .bg-l li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_1 .bg-l li .txt {
    width: 100%;
    height: 175px;
    background-color: #fff;
    padding: 25px;
  }
  .sy_1 .bg-l li .txt .tit {
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-l li .txt .time {
    position: absolute;
    left: 25px;
    bottom: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #c9151e;
  }
  .sy_1 .bg-l li .txt .time i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/time2.png) no-repeat center;
  }
  .sy_1 .bg-l li .jt {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 21px;
    height: 21px;
    background: url(/images/jt-r2.png) no-repeat center;
  }
  .sy_1 .bg-l li:hover .txt {
    background: url(/images/images/jjbg_03.jpg) no-repeat center;
    background-size: cover;
  }
  .sy_1 .bg-l li:hover .txt .tit {
    color: #fff;
  }
  .sy_1 .bg-l li:hover .txt .time {
    color: #fff;
  }
  .sy_1 .bg-l li:hover .txt .time i {
    background: url(/images/time.png) no-repeat center;
  }
  .sy_1 .bg-l li:hover .jt {
    background: url(/images/jt-r.png) no-repeat center;
  }
  .sy_1 .bg-r {
    width: 407px;
    float: right;
    margin-top: 90px;
  }
  .sy_1 .bg-r .u11 li {
    margin-bottom: 19px;
    width: 100%;
  }
  .sy_1 .bg-r .u11 li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sy_1 .bg-r .u11 li .time {
    width: 62px;
    height: 53px;
    text-align: center;
    border: 2px solid #e4e2e2;
  }
  .sy_1 .bg-r .u11 li .time .day {
    margin-top: 3px;
    font-size: 24px;
    color: #c9151e;
  }
  .sy_1 .bg-r .u11 li .time .ym {
    font-size: 12px;
    color: #c3c4c7;
  }
  .sy_1 .bg-r .u11 li .txt {
    flex: 1;
    font-size: 18px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-r .u11 li:hover .time {
    border: 1px solid #c9151e;
    background-color: #c9151e;
  }
  .sy_1 .bg-r .u11 li:hover .time .day {
    color: #fff;
  }
  .sy_1 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
  }
  .sy_1 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_2 {
    min-height: 664px;
    background: url(/images/images/bg_02.jpg) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .sy_2 .more2 {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_2 .more2:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_2 .tz-l {
    float: left;
    color: #fff;
    width: 565px;
  }
  .sy_2 .tz-l .tit {
    display: flex;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .sy_2 .tz-l .tit i {
    flex: 1;
    margin-left: 15px;
  }
  .sy_2 .tz-l .tit b {
    position: absolute;
    width: 17px;
    height: 9px;
    bottom: 0;
    left: 60px;
    background: url(/images/sjx.png) no-repeat center;
  }
  .sy_2 .tz-l .tz-jj {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .sy_2 .tz-l .tz-jj .p1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .sy_2 .tz-l .tz-jj .p2 {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2em;
    color: #fae9e9;
  }
  .sy_2 .tz-l .tz-jj .more {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
  }
  .sy_2 .tz-l .u12 {
    margin-top: 40px;
  }
  .sy_2 .tz-l .u12 li {
    margin-bottom: 20px;
  }
  .sy_2 .tz-l .u12 li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .sy_2 .tz-l .u12 li i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/images/y.png) no-repeat center;
  }
  .sy_2 .tz-l .u12 li p {
    flex: 1;
    width: 100%;
    font-size: 16px;
    margin: 0 15px;
  }
  .sy_2 .tz-l .u12 li .time {
    font-size: 16px;
  }
  .sy_2 .tz-r {
    float: right;
    width: 565px;
    position: relative;
  }
  .sy_2 .tz-r .sw1 .sw-p {
    width: 20%;
    right: 0;
    left: 80%;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet {
    opacity: 0.5;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-right: 0 10px;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .sy_2 .tz-r .sw1 .swiper-slide {
    position: relative;
  }
  .sy_2 .tz-r .sw1 .swiper-slide .txt {
    position: absolute;
    width: 100%;
    padding-right: 20%;
    height: 100px;
    padding-top: 30px;
    padding-left: 20px;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sy_2 .tz-r .sw-btn {
    width: 98px;
    height: 47px;
    position: absolute;
    right: 30px;
    bottom: 10px;
  }
  .sy_2 .tz-r .sw-btn .sw-prev1 {
    width: 48px;
    height: 47px;
    margin: 0;
    left: 0;
    top: 0;
    background: url(/images/sw-l.png) no-repeat center;
  }
  .sy_2 .tz-r .sw-btn .sw-next1 {
    width: 48px;
    height: 47px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(/images/sw-r.png) no-repeat center;
  }
  .sy_3 {
    padding-top: 90px;
    padding-bottom: 150px;
    min-height: 750px;
    background: url(/images/images/bg2_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy_3 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
    margin-top: 30px;
  }
  .sy_3 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_3 .sw2 {
    margin-top: 90px;
    padding-bottom: 90px;
  }
  .sy_3 .sw2 .swiper-silde {
    width: 271px;
  }
  .sy_3 .sw2 .imgk {
    width: 271px;
    height: 184px;
    margin: 0 auto;
  }
  .sy_3 .sw2 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_3 .sw2 .txt {
    margin: 0 auto;
    width: 271px;
    font-size: 16px;
    margin-top: 20px;
  }
  .sy_3 .sw2 .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #d33e46;
    margin-right: 0 10px;
  }
  .sy_3 .sw2 .swiper-pagination-bullet-active {
    background-color: #d33e46;
  }
  .sy_4 {
    padding-top: 90px;
    padding-bottom: 40px;
    min-height: 775px;
    background: url(/images/bg3.png) no-repeat center;
    background-size: cover;
    margin-top: -75px;
  }
  .sy_4 .sy_tit {
    color: #fff;
    margin-bottom: 90px;
  }
  .sy_4 .u13 li {
    border-top: 6px solid #e78e19;
    background-color: #fff;
    padding: 30px 20px;
    width: 381px;
    height: 135px;
    float: left;
    margin-right: 28px;
    margin-bottom: 25px;
  }
  .sy_4 .u13 li .tit {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  .sy_4 .u13 li .jj {
    margin-top: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8;
  }
  .sy_4 .u13 li .time {
    font-size: 14px;
    color: #999999;
    text-align: right;
  }
  .sy_4 .u13 li.ts {
    height: 295px;
    padding: 40px 35px;
  }
  .sy_4 .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .sy_4 .u14 li:nth-child(2n) {
    margin-right: 28px;
  }
  .sy_4 .u14 li:nth-child(3n) {
    margin-right: 0;
  }
  .sy_4 .more {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_4 .more:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_5 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sy_5 .u15 {
    margin-top: 90px;
  }
  .sy_5 .u15 li {
    float: left;
    width: 282px;
    border: 1px solid #e4e2e2;
    margin-right: 20px;
  }
  .sy_5 .u15 li:nth-child(4n) {
    margin-right: 0;
  }
  .sy_5 .u15 li .imgk {
    width: 100%;
    height: 188px;
  }
  .sy_5 .u15 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_5 .u15 li .txt {
    width: 100%;
    height: 239px;
    padding: 25px;
  }
  .sy_5 .u15 li .txt .tit {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_5 .u15 li .txt i {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #c3c4c7;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .sy_5 .u15 li .txt .jj {
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sy_5 .u15 li .txt .time {
    color: #999;
  }
  .sy_5 .more {
    display: block;
    width: 145px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #c9151e;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_5 .more:hover {
    color: #fff;
    background-color: #c9151e;
  }
  .sy_5 .sw3 {
    margin-top: 110px;
  }
  .sy_5 .sw3 .swiper-slide {
    border-right: 1px solid #ddd;
  }
  .sy_5 .sw3 .swiper-slide:nth-child(5n) {
    border-right: 0 solid #000;
  }
  .sy_5 .sw3 .swiper-slide li {
    height: 80px;
    padding: 0 30px;
  }
  .sy_5 .sw3 .swiper-slide li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .sy_5 .link {
    margin-top: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy_5 .link .l1 {
    height: 82px;
    width: 1px;
    background-color: #c3c4c7;
  }
  .footer {
    background-color: #bd141d;
    color: #fff;
    min-height: 210px;
    padding-top: 64px;
  }
  .footer .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .logo2 {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 30px;
    margin-right: 40px;
  }
  .footer .f1 {
    flex: 1;
    font-size: 18px;
    line-height: 2;
    float: left;
  }
  .footer .fx {
    float: right;
  }
  .footer .fx a {
    display: inline;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1480px) {
  .sy_tit {
    font-size: 30px;
    color: #b71d22;
    display: flex;
    align-items: center;
  }
  .sy_tit i {
    flex: 1;
  }
  .sy_tit span {
    display: block;
    padding: 0 30px;
  }
  .sy_1 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .sy_1 .bg-l {
    width: 900px;
    float: left;
    margin-top: 90px;
    margin-bottom: 50px;
  }
  .sy_1 .bg-l li {
    width: 417px;
    border: 1px solid #e4e2e2;
    float: left;
    margin-right: 50px;
    position: relative;
  }
  .sy_1 .bg-l li:nth-child(2) {
    margin-right: 0;
  }
  .sy_1 .bg-l li .imgk {
    width: 100%;
    height: 276px;
  }
  .sy_1 .bg-l li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_1 .bg-l li .txt {
    width: 100%;
    height: 175px;
    background-color: #fff;
    padding: 25px;
  }
  .sy_1 .bg-l li .txt .tit {
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-l li .txt .time {
    position: absolute;
    left: 25px;
    bottom: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #c9151e;
  }
  .sy_1 .bg-l li .txt .time i {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/time2.png) no-repeat center;
  }
  .sy_1 .bg-l li .jt {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 21px;
    height: 21px;
    background: url(/images/jt-r2.png) no-repeat center;
  }
  .sy_1 .bg-l li:hover .txt {
    background: url(/images/images/jjbg_03.jpg) no-repeat center;
    background-size: cover;
  }
  .sy_1 .bg-l li:hover .txt .tit {
    color: #fff;
  }
  .sy_1 .bg-l li:hover .txt .time {
    color: #fff;
  }
  .sy_1 .bg-l li:hover .txt .time i {
    background: url(/images/time.png) no-repeat center;
  }
  .sy_1 .bg-l li:hover .jt {
    background: url(/images/jt-r.png) no-repeat center;
  }
  .sy_1 .bg-r {
    width: 475px;
    float: right;
    margin-top: 90px;
  }
  .sy_1 .bg-r .u11 li {
    margin-bottom: 25px;
    width: 100%;
  }
  .sy_1 .bg-r .u11 li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sy_1 .bg-r .u11 li .time {
    width: 62px;
    height: 53px;
    text-align: center;
    border: 2px solid #e4e2e2;
  }
  .sy_1 .bg-r .u11 li .time .day {
    margin-top: 3px;
    font-size: 24px;
    color: #c9151e;
  }
  .sy_1 .bg-r .u11 li .time .ym {
    font-size: 12px;
    color: #c3c4c7;
  }
  .sy_1 .bg-r .u11 li .txt {
    flex: 1;
    font-size: 18px;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_1 .bg-r .u11 li:hover .time {
    border: 1px solid #c9151e;
    background-color: #c9151e;
  }
  .sy_1 .bg-r .u11 li:hover .time .day {
    color: #fff;
  }
  .sy_1 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
  }
  .sy_1 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_2 {
    min-height: 664px;
    background: url(/images/images/bg_02.jpg) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .sy_2 .more2 {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_2 .more2:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_2 .tz-l {
    float: left;
    color: #fff;
    width: 660px;
  }
  .sy_2 .tz-l .tit {
    display: flex;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .sy_2 .tz-l .tit i {
    flex: 1;
    margin-left: 15px;
  }
  .sy_2 .tz-l .tit b {
    position: absolute;
    width: 17px;
    height: 9px;
    bottom: 0;
    left: 60px;
    background: url(/images/sjx.png) no-repeat center;
  }
  .sy_2 .tz-l .tz-jj {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .sy_2 .tz-l .tz-jj .p1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .sy_2 .tz-l .tz-jj .p2 {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 2em;
    color: #fae9e9;
  }
  .sy_2 .tz-l .tz-jj .more {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
  }
  .sy_2 .tz-l .u12 {
    margin-top: 40px;
  }
  .sy_2 .tz-l .u12 li {
    margin-bottom: 20px;
  }
  .sy_2 .tz-l .u12 li a {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .sy_2 .tz-l .u12 li i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(/images/y.png) no-repeat center;
  }
  .sy_2 .tz-l .u12 li p {
    flex: 1;
    width: 100%;
    font-size: 16px;
    margin: 0 15px;
  }
  .sy_2 .tz-l .u12 li .time {
    font-size: 16px;
  }
  .sy_2 .tz-r {
    float: right;
    width: 660px;
    position: relative;
  }
  .sy_2 .tz-r .sw1 .sw-p {
    width: 20%;
    right: 0;
    left: 80%;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet {
    opacity: 0.5;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin-right: 0 10px;
  }
  .sy_2 .tz-r .sw1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .sy_2 .tz-r .sw1 .swiper-slide {
    position: relative;
  }
  .sy_2 .tz-r .sw1 .swiper-slide .txt {
    position: absolute;
    width: 100%;
    padding-right: 20%;
    height: 100px;
    padding-top: 30px;
    padding-left: 20px;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sy_2 .tz-r .sw-btn {
    width: 98px;
    height: 47px;
    position: absolute;
    right: 30px;
    bottom: 10px;
  }
  .sy_2 .tz-r .sw-btn .sw-prev1 {
    width: 48px;
    height: 47px;
    margin: 0;
    left: 0;
    top: 0;
    background: url(/images/sw-l.png) no-repeat center;
  }
  .sy_2 .tz-r .sw-btn .sw-next1 {
    width: 48px;
    height: 47px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(/images/sw-r.png) no-repeat center;
  }
  .sy_3 {
    padding-top: 90px;
    padding-bottom: 150px;
    min-height: 750px;
    background: url(/images/images/bg2_02.jpg) no-repeat center;
    background-size: cover;
  }
  .sy_3 .more {
    display: block;
    width: 175px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #c9151e;
    border: 1px solid #c9151e;
    margin: 0 auto;
    margin-top: 30px;
  }
  .sy_3 .more:hover {
    background: #c9151e;
    color: #fff;
  }
  .sy_3 .sw2 {
    margin-top: 90px;
    padding-bottom: 90px;
  }
  .sy_3 .sw2 .swiper-silde {
    width: 310px;
  }
  .sy_3 .sw2 .imgk {
    width: 310px;
    height: 210px;
    margin: 0 auto;
  }
  .sy_3 .sw2 .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_3 .sw2 .txt {
    margin: 0 auto;
    width: 310px;
    font-size: 16px;
    margin-top: 20px;
  }
  .sy_3 .sw2 .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #d33e46;
    margin-right: 0 10px;
  }
  .sy_3 .sw2 .swiper-pagination-bullet-active {
    background-color: #d33e46;
  }
  .sy_4 {
    padding-top: 90px;
    padding-bottom: 40px;
    min-height: 775px;
    background: url(/images/bg3.png) no-repeat center;
    background-size: cover;
    margin-top: -75px;
  }
  .sy_4 .sy_tit {
    color: #fff;
    margin-bottom: 90px;
  }
  .sy_4 .u13 li {
    border-top: 6px solid #e78e19;
    background-color: #fff;
    padding: 30px 20px;
    width: 444px;
    height: 135px;
    float: left;
    margin-right: 33px;
    margin-bottom: 25px;
  }
  .sy_4 .u13 li .tit {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  .sy_4 .u13 li .jj {
    margin-top: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8;
  }
  .sy_4 .u13 li .time {
    font-size: 14px;
    color: #999999;
    text-align: right;
  }
  .sy_4 .u13 li.ts {
    height: 295px;
    padding: 40px 35px;
  }
  .sy_4 .u13 li:nth-child(2n) {
    margin-right: 0;
  }
  .sy_4 .u14 li:nth-child(2n) {
    margin-right: 33px;
  }
  .sy_4 .u14 li:nth-child(3n) {
    margin-right: 0;
  }
  .sy_4 .more {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_4 .more:hover {
    color: #fff;
    background-color: transparent;
  }
  .sy_5 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sy_5 .u15 {
    margin-top: 90px;
  }
  .sy_5 .u15 li {
    float: left;
    width: 332px;
    border: 1px solid #e4e2e2;
    margin-right: 20px;
  }
  .sy_5 .u15 li:nth-child(4n) {
    margin-right: 0;
  }
  .sy_5 .u15 li .imgk {
    width: 100%;
    height: 220px;
  }
  .sy_5 .u15 li .imgk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sy_5 .u15 li .txt {
    width: 100%;
    height: 239px;
    padding: 25px;
  }
  .sy_5 .u15 li .txt .tit {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sy_5 .u15 li .txt i {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #c3c4c7;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .sy_5 .u15 li .txt .jj {
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sy_5 .u15 li .txt .time {
    color: #999;
  }
  .sy_5 .more {
    display: block;
    width: 145px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #c9151e;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #c9151e;
  }
  .sy_5 .more:hover {
    color: #fff;
    background-color: #c9151e;
  }
  .sy_5 .sw3 {
    margin-top: 110px;
  }
  .sy_5 .sw3 .swiper-slide {
    border-right: 1px solid #ddd;
  }
  .sy_5 .sw3 .swiper-slide:nth-child(5n) {
    border-right: 0 solid #000;
  }
  .sy_5 .sw3 .swiper-slide li {
    height: 80px;
    padding: 0 30px;
  }
  .sy_5 .sw3 .swiper-slide li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .sy_5 .link {
    margin-top: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sy_5 .link .l1 {
    height: 82px;
    width: 1px;
    background-color: #c3c4c7;
  }
  .footer {
    background-color: #bd141d;
    color: #fff;
    min-height: 210px;
    padding-top: 64px;
  }
  .footer .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .logo2 {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 50px;
    margin-right: 60px;
  }
  .footer .f1 {
    font-size: 18px;
    line-height: 2;
    float: left;
  }
  .footer .fx {
    float: right;
  }
  .footer .fx a {
    display: inline;
    margin-left: 28px;
  }
}
