﻿
/* CSS Document */
/*===========================header=============================*/
#header,
#nav ul li h3,
.top_menu {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#header {
  z-index: 999;
  height: 6.25rem;
  background: #fff;
  /* box-shadow: 20.308px 10.798px 7.44px 0.56px rgba(194, 194, 194, 0.16); */
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 998;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#header>.m {
  display: flex;
  height: 100%;
  max-width: 1560px;
  justify-content: space-between;
  align-items: center;
  position: static;
}
#header .fr {
  display: flex;
  justify-content: space-between;
  width: calc(50% + 13rem);
  margin-right: 4rem;
}
#header .line01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  z-index: -1;
}
#logo {
  flex-shrink: 0;
}
#logo a {
  display: flex;
  height: 100%;
  align-items: center;
}
#logo img {
  width: 16.6875rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#logo .img01 {
  display: none;
}
#logo .img02 {
  display: block;
}
#nav {
  flex-grow: 1;
  position: relative;
}
#nav ul {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  text-align: center;
}
#nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 0;
}
#nav ul li h3 {
  font-size: 1.125rem;
  color: #2d2b2b;
  line-height: 6.25rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#nav ul li.on h3,
#nav ul li:hover h3 {
  color: #942c2f;
}
#nav ul li h3:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}
#header #nav ul li h3:before {
  background: #942c2f;
}
#header #nav ul li:hover h3 {
  color: #942c2f;
}
#nav li .sub {
  position: absolute;
  position: absolute;
  padding-top: .5rem;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#nav li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}
#nav li .sub a {
  padding: 0;
  line-height: 2rem;
  transition: .3s;
  font-size: .875rem;
  color: #505050;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding: 0 .5rem;
}
#nav li .sub a:hover {
  background: #942c2f;
  color: #fff;
}
#nav li .sub .box {
  padding: 0;
  text-align: left;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
}
#nav ul li.on h3:before,
#nav ul li:hover h3:before {
  transform: scaleX(1);
}
/***********************/
/*手机导航开始*/
#m_header {
  display: none;
  background: #fff;
  box-shadow: 0px 8px 6px 0.56px rgba(194, 194, 194, 0.16);
  height: 4.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
  transition: .5s;
}
/* #m_header.xg #logo .img01{ display: block;}
#m_header.xg #logo .img02{ display: none;} */
/* .xg .menubtn span:after,
.xg .menubtn span:before{ background: #333; } */
#m_header .m {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#m_header #m_logo img {
  height: 39px;
}
.m_nav_list {
  /* flex-direction:column; */
  /* justify-content: flex-start; */
  width: 100%;
  /* overflow: auto; */
}
.m_nav_list::-webkit-scrollbar {
  display: none
}
#m_nav .top_search {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#m_nav {
  z-index: 997;
  position: fixed;
  background: #008fd7;
  background-size: cover;
  width: 100%;
  height: 100vh;
  right: -100%;
  top: 0;
  display: none;
  padding: 50px 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: flex;
  overflow: auto;
  visibility: hidden;
  transform-origin: left;
  justify-content: center;
  align-items: center;
}
#m_nav::-webkit-scrollbar {
  display: none;
}
#m_nav.act {
  pointer-events: auto;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}
