@charset "UTF-8";
.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 {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 0.14rem;
  color: #333333;
}

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

.tow, .hot-news_list-item .text, .page-newlist_item-text .p2, .list_two-item-text .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

.dflex, .page-detail, .main6-flex, .main3-flex, .main2-flex, .main1-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .page-detail, .main6-flex, .main3-flex, .main2-flex, .main1-flex {
    flex-direction: column;
  }
  .dflex > div, .page-detail > div, .main6-flex > div, .main3-flex > div, .main2-flex > div, .main1-flex > div {
    width: 100%;
  }
}

.flex1, .hot-news_list-item .text, .page-detail_left, .page-newlist_item-text, .tuwen_one-item-text-title, .list_two-item-text, .list_one-item-text, .main6-flex_right, .main3-flex_right, .three-slick-item-text, .footer-info_c, .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);
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Bold.ttf);
}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("image/bg.png");
}

.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}

.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("image/close.png") center no-repeat;
}

.pageTips .container .img {
  text-align: center;
}

.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}

.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}

.pageTips .container a.close {
  display: none !important;
}

/* end */
/**/
.bb {
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 0.3rem;
  z-index: 999;
  text-align: center;
  font-size: var(--titleSize);
  animation: 2s linear infinite ani_down;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bb span {
  display: block;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}

@keyframes ani_down {
  0% {
    transform: translateY(0) translateX(-50%);
    opacity: 0;
  }
  20% {
    transform: translateY(0.156vw) translateX(-50%);
    opacity: 1;
  }
  80% {
    transform: translateY(0.52vw) translateX(-50%);
    opacity: 1;
  }
  100%, 90% {
    transform: translateY(0.52vw) translateX(-50%);
    opacity: 0;
  }
}
/**/
.wrap {
  max-width: 14.2rem;
  padding: 0 10px;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 99999;
  left: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  
  height: 2.47rem;
}
.header.fix .top {
  background: #940b0e;
}
.header.fix .nav {
  background: #940b0e;
  height: 1rem;
}
.header .wrap{
max-width: 14rem;
}
.top {
  
  position: relative;
  z-index: 999;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.2rem;
}
.top-wel {
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .top-wel {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .top-wel {
    font-size: 14px;
  }
}
.top-right {
  display: flex;
  align-items: center;
  padding: 50px 0px 0px 0px;
}
.top-links {
  display: flex;
  align-items: center;
}
.top-links a,
.top-links span {
  font-size: 0.15rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .top-links a,
  .top-links span {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .top-links a,
  .top-links span {
    font-size: 14px;
  }
}
.top-links span {
  margin: 0 0.1rem;
}
.top-links a:hover {
  text-decoration: underline;
}
.top-search {
  position: relative;
}
.top-search_btn {
  display: flex;
  cursor: pointer;
}
.top-search_btn img {
width: 0.21rem;
}
.top-search_form {
  width: 2.2rem;
  padding: 0.1rem;
  background: #940b0e;
  position: absolute;
  z-index: 999;
  right: 0;
  margin-top: 0.1rem;
  display: none;
}
.top-search_form.on {
  display: flex;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 0.33rem;
}
.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: 0.35rem;
  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: 0.24rem;
}
.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: 0.1rem;
  }
}

.nav {
  
}
.nav .wrap {
  padding-top: 0rem;
  display: flex;
}
.nav .logo {
  width: 5rem;
  margin-right: 0.4rem;
  display: flex;
}
.nav .logo img {
  -o-object-fit: contain;
     object-fit: contain;
height: 0.87rem;
}
.nav-box {
  display: flex;
  justify-content: space-between;
padding: 20px 0px 0px 0px;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 20px 0px 0px 0px;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1034px) {
  .nav-box_item > a {
    font-size: 0.16rem;
  }
}
@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;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #940b0e;
    min-width: 100%;
  }
  .sub-box .sub-box_item:hover .third-box {
    display: block;
  }
}
.sub-box_item {
  position: relative;
}
.sub-box_item-arrow {
  display: none;
  transition: all 0.5s ease;
}
.sub-box_item-inner > a {
  display: block;
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  text-align: center;
}
.sub-box_item-inner > a:hover {
  background: #fff;
  color: #940b0e;
}

@media (min-width: 990px) {
  .third-box {
    display: none;
    top: 0;
    position: absolute;
    z-index: 9;
    left: 100%;
    background: #940b0e;
    min-width: 100%;
  }
}
.third-box_item a {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 0.15rem;
  padding: 0.13rem 0.17rem;
  background: #940b0e;
  color: #fff;
}
.third-box_item a:hover {
  background: #fff;
  color: #940b0e;
}

@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 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-box_item.act .third-box {
    display: block;
  }
  .sub-box_item.act .sub-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box_item-arrow {
    display: block;
    padding: 5px 10px;
  }
  .sub-box_item-arrow i {
    font-size: 16px;
    color: #fff;
  }
  .sub-box_item-inner {
    display: flex;
    align-items: center;
  }
  .sub-box_item-inner > a {
    flex: 1;
    text-align: left;
    min-width: 1px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
    color: #e7e7e7;
  }
  .third-box {
    display: none;
    background: rgba(0, 0, 0, 0.2);
  }
  .third-box_item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .third-box_item a {
    font-size: 14px;
    text-align: left;
    padding: 8px 15px 8px 40px;
  }
}

