.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: 14px;
  color: #333333;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-list_item a,
.one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.footer-logo img,
.nav .logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex,
.main4-right_box,
.main4-box,
.main3-box,
.main1-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex,
  .main4-right_box,
  .main4-box,
  .main3-box,
  .main1-box {
    flex-direction: column;
  }
  .dflex > div,
  .main4-right_box > div,
  .main4-box > div,
  .main3-box > div,
  .main1-box > div {
    width: 100%;
  }
}

.flex1,
.page-list_item a,
.layout_page-right,
.main7-item_right,
.main7-item.on .main7-item_right,
.main1-mid,
.three-swiper-item-text,
.nav-box {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

@keyframes scal {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.wrap {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .header {
    opacity: 0;
    transition: all 0.7s ease-out 0s;
    transform: translateY(-100%);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .body_home.showdiv .header {
    transform: translateY(0);
    opacity: 1;
  }
  .body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 99999;
    overflow: auto;
    outline: none;
  }
  .body_b.showdiv {
    top: 0;
  }
  .body_b.showdiv .header_pos {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
  }
  .header_pos {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
  }
  .header_pos .nav {
    height: 5.2083333333vw;
  }
}
.top {
  background: #940b0e;
  position: relative;
  z-index: 999;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.top-wel {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .top-wel {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-wel {
    font-size: 14px;
  }
}
.top-right {
  display: flex;
  align-items: center;
}
.top-links {
  display: flex;
  align-items: center;
}
.top-links a,
.top-links span {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .top-links a,
  .top-links span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-links a,
  .top-links span {
    font-size: 14px;
  }
}
.top-links span {
  margin: 0 10px;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-search {
  position: relative;
}
.top-search_btn {
  display: flex;
  cursor: pointer;
}
.top-search_form {
  width: 220px;
  padding: 10px;
  background: #940b0e;
  position: absolute;
  z-index: 999;
  right: 0;
  margin-top: 10px;
  display: none;
}
.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;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 33px;
}
.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: 35px;
  font-size: 0;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    display: none;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: url(../images/bg1.png) top left no-repeat;
  background-size: 100% 100%;
  height: 12.8645833333vw;
}
.nav .wrap {
  padding-top: 15px;
  display: flex;
}
.nav .logo {
  width: 27.1428571429%;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 7px 0;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1420px) {
  .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 {
  border-bottom-color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #940b0e;
    min-width: 100%;
    overflow: hidden;
  }
}
.sub-box_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-box_item > a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #fff;
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #940b0e;
    top: 100%;
  }
  .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;
    line-height: 1.5;
    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;
  height: 73px;
  justify-content: center;
  background-size: contain;
  background: url(../images/t_bg.png) center no-repeat;
  align-items: center;
  position: relative;
}
.home-title.flex-start {
  justify-content: flex-start;
  background-position: left 30px center;
}
.home-title_text {
  position: relative;
  z-index: 9;
  margin-top: 13px;
  font-size: 32px;
  color: #940b0e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .home-title_text {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .home-title_text {
    font-size: 20px;
  }
}
.home-title_more {
  background: url(../images/more_bg.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  width: 100px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1420px) {
  .home-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .home-title_more {
    font-size: 14px;
  }
}

.footer-top {
  background: #940b0e;
  padding: 1.9791666667vw 0 1.4583333333vw;
}
.footer-top .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  margin-bottom: 1.8229166667vw;
}
.footer-text {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.9;
}
@media (max-width: 1420px) {
  .footer-text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer-text {
    font-size: 15px;
  }
}
.footer-share {
  display: flex;
  padding-right: 0.5208333333vw;
  margin-bottom: 5px;
}
.footer-share_item {
  position: relative;
  margin-right: 1.71875vw;
  width: 37px;
  height: 37px;
  border-radius: 8px;
  background: #c9393c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer-share_item:hover .footer-share_item-pop {
  display: block;
}
.footer-share_item-pop {
  position: absolute;
  bottom: calc(100% + 16px);
  width: 6.40625vw;
  height: 6.40625vw;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: none;
}
.footer-share_item-pop:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  background: rgb(255, 255, 255);
}
.footer-share_item-pop img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-copyright {
  background: #a81014;
  padding: 0.78125vw 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1420px) {
  .footer-copyright {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 0;
  position: relative;
  height: 100vh;
}
.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: 3.6458333333vw;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 31px;
  height: 31px;
  background: url(../images/dot.png) center no-repeat;
  background-size: contain;
  margin: 0 13px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/dot_on.png) center no-repeat;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
    height: auto;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
  background: url(../images/bg3.png) top 1.5625vw center no-repeat;
  background-size: 100% 100%;
}
.one-swiper .swiper-slide {
  padding: 0 0.625vw;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item-img {
  margin-bottom: 1.0416666667vw;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 61.9047619048%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  background: url(../images/bg19.png) top left no-repeat;
  padding: 0.78125vw 1.3020833333vw;
}
.one-swiper-item-text .p1 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0.8854166667vw;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .one-swiper-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 15px;
  }
}
.one-swiper-item-text .p2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .one-swiper-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 12px;
  }
}
.one-swiper-item-text .p2 span {
  font-weight: bold;
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1420px) {
  .one-swiper-item-text .p2 span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 span {
    font-size: 15px;
  }
}
.one-swiper .swiper-pagination {
  position: absolute;
  right: 10px;
  left: auto;
  width: auto;
  bottom: 2.0833333333vw;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 21px;
  height: 21px;
  background: #fff;
  background-clip: content-box;
  border: 1px dashed transparent;
  padding: 4px;
  margin: 0 3px !important;
}
.one-swiper .swiper-pagination-bullet-active {
  border-color: #fff;
}

