body {
  font-size: 14px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #252b3a;
}

.dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .hdie_xs {
    display: none;
  }
  .slice-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#header {
  font-size: 14px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 5px -1px #e5e5e5;
          box-shadow: 0px 4px 5px -1px #e5e5e5;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media (max-width: 640px) {
  #header {
    height: 50px;
  }
}

#header .header_lt {
  width: 400px;
  padding-left: 40px;
}

@media (max-width: 640px) {
  #header .header_lt {
    width: 120px;
    padding-left: 10px;
  }
}

#header .header_lt .logo1 img {
  width: 31px;
}

#header .header_lt .logo1 span {
  font-size: 21px;
  color: #2196F3;
  font-weight: bold;
  margin-left: 5px;
}

#header .header_rt {
  width: 400px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 640px) {
  #header .header_rt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#header .header_rt .rbtn {
  background-color: #2196F3;
  color: #fff;
  height: 100%;
  width: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .header_rt a {
  margin-left: 20px;
}

#header .header_nav a {
  margin-right: 30px;
}

#header_fied {
  height: 75px;
}

@media (max-width: 640px) {
  #header_fied {
    height: 50px;
  }
}

#b_anner .vo_warp .vo {
  height: 450px;
  background: url(/files/home/imga/ban.jpg);
}

@media (max-width: 640px) {
  #b_anner .vo_warp .vo {
    height: 215px;
  }
}

#b_anner .vo_warp .vo .element {
  font-size: 62px;
}

@media (max-width: 640px) {
  #b_anner .vo_warp .vo .element {
    font-size: 21px;
  }
}

@media (max-width: 640px) {
  #b_anner .vo_warp .vo h5 {
    font-size: 15px;
  }
}

#b_anner .tesx_1 {
  background-color: #fbfbfb;
  padding: 15px 0;
}

#b_anner .tesx_1 .dc {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#b_anner .tesx_1 .vo {
  width: 33.33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  #b_anner .tesx_1 .vo {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#b_anner .tesx_1 .vo .bi {
  font-size: 43px;
  margin-right: 20px;
  color: #2196F3;
}

#b_anner .tesx_1 .vo .tit {
  font-size: 17px;
  font-weight: bold;
}

#b_anner .tesx_1 .vo p {
  margin-bottom: 0;
  font-size: 14px;
  color: #939393;
}

.sec01 {
  margin: 60px 0;
}

.sec01 .sec_head {
  text-align: center;
  margin-bottom: 40px;
}

.sec01 .sec_head .sec_tit {
  font-size: 32px;
  font-weight: bold;
  color: #152c5b;
}

.sec01 .sec_head .sec_txt {
  color: #8b8b8b;
  margin-top: 12px;
  font-size: 16px;
}

.sec02 {
  background-color: #eff8ff;
  padding: 50px 0;
}

.sec02 .icard {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 3px #e4edf3;
          box-shadow: 0px 0px 5px 3px #e4edf3;
}

.sec02 .icard .tit {
  font-size: 18px;
  font-weight: bold;
}

.sec02 .icard .txt {
  color: #8b9dab;
  margin-top: 10px;
}

.id_question_vo {
  font-size: 18px;
  background-color: #f5f5f5;
  padding: 24px 30px;
  display: block;
  margin-bottom: 20px;
}

.id_question_vo:hover {
  background-color: #888;
  color: #fff;
}

.btn1 {
  border: 1px solid #b9b9b9;
  background: none;
  margin-top: 20px;
  background-color: #fff;
  padding: 4px 30px;
  border-radius: 6px;
}

.btn1:hover {
  background-color: #b9b9b9;
  color: #fff;
}

.btn2 {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #2196F3;
  height: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  color: #2196F3;
}

.btn2:hover {
  background-color: #2196F3;
  color: #fff;
}

.fa_card {
  margin-bottom: 20px;
  background-color: #f3f6f9;
  padding: 20px;
  border: 1px solid #e5f0f7;
  height: 180px;
}

.fa_card h5 {
  font-size: 16px;
  font-weight: bold;
}

.fa_card p {
  color: #575d6c;
  margin-top: 15px;
}

.fa_card .btn1 {
  font-size: 16px;
}

.fa_card1 {
  padding-bottom: 20px;
  height: 100%;
}

.fa_card1 .fa_card1_ct {
  background-color: #f3f6f9;
  height: 100%;
  background-color: #f3f6f9;
  padding: 20px;
  border: 1px solid #e5f0f7;
}

.fa_card1 .fa_card1_ct h5 {
  font-size: 16px;
  font-weight: bold;
}

.fa_card1 .fa_card1_ct p {
  color: #575d6c;
  margin-top: 15px;
}

.ai_setp_vo {
  max-width: 421px;
  background-color: #f7f9fb;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ai_setp_vo .txt {
  color: #879aa9;
}

#footer {
  background-color: #f5f7fa;
  padding-bottom: 50px;
  color: #333;
}

#footer .foot_furt {
  padding: 37px 0;
  border-bottom: 1px solid #e3e3e3;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#footer .foot_furt .vo {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media (max-width: 640px) {
  #footer .foot_furt .vo {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

#footer .foot_furt .vo .bi {
  font-size: 30px;
  margin-right: 10px;
}

#footer .foot_nav {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}

#footer .foot_nav .vo {
  width: 200px;
}

#footer .foot_nav .vo dt {
  margin-bottom: 15px;
}

#footer .foot_nav .vo a {
  color: #888;
}

#footer .foot_nav .vo_last {
  margin-left: auto;
}

#footer .flink {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .flink dt {
  margin-right: 30px;
}

#footer .flink dd a {
  margin-right: 20px;
  color: #777;
}

#footer .foot_text {
  color: #888;
}

#footer .foot_text a {
  color: #888;
}

.b_anner_page .vo {
  height: 250px !important;
}

.rdpage {
  background-color: #f5f7fa;
  padding-top: 50px;
}

.rdpage .rdpagect {
  background-color: #fff;
  min-height: 300px;
  padding: 40px;
}

.rdpage .rdpagect .titbox {
  text-align: center;
}

.rdpage .rdpagect .titbox h1 {
  font-size: 21px;
}

.rdpage .rdpagect .contbox {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 16px;
}

.rdpage .rdpagect .contbox p {
  margin-bottom: 1rem;
}

.price_slide .card {
  height: 330px;
}

.price_slide li {
  margin-top: 10px;
}

.price_box .price_num {
  font-size: 40px;
  color: #FF5722;
}

.price_ask {
  max-width: 600px;
  margin: 0 auto;
}

.price_ask .vo {
  margin-bottom: 30px;
}

.price_ask .huida {
  font-size: 24px;
}
/*# sourceMappingURL=index.css.map */