/* 当前站点公共样式，如公共头部、公共页脚等 */
/* 全局变量 */
:root {
  --color-primary: #00757f;
  --color-secondary: #cfa484;
  --swiper-pagination-color: #047781;
  --swiper-pagination-bullet-inactive-color: #047781;
}
.son_page .inner > .left .page-list-v-more a{
font-size:16px;
    text-indent: 20px;
}
.son_page .inner > .left .open .page-list-v-more{
display:none;
}
h2{
margin-bottom:0;
}
.son_page .inner > .left .open .item span {
    transform: rotate(0deg);
}
body {
  background-color: #fff;
}
/* 引入宋体 */
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url('../font/SourceHanSerifCN.ttf');
}
/* 头部样式 */
header {
  z-index: 100;
  width: 100%;
}
header .top-logo {
  width: 100%;
  height: 120px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .top-logo > .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-logo > .inner .logo {
 width: auto;
  height: 44px;
}
header .top-logo > .inner nav {
  height: 100%;
  width: calc(100% - 470px);
display:flex;
}
header .top-logo > .inner nav .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-logo > .inner nav .nav-active .nav-item-bg {
  display: block !important;
}
header .top-logo > .inner nav .nav-active>a {
  position: relative;
  z-index: 15;
color: #fff !important;
}
header .top-logo > .inner nav .nav__item:hover .nav_main {
    display: block;
    background: url(../images/nav-item-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 130px;
}
header .top-logo > .inner nav .nav__item:hover .nav-item-bg {
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  background: #CC9D6D;
}
header .top-logo > .inner nav .nav__item:hover > a {
  color: #fff !important;
}
header .top-logo > .inner nav .nav__item {
  flex:1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .top-logo > .inner nav .nav__item .nav_main::before {
    content: "";
    width: 100%;
    height: 38px;
    background-color: transparent;
    position: absolute;
    top: -38px;
    left: 0;
}
header .top-logo > .inner nav .nav__item .nav_main::after {
  content: "";
  width: 3px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: -26px;
  left: calc(50% - 1.5px);
}
header .top-logo > .inner nav .nav__item .nav_main {
  position: absolute;
  background-color: #FDF3EF;
  top: 143px;
      left: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F8F1E0;
  border-top: 3px solid #D64C3B;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: all 0.3s linear;
    transform: translateX(-50%);
    padding-bottom: 80px;
 padding-top: 20px;
}
header .top-logo > .inner nav .nav__item .nav_main a {
    transition: all 0.3s linear;
    color: #fff;
    /* height: 23px; */
    height: auto;
    display: block;
    padding: 10px 10px;
    /* width: 100%; */
    /* display: block; */
    writing-mode: inherit;
    /* letter-spacing: 2px; */
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
header .top-logo > .inner nav .nav__item .nav_main a:hover{
color:#CC9D6D;
}
header .top-logo > .inner nav .nav__item:hover{

background: #CC9D6D!important ;
}
header .top-logo > .inner nav .nav__item .nav-item-bg {
  display: none !important ;
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: 10;
}
header .top-logo > .inner nav .nav__item a {
  color: #fff;
  font-size: 16px;
  writing-mode: vertical-lr;
  position: relative;
  z-index: 15;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
letter-spacing: 2px;
}
header .top-logo > .inner nav .nav__item .nav_main {
  display: none;
}
header .top-logo > .inner nav .nav__item_search a {
  color: #fff!important;
}
header .top-logo > .inner nav .nav__item_search a p{
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: flex;
    background: #CC9D6D;
    align-items: center;
    justify-content: center;

}
.image-g img {
  height: 50vw;
  max-height: 360px;
  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: #DF52413d;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 32px);
}
.son_page {
  background-color: #fff;
  padding: 20px 0;
}
.son_page .inner {
  display: flex;
  justify-content: space-between;
}
.son_page .inner > .left {
  width: 280px;
  height: fit-content;
  position: relative;
}
.son_page .inner > .left h2 {
  width: 100%;
  height: 120px;
  font-size: 24px;
  color: #E6D0B6;
  background: #DF5241;
  font-family: "宋体";
  text-indent: 40px;
  font-weight: bolder;
  position: relative;
  border-radius: 0px 32px 0px 0px;
  display: flex;
  align-items: center;
}
.son_page .inner > .left h2 span {
  line-height: normal;
  position: relative;
  z-index: 10;
}
.son_page .inner > .left h2 span::after {
  content: "";
  width: 36px;
  height: 4px;
  background: #E1C19D;
  position: absolute;
  bottom: -10px;
  left: 40px;
}
.son_page .inner > .left h2 .top-bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.son_page .inner > .left .bottom-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 82px;
}
.son_page .inner > .left a {
    cursor: pointer;
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: #333333;
  background: #F9F8F7;
  font-size: 18px;
  font-family: "宋体";
  border-bottom: 1px solid #9d000017;
  border-left: 4px solid transparent;
}
.son_page .inner > .left a span{
    width: 0;
    border: 6px solid transparent;
    border-left-color: #D8AD81;
}
.son_page .inner > .left a span {
     position: absolute;
    right: 20px;
}
.son_page .inner > .left a:hover {
  border-left: 4px solid #DF5241;
  background: #D8AD81;
  color: #fff;
}
.son_page .inner > .left a:hover span {
  display: block;
    border-left-color: #DF5241;
}
.son_page .inner > .left .active {
  background: #DF5241;
  color: #fff;
}
.son_page .inner > .left .active span {
  display: block;
}
.son_page .inner .right {
  width: 926px;
}
.son_page .inner .right .son_page_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.son_page .inner .right .son_page_title .left-title {
  padding-top: 10px;
  font-size: 32px;
  color: #DF5241;
  font-weight: bolder;
  font-family: "宋体";
  display: none;
}
.location-icon {
  max-width: 14px;
  max-height: 18.15px;
  margin-right: 5px;
}
.son_page .inner .right .son_page_title .right-title {
  font-size: 16px;
  color: #666666;
  width: 100%;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
.son_page .inner .right .son_page_title .right-title > img {
  max-width: 14px;
  max-height: 18.15px;
  margin-right: 5px;
}
.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;
  align-items: center;
}
.son_page_title_ac {
  margin-top: 20px;
}
.son_page_title_ac .right-title {
  width: 100%;
}
.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: #DF5241;
}
.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: #DF5241;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #DF5241;
  border: 1px solid #DF5241;
  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: #DF5241;
  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 #DF5241;
}
.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 #DF5241;
}
.search-icon.active .search-border {
  width: 260px;
  box-sizing: border-box;
  border: 1px solid #DF5241;
  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: #DF5241;
  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: #DF5241;
  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: #DF5241;
  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: 42px 0 44px;
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner .left {
  width: 720px;
}
footer .inner .left > p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
footer .inner .left > p:nth-of-type(1) {
  margin: 14px 0px;
}
footer .inner .logo {
  max-width: 481px;
  max-height: 50px;
}
footer .inner .link-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 20px;
}
footer .inner .link-list > span {
  display: inline-block;
  width: 80px;
  color: #fff;
  font-size: 14px;
}
footer .inner .link-list .list-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
}
footer .inner .link-list .list-main span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #FFFFFF;
  opacity: 0.8;
  margin: 0 5px;
  margin-bottom: 5px;
}
footer .inner .link-list div {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.link-list > div:hover {
  color: #F6A452 !important;
}
footer .inner .link-list span:last-child {
  display: none;
}
footer .inner .two {
  display: flex;
  justify-content: center;
}
footer .inner .two .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 35px;
}
footer .inner .two .item1 img {
  width: 112px;
  height: 112px;
}
footer .inner .two .item1 span {
  font-size: 15px;
  font-weight: 400;
  color: #ffffffad;
  margin: 13px 0 0;
}
footer .inner > p:nth-of-type(1) {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffffb0;
}
footer .inner > p:nth-of-type(1) span {
  margin-bottom: 10px;
}
footer .inner > p:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffffa8;
  width: 100%;
  background: #800001;
  text-align: center;
}
header > .inner .active .submit {
  display: flex;
  color: #fff;
}
header > .inner .active form > i {
  display: none;
}
.submit {
  display: none;
}
footer .inner .link-list div:hover {
  color: #E1C19D;
}
@media screen and (max-width: 1200px) {
  .son_page .inner .right .son_page_title {
    margin-top: 20px;
  }
  .son_page .inner > .left a span {
    margin-left: 3%;
  }footer .inner .two .item1{
    margin: 0;
  }
  footer .inner .two{
    justify-content: space-between;
  }
  footer .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  footer .inner > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  footer .inner .logo {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 40px 0;
  }
  .search-icon {
    position: absolute !important;
    top: 32%;
    right: 8%;
    color: #fff !important;
  }
  .top-logo {
    display: none;
  }
  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: 800px) {
  footer .top .inner p {
    margin-bottom: 20px;
  }
  footer .top .inner div {
    margin-bottom: 20px;
  }
  .son_page .inner .activity-list .item {
    width: 48% !important;
  }
  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) {
  .son_page_title .right-title {
    display: none;
  }
  .son_page .inner .activity-list .item {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .son_page_title_ac .right-title {
    display: block;
    padding-left: 30px;
  }
  .mySwiper .inner-banner .inner {
    display: none;
  }
  .son_page_title .left-title {
    font-size: 24px;
  }
  .son_page_title {
    height: 55px;
  }
  .image_list_item .img {
    display: none;
  }
  .image_list_item .data {
    display: none !important;
  }
  .image_list_item .main {
    width: 100% !important;
  }
}