#m_nav ul {}
#m_nav li {
  position: relative;
}
#m_nav li h3 {
  font-size: 1.25rem;
  line-height: 4rem;
  color: #fff;
  float: left;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(100%);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 0;
}
#m_nav.act li h3 {
  transform: translateY(0);
  transition: all 0.5s .6s cubic-bezier(0.445, 0.145, 0.355, 1);
  opacity: 1;
}
#m_nav>i {
  opacity: 0;
  transition: .5s 1s;
  transform: translateY(-20px);
}
#m_nav.act>i {
  opacity: 1;
  transform: translateY(0);
}
#m_nav>i:before {
  content: "";
  display: block;
  opacity: 0;
  border-radius: 30%;
  width: 6rem;
  height: 6rem;
  transition: .8s;
  background: rgb(255 255 255 / 20%);
  position: absolute;
  left: 2rem;
  top: -15rem;
  transform-origin: center;
  transform: translateX(-50%) translateY(-5rem) rotate(130deg);
}
#m_nav.act>i:before {
  animation: animr01 3s infinite linear;
}
#m_nav>i:after {
  content: "";
  display: block;
  opacity: 0;
  border-radius: 30%;
  width: 5rem;
  height: 5rem;
  transition: .7s;
  background: rgb(255 255 255 / 30%);
  position: absolute;
  left: 0rem;
  top: -15rem;
  transform-origin: center;
  transform: translateX(-50%) translateY(-5rem) rotate(-110deg);
}
#m_nav.act i:after {
  animation: animr02 5s infinite linear;
}
#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 16px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: contain;
}
#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
#m_nav>ul>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#m_nav>ul>li {
  width: 80%;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto;
}
#m_nav .title .list a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
}
#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}
@keyframes animr01 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
    border-radius: 40%;
  }
  50% {
    opacity: .6;
    transform: translateY(3px) translateX(3px) rotate(180deg);
    border-radius: 50%;
  }
  100% {
    transform: translateY(0) translateX(0) rotate(359deg);
    opacity: 1;
    border-radius: 60%;
  }
}
@keyframes animr02 {
  0% {
    transform: translateX(0) translateY(4px) rotate(0deg);
    opacity: 1;
    border-radius: 50%;
  }
  50% {
    opacity: .8;
    transform: translateX(-3px) translateY(0) rotate(180deg);
    border-radius: 40%;
  }
  100% {
    transform: translateX(0) translateY(4px) rotate(359deg);
    opacity: 1;
    border-radius: 50%;
  }
}
.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  /* overflow: hidden; */
}
.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  transition: .6s;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
  background-image: -webkit-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
  background-image: -ms-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
}
.search-dialog-box.on:before {
  height: 100%
}
.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, .7);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height .8s cubic-bezier(.77, 0, .175, 1);
}
.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: .6s;
}
.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
}
.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 30px;
}
.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}
.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}
.search-dialog .search-input {
  width: 50rem;
  margin: 0 auto;
  padding: 0 0.5rem 0 1.5rem;
  background-color: rgba(255, 255, 255, .1);
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%;
}
.search-dialog .search-input input[type=text] {
  float: left;
  height: 4.5rem;
  width: calc(100% - 3.5rem);
  background-color: transparent;
  font-size: 1.25rem;
  color: #fff;
  transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 4.5rem;
  width: 3.5rem;
}
.search-dialog .search-input input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, .2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/close-btn.svg');
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}
.search-dialog .search-input.on {
  background-color: #fff;
}
.search-dialog .search-input.on input[type=submit] {
  background-image: url('../images/search-btn2.svg')
}
.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: .6rem auto 0;
  box-sizing: border-box;
  padding: 0 .6rem;
  overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.search-dialog .hot-search .hot-tit {
  font-size: .375rem;
  line-height: .5rem;
  color: #fff;
  font-weight: bold;
  padding-left: .6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: .5rem;
  background-image: url(../images/hot-icon.png);
}
.search-dialog .hot-link {
  margin-left: 1rem;
}
.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .375rem;
  line-height: .5rem;
  margin-right: .75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.search-dialog .hot-link a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s;
}
.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}
.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}
.search-dialog-box .bottom-box .copy {
  font-size: .35rem;
  line-height: .5rem;
  color: #fff;
  font-family: "gilroy-regular";
  margin-top: .5rem;
  overflow: hidden;
}
.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}
.header-right.is-open .search-btn .con-box {
  display: none;
}
.header-right.is-open .close-btn {
  display: block;
}
.header-right.is-open .item .search-bg {
  transform: scale(1);
}
.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .search-bg {
  height: 100vh;
}
.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}
.search-dialog-box.on .wrap-inner {
  transform: translateY(0)
}
.pub-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  right: 1.5rem;
  top: 1.35rem;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
}
.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform .3s;
}
.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-image: url(../images/close-btn.svg);
  transition: .6s
}
.pub-close i:hover {
  transform: rotate(180deg)
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}
/*首页banner*/
#banner {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
#banner .swiper {
  height: calc(100vh - 6.25rem);
}
#banner .swiper-slide {
  overflow: hidden;
}
#banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}
#banner .swiper-pagination {
  bottom: 65px !important;
  display: flex;
  justify-content: center;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  margin: 0 20px !important;
  border-radius: 5px;
  border-radius: 5px;
  transition: .5s width;
  border: 0;
  background: none;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
#banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: url(../image/1.png)no-repeat;
  width: 16px;
  height: 16px;
}
#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
  flex-direction: column;
}
#banner .txt {
  opacity: 0;
}
#banner .txt h4 {
  font-size: 2.5rem;
  text-shadow: 3px 0px 7px rgb(0 143 215 / 35%);
  background: rgb(0 143 215 / 65%);
  padding: 1rem;
}
#banner .txt h3 {
  font-size: 7.5rem;
  font-weight: 800;
  letter-spacing: .5rem;
  padding: 2rem 0 2.5rem;
  text-shadow: 3px 0px 7px rgb(0 143 215 / 35%);
}
#banner .txt p {
  font-size: .875rem;
  letter-spacing: .8125rem;
  text-shadow: 3px 0px 7px rgb(0 143 215 / 35%);
}
#banner .swiper-slide.swiper-slide-active .txt {
  animation: enter 1.2s forwards .2s;
}
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
#n_main {}
.n_banner {
  height: 22.25rem;
  width: 100%;
  overflow: hidden;
  background-size: cover !important;
}
.n_banner .m {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.n_banner p {
  font-size: 2.25rem;
  color: #fff;
  font-family: DISNEYENGLISH-BOLD;
}
.n_banner h3 {
  color: #fff;
  font-size: 2.25rem;
}
.n_bannerzt {
  height: 46.6875rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}
.n_bannerzt .m h4 {
  font-size: 3.125rem;
  color: #fff;
  font-family: SOURCEHANSERIFCN-REGULAR-1;
  margin-bottom: 2rem;
}
.n_bannerzt .m h3 {
  font-size: 5rem;
  color: #fff;
  font-family: SOURCEHANSERIFCN-HEAVY-4;
}
.n_bannerzt .m {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 4rem;
}
.n_bannerzt .m a {
  width: 15rem;
  height: 3.75rem;
  background: #fff;
  color: #0e8aec;
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 5rem 0 0;
  transition: all .3s;
}
.n_bannerzt .m a img {
  margin-left: 1.5rem;
}
.n_title {
  padding: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.n_title .index {
  display: flex;
  justify-content: space-between;
}
.n_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.n_title .m {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n_nav {
  position: relative;
  flex-grow: 1;
}
.n_nav ul {
  display: flex;
}
.n_nav li {
  display: block;
  flex-grow: 1;
  max-width: 13.75rem;
  font-size: 1.125rem;
  float: left;
  line-height: 4.375rem;
  z-index: 1;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.n_nav li a {
  display: block;
  padding: 0 2rem;
  text-align: center;
  color: #2b2b2b;
  transition: .5s;
}
.n_nav li+li:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.n_nav li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #af1e28;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.n_nav li.on a,
.n_nav li:hover a {
  color: #fff;
}
.n_nav li.on:before,
.n_nav li:hover:before {
  width: 100%;
  opacity: 1;
}
.n_nav li.on:after,
.n_nav li:hover:after {
  opacity: 0;
}
.n_nav .sub {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  display: none;
}
.n_nav .sub a {
  display: block;
  height: 2.75rem;
  font-size: .9rem;
  line-height: 2.75rem;
  transition: .3s;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  white-space: nowrap;
  padding: 0 15px;
  font-weight: normal !important;
  color: #2f2f2f;
}
.n_nav .sub a:hover {
  color: #af1e28;
}
.position {
  left: 0;
  bottom: 0;
  font-size: .9375rem;
  color: #747679;
  display: flex;
  align-items: center;
}
.position>svg {
  margin-right: 5px;
}
.position span,
.position a,
.position i {
  font-size: .875rem;
  color: #828386;
  flex-shrink: 0;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.position i {
  margin: 0px .625rem;
  font-style: normal;
}
.position .ems {
  color: #942c2f;
}
.position span {
  color: #942c2f;
  font-style: normal;
}
.position em {
  color: #942c2f;
  font-style: normal;
}
.position a:hover {
  color: #942c2f;
}
/*====移动端导航====*/
#m_n_nav {
  display: none;
  line-height: 50px;
  position: relative;
  z-index: 9;
  width: 100%;
  background: #008fd7;
}
#m_n_nav .m {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bnt_back {}
#bnt_back svg {
  fill: #fff;
  height: 50px;
  vertical-align: middle;
  width: 26px;
}
#m_n_nav i {}
#m_n_nav h1 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 50px;
}
#bnt_back {
  position: absolute;
  left: 1rem;
  top: 0;
}
#bnt_sub_nav {
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
#bnt_sub_nav svg {
  fill: #fff;
  height: 50px;
  vertical-align: middle;
  width: 20px;
}
#bnt_sub_nav img {
  display: block;
  height: 15px;
}
#bnt_sub_nav.on img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#sub_nav_content {
  background: #f0f3f5;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
}
#sub_nav_content ul {
  padding: 10px;
}
#sub_nav_content ul li {
  display: block;
  line-height: 28px;
  margin: 1rem 0;
}
#sub_nav_content ul li a {
  display: block;
  border-left: 2px solid #008fd7;
  ;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  color: #535455;
}
#sub_nav_content ul li.on a {
  color: #008fd7;
}
#sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
}
#sub_nav_content dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 0;
  float: left;
  text-align: center;
}
#sub_nav_content dt a {
  margin: 0 20px;
  display: block;
  color: #5b5349;
  line-height: 30px;
  font-size: .875rem;
  font-weight: 400;
  vertical-align: top;
  font-family: Alibaba-PuHuiTi-Regular;
}
#sub_nav_content dt a i {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
#sub_nav_content dt a {}
#sub_nav_content dt.title {
  background: #fafafb;
}
#sub_nav_content dt.title i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sub_nav_content dt.title_on {
  background: #fafafb;
}
#sub_nav_content dt.title_on a {
  color: #008fd7;
  border-top: 1px solid #fff;
}
#sub_nav_content dt.title_on a i {
  color: #008fd7;
}
#sub_nav_content dt.last a {
  border-top: 1px solid #f8f8f8;
}
#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
  color: #008fd7;
}
#sub_nav_content dd {}
#sub_nav_content dd .box {
  padding: 0px 0px 0px 0px;
}
#sub_nav_content dd a {
  padding: 0 25px;
  line-height: 30px;
  font-size: 13px;
  color: #5b5349;
  display: block;
  height: 30px;
}
#sub_nav_content dd a.on {
  color: #008fd7;
}
#n_main {
  overflow: hidden;
  width: 100%;
}
/* 介绍 */
#intro,
#org {
  width: 100%;
  background: url(../image/trobg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
#intro .in_tro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.75rem;
  padding-top: 5.4375rem;
}
.schimg {
  padding: 0 10px 10px 0;
}
.schimg img {
  box-shadow: 10px 10px 0px #009b4c;
  border-radius: 100px 0 0 0;
}
.t_title h5 {
  color: #2c2c2c;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  line-height: 1.5rem;
}
.t_title p {
  font-size: 1rem;
  font-family: BLUU-NEXT-CYRILLIC-2;
  color: rgba(44, 44, 44, .5);
  padding: .5rem 0;
}
.t_con p {
  font-size: .875rem;
  color: #4c4c4c;
  line-height: 1.875rem;
  margin: .5rem 0;
}
.in_con {
  width: 100%;
  /* background: url(../img/jz.png)bottom no-repeat; */
  background-size: 100%;
  position: relative;
  z-index: 10;
}
.in_con a,
.titles a {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 30px;
  width: 8.5625rem;
  line-height: 2.125rem;
  font-size: .875rem;
  color: rgba(76, 76, 76, .7);
  justify-content: center;
  transition: all .5s;
}
.in_con a:hover,
.titles a:hover {
  color: #fff;
  background: #942c2f;
  border: 1px solid #942c2f;
}
.in_con a:hover img,
.titles a:hover img {
  content: url(../image/rightmores.png);
}
.in_con .mg {
  margin: 5.5rem 0;
}
.in_con a img,
.titles a img {
  margin-left: .5rem;
}
.in_con .xf {
  /* position: absolute; */
  bottom: 0;
  width: 29.125rem;
}
.xf_list ul {
  display: flex;
  /* width: 19rem; */
  flex-grow: 1;
  justify-content: space-between;
  /* padding-left: 1.125rem; */
}
.xf_list ul li {
  font-size: 1.25rem;
  line-height: 4rem;
  position: relative;
}
.xf_list ul li::before {
  content: "";
  position: absolute;
  background: url(../image/xiajian.png)bottom no-repeat;
  width: 6px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
.xf_list ul li:hover,
.xf_list ul li.current {
  color: #942c2f
}
.xf_list ul li:hover::before,
.xf_list ul li.current::before {
  display: block;
}
.xf_con li {
  background: #942c2f;
  height: 3.125rem;
  display: none;
  line-height: 3.12rem;
  text-align: center;
  font-size: .875rem;
  color: #fff;
  padding: 0 1rem;
}
.xf_con li.item {
  display: block;
}
#swiper2 .imgbox,
#honors ul .imgbox {
  position: relative;
}
#swiper2 .kuang,
#honors ul .kuang {
  display: block;
  position: relative;
  z-index: 9;
}
#swiper2 .pic,
#honors ul .imgbox .pic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiper2 {
  margin-top: 3.125rem;
}
#intro .swiper-button-next,
#intro .swiper-button-prev,
#speciality .swiper-button-next,
#speciality .swiper-button-prev {
  top: auto !important;
  bottom: 10%;
  border: 1px solid #66c394;
  border-radius: 50%;
  width: 2.25rem !important;
  height: 2.25rem !important;
  transition: all .6s;
}
#intro .swiper-button-white svg path, #speciality .swiper-button-white svg path{
  fill: #66c394;
}
#intro .swiper-button-white:hover svg path, #speciality .swiper-button-white:hover svg path {
  fill: #66bce7;
}
#intro .swiper-button-white:hover, #speciality .swiper-button-white:hover {
  border: 1px solid #b2ddf3;
}
/* 教育教学 */
#edu {
  background: #f8f8f8;
}
.titles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.t_title h5 img {
  margin-right: .875rem;
}
#edu .byc {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#edu .bycs {
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.bycs+.bycs {
  margin-left: 20px;
}
.byc .bycs img {
  height: 100%;
  transition: .7s;
}
.bycs {
  height: 100%;
  width: 256px;
  transition: .7s;
  position: relative;
}
.bycs .bl {
  width: 532px;
  position: relative;
}
.bycs .bl::before {
  content: "";
  position: absolute;
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
  height: 5rem;
  width: 100%;
  bottom: 0;
}
.bycs .bl img {
  display: block;
  object-fit: cover;
}
.bycs.on {
  width: calc(100% - 828px);
  flex-shrink: 0;
}
.bycs .byc_tit {
  position: absolute;
  bottom: 1.875rem;
  left: 2rem;
  background: #fff;
  font-size: 2.125rem;
  width: 20px;
  height: 2px;
  display: block;
}
.bycs .byc_con {
  position: absolute;
  color: #ffffff;
  font-size: 1.125rem;
  left: 2rem;
  bottom: 3.25rem;
  transition: all .6s;
}
.byc .on .byc_con {
  top: 3rem;
  bottom: auto;
}
.byc .on .byc_con .consby {
  font-size: .875rem;
  line-height: 1.5rem;
  padding: 2rem 2rem 0 0;
}
.bycs .byc_con .consby {
  display: none;
}
.byc .on .byc_con .consby {
  display: block;
}
.bycs.on .bl::before {
  content: "";
  position: absolute;
  background: url(../image/blue.png)no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bycs a {
  position: absolute;
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  background: #fff;
  bottom: 1.875rem;
  right: 1.875rem;
  display: none;
}
.bycs.on a {
  display: block;
}
.bycs.on a img {
  width: 17px;
  height: 10px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.bycs a:hover img {
  content: url(../image/bycsas.png);
}
/* 校园环境 */
.envirimg {
  display: grid;
  grid-template-columns: 714px 1fr;
  gap: 1.25rem;
}
.tu4img ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.envirimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tuimg {
  text-align: center;
}
.tuimg p {
  color: #ffffff;
  font-size: 1.125rem;
  padding: 1.35rem;
  line-height: 1.125rem;
  background: #008fd7;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#bm {
  background: url(../image/baoming.png)center no-repeat;
  background-size: 100% 100%;
  height: 12.5rem;
}
#bm .ljbm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
.zz h4 {
  font-size: 1.875rem;
}
.zz p {
  font-size: 1.25rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.ljbm a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 14.3125rem;
  font-size: 1.125rem;
  color: #942c2f;
  border-radius: 30px;
  line-height: 3.4375rem;
  margin-right: 3.75rem;
}
.ljbm a img {
  margin-right: .875rem;
}
/* 新闻资讯 */
.switch,
.switch ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.switch ul li {
  background: #fff;
  width: 8.75rem;
  font-size: 1rem;
  color: #4c4c4c;
  border-radius: 30px;
  border: 1px solid #cccccc;
  line-height: 2.25rem;
  text-align: center;
}
.switch ul li.ons {
  color: #fff;
  background: #942c2f;
  border: 1px solid #942c2f;
  position: relative;
}
.switch ul li.ons::before {
  content: "";
  background: url(../image/xiajian1.png)no-repeat;
  position: absolute;
  width: 10px;
  height: 6px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
}
.switch a {
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}
.switch a img {
  margin: 0;
}
.new_con ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5625rem;
}
.new_con .time p {
  font-family: Bahnschrift;
  color: rgba(76, 76, 76, .3);
  font-size: 1rem;
}
.new_con h4 {
  font-family: Bahnschrift;
  color: #4c4c4c;
  font-size: 2.5rem;
  line-height: 1.875rem;
  margin: .5rem 0 1.875rem;
}
.newsxq {
  padding-bottom: 3rem;
  position: relative;
}
.newsxq h5 {
  color: #4c4c4c;
  font-size: 1.125rem;
  margin: 1.75rem 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsxq p {
  color: #7b7b7b;
  font-size: .875rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsxq i {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #009b4c;
  bottom: 0;
  left: 0;
}
.new_con>div {
  display: none;
}
.new_con .item {
  display: block;
}
/* 教师风采 */
.teach ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.teach ul li {
  background: #f8f8f8;
  padding: 2.75rem;
  text-align: center;
  cursor: pointer;
}
.jiaoshi {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.teach ul li img {
  margin: 0 auto;
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  max-height: inherit;
  background: #fff;
}
.teach ul li h5 {
  color: #4c4c4c;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 2.375rem 0 1.5rem;
}
.teach ul li p {
  font-size: .875rem;
  color: #7b7b7b;
  line-height: 1.5rem;
}
.teach ul li i {
  display: block;
  width: 20px;
  height: 2px;
  background: #009b4c;
  margin: 2rem auto 0;
}
/* 教育教学 */
#object .obj {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: space-between;
}
.obj_tit h5 {
  color: #942c2f;
  font-size: 1.5rem;
}
.obj_tit p {
  color: rgb(44 44 44 / 50%) !important;
  font-family: BLUU-NEXT-CYRILLIC-2;
  font-size: 1rem;
  margin: 6px 0;
}
.obj_con i {
  margin: 1.875rem 0 2rem !important;
}
.obj_con p {
  color: #4c4c4c;
  font-size: .875rem;
  line-height: 1.875rem;
}
.obj_con p:first-child {
  margin-bottom: 2rem;
}
.obj_con .train {
  margin-top: 2rem;
}
.obj_con .train .target {
  color: #008fd7;
  font-size: 1rem;
}
.obj_tu {
  position: relative;
}
.triangle {
  background: url(../image/lvsanj.png)no-repeat;
  background-size: 100%;
  width: 6.5rem;
  height: 5.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle img {
  display: block;
  margin-bottom: 1rem;
}
/* 联系我们 */
#contact .addressmap {
  display: flex;
  gap: 7.8125rem;
  align-items: center;
}
#mymap {
  width: 45rem;
  height: 22.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 0 18px 0 18px;
}
#contact .lv {
  position: relative;
}
#contact .lv::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 18.75rem;
  right: -13px;
  bottom: 1px;
  background: #009b4c;
}
.amap-toolbar,
.amap-logo,
.amap-copyright {
  display: none !important;
}
.amap-info-content {
  padding: 1rem 20px;
}
.add_con h4 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
}
.add_con h5 {
  color: #942c2f;
  font-size: 1.125rem;
  margin: 1rem 0 2.5rem;
}
.add_con i {
  width: 20px;
  height: 2px;
  display: block;
  background: #009b4c;
  margin-bottom: 3.75rem;
}
.add_con p {
  font-size: .9375rem;
  line-height: 2.25rem;
  color: #000000;
}
.saom {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-top: 4.75rem;
  padding: 0 5.625rem;
  display: flex;
  justify-content: space-between;
}
.saom div {
  padding: 2.375rem 4.625rem 1rem;
  transition: all .6s;
}
.saom>i {
  display: block;
  width: 1px;
  background: #e5e5e5;
}
.saom div i {
  display: block;
  width: 22px;
  height: 1px;
  background: #353535;
  margin: 1.3125rem auto;
}
.saom div:hover {
  box-shadow: 0px 13px 59px rgb(4 0 0 / 7%);
}
.saom div p {
  text-align: center;
  padding-bottom: 1.5rem;
}
/* 校园环境内页 */
.allenvir ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.allenvir ul li p {
  padding: 1.5rem 0 .625rem;
  text-align: center;
  color: #4c4c4c;
  font-size: 1.125rem;
}
/* 新闻资讯 */
#newlist ul {
  display: grid;
  gap: 2.1875rem;
}
#newlist ul li .news {
  display: grid;
  grid-template-columns: 20.875rem 1fr;
  gap: 2.5rem;
}
#newlist ul li .new_cons {
  position: relative;
  padding-top: 1.125rem;
}
.new_cons h5 {
  color: #4c4c4c;
  font-size: 1.125rem;
}
.new_cons p {
  color: #7b7b7b;
  font-size: .875rem;
  line-height: 1.5rem;
  margin: 1.25rem 0 2.25rem;
}
.new_cons span {
  color: #4c4c4c;
  font-size: .875rem;
  font-family: Bahnschrift;
  display: block;
  margin-bottom: 1rem;
}
.new_cons {
  border-bottom: 1px solid #e5e5e5;
}
/* 新闻详情 */
.n_news_xq .m {
  display: flex;
  align-items: flex-start;
}
.lefts_con {
  flex-grow: 1;
  max-width: 100%;
}
.n_news_xq .ar_title {
  margin-bottom: 2rem;
  border-bottom: #e5e5e5 1px solid;
  position: relative;
  padding-bottom: 1rem;
}
.n_news_xq .ar_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #942c2f;
  width: 30px;
  height: 3px;
}
.n_news_xq .ar_title h3 {
  font-size: 1.5rem;
  color: #4c4c4c;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}
.n_news_xq .ar_title h6 {
  margin: 1rem 0;
}
.n_news_xq .ar_title .tag {
  display: flex;
  flex-flow: wrap;
  column-gap: 3.5rem;
  line-height: 1.5;
}
.n_news_xq .ar_title span {
  color: #858585;
  font-size: .875rem;
}
.n_news_xq .ar_fot2 {
  background: url(../image/end.png) center top no-repeat;
  padding-top: 2rem;
  margin-top: 1rem;
  font-size: 1rem;
  color: #4c4c4c;
  display: flex;
  justify-content: space-between;
}
.n_news_xq .ar_fot2>div {
  margin: 0.5rem 0;
}
.n_news_xq .ar_fot2 a {
  color: #787878;
  font-size: .875rem;
  transition: all .4s;
}
.n_news_xq .ar_fot2 a:hover {
  color: #008fd7;
}
.rights_con {
  width: 20.6875rem;
  flex-shrink: 0;
  margin-left: 3.75rem;
  position: sticky;
  top: 7rem;
}
.trends .til {
  height: 2rem;
  font-size: 1.375rem;
  color: #4c4c4c;
  line-height: 1.375rem;
  position: relative;
}
.trends .tils p {
  border-left: 3px solid #009b4c;
  padding-left: .875rem;
}
.data_trend {
  border-left: 1px solid #efefef;
  position: relative;
  padding-top: 2rem;
  padding-left: 10px;
}
.trends .data_trend::before {
  content: "";
  position: absolute;
  background: url(../image/circle.png)no-repeat;
  width: 11px;
  height: 11px;
  left: -6px;
}
.trends .data_time {
  position: absolute;
  display: flex;
  background: url(../image/kuangbd.png) no-repeat;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 27px;
  transition: all .6s;
  margin-top: -7px;
}
.trends .data_time p {
  color: #a2a2a2;
  font-size: .75rem;
  padding-left: 0.5rem;
}
.trend-intr a p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4c4c4c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s;
}
.trend-intr a p:last-child {
  opacity: .6;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
}
.trend-intr {
  margin-top: 2.5rem;
  padding-left: .5rem;
}
.data_trend:hover .trend-intr a p,
.data_trend:hover .data_time p {
  color: #942c2f;
  opacity: 1;
}
.data_trend:hover .data_time {
  transform: translatex(1rem);
}
/* 学校简介内页 */
#xxjs .t_title h5,
#zsbm .t_title h5 {
  color: #942c2f;
}
#xxjs i {
  margin: 1.5rem 0 0 !important;
}
#xxjs .ar_article p {
  color: #4c4c4c;
  font-size: .9375rem;
  line-height: 1.875rem;
  margin: 1.5rem 0;
}
.ln_tu {
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
  position: relative;
  margin-top: 1rem;
}
/* 招生报名 */
#zsbm {
  padding-bottom: 6.5625rem;
  background: url(../image/duiwaibeijing.png)46rem 39.5rem no-repeat;
}
#zsbm .t_title p {
  font-family: "苹方", "微软雅黑", arial;
  padding: 1rem 0;
}
.dwhz>ul {
  display: grid;
  gap: 2.375rem;
  width: 565px;
  margin-top: 2.5rem;
}
.dwhz ul li .input_tit,
.tianxie .input_tit {
  display: flex;
  align-items: center;
}
.dwhz ul li .input_tit p {
  font-family: Jost-Regular;
  color: #292929;
}
.dwhz ul li .input_tit i {
  color: #9e2b2b;
  padding-left: 0.5rem;
}
.input_bm {
  display: flex;
  justify-content: space-between;
}
.input_bm .cloud {
  width: 310px;
  background: url(../image/cloudimg.png)no-repeat;
  padding: 4.375rem 2rem 4.375rem 3rem;
}
.dwhz ul li .input {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  color: #292929;
  font-size: .875rem;
  height: 4rem;
  margin-top: .5rem;
}
input::placeholder {
  font-size: .875rem;
  font-family: "苹方", "微软雅黑", arial;
  color: #b4b3b3 !important;
}
.dwhz button {
  background: #942c2f;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  border: 0;
  outline: 0;
  width: 13.4375rem;
  height: 3.125rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.375rem;
}
.dwhz button img {
  margin-right: 0.9375rem;
}
.input_bm .cloud div h5 {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.input_bm .cloud div {
  margin-bottom: 2rem;
}
.input_bm .cloud div p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
}
/* 资质荣誉 */
#honors ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
#honors ul li p {
  text-align: center;
  color: #4c4c4c;
  font-size: 1.125rem;
  margin: 1.5rem 0 .5rem;
  font-weight: 800;
}
/* 组织架构 */
#org .t_title {
  text-align: center;
}
#org .t_title h5 {
  justify-content: center;
  color: #008fd7;
}
#org i {
  display: block;
  background: #009b4c;
  width: 20px;
  height: 2px;
  margin: 1.875rem auto 3.75rem;
}
/* 专题 */
.n_bannerzt .m a:hover {
  background: #0e8aec;
  color: #fff;
}
.n_bannerzt .m a:hover img {
  content: url(../image/arrright.png);
}
/**
波浪
 */
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*background-image: linear-gradient(to top, #2e6da4 20%, whitesmoke 80%);   渐变色*/
}
.wave {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveMiddle {
  background-size: 50% 100px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}
#who {
  width: 100%;
  background: url(../image/who.png) center no-repeat;
  position: relative;
  z-index: 10;
  padding-top: 5rem;
}
.zt_title {
  text-align: center;
  margin-bottom: 4rem;
}
.zt_title h4 {
  font-size: 2.25rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}
