@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.number_title {
  line-height: normal;
  font-family: Ubuntu;
  font-size: 80px;
  font-weight: bold;
  color: #246efc;
  font-style: italic; }

.article_title {
  font-size: 40px;
  line-height: normal; }

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #212529;
  opacity: 1;
  width: 10px;
  height: 10px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #212529; }

.swiper-btn {
  margin-right: 20px;
  font-size: 37px;
  color: #212529;
  cursor: pointer; }

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom; }
  .icon-arrow-right:not(.iconfont) {
    background: #246EFC url("../../../common/img/icons/ic-arrow-right.svg") no-repeat center;
    background-size: 14px 12px; }
  .icon-arrow-right-white:not(.iconfont) {
    background: #fff url("../../../common/img/icons/ic-arrow-right-blue-s.svg") no-repeat center;
    background-size: 14px 12px; }

a.blue:hover {
  color: #104ec6 !important; }

@media (max-width: 991.98px) {
  .number_title {
    font-size: 40px; }

  .article_title {
    font-size: 30px; } }
@media (max-width: 575.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  [class^='col'] {
    padding-left: 0;
    padding-right: 0; }

  .main_title {
    font-size: 32px;
    text-align: left; }

  .number_title {
    font-size: 42px; }

  .article_title {
    font-size: 28px; } }
.landing_banner {
  position: relative;
  overflow: hidden;
  height: 852px;
  background: url("../img/index/img-banner.jpg") no-repeat center center;
  background-size: cover; }
  .landing_banner img {
    width: 100%; }
  .landing_banner .banner_box {
    position: relative;
    width: 100%;
    height: 100%; }
  .landing_banner .banner_container {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 50%;
    transform: translateX(-50%); }
  .landing_banner .banner_title {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 1.28px; }
  .landing_banner .banner_text {
    font-size: 24px;
    max-width: 800px;
    color: #ffffff; }
  .landing_banner .banner_btn {
    margin-top: 40px; }
    .landing_banner .banner_btn .btn {
      height: 50px;
      line-height: 48px;
      font-size: 16px;
      margin-right: 20px; }
  @media (max-width: 991.98px) {
    .landing_banner .banner_title {
      font-size: 50px; } }
  @media (max-width: 575.98px) {
    .landing_banner {
      background-image: url("../img/index/img-banner-rwd.jpg"); }
      .landing_banner .banner_container {
        top: 114px; }
      .landing_banner .banner_title {
        font-size: 40px;
        line-height: normal; }
      .landing_banner .banner_text {
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0.32px; }
      .landing_banner .banner_btn .btn {
        margin-bottom: 20px; } }

#news_swiper {
  margin-bottom: 150px; }
  #news_swiper .swiper-container {
    margin: 60px 80px; }
  #news_swiper .swiper-prev, #news_swiper .swiper-next {
    font-size: 40px;
    color: #212529; }
    #news_swiper .swiper-prev:after, #news_swiper .swiper-next:after {
      content: none; }
  #news_swiper .swiper-prev {
    left: 0; }
  #news_swiper .swiper-next {
    right: 0; }
  #news_swiper .swiper-wrapper {
    height: auto; }
  #news_swiper .swiper-slide {
    width: 100%;
    height: auto;
    box-sizing: border-box; }
    #news_swiper .swiper-slide > .container {
      height: 100%; }
    #news_swiper .swiper-slide.specialOffer .news_img {
      background: #ff6a00;
      justify-content: space-between; }
    #news_swiper .swiper-slide.invitation .news_img {
      background: #f1ca04; }
  #news_swiper .news_img {
    width: 200px;
    height: 120px;
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden; }
    #news_swiper .news_img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0050ff);
      opacity: 0.5; }
    #news_swiper .news_img img {
      width: 100%;
      object-fit: cover; }
  #news_swiper .news_box {
    height: 100%;
    overflow: hidden; }
  #news_swiper .news_title {
    font-size: 22px;
    display: block;
    font-weight: 500;
    margin: 15px 0; }
    #news_swiper .news_title:hover {
      text-decoration: underline; }
  #news_swiper .news_text {
    color: #666666;
    margin-top: 14px; }
  #news_swiper .news_label {
    display: inline-block;
    padding: 7px 19px;
    background: #ffd200;
    font-weight: bold;
    border-radius: 4px;
    margin-top: -17px;
    z-index: 100;
    position: relative;
    top: -9px;
    margin-bottom: -9px; }
    #news_swiper .news_label .iconfont {
      font-size: 12px;
      margin-right: 7px; }
  @media (max-width: 575.98px) {
    #news_swiper {
      margin-bottom: 80px; }
      #news_swiper .swiper-container {
        margin: 20px 0; }
      #news_swiper .news_label {
        font-size: 14px;
        font-weight: 500;
        padding: 5px 14px; } }

