﻿body {
  background-color: #d5f1ff;
  padding: 0 0 95px;
}
.__navbar {
  background-color: #ffffff;
  min-width: 1200px;
  padding: 20px 70px 18px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1111111;
}
.__navbar .__logo {
  width: 260px;
  float: left;
}
.vis{
    height: 182px;
}
.__navbar .__logo img {
  display: block;
  max-width: 100%;
}
.__navbar-in .__navbar-content {
  margin-left: 455px;
}
.__navbar-list {
  border: 1px solid #cccccc;
  border-radius: 60px;
  height: 94px;
  padding: 0 25px;
}
.__navbar-list .__navbar-item {
  float: left;
  margin: 0 13px;
  height: 94px;
  line-height: 94px;
  padding: 0 15px;
  position: relative;
}
.__navbar-list .__navbar-item.bg a {
  color: #009cef;
}
.__navbar-list .__navbar-item:hover a {
  color: #009cef;
}
.__navbar-list .__navbar-item.active::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #009cef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.__navbar-list .__navbar-item__link {
  font-size: 18px;
  color: #666;
  position: relative;
}
.__navbar-list .__navbar-item__link .__icon {
  display: inline-block;
  vertical-align: middle;
}
.__navbar-list .__navbar-item__link .__icon img {
  width: 27px;
  height: 23px;
}
.__navbar-list .__navbar-item__link .__tips {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 14px;
  line-height: 1;
  color: #009cef;
}
.__slide {
  min-width: 1240px;
  min-height: 700px;
  background-color: #f5f5f5;
}
.__slide img {
  display: block;
  width: 100%;
}
.__page {
  position: relative;
  border-radius: 10px;
  border: 1px solid #8bd8ff;
  background-color: #ffffff;
}
.__page-title {
  position: absolute;
  width: 514px;
  height: 84px;
  line-height: 72px;
  padding: 0 168px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 550;
  background: url(../images/title.png) no-repeat center top;
  background-size: 100%;
  top: -20px;
  left: 50%;
  margin-left: -257px;
}
.__page1 {
  padding: 108px 0 66px;
}
.__list {
  text-align: center;
}
.__list .__item {
  width: 188px;
  height: 200px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 5px;
  vertical-align: top;
  margin: 0 14px;
  box-sizing: border-box;
  position: relative;
}
.__list .__item .__icon {
  margin: 0 0 16px 0;
}
.__list .__item .__icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.__list .__item .__title {
  font-size: 20px;
  color: #333333;
  font-weight: 550;
  margin: 0 0 15px 0;
}
.__list .__item .__body {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  line-height: 20px;
}
.__list .__item1 {
  border-bottom: 4px solid #009cef;
}
.__list .__item2 {
  border-bottom: 4px solid #697efe;
}
.__list .__item3 {
  border-bottom: 4px solid #00bab7;
}
.__list .__item4 {
  border-bottom: 4px solid #f5be01;
}
.__list .__item5 {
  border-bottom: 4px solid #dcdfff;
}
.__page2 {
  padding: 100px 140px 50px;
}
.__list-question .__item {
  padding: 15px 10px;
  width: 20%;
  box-sizing: border-box;
  float: left;
}
.__list-question .__item .__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.__list-question .__item .__icon img {
  display: block;
  margin: 0 auto;
}
.__list-question .__item .__title {
  margin: 18px 0;
  font-size: 16px;
  text-align: center;
  color: #333333;
}
.__page3 {
  padding: 95px 0 30px;
}
.__contrast {
  text-align: center;
}
.__contrast-left,
.__contrast-middle,
.__contrast-right {
  display: inline-block;
  vertical-align: top;
}
.__contrast-left h2,
.__contrast-middle h2,
.__contrast-right h2 {
  font-size: 30px;
  font-weight: 550;
  margin: 0 0 25px 0;
  line-height: 50px;
}
.__contrast-left dl,
.__contrast-middle dl,
.__contrast-right dl {
  height: 150px;
}
.__contrast-left {
  width: 270px;
}
.__contrast-left h2 {
  text-align: right;
  color: #05bfb7;
}
.__contrast-left dl dt {
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 550;
  color: #05bfb7;
  text-align: right;
  position: relative;
  line-height: 32px;
}
.__contrast-left dl dt::before {
  content: "";
  width: 34px;
  height: 32px;
  background: url(../images/dui.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 28px;
  top: 1px;
}
.__contrast-left dl dd {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-align: right;
}
.__contrast-middle {
  width: 196px;
  height: 64px;
  position: relative;
  background: url(../images/pk.png) no-repeat center top;
  background-size: contain;
}
.__contrast-right {
  text-align: left;
  width: 230px;
}
.__contrast-right h2 {
  color: #ff481d;
}
.__contrast-right dl dt {
  height: 45px;
  font-size: 20px;
  font-weight: 550;
  color: #ff481d;
  position: relative;
}
.__contrast-right dl dt::before {
  content: "";
  width: 21px;
  height: 23px;
  background: url(../images/cuo.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 1px;
}
.__contrast-right dl dd {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.__page4 {
  padding: 104px 30px 66px;
  min-height: 1000px;
  box-sizing: border-box;
}
.__progress-item img {
  display: block;
  margin: 0 auto;
}
.__progress-item2 {
  margin: 76px 0 26px;
}
.__page5 {
  padding: 118px 30px 66px;
  min-height: 300px;
  box-sizing: border-box;
}
.__case-item img {
  display: block;
  margin: 0 auto;
}
.__page6 {
  padding: 78px 150px 40px;
}
.__guarantee-item {
  padding: 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.__guarantee-card {
  width: 100%;
  height: 106px;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.__guarantee-card__icon {
  width: 94px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.__guarantee-card__icon img {
  width: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.__guarantee-card__body {
  float: left;
  margin-left: 94px;
  padding: 20px 0px 2px 15px;
}
.__guarantee-card__body h2 {
  font-size: 20px;
  font-weight: 550;
  color: #333333;
  margin: 0 0 6px 0;
}
.__guarantee-card__body p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.__guarantee-card.__guarantee-card1 {
  background-color: #ccebfd;
}
.__guarantee-card.__guarantee-card1 .__guarantee-card__icon {
  background: #009cef;
}
.__guarantee-card.__guarantee-card2 {
  background-color: #d3ecf0;
}
.__guarantee-card.__guarantee-card2 .__guarantee-card__icon {
  background: #1c9fb1;
}
.__guarantee-card.__guarantee-card3 {
  background-color: #ffecce;
}
.__guarantee-card.__guarantee-card3 .__guarantee-card__icon {
  background: #f7a20b;
}
.__guarantee-card.__guarantee-card4 {
  background-color: #dcdfff;
}
.__guarantee-card.__guarantee-card4 .__guarantee-card__icon {
  background: #515dff;
}
.__team li {
  width: 50%;
  box-sizing: border-box;
  padding: 14px 30px;
  float: left;
  height: 140px;
}
.__team-card {
  width: 100%;
  overflow: hidden;
}
.__team-card__icon {
  width: 84px;
  float: left;
  height: 96px;
  margin-right: 15px;
}
.__team-card__icon img {
  display: block;
  margin: 0 auto;
}
.__team-card dl {
  float: left;
  width: 310px;
}
.__team-card dl dt {
  font-size: 24px;
  color: #333333;
  margin: 10px 0;
  font-weight: 550;
}
.__team-card dl dd {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}
.__page7 {
  padding: 73px 50px;
}
.__core-desc {
  text-align: center;
  font-size: 22px;
  color: #999999;
  line-height: 32px;
  margin-bottom: 45px;
}
.__core-list {
  border-bottom: 2px solid #c6eaff;
}
.__core-list:last-child {
  border: none;
}
.__core-list3 .__core-item {
  min-height: 150px;
}
.__core-list1 .__core-item {
  min-height: 170px;
}
.__core-list1 .__core-item h2 {
  padding: 7px 0 0 0;
}
.__core-item {
  float: left;
  width: 25%;
  min-height: 190px;
  text-align: center;
  border-right: 2px solid #c6eaff;
  box-sizing: border-box;
}
.__core-item:last-child {
  border: none;
}
.__core-item h2 {
  padding: 25px 0 0;
  font-size: 30px;
  font-weight: 550;
  color: #029cf1;
  margin: 0 0 15px 0;
}
.__core-item p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.__characteristic-item {
  padding: 18px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.__characteristic-item.__full {
  width: 100%;
  padding-bottom: 0;
}
.__characteristic-item.__full dl {
  width: 800px;
}
.__characteristic-card {
  height: 135px;
  border-radius: 10px;
}
.__characteristic-card .__characteristic-icon {
  width: 130px;
  float: left;
  height: 135px;
  text-align: center;
}
.__characteristic-card .__characteristic-icon img {
  width: 60px;
  margin: 38px 0;
}
.__characteristic-card dl {
  padding: 25px 0 0 0;
  float: left;
  width: 388px;
}
.__characteristic-card dl dt {
  font-size: 25px;
  font-weight: 550;
  margin-bottom: 10px;
}
.__characteristic-card dl dd {
  line-height: 24px;
  font-size: 15px;
}
.__characteristic-card.__characteristic-card1 {
  background-color: #e6f7ff;
  border: 1px solid #009cef;
}
.__characteristic-card.__characteristic-card1 .__characteristic-icon img {
  margin: 38px 0;
  width: 68px;
}
.__characteristic-card.__characteristic-card1 dl {
  color: #029cf1;
}
.__characteristic-card.__characteristic-card2 {
  background-color: #edeaff;
  border: 1px solid #aea0ff;
}
.__characteristic-card.__characteristic-card2 .__characteristic-icon img {
  margin: 39px 0;
  width: 58px;
}
.__characteristic-card.__characteristic-card2 dl {
  color: #6c55ff;
}
.__characteristic-card.__characteristic-card3 {
  background-color: #eafff0;
  border: 1px solid #a3e5b5;
}
.__characteristic-card.__characteristic-card3 .__characteristic-icon img {
  margin: 39px 0;
  width: 58px;
}
.__characteristic-card.__characteristic-card3 dl {
  color: #5dcc7b;
}
.__characteristic-card.__characteristic-card4 {
  background-color: #fff8de;
  border: 1px solid #eac956;
}
.__characteristic-card.__characteristic-card4 .__characteristic-icon img {
  margin: 39px 0;
  width: 58px;
}
.__characteristic-card.__characteristic-card4 dl {
  color: #eac956;
}
.__characteristic-card.__characteristic-card5 {
  background-color: #ffe9e1;
  border: 1px solid #fe8651;
}
.__characteristic-card.__characteristic-card5 .__characteristic-icon img {
  margin: 39px 0;
  width: 58px;
}
.__characteristic-card.__characteristic-card5 dl {
  color: #fe8651;
}
.__page8 {
  padding: 90px 50px 50px;
}
.__other-item {
  float: left;
  padding: 16px 24px;
  width: 50%;
  box-sizing: border-box;
}
.__other .__other-card {
  border: 1px solid #a9dfff;
  border-radius: 10px;
  padding: 0 15px;
  height: 137px;
  line-height: 137px;
  box-sizing: border-box;
}
.__other .__other-card .__other-icon,
.__other .__other-card dl {
  display: inline-block;
  vertical-align: middle;
}
.__other .__other-card .__other-icon {
  width: 88px;
}
.__other .__other-card .__other-icon img {
  display: block;
  border-radius: 10px;
}
.__other .__other-card dl {
  line-height: 1;
  width: 378px;
  margin-left: 15px;
}
.__other .__other-card dl dt {
  font-size: 22px;
  font-weight: 550;
  margin: 0 0 10px 0;
}
.__other .__other-card dl dd {
  line-height: 16px;
  line-height: 24px;
}
.__other .__other-card.__other-card1 dl dt {
  color: #ffa803;
}
.__other .__other-card.__other-card2 dl dt {
  color: #ff9964;
}
.__other .__other-card.__other-card3 dl dt {
  color: #36c44e;
}
.__other .__other-card.__other-card4 dl dt {
  color: #2ba4bf;
}
.__other .__other-card.__other-card5 dl dt {
  color: #8695fd;
}
.__service-item {
  height: 236px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #a9dfff;
}
.__service-item:last-child {
  border: none;
}
.__service-item__icon {
  width: 76px;
  margin: 0 auto;
  height: 106px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
.__service-item__icon img {
  display: block;
  margin: 0 auto;
}
.__service-item dl dt {
  font-size: 23px;
  color: #333;
  font-weight: 550;
  margin: 0 0 15px;
}
.__service-item dl dd {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.__footer {
  padding: 70px 0 55px;
  text-align: center;
}
.__footer-desc {
  color: #009cef;
  font-size: 40px;
  font-weight: 550;
  line-height: 70px;
}
.__footer-desc .__num {
  font-size: 50px;
}
.__tabbar {
  position: fixed;
  width: 100%;
  height: 95px;
  line-height: 95px;
  bottom: 0;
  left: 0;
  background-color: #009cef;
  text-align: center;
  font-size: 30px;
  font-weight: 550;
}
.__tabbar-item {
  display: block;
  color: #ffffff;
}
.__tabbar-item span,
.__tabbar-item img {
  display: inline-block;
  vertical-align: middle;
}
.__fixed-menu {
  position: fixed;
  z-index: 11115;
  right: 30px;
  top: 35%;
}
.__fixed-menu .__fixed-item {
  display: block;
  width: 200px;
  margin: 0 0 30px 0;
}
.__fixed-menu .__fixed-item img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1895px) {
    .vis{
        height: 156px;
    }
  .__navbar {
    padding: 15px 50px;
  }
  .__navbar .__logo {
    width: 260px;
  }
  .__navbar-in .__navbar-content {
    margin-left: 400px;
  }
  .__navbar-list {
    padding: 0 20px;
  }
  .__navbar-list .__navbar-item {
    padding: 0 10px;
    width: 11%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .__navbar-list .__navbar-item__link {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .__navbar-list .__navbar-item__link {
    font-size: 16px;
  }
  .__navbar-list .__navbar-item__link .__icon img {
    width: 25px;
    height: 21px;
  }
  .__navbar .__logo {
    width: 260px;
  }
  .__navbar-in .__navbar-content {
    margin-left: 360px;
  }
}