.home-title {
  display: flex;
  height: 0.73rem;
  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 0.3rem center;
}
.home-title_text {
  position: relative;
  z-index: 9;
  margin-top: 0.13rem;
  font-size: 0.32rem;
  color: #940b0e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .home-title_text {
    font-size: 0.28pxrem;
  }
}
@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: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  width: 1rem;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1034px) {
  .home-title_more {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .home-title_more {
    font-size: 14px;
  }
}

.box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-title.white .box-title_text span {
  color: #fff;
}
.box-title.white .box-title_more a span {
  color: #fff;
}
.box-title_text {
  height: 0.73rem;
  display: flex;
  align-items: center;
  position: relative;
}
.box-title_text img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0.77rem;
}
.box-title_text span {
  margin-top: 0.5em;
  position: relative;
  z-index: 9;
  white-space: nowrap;
  font-family: "SimHei";
  font-size: 0.38rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .box-title_text span {
    font-size: 0.22pxrem;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 18px;
  }
}
.box-title_more a {
  display: flex;
  align-items: center;
}
.box-title_more a:hover span {
  text-decoration: underline;
}
.box-title_more a span {
  margin-right: 0.1rem;
  font-size: 0.18rem;
  color: #940b0e;
  margin-bottom: 0;
  line-height: 1.5;
}
.box-title_more a img {
width: 0.13rem;
}
@media (max-width: 1034px) {
  .box-title_more a span {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .box-title_more a span {
    font-size: 14px;
  }
}

.footer {
  background: #940b0e;
}
.footer-link {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dc7171;
  display: flex;
  justify-content: space-around;
}
.footer-link_item a {
  display: block;
}
.footer-link_item .img1 {
  display: flex;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.footer-link_item .p1 {
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .footer-link_item .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .footer-link_item .p1 {
    font-size: 14px;
  }
}
.footer-info {
  display: flex;
  padding: 0.35rem 0 0.6rem 0;
}
.footer-info_a {
  width: 4.1rem;
}
.footer-info_a p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .footer-info_a p {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .footer-info_a p {
    font-size: 14px;
  }
}
.footer-info_b {
  width: 6.1rem;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.footer-info_b img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-coptright {
  border-top: 1px solid #d34e4e;
  text-align: center;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .footer-coptright {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .footer-coptright {
    font-size: 14px;
  }
}

.social-list {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.15rem;
  gap: 0.2rem;
}
.social-list_item {
  position: relative;
}
.social-list_item:hover .social-list_item-box {
  transform: translateY(0);
  opacity: 1;
}
.social-list_item-icon {
  height: 0.45rem;
  width: 0.45rem;
  background: #c9393c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list_item-icon img {
  width: 0.3rem;
}
.social-list_item-box {
  position: absolute;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 127%;
  left: 50%;
  margin-left: -0.5rem;
  transform: translateY(-0.4rem);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.social-list_item-box img {
  width: 100%;
}

.body_m {
  overflow: hidden;
}

.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: 0.31rem;
  height: 0.31rem;
  background: url(../images/dot.png) center no-repeat;
  background-size: contain;
  margin: 0 0.13rem !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/dot_on.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 0.1rem;
  }
  .banner .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.05rem !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;
  width: 100%;
}
.one-swiper .swiper-button-prev,
.one-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 35%;
}
.one-swiper .swiper-button-prev i,
.one-swiper .swiper-button-next i {
  color: #fff;
  font-size: 0.2rem;
}
.one-swiper .swiper-button-prev:after,
.one-swiper .swiper-button-next:after {
  display: none;
}
.one-swiper .swiper-pagination {
  position: absolute;
  top: 70%;
  z-index: 99;
  padding-right: 0.35rem;
  display: flex;
  justify-content: flex-end;
  bottom: auto;
}
.one-swiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #cccbcb;
  border: 1px solid transparent;
  margin: 0 0.05rem 0 0 !important;
  opacity: 1;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #940b0e;
  border: 1px solid #fff;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .one-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  height: 4.54rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.one-swiper-item-text .p1 {
  font-size: 0.18rem;
  color: #940b0e;
  margin-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #940b0e;
  padding: 0.8333333333em 0;
}
@media (max-width: 1034px) {
  .one-swiper-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper-item-text .p2 {
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0;
  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;
}
@media (max-width: 1034px) {
  .one-swiper-item-text .p2 {
    font-size: 0.14pxrem;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 12px;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item:hover .two-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.two-swiper-item:hover .two-swiper-item-text .p1 {
  color: #940b0e;
}
.two-swiper-item-img {
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 57.0247933884%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.two-swiper-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.35rem;
  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: 3.4em;
}
@media (max-width: 1034px) {
  .two-swiper-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.two-swiper-item-text .p2 {
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 0.33rem;
  background: url(../images/time.png) left center no-repeat;
    background-size: 0.2rem;
}
@media (max-width: 1034px) {
  .two-swiper-item-text .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p2 {
    font-size: 14px;
  }
}

.three-slick {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.1rem;
}

.three-slick-item {
  display: flex;
}
.three-slick-item:hover .three-slick-item-img .inner-bg {
  transform: scale(1.1);
}
.three-slick-item-img {
  width: 17.7857142857%;
  overflow: hidden;
}
.three-slick-item-img .inner-bg {
  padding-bottom: 127.3092369478%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.three-slick-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.three-slick-item-text {
  padding-left: 3.3854166667vw;
}
.three-slick-item-text .p1 {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 1.0416666667vw;
  line-height: 1.5;
  border-bottom: 1px solid #9d581c;
  padding: 0.6818181818em;
}
@media (max-width: 1034px) {
  .three-slick-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .three-slick-item-text .p1 {
    font-size: 14px;
  }
}
.three-slick-item-text .p2 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1034px) {
  .three-slick-item-text .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .three-slick-item-text .p2 {
    font-size: 14px;
  }
}

.four-slick {
  position: relative;
}
.four-slick-item {
  display: block;
  padding: 0 0.6rem;
  position: relative;
}
.four-slick-item:hover .four-slick-item-img .inner-bg {
  transform: scale(1.1);
}
.four-slick-item:hover .four-slick-item-text .p1 {
  color: #940b0e;
}
.four-slick-item-img {
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.four-slick-item-img .inner-bg {
  padding-bottom: 121.875%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.four-slick-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.four-slick-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1034px) {
  .four-slick-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .four-slick-item-text .p1 {
    font-size: 14px;
  }
}

.six-swiper {
  position: relative;
  overflow: hidden;
}
.six-swiper-item {
  display: block;
  padding: 0 0.1rem;
}
.six-swiper-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0.2rem;
  right: 0;
  bottom: 0.2rem;
  border: 1px solid #940b0e;
}
.six-swiper-item:hover .six-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.six-swiper-item:hover .six-swiper-item-text .p1 {
  color: #940b0e;
}
.six-swiper-item-img {
  overflow: hidden;
}
.six-swiper-item-img .inner-bg {
  padding-bottom: 56.8764568765%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.six-swiper-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.six-swiper-item-text {
  background: #e2d4b9;
  padding: 0.2rem;
}
.six-swiper-item-text .p3 {
  display: flex;
  margin-bottom: 0.25rem;
}
.six-swiper-item-text .p3 span {
  background: #940b0e;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.05rem 0.2rem;
}
.six-swiper-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1034px) {
  .six-swiper-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .six-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.six-swiper-item-text .p2 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #6d6d6d;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .six-swiper-item-text .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .six-swiper-item-text .p2 {
    font-size: 14px;
  }
}

.ten-swiper {
  margin-top: 0.3rem;
  position: relative;
  overflow: hidden;
}
.ten-swiper .swiper-button-prev,
.ten-swiper .swiper-button-next {
  position: absolute;
  z-index: 9988;
  bottom: 0.15rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: auto;
  transform: translateY(0);
}
.ten-swiper .swiper-button-prev:after,
.ten-swiper .swiper-button-next:after {
  display: none;
}
.ten-swiper .swiper-button-prev::before,
.ten-swiper .swiper-button-next::before {
  content: "";
  width: 21px;
  height: 44px;
}
.ten-swiper .swiper-button-prev {
  transform: translateX(-2.7rem);
}
.ten-swiper .swiper-button-prev::before {
  background: url(../images/l2.png) no-repeat;
}
.ten-swiper .swiper-button-next {
  transform: translateX(2rem);
}
.ten-swiper .swiper-button-next::before {
  background: url(../images/r2.png) no-repeat;
}
.ten-swiper .swiper-slide {
  width: 2.33rem;
}
.ten-swiper .swiper-slide-active {
  width: 3.31rem;
}
.ten-swiper .swiper-slide-active .ten-swiper-item-img .inner-bg {
  padding-bottom: 125.2265861027%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ten-swiper-item {
  display: block;
}
.ten-swiper-item:hover .ten-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.ten-swiper-item-img {
  overflow: hidden;
}
.ten-swiper-item-img .inner-bg {
  padding-bottom: 125.321888412%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ten-swiper-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}

.main1 {
  background: #fff url(../images/bg2.png) bottom center no-repeat;
  background-size: 100%;
  padding: 0.5rem 0;
}
.main1-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 0.35rem;
}
.main1-flex_left {
  width: 54.9285714286%;
}
.main1-flex_right {
  width: 42.8571428571%;
}

.main2 {
  background: #f7f3e8;
  padding: 0.65rem 0 0.95rem 0;
}
.main2-flex {
  justify-content: space-between;
}
.main2-flex_left {
  width: 36.4285714286%;
}
.main2-flex_right {
  width: 60%;
}

.main3 {
  border-top: 0.04rem solid #940b0e;
  background: #f7f3e8;
  position: relative;
}
.main3:before {
  content: "";
  width: 4.05rem;
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.main3::after {
  content: url(../images/bg4.png);
  position: absolute;
  bottom: 0.2rem;
  right: 2.6rem;
}
.main3-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.main3-title img {
  height: 0.73rem;
}
.main3-title span {
  margin-left: 0.2rem;
  font-size: 0.38rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-family: "SimHei";
}
@media (max-width: 1034px) {
  .main3-title span {
    font-size: 0.22pxrem;
  }
}
@media (max-width: 990px) {
  .main3-title span {
    font-size: 18px;
  }
}
.main3-title span.s1 {
  margin-top: -0.2rem;
}
.main3 .wrap {
  position: relative;
  z-index: 9;
}
.main3-flex_left {
  width: 1.5rem;
  position: relative;
}
.main3-flex_left .box-title_more {
  position: absolute;
  bottom: 0.9rem;
}
.main3-flex_left .box-title_more a span {
  color: #fff;
}

.main3-flex_right {
  padding: 0.65rem 0 0.8rem 0.6rem;
}

.main4-one {
  padding-top: 0.75rem;
}
.main4-one_mid {
  background: url(../images/bg5.png) bottom center no-repeat;
  height: 2.4rem;
  width: 80%;
  background-size: 100% 100%;
  padding-top: 1.55rem;
}
.main4-two {
  background: url(../images/bg6.png) top center no-repeat;
  background-size: cover;
}
.main4-top {
  display: flex;
  align-items: center;
}
.main4-tab {
  display: flex;
  justify-content: center;
  gap: 0 0.4rem;
}
.main4-tab_item {
  padding: 0 0.45rem;
  cursor: pointer;
  font-size: 0.32rem;
  color: #cfcfcf;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1034px) {
  .main4-tab_item {
    font-size: 0.22pxrem;
  }
}
@media (max-width: 990px) {
  .main4-tab_item {
    font-size: 18px;
  }
}
.main4-tab_item.on {
  color: #fff;
  position: relative;
}
.main4-tab_item.on::before, .main4-tab_item.on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
}
.main4-tab_item.on::before {
  top: 0px;
  background: url(../images/line1.png) center no-repeat;
}
.main4-tab_item.on::after {
  bottom: 0px;
  background: url(../images/line2.png) center no-repeat;
}
.main4-box {
  padding-top: 0.65rem;
}
.main4-box_item {
  height: 0;
  overflow: hidden;
}
.main4-box_item.on {
  overflow: inherit;
  height: auto;
}
.main4-four_arrow {
  display: flex;
  align-items: center;
  padding-left: 2.23rem;
  gap: 0.6rem;
  padding-top: 1rem;
}
.main4-four_arrow > div {
  cursor: pointer;
}
.main4-flex {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
.main4-flex .four-slick {
  width: 57.1428571429%;
  margin-left: auto;
}
.main4-flex .four-slick .slick-prev,
.main4-flex .four-slick .slick-next {
  width: 0.29rem;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.57rem;
  margin-top: 0.2rem;
}
.main4-flex .four-slick .slick-prev {
  background-image: url(../images/l1.png);
  left: -2.6rem;
}
.main4-flex .four-slick .slick-next {
  background-image: url(../images/r1.png);
  left: -2rem;
}

.main5 {
  padding: 0.8rem 0 1.4rem 0;
  background: url(../images/bg7.png) bottom center no-repeat;
  background-size: cover;
}
.main5 .box-title {
  justify-content: flex-start;
}
.main5 .box-title_text {
  cursor: pointer;
}
.main5 .box-title_text + .box-title_text {
  margin-left: 1.3rem;
}
.main5 .box-title_text span {
  color: #aeaeae;
}
.main5 .box-title_text.on span {
  color: #333333;
}
.main5 .box-title_more {
  margin-left: auto;
}
.main5 .box-title_more a {
  display: none;
}
.main5 .box-title_more a.on {
  display: flex;
}
.main5-box {
  margin-top: 0.3rem;
}
.main5-box_item {
  display: none;
}
.main5-box_item.on {
  display: block;
}

.main6 {
  background: url(../images/bg8.png) top 0.7rem center no-repeat;
  background-size: cover;
  padding-bottom: 1.45rem;
  margin-top: 1.1rem;
  transform: translateY(-0.7rem);
}
.main6-flex {
  justify-content: space-between;
}
.main6-flex_left {
  width: 4.4rem;
  position: relative;
  z-index: 989;
}
.main6-flex_left-img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
}
.main6-flex_left-img img {
  width: 3.91rem;
}
.main6-flex_video {
  height: 100%;
}
.main6-flex_video-item {
  display: none;
  height: 100%;
}
.main6-flex_video-item:hover .play.pause {
  display: block;
}
.main6-flex_video-item-video {
  position: relative;
  display: block;
  height: 100%;
}
.main6-flex_video-item-text {
  display: none;
}
.main6-flex_video-item .play {
  position: absolute;
  margin: auto;
  width: 0.9rem;
  height: 0.9rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: url(../images/play.png) center no-repeat;
  background-size: contain;
}
.main6-flex_video-item .play.pause {
  display: none;
  background: url(../images/pause.svg) center no-repeat;
  background-size: contain;
}
.main6-flex_video-item video,
.main6-flex_video-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.main6-flex_video-item.on {
  display: block;
}
.main6 .box-title {
  background: #940b0e;
  padding: 0 0.3rem 0.1rem 0.3rem;
}
.main6-tab {
  background: #940b0e;
  padding: 0.2rem;
}
.main6-tab-item {
  height: 1.33rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #fff;
  position: relative;
  cursor: pointer;
}
.main6-tab-item:last-child {
  border-bottom: none;
}
.main6-tab-item .p1 {
  position: relative;
  z-index: 2;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "SimHei";
}
@media (max-width: 1034px) {
  .main6-tab-item .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .main6-tab-item .p1 {
    font-size: 14px;
  }
}
.main6-tab-item:hover:after, .main6-tab-item.on:after {
  content: "";
  position: absolute;
  left: -0.2rem;
  right: -0.55rem;
  top: -1px;
  bottom: -1px;
  background: url(../images/bg10.png) center no-repeat;
  background-size: 100% 100%;
}

.main7 {
  background: url(../images/bg11.png) center no-repeat;
  background-size: cover;
  margin-top: -0.7rem;
  padding: 0.65rem 0 1.2rem 0;
}

.list_one-item {
  padding: 0.13rem 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
}
.list_one-item a:hover .list_one-item-text .p1 {
  color: #940b0e;
}
.list_one-item-time {
  border-right: 1px solid #F1E2E3;
  padding-right: 0.2rem;
  text-align: right;
  color: #940b0e;
}
.list_one-item-time .p1 {
  font-size: 0.14rem;
}
.list_one-item-time .p2 {
  font-size: 0.18rem;
  color: inherit;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Merriweather";
}
@media (max-width: 1034px) {
  .list_one-item-time .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 14px;
  }
}
.list_one-item-text {
  padding-left: 0.2rem;
}
.list_one-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .list_one-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}

.list_two {
  margin-top: 0.3rem;
}
.list_two-item {
  border-bottom: 1px dashed #ACACAC;
  padding: 0.14rem 0;
}
.list_two-item:last-child {
  border-bottom: none;
}
.list_two-item a {
  display: flex;
  align-items: center;
}
.list_two-item a:hover .list_two-item-text .p1 {
  color: #940b0e;
}
.list_two-item-time {
  color: #940b0e;
  width: 0.9rem;
  text-align: center;
}
.list_two-item-time .p1 {
  font-size: 0.14rem;
}
.list_two-item-time .p2 {
  font-size: 0.18rem;
  color: inherit;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: "Merriweather";
}
@media (max-width: 1034px) {
  .list_two-item-time .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 14px;
  }
}
.list_two-item-text {
  padding-left: 0.2rem;
}
.list_two-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1034px) {
  .list_two-item-text .p1 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 14px;
  }
}

