body,
div,
p,
ul,
li,
dl,
dt,
dd,
header,
footer,
nav,
section,
input,
button,
span,
img,
h1,
h2,
h3,
h4,
h5,
span {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

* {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}


.page-index {
  padding-top:0px;
  visibility: visible;
}
.page-index .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.page-index .solution-block {
  background: #fff;
  padding: 0px 20px ;
  text-align: center;
}
.page-index .solution-block .content {
  width:100%;
  margin: 78px auto 0;
}
.page-index .solution-block .item {
  float: left;
  width: 25%;
  margin: 0;
  background: #fff;
  text-align:center;
}
.page-index .solution-block .item:hover .img img {
  transform: translateX(4px) translateY(-4px);
}
.page-index .solution-block .item:hover .img::before {
  transform: translateX(-4px) translateY(4px);
}
.page-index .solution-block .item .img {
  position: relative;
}
.page-index .solution-block .item .img img {
  width: 84px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-index .solution-block .item .img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 96px;
  height: 96px;
  margin-top: -54px;
  margin-left: -42px;
  background: url("../img/icon-bg-circle.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-index .solution-block .item .img.diamond-bg::before {
  background-image: url("../img/icon-bg-diamond.png");
}
.page-index .solution-block .item .img.rect-bg::before {
  background-image: url("../img/icon-bg-rect.png");
}
.page-index .solution-block .item .name {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding: 0 44px 0;
}
.page-index .solution-block .item .des {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  padding: 0 44px 0;
}
.page-index .about-block {
  background-size: cover;
  color: #fff;
  text-align: center;
}
.page-index .slide-bg1{
  background: url(../img/DituBg.c6158a5b.jpg) no-repeat 50%;
  background-size: cover;
}
.page-index .slide-bg2{
  background: url(../img/wosbg.bd878ab4.jpg) no-repeat center 0;
}
.page-index .slide-bg3{
background-color: #f7fbff;
}
.page-index .slide-bg4{
 background: url(../img/zixun-2.jpg) no-repeat 50%;
 background-size: cover;
}
.page-index .about-block h4 {
  font-size: 30px;
  line-height: 34px;
  color:#333333;
}
.page-index .about-block h5 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  font-weight: normal;
  color: #767e89;
}
.page-index .about-block ul {
  width: 100%;
  margin: 120px auto 0;
}
.page-index .about-block ul li {
  float: left;
  width: 25%;
  height:300px;
}
.page-index .about-block ul li .value {
  font-size: 24px;
}
.page-index .about-block ul li .value .count {
  font-size: 90px;
  line-height: 114px;
  font-family: DINCond-Black;
  font-weight: bold;
  color: #73a8e1;
}
.page-index .about-block ul li .value .count .plus {
  font-size: 55px;
  line-height: 1;
  vertical-align: top;
}
.page-index .about-block ul li .key {
  margin-top: 26px;
  font-size: 20px;
  line-height: 24px;
  font-family: PingFang SC;
  color: #d2d5ce;
}
.page-index .support-block {
  background: url("../img/bg-jszc@2x.jpg") no-repeat center 0;
  background-size: cover;
  padding-top: 78px;
  padding-bottom: 40px;
}
.page-index .support-block .content {
  width: 100%;
  margin: 47px auto 0;
}
.page-index .support-block .content li {
  float: left;
  width: 33.3333333333%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
.page-index .support-block .content li .wrap {
  height: 240px;
  margin: 0 auto;
  padding: 28px 30px;
  background: #fff;
  background-size: 100% 100%;
  color: #666;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-index .support-block .content li .wrap:hover {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -moz-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -o-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
}
.page-index .support-block .content li dt {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-index .support-block .content li dt img {
  height: 25px;
  margin-right: 12px;
  vertical-align: text-top;
}
.page-index .support-block .content li dd {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 33px;
}
.page-index .advantage-block {
  padding:0;
}
.page-index .advantage-block .content {
  width: 100%;
  margin: 58px auto 0;
}
.page-index .advantage-block .content li {
  float: left;
  width: 25%;
  text-align: center;
}
.page-index .advantage-block .content li .img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #3699ea;
  border-radius: 50%;
}
.page-index .advantage-block .content li .img img {
  max-width: 44px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  vertical-align: middle;
}
.page-index .advantage-block .content li:hover .img img {
  transform: scale(1.2, 1.2);
}
.page-index .advantage-block .content li .name {
  width: 100%;
  height: 56px;
  margin-top: 30px;
  padding-top: 31px;
  font-size: 20px;
  background: url("../img/icon-cpsyh.png") no-repeat center top;
  background-size: auto 46px;
}
.page-index .advantage-block .content li .desc {
  margin-top: 13px;
  font-size: 14px;
  color: #999999;
}
.page-index .news-block {
  background: #f7fafc;
  padding-bottom: 72px;
  padding-top: 78px;
}
.page-index .news-block .more-btn {
  display: block;
  max-width: 180px;
  font-size: 18px;
  color: #3eb2bf;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #3eb2bf;
  border-radius: 20px;
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
}
.page-index .news-block .more-btn img {
  vertical-align: text-top;
  width: 20px;
  margin-left: 6px;
}
.page-index .news-block .more-btn:hover {
  text-decoration: underline;
}
.page-index .news-block .content {
  width: 100%;
  margin: 47px auto 0;
}
.page-index .news-block .content li {
  float: left;
  width: 33.3333333333%;
}
.page-index .news-block .content li a {
  display: block;
  width: 406px;
  height: 390px;
  margin: 0 auto;
  background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.page-index .news-block .content li a:hover {
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -moz-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -o-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
}
.page-index .news-block .content li .img {
  width: 100%;
  height: 240px;
}
.page-index .news-block .content li .img img {
  width: 100%;
  height: 100%;
}
.page-index .news-block .content li .info {
  height: 150px;
  padding: 22px 30px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(43, 46, 40, 0.06);
}
.page-index .news-block .content li .info .news-title {
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  max-height: 72px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-index .news-block .content li .info .author {
  margin-top: 8px;
  font-size: 15px;
  color: #999999;
  line-height: 19px;
}
.page-index .news-block .more-btn {
  margin-top: 40px;
}
.app-tot-block {
  padding-bottom: 80px;
  background-image: url(../img/quanlingyu.png); 
  background-size: 100% auto; 
  padding-top: 70px;
}

.app-tot-block .more-btn {
  max-width: 180px;
  font-size: 16px;
  color: #81b9f4;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #81b9f4;
  border-radius: 20px;
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
  text-decoration:none;
}

.app-tot-block .more-btn img {
  vertical-align: text-top;
  width: 20px;
  margin-left: 6px;
}

.app-tot-block .more-btn:hover {
  text-decoration: none;
  color: #0071ef;
  background: #eaf0fc;
}

.app-tot-block .content {
  width: 100%;
  margin: 48px auto 0;
}

.app-tot-block .content ul {
  max-height: 1090px;
  overflow: hidden;
}

.app-tot-block .content #xcx-app-ul li {
  width:33.3333333333%;
  margin-bottom:23px;
  float:left;
}

.app-tot-block .content #xcx-app-ul li:nth-child(3n) {
  margin-right: 0;
}

.app-tot-block .content #xcx-app-ul li .wrap {
  padding: 20px;
  margin-right: 25px;
}

.app-tot-block .content #xcx-app-ul li .wrap .top .desc {
  font-size: 14px;
}

