.service-name {
  font-size: 20px;
  padding-bottom: 24px;
}
.main {
  font-size: 14px;
  line-height: 20px;
}
.main > div {
  padding-bottom: 28px;
}
.main > div h2 {
  padding-bottom: 14px;
  font-size: 18px;
  color: #232f84;
}
.main > div h2 span {
  padding-left: 8px;
}
.main > div .link-btn {
  padding-top: 12px;
}
.main > div .link-btn a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-right: 24px;
  width: 176px;
  height: 36px;
  line-height: 32px;
  color: #00a5d9;
  border-radius: 2px;
  border: 1px solid #00a5d9;
}
.main > div .link-btn a:before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  padding-right: 10px;
  width: 22px;
  height: 22px;
}
.main > div .link-btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00a5d9;
  border-right: 1px solid #00a5d9;
  transform: rotate(45deg);
}
.main > div .link-btn .btn-guidance:before {
  background: url("../images/btn_guidance.png") no-repeat left center;
}
.main > div .link-btn .btn-pick-up:before {
  color: #fff;
  background: url("../images/btn_pick_up.png") no-repeat left center;
}
.main > div .link-btn .btn-guide:before {
  background: url("../images/btn_guide.png") no-repeat left center;
}
.main > div .link-btn .btn-dorm:before {
  background: url("../images/btn_dorm.png") no-repeat left center;
}
.main > div .link-btn .btn-pick-up {
  color: #fff;
  background-color: #00a5d9;
}
.main > div .link-btn .btn-pick-up:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.main .intro {
  padding-bottom: 30px;
}
.main .intro h1 {
  padding-bottom: 10px;
}
.main .intro p {
  padding-bottom: 10px;
}
.main .intro p:last-child {
  padding: 0;
}
.main .intro blockquote {
  margin-bottom: 16px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border: 1px solid #e9e9e9;
  background-color: #232f84;
}
.page-id-525 .main .intro li {
  font-weight: bold;
  line-height: 1.625em;
}
.page-id-525 .main .intro li:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999999;
}
.stay ul {
  padding-top: 15px;
}
.stay ul li {
  padding-bottom: 10px;
  font-weight: bold;
}
.stay ul li:before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999999;
}
.stay ul li:last-child {
  padding-bottom: 6px;
}
.service-video,
.college-img {
  padding-bottom: 18px;
}
.service-video div {
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.service-video video {
  width: 100%;
}
.college-img li {
  margin-top: 10px;
  width: 240px;
}
.main .college-img h2 {
  padding-bottom: 10px;
}
.about-list ul,
.target ul,
.college-img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-list li {
  margin-top: 12px;
  width: 368px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}
.about-list li:nth-child(1),
.about-list li:nth-child(2) {
  margin: 0;
}
.about-list li:hover {
  box-shadow: 0 0 14px #bdc0d8;
  background-color: #f47b20;
}
.about-list li:hover p {
  color: #fff;
}
.about-list p {
  margin: 10px 10px 14px;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about-list .img-wrap {
  position: relative;
}
.about-list .img-wrap img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.about-list .img-wrap span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.target-value h3 {
  padding-bottom: 10px;
  font-size: 14px;
}
.target-value .item {
  padding-bottom: 10px;
}
.target-value .item dl {
  display: flex;
}
.target-value .item dt {
  font-weight: bold;
}
.target-value .target ul span {
  display: block;
}
.target-value .target ul li {
  margin-top: 15px;
  padding-top: 30px;
  width: 238px;
  height: 117px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #00a5d9;
}
.target-value .target .number {
  padding-bottom: 14px;
  font-size: 26px;
  font-weight: bold;
}
.project-scope div {
  display: flex;
  flex-wrap: wrap;
}
.project-scope a {
  position: relative;
  display: inline-block;
  margin: 0 14px 14px 0;
  padding: 0 10px;
  width: 240px;
  height: 36px;
  line-height: 34px;
  color: #333;
  border-radius: 2px;
  border: 1px solid #00a5d9;
}
.project-scope a:hover {
  color: #fff;
  background-color: #00a5d9;
}
.project-scope a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.project-scope a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00a5d9;
  border-right: 1px solid #00a5d9;
  transform: rotate(45deg);
}
.project-scope a:nth-child(3n+2) {
  margin-right: 0;
}
.contact-us p:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 16px;
}
.contact-us .china {
  padding-bottom: 14px;
}
.contact-us .china p:nth-child(1):before {
  background: url("../images/china-office.png") no-repeat center;
}
.contact-us .china p:nth-child(2):before {
  background: url("../images/china-address.png") no-repeat center;
}
.contact-us .china p:nth-child(3):before {
  background: url("../images/china-phone.png") no-repeat center;
}
.contact-us .us p:nth-child(1):before {
  background: url("../images/english-office.png") no-repeat center;
}
.contact-us .us p:nth-child(2):before {
  background: url("../images/english-address.png") no-repeat center;
}
.contact-us .us p:nth-child(3):before {
  background: url("../images/english-phone.png") no-repeat center;
}
.service-block:nth-child(2) {
  line-height: 1.375em;
}
.service-block:nth-child(2) > p {
  padding-bottom: 12px;
}
.service-block:nth-child(2) > p a {
  display: block;
  color: #00a5d9;
}
.service-block:nth-child(2) > p a:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/download_g.png") no-repeat center;
}
.service-block:nth-child(2) > p:last-child {
  padding-bottom: 0;
}
.service-block h3 {
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.service-block li:before {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999999;
}
.global-wrap > ul > li {
  display: flex;
  margin-bottom: 20px;
  padding: 14px;
  min-height: 247px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}
.global-wrap > ul > li h2 {
  padding-bottom: 6px;
  font-size: 16px;
}
.global-wrap > ul > li li {
  padding-bottom: 4px;
  color: #232f84;
}
.global-wrap > ul > li li a {
  color: #00a5d9;
}
.global-wrap > ul > li li:before {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.global-wrap > ul > li .continent {
  padding-right: 26px;
  width: 300px;
}
.global-wrap > ul > li .continent h2 {
  padding-bottom: 0;
}
.global-wrap > ul > li .introduce {
  flex: 1;
}
.global-wrap > ul > li:nth-child(1) li:before {
  background-color: #00beb9;
}
.global-wrap > ul > li:nth-child(2) li:before {
  background-color: #008ba1;
}
.global-wrap > ul > li:nth-child(3) li:before {
  background-color: #d30091;
}
.global-wrap > ul > li:nth-child(4) li:before {
  background-color: #9c51a6;
}
.global-wrap > ul > li:nth-child(5) li:before {
  background-color: #0078b1;
}
.global-wrap > ul > li:nth-child(6) li:before {
  background-color: #56409d;
}
.main .static-content h1,
.main .static-content h2 {
  padding: 10px 0;
  color: #232f84;
}
.main .static-content h1 {
  font-size: 18px;
}
.main .static-content h2 {
  font-size: 16px;
}
.main .static-content h3 {
  font-size: 14px;
}
.main .static-content .color-orange {
  color: #f47b20;
}
.brand-list li {
  margin: 12px 10px 0 0;
  width: 365px;
}
.brand-list li:before {
  content: "";
  float: left;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #232f84;
}
.brand-list img {
  height: 118px;
}
.brand-list h3 {
  display: none;
}
.brand-list .right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.related-articles-list li {
  margin-bottom: 30px;
  width: 100%;
}
.related-articles-list img {
  height: 184px;
}
.global-course-list li {
  margin: 30px 50px 0 0;
  width: 500px;
}
.global-course-list img {
  height: 150px;
}