.tuwen_one {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.tuwen_one-item {
  width: calc(50% - 0.15rem);
}
.tuwen_one-item a {
  display: block;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1 {
  color: #940b0e;
}
.tuwen_one-item-img {
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  height: 2.52rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.6s ease-in-out;
}
.tuwen_one-item-text {
  background: #ffffff;
  padding: 0.07rem 0;
  display: flex;
  align-items: center;
}
.tuwen_one-item-text-time {
  text-align: center;
  width: 1rem;
  color: #940b0e;
}
.tuwen_one-item-text-time .p1 {
  font-size: 0.14rem;
}
.tuwen_one-item-text-time .p2 {
  font-size: 0.18rem;
  color: inherit;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Merriweather";
}
@media (max-width: 1034px) {
  .tuwen_one-item-text-time .p2 {
    font-size: 0.16rem;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text-time .p2 {
    font-size: 14px;
  }
}
.tuwen_one-item-text-title .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  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: 1034px) {
  .tuwen_one-item-text-title .p1 {
    font-size: 0.14pxrem;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text-title .p1 {
    font-size: 12px;
  }
}

.page-banner {
  padding-bottom: 26.9270833333%;
  position: relative;
}
.page-banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-box {
  padding: 0.65rem 0 1.8rem;
  position: relative;
}

.page-title {
  position: absolute;
  bottom: 100%;
  z-index: 99;
  width: 100%;
  left: 0;
}
.page-title_txt {
  position: relative;
  height: 1.49rem;
  display: flex;
  align-items: center;
}
.page-title_txt::before {
  content: "";
  position: absolute;
  width: 6.99rem;
  bottom: 0;
  height: 100%;
  top: 0;
  right: auto;
  left: -2.6rem;
  background: url(../images/colbg.png) no-repeat center/100% 100%;
}
.page-title_txt span {
  font-size: 0.44rem;
  color: #fff;
  position: relative;
  z-index: 8;
}
.page-title_txt i {
  display: none;
}

.page-menu {
  position: absolute;
  display: none;
}

.page-crumbs {
  padding-bottom: 0.3rem;
  border-bottom: 0.02rem solid #e3e3e3;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.16rem;
  color: #6d6d6d;
}
.page-crumbs .icon-home1 {
  color: #940b0e;
  margin-right: 0.05rem;
  font-size: 0.16rem;
}
.page-crumbs a:hover {
  color: #940b0e;
}

.page-single {
  font-size: 0.2rem;
  line-height: 2;
  color: #000;
}
.page-single img,
.page-single iframe,
.page-single video {
    max-width: 100%
}

.page-newlist_item {
  padding-bottom: 0.357rem;
  margin-bottom: 0.415rem;
  border-bottom: 1px dashed rgba(192, 0, 0, 0.3);
}
.page-newlist_item a {
  display: flex;
  align-items: center;
}
.page-newlist_item a:hover .page-newlist_item-img .inner-bg {
  transform: scale(1.1);
}
.page-newlist_item a:hover .page-newlist_item-text .p2 {
  color: #940b0e;
}
.page-newlist_item-img {
  width: 3.25rem;
  overflow: hidden;
}
.page-newlist_item-img .inner-bg {
  padding-bottom: 66.6381522669%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-newlist_item-img .inner-bg {
  transition: all 0.5s ease-in-out;
}
.page-newlist_item-text {
  padding: 0.39rem 0.33rem 0.2rem 0.37rem;
  background: #faf8f8;
}
.page-newlist_item-text .p1 {
  font-size: 0.16rem;
  color: #940b0e;
  margin-bottom: 0.25rem;
}
.page-newlist_item-text .p2 {
  font-size: 0.18rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.page-newlist_item-text .p3 {
  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: 0.16rem;
  line-height: 1.71;
  color: #999999;
}

.social-share .icon-weibo {
  background-image: url(../images/share_weibo.svg) !important;
}

.social-share .icon-wechat {
  background-image: url(../images/share_weixin.svg) !important;
}

.page-detail_left {
  border-right: 1px solid #e0e0e0;
  padding-right: 1rem;
}
.page-detail_right {
  width: 3.82rem;
  padding-left: 0.44rem;
}
.page-detail_title {
  line-height: 1.3;
  font-size: 0.32rem;
  margin: 0;
}
.page-detail_info {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.3rem;
}
.page-detail_info span {
  font-size: 0.16rem;
  color: #999999;
}
.page-detail_share {
  margin: 0.1rem 0 0.4rem 0;
}
.page-detail_pn {
  font-size: 0.18rem;
  color: #232222;
}
.page-detail_pn-item {
  margin-top: 0.15rem;
}
.page-detail_pn-item a:hover {
  color: #940b0e;
}

.hot-news_title {
  line-height: 1.3;
  font-size: 0.32rem;
  margin-bottom: 0.04rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.3rem;
}
.hot-news_list-item {
  align-items: center;
  padding: 0.26rem 0;
  border-bottom: 1px solid rgba(227, 227, 227, 0.8);
}
.hot-news_list-item a {
  display: flex;
  align-items: center;
}
.hot-news_list-item .time {
  width: 0.67rem;
  height: 0.65rem;
  background: #940b0e;
  border-radius: 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 0.21rem;
}
.hot-news_list-item .time .p1 {
  font-size: 0.27rem;
  font-weight: bold;
}
.hot-news_list-item .time .p2 {
  font-size: 0.13rem;
}
.hot-news_list-item .text {
  font-size: 0.16rem;
  line-height: 1.625;
  font-weight: bold;
}

@media (max-width: 990px) {
  .page-title_txt {
    height: auto;
    justify-content: space-between;
    padding: 10px 10px 10px 0;
  }
  .page-title_txt::before {
    background: #940b0e;
    clip-path: polygon(0 0, 96% 0, 100% 48px, 100% 100%, 0 100%);
    width: calc(100% + 25px);
    left: -10px;
    bottom: -1px;
  }
  .page-title_txt span {
    font-size: 16px;
  }
  .page-title_txt i {
    display: block;
    color: #fff;
    z-index: 99;
  }
  .page-menu {
    display: none;
    background: #940b0e;
    z-index: 99;
    left: 0px;
    right: 0;
  }
  .page-menu_item {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .page-menu_item a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px;
  }
  .page-crumbs {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.15rem;
    font-size: 14px;
  }
  .page-crumbs .icon-home1 {
    margin-right: 5px;
    font-size: 14px;
  }
  .page-crumbs a:hover {
    color: #940b0e;
  }
  .page-box {
    padding: 0.2rem 0;
  }
  .page-single {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-single img,
  .page-single video,
  .page-single iframe {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  .page-banner {
    padding-bottom: 50%;
  }
  .page-newlist_item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .page-newlist_item a {
    flex-direction: column;
  }
  .page-newlist_item-img {
    width: 100%;
  }
  .page-newlist_item-text {
    padding: 10px;
    width: 100%;
  }
  .page-newlist_item-text .p1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page-newlist_item-text .p2 {
    font-size: 15px;
  }
  .page-newlist_item-text .p3 {
    font-size: 13px;
  }
  .page-detail_left {
    border-right: 1px solid #e0e0e0;
    padding-right: 0;
  }
  .page-detail_right {
    padding-left: 0;
  }
  .page-detail_title {
    font-size: 18px;
  }
  .page-detail_info {
    margin-top: 10px;
    gap: 10px;
    margin-bottom: 20px;
  }
  .page-detail_info span {
    font-size: 14px;
  }
  .page-detail_share {
    margin: 10px 0 20px 0;
  }
  .page-detail_pn {
    font-size: 14px;
  }
  .page-detail_pn-item {
    margin-top: 10px;
  }
  .hot-news {
    margin-top: 20px;
  }
  .hot-news_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .hot-news_list-item {
    padding: 10px 0;
  }
  .hot-news_list-item .time {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .hot-news_list-item .time .p1 {
    font-size: 16px;
  }
  .hot-news_list-item .time .p2 {
    font-size: 12px;
  }
  .hot-news_list-item .text {
    font-size: 14px;
  }
  .social-share {
    font-size: 14px !important;
  }
}
/*分页*/
.page_div {
  margin: 0.9rem 0 0;
  color: #666666;
  text-align: center;
  display: flex;
  font-size: 0.18rem;
  align-items: center;
  justify-content: center;
}

.page_div button {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.46rem;
  border: 0px solid #dce0e0;
  text-align: center;
  margin: 0 0.04rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* font-weight: bold; */
  border-radius: 0.04rem;
  font-family: "微软雅黑";
  background: none;
}

#nextPage,
#prePage {
  /* width: 0.9rem; */ /* color: #c90011; */ /* font-size: 0.3rem; */ /* font-family: fangsong; */ /* font-weight: bold; */
}

#nextPage,
#prePage {
  width: 0.8rem;
}

.page_div .current {
  background-color: #940b0e;
  border-color: #940b0e;
  color: #fff;
  font-weight: bold;
}

.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #465ea5;
  margin: 0 5px;
}

.page_div button:disabled {
  /* opacity:.5; */
  cursor: no-drop;
  color: #666;
}

.totalNum,
.totalList,
#firstPage,
#lastPage {
  display: none;
}

.page_div button {
  border: 1px solid #707070;
}

#page {
  margin-top: 0.6rem;
  margin-bottom: 0.75rem;
}

.page_div .white {
  margin: 0 0.14rem;
  width: 0.46rem;
  line-height: 0.46rem;
  display: inline-block;
  border-radius: 0.04rem;
  border: 1px solid #707070;
  text-align: center;
  background: #fff;
  font-size: 0.185rem;
  color: #666;
}

#prePage {
  margin-left: 0.3rem;
}

button#jump {
  width: 0.8rem;
  background-color: #940b0e;
  border-color: #940b0e;
  color: #fff;
  margin-left: 0.06rem;
}

div#wp_paging_w6 {
  display: none;
}

