@media (min-width: 700px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
.c-navbar {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .c-navbar {
    height: 70px;
  }
}
.c-navbar > .logo {
  width: 242px;
  height: 62px;
  background: url("img/logo.jpeg") no-repeat center;
  background-size: contain;
}
@media (max-width: 700px) {
  .c-navbar > .logo {
    order: 3;
    width: 141px;
    height: 36px;
  }
}
.c-navbar > .mainbar-btn {
  display: none;
}
@media (max-width: 700px) {
  .c-navbar > .mainbar-btn {
    order: 1;
    display: block;
    height: 27px;
    width: 76px;
    background: url("img/navbtn.jpeg") no-repeat left center;
    background-size: 27px 19px;
  }
}
.c-navbar > .mainbar {
  padding: 0;
  margin: 0;
}
.c-navbar > .mainbar > li {
  list-style-type: none;
  font-size: 24px;
  float: left;
  padding: 0 20px;
}
.c-navbar > .mainbar > li > a {
  color: #666666;
}
.c-navbar > .mainbar > li.active > a {
  color: #2f60dd;
}
.c-navbar > .mainbar::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 700px) {
  .c-navbar > .mainbar {
    width: 150px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .c-navbar > .mainbar > li {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    float: none;
    padding: 0;
  }
  .c-navbar > .mainbar > li > a {
    padding: 0 15px;
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-navbar > .mainbar > li.active {
    background: #2f60dd;
  }
  .c-navbar > .mainbar > li.active > a {
    color: #fff;
  }
  .c-navbar > .mainbar::before {
    content: "";
    display: block;
    height: 70px;
    background: url("img/navbtn.jpeg") no-repeat 15px center;
    background-size: 27px 19px;
  }
  .c-navbar > .mainbar.active {
    display: block;
  }
}
.c-navbar > .langbar {
  margin-right: -40px;
  height: 34px;
  width: 34px;
  border: #333333 2px solid;
  border-radius: 10px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.c-navbar > .langbar > a {
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 700px) {
  .c-navbar > .langbar {
    position: absolute;
    left: 55px;
    margin-right: 0;
    order: 2;
    height: 26px;
    width: 26px;
    border: #333333 1px solid;
    border-radius: 5px;
    font-size: 15px;
    line-height: 23px;
  }
}
.c-navbar > .login-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: #2f60dd 3px solid;
  border-radius: 30px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #2f60dd;
  text-decoration: none;
}
@media (max-width: 700px) {
  .c-navbar > .login-btn {
    order: 4;
    height: 30px;
    padding: 0 20px;
    border: #2f60dd 2px solid;
    font-size: 16px;
    line-height: 28px;
  }
}
.c-banner {
  height: 85vh;
  max-height: 933px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.c-banner > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c-banner > .container > .line1 {
  font-size: 56px;
  color: #333333;
  line-height: 64px;
}
.c-banner > .container > .line2 {
  font-size: 36px;
  color: #3e3e3e;
  line-height: 64px;
}
.c-banner > .container > .button {
  display: block;
  margin-top: 100px;
  width: 320px;
  height: 100px;
  text-align: center;
  color: #fff;
  background-color: #3059d9;
  border-radius: 50px;
  line-height: 100px;
  font-size: 44px;
}
@media (max-width: 700px) {
  .c-banner {
    margin: 0;
    max-width: none;
    min-width: auto;
    height: 344px;
    max-height: none;
    padding: 0;
    background-size: 100% auto;
    text-align: center;
  }
  .c-banner > .container {
    display: block;
  }
  .c-banner > .container > .line1 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 29px;
  }
  .c-banner > .container > .line2 {
    font-size: 18px;
    line-height: 29px;
  }
  .c-banner > .container > .button {
    margin: 10px auto 0 auto;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 18px;
  }
}
.c-block {
  padding-top: 175px;
}
.c-block > h1 {
  margin: 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.5em;
}
.c-block > h2 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
}
.c-block > p {
  text-align: center;
  color: #666666;
  font-size: 18px;
  padding: 0 200px 20px 200px;
  line-height: 1.5em;
}
.c-block .highlight {
  text-align: center;
  color: #3059d9;
}
.c-block > .line {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-block > .line > .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .c-block {
    width: auto;
    padding-top: 41px;
  }
  .c-block > h1 {
    font-size: 22px;
  }
  .c-block > h2 {
    font-size: 16px;
  }
  .c-block > p {
    font-size: 12px;
    padding: 0 0 10px 0;
  }
  .c-block .highlight {
    text-align: center;
    color: #3059d9;
  }
  .c-block > .line {
    width: auto;
    flex-direction: column;
  }
}
.c-footer {
  background: #f3f3f3;
  min-width: 1200px;
}
@media (max-width: 700px) {
  .c-footer {
    min-width: auto;
  }
}
.c-footer > .bluebar {
  margin-top: 100px;
  height: 300px;
  background: #33b5ff;
  text-align: center;
}
.c-footer > .bluebar > a {
  color: #fff;
  font-size: 30px;
  line-height: 300px;
  vertical-align: middle;
}
.c-footer > .bluebar::before {
  content: "";
  width: 86px;
  height: 105px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url("img/faq.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 700px) {
  .c-footer > .bluebar {
    margin-top: 30px;
    height: 100px;
  }
  .c-footer > .bluebar > a {
    font-size: 15px;
    line-height: 100px;
  }
  .c-footer > .bluebar::before {
    width: 45px;
    height: 55px;
    margin-right: 10px;
  }
}
.c-footer > .infomation {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 30px 0;
  font-size: 18px;
  color: #666666;
  line-height: 1.5em;
}
.c-footer > .infomation > .block {
  margin-bottom: 20px;
}
.c-footer > .infomation > .qrcode {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 132px;
  height: 132px;
}
.c-footer > .infomation > .qrcode > img {
  width: 100%;
  height: 100%;
}
.c-footer > .infomation .withicon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  line-height: 36px;
  height: 36px;
}
.c-footer > .infomation .withicon.phone {
  background-image: url("img/icon_phone.jpeg");
}
.c-footer > .infomation .withicon.email {
  background-image: url("img/icon_email.jpeg");
}
.c-footer > .infomation .withicon.address {
  background-image: url("img/icon_address.jpeg");
}
.c-footer > .infomation h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}
.c-footer > .infomation p {
  margin: 0;
  font-size: 14px;
}
.c-footer > .infomation a {
  margin-right: 30px;
}
@media (max-width: 700px) {
  .c-footer > .infomation {
    width: auto;
    margin: auto;
    padding: 23px;
    font-size: 12px;
    line-height: 20px;
  }
  .c-footer > .infomation > .block {
    margin-bottom: 5px;
  }
  .c-footer > .infomation > .qrcode {
    position: static;
    margin: 30px auto;
  }
  .c-footer > .infomation .withicon {
    background-size: 17px 17px;
    padding-left: 25px;
    line-height: 28px;
    height: 28px;
  }
  .c-footer > .infomation .withicon.phone {
    background-image: url("img/icon_phone.jpeg");
  }
  .c-footer > .infomation .withicon.email {
    background-image: url("img/icon_email.jpeg");
  }
  .c-footer > .infomation .withicon.address {
    background-image: url("img/icon_address.jpeg");
  }
  .c-footer > .infomation h3 {
    font-size: 14px;
    line-height: 25px;
  }
  .c-footer > .infomation p {
    font-size: 12px;
  }
  .c-footer > .infomation a {
    margin-right: 30px;
  }
}
.c-videoplayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
}
.c-videoplayer > .body {
  width: 90%;
  max-width: 800px;
  background: #fff;
  padding: 10px;
}
.c-videoplayer > .body > .close {
  padding: 5px;
}
.page-path {
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 700px) {
  .page-path {
    font-size: 12px;
    line-height: 30px;
  }
}
.page-faqlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-faqlist > li {
  padding: 10px 0;
}
.page-faqlist > li > .q {
  background: url("img/faq/icon_q.jpeg") no-repeat left 4px;
  padding-left: 40px;
  font-size: 20px;
  color: #333333;
  height: 36px;
  line-height: 36px;
}
.page-faqlist > li > .a {
  border: none;
  background: url("img/faq/icon_a.jpeg") no-repeat left 4px;
  font-size: 16px;
  color: #666666;
  line-height: 1.2em;
  padding: 8px 0 8px 40px;
  white-space: pre-line;
}
.page-faqlist > li p {
  margin: 0;
}
@media (max-width: 700px) {
  .page-faqlist > li > .q {
    background: url("img/faq/icon_q.jpeg") no-repeat left 4px;
    background-size: 16px;
    padding-left: 20px;
    font-size: 15px;
    color: #333333;
    height: 20px;
    line-height: 20px;
  }
  .page-faqlist > li > .a {
    background: url("img/faq/icon_a.jpeg") no-repeat left 4px;
    background-size: 16px;
    font-size: 12px;
    color: #666666;
    line-height: 1.2em;
    padding: 5px 0 5px 20px;
  }
  .page-faqlist > li p {
    margin: 0;
  }
}
