.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 a, .list_one-item .p1, .tuwen_one-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .header-logo a img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_six-box, .layout_three-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_six-box, .layout_three-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_six-box > div, .layout_three-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .page-list_item a, .layout_page-right {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img, .two-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-item-img .inner-bg, .two-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg, .two-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #a42721;
}
.top-box {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.top-links {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-links span {
  margin: 0 20px;
}
.top-search_form {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  right: 0;
  width: 225px;
  height: 42px;
  background: #a42721;
  border: 5px solid #fff;
}
.top-search_form.on {
  display: flex;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 42px;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  cursor: pointer;
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 11px;
}
.header_menu-btn {
  display: none;
}
.header_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.header_menu-btn i.icon-system-close {
  display: none;
}
.header_menu-btn.on .icon-menu {
  display: none;
}
.header_menu-btn.on .icon-system-close {
  display: block;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 26.7222222222%;
}
.header-logo a {
  display: flex;
}
@media (max-width: 990px) {
  .header_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.mobnav_box {
  display: none;
}

.nav-box {
  width: 71.1527777778%;
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  display: block;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: #a42721;
}
.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: #a42721;
    min-width: 100%;
  }
}
.sub-box_item > a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .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: 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;
  }
}

.layout_title {
  position: relative;
  margin-bottom: 35px;
}
.layout_title-text {
  font-size: 40px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 20px;
  background: url(../images/t_bg.png) bottom center no-repeat;
  display: flex;
  justify-content: center;
}
@media (max-width: 1500px) {
  .layout_title-text {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 20px;
  }
}
.layout_title-text .s2 {
  color: #b8a16b;
}
.layout_title-more {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.layout_title-more a {
  font-size: 24px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  padding-right: 20px;
  padding-bottom: 15px;
  background: url(../images/t_bg2.png) right bottom no-repeat;
  position: relative;
}
@media (max-width: 1500px) {
  .layout_title-more a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_title-more a {
    font-size: 14px;
  }
}
.layout_title-more a:after {
  position: absolute;
  content: "";
  height: 1px;
  right: 14px;
  left: 0;
  bottom: 7px;
  background: #bca775;
}
.layout_title-more a:hover {
  color: #bca775;
}

.footer-logo {
  display: flex;
}
.footer-contact h4 {
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .footer-contact h4 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .footer-contact h4 {
    font-size: 18px;
  }
}
.footer-contact p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.2;
}
@media (max-width: 1500px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}
.footer-ewm {
  display: flex;
  justify-content: space-between;
}
.footer-ewm_item {
  width: calc(33.33% - 11px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-ewm_item img {
  margin-bottom: 10px;
  width: 100%;
}
.footer-ewm_item p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .footer-ewm_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-ewm_item p {
    font-size: 14px;
  }
}
.footer .copyright {
  background: #a42721;
  text-align: center;
  padding: 8px 0;
}
.footer .copyright p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .footer .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 45.3125%;
  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 {
  padding-right: 4.6875%;
  bottom: 50px;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 9px !important;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.layout_bg-one {
  background: url(../images/container01_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1500px) {
  .layout_bg-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_bg-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 68.669527897%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  background: #fff;
  border: 1px solid #f2f3f6;
  border-top: 0;
  border-bottom: 3px solid #a42721;
  padding: 5px 20px;
}
.two-swiper-item-text p {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 88px;
}
@media (max-width: 1500px) {
  .two-swiper-item-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text p {
    font-size: 14px;
  }
}

.layout_one {
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 50%;
}
.layout_one-right {
  width: 47.9166666667%;
}

.layout_three {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fdf8f8;
  background: url(../bg2.png) center no-repeat;
}
@media (max-width: 1500px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_three-box {
  justify-content: space-between;
}
.layout_three-item {
  width: 32.2916666667%;
}

.layout_four {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../bg3.jpg) center no-repeat;
}
@media (max-width: 1500px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_five {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_six {
  background: url(../images/bg4.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1500px) {
  .layout_six {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_six {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_six-box {
  justify-content: space-between;
  align-items: center;
}
.layout_six-left {
  width: 25.6944444444%;
}
.layout_six-mid {
  width: 39.9305555556%;
}
.layout_six-right {
  width: 29.8611111111%;
}

.sun-swiper {
    position: relative;
    overflow: hidden;
padding-bottom: 40px;
}
.tuwen_one-item-img {
  margin-bottom: 25px;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 57.4202496533%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  text-align: center;
}
.tuwen_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .tuwen_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p2 {
  font-size: 16px;
  color: #a2a2a2;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .tuwen_one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 {
    font-size: 14px;
  }
}

.list_one {
  background: url(../images/bg1.png) top 10px left no-repeat;
  padding-left: 40px;
}
.list_one-item {
  padding-bottom: 38px;
}
.list_one-item a {
  display: block;
  border-bottom: #a8a8a8 1px dashed;
}
.list_one-item a:hover .p1 {
  color: #a42721;
}
.list_one-item .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 14px;
  }
}
.list_one-item .p2 {
  font-size: 16px;
  color: #a2a2a2;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .list_one-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 {
    font-size: 14px;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -10px 0 -10px;
}
.list_two-item {
  width: calc(25% - 20px);
  margin: 30px 10px 0 10px;
  border: 1px solid #d9d9d9;
  border-top: 5px solid #a42721;
  background:#ffffff;
  padding: 35px 20px 25px 25px;
  box-shadow: 0px 6px 5.76px 0.24px rgba(114, 10, 10, 0.08);
}
.list_two-item a {
  display: block;
  background: url(../images/bg3.png) left top no-repeat;
  background-size: auto 100%;
  padding-left: 35px;
  height: 140px;
}
.list_two-item a:hover .p2 {
  color: #a42721;
}
.list_two-item a .p1 {
  font-size: 16px;
  color: #a2a2a2;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .list_two-item a .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a .p1 {
    font-size: 14px;
  }
}
.list_two-item a .p2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 74.4px;
}
@media (max-width: 1500px) {
  .list_two-item a .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a .p2 {
    font-size: 14px;
  }
}

.list_three-item {
  margin-bottom: 29px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #aaaaaa;
  border: 1px solid #d9d9d9;
}
.list_three-item a {
  display: flex;
  padding: 25px 30px;
}
.list_three-item a:hover {
background: #a42721;
}
.list_three-item a:hover .p1,
.list_three-item a:hover .p2 {
color: #fff;
}
.list_three-item .p1 {
min-width: 1px;
flex: 1;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
height: 3em;
}
.list_three-item .p2 span {
    font-size: 30px;
display: block;
}
.list_three-item .p2 {
  color: #a42721;
  margin-bottom: 0;
  line-height: 1.5;
    font-size: 14px;
    font-style: italic;
    font-family: "Times New Roman";
margin-right: 15px;
}
@media (max-width: 1500px) {
  .list_three-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item .p2 {
    font-size: 14px;
  }
}

.list_four {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0 -5px;
}
.list_four-item {
  width: calc(16% - 10px);
  margin: 10px 5px 0 5px;
}
.list_four-item a {
  display: block;
}
.list_four-item-img .inner-bg {
  padding-bottom: 25.9154929577%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page_banner {
  padding-bottom: 26.0416666667%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.mob_page-menu-btn {
  display: none;
}

.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: #a42721;
  border-color: #a42721;
  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: #a42721;
}

.layout_page {
  padding-bottom: 120px;
}
.layout_page-box {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 990px) {
  .layout_page-left {
    width: 320px;
    margin-top: -120px;
    z-index: 100;
    position: relative;
    padding-bottom: 60px;
  }
  .layout_page-left:after {
    width: 100%;
    height: calc(100% - 0.8rem);
    background: url(../images/nav-bg.png) no-repeat bottom #a42427;
    background-size: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-left-title {
    background: url(../images/nav-top.png) no-repeat center;
    padding: 40px 20px 30px 45px;
    background-size: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  .layout_page-left-title span {
    display: block;
    line-height: 1.6;
    padding-top: 4px;
    position: relative;
  }
  .layout_page-left-title span:after {
    bottom: auto;
    top: 0;
    width: 21px;
    height: 2px;
    background: #e7b21d;
    content: "";
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .layout_page-menu {
    padding-bottom: 55px;
    position: relative;
  }
  .layout_page-menu:after {
    background: #f5f8ff;
    height: 100%;
    left: 9px;
    right: 0;
    width: auto;
    content: "";
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-menu-item {
    position: relative;
    z-index: 9;
  }
  .layout_page-menu-item p {
    font-size: 18px;
    padding: 0 30px 0 50px;
    line-height: 1.2;
    position: relative;
  }
  .layout_page-menu-item p a {
    display: block;
    cursor: pointer;
    width: 100%;
    color: #333;
    background: url(../images/jt1.png) no-repeat right 30px center;
    border-bottom: 1px dashed #d2d2d2;
    transition: 0.5s;
    padding: 18px 45px 18px 0;
  }
  .layout_page-menu-item p:after {
    width: auto;
    height: auto;
    background: url(../images/nav-on.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    top: -12px;
    right: -10px;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: 0.5s;
  }
  .layout_page-menu-item:hover p:after, .layout_page-menu-item.on p:after {
    opacity: 1;
  }
  .layout_page-menu-item:hover a, .layout_page-menu-item.on a {
    color: #fff;
    background: url(../images/jt2.png) no-repeat right 25px center;
  }
}
.layout_page-right {
  padding: 40px 0 0 60px;
}
.layout_page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.layout_page-top-title {
  font-size: 32px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 1500px) {
  .layout_page-top-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-title {
    font-size: 14px;
  }
}
.layout_page-top-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 4px;
  left: 0;
  background: #a42721;
}
.layout_page-top-crumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.layout_page-top-crumbs i {
  margin-right: 5px;
  font-size: 20px;
  color: #a42721;
}
.layout_page-top-crumbs span {
  margin: 0 5px;
}
.layout_page-top-crumbs a:hover {
  color: #a42721;
}

.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.page-list_item:hover {
  background: #f8f8f8;
}
.page-list_item:hover a {
  color: #a42721;
}
.page-list_item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a42721;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.page-list_item a {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 60px;
}
@media (max-width: 1500px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 14px;
  }
}
.page-list_item span {
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 10px;
}
@media (max-width: 1500px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
    position: relative;
  }
  .page_banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
  .layout_page-box {
    flex-direction: column;
  }
  .layout_page-right {
    width: 100%;
    padding: 0;
  }
  .page-list_item a {
    line-height: 40px;
  }
  .layout_page-top-title {
    display: none;
  }
  .layout_page-top {
    margin-bottom: 10px;
  }
  .layout_page .wrap {
    padding: 0;
  }
  .layout_page {
    padding-bottom: 0;
  }
  .layout_page-right {
    padding: 15px;
  }
  .layout_page-left {
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 99;
  }
  .layout_page-left-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #a42721;
  }
  .layout_page-left-title span {
    font-size: 18px;
    color: #fff;
  }
  .mob_page-menu-btn i {
    font-size: 18px;
    color: #fff;
  }
  .layout_page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #a42721;
    display: none;
  }
  .layout_page-menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout_page-menu-item p a {
    display: block;
    padding: 5px 20px 0 30px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }
}
@media (max-width: 1500px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one-item {
    padding-bottom: 21px;
  }
  .list_two-item {
    padding: 20px 10px 15px 15px;
  }
  .list_two-item a {
    height: 110px;
  }
  .list_three-item a {
    padding: 15px 20px;
  }
  .list_three-item a:hover .p1 {
    margin: 10px 0;
    height: 42px;
  }
  .two-swiper-item-text p {
    height: 64px;
  }
  .list_two-item a .p1 {
    margin-bottom: 15px;
  }
  .footer-ewm_item p {
    font-size: 14px;
  }
  .footer-ewm_item {
    width: calc(33.33% - 3px);
  }
}
@media (max-width: 990px) {
  .top,
  .nav-box {
    display: none;
  }
  .header {
    padding-top: 10px;
  }
  .header-logo {
    width: 70%;
  }
  .mobnav_box {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
  }
  .mobnav_box.on {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .mobnav_box-close {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .mobnav_box-close i {
    font-size: 30px;
    color: #fff;
  }
  .mobnav_box .nav-box {
    display: block;
    width: 100%;
  }
  .mobnav_box .sub-box_item a {
    text-align: left;
  }
  .mobnav_box-inner {
    margin-left: 20%;
    background: #a42721;
    height: 100%;
  }
  .mobnav_box .top-box {
    flex-direction: column;
    height: auto;
    padding: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mobnav_box .top-links {
    flex-wrap: wrap;
  }
  .mobnav_box .top-links span {
    margin: 5px;
  }
  .mobnav_box .top-search {
    width: 100%;
    margin: 10px 0;
  }
  .mobnav_box .top-search_btn {
    display: none;
  }
  .mobnav_box .top-search_form {
    display: flex;
    position: static;
    border: 1px solid #fff;
    width: 100%;
    height: 35px;
  }
  .layout_title {
    margin-bottom: 15px;
  }
  .layout_title-text {
    padding-bottom: 10px;
    background-size: auto 5px;
  }
  .tuwen_one-item-img {
    margin-bottom: 10px;
  }
  .layout_one-left {
    margin-bottom: 15px;
  }
  .layout_one {
    padding-bottom: 20px;
  }
  .list_two {
    margin: -15px -5px 0 -5px;
  }
  .list_two-item {
    width: calc(50% - 10px);
    margin: 15px 5px 0 5px;
    border-top: 3px solid #a42721;
    padding: 10px;
  }
  .list_two-item a {
    padding-left: 20px;
    height: auto;
    padding-bottom: 10px;
  }
  .list_two-item a .p1 {
    margin-bottom: 5px;
  }
  .list_two-item a .p2 {
    height: 47.6px;
  }
  .list_three-item {
    margin-bottom: 15px;
  }
  .list_four-item {
    width: calc(50% - 10px);
  }
  .layout_six-left {
    margin-bottom: 10px;
  }
  .footer-contact h4 {
    margin-bottom: 10px;
  }
  .layout_six-mid {
    margin-bottom: 10px;
  }
.list_three-item .p2 span {
font-size: 20px;
}
.list_three-item .p1 {
font-size: 14px;
}
}


.share {
  padding-bottom: 50px;
}
@font-face {
  font-family: "socialshare";
  src: url("../fonts/share/iconfont.eot");
  src: url("../fonts/share/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/share/iconfont.woff") format("woff"),
    url("../fonts/share/iconfont.ttf") format("truetype"),
    url("../fonts/share/iconfont.svg#iconfont") format("svg");
}
.social-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 250px;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 20px;
  border-radius: 2px;
  line-height: 28px;
  border: 1px solid;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: 0.6s ease-out 0s;
  background: #fff;
}
.social-share .social-share-icon:hover {
  background: #ff763b;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b !important;
}
.social-share .icon-weibo:hover {
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7 !important;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #fdbe3d;
  border-color: #fdbe3d;
}
.social-share .icon-qzone:hover {
  background: #fdbe3d;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}
.social-share .icon-linkedin:hover {
  background: #0077b5;
}
.social-share .icon-facebook {
  color: #44619d;
  border-color: #44619d;
}
.social-share .icon-facebook:hover {
  background: #44619d;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307dca;
  border-color: #307dca;
}
.social-share .icon-diandian:hover {
  background: #307dca;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549 !important;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 100;
  bottom: -205px;
  left: -84px;
  width: 200px;
  height: 196px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
  top: auto;

    box-sizing: content-box;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -16px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}