/* 
* @Author: Administrator
* @Date:   2018-01-30 16:25:25
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-13 10:42:39
*/
.ico-index{
  width:32px;
  height:27px;
  background:url(../images/ico/ico_index.png) 0 0 no-repeat;
  margin:-5px 0px 0 0;
}
.ico-service{
  width:35px;
  height:32px;
  background:url(../images/ico/ico_service.png) 0 0 no-repeat;
  margin:-5px 0px 0 0;
}
.ico-demo{
  width:34px;
  height:32px;
  background:url(../images/ico/ico_demo.png) 0 0 no-repeat;
}
.header-top{
	height:47px;
	line-height:47px;
	text-align: right;
	color:#ffffff;
	background: #415052;
}
.header{
	padding:15px 0;
}
.header .logo{
	display: inline-block;
	width:310px;
	height:78px;
	background:url(../images/ico/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.header .nav-list{
	padding:12px 0;
}
.header .nav-list li{
	float:left;
}
.header .nav-list li a{
	display: inline-block;
	width:125px;
	height:54px;
	line-height:54px;
	text-align: center;
	font-size: 18px;
	color:#5d5d5d;
	margin:0 5px;
}
.header .nav-list li a:hover{
	background: #eaeaea;
}
.header .nav-list li.cur a {
	color:#ffffff;
	background: #20b8d3;
}
.header .nav-list li.cur a .ico-index{
	background:url(../images/ico/ico_index_white.png) 0 0 no-repeat;
}
.header .nav-list li.cur a .ico-service{
	background:url(../images/ico/ico_service_white.png) 0 0 no-repeat;
}
.header .nav-list li.cur a .ico-demo{
	background:url(../images/ico/ico_demo_white.png) 0 0 no-repeat;
}
.banner{
    position: relative;
}
.number-list{
	padding:0;
    position: absolute;
    bottom:25px;
    left:0;
    width:100%;
    text-align: center;
}
.number-list li {
    display: inline-block;
    width:45px;
    height:5px;
    text-align:center;
    font-size: 12px;
    background: #d2d2d2;
    margin:0 5px;
    cursor: pointer;
}
.number-list li.cur{
	background: #20b8d3;
}
.banner-img{
    width:100%;
    overflow: hidden
}
.banner-img .banner-list{
    width:400%;
    position: relative;
    top:0;
    left:0;
}
.banner-list li{
    width:25%;
    float:left;
}
.banner-list li a{
    display: inline-block;
    width:100%;
    height:auto;
}
.block-title{
	text-align: center;
	margin-bottom:50px;
}
.block-title h3{
	color:#5d5d5d;
	font-size: 24px;
}
.block-title .title-txt{
	display: inline-block;
	color:#5d5d5d;
	font-size: 16px;
	padding-top:15px;
}
.ebox{
	padding:60px 0;
	text-align: center;
}
.ebox:nth-child(2n) {
	background: #f5f5f5;
}
/*服务项目*/
.project-service .project-list{
	margin-left:-10%;
}
.project-list li{
	float:left;
	width:23.33%;
	text-align: center;
	margin-left:10%;
}
.project-list li .project-class{
	padding-top:70px;
	background: url(../images/ico/project_img.png) top center no-repeat;
}
.project-class span{
	color:#5d5d5d;
	font-size: 20px;
}
.project-class p{
	line-height:26px;
	color:#5d5d5d;
	font-size: 16px;
}
/*案例展示*/
.demo-show .demo-banner .demo-banner-img{
	overflow: hidden;
	position: relative;
}
.demo-show .demo-banner .demo-banner-list{
	width:200%;
	position: relative;
	top:0;
	left:0;
}
.demo-show .demo-banner .demo-banner-list li{
	float:left;
	width:12.5%;
	position: relative;
}
.demo-banner-list li .mask{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
}
.demo-banner-list li .bg{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,.3);
}
.demo-banner-list li .content{
	position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.demo-banner-list li .content .item-img-panel{
	width:248px;
	height:88px;
	position: relative;
	margin:0 auto;
}
.demo-banner-list li .content .item-img-panel .item-img,
.demo-banner-list li .content .item-img-panel .item-img-hover{
	position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 100%;
}
.demo-banner-list li .content .item-title {
	color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.demo-banner-list li .content .item-desc{
	font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0 23px;
    line-height: 24px;
    height: 72px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.demo-banner-list li .content .item-link{
	display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.demo-banner-list li:hover .bg{
	background:rgba(32,184,211,.8);
}
.demo-banner-list li:hover .content{
	top: 30px;
}
.demo-banner-list li:hover .item-desc,
.demo-banner-list li:hover .item-link{
	opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(1));
}
.demo-banner-img .arrow-left, 
.demo-banner-img .arrow-right {
	display: none;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0px;
    margin-top: -25px;
    cursor: pointer;
}
.demo-banner-img .arrow-left {
    background: rgba(0,0,0,.2) url(../images/ico/arrow_left.png) center center no-repeat;
}
.demo-banner-img .arrow-right {
	left:auto;
	right:0;
    background: rgba(0,0,0,.2) url(../images/ico/arrow_right.png) center center no-repeat;
}
/*服务流程*/
.process-block{
	padding-top:50px;
	overflow: hidden;
}
.service-process{
	width:100%;
	height:215px;
	background:url(../images/index/service_process_bg.png) 0 0 no-repeat;
	background-size:100% 100%;
	position: relative;
	top:0;
	left:-100%;
	transition:all 2s 1s;
	-webkit-transition:all 2s 1s;
	-moz-transition:all 2s 1s;
}
.service-process.cur{
	left:0;
}
.process-con{
	width:100px;
	height:100px;
	background:#ffffff;
	box-shadow: 0 0 20px 0px rgba(74,227,248,0.4);
	border-radius: 50%;
	position: absolute;
	transform: translateY(250px);
}
.process-txt{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	width:70px;
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-justify-content: center;
	-moz-align-items: center;
	font-weight: bold;
	color:#5d5d5d;
	background:#ffffff;
	box-shadow: 0 0 20px 0px rgba(74,227,248,0.4);
	border-radius: 50%;
}
.process-con.process-one{
	top:75px;
	left:21%;
	transition:all 2s 3.5s;
}
.process-con.process-two{
	top:-16px;
	left:45.5%;
	transition:all 2s 3s;
}
.process-con.process-three{
	top:90px;
	left:68.5%;
	transition:all 2s 4.5s;
}
.process-con.cur{
	transform: translateY(0px);
}
.circle{
	position:absolute;
	width:100px;
	height:100px;
	transform: translateY(-280px);
}
.circle.circle-one{
 	top:0px;
	left:29%;
	transition:all 2s 3.5s;
}
.circle.circle-two{
 	top:-40px;
	left:37%;
	transition:all 2s 4s;
}
.circle-three{
	top:112px;
	left:28%;
	transition:all 2s 3s;
}
.circle-four{
	top:62px;
	left:35%;
	transition:all 2s 4.5s;
}
.circle-five{
	top:-36px;
	left:53%;
	transition:all 2s 3.5s;
}
.circle-six{
	top:10px;
	left:62%;
	transition:all 2s 3s;
}
.circle-seven {
	top:100px;
	left:56%;
	transition:all 2s 4.5s;
}
.circle-eight{
	top:123px;
	left:76%;
	transition:all 2s 4s;
}
.circle.cur{
	transform: translateY(0px);
}
.circle div {
    position:absolute;
    top:50%;
    left:50%;
    border: 1px solid #c1c1c1;
    width:100px;
    height:100px;
    margin-left:-50px;
    margin-top:-50px;
    opacity:1;
    border-radius:90px;
    animation:1.2s linear infinite;
    -webkit-animation:1.2s linear infinite;
    -moz-animation:1.2s linear infinite;
 }
.circle div.c1 {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	opacity:1;
	border-radius:50%;
	color:#5d5d5d;
	font-size:12px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-justify-content: center;
	-moz-align-items: center;
 }
.circle div.c2 {
	animation:c2 4s linear infinite .6s;
	-webkit-animation:c2 4s linear infinite .6s;
	-moz-animation:c2 4s linear infinite .6s;
}
.circle div.c3 {
	animation:c2 4s linear infinite 1.2s;
	-webkit-animation:c2 4s linear infinite 1.2s;
	-moz-animation:c2 4s linear infinite 1.2s;
}
@-webkit-keyframes c2 {
     0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1;
     }
     25% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.6;
     }
     50% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:0;
     }
     100% {
         opacity:0;
     }
}
@-moz-keyframes c2 {
     0% {
         -webkit-transform:scale(.222);
         -ms-transform:scale(.222);
         -moz-transform:scale(.222);
         -o-transform:scale(.222);
         transform:scale(.222);
         opacity:1;
     }
     25% {
         -webkit-transform:scale(.622);
         -ms-transform:scale(.622);
         -moz-transform:scale(.622);
         -o-transform:scale(.622);
         transform:scale(.622);
         opacity:.6;
     }
     50% {
         -webkit-transform:scale(1);
         -ms-transform:scale(1);
         -moz-transform:scale(1);
         -o-transform:scale(1);
         transform:scale(1);
         opacity:0;
     }
     100% {
         opacity:0;
     }
}
@keyframes c2 {
     0% {
         -webkit-transform:scale(.222);
         -ms-transform:scale(.222);
         -moz-transform:scale(.222);
         -o-transform:scale(.222);
         transform:scale(.222);
         opacity:1;
     }
     25% {
         -webkit-transform:scale(.622);
         -ms-transform:scale(.622);
         -moz-transform:scale(.622);
         -o-transform:scale(.622);
         transform:scale(.622);
         opacity:.6;
     }
     50% {
         -webkit-transform:scale(1);
         -ms-transform:scale(1);
         -moz-transform:scale(1);
         -o-transform:scale(1);
         transform:scale(1);
         opacity:0;
     }
     100% {
         opacity:0;
     }
}
/*关于我们*/
.ebox.ebox-baout{
	width:100%;
	height:auto;
	background: url(../images/index/about_bg.png) 0 0 no-repeat;
}
.about-us .fl-left{
	width:497px;
}
.about-us .fl-left p{
	line-height:30px;
	text-align: left;
	text-indent: 2em;
	color:#5d5d5d;
	font-size: 14px;
}
.about-us .fl-right{
	width:645px;
	height:310px;
	position: relative;
}
.about-us .fl-right img{
	position: absolute;
	top:0;
	left:0;
}
/*联系我们*/
.contact-us .fl-left{
	width:866px;
}
.contact-us .fl-right{
	width:255px;
	text-align: left;
	color: #5d5d5d;
    font-size: 14px;
}
.contact-us .company-name{
	margin-bottom:15px;
}
.contact-us .info-list{
	line-height:25px;
}
.contact-us .info-list .info-left{
	float:left;
	width:50px;
}
.contact-us .info-list .info-right{
	margin-left:50px;
}
/*底部 start*/
.foot-wrap{
	background:#415052;
}
.foot-wrap .footer-link-list{
	padding:55px 0 25px;
}
.footer-link-list .fl-left{
	width:400px;
}
.footer-link-list .link-list dt{
	font-size: 16px;
	color:#ffffff;
	margin-bottom:22px;
}
.footer-link-list .link-list dd a{
	line-height:24px;
	font-size:14px;
	color:#b1b5b6;
}
.footer-link-list .company-relevant li{
	float:left;
	padding:0 85px;
}
.foot-wrap .foot-record{
	height:60px;
	line-height:60px;
	text-align: center;
	color:#b1b5b6;
	font-size: 14px;
	border-top:1px solid #677375;
}
.foot-wrap .foot-record .record-num{
	color: #b1b5b6;
    font-size: 14px;
}
.foot-wrap .foot-record .record-num img {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-top: -6px;
}
/*底部 end*/
/*服务流程 start*/
.service-page{
	padding-top:68px;
}
.service-page .service-list{
	margin-left:-110px;
}
.service-page .service-list li{
	float:left;
	min-height:360px;
	width:545px;
	margin-left:110px;
}
.service-class{
	padding-left:83px;
	position: relative;
}
.service-class .ico{
	position: absolute;
	top:0;
	left:0;
}
.ico-serve-wz{
	width:55px;
	height:48px;
	background:url(../images/ico/ico_serve_wz.png) 0 0 no-repeat;
}
.ico-serve-phone{
	width:54px;
	height:53px;
	background:url(../images/ico/ico_serve_phone.png) 0 0 no-repeat;
}
.ico-serve-terminal{
	width:54px;
	height:51px;
	background:url(../images/ico/ico_serve_terminal.png) 0 0 no-repeat;
}
.ico-serve-yun{
	width:56px;
	height:49px;
	background:url(../images/ico/ico_serve_yun.png) 0 0 no-repeat;
}
.ico-serve-info{
	width:49px;
	height:56px;
	background:url(../images/ico/ico_serve_info.png) 0 0 no-repeat;
}
.ico-serve-seo{
	width:50px;
	height:54px;
	background:url(../images/ico/ico_serve_seo.png) 0 0 no-repeat;
}
.service-class h3{
	color:#5d5d5d;
	font-size: 16px;
	margin-bottom:20px;
}
.service-class p{
	line-height:30px;
	color:#787878;
	font-size: 14px;
}
.service-class .btn-black,
.demo-list li .demo-con .btn-black{
	display: block;
	width:175px;
	height:35px;
	text-align: center;
	line-height:35px;
	color:#787878;
	font-size: 14px;
	border: 1px solid #787878;
	margin-top:20px;
}
/*服务流程 end*/
/*客户案例 start*/
.demo-page{
	padding:60px 0 165px;
}
.demo-list li{
	margin-bottom:125px;
}
.demo-list li .fl-left{
	width:359px;
}
.demo-list li .demo-con{
	margin-left:395px;
}
.demo-list li .demo-con img{
	width:248px;
}
.demo-list li .demo-con p{
	line-height:30px;
	color:#787878;
	font-size: 14px;
	text-indent: 2em;
}
.demo-list li .demo-con .btn-black{
	margin-top:50px;
}
/*客户案例 end*/
/*遮罩层 start*/
.pop-message{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
}
.pop-con{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	width:865px;
	height:610px;
	padding:0 16px;
	border: 7px solid #20b8d3;
	background: #ffffff;
}
.ico-close{
	position: absolute;
	top:-7px;
	right:-52px;
	width:46px;
	height:46px;
	background:url(../images/ico/ico_close.png) 0 0 no-repeat;
	cursor: pointer;
}
.pop-con h3{
	text-align: center;
	color:#5d5d5d;
	font-size:20px;
	font-weight: normal;
	padding:25px 0;
}
.pop-con-details {
	height:480px;
	padding:0 50px;
	overflow-y:auto;
}
.pop-con-details::-webkit-scrollbar-track-piece {
	background-color:transparent;
}
.pop-con-details::-webkit-scrollbar {
	width:10px;
}
.pop-con-details::-webkit-scrollbar-thumb {
	background-color:#dcdcdc;
	background-clip:padding-box;
	border-radius: 5px;
}
.pop-con-details::-webkit-scrollbar-thumb:hover {
	background-color:#dcdcdc;
}
.pop-con-details p{
	line-height:30px;
	text-indent: 2em;
	color:#5d5d5d;
	font-size: 14px;
}
/*遮罩层 end*/