﻿.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;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .list_three-item a, .list_two-item .p2, .list_one-item a .p2, .two-swiper-item-text .p2, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-text img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_hf, .layout_three-box, .layout_one-right-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_hf, .layout_three-box, .layout_one-right-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_hf > div, .layout_three-box > div, .layout_one-right-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .tuwen_one-item-text, .footer-links_list {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img, .three-swiper-item-img, .two-swiper-item-img, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-item-img .inner-bg, .three-swiper-item-img .inner-bg, .two-swiper-item-img .inner-bg, .one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg, .three-swiper-item-img:hover .inner-bg, .two-swiper-item-img:hover .inner-bg, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  padding: 2.34375vw 0 3.0729166667vw 0;
  background: #c63726 url(../images/bg1.png) right top no-repeat;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-text {
  display: flex;
}
.top-search_form {
  width: 225px;
  height: 42px;
  display: flex;
  padding: 2px;
  border-radius: 21px;
  border: 1px solid #b91400;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search_input::-moz-placeholder {
  color: #777;
}
.top-search_input::placeholder {
  color: #777;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  width: 52px;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: center;
}
.top-search_btn i {
  color: #000;
  font-size: 20px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    margin-right: 10px;
    width: 80%;
  }
  .top-logo img {
    width: 100%;
  }
  .top-text {
    display: none;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #fff;
    border-top: 1px solid rgba(185, 20, 0, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.top-search_box {
  position: relative;
}
.top-search_box .mob-search_btn {
  cursor: pointer;
}
.top-search_box .top-search {
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 48px;
  background: #fff;
  padding: 10px;
}
.top-search_box .top-search.on {
  display: flex;
}

.nav {
  background: #ffffff;
}
.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 17px 0;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  .nav-box_item.on > a, .nav-box_item:hover > a {
    color: #b91400;
  }
}
.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: #b91400;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #b91400;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
    text-align: left;
  }
  .nav .mob-search_btn {
    display: none;
  }
  .nav .top-search {
    position: static;
    display: block;
    background: #b91400;
  }
  .nav .top-search_form {
    border-color: white;
  }
  .nav .top-search_input {
    background: transparent;
    color: #fff;
  }
  .nav .top-search_btn i {
    color: #fff;
  }
}

.layout_title {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout_title > span {
  font-size: 28px;
  color: #b91400;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_title > span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_title > span {
    font-size: 18px;
  }
}
.layout_title a {
  font-size: 18px;
  color: #676767;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .layout_title a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title a {
    font-size: 14px;
  }
}
.layout_title a i {
  background: #9b9b9b;
  color: #fff;
  text-align: center;
  line-height: 21px;
  width: 21px;
  margin-left: 9px;
}
.layout_title a:hover {
  color: #b91400;
}
.layout_title a:hover i {
  background: #b91400;
}