.two-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 2.8645833333vw;
}
.two-swiper .swiper-wrapper {
  flex-wrap: wrap;
  margin: -15px -6px 0 -6px;
}
.two-swiper .swiper-slide {
  width: calc(25% - 12px);
  margin: 15px 6px 0 6px;
}
.two-swiper .swiper-slide-active,
.two-swiper .swiper-slide:first-child {
  margin-top: 2.0833333333vw;
}
.two-swiper .swiper-slide-active .two-swiper-item,
.two-swiper .swiper-slide:first-child .two-swiper-item {
  padding-bottom: 2.6041666667vw;
  background: url(../images/bg17.png) top center no-repeat;
  background-size: 100% 100%;
}
.two-swiper .swiper-slide-active:hover .two-swiper-item,
.two-swiper .swiper-slide:first-child:hover .two-swiper-item {
  background: url(../images/bg5.png) top center no-repeat !important;
  background-size: cover !important;
}
.two-swiper .swiper-slide-duplicate-prev,
.two-swiper .swiper-slide:last-child {
  margin-top: 2.0833333333vw;
}
.two-swiper .swiper-slide-duplicate-prev .two-swiper-item,
.two-swiper .swiper-slide:last-child .two-swiper-item {
  padding-bottom: 2.6041666667vw;
  background: url(../images/bg16.png) top center no-repeat;
  background-size: 100% 100%;
}
.two-swiper .swiper-slide-duplicate-prev .two-swiper-item .p4,
.two-swiper .swiper-slide:last-child .two-swiper-item .p4 {
  justify-content: flex-end;
}
.two-swiper .swiper-slide-duplicate-prev:hover .two-swiper-item,
.two-swiper .swiper-slide:last-child:hover .two-swiper-item {
  background: url(../images/bg21.png) top center no-repeat !important;
  background-size: cover !important;
}
.two-swiper .swiper-slide:hover .two-swiper-item {
  background: #940b0e url(../images/bg20.png) right -50px bottom -50px no-repeat;
  border-top-color: transparent;
  border-radius: 7px;
}
.two-swiper .swiper-slide:hover .two-swiper-item .p1,
.two-swiper .swiper-slide:hover .two-swiper-item .p2,
.two-swiper .swiper-slide:hover .two-swiper-item .p3,
.two-swiper .swiper-slide:hover .two-swiper-item .p4 {
  color: #fff;
}
.two-swiper .swiper-slide:hover .two-swiper-item .img {
  background-image: url(../images/r_h.png);
}
.two-swiper-item {
  display: block;
  border-top: 4px solid #cfc7ca;
  background: #fff;
  padding: 1.5625vw 0.8854166667vw;
  border-radius: 0 0 6px 6px;
}
.two-swiper-item .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 1.0416666667vw;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .two-swiper-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item .p1 {
    font-size: 14px;
  }
}
.two-swiper-item .p2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0.625vw;
  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;
}
@media (max-width: 1420px) {
  .two-swiper-item .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item .p2 {
    font-size: 15px;
  }
}
.two-swiper-item .p3 {
  font-size: 18px;
  color: #999999;
  margin-bottom: 1.5625vw;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
@media (max-width: 1420px) {
  .two-swiper-item .p3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item .p3 {
    font-size: 14px;
  }
}
.two-swiper-item .p4 {
  display: flex;
}
.two-swiper-item .p4 .img {
  background: url(../images/r.png) center no-repeat;
  background-size: contain;
  width: 21px;
  height: 19px;
}

.three-swiper {
  width: 71.4285714286%;
  position: relative;
  overflow: hidden;
}
.three-swiper-item {
  display: flex;
opacity: 0;
}
.three-swiper .swiper-slide-active .three-swiper-item {
opacity: 1;
}
.three-swiper-item-img {
  margin-top: 2.6041666667vw;
  width: 44.5%;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin-right: 2.6041666667vw;
}
.three-swiper-item-img .inner-bg {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.three-swiper-item-img:hover .inner-bg {
  transform: scale(1.15);
}
.three-swiper-item-img::after {
  position: absolute;
  left: 13px;
  top: 17px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
  margin: 2px 2px 0 0;
  content: "";
  background: #940b0e;
}
.three-swiper-item-img .inner-bg {
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
}
.three-swiper-item-text .p1 {
  display: flex;
  margin-bottom: 0.78125vw;
}
.three-swiper-item-text .p1 span {
  font-size: 26px;
  color: #940b0e;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1420px) {
  .three-swiper-item-text .p1 span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p1 span {
    font-size: 18px;
  }
}
.three-swiper-item-text .p1 span:before,
.three-swiper-item-text .p1 span:after {
  content: "";
  width: 50%;
  position: absolute;
  height: 4px;
  bottom: 0;
}
.three-swiper-item-text .p1 span:before {
  background: #f18f03;
  left: 0;
}
.three-swiper-item-text .p1 span:after {
  background: #294ca5;
  right: 0;
}
.three-swiper-item-text .p2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 1.5625vw;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .three-swiper-item-text .p2 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p2 {
    font-size: 15px;
  }
}
.three-swiper-item-text .p3 {
  font-size: 20px;
  color: #797979;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .three-swiper-item-text .p3 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .three-swiper-item-text .p3 {
    font-size: 15px;
  }
}

