@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("../fonts/SourceHanSerifCN-Bold.ttf");
  font-weight: 400;
  font-style: normal;
}

.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, .page-list_item-title, .home-one_list-item-text h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo-img img {
  display: inline-block;
  max-width: 100%;
}

.flex, .home-two_box {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .home-two_box {
    flex-direction: column;
  }
  .flex > div, .home-two_box > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.textFlex, .home-two_list-item-text {
  flex: 1;
  min-width: 1px;
}

.imgHover, .home-six_item-img, .home-one_list-item-img {
  overflow: hidden;
}
.imgHover img, .home-six_item-img img, .home-one_list-item-img img {
  transition: all 0.5s;
  display: inline-block;
}
.imgHover:hover img, .home-six_item-img:hover img, .home-one_list-item-img:hover img {
  transform: scale(1.1);
}

@font-face {
  font-family: "feibozhengdianti";
  src: url("../fonts/feibozhengdianti.otf");
}
.wrap {
width: 100%;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 10px 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(168, 35, 40) 100%);
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  margin-right: 20px;
}
.top-logo img {
  max-width: 100%;
}
.top-right {
  position: relative;
  margin-left: 40px;
}
.top-right-btn i {
  font-size: 20px;
  color: #fff;
}
.top-search {
  position: absolute;
  display: none;
  right: 0;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.top-search.on {
  display: block;
}
.top-search form {
  width: 265px;
  height: 42px;
  border: 1px solid #a82328;
  display: flex;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search input::-moz-placeholder {
  color: #333333;
}
.top-search input::placeholder {
  color: #333333;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: #a82328;
  width: 55px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 20px;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top-search_btn i {
  color: #a82328;
  font-size: 20px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 25px;
}
.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;
    padding: 10px;
    background: #a82328;
  }
  .top .wrap {
    height: auto;
  }
  .top-logo {
    margin-right: 10px;
  }
  .top-logo img {
    height: 50px;
  }
  .top-right {
    margin-left: auto;
    position: static;
  }
  .top .top-search {
    top: 100%;
    right: 0;
    left: 0;
  }
  .top .top-search form {
    width: 100%;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
  margin-left: auto;
font-family: "SourceHanSerifCN-Bold";
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 10px 20px;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  color: #ffbe4c;
}
.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: #fff;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #a82328;
}

@media (max-width: 990px) {
  .nav-box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #a82328;
    flex-direction: column;
    top: 70px;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    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;
  }
}

.home-title {
  display: flex;
  position: relative;
  justify-content: center;
  background: url(../images/title1_bg.png) center no-repeat;
  margin-bottom: 25px;
}
.home-title.white .home-title_text .en {
  color: rgba(255, 255, 255, 0.05);
}
.home-title.white .home-title_text .zh {
  color: #fff;
}
.home-title_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-title_text .en {
  font-size: 50px;
  color: #e6e6e6;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.home-title_text .zh {
  font-size: 48px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  font-family: feibozhengdianti;
  z-index: 9;
  margin-top: -20px;
}
.home-title_text a {
  font-size: 20px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1;
  padding: 17px 30px;
  border-radius: 30px;
  border: 1px solid #a82328;
  margin-top: 48px;
}
.home-title_text a:hover {
  background: #a82328;
  color: #fff;
}
.home-title_more {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1.1;
}
.home-title_more img {
  margin-left: 10px;
}

