html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "simhei", "Microsoft JhengHei", sans-serif;
  -webkit-overflow-scrolling: touch;
  background: #a6d4ad;
}

.center {
  text-align: center;
}

#warp {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width: 1441px) {
  #warp {
    overflow: initial;
    margin: 0 auto;
  }
}
#warp > .container {
  padding: 0;
}

#header {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#header.inside {
  max-width: 100%;
}

a#m-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
  color: #a6d4ad;
  font-size: 1.5rem;
}

.change-lg {
  background: transparent;
  color: #666;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

#header.inside {
  min-height: 180px;
  background: #fff;
}
@media (max-width: 769px) {
  #header.inside {
    min-height: initial;
  }
}
@media (max-width: 769px) {
  #header {
    position: relative;
  }
}
#header .row {
  position: absolute;
  top: 35px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 769px) {
  #header .row {
    top: 0;
    height: 60px;
    background: #fff;
    padding: 15px 10px 0px 10px;
    position: relative;
    width: 100%;
    z-index: 5;
  }
}
@media (max-width: 769px) {
  #header .row .col-md-8 {
    margin-top: 15px;
  }
}
#header .row.active {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: #f9f9fb;
  padding-bottom: 30px;
}
@media (max-width: 769px) {
  #header .row.active {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    background: #f9f9fb;
  }
}
#header .row.active img {
  max-width: 50%;
  padding: 15px 0 0 15px;
}
@media (max-width: 769px) {
  #header .row.active img {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 769px) {
  #header #nav {
    background: #fff;
    display: none;
  }
}
#header #nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header #nav ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
#header #nav ul li:hover > ul {
  display: block;
}
@media (max-width: 769px) {
  #header #nav ul li {
    display: block;
    margin-right: 0px;
    text-align: center;
    padding: 5px 0;
  }
}
#header #nav ul li:hover:after {
  width: 80%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #nav ul li:after {
  bottom: 0;
  position: absolute;
  background: #26b484;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  bottom: -10px;
}
@media (max-width: 769px) {
  #header #nav ul li:after {
    bottom: 0px;
  }
}
#header #nav ul li:nth-child(5) ul {
  display: none;
  width: 400%;
  -webkit-transform: translateX(-28%);
      -ms-transform: translateX(-28%);
          transform: translateX(0%);
  padding-top: 15px;
}
@media (max-width: 769px) {
  #header #nav ul li:nth-child(5) ul {
    display: block;
    background: #a6d4ad;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    position: relative;
    padding-top: 0;
  }
}
#header #nav ul li:nth-child(5) ul li {
  display: inline-block;
  border-right: #ccc solid 1px;
  padding-right: 5px;
}
@media (max-width: 769px) {
  #header #nav ul li:nth-child(5) ul li {
    margin-right: 5px;
    border-right: none;
  }
}
#header #nav ul li:nth-child(5) ul li:last-child {
  border-right: none;
}
#header #nav ul li:nth-child(5) ul li a {
  color: #333;
  padding: 0;
  border: none;
}
@media (max-width: 769px) {
  #header #nav ul li:nth-child(5) ul li a {
    color: #fff;
  }
}
#header #nav ul li:nth-child(5) ul li a:hover {
  color: #26b484;
}
@media (max-width: 769px) {
  #header #nav ul li:nth-child(5) ul li a:hover {
    color: #fff;
  }
}
#header #nav ul li:nth-child(5) ul li:hover:after {
  display: none;
}
#header #nav ul li:nth-child(5):hover ul {
  display: block;
}
#header #nav ul li > ul {
  display: none;
  position: absolute;
  width: 500%;
}
@media (max-width: 769px) {
  #header #nav ul li > ul {
    position: relative;
    display: block;
  }
}
#header #nav ul li > ul > li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
}
#header #nav ul li a {
  color: #666;
  text-decoration: none;
}
@media (max-width: 769px) {
  #header #nav ul li a {
    margin-bottom: 5px;
    display: block;
  }
}
#header .slider ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header .slider .owl-dots {
  margin-top: 0;
  bottom: 15px;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .slider .owl-dots .owl-dot span {
  background: #fff;
}
#header .slider .owl-dots .owl-dot.active span {
  background: #869791;
}

#y-menu {
  background: #F5CE2F;
  width: 100px;
  position: fixed;
  right: 100px;
  top: -20px;
  display: none;
  padding: 5px;
}
#y-menu.fixed {
  position: fixed;
  top: 100px;
  right: 2rem;
  z-index: 5;
  max-width: 75px;
}
@media (min-width: 1441px) {
  #y-menu.fixed {
    top: 200px;
	  max-width: 75px;
  }
}
@media (max-width: 769px) {
  #y-menu {
    position: relative;
    right: 0;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none !important;
  }
}
@media (min-width: 1441px) {
  #y-menu {
    top: -120vh;
  }
}
#y-menu .row {
  height: inherit;
  text-align: center;
}
#y-menu .row a {
  width: 150px;
  height: 150px;
}
#y-menu .close-y {
  color: #fff;
  font-size: 4rem;
}