@media screen and (max-width: 999px) {
  .page_div span,
  .page_div input,
  button#jump {
    display: none !important;
  }
  .page_div {
    margin: 15px 0;
  }
  #firstPage,
  #lastPage,
  #nextPage,
  #prePage {
    /* width: 0.9rem; */
    /* height: 0.7rem; */
    /* line-height: 0.7rem; */
  }
  .page_div button {
    line-height: 0.7rem;
    height: 0.7rem;
    width: 0.7rem;
    margin: 0 2px;
  }
}
@media screen and (max-width: 479px) {
  #nextPage,
  #prePage {
    width: auto;
    /* padding: 0 5px; */
    /* line-height: 27px; */
    /* height: 27px; */
  }
  .page_div button {
    border: 1px solid #b5b5b5;
    height: 27px;
    line-height: 27px;
    width: 26px;
    flex: none;
  }
}
.col-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-menu li {
  list-style: none;
}
.col-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-menu ul li {
  list-style: none;
}

.col-menu .col-menu-item {
  display: flex;
  margin-bottom: 0.84rem;
}

.col-menu .col-menu-item .col-menu-link {
  width: 2.86rem;
  height: 2.6rem;
  display: flex;
  flex: none;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  border-radius: 0.1rem;
  background: linear-gradient(220.16deg, rgb(151, 40, 49) -1.927%, rgb(203, 100, 52) 86.299%);
  align-items: center;
  font-size: 0.24rem;
  font-family: "SourceHanSansCN-Bold";
  gap: 0.25rem;
}

