html,
body {
  overflow-x: hidden;
}
div {
  box-sizing: border-box;
}
.wp {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
}

#hd {
  height: 68px;
  background: #0571ff;
  position: relative;
  z-index: 11;
}
.hd-logo {
  height: 100%;
  line-height: 68px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.hd-logo img {
  vertical-align: middle;
  
  height: 50px;
}
.hd-nav {
  margin-left: 9.3%;
}
.hd-nav ul li {
  float: left;
  margin: 0 20px;
}
.hd-nav ul li h3 a {
  display: block;
  line-height: 68px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hd-nav ul li h3 a::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hd-nav ul li.on h3 a::after {
  background: #00ff66;
  -webkit-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (min-width: 1366px) {
  .hd-nav ul li h3 a:hover::after {
    background: #00ff66;
    -webkit-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
.hd-nav ul li .subnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  text-align: center;
  display: none;
}
.hd-nav ul li .sub-inner {
  
  
  display: flex;
  margin: 0 auto;
}
.hd-nav ul li .sub-inner div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hd-nav ul li .sub-inner a {
  float: left;
  line-height: 24px;
  display: inline-block;
  margin: 5px 20px;
}
.hd-bar h3 {
  float: left;
  font-size: 14px;
  line-height: 20px;
  border-right: 1px solid #fff;
  margin: 24px 0 0 0;
  padding-right: 49px;
  color: #fff;
}
.hd-bar .hd-user {
  padding: 19px 40px 0;
  height: 68px;
  position: relative;
}
.hd-bar .hd-user .photo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}
.hd-bar .hd-user .photo img {
  width: 100%;
  height: 100%;
}
.hd-bar .hd-user .dropdown {
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  display: none;
}
.hd-bar .hd-user .dropdown ul li a {
  display: block;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hd-bar .hd-user .dropdown ul li a:hover {
  color: #fff;
  transition: 0.4s ease;
}
.hd-bar .hd-user .dropdown .signout {
  display: block;
  line-height: 38px;
  color: #fff;
}

#ft {
  background: #222c3a;
}
#ft .ft-infos {
  padding: 32px 0;
}
#ft .ft-infos .hot-line {
  color: #fff;
  line-height: 30px;
}
#ft .ft-infos .hot-line h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#ft .ft-infos .hot-line h4 img {
  vertical-align: top;
  margin: 0 10px 0 0;
}
#ft .ft-infos .hot-line h3 {
  font-size: 22px;
  letter-spacing: 1px;
}
#ft .ft-infos dl {
  float: left;
  margin-left: 80px;
}
#ft .ft-infos dl dt {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 24px;
}
#ft .ft-infos dl dd {
  font-size: 12px;
  line-height: 28px;
  color: #ccc;
}
#ft .ft-infos dl dd a {
  color: #ccc;
}
#ft .ft-infos dl dd a:hover {
  color: #fff;
}
#ft .ft-infos .erweima li {
  float: left;
  margin-left: 46px;
  text-align: center;
}
#ft .ft-infos .erweima li img {
}
#ft .ft-infos .erweima li p {
  line-height: 24px;
  color: #fff;
  margin-top: 14px;
  font-size: 13px;
}
#ft .copyright {
  border-top: 1px solid rgba(216, 216, 216, 0.1);
  padding: 10px 20px;
}
#ft .copyright p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #888;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 97;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar a {
  display: block;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.sidebar .phone-btn {
  background-image: url('../image/icon1.png');
  background-size: 100% 100%;
}
.sidebar .phone-btn:hover {
  background: #0066ff url('../image/icon1-on.png');
  background-size: 100% 100%;
  border-color: #0066ff;
}
.sidebar .wechat-btn {
  background-image: url('../image/icon2.png');
  background-size: 100% 100%;
}
.sidebar .wechat-btn:hover {
  background: #0066ff url('../image/icon2-on.png');
  background-size: 100% 100%;
  border-color: #0066ff;
}
.sidebar .backtop {
  background-image: url('../image/icon3.png');
  background-size: 100% 100%;
  margin-top: 36px;
  transform: translateX(200%);
  transition: 0.4s;
}
.sidebar .backtop:hover {
  background: #0066ff url('../image/icon3-on.png');
  background-size: 100% 100%;
  border-color: #0066ff;
}
.sidebar .backtop.backtop-show {
  transform: translateX(0);
  transition: 0.4s;
}
.sidebar .side-inner {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sidebar .side-inner::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-color: #d7d7d7 #d7d7d7 #fff #fff;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.sidebar .side-phone {
  position: relative;
}
.sidebar .side-phone .phone-num {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  display: none;
}
.sidebar .side-phone .phone-num span {
  display: block;
  line-height: 56px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
.sidebar .side-phone:hover .phone-num {
  display: block;
}
.sidebar .side-erweima {
  position: relative;
  margin-top: 20px;
}
.sidebar .side-erweima .erweima {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  display: none;
}
.sidebar .side-erweima:hover .erweima {
  display: block;
}

@media screen and (max-width: 1280px) {
  .hd-nav {
    margin-left: 5%;
  }
  .hd-nav ul li .sub-inner {
    
  }
  .hd-nav ul li {
    margin: 0 12px;
  }
  .hd-bar h3 {
    padding-right: 20px;
  }
  .hd-bar .hd-user {
    padding: 19px 20px 0;
  }

  #ft .ft-infos dl {
    margin-left: 3%;
    max-width: 200px;
  }
  #ft .ft-infos .erweima li {
    margin-left: 24px;
  }
  #ft .ft-infos .erweima li img {
    width: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .hd-nav {
    margin-left: 3%;
  }
  .hd-nav ul li {
    margin: 0 10px;
  }
  .hd-nav ul li .sub-inner {
    max-width: 94%;
  }
  .hd-bar h3 {
    padding-right: 10px;
  }
  .hd-bar .hd-user {
    padding: 19px 8px 0;
  }
}