.about-us {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .about-us {
    padding-top: 0;
    margin-top: 150px;
  }
}
.about-us .about-us-des p {
  margin: 0;
  font-size: 2rem;
  color: #5272b3;
  font-weight: 500;
}
@media (max-width: 769px) {
  .about-us .about-us-des p {
    font-size: 1.05rem;
  }
}
.about-us .about-us-des .more {
  color: #5272b3;
}
.about-us > .row > div:first-child {
  padding-left: 10vw;
}
@media (max-width: 769px) {
  .about-us > .row > div:first-child {
    /*margin-top: -120px;*/
  }
}
.about-us > .row > div:last-child {
  padding-top: 60px;
}
@media (max-width: 769px) {
  .about-us > .row > div:last-child {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    padding: 15px 15px 15px 10vw;
    margin-top: 50px;
  }
}
.about-us > .row > div:last-child p {
  color: #5086c6;
  font-size: 1.3rem;
  border-bottom: #27b384 solid 3px;
  display: inline-block;
}
@media (max-width: 769px) {
  .about-us > .row > div:last-child p {
    font-size: 0.9rem;
    margin: 0;
  }
}
.about-us:before {
  content: url(../images/white_bg.png);
  position: absolute;
  z-index: 0;
  top: -530px;
}
@media (max-width: 769px) {
  .about-us:before {
    max-height: 920px;
    overflow: hidden;
    top: 0px;
    left: -30px;
    content: url(../images/white_bg_m.png);
  }
}
.about-us h1 {
  color: #5086c6;
}
.about-us h1 .about-title {
  color: #5086c6;
}
@media (max-width: 769px) {
  .about-us h1 img {
    max-width: 100%;
  }
}

.teaching {
  position: relative;
  margin-top: 300px;
}
.teaching .y-box {
  background-color: #F5CE2F;
  border-radius: 0 50vw 50vw 0;
  width: 85%;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  padding: 125px 80px;
}
@media (max-width: 769px) {
  .teaching .y-box {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
    padding: 50px 0 50px 10vw;
  }
}
@media (max-width: 769px) {
  .teaching {
    margin-top: 0px;
	padding-top: 50px;
    padding-left: 10vw;
  }
}
.teaching h2 {
  color: #5086c6;
}
@media (max-width: 769px) {
  .teaching h2 img {
    max-width: 60%;
  }
}
.teaching p {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  border-bottom: #F5CE2F solid 3px;
}
@media (max-width: 769px) {
  .teaching p {
    font-size: 1rem;
  }
}
@media (max-width: 769px) {
  .teaching .teaching-des {
    width: 100%;
  }
}
.teaching .teaching-des .more {
  color: #5086c6;
  position: relative;
  z-index: 1;
}
.teaching .teaching-des .more span {
  /*border-color: #27b384;*/
}
.teaching .teaching-images {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  position: relative;
}
.teaching .teaching-images:after {
  content: url(../images/1_cn.png);
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 769px) {
  .teaching .teaching-images:after {
    display: none;
  }
}

#academic {
  margin-top: 220px;
  position: relative;
}
@media (max-width: 769px) {
  #academic {
    margin-top: -485px;
  }
}
#academic:after {
  content: "";
  background: #26b484;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 370px;
  z-index: -1;
}
@media (max-width: 769px) {
  #academic:after {
    display: none;
  }
}
#academic .radius {
  background: #f4ce2d;
  width: 39%;
  border-radius: 0 50vw 50vw 0;
  padding: 170px 0 170px 125px;
  position: relative;
}
@media (max-width: 769px) {
  #academic .radius h3 img {
    max-width: 90%;
  }
}
@media (max-width: 769px) {
  #academic .radius {
    background: #f4ce2d;
    width: 80%;
    border-radius: 0 50vw 50vw 0;
    padding: 25px 25px 25px 10vw;
  }
}
#academic:before {
  background: #f4ce2d;
  z-index: 0;
  position: absolute;
  width: 30%;
  height: 100%;
  left: -20vw;
  top: 0;
  content: "";
}
@media (min-width: 1441px) {
  #academic:before {
    width: 60%;
    left: -30vw;
  }
}

#direct {
  background: #26b484;
  padding-top: 100px;
}
@media (max-width: 769px) {
  #direct {
    padding-top: 0;
  }
}
#direct a.left-link {
  background: #f4ce2d;
  color: #4db26d;
  font-size: 1.2rem;
  padding: 10px 50px;
  border-radius: 50vw 0 0 50vw;
  display: inline-block;
}
@media (max-width: 769px) {
  #direct a.left-link {
    padding: 10px 30px;
    font-size: 1rem;
  }
}
#direct .link-box {
  /*text-align: center;*/
	padding-left: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #direct .link-box {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 25px;
  }
}
#direct a.right-link {
  background: #d4b684;
  color: #4db26d;
  font-size: 1.2rem;
  padding: 10px 50px;
  border-radius: 0 50vw 50vw 0;
  display: inline-block;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  margin-left: -5px;
  color: #fff;
}
@media (max-width: 769px) {
  #direct a.right-link {
    -webkit-transform: translateY(43px);
        -ms-transform: translateY(43px);
            transform: translateY(43px);
    padding: 10px 30px;
    font-size: 1rem;
  }
}