.four-swiper {
  position: relative;
  overflow: hidden;
}
.four-swiper .swiper-slide {
  margin-top: 0;
  transition: margin 0.5s ease-out;
}
.four-swiper .swiper-slide-next {
  margin-top: 1.7708333333vw;
}
.four-swiper .swiper-slide-active {
  margin-top: 4.6875vw;
}
.four-swiper .swiper-slide-duplicate-prev {
  margin-top: 6.25vw;
}
.four-swiper-item {
  display: block;
}
.four-swiper-item-img {
  position: relative;
  padding: 5px;
  margin-bottom: 0.9375vw;
}
.four-swiper-item-img .inner-bg {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.four-swiper-item-img::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  content: "";
  background: #940b0e;
}
.four-swiper-item-img .inner-bg {
  position: relative;
  z-index: 99;
}
.four-swiper-item-text .p1 {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .four-swiper-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .four-swiper-item-text .p1 {
    font-size: 16px;
  }
}

.main1 {
  padding: 7.8125vw 0 3.90625vw 0;
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
}
.main1-box {
  margin-top: 2.0833333333vw;
}
.main1-left,
.main1-right {
  width: 21.2857142857%;
}
.main1-mid {
  margin: 0 13px;
}

.main2 {
  background: url(../images/bg4.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 3.125vw 0 5.2083333333vw 0;
}

.main3 {
  padding: 3.125vw 0;
}
.main3-box {
  margin-top: 2.0833333333vw;
  position: relative;
}
.main3-left {
  width: 40.3571428571%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main3-right {
  margin-left: 35.3571428571%;
  width: 64.6428571429%;
}
.main3-imgs {
  padding: 1.5625vw 0;
  background: url(../images/bg7.png) center no-repeat;
  background-size: auto 100%;
}
.main3-imgs_item {
  display: none;
}
.main3-imgs_item {
  position: relative;
  padding-bottom: 66.66%;
}
.main3-imgs_item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.main3-imgs_item.on {
  display: block;
}

.main4 {
  padding: 3.125vw 0;
}
.main4-box {
  margin-top: 2.0833333333vw;
}
.main4-left {
  width: 25%;
}
.main4-mid {
  width: 25%;
}
.main4-mid .main4-item_img .inner-bg {
  padding-bottom: 180%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main4-right {
  width: 50%;
}
.main4-right .main4-item_img .inner-bg {
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main4-right_box-item {
  width: 50%;
}
.main4-right_box-item .main4-item_img .inner-bg {
  padding-bottom: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main4-right_fllow {
  background: url(../images/img12.png) center no-repeat;
  background-size: contain;
  height: 100%;
  padding-top: 3.9583333333vw;
}
.main4-right_fllow .p1 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0.78125vw;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .main4-right_fllow .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .main4-right_fllow .p1 {
    font-size: 14px;
  }
}
.main4-right_fllow .follow-list {
  padding: 0 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}
.main4-right_fllow .follow-list_item {
  width: 33.33%;
  position: relative;
  text-align: center;
  margin-top: 2.0833333333vw;
}
.main4-right_fllow .follow-list_item:hover .follow-list_item-pop {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.main4-right_fllow .follow-list_item-pop {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  bottom: calc(100% + 10px);
  transition: all 0.5s ease;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.main4-right_fllow .follow-list_item-pop:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  background: rgb(255, 255, 255);
}
.main4-right_fllow .follow-list_item-pop img {
  width: 80px;
}
.main4-item {
  display: block;
  position: relative;
}
.main4-item:hover .inner-bg {
  transform: scale(1.15);
}
.main4-item_play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main4-item_img {
  overflow: hidden;
}
.main4-item_img .inner-bg {
  padding-bottom: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main4-item_img .inner-bg {
  transition: all 0.5s ease;
}
.main4-item_text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg8.png) left bottom no-repeat;
  background-size: 100% 100%;
  padding: 1.40625vw;
  display: flex;
  width: 100%;
  align-items: center;
}
.main4-item_text img {
  margin-right: 10px;
}
.main4-item_text span {
  font-size: 27px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .main4-item_text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .main4-item_text span {
    font-size: 16px;
  }
}

.main5 {
  background: url(../images/bg9.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 3.125vw 0 5.2083333333vw 0;
}
.main5 .wrap {
  position: relative;
}
.main5-tab {
  position: absolute;
  right: 0;
  top: 3.125vw;
  background: url(../images/bg10.png) right top repeat-y;
  padding: 28px 45px 0 26px;
  z-index: 99;
}
.main5-tab_item {
  background: url(../images/bg11.png) center no-repeat;
  background-size: contain;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 22px;
  color: #e3b48a;
  margin: 29.5px 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.main5-tab_item.on,
.main5-tab_item:hover {
  background: url(../images/bg12.png) center no-repeat;
  color: #fff;
}
.main5-tab_item.on::after,
.main5-tab_item:hover::after {
  content: "";
  background: url(../images/bg18.png) center no-repeat;
  width: 33px;
  height: 43px;
  position: absolute;
  right: -45px;
  top: calc(50% - 22px);
}
.main5-box {
  height: 33.8541666667vw;
  position: absolute;
  left: 0;
  top: 0;
width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main5-box.on {
position: static;
  visibility: visible;
  opacity: 1;
}
.main5-box_wrap {
  margin-top: 3.6458333333vw;
position: relative;

}
.main5-box_pos {
  position: absolute;
  left: 27.8645833333vw;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.main5-box_arrow {
  display: flex;
  justify-content: center;
}
.main5-box_arrow > div {
  cursor: pointer;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #940b0e;
  margin: 0 1.5625vw;
}

.main6 {
  padding-top: 4.1666666667vw;
  background: url(../images/bg13.png) top center no-repeat;
}
.main6-info {
  margin-top: 1.8229166667vw;
  max-width: 68.5714285714%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3.6458333333vw;
}
.main6-info p {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .main6-info p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .main6-info p {
    font-size: 14px;
  }
}
.main6-box {
  background: url(../images/main4.png) top center no-repeat;
  height: 648px;
  position: relative;
}
.main6-box_center {
  position: absolute;
  width: 313px;
  height: 313px;
  left: calc(50% - 156.5px);
  bottom: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main6-box_center::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(148, 11, 14, 0.08);
}
.main6-box_center::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 29px;
  right: 29px;
  bottom: 29px;
  top: 29px;
  border-radius: 50%;
  background: rgba(148, 11, 14, 0.2);
}
.main6-box_center span {
  position: relative;
  z-index: 3;
  display: flex;
  background: #940b0e;
  border-radius: 50%;
}
.main6-box_center:hover::after {
  animation: scal 0.7s linear 0s;
}
.main6-box_center:hover::before {
  animation: scal 0.7s linear 0.1s;
}
.main6-list-item {
  position: absolute;
}
.main6-list-item-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main6-list-item-text .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .main6-list-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .main6-list-item-text .p1 {
    font-size: 14px;
  }
}
.main6-list-item-text .p2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #940b0e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .main6-list-item-text .p2 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .main6-list-item-text .p2 {
    font-size: 20px;
  }
}
.main6-list-item-text .p2 span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #940b0e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-left: 5px;
}
.main6-list-item:nth-of-type(1) {
  width: 350px;
  height: 150px;
  display: flex;
  align-items: center;
  bottom: 18%;
  left: 3%;
}
.main6-list-item:nth-of-type(1) .main6-list-item-text {
  flex: 1;
}
.main6-list-item:nth-of-type(2) {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 59%;
  left: 19%;
}
.main6-list-item:nth-of-type(2) .main6-list-item-text {
  width: 110px;
}
.main6-list-item:nth-of-type(2) .main6-list-item-svg {
  align-self: flex-end;
}
.main6-list-item:nth-of-type(3) {
  width: 250px;
  height: 180px;
  display: flex;
  justify-content: space-between;
  top: -4%;
  left: 45.3%;
}
.main6-list-item:nth-of-type(3) .main6-list-item-text {
  order: 1;
  align-self: flex-start;
}
.main6-list-item:nth-of-type(3) .main6-list-item-svg {
  align-self: flex-end;
}
.main6-list-item:nth-of-type(4) {
  width: 270px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 17.2%;
  right: 16%;
}
.main6-list-item:nth-of-type(4) .main6-list-item-text {
  margin-top: 20px;
  order: 2;
}
.main6-list-item:nth-of-type(5) {
  width: 330px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 57%;
  right: 4%;
}
.main6-list-item:nth-of-type(5) .main6-list-item-text {
  margin-top: 20px;
  order: 2;
}
.main7 {
  padding-top: 3.125vw;
}
.main7-box {
  margin-top: 2.6041666667vw;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
.main7-item {
  width: 12.4%;
  display: flex;
  height: 500px;
  transition: all 0.5s ease;
}
.main7-item:nth-of-type(1) .main7-item_left {
  background: #940b0e;
}
.main7-item:nth-of-type(2) .main7-item_left {
  background: #aa5150;
}
.main7-item:nth-of-type(3) .main7-item_left {
  background: #fff0ed;
}
.main7-item:nth-of-type(3) .main7-item_left .p2 {
  border-color: #940b0e;
}
.main7-item:nth-of-type(3) .main7-item_left a,
.main7-item:nth-of-type(3) .main7-item_left .p1 {
  color: #940b0e;
}
.main7-item:nth-of-type(4) .main7-item_left {
  background: #fddad3;
}
.main7-item:nth-of-type(4) .main7-item_left .p2 {
  border-color: #940b0e;
}
.main7-item:nth-of-type(4) .main7-item_left a,
.main7-item:nth-of-type(4) .main7-item_left .p1 {
  color: #940b0e;
}
.main7-item:nth-of-type(5) .main7-item_left {
  background: #9d2424;
}
.main7-item.on {
  width: 50%;
}
.main7-item.on .main7-item_left {
  width: 24.857%;
}
.main7-item.on .main7-item_right {
  display: block;
}
.main7-item_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.0416666667vw;
  cursor: pointer;
}
.main7-item_left .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  padding-top: 95px;
  margin-bottom: 80px;
}
@media (max-width: 1420px) {
  .main7-item_left .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .main7-item_left .p1 {
    font-size: 14px;
  }
}
.main7-item_left .p2 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #fff;
  margin-bottom: 90px;
}
.main7-item_left a {
  font-size: 16px;
  color: #fff;
}
.main7-item_right {
  display: none;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main7-item_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  
}

.main8 {
  background: url(../images/bg14.png) bottom center no-repeat;
  background-size: cover;
  padding: 4.1666666667vw 0 20px 0;
}
.main8-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.78125vw;
  margin-top: 1.5625vw;
}
.main8-list a {
  display: flex;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  flex: none;
  align-items: center;
  width: calc(10% - 1.5625vw);
  margin: 0 0.78125vw 1.8229166667vw 0.78125vw;
  border-bottom: 1px solid #bfbebe;
  height: 2.5em;
  padding-left: 0.4em;
}
@media (max-width: 1420px) {
  .main8-list a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .main8-list a {
    font-size: 14px;
  }
}
.main8-list a:hover {
  background: url(../images/bg15.png) center no-repeat;
  background-size: 100% 100%;
  border-bottom: 1px solid transparent;
}

