/* 当前站点公共样式，如公共头部、公共页脚等 */
/* 全局变量 */
:root {
  --color-primary: #00757f;
  --color-secondary: #cfa484;
  --swiper-pagination-color: #047781;
  --swiper-pagination-bullet-inactive-color: #047781;
}

.page-list-v-more{
width: 100%;
    background: #F6E9E9;
    color: #9D0001;
display:none;
cursor: pointer;
}
.page-list-v-more{
  position: relative;
  z-index: 10;
}
.son_page .inner>.left >div:hover .page-list-v-more{
display:block
}

.page-list-v-more a:hover{
 background: #9D0001;
    color:#F6E9E9 ;
}
.page-list-v-more a{
height: 50px;
    display: block;
}
body {
  background-color: #fff;
}

/* 引入宋体 */
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url('../font/SourceHanSerifCN.ttf');
}

.nav--active {}

/* 头部样式 */
header {
  z-index: 100;
  width: 100%;
}

header>.inner {
  max-width: 100%;
}

header>.inner .top-logo {
  height: 82px;
  background-image: url(../images/nav-bg.png);
  background-size: 100% 100%;
}

header>.inner .top-logo .inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}

header>.inner .top-logo .logo {
  max-height: 55px;
  max-width: 350px;
  position: absolute;
  top: calc(50% - 27.5px);
  left: calc(50% - 175px);
}

header>.inner .top-logo .right {
  display: flex;
  align-items: center;
}

header>.inner .top-logo .right>span {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #FFFFFF;
  opacity: 0.6;
  margin: 0 10px;
}

header>.inner .top-logo .right>a {
  font-size: 14px;
  color: #fff;
}

header>.inner .top-logo .right>a:hover {
  color: #9D0001;
}

header>.inner nav {
  background: #A13838;
  height: 53px;
}

header>.inner nav>.inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

header>.inner nav .nav__item:hover .nav_main {
  transform: scale(1, 1);
  opacity: 1;
}

header>.inner nav .nav__item {
  text-align: center;
  line-height: 53px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  /* padding: 0 20px; */
}

header>.inner nav .nav__item .nav_item {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header>.inner nav .nav__item .nav--active {
  background: #972727;
}

header>.inner nav .nav__item .nav_main {
  width: 140px;
  position: absolute;
  left: calc(50% - 70px);
  top: 53px;
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  opacity: 0;
  z-index: 500;
}

header>.inner nav .nav__item .nav_main a {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: black;
  display: block;
  transition: all 0.2s linear;
}
header>.inner nav .nav__item .nav_main .nav--active{
  color: #fff;
}
header>.inner nav .nav__item .nav_main :hover {
  background-color: #a321231b;
  color: #A32123;
}

header>.inner nav .nav__item:hover {
  background: #972727;
}

header>.inner .search-icon {
  width: 70px;
  color: #9D0001;
  position: relative;
  display: flex;
  align-items: center;
}

header>.inner .search-icon>span {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
}

header>.inner .search-border .submit {
  display: none;
}

header>.inner .search-icon>span:hover {
  color: #9D0001;
}

header>.inner .search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

header>.inner .search-border {
  width: 30px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 36px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 40px;
  font-size: 34px;
  color: #fff;
  -webkit-transition: 0.5s;
  cursor: pointer;
}

header>.inner .search-border form {
  display: flex;
  width: 100%;
  justify-content: center;
}

header>.inner .search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}

header>.inner .search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #9D0001;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}

header>.inner .search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

header>.inner .search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #9D0001;
  height: 36px;
}

header>.inner .search-icon.active .search-border .search-input {
  display: block;
}

header>.inner .search-icon.active .search-border .search-input {
  display: block;
}

.image-g img {
  max-height: 420px;
  min-height: 230px;
}

.article-title {
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
  position: relative;
}

.article-title::after {
  content: "";
  width: 64px;
  height: 10px;
  background: #9d00013d;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 32px);
}

