/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content-s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.position-absolute {
  position: absolute;
}
.position-absolute.bottom {
  bottom: 0;
}
.position-absolute.top {
  top: 0;
}
.position-absolute.left {
  left: 0;
}
.position-absolute.right {
  right: 0;
}
.position-relative {
  position: relative;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.margin-top {
  margin-top: 0.15rem;
}
.margin-top-m {
  margin-top: 0.3rem;
}
.margin-top-big {
  margin-top: 0.5rem;
}
.margin-bottom {
  margin-bottom: 0.15rem;
}
.margin-bottom-m {
  margin-bottom: 0.3rem;
}
.margin-bottom-big {
  margin-bottom: 0.5rem;
}
.margin-left {
  margin-left: 0.15rem;
}
.margin-left-m {
  margin-left: 0.3rem;
}
.margin-left-big {
  margin-left: 0.5rem;
}
.margin-right {
  margin-right: 0.15rem;
}
.margin-right-m {
  margin-right: 0.3rem;
}
.margin-right-big {
  margin-right: 0.5rem;
}
.margin-column {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
}
.margin-column-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.margin-column-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.margin-row {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-row-m {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-row-big {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.no-margin {
  margin: 0 !important;
}
.row-center {
  margin-left: auto;
  margin-right: auto;
}
.padding-top {
  padding-top: 0.15rem;
}
.padding-top-m {
  padding-top: 0.3rem;
}
.padding-top-big {
  padding-top: 0.5rem;
}
.padding-bottom {
  padding-bottom: 0.15rem;
}
.padding-bottom-m {
  padding-bottom: 0.3rem;
}
.padding-bottom-big {
  padding-bottom: 0.5rem;
}
.padding-left {
  padding-left: 0.15rem;
}
.padding-left-m {
  padding-left: 0.3rem;
}
.padding-left-big {
  padding-left: 0.5rem;
}
.padding-right {
  padding-right: 0.15rem;
}
.padding-right-m {
  padding-right: 0.3rem;
}
.padding-right-big {
  padding-right: 0.5rem;
}
.padding-column {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
}
.padding-column-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.padding-column-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.padding-row {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-row-m {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-row-big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.no-padding {
  padding: 0 !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-gray {
  background-color: #f5f5f5;
}
.bg-color-opacity-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-color-opacity-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.ellipis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.border-box {
  box-sizing: border-box;
}
.overflow-hidden {
  overflow: hidden;
}
.full-y {
  height: 100%;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100px;
  }
}
.font-size-xxl {
  font-size: 0.3rem;
}
.font-size-xl {
  font-size: 0.2rem;
}
.font-size-l {
  font-size: 0.18rem;
}
.font-size-m {
  font-size: 0.16rem;
}
.font-size-s {
  font-size: 0.14rem;
}
.font-size-mini {
  font-size: 0.12rem;
}
.text-color-black {
  color: #333 !important;
}
.text-color-gray {
  color: #545454 !important;
}
.text-color-gray-l {
  color: #666 !important;
}
.text-color-gray-ll {
  color: #999 !important;
}
.text-color-white {
  color: #fff !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.line-height-xxl {
  line-height: 4.5;
}
.line-height-xl {
  line-height: 3;
}
.line-height-l {
  line-height: 2;
}
.line-height-m {
  line-height: 1.5;
}
.line-height-s {
  line-height: 1.3;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-box {
  font-size: 0;
  overflow: hidden;
}
.img-box .img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-box .img-full {
  width: 100%;
  height: 100%;
}
.img-box .img-full-x {
  width: 100%;
}
.img-box .img-full-y {
  height: 100%;
}
.animate-slow {
  animation-duration: 5s;
}
.animate-infinite {
  animation-iteration-count: infinite;
}
.animate-linear {
  animation-timing-function: linear;
}
.animate-top-to-bottom {
  animation-name: top-to-bottom;
}
.animate-rotate-z {
  animation-name: rotate-z;
}
@keyframes top-to-bottom {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes rotate-z {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*
主题样式
*/
.bg-color-theme {
  background: #062F5A;
}
.bg-color-theme-2 {
  background: #2b2925;
}
.text-color-theme {
  color: #062F5A;
}
.text-color-theme-s {
  color: #f39501;
}
.box-shadow {
  box-shadow: 0 0 6px #ccc;
}
/* banner */
.ie-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.ie-banner .banner {
  height: 100%;
}
.ie-banner .cstarsvg-wrapper {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35%;
}
.ie-banner .banner-swiper {
  height: 100%;
}
.ie-banner .banner-swiper .swiper-slide {
  height: 100%;
}
@media (max-width: 768px) {
  .ie-banner {
    height: 200px;
  }
}
.main-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.main-banner .banner {
  height: 100%;
}
.main-banner .cstarsvg-wrapper {
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35%;
}
.main-banner .banner-swiper {
  height: 100%;
}
.main-banner .banner-swiper .swiper-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .main-banner {
    height: 200px;
  }
  .main-banner .cstarsvg-wrapper {
    width: 200px;
    bottom: 10%;
  }
  .main-banner .banner-title .img-box {
    width: 30px;
    height: 30px;
  }
  .main-banner .banner-text {
    top: 20%;
  }
}
.main-banner .p1 {
  width: 80%;
}
.main-banner .p1 img {
  max-width: 100%;
}
@keyframes bannerAnima {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.prev:focus,
.next:focus {
  outline: none;
}
#fengcai {
  background: url(../images/bg_3.jpg) no-repeat center center;
}
#fengcai .item {
  width: 2.2rem;
}
#fengcai .item .img-box {
  height: 3rem;
}
#fengcai .item .bottom-card {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
#news-section {
  background-image: url(../images/bg_8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#news-section .main-content {
  max-width: 1700px;
}
#news-section .time-line-wrapper ul {
  justify-content: flex-start;
}
#news-section .time-line-wrapper ul .item .item-content {
  height: 240px;
  border: 1px solid #d4d4d4;
  padding: 0 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
#news-section .time-line-wrapper ul .item .item-content .item-text {
  position: relative;
  transition: all 0.3s ease-in-out;
  top: 20px;
}
#news-section .time-line-wrapper ul .item .item-content .link {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  position: relative;
  top: 20px;
  opacity: 0;
}
#news-section .time-line-wrapper ul .item .item-content .link > a {
  background: #f39501;
  color: #fff;
  border: none;
}
#news-section .time-line-wrapper ul .item .main-button {
  padding: 8px 48px;
}
#news-section .time-line-wrapper ul .item > div:hover .item-content .item-text {
  top: 0;
}
#news-section .time-line-wrapper ul .item > div:hover .item-content .link {
  visibility: visible;
  top: 0;
  opacity: 1;
}
#news-section .time-line-wrapper ul .item > div:hover .tag {
  border: 1px solid #f39501;
}
#news-section .time-line-wrapper ul .item > div:hover .tag:before {
  background: #f39501;
}
#news-section .time-line-wrapper ul .item > div:hover .tag:after {
  background: #f39501;
}
#news-section .swiper-date {
  overflow: hidden;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