#join-us {
  background: #26b484;
  max-height: 240px;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #join-us {
    max-height: initial;
    margin-top: 0vh;
    padding-bottom: 12px;
  }
}
#join-us .row {
  -webkit-transform: translateY(-400px);
      -ms-transform: translateY(-400px);
          transform: translateY(-400px);
}
@media (max-width: 769px) {
  #join-us .row {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#join-us .triangle-box:after {
  background: #fff;
  z-index: 0;
  position: absolute;
  width: 39%;
  height: 115.3%;
  left: -20vw;
  top: 0;
  content: "";
}
@media (min-width: 1441px) {
  #join-us .triangle-box:after {
    content: "";
    background: #fff;
    width: 80%;
    left: -30.8vw;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    height: 115.3%;
  }
}
@media (max-width: 769px) {
  #join-us .triangle-box:after {
    display: none;
  }
}
#join-us .triangle-box:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 790px 0 0 790px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 769px) {
  #join-us .triangle-box:before {
    border-width: 580px 0 0 580px;
    display: none;
  }
}
#join-us .three-bg {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
}
#join-us .triangle-images {
  position: relative;
  padding-top: 430px;
  padding-left: 80px;
}
@media (max-width: 769px) {
  #join-us .triangle-images img {
    max-width: 45%;
  }
}
@media (max-width: 769px) {
  #join-us .triangle-images {
    position: relative;
    padding-top: 60px;
    padding-left: 10vw;
    padding-bottom: 0px;
  }
}
#join-us .triangle-images p {
  margin: 0;
  color: #26b484;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 769px) {
  #join-us .triangle-images p {
    font-size: 1rem;
  }
}
#join-us .triangle-images p:after {
  background: #f4ce2d;
  content: "";
  position: absolute;
  height: 3px;
  width: 32%;
  left: 0;
  bottom: 0;
}

#explore {
  background: #26b484;
  position: relative;
}
@media (max-width: 769px) {
  #explore {
    padding-bottom: 0px;
    padding-top: 60px;
  }
}
#explore .area-box {
  height: 350px;
  overflow: auto;
  width: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  padding-left: 20px;
}
@media (max-width: 769px) {
  #explore .area-box {
    left: 0px;
    width: 80%;
  }
}
#explore .area-info {
  background: #f2c725;
  width: 45vw;
  min-height: 495px;
  position: absolute;
  left: -45vw;
  top: 50%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  border-radius: 0 50vw 50vw 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 769px) {
  #explore .area-info {
    border-radius: 0 100vw 100vw 0;
  }
}
#explore .area-info.vis {
  width: 45vw;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media (max-width: 769px) {
  #explore .area-info.vis {
    width: 95vw;
  }
}
#explore .area-info .area {
  color: #5072b3;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#explore .area-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#explore .area-info ul li {
  margin-bottom: 20px;
}
#explore .area-info ul li p {
  margin: 0;
  color: #5072b3;
}
#explore .area-info ul li p i {
  margin-left: 10px;
  color: #fff;
}
#explore .area-info ul li p i:hover {
  color: #5072b3;
}
#explore a.close {
  position: absolute;
  right: 8vw;
  top: 10vh;
}
@media (max-width: 769px) {
  #explore a.close {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#explore #svg {
  margin-right: -1px;
  background: url(../images/svg_bg.png);
  max-height: 100%;
  background-size: cover;
  min-height: 1000px;
  position: relative;
  padding-top: 40vh;
  margin-top: -250px;
  position: relative;
}
#explore #svg:after {
  position: absolute;
  background: #a4d4b0;
  left: initial;
  right: -23.2vw;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
}
@media (min-width: 1441px) {
  #explore #svg:after {
    position: absolute;
    background: #a4d4b0;
    left: 57.9vw;
    top: 0;
    width: 80%;
    height: 100%;
    content: "";
  }
}
@media (max-width: 769px) {
  #explore #svg:after {
    display: none;
  }
}
#explore #svg #tips-images {
  position: absolute;
  right: 30vw;
}
@media (max-width: 769px) {
  #explore #svg #tips-images {
    right: 50vw;
    width: 20%;
  }
}
@media (min-width: 1441px) {
  #explore #svg #tips-images {
    right: 20vw;
  }
}
#explore #svg svg {
  width: 30%;
  margin: 0 60%;
}
@media (max-width: 769px) {
  #explore #svg svg {
    width: 50%;
    margin: 0 40%;
    display: block;
  }
}
@media (max-width: 769px) {
  #explore #svg {
    margin-top: 0px;
    min-height: inherit;
    padding: 0;
    background-image: none;
    position: relative;
    z-index: 1;
  }
}
#explore .svg-bg.d-md-none {
  position: absolute;
  top: 50px;
  z-index: 0;
}
#explore .explore-title {
  padding: 300px 0 0 80px;
}
@media (max-width: 769px) {
  #explore .explore-title {
    padding: 25px;
  }
}
@media (max-width: 769px) {
  #explore .explore-title img {
    max-width: 80%;
  }
}
#explore .row {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