.son_page {
  background-image: url(../images/son-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 736px;
  background-position: bottom left;
  padding: 50px 0;
  min-height: calc(100vh - 480px);
}

.son_page .inner {
  display: flex;
  flex-direction: column;
}

.son_page .inner>.left {
  width: 100%;
  background: #F6E9E9;
  height: fit-content;
  position: relative;
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.son_page .inner>.left .bottom-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 82px;
}

.son_page .inner>.left >div {
  display: block;
  height: 50px;
  min-width: 150px;
  width: auto;
  text-align: center;
  color: #A13838;
  font-size: 16px;
  line-height: 50px;
  flex: 1;
    cursor: pointer;

}
.son_page .inner>.left >a{
  display: block;
  height: 50px;
  min-width: 150px;
  width: auto;
  text-align: center;
  color: #A13838;
  font-size: 16px;
  line-height: 50px;
  flex: 1;
    cursor: pointer;

}
.son_page .inner>.left >div span {
  display: none;
  margin-left: 40px;
}

.son_page .inner>.left >div:hover {
  background: #9D0001;
  color: #fff;
}

.son_page .inner>.left >a:hover {
  background: #9D0001;
  color: #fff;
}
.son_page .inner>.left >div:hover span {
  display: block;
}

.son_page .inner>.left .active {
  background: #9D0001;
  color: #fff;
}

.son_page .inner>.left .active span {
  display: block;
}

.son_page .inner .right {
  width: 100%;
}

.son_page .inner .right .son_page_title {
  width: 100%;
  height: 79px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.son_page .inner .right .son_page_title .left-title {
  padding-top: 10px;
  font-size: 32px;
  height: 82px;
  color: #9D0001;
  font-weight: bolder;
  font-family: "宋体";
}

.son_page .inner .right .son_page_title .right-title {
  font-size: 16px;
  color: #666666;
}

.son_page .inner .right .son_page_title .right-title span {
  width: 3px;
  height: 3px;
  background: #999999;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.son_page_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.son_page_title .left-title {
  font-size: 32px;
  color: #333333;
  font-weight: bolder;
  font-family: "宋体";
}

.son_page_title .right-title {
  font-size: 16px;
  color: #666666;
}

.son_page_title .right-title span {
  display: inline-block;
  margin: 0 10px;
}

.son_page_title .right-title a:hover {
  color: #9D0001;
}

.page-none {
  text-align: center;
  margin: 20px 0;
}

.list-pr-g {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 56px 0 20px;
}

.list-pr-btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #939393;
  margin: 0 5px;
  font-size: 14px;
}

.list-pr-btn:hover {
  background: #9D0001;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}

.list-pr-btn.active {
  background: #9D0001;
  border: 1px solid #9D0001;
  color: #fff;
}

.list-span {
  color: #939393;
  margin: 0 5px;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -5px);
}

/* 移动端头部 */
.search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}

.image-inner {
  height: 100%;
}

.search-border {
  width: 36px;
  box-sizing: border-box;
  height: 36px;
  border-radius: 36px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 34px;
  color: #fff;
  transition: all 0.3s linear;
  /* border: 1px solid #fff; */
}

.search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #9D0001;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}

.search-icon.active .search-border .search-input {
  display: block;
}

.search-icon.active .search-border:hover {
  border: 1px solid #9D0001;
}

.search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.search-icon.active .search-border:hover {
  border: 1px solid #9D0001;
}

.search-icon.active .search-border {
  width: 260px;
  box-sizing: border-box;
  border: 1px solid #9D0001;
  height: 36px;
}

.search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

body.active {
  overflow: hidden;
}

.mobile_header {
  display: none;
  width: 100%;
  height: 100px;
  background-color: #9D0001;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 15px;
}

.mobile_header .header-right {
  right: 6%;
  max-width: 31%;
}

.mobile_header>div {
  height: 100%;
  z-index: 9999;
  position: relative;
}

.mobile_header>div>div.w12 {
  height: 100%;
}

.mobile_header .mobile_header_logo {
  max-height: 83%;
  max-width: 36%;
  min-width: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mobile_header_r {
  font-size: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_header_menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_header_menu>span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 20px;
  transform-origin: 19px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
}

.mobile_header_menu>span:last-child {
  margin-bottom: 0;
}

.mobile_header_menu.active>span {
  opacity: 1;
  transform: rotate(45deg);
}

.mobile_header_menu.active>span:first-child {
  opacity: 1;
  transform: rotate(-45deg);
  position: relative;
  top: 1px;
}

.mobile_header_menu.active>span:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}

#menu-wrapper {
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 999;
  background-color: #9D0001;
  width: 100%;
  color: #ffffff;
  height: calc(100% - 70px);
}

#menu-wrapper.active {
  display: none;
}

#menu-wrapper>div>ul {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#menu-wrapper .mobile_menu_item1 {
  line-height: 50px;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

#menu-wrapper .mobile_menu_item2 {
  background-color: #9D0001;
  display: none;
  color: rgba(255, 255, 255, 0.8);
}

#menu-wrapper .mobile_menu_item2 .arrow_btn::before {
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}

#menu-wrapper .mobile_menu_item2>li {
  line-height: 50px;
  position: relative;
  padding-left: 7%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#menu-wrapper li a {
  z-index: 2;
  position: relative;
  color: #fff;
}

.arrow_btn {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0;
}

.arrow_btn.active::before {
  transform: rotate(45deg);
}