.footer {
  background: url(../images/bg4.png) center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .layout_hf {
  border-bottom: 1px dashed #fbf3f2;
}
.footer-links {
  display: flex;
  align-items: flex-start;
}
.footer-links_title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .footer-links_title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-links_title {
    font-size: 14px;
  }
}
.footer-links_list {
  flex-wrap: wrap;
  display: flex;
}
.footer-links_list a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0 1.0416666667vw 2.0833333333vw;
}
@media (max-width: 1440px) {
  .footer-links_list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-links_list a {
    font-size: 14px;
  }
}
.footer-links_list a:hover {
  text-decoration: underline;
}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .footer .copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer .copyright p {
  margin: 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .copyright p img {
  margin-right: 5px;
}
@media (max-width: 1440px) {
  .footer .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
.footer .copyright p span {
  margin-right: 10px;
}
.footer .copyright p + p {
  margin-top: 5px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 36.5104166667%;
  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 {
  bottom: 55px;
  font-size: 24px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid transparent;
  margin: 0 0 0 0.9em !important;
}
.banner .swiper-pagination-bullet-active {
  border-color: #fff;
  background: transparent;
}
@media (max-width: 1430px) {
  .banner .swiper-pagination {
    bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-pagination {
    font-size: 10px;
  }
  .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;
  }
}

.main {
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  position: relative;
  display: block;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 73.9043824701%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  background: #b91400;
  padding: 1.3020833333vw 25% 1.3020833333vw 1.5625vw;
}
.one-swiper-item-text .p1 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper .swiper-pagination {
  width: 25%;
  left: auto;
  right: 0;
  bottom: 1.5625vw;
}
.one-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  position: relative;
  display: block;
}
.two-swiper-item:hover .two-swiper-item-text .p2 {
  color: #b91400;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 76.4880952381%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  background: #fff;
  padding: 15px 20px;
}
.two-swiper-item-text .p1 {
  font-size: 20px;
  color: #9c9c9c;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1440px) {
  .two-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.two-swiper-item-text .p1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #9d9d9d;
}
.two-swiper-item-text .p2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .two-swiper-item-text .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p2 {
    font-size: 16px;
  }
}

.three-swiper {
  position: relative;
  overflow: hidden;
}
.three-swiper-item {
  position: relative;
  display: block;
}
.three-swiper-item-img .inner-bg {
  padding-bottom: 71.2209302326%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.three-swiper .swiper-arrow {
  position: absolute;
  z-index: 99;
  top: calc(50% - 26px);
}
.three-swiper .swiper-arrow i {
  color: #fff;
  font-size: 52px;
}
.three-swiper .swiper-arrow-left {
  left: 10px;
}
.three-swiper .swiper-arrow-right {
  right: 10px;
}

.layout_one {
  margin-bottom: 50px;
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 31.2857142857%;
}
.layout_one-right {
  width: 67.1428571429%;
}
.layout_one-right-box {
  justify-content: space-between;
}
.layout_one-right-box-left {
  width: 53.4042553191%;
}
.layout_one-right-box-right {
  width: 43.829787234%;
}

.layout_two {
  margin-bottom: 60px;
}

.layout_three-box {
  justify-content: space-between;
}
.layout_three-left {
  width: 49.1428571429%;
}
.layout_three-right {
  width: 50%;
}

.layout_hf {
  justify-content: space-between;
  align-items: flex-start;
}
.layout_hf-left {
  width: 44.1428571429%;
  padding-right: 3.125vw;
}

.list_one-item {
  margin-bottom: 35px;
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 15.68px 0.32px rgba(114, 14, 14, 0.17);
  padding: 25px 30px;
}
.list_one-item a .p1 {
  font-size: 26px;
  color: #676767;
  margin-bottom: 6px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item a .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item a .p1 {
    font-size: 16px;
  }
}
.list_one-item a .p2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item a .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item a .p2 {
    font-size: 14px;
  }
}
.list_one-item a:hover .p1,
.list_one-item a:hover .p2 {
  color: #b91400;
}

.list_two-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #9f9f9f;
}
.list_two-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_two-item a {
  display: flex;
  align-items: center;
}
.list_two-item a:hover .p2 {
  color: #b91400;
}
.list_two-item .p1 {
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  color: #676767;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p1 {
    font-size: 14px;
  }
}
.list_two-item .p1 span {
  display: block;
  font-size: 30px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .list_two-item .p1 span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p1 span {
    font-size: 18px;
  }
}
.list_two-item .p2 {
  margin-left: 20px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p2 {
    font-size: 14px;
  }
}

.list_three {
  display: flex;
  flex-wrap: wrap;
  margin: -23px -4px 0 -4px;
}
.list_three-item {
  width: calc(50% - 8px);
  margin: 23px 4px 0 4px;
}
.list_three-item a {
  background: #fff;
  display: block;
  padding: 1.875vw 20px;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_three-item a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 16px;
  }
}
.list_three-item a:hover {
  color: #b91400;
}