footer {
  min-height: 300px;
  background: #4f86c6;
  color: #fff;
  padding: 0 100px;
}
footer .footer-info {
  position: relative;
}
footer .footer-info:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 10px;
  background: #4eb26d;
  left: -20px;
}
@media (max-width: 769px) {
  footer {
    padding: 15px 50px;
  }
}
footer .row {
  min-height: 300px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li {
  display: inline-block;
}
footer .footer-title {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  footer .footer-title {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
footer p {
  margin: 0;
}
footer .contact-text {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .col-md-5 {
  padding-top: 55px;
}
@media (max-width: 769px) {
  footer .col-md-5 {
    padding-top: 30px;
  }
}

.more {
  margin: 20px 0 0 0;
  font-size: 1.2rem;
  text-decoration: none;
  color: #4eb26d;
  display: block;
}
.more:hover {
  text-decoration: none;
  color: #4eb26d;
}
.more span {
  margin-left: 15px;
  width: 35px;
  height: 35px;
  border: #f5ce2b solid 3px;
  border-radius: 50vw;
  display: inline-block;
  text-align: center;
}

.direct-title {
  padding-left: 80px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.direct-title a {
  color: #fff;
}
@media (max-width: 769px) {
  .direct-title img {
    max-width: 50%;
  }
}
@media (max-width: 769px) {
  .direct-title {
    padding-left: 10vw;
    text-align: center;
    padding-top: 0;
  }
}

.academic-des p {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  border-bottom: #27b384 solid 3px;
  display: inline-block;
}
@media (max-width: 769px) {
  .academic-des p {
    font-size: 1.1rem;
  }
}
.academic-des .more {
  color: #fff;
}
.academic-des .more span {
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border: #fff solid 3px;
  border-radius: 50vw;
  display: inline-block;
  text-align: center;
}

div#mCSB_1_scrollbar_vertical {
  left: 0px;
}

.mCSB_inside > .mCSB_container {
  padding-left: 30px;
}

svg#m-svg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

#teaching {
  height: 619px;
  background: url(../images/teaching.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #teaching {
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #5184c5;
    padding-bottom: 25px;
  }
}
@media (max-width: 769px) {
  #teaching h1 {
    padding-top: 25px;
  }
}

#academic-box {
  height: 619px;
  background: url(../images/academic_1_cn.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #academic-box {
    height: inherit;
    background: url(../images/academic_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #d2b684;
  }
}
@media (max-width: 769px) {
  #academic-box .images-title {
    padding-right: 15px;
  }
}
#academic-box p {
  color: #5084c4;
  font-weight: 500;
}
@media (max-width: 769px) {
  #academic-box h1 {
    padding-top: 25px;
  }
}

#about-box {
  height: 619px;
  background: url(../images/about_1.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #about-box {
    height: inherit;
    background: url(../images/about_1.jpg) #f4ce2d;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    background-position: bottom;
  }
}
#about-box p {
  color: #5084c4;
}
@media (max-width: 769px) {
  #about-box h1 {
    padding-top: 25px;
  }
}

#nnews-box {
  height: 619px;
  background: url(../images/nnews_1.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #nnews-box {
    height: inherit;
    background: url(../images/nnews_1.jpg) #f4ce2d;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    /*background-position: bottom;*/
  }
}
#nnews-box p {
  color: #fff;
}
@media (max-width: 769px) {
  #nnews-box h1 {
    padding-top: 25px;
  }
}

#nclip-box {
  height: 619px;
  background: url(../images/clip_2.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #nclip-box {
    height: inherit;
    background: url(../images/clip_2.jpg) #f4ce2d;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    /*background-position: bottom;*/
  }
}
#nclip-box p {
  color: #fff;
}
@media (max-width: 769px) {
  #nclip-box h1 {
    padding-top: 25px;
  }
}


.slider {
  margin-top: -1px;
}

#join-box {
  height: 619px;
  background: url(../images/join_1_cn.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  #join-box {
    height: 300px;
    background: url(../images/join_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
#join-box p {
  color: #fff;
  margin: 0;
}
@media (max-width: 769px) {
  #join-box .images-title {
    padding-right: 15px;
  }
}
#join-box .images-title p {
  border-bottom: #f4ce2e solid 5px;
}

