* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  box-sizing: border-box; }

:after,
:before {
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: webfontregular, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
  background: #ccc; }

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1em;
  font-weight: 400;
  font-style: normal; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

fieldset,
iframe,
img {
  border: 0; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

caption,
th {
  text-align: left; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit; }

button:disabled {
  cursor: default; }

audio:not([controls]) {
  display: none; }

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

a,
a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

ul {
  list-style: none; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1; }

.dgib {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.dgib:after {
  display: block;
  content: "";
  padding-top: 100%; }

.dgib-h10:after {
  padding-top: 10%; }

.dgib-h20:after {
  padding-top: 20%; }

.dgib-h30:after {
  padding-top: 30%; }

.dgib-h40:after {
  padding-top: 40%; }

.dgib-h50:after {
  padding-top: 50%; }

.dgib-h60:after {
  padding-top: 60%; }

.dgib-h70:after {
  padding-top: 70%; }

.dgib-h80:after {
  padding-top: 80%; }

.dgib-h90:after {
  padding-top: 90%; }

.dgib > img {
  display: none; }

.dpxc {
  position: absolute;
  left: 50%; }

.dpyc {
  position: absolute;
  top: 50%; }

.dpxyc {
  position: absolute;
  top: 50%;
  left: 50%; }

.layout {
  width: 100%;
  max-width: 2000px;
  min-width: 1280px;
  margin: 0 auto;
  background: #fff; }

.clear {
  clear: both; }

.cssdpyc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.cssdpxc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.cssdpxyc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #ddd; }

::-webkit-scrollbar:hover {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #ccc; }

::-webkit-scrollbar-thumb:hover {
  background-color: #111; }

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none; }

.section-title {
  text-align: center; }

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px; }

.section-title hr {
  display: inline-block;
  width: 33px;
  height: 4px;
  background: #000;
  margin: 0;
  padding: 0;
  border: 0; }

.common-header .header {
  position: relative;
  background: #000;
  z-index: 20;
  transition: 0.3s; }

.common-header .header * {
  transition: 0.3s; }

.common-header .header .logo {
  position: absolute;
  left: 50px;
  top: 40px;
  display: none; }

.common-header .header .logo a img {
  width: 240px; }

.common-header .header .menu {
  display: flex;
  position: absolute;
  right: 50px;
  top: 40px;
  align-items: center; }

.common-header .header .menu .nav {
  display: flex;
  margin-right: 30px; }

.common-header .header .menu .nav li a {
  color: #fff;
  display: block; }

.common-header .header .menu .nav li:not(:last-child) a {
  margin-right: 30px; }

.common-header .header .menu .language {
  display: flex; }

.common-header .header .menu .language > li:first-child {
  margin-right: 30px; }

.common-header .header .menu .language > li ul {
  display: flex;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px; }

.common-header .header .menu .language > li ul li {
  font-size: 14px;
  padding: 0 10px;
  line-height: 14px; }

.common-header .header .menu .language > li ul li:first-child {
  border-right: 1px solid #ccc; }

.common-header .header .menu .language > li ul li a {
  color: #333; }

.common-header .header .menu .language > li ul li a svg {
  width: 7px;
  height: 7px;
  margin-right: 5px; }

.common-header .header .menu .language > li > a {
  display: block;
  background: #ffa60b;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  padding: 10px 15px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: 0.3s; }

.common-header .header .menu .language > li > a:hover {
  background: #006dac; }

.common-header .header .menu .language > li > a > svg {
  width: 18px;
  height: 12px;
  margin-bottom: -1px;
  margin-right: 5px; }

@media screen and (max-width: 1550px) {
  .common-header .header .menu {
    display: block; }

  .common-header .header .menu .nav {
    margin-right: 0; }

  .common-header .header .menu .language {
    float: right;
    margin-top: 30px; } }
.common-header .header-fixed {
  height: 60px;
  background: #006dac;
  position: fixed;
  width: 100%;
  min-width: 1100px;
  left: 0;
  top: 0;
  z-index: 999; }

.common-header .header-fixed .logo {
  top: 10px;
  display: block; }

.common-header .header-fixed .logo a img {
  height: 40px;
  width: auto; }

.common-header .header-fixed .menu {
  top: 20px; }

.common-header .header-fixed .menu .language {
  display: none; }

.common-footer .footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 230px;
  position: relative; }

.common-footer .footer > * {
  position: absolute; }

.common-footer .footer .f-logo a img {
  width: 230px; }

.common-footer .footer .f-link {
  left: 300px; }

.common-footer .footer .f-link ul {
  display: flex; }

.common-footer .footer .f-link ul li:nth-child(1) a {
  display: block;
  font-size: 22px;
  color: #fff;
  background: #006dac;
  border: 1px solid #006dac;
  padding: 15px 50px;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s; }

.common-footer .footer .f-link ul li:nth-child(1) a:hover {
  background: #ffa60b;
  border-color: #ffa60b; }

.common-footer .footer .f-link ul li:nth-child(1) a svg {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  margin-right: 10px; }

.common-footer .footer .f-link ul li:nth-child(2) a {
  display: block;
  font-size: 14px;
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s; }

.common-footer .footer .f-link ul li:nth-child(2) a:hover {
  background: #ffa60b;
  border-color: #ffa60b;
  color: #fff; }

.common-footer .footer .f-link ul li:nth-child(2) a:hover svg path {
  fill: #fff; }

.common-footer .footer .f-link ul li:nth-child(2) a svg {
  width: 15px;
  height: 15px;
  margin-bottom: -3px;
  margin-right: 10px; }

.common-footer .footer .f-phone {
  left: 300px; }

.common-footer .footer .f-phone img {
  width: 350px; }

.homepage .banner {
  height: calc(100vh - 150px);
  min-height: 800px;
  background: url(img/banner-bg.jpg) center center/cover no-repeat;
  display: flex;
  position: relative; }

.homepage .banner #particles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.homepage .banner .banner-text {
  margin: auto;
  text-align: center; }
  .homepage .banner .banner-text p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin: 1em auto 1em auto; }

.homepage .banner .banner-text a {
  margin: auto;
  margin-bottom: 60px;
  display: block; }

.homepage .banner .banner-text a img {
  width: 370px;
  margin: 0 auto; }

.homepage .banner .banner-text h1 {
  font-size: 44px;
  font-family: Montserrat;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.homepage .banner .banner-text hr {
  display: block;
  width: 42px;
  height: 5px;
  background: #fff;
  border: none;
  margin: 1.5em auto;
  padding: 0; }

.homepage .banner .banner-text cite {
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  border-radius: 20px; }

.homepage .banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 30;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0; }

.homepage .banner .scroll a {
  color: #fff;
  display: block;
  text-decoration: none; }

.homepage .banner .scroll span:nth-child(1) {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  border: solid #00a6cf;
  border-width: 2px 2px 0 2px;
  top: 0; }

.homepage .banner .scroll span:nth-child(3) {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  border-right: 2px solid #00a6cf;
  bottom: 0; }

.homepage .banner .scroll span:nth-child(3):after {
  display: block;
  content: "";
  width: 2px;
  height: 8px;
  right: -2px;
  position: absolute;
  background: #00a6cf;
  bottom: 0;
  transform: rotate(-35deg);
  transform-origin: bottom center; }

.homepage .banner .scroll span:nth-child(3):before {
  display: block;
  content: "";
  width: 2px;
  height: 8px;
  right: -2px;
  position: absolute;
  background: #00a6cf;
  bottom: 0;
  transform: rotate(35deg);
  transform-origin: bottom center; }

.homepage .section-about {
  padding: 80px 0;
  background: url(img/section-about-bg.jpg);
  position: relative; }

.homepage .section-about .section-title {
  margin-bottom: 20px; }

.homepage .section-about .section-title hr {
  background: #006dac; }

.homepage .section-about .section-main {
  width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  line-height: 1.8; }

.homepage .section-about .section-main > p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700; }

.homepage .section-about .section-main > p:nth-child(2) {
  text-align: left;
  font-size: 17px; }

.homepage .section-chance {
  padding: 80px 0;
  position: relative;
  background: url(img/section-chance-main-bg.jpg) no-repeat center center/cover; }

.homepage .section-chance > * {
  position: relative;
  z-index: 20; }

.homepage .section-chance .section-title {
  margin-bottom: 40px; }

.homepage .section-chance .section-title h2 {
  color: #fff; }

.homepage .section-chance .section-title hr {
  background: #fff; }

.homepage .section-chance .section-chance-main {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto; }

.homepage .section-chance .section-chance-main ul {
  color: #fff;
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px; }

.homepage .section-chance .section-chance-main ul li {
  font-size: 20px;
  line-height: 1.8;
  padding-left: 30px;
  position: relative; }

.homepage .section-chance .section-chance-main ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: 0;
  top: 10px;
  border-radius: 50%; }

.homepage .section-chance .section-chance-main ul li:first-child {
  margin-bottom: 1em; }

.homepage .section-enterprise {
  padding: 80px 0 0;
  position: relative;
  background: url(img/section-about-bg.jpg); }

.homepage .section-enterprise .section-title {
  margin-bottom: 20px; }

.homepage .section-enterprise .section-title hr {
  background: #006dac; }

.homepage .section-enterprise-main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px; }

.homepage .section-enterprise-main ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  justify-content: center; }

.homepage .section-enterprise-main ul li {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px; }

.homepage .section-enterprise-main ul li a {
  position: relative;
  border: 1px solid #ccc;
  height: 120px;
  display: block;
  background: #fff; }

.homepage .section-enterprise-main ul li p {
  margin-top: 1em;
  font-size: 18px; }

.homepage .section-seniority {
  background: url(img/section-seniority-bg.jpg) center center/cover no-repeat;
  padding: 80px 0;
  position: relative; }

.homepage .section-seniority > div {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  position: relative;
  z-index: 20; }

.homepage .section-seniority div div .section-title {
  display: block;
  margin-bottom: 40px; }

.homepage .section-seniority div div .section-title h2 {
  color: #fff; }

.homepage .section-seniority div div .section-title hr {
  background: #fff; }

.homepage .section-seniority > div > div {
  width: 50%;
  color: #fff; }

.homepage .section-seniority-left-main {
  padding-right: 20px; }

.homepage .section-seniority-left-main ul li {
  font-size: 20px;
  font-weight: 700; }

.homepage .section-seniority-left-main ul li:first-child {
  margin-bottom: 1em; }

.homepage .section-seniority-left-main ul li svg {
  width: 30px;
  height: 30px;
  margin-bottom: -7px;
  margin-right: 15px; }

.homepage .section-seniority-right-main div {
  padding: 10px;
  color: #fff; }

.homepage .section-seniority-right-main div h3 {
  font-size: 20px; }

.homepage .section-seniority-right-main div ul {
  margin-top: 1em;
  font-size: 20px; }

.homepage .section-seniority-right-main div ul li {
  line-height: 1.8;
  padding-left: 10px;
  position: relative; }

.homepage .section-seniority-right-main div ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%; }

.homepage .section-seniority-right-main p:nth-child(2) {
  margin: 1em auto; }

.homepage .section-seniority-right-main p:nth-child(3) {
  font-size: 20px;
  font-weight: 400;
  font-weight: 700; }

.homepage .section-theme {
  padding: 80px 0;
  background: url(img/section-about-bg.jpg);
  position: relative; }

.homepage .section-theme .section-title {
  margin-bottom: 40px; }

.homepage .section-theme .section-title hr {
  background: #006dac; }

.homepage .section-theme .section-theme-main {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: -60px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.homepage .section-theme .section-theme-main > ul {
  border: 1px solid #006dac;
  background: #fff;
  margin-top: 60px; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(1) {
  background: #006dac;
  color: #fff;
  min-height: 75px;
  display: flex; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(1) h3 {
  margin: auto;
  padding: 0 30px;
  font-size: 22px;
  position: relative;
  line-height: 1.3; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) {
  padding: 40px 31px;
  overflow: hidden; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) ul {
  margin-top: -20px;
  margin-left: -15px;
  margin-bottom: 180px; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) ul li {
  width: calc(100% / 3 - 15px);
  margin-top: 20px;
  margin-left: 15px;
  float: left;
  border: 1px solid #ccc;
  display: flex; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) ul li a {
  width: 100%;
  height: 100px;
  display: block;
  position: relative; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) ul li img {
  margin: 50px auto 0;
  transform: translateY(-50%); }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a {
  display: block;
  clear: both;
  background-color: #ffa60b;
  width: 245px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  transition: .3s;
  z-index: 1;
  overflow: hidden; }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: rgba(0, 117, 182, 0.73); }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: rgba(0, 117, 182, 0.73); }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a:hover::after {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.homepage .section-theme .section-theme-main > ul > li:nth-child(2) > a svg {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 50%;
  margin-top: -10px; }

.homepage .section-schedule {
  padding: 80px 20px;
  background: url(img/section-schedule.jpg) center center/cover no-repeat; }

.homepage .section-schedule .section-title {
  margin-bottom: 40px; }

.homepage .section-schedule .section-schedule-main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url(img/section-about-bg.jpg);
  padding: 50px;
  box-shadow: 0 0 10px 0 rgba(44, 44, 44, 0.3); }
  .homepage .section-schedule .section-schedule-main .single-news {
    text-align: center;
    font-size: 18px;
    color: darkred; }
    .homepage .section-schedule .section-schedule-main .single-news h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0.5em;
      color: #006dac; }

.homepage .section-schedule .section-schedule-main > p:nth-child(1) {
  margin-bottom: 50px; }

.homepage .section-schedule .section-schedule-main > p:nth-child(1) img {
  margin: 0 auto; }

.homepage .section-schedule .section-schedule-main .section-schedule-menu {
  display: flex;
  position: relative; }

.homepage .section-schedule .section-schedule-main .section-schedule-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #006dac;
  left: 50%;
  transform: translateX(-50%); }

.homepage .section-schedule-menu-left {
  width: 50%;
  padding-right: 50px; }

.homepage .section-schedule-menu-right {
  width: 50%;
  padding-left: 50px; }

.homepage .step-1 {
  position: relative;
  padding: 30px 0; }

.homepage .step-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #006dac;
  border-radius: 50%;
  top: 0;
  right: -57.5px; }

.homepage .step-1 h2 {
  font-size: 24px;
  padding-left: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px; }

.homepage .step-1 h2:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #006dac;
  line-height: 1; }

.homepage .step-1 h2 span {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 1.1; }

.homepage .step-1 p {
  line-height: 1.8; }

.homepage .step-2 {
  position: relative;
  padding: 30px 0;
  margin-top: 155px; }

.homepage .step-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #006dac;
  border-radius: 50%;
  top: 0;
  left: -57.5px; }

.homepage .step-2 h2 {
  font-size: 24px;
  padding-left: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px; }

.homepage .step-2 h2:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #006dac;
  line-height: 1; }

.homepage .step-2 h2 span {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 1.1; }

.homepage .step-2 p {
  line-height: 1.8; }

.homepage .step-3 {
  position: relative;
  padding: 30px 0;
  margin-top: 200px; }

.homepage .step-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #006dac;
  border-radius: 50%;
  top: 0;
  right: -57.5px; }

.homepage .step-3 h2 {
  font-size: 24px;
  padding-left: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px; }

.homepage .step-3 h2:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #006dac;
  line-height: 1; }

.homepage .step-3 h2 span {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 1.1; }

.homepage .step-3 p {
  line-height: 1.8; }

.homepage .step-3 ul {
  margin-top: 1em; }

.homepage .step-4 {
  position: relative;
  padding: 30px 0;
  margin-top: 180px; }

.homepage .step-4:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #006dac;
  border-radius: 50%;
  top: 0;
  left: -57.5px; }

.homepage .step-4 h2 {
  font-size: 24px;
  padding-left: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px; }

.homepage .step-4 h2:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #006dac;
  line-height: 1; }

.homepage .step-4 h2 span {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 1.1; }

.homepage .step-4 p {
  line-height: 1.8; }

.homepage .step-5 {
  position: relative;
  padding: 30px 0;
  margin-top: 150px; }

.homepage .step-5:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #006dac;
  border-radius: 50%;
  top: 0;
  right: -57.5px; }

.homepage .step-5 h2 {
  font-size: 23px;
  padding-left: 70px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px; }

.homepage .step-5 h2:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #006dac;
  line-height: 1; }

.homepage .step-5 h2 span {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 1.1; }

.homepage .step-5 p {
  line-height: 1.8; }

.homepage .section-faq {
  padding: 80px 20px;
  background: url(img/section-faq.jpg) center center/cover no-repeat; }

.homepage .section-faq-main {
  width: 1100px;
  margin: 0 auto; }

.homepage .section-faq-main > h2 {
  background: #ffa60b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 30px;
  position: relative; }

.homepage .section-faq-main > h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 10px;
  top: 50%;
  margin-top: -5px; }

.homepage .section-faq-main > .careful + div {
  padding: 20px 0; }

.homepage .section-faq-main > .careful + div h3 {
  color: #ffa60b;
  font-size: 18px;
  margin-bottom: 0.5em; }

.homepage .section-faq-main > .careful + div ul {
  color: #fff; }

.homepage .section-faq-main > .faq + div {
  display: flex;
  justify-content: space-between;
  padding: 25px 0; }

.homepage .section-faq-main > .faq + div > * > :last-child {
  margin-bottom: 0; }

.homepage .section-faq-main > .faq + div > * {
  width: calc(50% - 20px); }

.homepage .section-faq-main > .faq + div > * h3 {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px; }

.homepage .section-faq-main > .faq + div > * ul {
  font-size: 17px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 30px; }

.homepage .section-faq-main > .faq + div > * ul li:nth-child(1) {
  color: #ffa60b;
  font-weight: 700; }

.homepage .bkt {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 100px;
  bottom: 100px;
  z-index: 999;
  cursor: pointer;
  background: #ffa60b url(img/top.svg) center 10px/50% 50% no-repeat; }

.homepage .section-schedule .section-schedule-main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url(img/section-about-bg.jpg);
  padding: 50px;
  box-shadow: 0px 0px 10px 0px rgba(44, 44, 44, 0.3); }

.homepage .section-schedule .section-schedule-main > p:nth-child(1) {
  margin-bottom: 50px; }

.homepage .section-schedule .section-schedule-main > p:nth-child(1) img {
  margin: 0 auto; }

.homepage .section-schedule .section-schedule-main .section-schedule-menu {
  display: flex;
  position: relative; }

.homepage .section-schedule .section-schedule-main .section-schedule-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #006dac;
  left: 50%;
  transform: translateX(-50%); }