#news-section .content-wrapper {
  height: 50%;
  width: 50%;
  right: 0;
  bottom: 0;
  background: #062F5A;
}
#news-section .prev,
#news-section .next {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  transition: all .3s;
  z-index: 10;
  border: 1px solid #d4d4d4;
  background: #fff;
  font-size: 25px;
  color: #898989;
}
#news-section .prev:hover,
#news-section .next:hover {
  background: #062F5A;
  color: #fff;
}
#news-section .prev {
  left: 0;
  border-left: none;
}
#news-section .next {
  right: 0;
  border-right: none;
}
@media (max-width: 992px) {
  #news-section .time-line-wrapper ul {
    height: 400px;
  }
  #news-section .time-line-wrapper ul .item {
    height: 400px;
  }
  #news-section .time-line-wrapper ul .item .item-content {
    height: 180px;
  }
}
#section-href .content-wrapper > div {
  height: 180px;
  transition: background .5s;
}
#section-href .content-wrapper > div:nth-of-type(odd) {
  background: #fafafa;
}
#section-href .content-wrapper > div:nth-of-type(even) {
  background: #f6f6f6;
}
#section-href .content-wrapper > div .logo-img {
  max-height: 120px;
}
@media (max-width: 992px) {
  #section-href .content-wrapper > div {
    height: 100px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
  }
  #section-href .content-wrapper > div:nth-last-of-type(1),
  #section-href .content-wrapper > div:nth-last-of-type(2) {
    border-bottom: none;
  }
  #section-href .content-wrapper > div img {
    max-width: 80%;
  }
  #section-href .content-wrapper > div .logo-img {
    max-height: 80px;
  }
}
#section-aboutus {
  height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/bg_9.jpg');
}
#section-aboutus .content-wrapper {
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  padding-left: 80px;
  padding-top: 80px;
}
#section-aboutus .content-wrapper > div {
  max-width: 642px;
}
#section-aboutus .content-wrapper .content {
  max-width: 610px;
}
#section-aboutus .content-wrapper-2 {
  box-sizing: border-box;
}
#section-aboutus .content-wrapper-2 .col-item {
  height: 1.4rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