.images-box h1 {
  margin: 0;
  padding: 60px 0 0 110px;
}
@media (max-width: 769px) {
  .images-box h1 {
    padding: 0 25px;
    max-width: 50%;
  }
  .images-box h2 {
  color: #5084c4;
  margin-top: 15px;
  font-size: 1.2rem;
  padding-left: 1.4rem!important;
}
}
.images-box h2 {
  color: #5084c4;
  margin-top: 15px;
  font-size: 1.2rem;
  padding-left: 110px;
}
.images-box h1 p {
  color: #5084c4;
  margin-top: 15px;
  font-size: 1.2rem;
}
.images-box .images-title {
  padding: 0px 0 0 110px;
  margin-top: 35px;
  display: inline-block;
}
@media (max-width: 769px) {
  .images-box .images-title {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
.images-box .images-title p {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  border-bottom: #26b484 solid 5px;
}
@media (max-width: 769px) {
  .images-box .images-title p {
    font-size: 1.4rem;
  }
}

.main {
  background: #f2a59c;
  padding: 80px 12vw;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 1441px) {
  .main {
    padding: 80px 8vw;
  }
}
@media (max-width: 769px) {
  .main {
    padding: 15px 25px;
    font-weight: 400;
  }
}
.main .titles {
  margin: 30px 0 30px 0;
  border-bottom: #26b484 solid 4px;
  display: inline-block;
  font-weight: 500;
}
.main .tips-block {
  text-align: center;
  margin: 30px 0 30px 0;
}
.main .tips-block p {
  margin: 0;
  font-weight: 500;
}
.main p {
  font-size: 1.05rem;
  letter-spacing: 1px;
}

#teaching-bg {
  background-image: url(../images/teaching_2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  #teaching-bg {
    background-position: center bottom;
  }
}
#teaching-bg .col-md-5 {
  text-align: center;
}

#academic-bg {
  background: url(../images/academic_3_cn.png) #d4b684;
  min-height: 770px;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 60px 10vw 50vh 10vw;
}
@media (max-width: 769px) {
  #academic-bg {
    padding: 15px 25px;
  }
}

#about-bg {
  background: url(../images/about_3.jpg) #d4b684;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10vh 10vw 20vh 20vw;
  background-position: bottom;
}
@media (max-width: 769px) {
  #about-bg {
    padding: 0;
    background-image: none;
  }
}
@media (max-width: 769px) {
  #about-bg > .row {
    padding: 40px 50px 0 50px;
  }
}

#join-bg {
  background: url(../images/join_4.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10vh 15vw 20vh 10vw;
}
@media (max-width: 769px) {
  #join-bg {
    padding: 15px;
    background-size: contain;
  }
}
@media (max-width: 769px) {
  #join-bg > .row {
    display: none;
  }
}

#direct-bg {
  background: url(../images/dir_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vh 0vw 10vh 0vw;
  min-height: 692px;
}
@media (max-width: 769px) {
  #direct-bg {
    min-height: initial;
    background-image: none;
    background-color: #f2a59c;
    padding: 15px 0vw 10vh 0vw;
  }
}
#direct-bg .row .col-md-6 {
  position: relative;
  border-radius: 0 50vw 50vw 0;
  background: #f5ce2f;
  padding: 80px 80px 80px 0;
}
@media (max-width: 769px) {
  #direct-bg .row .col-md-6 {
    border-radius: 0 50vw 50vw 0;
    padding: 15px 15px 35px 15px;
    width: 90%;
  }
}
#direct-bg .row .col-md-6.cn {
  background: transparent;
  padding: 0;
}
@media (max-width: 769px) {
  #direct-bg .row .col-md-5 {
    padding-left: 100px;
  }
}

.main-text {
  display: inline-block;
  margin-top: 50px;
}
.main-text p {
  border-bottom: #26b484 solid 4px;
  font-weight: 500;
  margin: 0;
}

.download-info {
  height: 274px;
  background: url(../images/join_3.jpg);
  background-size: cover;
}
@media (max-width: 769px) {
  .download-info {
    height: inherit;
    background-image: none;
  }
}
.download-info .col-md-7 {
  padding: 60px 0 0 10vw;
}
@media (min-width: 1441px) {
  .download-info .col-md-7 {
    padding: 60px 0 0 5vw;
  }
}
@media (max-width: 769px) {
  .download-info .col-md-7 {
    padding: 5px 0 5px 30px;
    width: 90%;
    border-radius: 0 50vw 50vw 0;
    background-color: #f4ce2d;
    margin-top: -50px;
  }
}
.download-info .col-md-7 p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}
.download-info .col-md-7 a {
  background: #d4b686;
  border-radius: 50vw;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .download-info .col-md-7 .col-md-6 {
    margin-bottom: 15px;
  }
}

@media (max-width: 769px) {
  .year-box p {
    font-size: 0.7rem;
    margin: 0;
  }
}