#cooperation {
  margin-bottom: 185px; }
  #cooperation .cooperation_text {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.75;
    letter-spacing: 1px; }
  #cooperation .enterprise_list {
    text-align: center; }
  #cooperation .enterprise_list img {
    width: calc(100% / 6);
    margin-top: 14px; }
  #cooperation #enterprise_swiper {
    text-align: center;
    padding-bottom: 30px; }
    #cooperation #enterprise_swiper .swiper-pagination {
      bottom: 0; }
  @media (max-width: 575.98px) {
    #cooperation {
      margin-bottom: 60px; }
      #cooperation .enterprise .enterprise_list img {
        width: 50%;
        float: left;
        margin-bottom: 42px; } }

#chooseMode {
  margin-top: -80px;
  padding: 55px 60px 7px;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
  position: relative;
  z-index: 10;
  background: #fff;
  margin-bottom: 130px; }
  #chooseMode .row {
    margin-top: 38px; }
  #chooseMode .mode {
    margin: 0 30px 53px;
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
    #chooseMode .mode img {
      width: 60px;
      margin-right: 12px; }
    #chooseMode .mode a:hover {
      color: #246efc; }
    #chooseMode .mode_title {
      font-size: 24px;
      font-weight: bold;
      margin: 7px 0 12px;
      display: inline-block; }
      #chooseMode .mode_title .iconfont {
        font-size: 30px;
        font-weight: normal;
        vertical-align: -2px; }
    #chooseMode .mode_text {
      font-size: 18px;
      letter-spacing: 1px; }
    #chooseMode .mode_bottom {
      margin-top: 40px; }
    #chooseMode .mode .highlight {
      font-size: 20px;
      font-weight: bold;
      padding: 14px 30px;
      background: #e9452f;
      color: white;
      position: absolute;
      top: 0;
      right: 0; }
  @media (max-width: 991.98px) {
    #chooseMode .row > div {
      margin-bottom: 20px; }
    #chooseMode .mode {
      margin-bottom: 20px; }
      #chooseMode .mode_bottom {
        margin-top: 40px; } }
  @media (max-width: 575.98px) {
    #chooseMode {
      width: calc(100% - 40px);
      padding: 40px 20px;
      margin-top: -40px;
      margin-bottom: 60px; }
      #chooseMode .row {
        margin: 0; }
      #chooseMode .mode {
        margin: 0; } }

