/* 移动端头部 */
/* 小屏头部导航 */
.search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}
.image-g {
  max-height: 400px;
  min-height: 200px;
  height: 30vw;
}
.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;
  /* border: 1px solid #fff; */
}
.search-input input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #07726C;
  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 #07726C;
}
.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 #07726C;
}
.search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #07726C;
  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: #07726C;
  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: 200px;
  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: #07726C;
  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: #07726C;
  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;
}
@media screen and (max-width: 1200px) {
  .page-info-body {
    padding: 40px 20px !important;
  }
  .detail-title {
    padding: 0 30px;
    margin: 20px 0 !important;
  }
  .son-page > .inner .son-page-list h2 {
    background-size: cover;
  }
  .son-page > .inner .main-content {
    width: 100%;
    padding: 0 20px;
  }
  .son-page > .inner {
    padding-top: 0;
  }
  .son-page > .inner .son-page-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .son-page > .inner .son-page-list .main-list {
    width: auto;
  }
  .son-page > .inner .son-page-list .main-list {
    display: flex;
    margin-right: 20px;
  }
  .son-page > .inner .son-page-list .main-list > img {
    display: none;
  }
  .son-page > .inner .son-page-list .main-list p {
    padding: 0 5%;
  }
  .son-page > .inner {
    flex-direction: column;
  }
  .header-active {
    height: auto;
  }
  .home-main .home-plateFive {
    padding: 0 20px;
  }
  .home-main .home-plateFive .inner {
    flex-direction: column;
  }
  .home-main .home-plateFive .inner > div {
    width: 100% !important;
  }
  .home-main .home-plateFive .inner > div:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .mobile_header {
    position: relative;
  }
  .header-active > .inner {
    display: none;
  }
  .search-icon {
    position: absolute;
    right: 50px;
    top: calc(50% - 18px);
  }
  .header-active > .mobile_header {
    display: block;
  }
  .home-title-f {
    margin-bottom: 20px !important;
  }
  .home-title-f img {
    max-width: 200px !important;
  }
  .home-main > div {
    padding: 30px 20px !important;
  }
  .home-main .home-plateOne .inner .news {
    flex-direction: column;
  }
  .home-main .home-plateOne .inner .news > div {
    width: 100% !important;
  }
  .home-main .home-plateOne .inner .news > div:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .home-main .home-plateOne .inner .news {
    margin-bottom: 30px !important;
  }
  .home-main .home-plateOne .inner .active .main .btns {
    display: none !important;
  }
  .home-main .home-plateOne .inner .active .main {
    transform: scale(0.9);
  }
  .home-main .home-plateOne .inner .active .main .swiper-slide {
    padding: 10% 15% 0 !important;
  }
  .home-main .home-plateOne .inner .news .news-left .main-content .swiper-slide > .img {
    max-width: 300px !important;
  }
  .home-main .home-plateOne .inner .news .news-left .main-content .swiper-slide .content {
    width: calc(100% - 300px) !important;
  }
}
@media screen and (max-width: 900px) {
  .activity-list .item {
    flex-direction: column;
  }
  .activity-list .item .img-box {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .home-main .home-plateFour .inner .history-swiper .swiper-slide .item {
    width: 100% !important;
  }
  .home-main .home-plateFour .inner .history-swiper .swiper-slide .item .img {
    width: auto !important;
  }
  .home-main .home-plateFour .inner .history-swiper .swiper-slide .item .main {
    width: auto !important;
  }
  .home-main .home-plateFour .inner .history-swiper .swiper-button-next {
    display: none !important;
  }
  .home-main .home-plateFour .inner .history-swiper .swiper-button-prev {
    display: none !important;
  }
  .home-main .home-plateThree .inner .top-main .swiper-wrapper .swiper-slide p {
    width: auto !important;
  }
  .home-main .home-plateOne .inner .active .main .swiper-slide .content p:nth-of-type(4) {
    display: none !important;
  }
  .home-title-g {
    justify-content: space-between !important;
  }
  .home-title-g img {
    max-width: 200px !important;
  }
  .home-main .home-plateOne .inner .active .main .swiper-slide .content p:nth-of-type(2) {
    display: none !important;
  }
  .home-main .home-plateOne .inner .active .main {
    height: auto !important;
  }
  .home-main .home-plateOne .inner .active .main {
    transform: scale(0.9);
  }
  .home-main .home-plateThree .inner .title {
    max-width: 250px !important;
  }
  .home-main .home-plateOne .inner .active .main .swiper-slide .img {
    display: none;
  }
  .home-main .home-plateThree .inner .bottom-main > .swiper-wrapper .swiper-slide .bottom-item .swiper-slide .main-img {
    padding: 0% !important;
  }
  .home-main .home-plateOne .inner .active .main .swiper-slide .content {
    max-width: 100% !important;
  }
  .home-main .home-plateThree .inner .bottom-main > .swiper-wrapper .swiper-slide .bottom-item .swiper-slide {
    padding: 0 20px 100px !important;
  }
}
@media screen and (max-width: 700px) {
  .son-main .item .data {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .son-main .item .img {
    display: none;
  }
  .son-main .item .title {
    width: 100% !important;
  }
  .activity-list .item .item-btn.danger {
    position: relative;
    left: 0;
    top: 0;
  }
  .home-main .home-plateOne .inner .news .news-left .main-content .swiper-slide > .img {
    display: none !important;
  }
  .home-main .home-plateOne .inner .news .news-left .main-content .swiper-slide .content {
    width: 100% !important;
  }
  .home-main .home-plateTwo .inner .famous-title {
    display: none !important;
  }
  .home-main .home-plateTwo .inner .famous-main {
    width: 70% !important;
  }
  .son-page > .inner .main-content .content-title > p:nth-of-type(1) {
    display: none;
  }
  footer .inner .link {
    margin-bottom: 20px;
  }
  footer .inner .link {
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
  footer .inner .link .item {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  footer .inner .link span {
    display: none;
  }
  footer .inner .link footer .inner .main .phone p {
    line-height: 22px;
  }
}