.zt_title h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2rem;
  top: 55%;
  transform: translate(0, -50%);
}
.zt_title h4::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: .5rem;
  top: -1rem;
}
.b {
  color: #4c4c4c;
}
.w {
  color: #fff;
}
.zt_title .b::before {
  background: url(../image/juzhen.png)no-repeat;
}
.zt_title .b::after {
  background: url(../img/lvy.png)no-repeat;
  background-size: 100% 100%;
}
.zt_title p {
  color: rgb(76 76 76 / 50%);
  font-size: .875rem;
  line-height: 1.6875rem;
  margin-left: 1rem;
}
.zt_title i {
  display: block;
  width: 3.375rem;
  height: 1px;
  position: relative;
}
.zt_title .blues,
.zt_title .blues::before {
  background: #0041d5;
}
.zt_title i::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -9px;
  top: 100%;
  transform: translate(0, -50%);
}
.zt_title div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: .5rem;
}
.zt_con .green {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: #009b4c;
}
.zt_con .conts {
  margin: 0 20px;
  background: #0041d5;
  border-radius: 0 0 10px 10px;
}
.zt_con .conts .conts_con {
  padding: 1.5625rem;
  display: grid;
  grid-template-columns: 427px 1fr;
  gap: 0 2.375rem;
}
.zt_con .conts .conts_con .conts_img {
  /* background: #fff;
  padding: 10px; 
 float: left;  */
  position: relative;
  z-index: 5;
}
.zt_con .conts .conts_txt {
  position: relative;
}
.zt_con .conts .conts_txt::before {
  content: "";
  position: absolute;
  /* background: url(../img/lan.png) no-repeat; */
  width: 100%;
  height: 75px;
  top: 28px;
  left: -38px;
}
.zt_con .conts .conts_txt h5 {
  color: #fff;
  font-size: 1.5rem;
  margin: 3rem 0 4rem;
}
.zt_con .conts .conts_txt p {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #fff;
  margin: 2rem 0;
}
#manage {
  padding: 6.25rem 0 8.125rem;
  width: 100%;
  background: url(../image/manage.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10
}
.zt_title .whites,
.zt_title .whites::before {
  background: #fff;
}
#manage .zt_title p {
  color: rgb(255 255 255 / 50%);
}
.zt_title .long i {
  width: 6.75rem;
}
.zt_title .w,
#adv .zt_title .b {
  padding: 0 3.5rem 0 2.5rem;
}
.zt_title .ws {
  margin-left: 5rem;
}
.zt_title .ws::after {
  right: 1rem !important;
}
.zt_title .w::before {
  background: url(../image/wjuzhen.png)no-repeat;
  left: -2.5rem;
}
.zt_title .w::after {
  background: url(../img/baiy.png)no-repeat;
  background-size: 100% 100%;
  right: 1.5rem;
}
#manage .mode ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
#manage .mode ul li {
  background: url(../image/mode.png)no-repeat;
  background-size: 100% 100%;
  padding: 1.875rem;
  cursor: pointer;
  transition: all .3s;
}
#manage .mode ul li i {
  display: block;
  width: 25px;
  background: #009b4c;
  height: 3px;
  cursor: pointer;
}
#manage .mode ul li p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #4c4c4c;
  padding-right: 4rem;
  margin: 2rem 0 2.5rem;
}
#manage .mode ul li div {
  display: flex;
  align-items: center;
  color: rgb(76 76 76 / 70%);
}
#manage .mode ul li div img {
  margin-left: .6875rem;
}
#manage .mode ul li:hover {
  background: url(../image/modes.png)no-repeat;
  background-size: 100% 100%;
}
#manage .mode ul li:hover i {
  background: #fff;
}
#manage .mode ul li:hover p {
  color: #fff;
}
#manage .mode ul li:hover div {
  color: rgb(255 255 255 / 70%);
}
#manage .mode ul li:hover div img {
  content: url(../image/modemores.png);
}
#manage .mode a {
  width: 16.125rem;
  border-radius: 10px;
  border: 1px solid #008fd7;
  height: 3.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  font-size: 1.25rem;
  background: #009b4c;
  margin: 3.75rem auto 4rem;
}
#manage .m>img {
  width: 100%;
  margin-bottom: 5rem;
}
.bonus>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.875rem;
}
.bonus>ul>li {
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #4e7be2;
  padding: 1.75rem;
}
.money {
  position: relative;
}
.money::before,
.money::after {
  content: "";
  position: absolute;
  background: url(../image/money.png)no-repeat;
  width: 13px;
  height: 13px;
  top: 0;
}
.money::before {
  left: 0;
}
.money::after {
  right: 0;
}
.money>p {
  line-height: 1.6875rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: .5rem 0;
}
.bonus .money ul {
  display: grid;
  gap: 1.875rem;
  margin-top: 2rem;
}
.bonus .money ul li {
  background: #fff;
  border-radius: 10px;
  display: flex;
  font-size: 1rem;
  line-height: 3.75rem;
  align-items: center;
}
.bonus .money .condition {
  width: 39.3%;
  background: #009b4c;
  color: #fff;
  text-align: center;
  font-weight: 900;
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.bonus .money .xs {
  color: #747373;
  text-align: center;
  width: calc(100% - 39.3%);
}
.bonus .money .zxmoney {
  background: #0042d7;
  border: 1px solid #008fd7;
  color: #fff;
  font-size: 1.25rem;
  padding: 9px 8px;
  line-height: 1;
  margin-bottom: .5rem;
}
.bonus .money .zxmoney p {
  font-family: Bahnschrift;
  font-size: 1.625rem;
}
.bonus .money .zxmoney .zx1 {
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
.bonus .money .zxmoney a {
  width: 11.5rem;
  border-radius: 5px;
  background: #fff;
  color: #0042d7;
  height: 2.5625rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  justify-content: center;
}
.bonus .money .zxmoney a img {
  margin-right: 1.0625rem;
}
/* 专业优势 */
#adv {
  padding: 12rem 0 5rem;
  position: relative;
}
#adv .waveWrapper {
  bottom: auto;
  top: 0;
}
@keyframes move_waves {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(1.5)
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
#adv .waveAnimation .waveMiddle {
  animation: move_waves 10s linear infinite;
}
/* .waveBottom {
  background-size: 50% 100px;
} */
#adv .waveAnimation .waveBottom {
  animation: move_waves 15s linear infinite;
}
#adv .zt_title .b::before {
  background: url(../image/ljuzhen.png)no-repeat;
}
#gallery .swiper-slide {
  display: grid;
  padding-top: 3rem;
  gap: 5rem;
  grid-template-columns: 34.25rem 1fr;
  position: relative;
}
.advimg {
  padding-left: 4.125rem;
  position: relative;
}
.advimg::before {
  content: "";
  position: absolute;
  background: url(../image/advzhuan.png)no-repeat;
  width: 32.875rem;
  height: 32.875rem;
  background-size: 100% 100%;
  left: 0;
  top: -2.75rem;
  z-index: -1;
  animation: roll 40s linear infinite reverse;
}
.advimg img {
  box-shadow: -18px 0px 0px #0041d5;
  border-radius: 50% 50% 0 50%;
}
@-webkit-keyframes roll {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roll {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.advcons h5 {
  color: #0041d5;
  font-size: 1.125rem;
  line-height: 3.75rem;
}
.advcons p {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #4c4c4c;
}
.advcons div {
  margin-bottom: 2rem;
}
#adv>img {
  position: absolute;
}
#adv .adv1 {
  left: 0;
}
#adv .adv2 {
  right: -4rem;
  top: 30%;
}
#adv .adv3 {
  right: 4.1875rem;
  top: 50%;
}
.advcons a {
  width: 11.25rem;
  height: 2.5rem;
  background: #0041d5;
  color: #fff;
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 5rem 0 0;
  transition: all .3s;
  position: relative;
}
.advcons a img {
  margin-left: .9375rem;
}
.advcons a::before {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 5.4375rem;
  background: url(../image/fengzheng.png)no-repeat;
  z-index: -1;
  top: -2rem;
  right: -3.5rem;
  background-size: 100%;
}
/* 专业 */
#speciality {
  padding: 0 0 5rem;
}
#thumbs {
  background: #0041d5;
  border-radius: 10px;
}
#thumbs .swiper-wrapper {
  display: flex;
}
#thumbs .swiper-slide {
  padding: 1.625rem 2.5rem;
  display: flex;
  align-items: center;
  width: 25%;
  position: relative;
  transition: all .3s;
}
#thumbs .yuan {
  display: flex;
  width: 4.125rem;
  height: 4.125rem;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