#reason {
  position: relative;
  overflow: hidden;
  padding-top: 93px; }
  #reason .main_title i {
    font-size: 64px;
    color: #246efc;
    margin-bottom: 99px; }
  #reason:before {
    content: "";
    background: #f4f7fd;
    position: absolute;
    width: 250vw;
    height: 250vw;
    border-radius: 50%;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #reason .reason .row > [class^='col'] {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #reason .reason_img {
    width: 100%;
    max-width: 540px; }
  #reason .reason_text {
    font-size: 18px; }
  #reason .reason_1 {
    padding-top: 90px;
    padding-bottom: 90px; }
  #reason .reason_2 {
    padding-top: 132px;
    padding-bottom: 144px;
    background: #fff; }
  #reason .reason_3 {
    padding: 144px 0;
    background: #f4f7fd; }
    #reason .reason_3 .team_box {
      display: flex;
      font-size: 14px;
      margin-top: 30px;
      flex-wrap: wrap; }
      #reason .reason_3 .team_box > div {
        margin-right: 30px;
        padding-right: 30px;
        max-width: 29%;
        position: relative; }
        #reason .reason_3 .team_box > div:nth-child(2):before, #reason .reason_3 .team_box > div:nth-child(2):after {
          content: "";
          width: 1px;
          height: 34px;
          background-color: #000000;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: -30px; }
          @media (max-width: 1024px) {
            #reason .reason_3 .team_box > div:nth-child(2):before, #reason .reason_3 .team_box > div:nth-child(2):after {
              left: -20px; } }
        #reason .reason_3 .team_box > div:nth-child(2):after {
          right: 0;
          left: auto; }
      #reason .reason_3 .team_box p {
        font-family: 'Ubuntu';
        font-size: 48px;
        margin-bottom: 4px;
        font-weight: bold;
        font-style: italic;
        color: #246efc; }
        #reason .reason_3 .team_box p span {
          font-size: 28px;
          margin-left: 4px; }
  #reason .reason_4 {
    padding-top: 59px;
    padding-bottom: 53px;
    background: #fff; }
  #reason .reason_5 {
    padding-top: 96px;
    background: #f4f7fd; }
    #reason .reason_5 .level_box {
      margin: 4px 0 16px; }
      #reason .reason_5 .level_box span {
        width: 53px;
        height: 53px;
        font-size: 32px;
        font-weight: bold;
        color: #212529;
        box-shadow: 3px 3px 12px 0 rgba(16, 78, 198, 0.15);
        background-color: #ffffff;
        margin-right: 10px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 53px; }
    #reason .reason_5 .reason_text {
      margin-bottom: 30px; }
  #reason .reason_6 {
    background: #e9f0fe;
    padding-top: 57px;
    padding-bottom: 70px; }
    #reason .reason_6 .family_box {
      padding-top: 50px; }
      #reason .reason_6 .family_box .begin_text {
        opacity: 0.4;
        font-size: 28px;
        font-weight: 500;
        vertical-align: super;
        margin-left: 14px; }
  @media (max-width: 1200px) {
    #reason .reason_3 .team_box p {
      font-size: 35px; } }
  @media (max-width: 1024px) {
    #reason .reason_3 .team_box > div {
      margin-right: 20px;
      padding-right: 20px; }
    #reason .reason_3 .team_box p {
      font-size: 30px; }
      #reason .reason_3 .team_box p span {
        font-size: 20px;
        margin-left: 4px; } }
  @media (max-width: 575.98px) {
    #reason {
      margin-top: 80px; }
      #reason .reason_img {
        margin-top: 42px; }
      #reason .reason {
        padding-top: 60px;
        padding-bottom: 70px; }
      #reason .reason_2 .row, #reason .reason_4 .row, #reason .reason_6 .row {
        flex-direction: column-reverse; }
      #reason .reason_5 {
        padding_bottom: 0; }
        #reason .reason_5 .level_box span {
          width: 33px;
          height: 33px;
          font-size: 20px;
          margin-right: 4px;
          line-height: 33px; }
      #reason .reason_3 .team_box {
        margin-top: 0; }
        #reason .reason_3 .team_box > div {
          margin-right: 18px;
          padding-right: 18px;
          margin-top: 30px; }
          #reason .reason_3 .team_box > div:nth-child(2):before, #reason .reason_3 .team_box > div:nth-child(2):after {
            content: none; }
        #reason .reason_3 .team_box p {
          font-size: 48px;
          margin-bottom: 0; }
          #reason .reason_3 .team_box p > span {
            font-size: 28px;
            margin-left: 8px; }
        #reason .reason_3 .team_box span {
          font-size: 14px; }
      #reason_6 .family_box {
        padding-top: 0; } }

.material_swiper_box {
  margin-top: 68px; }
  .material_swiper_box #material_swiper {
    padding-bottom: 104px;
    padding-top: 40px;
    margin-top: -20px; }
    .material_swiper_box #material_swiper .swiper-slide {
      width: 270px;
      border-radius: 4px;
      position: relative; }
      .material_swiper_box #material_swiper .swiper-slide img {
        width: 100%; }
      .material_swiper_box #material_swiper .swiper-slide span {
        position: absolute;
        left: 50%;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
    .material_swiper_box #material_swiper .swiper-btn {
      float: left;
      margin: 20px 20px 0 0; }
    @media (max-width: 575.98px) {
      .material_swiper_box #material_swiper {
        padding-bottom: 65px; } }
  @media (max-width: 575.98px) {
    .material_swiper_box {
      margin-top: 30px; } }

.popup-image-gallery .modal-dialog {
  width: 100%; }
.popup-image-gallery .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0; }
.popup-image-gallery .main-image {
  text-align: center; }
.popup-image-gallery .pagingInfo {
  color: #fff;
  text-align: center;
  margin: 20px 0; }
.popup-image-gallery .close-btn {
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: 30px;
  z-index: 3;
  font-size: 24px;
  margin: 0;
  opacity: .75;
  outline: none;
  border: none;
  padding: 6px 12px;
  cursor: pointer; }
  .popup-image-gallery .close-btn:hover, .popup-image-gallery .close-btn:focus {
    color: #fff;
    opacity: 10; }
.popup-image-gallery .popup-slider-for {
  position: relative;
  min-height: 300px;
  z-index: 2;
  text-align: center;
  margin-bottom: 0; }
  .popup-image-gallery .popup-slider-for:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: -1;
    color: #fff;
    background: #fff url("../../../common/img/ajax-loader.gif") center center no-repeat;
    opacity: .75; }
  .popup-image-gallery .popup-slider-for .slick-slide {
    outline: 0; }
    .popup-image-gallery .popup-slider-for .slick-slide img {
      display: inline-block;
      height: 70vh;
      vertical-align: middle; }
      @media (max-width: 575.98px) {
        .popup-image-gallery .popup-slider-for .slick-slide img {
          width: 100%;
          height: auto; } }
  .popup-image-gallery .popup-slider-for .slick-next, .popup-image-gallery .popup-slider-for .slick-prev {
    width: auto;
    height: auto;
    z-index: 1; }
  .popup-image-gallery .popup-slider-for .slick-prev {
    left: 30px; }
  .popup-image-gallery .popup-slider-for .slick-next {
    right: 30px; }
