/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.bg_border img {
  width: 100%;
}
.bg_border img.shake {
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}

.topbanner {
  background-color: #1567c6;
  padding: 100px 0 80px 0;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    padding: 50px 0 0 0;
  }
}
.topbanner .wrapper_in {
  max-width: 1080px;
}
.topbanner .section_info {
  color: #fff;
  /* .numtxt{
      transform: scale(1, 1.1);
      display: inline-block;
      vertical-align: -10%;
      font-size: larger;
  } */
}
.topbanner .section_info .title {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .title {
    font-size: 36px;
  }
}
.topbanner .section_info .stitle {
  margin-top: 30px;
  letter-spacing: 1.2px;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .stitle {
    margin-top: 20px;
    font-size: 20px;
  }
}
.topbanner .pic {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .pic {
    margin-top: 6px;
  }
}

.sectionbox.section_2 .section_content .content_group .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_group .lists {
    justify-content: space-around;
    margin-top: 10px;
  }
}
.sectionbox.section_2 .section_content .content_group .lists .list {
  width: calc(20% - 12px);
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_group .lists .list {
    width: calc(50% - 8px);
    margin-top: 20px;
  }
}
.sectionbox.section_2 .section_content .content_group .lists .list .list-pic img {
  max-width: 100%;
}
.sectionbox.section_2 .section_content .content_group .lists .list .list-content {
  margin-top: 12px;
}
.sectionbox.section_2 .section_content .content_group .lists .list .list-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #292929;
}
.sectionbox.section_2 .section_content .content_group .lists .list .list-content .txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #292929;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_content .content_group .lists .list .list-content .txt {
    font-size: 16px;
    text-align: center;
  }
}
.sectionbox.section_2 .bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .bg_border {
    bottom: -2px;
  }
}

.sectionbox.section_3 {
  background-color: #e4f0ff;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 {
    padding-bottom: 50px;
  }
}
.sectionbox.section_3 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_3 .section_table {
  margin-top: -120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table {
    margin-top: 0;
  }
}
.sectionbox.section_3 .section_table .section_table_head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sectionbox.section_3 .section_table .section_table_head .table_head_pic {
  margin-bottom: -30px;
}
.sectionbox.section_3 .section_table .section_table_head .table_head_tabs {
  display: flex;
  margin-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_head .table_head_tabs {
    width: 100%;
    margin-left: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab {
  padding: 10px 25px;
  border-radius: 20px 20px 0px 0px;
  background: #1567C6;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab {
    padding: 10px;
    width: calc(50% - 9px);
    margin-bottom: 18px;
    border-radius: 10px;
  }
}
.sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab + .table_tab {
  margin-left: 15px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab + .table_tab {
    margin-left: 0;
  }
}
.sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab.active, .sectionbox.section_3 .section_table .section_table_head .table_head_tabs .table_tab:hover {
  color: #1567C6;
  font-weight: 700;
  background: #FFF;
}
.sectionbox.section_3 .section_table .section_table_body {
  border-radius: 6px;
  background: #FFF;
  padding: 80px 48px 74px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body {
    padding: 15px;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 38px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article {
    flex-direction: column-reverse;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article + .table_body_article {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article + .table_body_article {
    margin-top: 15px;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .title {
  color: #292929;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .title {
    margin-top: 10px;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .article_content_desc {
  color: #6A6A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 35px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .article_content_desc {
    margin-top: 5px;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .article_content_desc .more {
  color: #1767C7;
  cursor: pointer;
  float: right;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .article_content_desc .more {
    display: block;
    text-align: right;
    float: none;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_content .article_content_desc .more:hover {
  text-decoration: underline;
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_pic {
  width: 27%;
  max-width: 240px;
  flex-shrink: 0;
  margin-left: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .section_table .section_table_body .table_body_article .article_pic {
    width: 100%;
    max-width: none;
  }
  .sectionbox.section_3 .section_table .section_table_body .table_body_article .article_pic img {
    width: 100%;
  }
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_pic img {
  max-width: 100%;
}
.sectionbox.section_3 .section_table .section_table_body .table_body_article .article_pic[data-target] {
  cursor: pointer;
}

#viewDailog .modal-dialog {
  width: auto;
  margin: 0;
}
#viewDailog .modal-dialog .pic {
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #viewDailog .modal-dialog {
    top: 50px;
  }
}/*# sourceMappingURL=application.css.map */