#section-aboutus .content-wrapper-2 .count {
  margin: 2px 0 0 3px;
  font-size: 56px;
}
@media (max-width: 992px) {
  #section-aboutus .content-wrapper {
    left: 0;
    padding: 50px 15px 0;
  }
  #section-aboutus .content-wrapper > div {
    padding: 0;
  }
  #section-aboutus .content-wrapper-2 {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 40px;
    margin: 0;
  }
  #section-aboutus .content-wrapper-2 .count {
    margin: 2px 0 0 3px;
  }
}
#section-pics {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/bg_10.png');
}
#section-pics .main-title {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
#section-pics .prev,
#section-pics .next {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  transition: all .3s;
  z-index: 10;
  border: 1px solid #d4d4d4;
  background: #fff;
  font-size: 24px;
  color: #898989;
}
#section-pics .prev:hover,
#section-pics .next:hover {
  background: #062F5A;
  color: #fff;
}
#section-pics .prev {
  left: 150px;
}
#section-pics .next {
  right: 150px;
}
#section-pics .content-wrapper .swiper-slide {
  position: relative;
}
#section-pics .content-wrapper .swiper-slide .img-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
}
#section-pics .content-wrapper .swiper-slide .title {
  color: #999;
}
#section-pics .content-wrapper .slide-visible .img-box:after {
  visibility: hidden;
  opacity: 0;
}
#section-pics .content-wrapper .slide-visible .title {
  color: #545454;
}
#section-pics .content-wrapper .slide-visible:hover .link-modal {
  transform: scale(1);
}
#section-pics .content-wrapper .img-item {
  padding: 10px;
}
#section-pics .content-wrapper .img-item .img-box {
  height: 2.75rem;
}
#section-pics .content-wrapper .img-item .link-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
#section-pics .main-button {
  padding: 8px 48px;
  background: #f39501;
  border: none;
  color: #fff;
  font-size: 20px;
}
/*校园环境*/
#section-env .env-swiper {
  height: 500px;
  overflow: hidden;
}
#section-env .env-swiper .swiper-slide {
  transform: scale(0.6);
  transition: all .5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
  cursor: pointer;
}
#section-env .env-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
@media (max-width: 768px) {
  #section-env .env-swiper {
    height: 200px;
  }
}
#section-map {
  background-image: url(../images/bg_11.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#section-map .main-title {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
#section-map > .main-content {
  width: 1200px;
}
#section-map .content-wrapper .info {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 35%;
  left: 70%;
  padding: 20px;
  min-width: 3.9rem;
  min-height: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#section-map .map-container {
  height: 600px;
  background-image: url(../images/bg_12.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto auto;
  position: relative;
}
#section-map .map-container .address-tag {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#section-map .map-container .address-tag.active:before {
  cursor: pointer;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  transition: 0.5s all ease;
  transform: scale(1);
}
#section-map .map-container .address-tag > p {
  position: absolute;
  left: 25px;
  top: 0;
  word-break: keep-all;
  width: 250px;
}
#section-map .map-container .address-tag:nth-of-type(1) {
  left: 500px;
  top: 130px;
}
#section-map .map-container .address-tag:nth-of-type(2) {
  left: 570px;
  top: 150px;
}
#section-map .map-container .address-tag:nth-of-type(3) {
  left: 500px;
  top: 180px;
}
#section-map .map-container .address-tag:nth-of-type(4) {
  left: 540px;
  top: 210px;
}
#section-map .map-container .address-tag:nth-of-type(5) {
  left: 390px;
  top: 360px;
}
#section-map .map-container .address-tag:nth-of-type(6) {
  left: 500px;
  top: 420px;
}
#section-map .map-container .address-tag:nth-of-type(7) {
  right: 300px;
  bottom: 0;
}
#section-map .map-container .address-tag:nth-of-type(8) {
  left: 290px;
  top: 430px;
}
#section-map .map-container .address-tag:nth-of-type(9) {
  left: 650px;
  top: 490px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
#section-form {
  padding: 50px 20px;
}
#section-form .main-title {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
#section-form .layui-btn {
  background-color: #062F5A;
  height: 48px;
}
#section-form .layui-form-select dl dd.layui-this {
  background-color: #062F5A;
}