.join-title {
  color: #5185c5;
  display: inline-block;
  border-bottom: #26b484 solid 4px;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

.year-title,
.download-title {
  color: #5185c5;
  display: inline-block;
  border-bottom: #26b484 solid 4px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media (max-width: 769px) {
  .year-title,
.download-title {
    font-size: 1rem;
  }
}

#direct-box .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  width: 100%;
  bottom: 20px;
  position: absolute;
}
#direct-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#direct-from {
  font-weight: 400;
  padding: 0 0 0 0px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #direct-from {
    width: 90%;
    margin-left: 0px;
  }
}
#direct-from .input-box {
  background: #d4b684;
  padding: 0 5px;
  margin-bottom: 5px;
}
@media (max-width: 769px) {
  #direct-from .input-box {
    padding: 0 5px;
    width: 95%;
  }
}
#direct-from .input-box span {
  display: inline-block;
}
#direct-from .input-box input {
  background: #d4b684;
  border: none;
  display: inline;
  width: 50%;
  color: #fff;
}
#direct-from .input-box input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
#direct-from #send {
  background: #f4a69c;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 769px) {
  #direct-from #send {
    padding: 0px;
    width: 95%;
  }
}
#direct-from .notice {
  text-align: center;
  width: 90%;
}

@media (max-width: 769px) {
  .dropdown-menu.dropdown-menu-center.show {
    position: absolute;
    -webkit-transform: translate3d(-60px, 23px, 0px) !important;
            transform: translate3d(-60px, 23px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    text-align: center;
  }
}

#map1, #map2, #map3, #map4, #map5, #map6, #map7, #map8, #map9, #map10, #map12, #map11, #map13, #map14, #map15, #map16, #map17, #map18 {
  cursor: pointer;
}
#map1:hover .cls-2, #map2:hover .cls-2, #map3:hover .cls-2, #map4:hover .cls-2, #map5:hover .cls-2, #map6:hover .cls-2, #map7:hover .cls-2, #map8:hover .cls-2, #map9:hover .cls-2, #map10:hover .cls-2, #map12:hover .cls-2, #map11:hover .cls-2, #map13:hover .cls-2, #map14:hover .cls-2, #map15:hover .cls-2, #map16:hover .cls-2, #map17:hover .cls-2, #map18:hover .cls-2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #5072b3;
}
#map1:hover .cls-1, #map2:hover .cls-1, #map3:hover .cls-1, #map4:hover .cls-1, #map5:hover .cls-1, #map6:hover .cls-1, #map7:hover .cls-1, #map8:hover .cls-1, #map9:hover .cls-1, #map10:hover .cls-1, #map12:hover .cls-1, #map11:hover .cls-1, #map13:hover .cls-1, #map14:hover .cls-1, #map15:hover .cls-1, #map16:hover .cls-1, #map17:hover .cls-1, #map18:hover .cls-1 {
  fill: #fa8e8a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#map1:hover .cls-3, #map2:hover .cls-3, #map3:hover .cls-3, #map4:hover .cls-3, #map5:hover .cls-3, #map6:hover .cls-3, #map7:hover .cls-3, #map8:hover .cls-3, #map9:hover .cls-3, #map10:hover .cls-3, #map12:hover .cls-3, #map11:hover .cls-3, #map13:hover .cls-3, #map14:hover .cls-3, #map15:hover .cls-3, #map16:hover .cls-3, #map17:hover .cls-3, #map18:hover .cls-3 {
  fill: #fa8e8a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#else-school {
  background: transparent;
  margin: 0;
  color: #5185c5;
  padding: 0px 20px 5px 0;
}
#else-school span {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  border: #27b384 solid 3px;
  border-radius: 50vw;
  display: inline-block;
  text-align: center;
}

.under-line {
  border-bottom: #26b484 solid 4px;
  display: inline-block;
}

#strong-box {
  background: url(../images/stronghold_1.jpg);
  background-size: cover;
  height: 619px;
}
@media (max-width: 769px) {
  #strong-box {
    height: 300px;
  }
}

#strong-bg {
  background: url(../images/stronghold_2.jpg) #f2c725;
  min-height: 500px;
  background-position: top left;
  background-repeat: no-repeat;
}
#strong-bg .titles {
  color: #5072b3;
}
#strong-bg .col-3 a, #strong-bg .col-4 a, #strong-bg .col a {
  color: #fff;
  background: #cba46c;
  border-radius: 50vw;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#strong-bg .strond-txt {
  margin-left: 150px;
}
@media (max-width: 769px) {
  #strong-bg .strond-txt {
    margin-left: 0;
    margin-top: 5px;
  }
}
#strong-bg .strond-txt P {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 769px) {
  #strong-bg .strond-txt P {
    color: #5072b3;
  }
}

#area-des {
  background: #f2c725;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media (max-width: 769px) {
  #area-des {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#area-des .semi-circle {
  border-radius: 280px 0px 0 280px;
  height: 560px;
  background: #cba46c;
}
#area-des .area-push-box {
  height: 560px;
  background: #fa8e8a;
  border-radius: 0 50vw 50vw 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 90%;
}
#area-des .area-push-box.vis {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#area-des .area-push-box a {
  position: absolute;
  top: 50px;
  right: 20vw;
  z-index: 2;
}
#area-des #scroll-message {
  padding: 50px 100px;
  height: 500px;
  overflow: auto;
}
@media (max-width: 769px) {
  #area-des #scroll-message {
    padding: 50px;
  }
}
#area-des #scroll-message .city {
  margin-bottom: 25px;
  color: #4db26d;
  font-size: 1.2rem;
}
#area-des #scroll-message ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#area-des #scroll-message ul li {
  margin-bottom: 15px;
}
#area-des #scroll-message p {
  margin: 0;
  color: #fff;
}

