.banner {
  margin-top: 140px;
  position: relative; }
  .banner > img {
    width: 100%; }

.ab_navbox {
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: 12;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }
  .ab_navbox img {
    vertical-align: unset;
    margin-right: 5px; }

.set2 {
  width: 100%;
  background: #ecf0f4;
  padding: 175px 0 120px; }

.sup_tit {
  font-size: 48px;
  font-weight: 900;
  color: #1a1660;
  line-height: 48px;
  text-align: center; }

.faq {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.faq .item {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.faq .item .ques {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 100px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.302); }

.faq .item .ques h4 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
  word-break: break-word;
  font-weight: bold; }

.faq .item .ques h4 span {
  position: absolute;
  right: 20px;
  top: 10px; }

.faq .item .ques h4 span .jia {
  display: block; }

.faq .item .ques h4 span .jian {
  display: none; }

.faq .item .answer {
  margin: 0;
  padding: 25px 80px 25px 100px;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.302); }

.faq .item .answer p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
  font-weight: bold; }

.down_more {
  width: 370px;
  height: 75px;
  background: #384dca;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 42px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  cursor: pointer; }

.item:hover .ques h4 {
  color: #384DCA !important; }

.act2 h4 {
  color: #384DCA !important; }

.act2 h4 span .jia {
  display: none !important; }

.act2 h4 span .jian {
  display: block !important; }

.se5 {
  background: #fff;
  padding: 105px 0 50px; }
  .se5 h2 {
    font-size: 48px;
    font-weight: 900;
    color: #1a1660;
    line-height: 60px;
    text-align: center; }

.ser_box {
  margin-top: 60px;
  font-size: 0; }
  .ser_box > div.ser_cnt:nth-child(4n) {
    margin-right: 0; }

.ser_cnt {
  width: 280px;
  border: 5px solid #384dca;
  padding: 25px;
  transition: all .4s;
  margin-bottom: 60px;
  margin-right: 70px;
  display: inline-block;
  vertical-align: top; }
  .ser_cnt p {
    font-size: 18px;
    font-weight: 500;
    color: #384DCA;
    line-height: 24px;
    min-height: 70px;
    margin-bottom: 30px; }
  .ser_cnt:hover {
    background: #384dca;
    border: 5px solid #384dca;
    transition: all .4s; }
    .ser_cnt:hover p {
      color: #fff; }
    .ser_cnt:hover .ser_img .op0 {
      opacity: 1;
      transition: all .2s; }

.ser_img {
  width: 63px;
  height: 63px;
  position: relative; }
  .ser_img .op0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .2s; }

.shaw {
  margin-top: -7px;
  position: relative;
  z-index: -1; }

@media screen and (min-width: 1300px) and (max-width: 1450px) {
  .ser_cnt {
    margin-right: 26px; } }
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .ser_cnt {
    margin-right: 25px;
    width: 273px; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 127px; }

  .ban_box {
    font-size: 35px;
    line-height: 46px;
    width: 310px; }

  .ser_cnt {
    margin-right: 20px;
    width: 227px;
    padding: 20px; }
    .ser_cnt p {
      font-size: 16px;
      line-height: 24px;
      min-height: 96px;
      margin-bottom: 20px; }

  .set2 {
    padding: 110px 0 100px; }

  .faq .item .answer {
    padding: 25px 50px 25px 50px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 118px; }

  .set2 {
    padding: 100px 0 90px; }

  .faq .item .answer {
    padding: 25px 50px 25px 50px; }

  .ser_cnt {
    margin-right: 20px;
    width: 227px;
    padding: 20px;
    margin-bottom: 40px; }
    .ser_cnt p {
      font-size: 16px;
      line-height: 24px;
      min-height: 96px;
      margin-bottom: 20px; }

  .ser_box > div.ser_cnt:nth-child(4n) {
    margin-right: 20px; }

  .se5 {
    padding: 80px 0 40px; }

  .ser_box {
    margin-top: 40px; }

  .se5 h2 {
    font-size: 40px; }

  .faq .item .ques h4 {
    font-size: 18px; }

  .faq .item .answer p {
    font-size: 14px; }

  .down_more {
    width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 78px; }

  .banner > img {
    height: 260px;
    object-fit: cover; }

  .ab_navbox {
    top: 18px; }

  .set2 {
    padding: 50px 0 60px; }

  .sup_tit {
    font-size: 20px;
    line-height: 28px; }

  .faq {
    margin-top: 30px; }

  .faq .item .ques {
    padding-left: 10px;
    padding-right: 40px; }

  .faq .item .ques h4 {
    font-size: 14px;
    font-weight: normal; }

  .faq .item .ques h4 span img {
    width: 55%; }

  .faq .item .ques h4 span {
    right: -10px;
    top: 25px; }

  .faq .item .answer {
    padding: 15px 0 15px 15px; }

  .faq .item .answer p {
    font-size: 14px;
    font-weight: normal; }

  .se5 {
    padding: 50px 0 35px; }

  .se5 h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center; }

  .ser_box {
    margin-top: 25px;
    text-align: center; }

  .ser_cnt {
    width: 90%;
    margin-bottom: 20px;
    margin-right: 0; }
    .ser_cnt p {
      text-align: left; }

  .down_more {
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 30px; } }

/*# sourceMappingURL=support.css.map */