#banner {
  height: 500px;
  width: 100%;
}
#banner .wp {
  height: 100%;
  position: relative;
}
#banner .text {
  float: left;
  width: 50%;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .text h2 {
  font-size: 36px;
  line-height: 50px;
}
#banner .text p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 23px;
}
#banner .text a {
  display: block;
  vertical-align: top;
  margin-top: 46px;
  width: 201px;
  line-height: 34px;
  background: #74ff00;
  border-radius: 4px;
  text-align: center;
}
#banner .img {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#banner .img img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: url('../image/hexagon.png');
  background-size: 100% 100%;
}

.title {
  text-align: center;
  margin-bottom: 90px;
}
.title h3 span {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 28px;
  color: #0d1a26;
  position: relative;
}
.title h3 span::before,
.title h3 span::after {
  display: inline-block;
  content: '';
  width: 188px;
  height: 1px;
  background: #adbac6;
  position: absolute;
  top: 50%;
}
.title h3 span::before {
  left: -236px;
}
.title h3 span::after {
  right: -236px;
}
.title p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 22px;
  color: #314659;
}
.title.white h3 span {
  color: #fff;
}
.title.white h3 ::before,
.title.white h3 ::after {
  background: #fff;
}
.title.white p {
  color: #fff;
}

.index-sec1 {
  padding: 86px 0 130px;
}
.index-sec1 ul {
  margin: 0 -14px;
}
.index-sec1 ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 14px;
}
.index-sec1 .item-box {
  padding: 70px 20px 31px;
  background: #f6f8fa;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
}
.index-sec1 .item-box .inner-wp {
  transition: 0.4s;
}
.index-sec1 .item-box span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 26px;
  position: relative;
}
.index-sec1 .item-box span img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index-sec1 .item-box span .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-sec1 .item-box p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.index-sec1 .item-box a {
  display: block;
  display: block;
  width: 90px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 22px auto 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.4s ease in;
}
.index-sec1 .item-box:hover {
  background: #375eee;
  transition: 0.4s;
}
.index-sec1 .item-box:hover .inner-wp {
  transition: 0.4s;
  transform: translateY(-30px);
}
.index-sec1 .item-box:hover span .img {
  opacity: 0;
  transition: 0.4s;
}
.index-sec1 .item-box:hover span .img-hover {
  opacity: 1;
  transition: 0.4s;
}
.index-sec1 .item-box:hover p {
  color: #fff;
  transition: 0.4s;
}
.index-sec1 .item-box:hover a {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease in;
}

.index-sec2 {
  padding: 72px 0 32px;
  background: #f6f8fa;
}
.index-sec2 ul li {
  float: left;
  width: 25%;
  margin-bottom: 88px;
  text-align: center;
}
.index-sec2 ul li a {
  display: block;
}
.index-sec2 ul li span {
  display: block;
  width: 102px;
  height: 102px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 40px;
  transition: 0.4s ease-in-out;
}
.index-sec2 ul li span img {
  width: 100%;
  height: 100%;
}
.index-sec2 ul li h4 {
  font-size: 18px;
  line-height: 25px;
}
.index-sec2 ul li p {
  color: #385064;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  max-width: 188px;
  margin: 8px auto 0;
}
.index-sec2 ul li:hover h4 {
  color: #0066ff;
  transition: 0.4s;
}
.index-sec2 ul li:hover p {
  color: #0066ff;
  transition: 0.4s;
}
.index-sec2 ul li:hover span {
  transition: 0.4s ease-in-out;
  transform: translateY(-10px);
}