.r-images-box {
  position: relative;
}
@media (max-width: 769px) {
  .r-images-box {
    margin-top: -90px;
  }
}
@media (max-width: 769px) {
  .r-images-box img {
    padding-left: 200px;
  }
}
.r-images-box span {
  background: url(../images/re_x.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 30vw;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

nav#m-nav {
  position: fixed;
  display: none;
  top: 60px;
  left: 0;
  z-index: 6;
  background: #a4d3ac;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 100px;
}
nav#m-nav ul {
  padding: 15px 0;
  margin: 0;
}
nav#m-nav ul li {
  text-align: center;
  padding: 10px 0;
}
nav#m-nav ul li i {
  margin-left: 10px;
}
nav#m-nav ul li > ul {
  display: none;
}
nav#m-nav ul li a {
  font-size: 1.2rem;
  color: #fff;
}
nav#m-nav ul li a:hover {
  background: #39b382;
  border-radius: 50vw;
  padding: 10px 20px;
}
nav#m-nav ul li a img {
  max-width: 20%;
}
nav#m-nav ul li .a-f:hover, nav#m-nav ul li .a-y:hover, nav#m-nav ul li .a-w:hover, nav#m-nav ul li .a-l:hover {
  background: transparent;
  padding: 0;
}

a#gotop {
  top: 90vh;
  z-index: 5;
  right: 2rem;
  position: fixed;
  width: 36px;
  display: none;
}

.search-bar {
  background: #c5a069;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 769px) {
  .search-bar {
    padding: 30px;
  }
}
.search-bar .inputstyle {
  border-radius: 20vw;
}
.search-bar span {
  background: #c5a069;
  border-radius: 15px 15px 0 0;
  position: absolute;
  left: 50%;
  top: -25px;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.9rem;
  -webkit-transform: translateX(-90%);
      -ms-transform: translateX(-90%);
          transform: translateX(-90%);
}
@media (max-width: 769px) {
  .search-bar span {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.search-bar img {
  max-width: 60%;
}

#color-box {
  background: #a6d4ad;
  z-index: 0;
}
@media (max-width: 769px) {
  #color-box > .container {
    padding: 0;
  }
}

#color-box2 {
  position: relative;
  background: #3ab483;
  z-index: 0;
}
@media (max-width: 769px) {
  #color-box2 > .container {
    padding: 0;
  }
}
#clips {
  margin-top: 50px;
}
#clips #map-box {
  padding-top: 150px;
  background: #26b484;
}
#clips .clips-box {
  background: url(../images/white-three.svg);
  background-size: cover;
  height: 707px;
  padding-left: 80px;
  position: relative;
  padding-top: 80px;
}
@media (min-width: 1441px) {
  #clips .clips-box:before {
    width: 400px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    content: "";
    left: -400px;
    top: 0;
  }
}
@media (max-width: 769px) {
  #clips .clips-box {
    height: initial;
    padding-left: 10vw;
    width: 85%;
    padding-top: 30px;
  }
  #clips .clips-box img {
    max-width: 40%;
  }
}
#clips .clips-des {
  margin-top: 50px;
}
#clips .clips-des p {
  font-size: 1.8rem;
  margin: 0;
  color: #5086c6;
  border-bottom: #f4ce2d solid 3px;
  display: inline-block;
}
@media (max-width: 769px) {
  #clips .clips-des p {
    font-size: 1rem;
  }
}
#clips .clips-des a {
  color: #5086c6;
}
#clips .video-box {
  -webkit-transform: translate(-450px, 60px);
      -ms-transform: translate(-450px, 60px);
          transform: translate(-450px, 60px);
}
@media (max-width: 769px) {
  #clips .video-box {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 25px;
  }
  #clips .video-box iframe {
    width: 100%;
    height: auto;
  }
}

.run-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
  height: 225px!important;
  overflow: hidden;
}
.run-list li {
  margin-bottom: 3px;
}
.run-list a {
  font-size: 1.2rem;
}
@media (max-width: 769px) {
  .run-list a {
    font-size: 1rem;
  }
}

.list-more {
  font-size: 1.2rem;
}
@media (max-width: 769px) {
  .list-more {
    margin: 0 auto;
    display: block;
    width: 50%;
  }
}
.list-more span {
  margin-left: 15px;
  width: 35px;
  height: 35px;
  border: #27b384 solid 3px;
  border-radius: 50vw;
  display: inline-block;
  text-align: center;
}