.popup-image-gallery .popup-slider-nav .thumbnail-image {
  position: relative;
  margin: 0 5px;
  cursor: pointer; }
  .popup-image-gallery .popup-slider-nav .thumbnail-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .popup-image-gallery .popup-slider-nav .thumbnail-image:hover:after {
    background-color: rgba(0, 0, 0, 0.4); }
  .popup-image-gallery .popup-slider-nav .thumbnail-image img {
    display: block;
    width: 140px;
    height: 100px; }
.popup-image-gallery .popup-slider-nav .slick-current:after, .popup-image-gallery .popup-slider-nav .slick-current:hover:after, .popup-image-gallery .popup-slider-nav .slick-center:after, .popup-image-gallery .popup-slider-nav .slick-center:hover:after {
  background-color: transparent; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
#comment {
  background: #f2f5f8;
  position: relative;
  overflow: hidden; }
  #comment:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 250vw;
    height: 250vw;
    border-radius: 50%;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #comment .container {
    padding-top: 130px;
    position: relative; }
  #comment .swiper-slide {
    padding: 0 95px; }
  #comment .comment {
    margin-top: 43px;
    padding-bottom: 60px; }
    #comment .comment_img_box {
      position: relative;
      width: 95px;
      height: 95px;
      margin: 0 auto 20px; }
    #comment .comment_flag {
      position: absolute;
      width: 38px;
      right: -13px;
      bottom: 16px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    #comment .comment_img {
      object-fit: contain;
      border-radius: 50%;
      width: 100%; }
    #comment .comment_author {
      font-size: 20px;
      font-weight: 500; }
      #comment .comment_author img {
        width: 34px;
        height: 20px;
        margin-left: 10px; }
    #comment .comment_country {
      font-style: italic; }
    #comment .comment_text {
      padding: 18px 0;
      line-height: 1.75;
      letter-spacing: 1px;
      font-style: italic;
      max-width: 620px;
      margin: 0 auto;
      text-align: left; }
  #comment .swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 40; }
  #comment .swiper-prev {
    left: 0; }
  #comment .swiper-next {
    right: 0;
    box-shadow: -5px 5px 15px 0 rgba(49, 69, 244, 0.15); }
  @media (max-width: 575.98px) {
    #comment .swiper-slide {
      padding: 0; }
    #comment .swiper-btn {
      display: none; }
    #comment .comment {
      padding-bottom: 50px; }
    #comment .container {
      padding-top: 30px; } }

#level_test {
  margin-top: 60px; }
  #level_test .row {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center; }
  #level_test .test_box {
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    background-color: #ffffff;
    padding: 43px;
    height: 100%; }
    #level_test .test_box .test_title {
      font-size: 28px;
      margin-bottom: 8px;
      font-weight: 500;
      display: block; }
      #level_test .test_box .test_title .iconfont {
        font-weight: normal; }
    #level_test .test_box a:hover {
      color: #246efc; }
    #level_test .test_box img {
      width: 50px;
      height: 50px;
      margin-right: 20px; }
    #level_test .test_box .btn-arrow-circle {
      margin-top: 15px; }
  @media (max-width: 575.98px) {
    #level_test .row > div {
      margin-top: 20px; }
    #level_test .test_box {
      padding: 40px 30px; } }

.ie-alert-show {
  margin-top: 60px; }

.alert-box {
  padding: 0;
  top: 0; }
  .alert-box .alert {
    margin: 0;
    color: #fff;
    background: #000;
    border-color: #000; }
    .alert-box .alert .close {
      opacity: 1;
      color: #fff; }

.family {
  margin: 150px auto 180px; }
  .family a:hover {
    color: #246efc; }
  .family .row > [class^='col'] {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .family-title {
    font-size: 48px;
    font-weight: 900;
    margin-right: 20px; }
  .family-list {
    margin: 35px 0; }
    .family-list-item {
      font-size: 18px; }
    .family-list-num {
      font-family: Ubuntu;
      font-size: 24px;
      font-weight: bold;
      margin-right: 8px;
      font-style: italic; }
  .family-img {
    width: 100%;
    max-width: 540px;
    margin-left: 20px; }
  @media (max-width: 575.98px) {
    .family {
      margin: 30px auto 70px; }
      .family-list {
        margin: 30px 0; }
      .family-img {
        margin-left: 0; } }

#SEO {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #fff; }