#thumbs .yuan .lv1 {
  display: none;
}
#thumbs .swiper-slide::before {
  content: "";
  position: absolute;
  width: 1px;
  padding: 32.5px 0;
  background: rgb(255 255 255 / 50%);
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
}
.zy_con {
  margin-left: 1.5rem;
}
.zy_con p {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #fff;
}
.zy_con span {
  font-size: .875rem;
  line-height: 1.6875rem;
  color: rgb(255 255 255 / 50%);
}
#thumbs .swiper-slide:hover,
#thumbs .swiper-slide-thumb-active {
  background: #009b4c;
}
#thumbs .swiper-slide:hover::before,
#thumbs .swiper-slide-thumb-active::before {
  display: none;
}
#thumbs .swiper-slide:hover .yuan .lv1,
#thumbs .swiper-slide-thumb-active .yuan .lv1 {
  display: block;
}
#thumbs .swiper-slide:hover .yuan .b1,
#thumbs .swiper-slide-thumb-active .yuan .b1 {
  display: none;
}
#speciality .prevzt,
#speciality .nextzt {
  top: 50% !important;
  transform: translate(0, -50%);
  margin-top: 0;
}
#ztbm {
  width: 100%;
  background: url(../image/ztbmbg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
#ztbm .tianxie {
  padding: 2.5rem 0 0;
  display: flex;
  gap: 1.25rem;
}
.tianxie .input_tit p {
  color: #fffefe;
  font-size: 1rem;
  font-weight: 300;
}
.tianxie .input_tit i {
  color: #f4f5fc;
  padding-left: 0.5rem;
}
#ztbm .tx1 .input {
  width: 16rem;
  color: #272727;
  font-size: .875rem;
  background: #fff;
  height: 3.125rem;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0 1.25rem;
}
#ztbm .select-button {
  height: 3.125rem;
  width: 33.25rem;
  background: #fff;
  padding: 0 1.25rem;
  border-radius: 5px;
}
#ztbm .tx2 .input {
  height: 3.125rem;
  margin-top: .5rem;
}
#ztbm button {
  width: 16rem;
  background: #009b4c;
  border-radius: 5px;
  height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  margin: 1.25rem 0 2.5rem;
}
.weibudesu {
}
.yuyuedeisi , .dianhuadeisi {
  color: #fff;
  background: #008fd7;
  /* padding: 0.5rem 5.5rem; */
  border-radius: 20px;
  padding: 0.75rem;
  width: 12rem;
  /* font-size: 1.25rem; */
  text-align: center;
}
.weibudesu {
  display: none;
}
.fd {
  width: 10rem;
  height: 12rem;
  background: #942c2f;
  padding: 1.5rem;
  position: fixed;
  right: .5rem;
  bottom: 5rem;
  z-index: 100;
}
.fd  p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
    .embed-invite {
        position: fixed;
        z-index: 1000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 532px;
        height: 236px;
        display: none;
    }
    .embed-invite .embed-invite-wrap {
        position: relative;
        height: 236px;
        width: 100%;
        border-radius: 12px;
        display: flex;
        box-shadow: 0 6px 28px #5a74b166;
        background: url(../image/tanchuang.png) center center / 100% 100% no-repeat;
    }
    .embed-invite .embed-invite-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 8px;
        top: 8px;
        left: auto;
        bottom: auto;
        cursor: pointer;
        background: transparent url(../image/closes.png) no-repeat;
        background-position: center center;
        background-size: 50%;
        z-index: 100;
    }
