.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
  background: #f5ece2;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .layout_pagelist_item a, .layout_five-item-text, .layout_four-video-text, .list_one-item a, .layout_one-swiper-item-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer .layout_six-left img {
  display: inline-block;
  max-width: 100%;
}

.flex, .layout_page-box, .layout_five, .layout_four-box, .layout_two-box, .layout_one-box, .footer .layout_six-box {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .layout_page-box, .layout_five, .layout_four-box, .layout_two-box, .layout_one-box, .footer .layout_six-box {
    flex-direction: column;
  }
  .flex > div, .layout_page-box > div, .layout_five > div, .layout_four-box > div, .layout_two-box > div, .layout_one-box > div, .footer .layout_six-box > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.allpos, .layout_five-item-btn, .layout_four-video-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: url(../images/top_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 2.6041666667% 0;
}
.top .wrap {
  position: relative;
}
.top-search {
  position: absolute;
  right: 0;
  top: 35.5416666667%;
}
.top-search_form-form {
  display: flex;
  width: 225px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 22px;
}
.top-search > div {
width:100%;
}
.top-search_input {
  flex: 1;
  min-width: 1px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: transparent;
}
.top-search_input::placeholder {
color: #fff;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  width: 52px;
  margin: 1px;
  background: #fff;
  border-radius: 22px;
  color: #0092ff;
  border: none;
  cursor: pointer;
}
.top-img {
  display: flex;
  align-items: center;
  z-index: 9;
}
.top-img img {
  max-width: 100%;
}

.mob-nav_btn,
.mob-search-btn,
.nav-img,
.nav-close {
  display: none;
}

.nav {
  background: #ffffff;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: #b41613;
  color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #b41613;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.footer .layout_six {
  background: #9b0404;
  padding: 36px 0 60px 0;
}
.footer .layout_six-box {
  align-items: center;
}
.footer .layout_six-left {
  width: 50%;
}
.footer .layout_six-right {
  width: 50%;
}
.footer .layout_six-tuwen {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 22.8571428571%;
}
.footer .layout_six-tuwen-text {
  flex: 1;
  min-width: 1px;
}
.footer .layout_six-tuwen-text p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .layout_six-tuwen-img {
  width: 125px;
}
.footer .layout_six-tuwen-img img {
  width: 100%;
  display: block;
}
.footer .copyright {
  padding: 12px 0;
  background: #700000;
  text-align: center;
}
.footer .copyright p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 25px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 31.25%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #9b0404;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.layout_one {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1200px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-box {
  position: relative;
  background: url(../images/bg1.jpg) right center no-repeat;
  background-size: auto 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.layout_one-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layout_one-title p {
  margin: 45px 0;
}
.layout_one-title p span {
  display: block;
  font-size: 36px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1;
}
.layout_one-left {
  width: 45.1428571429%;
  margin-left: 9.2857142857%;
}
.layout_one-left .swiper-pagination {
  position: absolute;
  background: #554542;
  left: auto;
  right: 0;
  width: auto;
  padding: 5px 1px 1px 1px;
  text-align: right;
  bottom: 58px;
}
.layout_one-left .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #857f7e;
  background: #615c5b;
  margin: 0 1.5px;
  text-align: center;
  padding: 0;
  color: #a7a1a0;
  opacity: 1;
}
.layout_one-left .swiper-pagination-bullet-active {
  background: #a91616;
  color: #1b1716;
  border-color: #cd1716;
}
.layout_one-right {
  width: 45.5714285714%;
  padding: 0 35px 0 25px;
}
.layout_one-swiper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.layout_one-swiper-item {
  display: block;
  overflow: hidden;
}
.layout_one-swiper-item:hover .layout_one-swiper-item-img {
  transform: scale(1.1);
}
.layout_one-swiper-item-img {
  padding-bottom: 52.2151898734%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}
.layout_one-swiper-item-text {
  position: relative;
  z-index: 9;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  background: #9b0404;
  padding: 14px 20px;
}