.arrow_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  right: 22px;
  margin: -7px 0 0;
}

/* 缩小后列表 */
.menu-mobile {
  width: 50px;
  height: 60px;
  position: fixed;
  right: 30px;
  top: 30px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.menu-mobile.active {
  right: 50px;
  z-index: 3;
}

.menu-mobile.active .menu-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-mobile.active .menu-line:nth-child(2) {
  opacity: 0;
}

.menu-mobile.active .menu-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu-line {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  margin: 2.5px auto;
  background: #fff;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

footer {
  position: relative;
  padding: 48px 0 60px;
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

footer .inner .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(243deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
}

footer .inner .top-link {
  width: 100%;
  display: flex;
  padding: 23px 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer .inner .top-link span {
  width: 1px;
  height: 16px;
  background: #ffffffa2;
  opacity: 0.5;
  margin: 0 20px;
  display: inline-block;
  margin-bottom: 10px;
}

footer .inner .top-link span:last-child {
  display: none;
}

footer .inner .top-link p {
  color: #fff;
  margin-bottom: 10px;
}

footer .inner .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .inner .content .left p {
  margin-bottom: 20px;
  color: #ffffffa0;
  font-size: 14px;
}

footer .inner .content .left p span {
  width: 80px;
  display: inline-block;
}

footer .inner .content .right {
  display: flex;
}

footer .inner .content .right .code:hover .code-hover {
  display: block;
}

footer .inner .content .right .code {
  width: 50px;
  height: 50px;

  background: #972222;
  border-radius: 6px;
  opacity: 0.87;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

footer .inner .content .right .code .ac {
  display: none;
}

footer .inner .content .right .code .code-hover {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffffff3f;
  padding: 10px;
  left: calc(50% - 60px);
  top: -145px;
  z-index: 10;
  display: none;
}

footer .inner .content .right .code:hover {
  background: #ffffffa7 !important;
}

footer .inner .content .right .code .code-hover .ac {
  display: block;
}

footer .inner .content .right .code .code-hover::before {
  content: "";
  border: 7px solid transparent;
  border-top-color: #ffffff3f;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 10px);
  z-index: 199;
}

footer .inner .content .right .code>img {
  width: 26px;
  height: 26px;
}

footer .inner .content .right .code:nth-of-type(2) {}

.footer-bottom {
  width: 100%;
  height: 50px;
  background: #972222;
  font-size: 14px;
  color: #ffffffb8;
  text-align: center;
  line-height: 50px;
}

footer .inner .top-link p {
  cursor: pointer;
}

footer .inner .top-link p:hover {
  color: #EFD9B0;
}

@media screen and (max-width: 1200px) {
  .home-plateThree>div {
    flex-direction: column;
    padding: 0 10px;
  }

  .home-plateThree>div .plate-left {
    width: 100% !important;
  }

  .home-plateThree>div .plate-right {
    width: 100% !important;
  }

  .search-icon {
    position: absolute !important;
    top: 32%;
    right: 8%;
    color: #fff !important;
  }

  .home-news .inner .main .news-banner {
    width: 100% !important;
  }

  .home-news .inner .main .news-list {
    width: 100% !important;
  }

  header {
    position: relative;
  }

  header>.inner {
    display: none;
  }

  .mobile_header {
    display: block;
    position: relative;
  }

  .son_page>.inner {
    flex-direction: column;
    padding: 0 10px;
  }

  .son_page>.inner>.left {
    width: 100%;
    display: flex;
  }

  .son_page>.inner>.left h2 {
    display: none;
  }

  .son_page>.inner .right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .right .main-banner-item .img {
    display: none;
  }

  .right .main-banner-item .main-banner-main {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .main-list {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .image_list_item {
    width: 100%;
  }

  .image_list_item {
    width: 100% !important;
  }

  .home-news .inner .main .news-banner .news-banner-item {
    width: 100% !important;
  }

  .home-title>img {
    height: 30px !important;
  }

  footer .top .inner p {
    margin-bottom: 20px;
  }

  footer .top .inner div {
    margin-bottom: 20px;
  }

  footer .middle {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  footer .middle>img {
    margin: 20px 0;
    left: 0;
  }

  footer .inner .link-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  footer .inner .content {
    flex-direction: column;
  }

  footer .inner .content .left {
    margin-bottom: 30px;
  }

  footer .inner .content .code {
    margin: 0 20px;
  }

  .body {
    padding: 0 !important;
  }

  .son_page_title {
    display: none;
  }

  .son_page_title .right-title {
    display: none;
  }

  .son_page_title .left-title {
    font-size: 24px;
  }

  .son_page_title {
    height: 55px;
  }

  .image_list_item .main {
    width: 100% !important;
  }
}