.footer {
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 20%;
}
.footer-logo-img {
  margin-bottom: 10px;
}
.footer-logo p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.4;
}
.footer-info {
  padding-top: 40px;
  width: 25.3333333333%;
}
.footer-info:first-child {
  width: 19.3333333333%;
}
.footer-info_title {
  position: relative;
  font-size: 21px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.footer-info_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 65px;
  background: #fff;
}
.footer-info p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-info p i {
  font-size: 20px;
  margin-right: 10px;
}
.footer-info_link {
  display: flex;
  flex-wrap: wrap;
}
.footer-info_link a {
  width: 33.333%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-info_link a:hover {
  text-decoration: underline;
}
.footer-ewm {
  width: 21.3333333333%;
  display: flex;
  justify-content: space-between;
}
.footer-ewm_item {
  width: 42%;
}
.footer-ewm_item-img {
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
  background: #fff;
}
.footer-ewm_item-img img {
  width: 100%;
}
.footer-ewm_item p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 53.646%;
  position: relative;
  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-slide_text {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 5%;
}
.banner .swiper-slide_text img {
max-width: 100%;
}
.banner .swiper-slide_text h3 {
  font-size: 6.25vw;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: normal;
}
.banner .swiper-slide_text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.banner .swiper-pagination {
  bottom: 50px;
  padding-right: 4.4791666667%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 32px;
  height: 31px;
  background: url(../images/d1.png) center no-repeat;
  margin: 0 0 0 10px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/d1_h.png) center no-repeat;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 5px !important;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px !important;
    background-size: 15px;
  }
}
@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;
  }
  .banner .swiper-slide_text {
    padding: 0 15px;
    top: 5%;
  }
  .banner .swiper-slide_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .swiper-slide_text p {
    font-size: 14px;
  }
  .banner .swiper-slide_text p br {
    display: none;
  }
}

.home-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .home-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-one_list {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -15px 0 -15px;
}
.home-one_list-item {
  width: calc(33.3333% - 30px);
  margin: 25px 15px 0 15px;
}
.home-one_list-item a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.home-one_list-item:nth-of-type(1) {
  width: calc(66.66% - 30px);
}
.home-one_list-item-img {
  padding-bottom: 36.7%;
  position: relative;
}
.home-one_list-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-one_list-item:nth-of-type(1) .home-one_list-item-img {
  padding-bottom: 37%;
}
.home-one_list-item:nth-of-type(2) .home-one_list-item-img {
  padding-bottom: 76.3%;
}
.home-one_list-item-text {
  background: #a82328;
  height: 130px;
  padding: 30px;
  position: relative;
}
.home-one_list-item-text h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: normal;
}
.home-one_list-item-text p {
  font-size: 18px;
  color: #d8d8d8;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-one_list-item-text .more {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 9px 1px rgba(88, 15, 18, 0.69);
  right: 30px;
  bottom: 20px;
}
.home-one_list-item-text .more i {
  color: #a82328;
  font-size: 26px;
}

