body, div, p, a, img, ul, li, span, form, input, label, select, option, button, h1, h2, h3, h4, h5, h6, header, article, section, footer, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 16px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button, select {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  opacity: 0;
}

.hide {
  display: none;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

footer {
  background: #484f5c;
  padding: 35px 0 30px;
}
footer .foot-down {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot-down .down-code {
  width: 180px;
  margin-right: 34px;
}
footer .foot-down .down-code .img {
  border-radius: 5px;
  padding: 5px;
  background: #fff;
}
footer .foot-down .down-code p {
  font-size: 14px;
  color: #f5f5f5;
  text-align: center;
  margin-top: 12px;
}
footer .foot-down .down-btns {
  width: 217px;
  margin-top: -26px;
}
footer .foot-down .down-btns .btn {
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 74px;
  color: #333;
}
footer .foot-down .down-btns .btn.android-btn {
  background: #fff url("../images/icon-android1.png") no-repeat 21px center;
  background-size: 32px auto;
}
footer .foot-down .down-btns .btn.ios-btn {
  background: #fff url("../images/icon-ios1.png") no-repeat 21px center;
  background-size: 29px auto;
}
footer .foot-down .down-btns .btn + .btn {
  display: block;
  margin-top: 25px;
}
footer .foot-address {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
footer .foot-address .foot-address-img {
  color: #fff;
  display: flex;
  margin-right: 50px;
}
footer .foot-address .foot-address-img span {
  display: block;
}
footer .foot-address .foot-address-img .spn-img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
footer .foot-address .foot-address-img .spn-img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
footer .foot-text {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
footer .foot-text span, footer .foot-text a {
  padding: 0 15px;
  border-right: 1px solid #fff;
}
footer .foot-text span:last-child, footer .foot-text a:last-child {
  border-right: 0;
}
footer .foot-text .record-num {
  padding: 0;
}
footer .foot-text .public-text {
  display: flex;
}
footer .foot-text .public-text .public-img {
  width: 14px;
  height: 14px;
}
footer .foot-text .public-text .public-img img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
footer .foot-text .public-text span {
  padding-left: 5px;
}

.hide {
  display: none !important;
}

body {
  background: #F5F5F5;
  font-family: 'Microsoft YaHei', Arial;
}

header .header-tip {
  padding: 14px 0 15px;
  line-height: 1;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #eee;
  display: none;
}
header .header-tip h1, header .header-tip h2 {
  font-size: 14px;
}
header .header-content {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
header .header-content .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
header .header-content .logo {
  height: 75px;
  display: flex;
  align-items: center;
}
header .header-content .logo .img {
  width: 130px;
  height: 42px;
}
header .header-content .logo .text {
  font-size: 14px;
  margin-left: 10px;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
  font-family: SimSun;
  line-height: 1;
}
header .header-content .logo .text p + p {
  margin-top: 6px;
}
header .header-content .nav {
  display: flex;
  font-size: 16px;
  line-height: 70px;
}
header .header-content .nav a {
  display: inline-block;
  width: 66px;
  text-align: center;
  color: #000;
  position: relative;
}
header .header-content .nav li {
  padding-right: 55px;
}
header .header-content .nav li.active a, header .header-content .nav li:hover a {
  color: #1994FC;
}
header .header-content .nav li.active a:after, header .header-content .nav li:hover a:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #177BE3;
  border-radius: 2px;
  position: absolute;
  left: 25%;
  bottom: 15px;
  margin-left: -4px;
  z-index: 1;
}

.section-4 {
  margin-top: -3px;
}

.banner {
  width: 100%;
  height: 490px;
  background: url("../images/banner-bg.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 76px;
}

section .sec-head {
  background: #f8f8f8;
  padding: 37px 0 32px;
  font-size: 32px;
  text-align: center;
  color: #363635;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
}
section .sec-head .sec-head-tip {
  font-size: 16px;
  color: #abaaaa;
  margin-top: 10px;
}
section .sec-body {
  background: #fff;
  padding: 80px 0;
}
section .sec-body .sec-items {
  display: flex;
  justify-content: center;
}
section.section-1 .sec-body {
  color: #333333;
  text-align: center;
}
section.section-1 .sec-body .sec-msg {
  font-size: 26px;
  line-height: 1;
}
section.section-1 .sec-body .sec-msg .sec-msg-text {
  font-size: 18px;
  margin-top: 20px;
}
section.section-1 .sec-body .sec-msg .text-h4 {
  margin-top: 20px;
}
section.section-1 .sec-body .sec-msg p {
  margin-bottom: 25px;
}
section.section-1 .sec-body .sec-msg p:last-of-type {
  margin-bottom: 0;
}
section.section-1 .sec-body .sec-msg span {
  color: #1994FC;
}
section.section-1 .sec-body .sec-items {
  width: 860px;
  align-items: center;
  margin: 110px auto 0;
}
section.section-1 .sec-body .sec-items .item {
  flex: 0 0 auto;
  font-size: 16px;
}
section.section-1 .sec-body .sec-items .item .img {
  width: 130px;
  height: 130px;
  margin-bottom: 32px;
  border: 1px solid #1994FC;
  border-radius: 50%;
  padding: 8px;
}
section.section-1 .sec-body .sec-items .line {
  width: 50%;
  height: 2px;
  background: #ff9564;
  position: relative;
  margin-top: -48px;
}
section.section-1 .sec-body .sec-items .line:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #ff9564;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -8px;
  margin-left: -8px;
}
section .app-item {
  width: 1200px;
}
section .app-item .app-img {
  width: 100%;
  background-size: 100%;
}
section.section-2 .sec-body .sec-items .item, section.section-3 .sec-body .sec-items .item {
  width: 235px;
}
section.section-2 .sec-body .sec-items .item + .item, section.section-3 .sec-body .sec-items .item + .item {
  margin-left: 140px;
}
section.section-2 .sec-body .sec-items .item .img, section.section-3 .sec-body .sec-items .item .img {
  width: 132px;
  margin: 0 auto 40px;
}
section.section-2 .sec-body .sec-items .item .msg, section.section-3 .sec-body .sec-items .item .msg {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
section.section-2 .sec-body .sec-items .item .msg h5, section.section-3 .sec-body .sec-items .item .msg h5 {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
section.section-3 .sec-body {
  padding-bottom: 180px;
  background: #fff url("../images/bg-1.png") no-repeat center bottom;
  background-size: 100% 632px;
}
section.section-3 .sec-body .sec-items {
  position: relative;
}
section.section-3 .sec-body .sec-items:before {
  content: '';
  display: block;
  border-bottom: 2px dashed #1994FC;
  width: 830px;
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 0;
  margin-left: -415px;
}
section.section-3 .sec-body .sec-items .item .img {
  background: #fff;
  position: relative;
  z-index: 1;
}
section.section-3 .sec-body .sec-items .item .msg {
  font-size: 16px;
  color: #333333;
}
section.section-4 .sec-body {
  position: relative;
  background: #f9f9f9;
  padding: 0;
}
section.section-4 .sec-body .sec-msg {
  height: 310px;
  position: relative;
}
section.section-4 .sec-body .sec-msg:before {
  content: '';
  display: block;
  width: 65px;
  height: 33px;
  background: url("../images/icon-s.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -32.5px;
}
section.section-4 .sec-body .sec-msg .wrap {
  height: 100%;
}
section.section-4 .sec-body .sec-msg .person {
  display: none;
  justify-content: center;
  padding-top: 65px;
}
section.section-4 .sec-body .sec-msg .person.active {
  display: flex;
}
section.section-4 .sec-body .sec-msg .person .img {
  width: 180px;
  margin-right: 60px;
  box-shadow: 0px 3px 21px 0px rgba(126, 126, 126, 0.35);
  border-radius: 50%;
  overflow: hidden;
}
section.section-4 .sec-body .sec-msg .person .msg {
  width: 450px;
  padding-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
section.section-4 .sec-body .sec-msg .person .msg h5 {
  line-height: 1;
  font-size: 16px;
  color: #111111;
  margin-bottom: 17px;
}
section.section-4 .sec-body .sec-roles {
  position: relative;
  z-index: 1;
  height: 310px;
  background: #fff;
}
section.section-4 .sec-body .sec-roles:after {
  content: '';
  width: 100%;
  height: 105%;
  background: url("../images/bg-2.png") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
}
section.section-4 .sec-body .sec-roles .wrap {
  height: 100%;
}
section.section-4 .sec-body .sec-roles .items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.section-4 .sec-body .sec-roles .items .item {
  position: relative;
  cursor: pointer;
}
section.section-4 .sec-body .sec-roles .items .item .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
section.section-4 .sec-body .sec-roles .items .item .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.section-4 .sec-body .sec-roles .items .item p {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -80px;
  z-index: 1;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  transform: translate(-50%, 0);
}
section.section-4 .sec-body .sec-roles .items .item.active {
  margin-top: -40px;
}
@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
section.section-4 .sec-body .sec-roles .items .item.active .img {
  animation: myscale 450ms ease-out forwards;
  transform-origin: center center;
  box-shadow: 1px 1px 3px 3px #eee;
}
section.section-4 .sec-body .sec-roles .items .item.active .img:after {
  display: none;
}
section.section-4 .sec-body .sec-roles .items .item.active p {
  display: block;
}

.section-5 .sec-head {
  background: #F5F5F5;
}
.section-5 .sec-head .wrap {
  background: #fff;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li {
  padding: 30px 30px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation {
  overflow: hidden;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-left {
  float: left;
  width: 380px;
  color: red;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-left img {
  display: block;
  width: 100%;
  background-size: 100%;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-right {
  float: left;
  width: 720px;
  margin-left: 39px;
  text-align: left;
  padding: 24px 0 0 0;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-right .title {
  font-size: 24px;
  color: #000000;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-right .text-content {
  color: #666666;
  font-size: 18px;
  text-align: justify;
  margin: 25px 0 27px 0;
  line-height: 27px;
}
.section-5 .sec-head .wrap .consultation-ul .consultation-li .consultation .consultation-right .time {
  color: #999999;
  font-size: 18px;
}

.set {
  width: 100%;
}
.set .sec-head {
  background: #F5F5F5;
  padding: 0;
}
.set .sec-head .wrap {
  background: #FFFFFF;
}
.set .sec-head .wrap .details {
  text-align: center;
  padding-top: 37px;
  margin: 97px 0 20px 0;
}
.set .sec-head .wrap .details .details-title {
  color: #000000;
  font-size: 36px;
  margin-bottom: 42px;
}
.set .sec-head .wrap .details .details-method {
  width: 550px;
  color: #666666;
  font-size: 18px;
  text-align: justify;
  line-height: 27px;
  margin: 20px auto;
  padding-bottom: 20px;
}
.set .sec-head .wrap .details .details-method p {
  margin-top: 10px;
}
.set .sec-head .wrap .details .content-fximg {
  width: 725px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.set .sec-head .wrap .details .content-fximg img {
  width: 100%;
  background-size: 100%;
}
.set .sec-head .wrap .details .details-method-bottom {
  padding-bottom: 10px;
}
.set .sec-head .wrap .details .details-content {
  overflow: hidden;
}
.set .sec-head .wrap .details .details-content .content-item {
  margin-left: 220px;
  float: left;
}
.set .sec-head .wrap .details .details-content .content-item .content-img {
  margin-bottom: 30px;
}
.set .sec-head .wrap .details .details-content .content-item .content-img img {
  width: 330px;
  height: 504px;
  background-size: 100%;
  display: block;
}
.set .sec-head .wrap .details .details-content .content-item .content-msg {
  width: 314px;
  height: 130px;
  color: #666666;
  font-size: 18px;
  text-align: justify;
  line-height: 27px;
  margin: 20px 16px 0 0;
}
.set .sec-head .wrap .details .details-content .content-item .content-msg p {
  margin-top: 10px;
}
.set .sec-head .wrap .details .details-content .second {
  margin-left: 100px;
}

/*# sourceMappingURL=huhu.css.map */