.col-menu .col-menu-item .col-sub-menu {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 3px 40px 0px rgba(184, 44, 41, 0.16);
  background: rgba(255, 255, 255, 0.97);
  flex: 1;
  margin-top: 0.53rem;
  margin-left: -0.54rem;
  height: 2.53rem;
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
  display: flex;
  /*  flex-direction: column;*/
  flex-wrap: wrap;
}

.col-menu .col-menu-item .col-sub-menu li {
  width: 33.3%;
}

.col-menu .col-menu-item.i2 .col-sub-menu li {
  width: 25%;
}

.col-menu .col-menu-item.i3 .col-sub-menu li {
  width: 25%;
}

.col-menu .col-menu-item.i4 .col-sub-menu li {
  width: 20%;
}

.col-menu .col-menu-item:nth-child(2n) .col-sub-menu {
  margin-left: 0;
  margin-right: -0.53rem;
}

.col-menu .col-menu-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.col-menu .col-menu-item .col-sub-menu a {
  font-size: 0.18rem;
  line-height: 0.48rem;
  padding-left: 0.3rem;
  background: url(../images/jgdot.svg) no-repeat left/0.15rem;
}

.col-menu .col-menu-item .column-icon img {
  width: 0.56rem;
}

@media screen and (max-width: 999px) {
  .col-menu .col-menu-item {
    display: block;
    margin-bottom: 30px;
  }
  .col-menu .col-menu-item .col-sub-menu {
    margin: 0 !important;
    animation: 0;
    flex-direction: row;
    height: auto;
  }
  .col-menu .col-menu-item .col-sub-menu li.col-sub-item {
    width: 33.33%;
  }
  .col-menu .col-menu-item .col-menu-link {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .col-menu .col-menu-item .col-sub-menu li.col-sub-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .col-menu .col-menu-item .col-sub-menu {
    padding: 20px 10px;
  }
  .col-menu .col-menu-item .col-sub-menu a {
    font-size: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1040px) {
  .wrap {
    max-width: 1054px;
  }
  .footer-info {
    align-items: center;
  }
  .footer-info_a,
  .footer-info_b,
  .footer-info_c {
    width: 32%;
  }
  .main3:before {
    width: 1.3rem;
  }
}
@media (max-width: 990px) {

.main3-flex_left .box-title_more {
  bottom: 14px;
  right: 10px;
}
  .header {
    border-top: 2px solid #940b0e;
  }
  .nav {
    height: auto;
    padding: 10px;
    position: relative;
  }
  .nav .wrap {
    justify-content: space-between;
    align-items: center;
  }
  .banner .bb {
    display: none;
  }
  .mob-search_btn {
    margin-left: auto;
  }
  .scroll {
    padding-top: 0;
  }
  .list_one-item-time .p1 {
    font-size: 12px;
  }
  .top-right {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .tuwen_one {
    gap: 10px;
  }
  .tuwen_one-item {
    width: calc(50% - 5px);
  }
  .main3:before {
    display: none;
  }
  .main3:after {
    right: 0;
    bottom: 5px;
    background-size: 100%;
    transform: scale(0.5);
    transform-origin: right bottom;
  }
  .main3 .wrap {
    padding: 0;
  }
  .main3-flex {
    flex-direction: column;
  }
  .main3-flex_left {
    width: 100%;
  }
  .main3-flex_left .main3-title {
    flex-direction: row;
    align-items: center;
    background: #940b0e;
    padding: 0.1538461538rem;
    justify-content: flex-start;
  }
  .main3-flex_left .main3-title img {
    height: 0.4615384615rem;
  }
  .main3-flex_left .main3-title span {
    margin: 0;
  }
  .main3-flex_left .main3-title .s1 {
    margin: 0 0 0 -0.1538461538rem;
  }
  .main3-flex_right {
    padding: 0.1538461538rem;
    padding-bottom: 0.4615384615rem;
  }
  .one-swiper .swiper-pagination {
    top: 65%;
  }
  .one-swiper .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
  }
  .main2,
  .main1,
  .main5,
  .main6,
  .main7 {
    padding: 0.3076923077rem 0;
  }
  .main5 .box-title_text + .box-title_text {
    margin-left: 20px;
  }
  .main4-one {
    padding-top: 0.3076923077rem;
  }
  .main4-one_mid {
    width: 100%;
    order: 3;
    height: 1.4rem;
    padding-top: 0.8rem;
  }
  .main4-top {
    flex-wrap: wrap;
  }
  .main4-top .box-title_more {
    margin-left: auto;
  }
  .main4-two {
    background: url(../images/bg11.jpg) top center no-repeat;
    background-size: cover;
  }
  .main4-tab_item {
    font-size: 0.2461538462rem;
    padding: 0 0.1538461538rem;
  }
  .main4-flex {
    display: none;
  }
  .three-slick-item {
    flex-direction: column;
  }
  .three-slick-item-img {
    width: 80%;
    margin: 0 auto;
  }
  .main4-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .three-slick {
    margin-bottom: 0;
  }
  .three-slick .slick-prev {
    background: url(../images/l3.png) center no-repeat;
    background-size: inherit;
  }
  .three-slick .slick-next {
    background: url(../images/r3.png) center no-repeat;
    background-size: inherit;
    right: 0;
  }
  .main6-flex_left-img,
  .main6-tab {
    display: none;
  }
  .main6-flex_left,
  .main6-flex_right {
    width: 100%;
  }
  .main6-flex_left .box-title {
    padding: 10px;
  }
  .main6-flex_video-item-video {
    height: 300px;
  }
  .main6-flex_video-item-text {
    display: block;
    font-size: 16px;
    padding: 10px;
    background: #940b0e;
    color: #fff;
  }
  .main6-flex_video-item {
    display: block !important;
  }
  .ten-swiper .swiper-button-prev::before,
  .ten-swiper .swiper-button-next::before {
    background-size: 70%;
    background-position: center;
  }
  .ten-swiper .swiper-button-prev {
    transform: translateX(-2.4rem);
  }
  .ten-swiper .swiper-button-next {
    transform: translateX(1.8rem);
  }
  .ten-swiper .swiper-button-prev,
  .ten-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .main6 {
    margin-top: 0;
    transform: translateY(0);
  }
  .footer-link {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-link_item {
    width: calc(33.33% - 8px);
  }
  .main7 {
    margin-top: 0;
  }
  .footer-info {
    flex-direction: column;
    padding: 10px 0;
  }
  .footer-info > div {
    width: 100%;
    margin-top: 10px;
  }
  .footer-info_c .social-list {
    justify-content: center;
  }
  .top-right {
    flex-wrap: wrap;
  }
  .top-search {
    width: 100%;
  }
  .top-search_btn {
    display: none;
  }
  .top-search_form {
    display: flex;
    width: 100%;
    position: static;
    padding: 0;
  }
  .top-search_form-input {
    height: 35px;
  }
  .top-search_form-btn {
    width: 35px;
  }
}