.home-two {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .home-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-two_box {
  justify-content: space-between;
}
.home-two_left {
  width: 31%;
  border-radius: 16px;
  overflow: hidden;
}
.home-two_left .home-title {
  background-color: #264585;
  background-size: contain;
  margin-bottom: 0;
  padding: 40px 0;
}
.home-two_left-img {
  height: calc(100% - 158px);
}
.home-two_left-img a {
  display:block;
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
.home-two_left-img a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.home-two_right {
  width: 66.6666666667%;
}
.home-two_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  grid-row-gap: 37px;
}
@media (max-width: 1200px) {
  .home-two_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 990px) {
  .home-two_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.home-two_list-item {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.15);
  padding: 48px 35px;
  position: relative;
  overflow: hidden;
}
.home-two_list-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  height: 15px;
  background: #a82328;
  display: none;
}
.home-two_list-item:hover:before {
  display: block;
}
.home-two_list-item:hover .home-two_list-item-text span {
  background: #a82328;
}
.home-two_list-item:hover .home-two_list-item-text span:after {
  background: linear-gradient(143deg, #fff 50%, #a82328 50%);
}
.home-two_list-item a {
  align-items: flex-start;
  display: flex;
}
.home-two_list-item-date {
  width: 108px;
  margin-right: 24px;
  border: 1px solid #c36a35;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.home-two_list-item-date .mouth {
  font-size: 16px;
  color: #c36a35;
  margin-bottom: 0;
  line-height: 40px;
}
.home-two_list-item-date .year {
  background: #c36a35;
  border-radius: 18px;
  padding: 10px 0;
}
.home-two_list-item-date .year .date {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-two_list-item-date .year .week {
  font-size: 16px;
  color: #dadada;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-two_list-item-text {
  display: flex;
  flex-direction: column;
}
.home-two_list-item-text p {
  font-size: 22px;
  color: #a82328;
  margin-bottom: 10px;
  line-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-two_list-item-text span {
  align-self: flex-end;
  padding: 16px 32px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  background: #9c7778;
  position: relative;
}
.home-two_list-item-text span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 30px;
  height: 20px;
  background: linear-gradient(143deg, #fff 50%, #9c7778 50%);
}

.home-three {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .home-three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-three_box h3 {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 50px;
  color: #a82328;
  margin-bottom: 40px;
  line-height: 1;
}
.home-three_box p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-three_box p a {
  font-size: 34px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1;
  border: 1px solid #a82328;
  border-radius: 50px;
  padding: 33px 45px;
  margin: 9px;
}
.home-three_box p a:hover {
  background: #a82328;
  color: #fff;
}

.home-four .home-title {
  margin-bottom: 75px;
}
.home-four_box {
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .home-four_box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 990px) {
  .home-four_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-four_box .wrap {
  display: flex;
  justify-content: space-around;
}
.home-four_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-four_item-icon {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.home-four_item p {
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.home-five {
  margin-top: 0px;
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .home-five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-five .home-title {
  margin-bottom: 140px;
}
.home-five_box {
  display: flex;
  justify-content: space-between;
}
.home-five_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(16.66% - 15px);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.41);
  height: 299px;
  justify-content: center;
}
.home-five_item .num {
  font-size: 70px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 20px 0 10px 0;
}
.home-five_item p {
  font-size: 30px;
  color: #e3e3e3;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-five_more {
  text-align: right;
  margin-top: 35px;
  padding-right: 40px;
}
.home-five_more a {
  display: inline-block;
  padding: 17px 30px;
  border: 1px solid #fff;
  border-radius: 26px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.home-five_more a:hover {
  color: #a82328;
  background: #fff;
}

.home-six {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .home-six {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-six {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-six_box {
  display: flex;
  align-items: flex-end;
  margin-top: -278px;
  justify-content: space-between;
}
.home-six_item {
  width: calc(25% - 15px);
}
.home-six_item-img {
  display: block;
  padding-bottom: 10%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.home-six_item-img p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-six_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.home-six_item-img:first-child {
  margin-bottom: 20px;
}
.home-six_item:nth-of-type(1) .home-six_item-img:nth-of-type(1) {
  padding-bottom: 161.2831858407%;
}
.home-six_item:nth-of-type(1) .home-six_item-img:nth-of-type(2) {
  padding-bottom: 116.3716814159%;
}
.home-six_item:nth-of-type(2) .home-six_item-img:nth-of-type(1) {
  padding-bottom: 94.3514644351%;
}
.home-six_item:nth-of-type(2) .home-six_item-img:nth-of-type(2) {
  padding-bottom: 127.6150627615%;
}
.home-six_item:nth-of-type(3) .home-six_item-img:nth-of-type(1) {
  padding-bottom: 128.870292887%;
}
.home-six_item:nth-of-type(3) .home-six_item-img:nth-of-type(2) {
  padding-bottom: 92.050209205%;
}
.home-six_item:nth-of-type(4) .home-six_item-img:nth-of-type(1) {
  padding-bottom: 156.2637362637%;
}
.home-six_item:nth-of-type(4) .home-six_item-img:nth-of-type(2) {
  padding-bottom: 137.8021978022%;
}

.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-wrap {
padding-top: 0 !important;
}
.page-title-menu {
display: none;
}
.page-wrap_left {
  margin-top: -130px;
}
.page-wrap_left .page-title{
  height: 130px;
  background: rgba(168, 35, 40, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0 0 0;
}
.page-wrap_left .page-title h3{
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.page-menu {
  background: url(../images/navbg.png) no-repeat right bottom #fff;
  box-shadow: 0px 0px 20px 0px rgba(168, 35, 40, 0.35);
  padding-bottom: 100px;
  border-radius: 0 0 50px 0;
}
.page-menu_item {
  padding: 0 35px;
  height: 100%;
  height: 85px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.page-menu_item.on a {
color: #A82328;
}
.page-menu_item a {
  font-size: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  color: #333;
  transition: .5s;
  position: relative;
  line-height: 1.5;
}
.page-menu_item a:before {
  content: "";
  background: #A82328;
  border-radius: 50%;
  border: 1px solid #A82328;
  padding: 2px;
  background-clip: content-box;
  margin-right: 10px;
  width: 8px;
  height: 8px;
}

@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
}

.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 320px;
  margin-right: 50px;
  position: relative;
  z-index: 9;
}
.page-wrap_right {
  flex: 1;
  padding: 20px 0 40px 0;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #a82328;
}
.page-wrap_right-title span {
  font-size: 20px;
  font-weight: bold;
  color: #a82328;
  margin-left: 5px;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
}
.page-wrap_right .crumbs i {
  color: #a82328;
  font-size: 18px;
}
.page-wrap_right .crumbs a:hover {
  color: #a82328;
}
@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 a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #a82328;
    background-position: right 10px center;
  }
  .page-menu_item a:after {
    font-size: 16px;
    right: 10px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .page-wrap_right-title span {
    font-size: 18px;
  }
}

.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: #a82328;
  border-color: #a82328;
  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: #a82328;
}

.page-list_item {
  display: block;
  border-bottom: 1px dashed rgba(168, 35, 40, 0.29);
  transition: all 0.5s;
  padding: 20px;
}
.page-list_item:last-child {
  border-bottom: none;
}
.page-list_item > span {
  display: block;
  transition: all 0.5s;
}
.page-list_item-time {
  font-size: 14px;
  color: rgba(168, 35, 40, 0.6);
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-list_item-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.page-list_item-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-list_item:hover {
  background: rgba(168, 35, 40, 0.8);
}
.page-list_item:hover > span {
  color: #fff !important;
}
@media (max-width: 990px) {
  .page-list_item {
    padding: 10px;
  }
  .page-list_item-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .home-two_left .home-title {
    padding: 20px 0;
  }
  .home-two_left-img {
    height: calc(100% - 118px);
  }
  .home-two_list {
    grid-row: 20px;
  }
  .home-two_list-item {
    border-radius: 16px;
    padding: 20px;
  }
  .home-two_list-item:before {
    height: 10px;
  }
  .home-two_list-item-date {
    width: 80px;
    margin-right: 15px;
    border-radius: 20px;
  }
  .home-two_list-item-date .year .date {
    font-size: 18px;
  }
  .home-two_list-item-date .year .week {
    font-size: 14px;
  }
  .home-two_list-item-text p {
    font-size: 18px;
    line-height: 1.7;
  }
  .home-two_list-item-text span {
    padding: 10px 30px;
    font-size: 18px;
  }
  .home-three_box h3 {
    font-size: 40px;
  }
  .home-three_box p a {
    font-size: 24px;
    padding: 30px 45px;
  }
  .home-five_item .num {
    font-size: 60px;
  }
  .home-six_box {
    margin-top: -240px;
  }
  .footer-info p {
    font-size: 18px;
  }
  .footer-info_link a {
    font-size: 18px;
    line-height: 1.3;
  }
  .footer-logo p {
    font-size: 18px;
    line-height: 1.5;
  }
  .footer-ewm_item p {
    font-size: 16px;
  }
  .footer-info {
    padding-top: 20px;
  }
  .footer-info_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .home-title {
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .home-title_text .en {
    font-size: 28px;
  }
  .home-title_text .zh {
    margin-top: -15px;
    font-size: 26px;
  }
  .home-title_text img {
    height: 10px;
  }
  .home-title_text a {
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .home-title_more {
    font-size: 14px;
  }
  .home-title_more img {
    height: 10px;
  }
  .home-one_list {
    margin: -15px 0 0 0;
  }
  .home-one_list-item {
    width: 100% !important;
    margin: 15px 0 0 0;
  }
  .home-one_list-item a {
    border-radius: 10px;
  }
  .home-one_list-item-img {
    padding-bottom: 50% !important;
  }
  .home-one_list-item-text {
    height: auto;
    padding: 10px;
  }
  .home-one_list-item-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-one_list-item-text p {
    font-size: 14px;
  }
  .home-one_list-item-text .more {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
  }
  .home-one_list-item-text .more i {
    font-size: 18px;
  }
  .home-two_left {
    border-radius: 10px;
  }
  .home-two_left .home-title {
    padding: 10px 0;
    justify-content: center;
  }
  .home-two_left-img {
    height: auto;
    
  }
  .home-two_right {
    width: 66.6666666667%;
  }
  .home-two_list {
    grid-row-gap: 15px;
  }
  .home-two_list-item {
    border-radius: 10px;
    padding: 10px;
  }
  .home-two_list-item:before {
    height: 8px;
  }
  .home-two_list-item-date {
    width: 60px;
    margin-right: 15px;
    border-radius: 10px;
  }
  .home-two_list-item-date .mouth {
    font-size: 14px;
    line-height: 25px;
  }
  .home-two_list-item-date .year {
    border-radius: 10px;
    padding: 5px 0;
  }
  .home-two_list-item-date .year .date {
    font-size: 16px;
  }
  .home-two_list-item-date .year .week {
    font-size: 14px;
  }
  .home-two_list-item-text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-two_list-item-text span {
    padding: 7px 20px;
    font-size: 14px;
  }
  .home-two_list-item-text span:after {
    width: 15px;
    height: 10px;
  }
  .home-three_box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .home-three_box p a {
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 20px;
    margin: 5px;
  }
  .home-four .home-title {
    margin-bottom: 20px;
    justify-content: center;
  }
  .home-four_box .wrap {
    flex-wrap: wrap;
  }
  .home-four_item {
    margin: 10px;
  }
  .home-four_item-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .home-four_item-icon img {
    width: 30px;
  }
  .home-four_item p {
    font-size: 14px;
  }
  .home-five {
    margin-top: 20px;
  }
  .home-five .home-title {
    margin-bottom: 20px;
    justify-content: center;
  }
  .home-five_box {
    flex-wrap: wrap;
  }
  .home-five_item {
    width: calc(33.3333% - 5px);
    border-radius: 10px;
    margin: 5px 0;
    height: 130px;
  }
  .home-five_item img {
    height: 30px;
  }
  .home-five_item .num {
    font-size: 30px;
    margin: 10px 0;
  }
  .home-five_item p {
    font-size: 14px;
  }
  .home-five_more {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
  }
  .home-five_more a {
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
  }
  .home-six .home-title {
    justify-content: center;
  }
  .home-six_box {
    margin-top: 0;
    flex-direction: column;
    padding: 0 15px;
  }
  .home-six_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-six_item-img {
    border-radius: 10px;
  }
  .home-six_item-img:first-child {
    margin-bottom: 10px;
  }
  .footer .wrap {
    flex-direction: column;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logo-img {
    text-align: center;
  }
  .footer-logo-img img {
    height: 50px;
  }
  .footer-logo p {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer-info {
    padding-top: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-info_title {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .footer-info_title:after {
    height: 1px;
    width: 30px;
  }
  .footer-info p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer-info p i {
    font-size: 14px;
    margin-right: 5px;
  }
  .footer-info_link {
    flex-wrap: wrap;
  }
  .footer-info_link a {
    width: auto;
    margin: 5px;
    font-size: 14px;
  }
  .footer-ewm {
    display: none;
  }
}

@media (min-width: 990px) {
  /* 滚动效果加上后样式重置 */
  #fullpage .banner .swiper-slide a {
    padding-bottom: 0;
    height: 100vh;
  }
  #fullpage .home-one,
  #fullpage .home-two,
  #fullpage .home-three,
  #fullpage .home-four {
    padding: 0;
  }
  #fullpage .home-one_list-item-text {
    height: auto;
    padding: 20px;
  }
  #fullpage .home-one_list-item-text h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #fullpage .home-one_list-item-text p {
    font-size: 16px;
  }
  #fullpage .home-one_list-item-text .more {
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 15px;
  }
  #fullpage .home-one_list-item-text .more i {
    font-size: 20px;
  }
  #fullpage .home-one_list-item-img {
    padding-bottom: 0 !important;
    height: 19vh;
  }
  #fullpage .home-one_list-item:nth-of-type(1) .home-one_list-item-img {
    height: 39vh;
  }
  #fullpage .home-one_list-item:nth-of-type(2) .home-one_list-item-img {
    height: 39vh;
  }
  #fullpage .home-three {
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #fullpage .home-four {
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #fullpage .home-four .home-title {
    margin-bottom: 0;
  }
  #fullpage .home-four_box {
    padding: 12vh 0;
  }
  #fullpage .home-five {
    height: 100vh;
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #fullpage .home-five .wrap {
    width: 100%;
  }
  #fullpage .home-five .home-title {
    margin-bottom: 10vh;
  }

  #fullpage .home-six {
    height: 100vh;
    padding: 0 !important;
    position: relative;
  }
  #fullpage .home-six .home-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 6vh;
  }
  #fullpage .home-six_box {
    margin-top: 0;
  }
  #fullpage .home-six_item-img {
    padding-bottom: 0 !important;
  }
  #fullpage .home-six_item-img:first-child {
    margin-bottom: 2vh;
  }
  #fullpage .home-six_item:nth-of-type(1) .home-six_item-img:nth-of-type(1) {
    height: 53vh;
  }
  #fullpage .home-six_item:nth-of-type(1) .home-six_item-img:nth-of-type(2) {
    height: 35vh;
  }
  #fullpage .home-six_item:nth-of-type(2) .home-six_item-img:nth-of-type(1) {
    height: 35vh;
  }
  #fullpage .home-six_item:nth-of-type(2) .home-six_item-img:nth-of-type(2) {
    height: 30vh;
  }
  #fullpage .home-six_item:nth-of-type(3) .home-six_item-img:nth-of-type(1) {
    height: 35vh;
  }
  #fullpage .home-six_item:nth-of-type(3) .home-six_item-img:nth-of-type(2) {
    height: 30vh;
  }
  #fullpage .home-six_item:nth-of-type(4) .home-six_item-img:nth-of-type(1) {
    height: 58vh;
  }
  #fullpage .home-six_item:nth-of-type(4) .home-six_item-img:nth-of-type(2) {
    height: 40vh;
  }
