.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,
.home-three_item-text h4,
.home-two_item .text,
.home-two_box-left .swiper-slide p,
.home-one_item .title,
.home-one_left .swiper-slide p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.flex,
.home-two_box,
.home-two .wrap,
.home-one_box,
.footer-top .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .flex,
  .home-two_box,
  .home-two .wrap,
  .home-one_box,
  .footer-top .wrap {
    flex-direction: column;
  }
  .flex > div,
  .home-two_box > div,
  .home-two .wrap > div,
  .home-one_box > div,
  .footer-top .wrap > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

@font-face {
  font-family: "feibozhengdianti";
  src: url("../fonts/feibozhengdianti.otf");
}
.wrap {
  max-width: 1430px;
  padding: 0 0px;
  margin: 0 auto;
}

.header {
  background: #dfdfdc;
}

.top .wrap {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  align-items: center;
}
.top-logo img {
  max-width: 100%;
}
.top-logo span {
  font-size: 36px;
  color: #ae2d30;
  margin-bottom: 0;
  line-height: 1.1;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #ae2d30;
}
.top-search form {
  width: 225px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #7b7b7a;
  display: flex;
  padding: 1px;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search input::-moz-placeholder {
  color: #999;
}
.top-search input::placeholder {
  color: #999;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: #6d6d6c url(../images/search.png) center no-repeat;
  width: 52px;
  border-radius: 21px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top_menu-btn {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
}
.top_menu-btn span,
.top_menu-btn:after,
.top_menu-btn:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #ae2d30;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo img {
    height: 40px;
    margin-right: 10px;
  }
  .top-logo span {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #dfdfdc;
    border-top: 1px solid #7b7b7a;
  }
  .top-search form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
  .top-search input {
    flex: 1;
    color: #333;
    width: auto;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  border-top: 1px solid #71706f;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 11px 0;
  font-size: 20px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  background: #71706f;
  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: #71706f;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #dfdfdc;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: block;
    background: url(../images/down.png) center no-repeat;
    width: 40px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .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: #444;
  }
}

