.banner {
  margin-top: 180px;
  position: relative; }
  .banner > img {
    width: 100%; }

.proban {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 12;
  transform: translateX(-50%); }

.ban_box {
  width: 650px;
  background: #4a9a83;
  box-shadow: 0px 4px 13px 0px rgba(0, 24, 34, 0.35);
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 48px;
  padding: 66px 52px; }

.set2 {
  width: 100%;
  padding: 45px 0; }

.feat_pro {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 35px; }

.feat_cnt {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 50px; }
  .feat_cnt a {
    color: #333333; }

.his_even {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #262626;
  line-height: 72px;
  margin-top: 25px; }

.faq-content {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 15px; }

.faq-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.faq-w {
  padding: 30px 0;
  color: #333;
  padding-left: 20px; }
  .faq-w h3 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    font-weight: 400; }
    .faq-w h3 span {
      color: #333;
      margin-right: 20px; }
    .faq-w h3 .no {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .faq-w h3 .hide {
      display: none !important; }
  .faq-w:hover {
    background: #4a9a83; }
    .faq-w:hover h3 span {
      cursor: pointer;
      color: #fff; }
  .faq-w.active1 {
    background: #4a9a83; }
    .faq-w.active1 h3 span {
      cursor: pointer;
      color: #fff; }

.faq-a {
  font-weight: 400;
  color: #333;
  border-top: 1px solid #b2b2b2;
  display: none;
  padding: 25px 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  font-size: 0; }
  .faq-a span {
    color: #333;
    line-height: 24px; }
  .faq-a .lab {
    width: 20px;
    display: inline-block; }
  .faq-a .answer {
    font-size: 16px;
    width: 96%;
    vertical-align: top;
    display: inline-block; }

.faq_more {
  width: 325px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  text-align: center;
  background: #4a9a83;
  margin: 40px auto 0;
  cursor: pointer; }

.set3 {
  padding: 50px 0 70px;
  background: #eef1f5; }

.down_box {
  font-size: 0;
  margin-top: 25px; }
  .down_box > div:nth-child(3n) {
    margin-right: 0; }

.down_boxa {
  margin-right: 1.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 30px;
  width: 32.3%;
  border: 1px solid #cccccc;
  transition: all .4s; }
  .down_boxa:hover {
    background: #4A9A83;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .down_boxa:hover .down_cnt h2, .down_boxa:hover .down_cnt h5 {
      color: #fff; }
    .down_boxa:hover .down_cnt p {
      color: #fff; }
      .down_boxa:hover .down_cnt p .aa {
        display: none; }
      .down_boxa:hover .down_cnt p .bb {
        display: inline-block; }

.down_img {
  width: 50%; }

.down_cnt {
  position: absolute;
  right: 0;
  top: 48%;
  transform: translateY(-50%);
  z-index: 12;
  width: 50%;
  padding: 0 5%; }
  .down_cnt h2 {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #333333;
    line-height: 50px; }
  .down_cnt h5 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 20px; }
  .down_cnt p {
    font-size: 16px;
    font-family: Lato;
    font-weight: bold;
    color: #999999;
    line-height: 18px;
    margin-top: 40%; }
    .down_cnt p img {
      vertical-align: text-bottom; }
    .down_cnt p .bb {
      display: none; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .down_cnt h2 {
    font-size: 16px;
    line-height: 25px; }

  .down_cnt h5 {
    font-size: 14px;
    line-height: 20px; }

  .down_cnt p {
    font-size: 14px;
    line-height: 18px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .down_box > div:nth-child(3n) {
    margin-right: 2%; }

  .down_box > div:nth-child(2n) {
    margin-right: 0; }

  .down_boxa {
    width: 49%;
    margin-right: 2%; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 82px; }

  .banner > img {
    height: 150px;
    object-fit: cover; }

  .proban {
    bottom: -20px; }

  .ban_box {
    width: 80%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px; }

  width: 100%;
  .set2 {
    padding: 15px 0; }

  .his_even {
    font-size: 22px;
    margin-top: 0;
    line-height: 64px; }

  .faq-content {
    margin-top: 0; }

  .faq-content .faq-box .faq-w {
    padding-right: 50px;
    position: relative;
    padding-left: 0;
    padding: 15px 0; }

  .faq-content .faq-box .faq-w h3 .no {
    position: absolute;
    right: 0;
    width: 30px; }

  .faq-content .faq-box .faq-w h3 {
    font-size: 16px;
    position: unset;
    padding-left: 5px;
    padding-right: 35px; }

  .faq-content .faq-box .faq-a {
    padding-left: 20px;
    padding-right: 20px; }

  .faq-content .faq-box .faq-a .answer {
    font-size: 14px; }

  .faq_more {
    width: 80%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 30px auto 0; }

  .feat_pro {
    margin-bottom: 5px; }

  .down_boxa {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%; }

  .down_cnt h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px; }

  .set3 {
    padding: 20px 0 35px; }

  .down_box {
    margin-top: 2px; }

  .down_cnt h5 {
    font-size: 14px;
    line-height: 20px; }

  .set2 {
    width: 100%;
    padding: 30px 0 45px; }

  .feat_cnt {
    font-size: 18px;
    line-height: 28px; } }

/*# sourceMappingURL=support.css.map */
