@charset "utf-8";
.section {
  box-sizing: border-box;
}
/*行业解决方案模块*/
.section-header{ text-align:center}
.conten h3{
  font-size:34px;
  font-weight:400;
  color:rgba(39,48,69,1);
  line-height:48px;
  text-align: center;
}


.conten ul{
  width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom:50px
}
.conten ul li{
  float: left;

}
.conten .custom,
.conten .suit,
.conten .plan,
.conten .trait{
  padding: 60px 0;
}

.conten .traits ul li{
  margin-left: 58px;
  text-align: center;
  width:21%
}
.conten .trait ul li.one{
  margin-left: 0;
}
.conten .trait ul li img{
  width: 80px;
  height: 80px;
}

.conten .suit ul li h4,
.conten .trait ul li h4{
  font-size:24px;
  font-weight:400;
  color:rgba(39,48,69,1);
  line-height:34px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.conten .trait ul li p{
  font-size:16px;
  color:rgba(89,101,128,1);
  line-height:26px;
}
li {
  list-style: none;
}
.container{margin:auto;width:1120px;text-align: center;}
.container strong{font-size: 44px; font-weight: bold; }
.p30{padding-top:70px; }
/* CSS Document */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.sq-btn {
  border-radius: 2px;
  background-color: #0067ed;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sq-btn:hover {
  background-color: #197dff;
}
.sq-btn:active {
  background-color: #0056c7;
}
.solution-top {
  background-color: #0067ed;
}
.solution-top-cover {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
  padding-top: 120px;
}
.solution-top-cover .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: showBanner .5s linear 1;
          animation: showBanner .5s linear 1;
}
.solution-content {
  width: 1140px;
  margin: auto
}
.solution-top-cover .top-summary {
  position: relative;
  width: 320px !important;
  background: #fff;
  padding: 60px;
  text-align: left;
}
.solution-top-cover .top-summary h2 {
  margin: 0;
  font-size: 24px;
}
.solution-top-cover .top-summary strong {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #0067ed;
  margin: 18px 0 26px;
}
.solution-top-cover .top-summary p {
  line-height: 28px;
  margin-bottom: 50px;
}
.solution-top-cover .top-summary .sq-btn {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.solution-top-content {
  padding-top:120px;
  text-align: center;
  color: #fff;
}
.solution-top-content strong {
  font-size: 44px;
  font-weight: bold;
}
.solution-top-content p {
  margin: 30px auto;
  font-weight: 300;
  line-height: 1.8;
}


.solution-top {
  padding-bottom: 30px;
}
.solution-content {
  margin-bottom: 0px;
}
.solution-top-cover > .banner-img {
  background-image: url(../images/space.jpg);
}


.business{padding-top:1.2631%;padding-bottom:5.2631%}

.business .business-list{margin-top:4.417%}
.business .business-list ul{margin-left:-15px;margin-right:-15px}
.business .business-list li{width:30.3333%;float:left;text-align:center;height:400px;display:table;padding-left:15px;padding-right:15px}
.business .business-list li .warp{display:table-cell;vertical-align:middle;border-radius:6px;padding-left:35px;padding-right:35px;position:relative;top:0;transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease}
.business .business-list li .business-tit{font-size:20px;color:#333;line-height:1;margin-top:50px;margin-bottom:15px}
.business .business-list li .business-txt{font-size:16px;color:#666;line-height:2;min-height:128px}
.business .business-list li:hover .warp{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-2px,0);top:-2px}

.business-icon{ margin-top:40px; margin-bottom:40px}

.business .business-list2 li .warp{display:table-cell;vertical-align:middle;border:1px solid #eee;border-radius:6px;padding-left:35px;padding-right:35px;position:relative;top:0;background:#fff;transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease}



@-webkit-keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes UpCloud {
from {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: .5;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
@keyframes UpCloud {
from {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: .5;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
 .UpCloud {
  -webkit-animation: UpCloud 2s infinite alternate;
          animation: UpCloud 2s infinite alternate;
}
 .slideInUp {
  -webkit-animation: slideInUp 1s forwards;
          animation: slideInUp 1s forwards;
}
 .fadeIn {
  -webkit-animation: fadeIn 1s 1s forwards;
          animation: fadeIn 1s 1s forwards;
}
 .fadeInDown {
  -webkit-animation: fadeInDown 1s 1.5s forwards;
          animation: fadeInDown 1s 1.5s forwards;
}
 .p-deploy .fadeIn {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
 .p-deploy .fadeInDown {
  -webkit-animation: fadeInDown 1s .5s forwards;
          animation: fadeInDown 1s .5s forwards;
}

.customer{padding-top:30px}
.customer h2{margin:0;font-size:36px;text-align:center;line-height:32px;color:#545d69;}
.customer ul.customer-ul{padding:0;list-style-type:none;list-style-position:inside;width:1000px;position:relative;height:390px;margin:80px auto auto}
.customer ul.customer-ul:after{height:1px}
.customer ul.customer-ul li{width:610px;height:390px;border:1px solid #ecf0f0;background-color:#fff;position:absolute;cursor:pointer;transition:opacity .3s ease-in-out,transform .3s ease-in-out,left .3s ease-in-out,margin-left .3s ease-in-out;box-shadow:0 0 15px 0 rgba(200,212,212,.75)}
.customer ul.customer-ul li .image-outer{width:233px;text-align:center;margin:auto}
.customer ul.customer-ul li .image-outer img.img-logo{width:100%;margin-top:50px}
.customer ul.customer-ul li p.sign-outer{color:#7b8390;text-align:right;font-size:14px;position:relative;z-index:10;margin-right:50px}
.customer ul.customer-ul li p.sign-outer img{vertical-align:bottom;height:22px}
.customer ul.customer-ul li p.desc{color:#7b8390;line-height:30px;position:relative;font-size:14px;z-index:11;margin:60px 50px 35px}
.customer ul.customer-ul li .img-lq{width:86px;height:66px;position:absolute;left:30px;top:36px}
.customer ul.customer-ul li .img-rq{width:86px;height:66px;position:absolute;right:30px;bottom:36px}
.customer ul.customer-ul li.index_1{left:0;z-index:50;transform:scale(.8,.8);opacity:.5;margin-left:0}
.customer ul.customer-ul li.index_2{z-index:105;left:50%;margin-left:-305px;opacity:1}
.customer ul.customer-ul li.index_3{left:40%;margin-left:0;z-index:50;opacity:.5;transform:scale(.8,.8)}
.customer ul.dot-outer-ul{height:44px;width:100px;margin:25px auto}
.customer ul.dot-outer-ul li{width:12px;height:12px;float:left;border-radius:50%;margin-top:11px;margin-left:12px;cursor:pointer;background-color:#c7cbd1}
.customer ul.dot-outer-ul li.active{background-color:#1558FF}
.customer-more{min-width:1000px;max-width:1000px;width:1000px;height:230px;margin:0 auto;overflow:hidden}
.customer-more.show{opacity:1}
.customer-more .grid-cell{width:160px;height:80px;cursor:pointer;float:left;background-image:url(../../images/yunzongji/more_logo.png)}
.customer-more .grid-cell[data-row="0"]{background-position-y:0}
.customer-more .grid-cell[data-row="0"]:hover{background-position-y:-240px}
.customer-more .grid-cell[data-row="1"]{background-position-y:-80px}
.customer-more .grid-cell[data-row="1"]:hover{background-position-y:-320px}
.customer-more .grid-cell[data-row="2"]{background-position-y:-160px}
.customer-more .grid-cell[data-row="2"]:hover{background-position-y:-400px}
.customer-more .grid-cell[data-row="3"]{background-position-y:-240px}
.customer-more .grid-cell[data-row="3"]:hover{background-position-y:-480px}
.customer-more .grid-cell[data-col="0"]{background-position-x:0}
.customer-more .grid-cell[data-col="1"]{background-position-x:-160px}
.customer-more .grid-cell[data-col="2"]{background-position-x:-320px}
.customer-more .grid-cell[data-col="3"]{background-position-x:-480px}
.customer-more .grid-cell[data-col="4"]{background-position-x:-640px}
.customer-more .grid-cell[data-col="5"]{background-position-x:-800px}
.customer-more:after{height:1px}

/*企业*/
.index_evaluate{
	width:100%;
	height:650px;
	background:url(../images/kefu.png) 50% 0 #FDFDFD no-repeat;
	float:left;
	padding-top:50px
}
.index_evaluate .index_tit{
	width:100%;
	text-align:center;
	height:213px;
	line-height:213px;
	color:#333;
	font-size:36px;
	font-weight:500;
	margin-top:10px;
	float:left;
}
.index_evaluate .evaluate_nav_cont{
	width:1154px;
	margin:0 auto;
}
.index_evaluate .evaluate_nav{
	width:1154px;
	height:187px;
	float:left;
	border-bottom:2px solid #efefef;
}
.index_evaluate .evaluate_nav li{
	width:110px;
	padding:0 22px;
	margin-right:46px;
	float:left;
}
.index_evaluate .evaluate_last{
	margin-right:0!important;
}
.index_evaluate .evaluate_nav .current_nav, .index_evaluate .evaluate_nav li:hover{
	border-bottom:2px solid #467BFF;
}
.index_evaluate .evaluate_nav .current_nav .icon_name{
	color:#467BFF;
}
.index_evaluate .evaluate_nav li i{
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
}
.index_evaluate .evaluate_nav li .icon_a{
	background:url(../images/index_icon.png) -20px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_b{
	background:url(../images/index_icon.png) -137px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_c{
	background:url(../images/index_icon.png) -256px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_d{
	background:url(../images/index_icon.png) -373px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_e{
	background:url(../images/index_icon.png) -490px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_f{
	background:url(../images/index_icon.png) -607px 0px no-repeat;
}
.index_evaluate .evaluate_nav li .icon_name{
	width:111px;
	height:76px;
	line-height:76px;
	text-align:center;
	font-size:16px;
	color:#333;
	float:left;
}
.index_evaluate .evaluate_cont{
	width:100%;
	margin-top:0px;
	float:left;
}
.index_evaluate .evaluate_cont .evaluate_p{
	width:100%;
	text-align:Center;
	line-height:36px;
	color:#666666;
	font-size:16px;
	float:left;
	display:none;
}

.index_sever{
	width:100%;
	height:305px;
	background:url(../images/index/index_bg3.png) 50% 0 #656565 no-repeat;
	float:left;
}