.app-tot-block .content #xcx-app-ul li .wrap .bottom {
  font-size: 14px;
}

.app-tot-block .content #xcx-app-ul li .wrap .bottom a {
  font-size: 14px;
  color: #999999;
}

.app-tot-block .content #xcx-app-ul li .wrap .bottom a img {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.app-tot-block .content li .wrap {
  width:96%;
  height: 250px;
  margin: 0 auto;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 5px 10px 0px whitesmoke;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.app-tot-block .content li .wrap:hover {
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  -webkit-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -moz-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  -o-box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
  box-shadow: 5px 5px 15px rgba(43, 46, 40, 0.06);
}

.app-tot-block .content li .wrap .top {
  padding-bottom: 9px;
  border-bottom: 1px solid #F2F2F2;
}

.app-tot-block .content li .wrap .top .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color:#333;
}

.app-tot-block .content li .wrap .top .desc {
  margin-top: 13px;
  height: 52px;
  font-size: 16px;
  line-height:20px;
  color: #808082;
}

.app-tot-block .content li .wrap .top .more {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
}

.app-tot-block .content li .wrap .top .more span {
  color: #81b9f4;
}

.app-tot-block .content li .wrap .bottom {
  padding: 15px 0 20px 0;
  line-height: 24px;
  color: #999;
}

.app-tot-block .content li .wrap .bottom a:hover span {
  text-decoration: underline;
}

