@charset "UTF-8";
body {
  overflow-x: hidden;
  margin: 0;
  color: #4D4D4D;
  font-family: "Microsoft Yahei", "微软雅黑", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", sans-serif;
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0.5em 5%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #f2f2f2;
}

#header.sticky {
  background: #18C1DC;
  padding: 1em 5%;
  top: 0;
}

.wrapper-logo {
  display: block;
  margin: auto;
}

.wrapper-logo img {
  width: 150px;
}

.main-menu {
  display: block;
  flex: 1 auto;
  text-align: right;
  margin: auto;
}

.main-menu .active {
  color: #18C1DC !important;
}

.main-menu .dropdown-menu {
  margin-top: 10px;
  margin-left: -1.5rem;
}

.main-menu .dropdown-menu .dropdown-item:active {
  background-color: white;
}

.main-menu > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 0;
}

.main-menu .menu-item {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu .menu-item a {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.banner-container > img {
  width: 100%;
  padding-top: 75px;
}

footer {
  display: flex;
  height: 400px;
}
footer .btn {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 110px;
  margin: auto;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 5px 15px;
}
footer .btn:hover {
  background-color: white;
  color: #18C1DC;
}
footer .btn:hover {
  background-color: #18C1DC;
  color: white;
}
footer #map {
  flex-basis: 260px;
  margin-left: 10px;
  flex-grow: 1;
}
footer .left, footer .right {
  padding: 100px 3% 0;
  flex: 0 0 50%;
}
footer .left {
  background-color: #E6E6E6;
}
footer .right {
  background-color: #F2F2F2;
}
footer .right > div {
  display: flex;
  justify-content: space-between;
}
footer .amap-link {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
  padding: 12px 40px;
  letter-spacing: 1px;
  background-color: #18C1DC;
  transition: all 0.3s ease-in-out;
  border: none;
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 15px;
}
footer .amap-link:hover {
  background-color: white;
  color: #18C1DC;
}
footer .amap-link:hover {
  background-color: #18C1DC;
  color: white;
  text-decoration: none;
}
footer .amap-link img {
  width: 20px;
  vertical-align: -5px;
}
footer h3 {
  color: #18C1DC;
}
footer h3 span {
  padding-bottom: 5px;
  display: inline-block;
  width: 350px;
  border-bottom: 1px solid #18C1DC;
}
footer .left ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
footer .left ul li {
  flex: 0 0 30%;
  text-align: center;
}
footer .left ul li i {
  display: inline-block;
  width: 90px;
  height: 85px;
  line-height: 85px;
}
footer .left ul li p {
  font-size: 15px;
  color: #B3B3B3;
  margin-top: 10px;
}

.recordcode {
  padding: 0 3%;
  background-color: white;
  text-align: center;
}
.recordcode a {
  color: #939393;
  font-size: 12px;
  line-height: 30px;
}
.recordcode a:hover {
  text-decoration: none;
}
.recordcode .police {
  width: 15px;
  vertical-align: -3px;
  margin-right: 3px;
  margin-left: 5px;
}

.modal-footer button, .modal-footer button:hover, .modal-footer button:active {
  background-color: #18C1DC !important;
  border: none;
}

body > article {
  padding: 80px 150px;
}

h3, h4, h5 {
  color: #18C1DC;
  font-weight: 300;
}

.page-desc {
  text-align: center;
}
.page-desc h3 {
  font-size: 42px;
  font-weight: 300;
  color: #4D4D4D;
  margin-bottom: 50px;
}
.page-desc h3 span {
  padding: 10px 0;
  border-bottom: 1px solid #18C1DC;
}
.page-desc section > p {
  line-height: 40px;
  font-size: 20px;
  color: #4D4D4D;
}
.page-desc section > h4 {
  margin: 30px 0;
}

.period {
  background-color: #F2F2F4;
  padding: 50px;
  text-align: center;
}
.period h2 {
  font-size: 29px;
  margin-bottom: 50px;
}
.period .period-list {
  display: flex;
  justify-content: space-between;
}
.period .period-list section {
  margin: 0 10px;
  flex: 0 1 275px;
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.period .period-list section h3 {
  font-size: 52px;
  padding: 20px;
}
.period .period-list section h5 {
  font-size: 1em;
}
.period .period-list section p {
  padding: 20px 0;
}
.period .period-list section img {
  width: 150px;
}

.period-tip {
  color: #808080;
  padding: 30px 0;
  text-align: center;
}

.tip h3 {
  color: #4D4D4D;
  margin-bottom: 30px;
}
.tip p {
  line-height: 28px;
}