#fullpage .fp-watermark { display: none !important;}
}

.xyzc-list_title {
  background: #a82328;
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  line-height: 35px;
}
.xyzc-list_box {
  padding: 25px 0px;
  display: flex;
  flex-wrap: wrap;
}
.xyzc-list_box a:before {
  content: ">";
  margin-right: 5px;
  font-size: 12px;
}
.xyzc-list_box a {
  line-height: 80px;
  width: 12.5%;
min-width: 1px;
  align-items: center;
  font-size: 18px;
  color: #000;
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  justify-content: center;
}
.xyzc-list_box a:hover {
  color: #fff;
background: rgb(151, 0, 0);
}
@media (max-width: 1230px) {
  .xyzc-list_box a {
    width: 16.6%;
  }
}
@media (max-width: 990px) {
  .xyzc-list_title {
    font-size: 20px;
    color: #fff;
    padding: 5px 0;
  }
  .xyzc-list_box {
    padding: 15px 0px;
  }
  .xyzc-list_box a {
     line-height: 40px;
    width: 33.33%;
    font-size: 14px;
  }
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
  #fullpage .section {
     padding: 40px 0;
  }
  #fullpage #section0,#fullpage #section6 {
     padding: 0;
  }
#fullpage #section5 {
     padding-bottom: 0;
  }
.home-two_list {
    display: flex;
    flex-wrap: wrap;
    margin: -37px -12px 0 -12px;
}
.home-two_list-item {
    width: calc(50% - 24px);
    margin: 37px 12px 0 12px;
}
}

@media (max-width: 990px) {
  .page-wrap_left {
    margin-top: 0px;
  }
  .page-wrap_left .page-title{
    height: 40px;
    background: rgba(168, 35, 40, 1);
    border-radius:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
padding: 0 15px;
  }
  .page-title-menu {
    display: block;
color: #fff;
  }
  .page-wrap_left .page-title h3{
    font-size: 20px;
    margin: 0;
  }
  
  .page-menu {
    border-radius: 0;
        padding-bottom: 10px;
  }
  .page-menu_item {
    padding: 0 15px;
    height: 40px;
  }
  .page-menu_item a {
    font-size: 14px;
  }
  .page-menu_item a:before {
    padding: 1px;
    width: 6px;
    height: 6px;
  }
}