.list_one-item + .list_one-item {
  border-top: 1px solid #e0e0e0;
}
.list_one-item {
  margin-right: 4.9479166667vw;
  padding: 1.3020833333vw 0;
  transition: all 0.5s;
}
.list_one-item a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
  display: block;
  transition: all 0.5s;
}
@media (max-width: 1420px) {
  .list_one-item a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item a {
    font-size: 15px;
  }
}
.list_one-item.on {
  margin-right: 0;
  background: url(../images/bg6.png) left center no-repeat;
  background-size: 100% 100%;
  padding: 2.0833333333vw 1.3020833333vw;
  border: none;
}
.list_one-item.on a {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1420px) {
  .list_one-item.on a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item.on a {
    font-size: 17px;
  }
}
.list_one-item.on + .list_one-item {
  border: none;
}

.tuwen_one-item + .tuwen_one-item {
  margin-top: 0.8854166667vw;
}
.tuwen_one-item a {
  display: block;
}
.tuwen_one-item a:hover .inner-bg {
  transform: scale(1.15);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1 {
  color: #940b0e;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .line {
  background: #940b0e;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .icon {
  background-image: url(../images/time_on.png);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .time {
  color: #940b0e;
}
.tuwen_one-item-img {
  margin-bottom: 10px;
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 62.7516778523%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  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;
}
@media (max-width: 1420px) {
  .tuwen_one-item-text .p1 {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tuwen_one-item-text .p2 .time {
  font-size: 16px;
  color: #099999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 10px;
}
@media (max-width: 1420px) {
  .tuwen_one-item-text .p2 .time {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 .time {
    font-size: 12px;
  }
}
.tuwen_one-item-text .p2 .icon {
  width: 1.1979166667vw;
  height: 1.1979166667vw;
  background: url(../images/time.png) center no-repeat;
  background-size: 100% 100%;
}
.tuwen_one-item-text .p2 .line {
  width: 2.7604166667vw;
  height: 1px;
  background: transparent;
}

.page-header {
  opacity: 1;
  transform: translateY(0);
}

.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: #940b0e;
  border-color: #940b0e;
  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: #940b0e;
}

.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: 1420px) {
  .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: #940b0e;
}
.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: #940b0e;
}
.layout_page-top-crumbs span {
  margin: 0 5px;
}
.layout_page-top-crumbs a:hover {
  color: #940b0e;
}

.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: #940b0e;
}
.page-list_item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #940b0e;
  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: 1420px) {
  .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: 1420px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .mob_page-menu-btn {
    display: block;
  }
  .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-menu.on {
    display: block;
  }
  .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: #940b0e;
  }
  .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: #940b0e;
    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: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .nav .logo {
    padding-right: 1vw;
  }
  .main4-right_fllow {
    padding-top: 30px;
  }
  .main5-box_arrow > div img {
    width: 15px;
  }
  .main6-list-item-text .p2 span {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
  .main7-item_left .p1 br {
    display: none;
  }
  .main6-box {
    height: 580px;
    background-size: 70%;
  }
  .main6-list-item-svg svg {
    width: 100px;
  }
  .main6-list-item:nth-of-type(1) {
    width: 250px;
    height: 100px;
    bottom: 29%;
    left: 1%;
  }
  .main6-list-item:nth-of-type(2) {
    width: 150px;
    height: 220px;
    bottom: 61%;
    left: 19%;
  }
  .main6-list-item:nth-of-type(3) {
    width: 200px;
    height: 160px;
    top: -3%;
    left: 45.3%;
  }
  .main6-list-item:nth-of-type(4) {
    width: 190px;
    height: 110px;
    top: 17.7%;
    right: 15%;
  }
  .main6-list-item:nth-of-type(5) {
    width: 240px;
    height: 100px;
    top: 53%;
    right: 3%;
  }
  .main6-box_center {
    transform: scale(0.8);
  }
  .main7 {
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .nav {
    height: auto;
    padding: 10px;
    position: relative;
  }
  .nav .wrap {
    justify-content: space-between;
    align-items: center;
  }
  .mob-search_btn {
    margin-left: auto;
  }
  .banner .swiper-pagination-bullet-active {
    background-size: 100% 100%;
  }
  .main1 {
    padding: 20px 0;
  }
  .home-title {
    height: auto;
    padding: 5px 0;
    background-size: auto 100%;
    background-position: left 30px center;
    justify-content: space-between !important;
    align-items: center;
  }
  .home-title_text {
    margin-top: 0;
  }
  .home-title_more {
    position: static;
    width: 80px;
    height: 30px;
  }
  .tuwen_one-item-text .p1 {
    margin-bottom: 5px;
  }
  .main1-mid {
    margin: 15px 0;
  }
  .one-swiper-item-text {
    padding: 10px;
  }
  .one-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    padding: 2px;
  }
  .two-swiper .swiper-wrapper {
    margin: -15px 0 0 0;
  }
  .two-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .two-swiper .swiper-wrapper .swiper-slide .two-swiper-item {
    padding: 10px;
    border: 2px solid #cfc7ca !important;
    border-radius: 10px;
  }
  .main3-left {
    position: static;
    transform: translateY(0);
  }
  .list_one-item {
    margin-right: 0;
  }
  .main3-right {
    margin-left: 0;
  }
  .main4-right_fllow {
    background-size: cover;
    padding: 20px;
  }
  .main5-tab {
    position: static;
    background: none;
    display: flex;
    margin-bottom: 15px;
    padding: 0;
  }
  .main5-box_wrap {
    margin-top: 0;
  }
  .three-swiper {
    width: 100%;
  }
  .main5-box_pos {
    position: static;
    margin-top: 20px;
  }
  .main5-box {
    height: auto;
  }
  .three-swiper-item-img {
    padding: 5px;
  }
  .three-swiper-item-img::after {
    position: absolute;
    left: 3px;
    top: 6px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .main5-box_arrow > div {
    width: 20px;
    height: 20px;
  }
  .three-swiper-item-text .p3 {
    font-size: 14px;
  }
  .main5-tab_item {
    width: auto;
    height: auto;
    padding: 7px 20px;
    font-size: 14px;
    margin-right: 10px;
  }
  .main5-tab_item.on {
    background-size: 100% 100%;
  }
  .main5-tab_item:after {
    display: none;
  }
  .main6-info {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px 0;
  }
  .main6-box {
    height: auto;
    background: none;
  }
  .main6-box_center {
    display: none;
  }
  .main6-list {
    display: flex;
    flex-wrap: wrap;
  }
  .main6-list-item {
    position: static;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 50% !important;
    height: auto !important;
    flex-direction: row !important;
  }
  .main6-list-item-text {
    order: 10 !important;
    align-self: center !important;
    flex: 1;
    min-width: 1px;
  }
  .main6-list-item-svg {
    align-self: center !important;
  }
  .main6-list-item-svg svg {
    height: 80px;
    width: auto !important;
  }
  .main6-list-item-text .p2 {
    font-size: 18px;
  }
  .main6-list-item-text .p2 span {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .main7-box {
    flex-direction: column;
  }
  .main7-item {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .main7-item.on {
    width: 100%;
  }
  .main7-item.on .main7-item_left {
    width: 100%;
  }
  .main7-item.on .main7-item_right {
    display: block;
  }
  .main7-item_left {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }
  .main7-item_left .p1 {
    width: 30%;
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .main7-item_left a {
    font-size: 14px;
  }
  .main7-item_right {
    height: auto;
    display: none;
  }
  .main7-item_left .p2 {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  .main7-item_left .p2 img {
    width: 35px;
  }
  .main8-list a {
    width: auto;
    padding: 7px 15px;
    height: auto;
  }
  .footer-top_right {
    display: none;
  }
  .footer-copyright,
  .footer-top {
    padding: 10px 0;
  }
  .nav .logo {
    width: 60%;
  }
  .nav .top-right {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    flex-wrap: wrap;
  }
  .nav .top-search {
    width: 100%;
  }
  .nav .top-search_btn {
    display: none;
  }
  .nav .top-search_form {
    width: 100%;
    display: flex;
    padding: 0;
    position: static;
  }
  .main7-item.on .main7-item_right {
    font-size: 0;
  }
}

.pages {
  padding: 10px 12px 6px;
  clear: both;
}

.pages .s2 {
  background: #1f3a87;
  border: 1px solid #dcdddd;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pages a.s2:visited {
  color: #fff;
}

.pages a {
  padding: 4px 5px 0;
  color: #1e50a2;
  background: #fff;
  border: 1px solid #dcdddd;
  text-align: center;
}

.pages a:visited {
  color: #1f3a87;
}

.pages a:hover {
  color: #fff;
  background: #1e50a2;
  border: 1px solid #1e50a2;
}

.pages .s3 {
  cursor: default;
  padding: 4px 5px 0;
  margin: 5px 4px 0 0;
  color: #ccc;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.video-box {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

    .jgsz {
      display: flex;
      background: #EBF1F7;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .jgsz-item {
      width: 49%;
      margin-bottom: 20px;
    }

    .jgsz-item_title {
      background-color: rgba(213, 189, 189, 1);
      padding: 1em 1.25em;
      line-height: 1.25;
      font-size: 24px;
      color: #910C0E;
      font-weight: bold;
    }

    .jgsz-item-list {
      background: rgba(244, 227, 227, 1);
      padding: 20px 30px;
    }

    .jgsz-item-list p {
      font-size: 18px;
      padding: 4px 0;
      padding-left: 0.55em;
      border-left: 2px solid #910C0E;
      margin-bottom: 1.2em;
    }

    .jgsz-item-list a {
      display: block;
      line-height: 1.6;
      color: #333;
    }

    @media (max-width: 990px) {
      .jgsz {
        flex-direction: column;
      }

      .jgsz-item {
        width: 100%;
      }

      .jgsz-item_title {
        font-size: 18px;
      }

      .jgsz-item-list {
        padding: 10px 15px;
      }

      .jgsz-item-list p {
        font-size: 14px;
      }
    }