.home-title {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.home-title_top {
  display: flex;
  align-items: baseline;
  padding-right: 10px;
}
.home-title_top span {
  font-size: 44px;
  color: #71706f;
  margin-bottom: 0;
  line-height: 1;
  font-family: feibozhengdianti;
  margin-right: 9px;
}
.home-title_top i {
  font-style: normal;
  border-top: 1px solid #71706f;
  font-size: 26px;
  color: #71706f;
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: capitalize;
}
.home-title_bottom {
  display: flex;
  align-items: baseline;
  padding-left: 45px;
}
.home-title_bottom span {
  font-size: 44px;
  color: #ae2d30;
  margin-bottom: 0;
  line-height: 1;
  font-family: feibozhengdianti;
  margin-left: 11px;
}

.footer-top {
  background: url(../images/bg4.jpg) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  width: 551px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.footer-logo img {
  display: block;
  max-width: 100%;
}
.footer-logo span {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 3px solid #fff;
}
.footer-info p {
  font-size: 18px;
  color: #fff;
}
.footer-info p + p {
  margin-top: 15px;
}
.footer-icon {
  display: flex;
}
.footer-icon_item {
  position: relative;
  margin-left: 28px;
}
.footer-icon_item img {
  width: 130px;
  margin-bottom: 10px;
}
.footer-icon_item p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .copyright {
  background: #ae2d30;
  text-align: center;
  font-size: 19px;
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 1025px) {
  .footer .copyright {
    font-size: 18px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-logo {
    width: 400px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .footer-icon_item img {
    width: 120px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding: 20px 0;
  }
  .footer-top .wrap {
    flex-direction: column;
  }
  .footer-icon {
    display: none;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logo img {
    height: 45px;
  }
  .footer-info p {
    font-size: 14px;
  }
  .footer-info p + p {
    margin-top: 5px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-box {
  position: relative;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 42.5%;
  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: 50px;
  padding-right: 18.75%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  background:transparent url(../images/d2.png);
background-size:100%;
  margin: 0 3px !important;
}
.banner .swiper-pagination-bullet-active {
  background:transparent url(../images/d1.png);
background-size:100%;
}
.banner-list {
background-color: #dfdfdc;
}
.banner-list_box {
  display: flex;
}
.banner-list_item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.banner-list_item:last-child {
  border-right: none;
}
.banner-list_item .on {
display: none;
}
.banner-list_item p {
  margin-left: 20px;
  font-size: 18px;
  color: #71706F;
  margin-bottom: 0;
  line-height: 1.5;
}
.banner-list_item:hover .nor {
display: none;
}
.banner-list_item:hover .on {
display: block;
}
.banner-list_item:hover p {
color:#fff;
}
.banner-list_item:hover{
background: rgba(0,0,0,0.5);
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 70px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@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;
  }
}

.home-one {
  background: url(../images/bg1.png) center no-repeat;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .home-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.banner-list_box {
flex-wrap: wrap;
}
.banner-list_item {
width: 50%;
flex: none !important;
padding: 10px; 5px;
}
}
.home-one_box {
  justify-content: space-between;
}
.home-one_left {
  width: 48.9285714286%;
  position: relative;
  overflow: hidden;
}
.home-one_left .swiper-slide a {
  display: block;
  position: relative;
    padding-bottom: 71%;
}
.home-one_left .swiper-slide img {
  width: 100%;
    height: 100%;
object-fit:cover;

    position: absolute;
}
.home-one_left .swiper-slide p {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  bottom: 0;
  padding: 0 20% 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
}
.home-one_left .swiper-pagination {
  bottom: 15px;
  padding-right: 20px;
  text-align: right;
}
.home-one_left .swiper-pagination-bullet {
  opacity: 1;
  width: 15px;
  height: 15px;
  background: url(../images/d2.png);
background-size:100%;
  margin: 0 0 0 13px !important;
}
.home-one_left .swiper-pagination-bullet-active {
  background: url(../images/d1.png);
background-size:100%;
}
.home-one_right {
  width: 50%;
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.2);
  padding: 0 15px;
}
.home-one_item {
  display: flex;
  border-bottom: 1px dashed #d8d8d8;
  align-items: center;
}
.home-one_item:last-child {
  border-bottom: 0;
}
.home-one_item .title {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 59px;
}
.home-one_item .time {
  font-size: 18px;
  color: #333333;
}
.home-one_item:hover .title {
  color: #ae2d30;
}

.home-two {
  background: url(../images/bg2.png) center no-repeat;
  padding-top: 80px;
  padding-bottom: 55px;
}
@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 .home-title {
  margin-bottom: 50px;
}
.home-two .wrap {
  justify-content: space-between;
}
.home-two_left {
  width: 42.8571428571%;
}
.home-two_right {
  width: 55.7142857143%;
}
.home-two_box-left {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.home-two_box-left .swiper-slide a {
  display: block;
  position: relative;

    padding-bottom: 136%;
}
.home-two_box-left .swiper-slide img {
width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.home-two_box-left .swiper-slide p {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  bottom: 0;
  padding: 0 20% 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
}
.home-two_box-left .swiper-pagination {
  bottom: 15px;
  padding-right: 20px;
  text-align: right;
}
.home-two_box-left .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
      background: url(../images/d2.png);
    background-size: 100%;
  color: #333;
  margin: 0 0 0 5px !important;
}
.home-two_box-left .swiper-pagination-bullet-active {
    background: url(../images/d1.png);
    background-size: 100%;
}
.home-two_box-right {
  min-width: 1px;
  width: 60%;
  background: #fff;
  padding: 0 20px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-two_box-item {
  padding: 20px 0;
  border-bottom: 1px dashed #d3d3d3;
}
.home-two_box-item a {
  overflow: hidden;
  text-overflow: ellipsis;
white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.7;
}
.home-two_box-item:last-child {
  border-bottom: 0;
}
.home-two_box-item:hover {
  color: #ae2d30;
}
.home-two_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  grid-gap: 10px 20px;
}
@media (max-width: 1200px) {
  .home-two_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 990px) {
  .home-two_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.home-two_item {
  display: flex;
  min-width: 1px;
  flex-direction: column;
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.2);
  border-top: 3px solid #ae2d30;
  background: #fff;
  padding: 12px 22px 13px 22px;
}
.home-two_item .time {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
  line-height: 24px;
  background: #f8f8f8;
  width: 90px;
  text-align: center;
}
.home-two_item .text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 9px;
  line-height: 1.5;
}
.home-two_item .desc {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 20px;
  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_item:hover .text {
  color: #ae2d30;
}

.home-three {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 130px;
}
@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 {
  position: relative;
}
.home-three_arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: -104px;
  margin-bottom: 50px;
}
.home-three_arrow > div {
  margin-left: 36px;
  cursor: pointer;
  border: 1px solid #7d7989;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-three_arrow > div .hover {
  display: none;
}
.home-three_arrow > div:hover {
  background: #7d7989;
}
.home-three_arrow > div:hover .default {
  display: none;
}
.home-three_arrow > div:hover .hover {
  display: block;
}
.home-three_swiper {
  position: relative;
  overflow: hidden;
  margin: 0 57px;
}
.home-three_item {
  display: block;
  background:linear-gradient(rgb(255 0 0 / 37%), #2e2837 60%);
  border-radius: 20px;
  padding: 10px 10px 55px 10px;
}
.home-three_item:hover .home-three_item-img img {
  transform: scale(1.1);
}
.home-three_item:hover .home-three_item-text h4 {
  color: #ae2d30;
}
.home-three_item-img {
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 10px;padding-bottom: 120%;
}
.home-three_item-img img {
  display: block;
  width: 100%;
  display: block;

    height: 100%;
    position: absolute;
    object-fit: cover;
  transition: all 0.5s;
}
.home-three_item-img:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 9;
  width: 50px;
  height: 57px;
  background: linear-gradient(229deg, rgba(46, 40, 55, 0) 50%, #2e2837 50%);
}
.home-three_item-text {
  padding: 0 10px;
}
.home-three_item-text h4 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.home-three_item-text p {
  font-size: 16px;
  color: #c7c7c7;
  margin-bottom: 0;
  line-height: 1.5;
}

.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: #ae2d30;
  border-color: #ae2d30;
  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: #ae2d30;
}

.page-list_item {
  margin-bottom: 20px;
  background: rgb(245, 245, 245);
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.page-list_item:hover {
  background: rgba(23, 51, 148, 0.1);
  transform: translateX(8px);
}
.page-list_item:last-child {
  margin-bottom: 0;
}
.page-list_item-text {
  flex: 1;
  min-width: 1px;
}
.page-list_item-text h3 {
  font-size: 26px;
  color: rgb(51, 51, 51);
  font-weight: normal;
  margin: 0 0 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-list_item-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgb(153, 153, 153);
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list_item-time {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.page-list_item-time span {
  font-size: 20px;
  color: rgb(153, 153, 153);
}
.page-list_item-time em {
  font-style: normal;
  font-size: 34px;
  color: #ae2d30;
  margin-top: 4%;
}
@media (max-width: 990px) {
  .page-list_item {
    margin-bottom: 15px;
    padding: 15px;
  }
  .page-list_item-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .page-list_item-text p {
    font-size: 12px;
    line-height: 1.6;
  }
  .page-list_item-time {
    width: 60px;
  }
  .page-list_item-time span {
    font-size: 14px;
  }
  .page-list_item-time em {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner-list_item {
    height: 100px;
  }
  .home-one_item .title {
    font-size: 16px;
    line-height: 42px;
  }
  .footer-logo {
    flex-direction: column;
  }
  .home-two_box-item {
    padding: 15px 0;
  }
  .home-two_box-item a {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-two_item {
    padding: 10px;
  }
  .home-two_item .text {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .home-two_item .desc {
    font-size: 14px;
  }
  .home-title {
    margin-bottom: 30px;
  }
  .home-title_top span {
    font-size: 30px;
  }
  .home-title_top i {
    font-size: 20px;
  }
  .home-title_bottom {
    padding-left: 35px;
  }
  .home-title_bottom img {
    height: 30px;
  }
  .home-title_bottom span {
    font-size: 30px;
  }
  .home-three_arrow > div {
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .home-three_arrow > div img {
    height: 15px;
  }
  .home-three_arrow {
    margin-top: -65px;
    margin-bottom: 30px;
  }
  .home-three_swiper {
    margin: 0;
  }
}
@media (max-width: 990px) {
  .banner-list_item {
    height: auto;
    padding: 5px;
  }
  .banner-list_item img {
    height: 15px;
  }
  .banner-list_item p {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }
  .home-title {
    margin-bottom: 15px !important;
  }
  .home-title_top span {
    font-size: 20px;
  }
  .home-title_top i {
    font-size: 14px;
  }
  .home-title_bottom img {
    height: 20px;
  }
  .home-title_bottom span {
    font-size: 20px;
    margin-left: 5px;
  }
  .home-one_item .time {
    font-size: 14px;
  }
  .home-two_item {
    margin-bottom: 15px;
  }
  .home-two_box-right {
    padding: 0 15px;
  }
  .home-two_box-item a {
    font-size: 14px;
    line-height: 1.5;
  }
  .home-three_arrow {
    justify-content: center;
    margin: 0 0 10px 0;
  }
  .footer-logo span {
    font-size: 18px;
  }
}

.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: url(../images/columetitle.jpg) center no-repeat;
  background-size: cover;
  line-height: 105px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 320px;
  padding-left: 75px;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #ae2d30;
    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;
    background: url(../images/menu-icon-arrow-white.png) center no-repeat;
    width: 22px;
    height: 15px;
  }
}

.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 250px;
  margin-right: 50px;
}
.page-menu {
  
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  
  color: #333;
  background: #fff url(../images/jt1.png) right 40% center no-repeat;
  transition: all 0.3s;
}
.page-menu_item.on a,
.page-menu_item:hover a {
  background-image: url(../images/jt2.png);
  color: #ae2d30;
  background: #dfe3de;
    text-align: center;
}
.page-menu_item.on {
  font-weight: bold;
}

.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;
  white-space: no-wrap;
}
.page-wrap_right-title span {
  font-size: 20px;
  font-weight: bold;
  color: #ae2d30;
  margin-left: 5px;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  line-height: 20px;
  background: url(../images/location.png) left center no-repeat;
}
.page-wrap_right .crumbs a:hover {
  color: #ae2d30;
}
@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: 9999;
    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 #ae2d30;
    background-position: right 10px center;
  }
  .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-wrap_right .crumbs {
    font-size: 14px;
  }
}


.page-wrap_left .page-title h3 {
   background: #7c886e;
    background-size: cover;
    line-height: 70px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}






.home-title {
  position: relative;
}
.home-title_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  background: url(../images/t_bg.png) top 10px center no-repeat;
}
.home-title_more img {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}
.home-title_more p {
  font-size: 14px;
  color: #333;
}

@media (max-width: 990px) {
  .home-title_more img {
    height: 15px;
  }
  .home-title_more p {
    font-size: 12px;
  }
}