#news-box {
  margin-top: -150px;
}
@media (max-width: 769px) {
  #news-box .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 769px) {
  #news-box {
    margin-top: 0;
  }
}
#news-box .col-md-8 {
  padding-left: 65px;
}
@media (max-width: 769px) {
  #news-box .col-md-8 {
    padding-left: 10vw;
    padding-top: 25px;
  }
  #news-box .col-md-8 img {
    max-width: 40%;
  }
}
#news-box .col-md-8:after {
  content: url(../images/1_1.png);
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 769px) {
  #news-box .col-md-8:after {
    display: none;
  }
}
#news-box .border-r {
  background: #F5CE2F;
  padding: 120px 0 120px 50px;
  border-radius: 50vw 0 0 50vw;
  position: relative;
}
@media (max-width: 769px) {
  #news-box .border-r {
    padding: 50px 0 50px 50px;
    border-radius: 50vw 0 0 50vw;
    margin-top: 15px;
    width: 85%;
  }
}
#news-box .news-des p {
  color: #5185c5;
  border-bottom: #F5CE2F solid 3px;
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 769px) {
  #news-box .news-des p {
    font-size: 1rem;
  }
}

#video-bg {
  background: url(../images/video_bg.jpg);
  background-size: cover;
  padding: 50px 8vw;
}
#video-bg .video-kind-box a {
  background: #fff;
  color: #4db26d;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 8px;
  text-decoration: none;
  border-radius: 50px;
}
@media (max-width: 769px) {
  #video-bg .video-kind-box .col-md.col-6, #video-bg .video-kind-box .col-md.col-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}
#video-bg .video-box {
  margin-top: 35px;
}
#video-bg .video-title {
  background: #f2c725;
  color: #5072b3;
  border-radius: 0 15px 15px 0;
  margin: 10px 0 5px 0;
  font-weight: 400;
  padding: 0 5px;
}
#video-bg .video-main {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 400;
}
#video-bg .video-width {
  max-width: 600px;
}
#video-bg .modal-header {
  background: #000;
  border: none;
}
#video-bg .modal-header .close {
  color: #fff;
}
#video-bg .modal-body {
  padding: 0;
  background: #000;
}
#video-bg .video-insidetitle {
  color: #fff;
  padding: 15px;
  background: #000;
}

.page-item.disabled .page-link, .page-link {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.5rem 0.5rem;
}
.page-item.disabled .page-link:hover, .page-link:hover {
  color: #ccc;
  background: transparent;
}

#news-bg {
  background: url(../images/news_bg.jpg);
  padding: 50px 5vw;
}

.news-kind-box a {
  background: #fff;
  color: #cfb383;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
@media (max-width: 769px) {
  .news-kind-box .col-md.col-6 {
    text-align: center;
    margin-bottom: 10px;
  }
}

figure.news-images img {
  width: 100%;
}

.searchbox {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.searchbox input {
  display: inline-block;
  border-radius: 50vw;
}
.searchbox i {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cfb383;
  cursor: pointer;
}

.news-tag a {
  color: #fff;
  border: #fff solid 2px;
  border-radius: 50px;
  padding: 0 10px;
  text-decoration: none;
}

.news-title {
  font-size: 1.3rem;
  font-weight: 400;
  border-bottom: #F5CE2F solid 3px;
  margin: 5px 0;
}

.newslink {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

#news-inside {
  background: #fff;
  padding: 50px 5vw;
}
#news-inside h1 {
  color: #5185c5;
  border-bottom: #f4ce2d solid 3px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
}
#news-inside .news-data {
  color: #5184c5;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#news-inside .edit-box {
  color: #5184c5;
  line-height: 200%;
  font-weight: 400;
}
#news-inside .news-insidelink {
  margin-top: 15px;
  text-align: center;
}
#news-inside .news-insidelink a {
  color: #5184c5;
  font-weight: 500;
  text-decoration: none;
}
#news-inside .news-insidelink span {
  border: #f4ce2e solid 3px;
  border-radius: 50px;
  display: inline-block;
  width: 30px;
  margin-left: 5px;
  height: 30px;
}
#news-inside .news-insidelink span i {
  color: #5185c5;
}

.b-block {
  background: #5185c5;
}

.y-block {
  background: #f5ce2f;
}

.p-block {
  background: #f4a69c;
}

#sunstart-box {
  padding: 15px 0px;
  background: #a6d4ad;
}
#sunstart-box .col-auto a {
  background: #cfb383;
  color: #fff;
  padding: 3px 15px;
  font-weight: 400;
  border-radius: 50px;
  text-decoration: none;
}
#sunstart-box .selectarea-box {
  margin: 0 0 50px 0;
}
@media (max-width: 769px) {
  #sunstart-box .selectarea-box .col-md-3 {
    margin-bottom: 20px;
    text-align: center;
  }
  #sunstart-box .selectarea-box .col-md-3 img {
    max-width: 30%;
  }
}
@media (max-width: 769px) {
  #sunstart-box .selectarea-box .col-auto {
    margin-bottom: 15px;
  }
}
#sunstart-box .area-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
#sunstart-box .area-list p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  #sunstart-box .area-list p {
    font-size: 1rem;
  }
}
#sunstart-box .area-list .col-md-9 {
  padding: 20px 0 0 50px;
}
@media (max-width: 769px) {
  #sunstart-box .area-list .col-md-9 {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  #sunstart-box .area-list .col-md-3 img {
    width: 100%;
  }
}