.tuwen_one-item {
  margin-bottom: 27px;
}
.tuwen_one-item:last-child {
  margin-bottom: 0;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1 {
  color: #b91400;
}
.tuwen_one-item-img {
  width: 28.5714285714%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 62.6315789474%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  margin-left: 30px;
}
.tuwen_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 2;
  height: 4em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tuwen_one-item-text .p2:before {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px dashed #7c7c7c;
  margin-right: 10px;
}
.tuwen_one-item-text .p2 span {
  font-size: 20px;
  color: #7c7c7c;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p2 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 span {
    font-size: 14px;
  }
}

.page_banner {
  padding-bottom: 23.4375%;
  position: relative;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: linear-gradient(90deg, #c63726 7%, rgb(255, 116, 100) 107%);
  background-size: cover;
  line-height: 5.208vw;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
.page_banner .page-title-menu i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #b91400;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
  }
}

.page-wrap {
  padding-bottom: 40px;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 250px;
  position: relative;
  z-index: 9;
  margin-right: 70px;
}
.page-menu {
  background: url(../images/img1-3.png) right bottom no-repeat #fff;
  background-size: 100%;
  box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.2);
  padding-bottom: 6.77vw;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  border-bottom: 1px dashed #d8d8d8;
}
.page-menu_item-inner {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.page-menu_item-inner.act {
  background: #e9f0f3;
}
.page-menu_item-inner.act > i {
  transform: rotate(90deg);
}
.page-menu_item-inner > i {
  font-size: 18px;
  cursor: pointer;
  color: #c7c7c7;
  padding: 10px;
  transition: all 0.3s;
}
.page-menu_item-inner > a {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  line-height: 66px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  padding-left: 1.822vw;
}
.page-menu_item:hover .page-menu_item-inner > a,
.page-menu_item:hover .page-menu_item-inner > i {
  color: #b91400;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #b91400;
  font-weight: bold;
}

.page-submenu {
  padding: 1.041vw 0;
  display: none;
}
.page-submenu_item {
  margin-bottom: 0.364vw;
}
.page-submenu_item a {
  display: block;
  padding: 0 1.562vw 0 2.604vw;
  font-size: 14px;
  position: relative;
  color: #8d8d8d;
}
.page-submenu_item a:after {
  position: absolute;
  content: "";
  left: 1.822vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background: #b91400;
}
.page-submenu_item a:hover {
  color: #b91400;
}

.page-wrap_right {
  flex: 1;
  min-width: 1px;
  padding-top: 1.666vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.572vw;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.041vw;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #b91400;
}
.page-wrap_right-title span {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-left: 1.145vw;
  line-height: 2;
  position: relative;
}
.page-wrap_right-title span::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background: linear-gradient(0deg, #c63726 0, rgb(255, 116, 100) 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
  font-size: 16px;
  color: #626262;
}
.page-wrap_right .crumbs i {
  color: #b91400;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #b91400;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner > a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
  }
  .page-wrap_left .page-submenu_item a {
    padding-left: 30px;
  }
  .page-wrap_left .page-submenu_item a::after {
    left: 20px;
    width: 3px;
    height: 3px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    margin-bottom: 10px;
  }
  .page-wrap_right-title span {
    line-height: 1.5;
    font-size: 18px;
    padding-left: 10px;
  }
  .page-wrap_right-title span:before {
    height: 25px;
    width: 3px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.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: #b91400;
  border-color: #b91400;
  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: #b91400;
}

@media (max-width: 1440px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one-item {
    margin-bottom: 15px;
  }
  .list_one-item a {
    padding: 20px;
  }
  .list_two-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list_three-item a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 990px) {
  .top {
    padding: 0;
  }
  .layout_title {
    margin-bottom: 15px;
  }
  .list_one-item a {
    padding: 15px;
  }
  .layout_one-right,
  .layout_one-right-box-right,
  .layout_three-right {
    margin-top: 15px;
  }
  .layout_two {
    margin-bottom: 20px;
  }
  .three-swiper .swiper-arrow {
    top: calc(50% - 15px);
  }
  .three-swiper .swiper-arrow i {
    font-size: 30px;
  }
  .list_three {
    margin: -15px 0 0 0;
  }
  .list_three-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .list_three-item a {
    padding: 15px;
  }
}
/*# sourceMappingURL=main.css.map */