.app-tot-block .content li .wrap .bottom a:last-child span {
  margin-right: 0;
}
.app-tot-block .content li .wrap .bottom span {
  margin-right: 25px; 
}
.ai-block{
 text-align:center;
 min-height:300px;
}
.ai-block .title{
  margin-top:15px;
}
.ai-block .sontitle{
 color: #808082;
 line-height:20px;
 font-size:16px;
}
.ai-block ul{
 margin-top:45px;
 padding:0 11%;
 overflow:hidden;
}
.ai-block li{
  width:25%;
  min-width:118px;
  text-align:center;
  float:left;
  display:inline;
}
.ai-block li img{
 width:80px;
}
.ai-block a{
 color: #0071ef;
 line-height:30px;
}
.pp-block{
 text-align:center;
}
.pp-block p{
 color:#767e89;
 font-size:16px;
}
.pp-block ul{
 margin-top:25px;
}
.pp-item{
   width: 16%;
   height: 66px;
   float:left;
   display:inline;
   margin-bottom: 24px;
   text-align:center;
}
.pp-item img{
     border:1px solid #f0f3fa;
	 border-radius: 4px;
    -webkit-box-shadow: 0 12px 48px 0 rgba(0,33,71,.05);
    box-shadow: 0 12px 48px 0 rgba(0,33,71,.05);
	background-color: #fff;
	width:82%;
	height: 66px;
}
.por-section-body{
  width:100%;
  height:60px;
  margin-top:20px;
}
.por-section-body .por-des,.por-section-body .por-tips{
  width:50%;
  text-align:right;
  float:left;
  display:inline;
  height:38px;
  font-weight:800;
}
.por-section-body .por-des{
  line-height:38px;
  font-size:20px;
}
.por-section-body .por-btn{
  text-align:center;
  display: block;
  height: 38px;
  width: 125px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height:38px;
  border-radius: 2px;
  color: #fff;
  background-color: #0071ef;
  margin-left:40px;
}

@media (max-width: 767px) {
    .app-tot-block .content #xcx-app-ul li {
        width:50%;
    }
	.page-index .solution-block .item {
	    width:50%;
	}
	.page-index .about-block ul li {
	   width:50%;
	}
	.page-index .advantage-block .content li{
	   width:50%;
	}
	.por-section-body .por-des{
     line-height:20px;
     font-size:16px;
   }	
   .pp-item{
	   width: 33%;
	}
	.ai-block li{
     width:50%;
   }
   .app-tot-block .content li .wrap .top .more {
	  display:none;
	}
	.app-tot-block .content li .wrap .bottom {
	  display:none;
	}
	.app-tot-block .content li .wrap {
	  height:auto;
	}
	.page-index .solution-block .item .name,.page-index .solution-block .item .des{
	  padding: 0 10px 0;
	}
	.page-index .solution-block {
	  padding:0;
	}
}
.wxDesc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.6);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index:2;
    width: 100%;
}
.wxDesc-items {
    color: #222;
    cursor: pointer;
    height: 94px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 25%;
}
.wxDesc-items:hover{
   background: hsla(0,0%,100%,.5);
}
.wxDesc .wxDesc-items .wxDesc-items-text {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.wxDesc .wxDesc-items .wxDesc-items-desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .9;
    text-align: center;
	color:#555;
	padding:0 20%;
}
.scroll-content{
    position: relative;
    margin: 30px auto;
    width:100%;
	padding-top:20px;
}
.scroll-content .shadow-right{
    right: 0;
    background: linear-gradient(270deg,#f7fbff,hsla(0,0%,100%,0));
}
.scroll-content .shadow-right,.scroll-content .shadow-left{
    position: absolute;
    height: 100%;
    width: 240px;
    z-index: 2;
}
.scroll-content .shadow-left{
    left: 0;
    background: linear-gradient(90deg,#f7fbff,rgba(247,251,255,0));
}
.scroll-content .scrollbottom,.scroll-content .scrolltop{
    position: relative;
    height: 180px;
    overflow: hidden;
    white-space: nowrap;
}
.scroll-content .scrolltop{
	margin-bottom: 28px;
}
.scroll-content li{display:inline;text-align:center;}
.scroll-img{
    opacity: 1;
    height: 180px;
	margin-right:20px;
}
@media (max-width: 767px) {
    .wxDesc{
        display:none;
    }

}
@media (max-width:991px) {
    .wxDesc .wxDesc-items .wxDesc-items-desc{
        display:none;
    }
	.page-index .solution-block .item .name,.page-index .solution-block .item .des{
	  padding: 0 10px 0;
	}
}