.list_one-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.list_one-item a {
  flex: 1;
  min-width: 1px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.list_one-item a:hover {
  color: #9b0404;
}
.list_one-item span {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 10px;
}

.layout_more a {
  padding: 7px 30px;
  background: #9b0404;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.layout_more a i {
  margin-left: 10px;
}
.layout_more a:hover {
  background: rgba(155, 4, 4, 0.9);
}

.layout_two {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-left {
  width: 46.7857142857%;
}
.layout_two-right {
  width: 48.5714285714%;
}

.home-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.home-title > p {
  font-size: 36px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -50px -29px 0 -29px;
}
.list_two-item {
  width: calc(50% - 58px);
  margin: 50px 29px 0 29px;
  position: relative;
}
.list_two-item a {
  border: 1px solid #333;
  display: block;
  padding: 40px 30px 40px 40px;
}
.list_two-item a:hover {
  border-color: #9b0404;
}
.list_two-item a:hover .list_two-item-text {
  color: #9b0404;
}
.list_two-item a:hover .list_two-item-time {
  color: #9b0404;
}
.list_two-item-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 35px;
  height: 70px;
}
.list_two-item-time {
  background: #fff;
  position: absolute;
  left: 55px;
  top: -15px;
  z-index: 9;
  padding: 0 10px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}

.layout_three-item {
  margin-bottom: 23px;
}
.layout_three-item:last-child {
  margin-bottom: 0;
}
.layout_three-item a {
  display: flex;
}
.layout_three-item a:hover .layout_three-item-text {
  color: #9b0404;
}
.layout_three-item-time {
  width: 85px;
  margin-right: 23px;
}
.layout_three-item-time {
  text-align: center;
}
.layout_three-item-time .t1 {
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  background: #cc6c67;
}
.layout_three-item-time .p2 {
  line-height: 34px;
  border: 1px solid #cc6c67;
  font-size: 14px;
  color: #cc6c67;
}
.layout_three-item-text {
  flex: 1;
  min-width: 1px;
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  height: 66px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.layout_four {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1200px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_four-box {
  justify-content: space-between;
}
.layout_four-left {
  width: 47.8571428571%;
}
.layout_four-right {
  width: 50%;
}
.layout_four-video {
  padding-bottom: 65.223880597%;
  position: relative;
  overflow: hidden;
}
.layout_four-video > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.layout_four-video > img {
  transition: all 0.5s ease;
}
.layout_four-video:hover > img {
  transform: scale(1.1);
}
.layout_four-video-btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(64, 58, 56, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.layout_four-video-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-image: linear-gradient(0deg, rgb(69, 69, 69) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 94px;
}

.layout_five {
  margin: -20px -15px 0 -15px;
  flex-wrap: wrap;
}
.layout_five-item {
  width: calc(50% - 30px);
  margin: 20px 15px 0 15px;
}
.layout_five-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.layout_five-item a:hover .layout_five-item-img {
  transform: scale(1.1);
}
.layout_five-item-img {
  padding-bottom: 61.9047619048%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}
.layout_five-item-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 0;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.layout_five-item-text img {
  margin-right: 10px;
  max-width: 100%;
}
.layout_five-item-btn {
  width: 34px;
  height: 34px;
  margin: auto;
  z-index: 9;
  cursor: pointer;
}
.layout_five-dyitem .layout_five-item-text {
  background-image: linear-gradient(0deg, rgb(69, 69, 69) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-video-layer video {
  width: 100%;
}

.page-bannner {
  padding-bottom: 22.9166666667%;
  position: relative;
}
.page-bannner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #9b0404;
  border-color: #9b0404;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #9b0404;
}

.layout_page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .layout_page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.layout_page-top-title {
  display: flex;
  align-items: center;
  height: 45px;
}
.layout_page-top-title span {
  font-size: 22px;
  color: #9b0404;
}
.layout_page-top-position {
  font-size: 16px;
  color: #333;
}
.layout_page-top-position a {
  color: inherit;
  color: #333333;
}
.layout_page-top-position a:hover {
  color: #9b0404;
}
.layout_page-top-position span {
  color: #999999;
}

.mob_page-menu-btn {
  display: none;
}

.layout_page-left {
  width: 200px;
  margin-right: 5%;
}
.layout_page-left-title {
  display: flex;
  justify-content: center;
}
.layout_page-left-title p {
  font-size: 28px;
  color: #9b0404;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
.layout_page-right {
  flex: 1;
  min-width: 1px;
}
.layout_page-menu-item {
  border-bottom: 1px solid #bbbbbb;
}
.layout_page-menu-item a {
  display: block;
  padding: 18px 0;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
.layout_page-menu-item:hover, .layout_page-menu-item.on {
  border-color: #9b0404;
}
.layout_page-menu-item:hover a, .layout_page-menu-item.on a {
  color: #9b0404;
}

.layout_pagelist_item {
  display: flex;
  align-items: center;
}
.layout_pagelist_item:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 6px;
  background-color: #999;
  margin-right: 5px;
}
.layout_pagelist_item a {
  flex: 1;
  min-width: 1px;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}
.layout_pagelist_item span {
  color: #666;
  font-size: 16px;
  margin-left: 10px;
}
.layout_pagelist_item:hover a {
  color: #000;
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1025px;
  }
  .nav-box_item > a {
    font-size: 15px;
  }
  .layout_one-swiper-item-text {
    font-size: 16px;
  }
  .list_one-item a {
    font-size: 16px;
  }
  .list_one-item {
    margin-bottom: 11px;
  }
  .layout_more a {
    font-size: 16px;
  }
  .home-title > p {
    font-size: 30px;
  }
  .list_two-item a {
    padding: 20px;
  }
  .list_two {
    margin: -48px -15px 0 -15px;
  }
  .list_two-item {
    width: calc(50% - 30px);
    margin: 48px 15px 0 15px;
  }
  .list_two-item a {
    padding: 30px;
  }
  .list_two-item-text {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .layout_three-item {
    margin-bottom: 19px;
  }
  .layout_three-item-time {
    margin-right: 15px;
  }
  .layout_three-item-time .t1 {
    line-height: 25px;
    font-size: 18px;
  }
  .layout_three-item-time .p2 {
    line-height: 25px;
    font-size: 12px;
  }
  .layout_three-item-text {
    font-size: 16px;
    height: 48px;
  }
  .layout_four-video-text {
    font-size: 16px;
    line-height: 50px;
  }
  .layout_five-item-text {
    font-size: 16px;
    padding: 6px 10px;
  }
  .layout_five-item-text img {
    height: 16px;
  }
  .footer .layout_six-tuwen {
    padding-left: 20%;
  }
  .footer .layout_six-tuwen-text p {
    font-size: 16px;
  }
  .footer .copyright p {
    font-size: 16px;
  }
  .layout_one-title p span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .mob-search-btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }
  .mob-search-btn i {
    font-size: 24px;
    color: #fff;
  }
  .top-search.on {
    display: block;
    top: 100%;
    background: #9b0404;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px;
  }
  .top-search.on .top-search_form-form {
    width: 100%;
    height: 35px;
  }
  .mob-nav_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
  }
  .mob-nav_btn i {
    font-size: 28px;
    color: #fff;
  }
  .nav {
    transition: all 0.5s ease;
    position: fixed;
    z-index: 999;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  .nav:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
  }
  .nav.on {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-close {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
  }
  .nav-close i {
    font-size: 24px;
    color: #fff;
  }
  .nav .wrap {
    background: #9b0404;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    right: 0;
    z-index: 99;
  }
  .nav-img {
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }
  .nav-img img {
    height: 70px;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .nav-box_item > a {
    flex: 1;
    min-width: 1px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
  .nav-box_item-arrow {
    transition: all 0.5s ease;
    display: block;
  }
  .nav-box_item-arrow i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
  }
  .sub-box {
    position: static;
    width: 100%;
    display: none;
  }
  .sub-box_item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sub-box_item a {
    font-size: 14px;
    opacity: 0.8;
    color: #fff;
    padding: 8px 15px;
  }
  .nav-close {
    display: block;
  }
  .top-img {
    text-align: left;
    padding-right: 30%;
  }
  .top-search {
    display: none;
  }
  .layout_one-box {
    padding: 0;
    background: transparent;
  }
  .layout_one-title {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
  }
  .layout_one-title p {
    display: flex;
    margin: 0 15px;
  }
  .layout_one-title p span {
    font-size: 20px;
  }
  .layout_one-left {
    margin-left: 0;
  }
  .layout_one-swiper-item-text {
    padding: 5px 10px;
  }
  .layout_one-right {
    margin-top: 20px;
    padding: 0;
  }
  .list_one-item span {
    font-size: 14px;
  }
  .list_two {
    margin: -20px 0 0 0;
  }
  .list_two-item {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .list_two-item a {
    padding: 10px;
  }
  .list_two-item-time {
    font-size: 14px;
  }
  .layout_two-left {
    margin-bottom: 20px;
  }
  .home-title {
    margin-bottom: 20px;
  }
  .home-title p {
    font-size: 20px;
  }
  .layout_more a {
    font-size: 14px;
    padding: 7px 15px;
  }
  .layout_five {
    margin: 0;
  }
  .layout_five-item {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .footer .layout_six {
    padding: 20px 0;
  }
  .footer .layout_six-tuwen {
    padding-left: 0;
  }
  .mob_page-menu-btn {
    display: block;
  }
  .mob_page-menu-btn i {
    font-size: 18px;
    color: #9b0404;
  }
  .layout_page-left {
    margin-right: 0;
  }
  .layout_page-left-title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .layout_page-left-title p {
    margin-bottom: 0;
    font-size: 20px;
  }
  .layout_page-menu {
    display: none;
  }
  .layout_page-menu.on {
    display: block;
  }
  .layout_page-menu-item a {
    padding: 7px 0;
    font-size: 16px;
    text-align: left;
  }
  .layout_page-top {
    margin-top: 10px;
  }
  .layout_page-top-title {
    display: none;
  }
  .layout_page-top-position {
    font-size: 14px;
  }
  .layout_pagelist_item a {
    font-size: 14px;
    line-height: 32px;
  }
  .layout_pagelist_item span {
    font-size: 14px;
  }
  .page-bannner {
    padding-bottom: 40%;
  }
}


.footer_links {
  background: #c11313;
  padding: 13px 0;
}
.footer_links-box {
  display: flex;
  align-items: center;
}
.footer_links-title {
  width: 15%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer_links-title i {
  font-size: 22px;
  color: #fff;
}
.footer_links-title span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 1430px) {
  .footer_links-title span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_links-title span {
    font-size: 14px;
  }
}
.footer_links-list {
  display: flex;
}
.footer_links-list a {
  margin-right: 5%;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .footer_links-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_links-list a {
    font-size: 14px;
  }
}
.footer_links-list {
  flex: 1;
  min-width: 1px;
}