.index-sec3 {
  background: #396cef url('../image/pattern.png');
  background-size: 100% 100%;
  padding: 86px 0 124px;
}
.index-sec3 .item-swiper {
  margin: 0 -15px;
  position: relative;
}
.index-sec3 .item-swiper .swiper-slide {
  padding: 0 15px;
}
.index-sec3 .item-swiper .item-box {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  filter: grayscale(100%);
}
.index-sec3 .item-swiper .item-box .img {
  overflow: hidden;
}
.index-sec3 .item-swiper .item-box .img span {
  display: block;
  height: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.index-sec3 .item-swiper .item-box .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index-sec3 .item-swiper .item-box .text {
  padding: 20px 40px;
  background: #fff;
  text-align: center;
}
.index-sec3 .item-swiper .item-box .text h4 {
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
}
.index-sec3 .item-swiper .item-box .text p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #385064;
  height: 36px;
  overflow: hidden;
}
.index-sec3 .item-swiper .item-box .text .links {
  margin-top: 16px;
}
.index-sec3 .item-swiper .item-box .text .links span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 14px;
}
.index-sec3 .item-swiper .item-box:hover {
  filter: grayscale(0%);
  transition: 0.4s;
}
.index-sec3 .item-swiper .item-box:hover .img img {
  transition: 0.4s;
  transform: scale(1.1);
}
.index-sec3 .item-swiper .swiper-button-prev,
.index-sec3 .item-swiper .swiper-button-next {
  width: 24px;
  height: 36px;
  margin-top: -18px;
  outline: none;
}
.index-sec3 .item-swiper .swiper-button-prev {
  background: url('../image/prev.png');
  background-size: 100% 100%;
  left: -40px;
}
.index-sec3 .item-swiper .swiper-button-next {
  background: url('../image/next.png');
  background-size: 100% 100%;
  right: -40px;
}

.index-sec4 {
  padding: 97px 0 100px;
}
.index-sec4 .title {
  margin-bottom: 60px;
}
.index-sec4 ul li {
  float: left;
  width: 25%;
}
.index-sec4 ul li a {
  display: table-cell;
  width: 300px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}
.index-sec4 ul li a img {
  max-height: 90%;
  max-width: 90%;
}

@media screen and (max-width: 1320px) {
  .index-sec3 .item-swiper .swiper-button-prev {
    left: 0px;
  }
  .index-sec3 .item-swiper .swiper-button-next {
    right: 0px;
  }
}


.page-banner {
  height: 260px;
  background: url('../image/download-banner.jpg') center 0;
  position: relative;
}
.page-banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.page-banner .text h1 {
  font-size: 68px;
  line-height: 95px;
}
.page-banner .text h5 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 11px;
}


.solution .sol-wp {
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
}
.solution .sol-wp .img {
  text-align: center;
}
.solution .sol-wp .img img {
  max-width: 100%;
}

.solution .sol-sec1 {
  background: #f6f8fa; 
}
.solution .sol-sec2 {
  
}
.solution .sol-sec3 {
  
  background: url('../image/sol-bg3.png');
  background-size: 100% 100%;
}
.solution .sol-sec4 {
  
}


.download {
  padding: 30px 0 129px;
}
.download ul li {
  padding: 16px 230px 14px 16px;
  background: #fff;
  position: relative;
}
.download ul li .text h4 {
  font-size: 18px;
  line-height: 25px;
  color: #0d1a26;
  margin-bottom: 14px;
}
.download ul li .text p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 7px;
  color: #555;
}
.download ul li .text h5 {
  font-size: 12px;
  line-height: 17px;
  color: #314659;
}
.download ul li .btns {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
}
.download ul li .btns a {
  float: left;
}
.download ul li .btns a.see-btn {
  color: #0066ff;
  line-height: 22px;
  margin: 14px 20px 0 0;
}
.download ul li .btns a.download-btn {
  line-height: 50px;
  padding: 0 25px;
  background: #0066ff;
  border-radius: 4px;
  color: #fff;
}
.download ul li:hover {
  box-shadow: 0px 5px 12px 1px rgba(105, 105, 105, 0.12);
  z-index: 11;
}