.header{
	height: auto;
	position: fixed;	
}
/*滑动时的header样式*/
.header-bg{
	background-color: #000;
	display: none;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slide-header{

}
.slide-header .header-bg{
	display: block;
}
/*主导航*/
.main-ul li a{
	border-top: 3px solid transparent;
	border-bottom: none;
}
.main-ul li a:hover,
.main-ul li a.nav-active{
	border-top-color: #00dfb9;
}
/*body*/
/*全屏滑动*/
#fullpage{

}
#fullpage .section,
#fullpage .slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale')";
}
#fp-nav ul li .fp-tooltip.right{
	color: #00dfb9;
}
.section-2{
	background-image: url("../img/2.jpg");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/2.jpg',sizingMethod='scale')";
}
.section-3{
	background-image: url("../img/3.jpg");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/3.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/3.jpg',sizingMethod='scale')";
}
.section-4{
	background-image: url("../img/4.jpg");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/4.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/4.jpg',sizingMethod='scale')";
}
.section-5{
	background-image: url("../img/5.jpg");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/5.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/5.jpg',sizingMethod='scale')";
}
.section-6{
	background-image: url("../img/6.jpg");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/6.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/6.jpg',sizingMethod='scale')";
}
/*共用样式*/
/*标题*/
.section-head{
	position: absolute;
	top: 180px;
	text-align: center;
	width: 100%;
}
.section-head h2{
	color: #00dfb9;
	font-size: 36px;
	font-family: "Arial";
	font-weight: normal;
	line-height: 60px;
	letter-spacing: 4px;
}
.section-head h3{
	color: #4b4b4b;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 2px;
}
/*第一部分 -- banner*/
.section-1 .slide{
	background-color: #ddd;
	position: relative;
	text-align: center;
}
.slide-1{
	background-image: url("../img/1-1.jpg");
}
.slide-2{
	background-image: url("../img/1-2.jpg");
}
.slide-3{
	background-image: url("../img/1-3.jpg");
}
/*三屏的共同样式*/
.slide-part{
	color: #fff;
	height: 100%;
	position: relative;
}
.slide-bg{
	background-color: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.slide-content{
	position: absolute;
	top: 50%;
}
/*合作标题*/
.title-coop{
	margin-bottom: 10px;
}
.title-coop img,
.title-coop .split-line,
.title-coop span{
	vertical-align: middle;
}
.title-coop .split-line{
	background-color: #fff;
	display: inline-block;
	height: 16px;
	margin-left: 20px;
	margin-right: 20px;	
	width: 1px;
}
.title-coop span{
	font-size: 26px;
	margin-right: 10px;
}
.title-1{
	font-size: 36px;
	letter-spacing: 10px;
}
.title-2{
	color: #00dfb9;
	font-size: 82px;
	letter-spacing: 6px;
}
.title-3{
	clear: right;
	font-size: 18px;
	letter-spacing: 4px;
}
.title-3 span{
	color: #00dfb9;
}
.slide-content hr{
	border: none;
	border-top: 1px solid #00dfb9;
	height: 0;
}
/*第一屏的左半边样式*/
.left-part{
	width: 50%;
}
.left-part p,
.left-part hr{
	text-align: right;
}
.left-bg{
}
.left-content{
	right: 0;
	margin-top: -150px;
}
.left-content hr{
	float: right;
	margin: -8px 12px 20px 0;
	width: 260px;
}
/*第二屏*//*第三屏*/
.all-part{
	width: 100%;
}
.all-part p,
.all-part hr{
	text-align: center;
}
.all-bg{
}
.all-content{
	left: 0;
	right: 0;
	/* margin-top: -200px; */
	margin-top: -150px;
}
.all-content .title-1{
	line-height: 64px;
}
.all-content .title-2 span{
	position: relative;
}
.all-content hr{
	font-size: 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
}
.all-content .title-3{
	margin-top: 30px;
}
/*第一屏的滚动新闻样式*/
.news{
	font-size: 12px;
	line-height: 40px;
	margin-left: -125px;
	padding: 5px 10px;
	position: absolute;
	bottom: 200px;
	left: 50%;
	z-index: 20px;
}
.slide-news{
	float: left;
	height: 40px;
	overflow: hidden;
	width: 250px;
}
.slide-news ul{
	width: ;
}
.slide-news li{
	color: #fff;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.slide-news li a{
	color: #fff;
}
/*更多新闻*/
.more-news{
	float: right;
}
.more-news a{
	border-bottom: 1px dashed #00dfb9;
	color: #00dfb9;
}


/*第二部分 -- 产品体系*/
.section-2 .box {
	width: 1200px;
	margin: 100px auto 0;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.section-2 .box ul.items {
	margin: 0 auto;
	text-align: center;
}

.section-2 .box ul.items li {
	width: 200px;
	height: 300px;
	margin: 0 8px;
	background: url(../img/bg_green.png) no-repeat 0px 400px;
	overflow: hidden;
	display: inline-block;
}

.section-2 .box ul.items li i {
	background-size: ;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 43px;
	height: 69px;
}

.section-2 .box ul.items li.pc i {
	width: 69px;
	background: url(../img/pro-1.png) no-repeat -77px center;
}

.section-2 .box ul.items li.sys i {
	width: 76px;
	background: url(../img/pro-2.png) no-repeat -88px center;
}

.section-2 .box ul.items li.mobi i {
	width: 64px;
	background: url(../img/pro-3.png) no-repeat -80px center;
}

.section-2 .box ul.items li.host i {
	width: 79px;
	background: url(../img/pro-4.png) no-repeat -85px center;
}

.section-2 .box ul.items li.app i {
	width: 74px;
	background: url(../img/pro-5.png) no-repeat -80px center;

}



.section-2 .box ul.items li u {
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	margin-left: 22px;
	background: url(../img/circle.png) no-repeat 0px 0px;
	background-size: contain;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.section-2 .box ul.items li u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.section-2.active .box ul.items li u.cl {
	clip: rect(0px,156px,156px,78px);
}

.section-2 .box ul.items li u.cr {
	clip: rect(156px,78px,156px,0px);
}

.section-2.active .box ul.items li u.cr {
	clip: rect(0px,78px,156px,0px);
}

.section-2 .box ul.items li strong {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.section-2 .box ul.items li p {
	position: relative;
	top: 200px;
	color: White;
	font-family: Arial,"宋体";
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.section-2 .box ul.items li:hover {
	background-position: 0px 0px;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.section-2 .box ul.items li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
}

.section-2 .box ul.items li.pc:hover i {
	background-position: 0px center;
}

.section-2 .box ul.items li.mobi:hover i {
	background-position: 0px center;
}

.section-2 .box ul.items li.sys:hover i {
	background-position: 0px center;
}

.section-2 .box ul.items li.app:hover i {
	background-position: 0px center;
}

.section-2 .box ul.items li.host:hover i {
	background-position: 0px center;
}

.section-2 .box ul.items li:hover u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.section-2 .box ul.items li:hover u.cr {
	clip: rect(156px,78px,156px,0px);
}

.section-2 .box ul.items li:hover strong {
	color: White;
	margin-top: 40px;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.section-2 .box ul.items li:hover p {
	top: 20px;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}

.section-2 .box label {
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	width: 297px;
	height: 21px;
	background: url(../img/words.png) no-repeat 0px -333px;
}


/*第三部分 -- 成功案例*/
.case-banner{
	display: table;
	margin: 150px auto 0;	
	position: relative;
}
.case-box{
	overflow: hidden;
}
.case-ul{
	float: left;
	margin-left: 0;
}
.case-ul li{
	background-color: #fff;
	border-bottom: 3px solid #00dfb9;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.case-ul li a{
	display: block;
}
.case-ul li a:hover{
	background-color: #00dfb9;
}
.case-ul li a:hover h5{
	color: #fff;
}
.case-ul li a:hover .case-mask,
.case-ul li a:hover .case-hover{
	display: block;
}
.case-img,
.case-mask{
	height: 185px;
	width: 301px;
	background-repeat: no-repeat;
}
.case-img{
	background-position: 0 0;
	position: relative;
}
.case-img-one{
	background-image: url("../img/case-pic12.jpg");	
}
.case-img-two{
	background-image: url("../img/case_pic7.png");	
}
.case-img-three{
	background-image: url("../img/case_pic6.jpg");	
}
.case-img-four{
	background-image: url("../img/case_pic2.png");	
}
.case-img-five{
	background-image: url("../img/case_pic13.png");	
}
.case-img-six{
	background-image: url("../img/case-pic11.jpg");	
}
.case-img-seven{
	background-image: url("../img/case_pic1.png");	
}
.case-img-eight{
	background-image: url("../img/case_pic4.png");	
}
.case-img-nine{
	background-image: url("../img/case_pic5.png");	
}
.case-img-ten{
	background-image: url("../img/case_pic3.png");	
}
.case-img-eleven{
	background-image: url("../img/case_pic8.png");	
}
.case-mask{
	background-color: #000;
	display: none;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.case-hover{
	display: none;
	margin-top: -27px;
	margin-left: -27px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.case-company{
	padding-top: 6px;
	padding-bottom: 14px;
}
.case-company h4{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 20px;
}
.case-company h5{
	box-sizing: border-box;
	color: #737373;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	overflow: hidden;
	overflow:hidden;
	padding-left: 20px;
	padding-right: 20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width: 301px;
}
.left-arrow,
.right-arrow{
	background-color: #bfbfbf;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.left-arrow{
	background-image: url("../img/left.png");
	height: 48px;
	left: -100px;
	width: 48px;
}
.right-arrow{
	background-image: url("../img/right.png");
	height: 48px;
	right: -100px;
	width: 48px;
}

.find-more{
	background-color: #00dfb9;
	color: #fff;
	display: block;
	height: 45px;
	margin: 40px auto 0;
	width: 200px;
}
/*第四部分 -- 选择我们*/
.introduce-us{
	margin: 140px auto 0;
	position: relative;
	width: 1100px;
}
.introduce-us>div{
/* 	background-color: lightblue; */
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
	height: 250px;
	padding: 40px 40px 70px;
	text-align: center;
	width: 33.33%;
}
/*图标*/
.intro-icon{
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 36px;
	box-shadow: 0px 0px 2px 1px #e8e8e8;
	display: inline-block;
	height: 72px;
	width: 72px;
}
.force-icon{
	background-image: url("../img/force.png");
}
.team-icon{
	background-image: url("../img/team.png");
}
.design-icon{
	background-image: url("../img/design.png");
}
.execution-icon{
	background-image: url("../img/execution.png");
}
.service-icon{
	background-image: url("../img/service.png");
}
.aftermarket-icon{
	background-image: url("../img/aftermarket.png");
}
/*介绍小标题*/
.intro-title{
	font-size: 18px;
	line-height: 40px;
}
.force .intro-title{
	color: #c37f02;
}
.team .intro-title{
	color: #77a96e;
}
.design .intro-title{
	color: #ea82f1;
}
.execution .intro-title{
	color: #67bbe5;
}
.service .intro-title{
	color: #e97b7b;
}
.aftermarket .intro-title{
	color: #d8ac81;
}
.intro-title+p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
/*分隔线*/
.introduce-us>hr{
	background-color: #cccccc;
	border: none;
	position: absolute;
}
.ver-line{
	height: 300px;
	width: 1px;	
	top: 50%;
	margin-top: -150px;
}
.ver-line-left{
	left: 33%;
}
.ver-line-right{
	right: 33%;
}
.hor-line{
	height: 1px;
	width: 1000px;
	top: 50%;
	margin-top: -0.5px;
	left: 50%;
	margin-left: -500px;
}
/*第五部分 -- 联系我们*/
.section-5{
	position: relative;
}
/*切换导航*/
.contact-nav{
	position: absolute;
	top: 240px;
	left: 130px;
}
.contact-nav li{
	background-color: #7d878d;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 2px;
	padding: 15px 20px;
}
.contact-nav .choose-nav{
	background-color: #00dfb9;
}
/*切换文本框*/
/*包含文本框的盒子*/
.contact-content{
	width: 100%;
}
/*各个文本框*/
.content-detail{
	display: none;
	float: right;
	margin-right: 460px;
}
.show-detail{
	display: block;
}
/*公司简介*/
.brief-title{
	color: #000;
	font-size: 28px;
	font-weight: normal;
	line-height: 70px;
}
.brief-body{
	color: #333;
	line-height: 28px;
	width: 370px;
}
.brief-promotion{
	color: #4c4b4c;
	font-size: 25px;
	line-height: 70px;
}
/*第六部分 -- 页脚页面*/
.footer-page{
	background: transparent url("../img/motto.png") no-repeat 100% 100%;
	display: table;
	height: 400px;
	margin: 0 auto;
}
.footer-infor{
	border-bottom: 1px solid #bcbdbd;
}


/*footer*/
.footer{
	color: #fff;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 99;
}

/*第五部分 -- 页脚内容*/
.contact-us-footer{
	display: none;
}
.contact-us-footer p{
	float: left;
	text-align: center;
	width: 20%;
}
.contact-us-footer span{
	line-height: 1;
}
.contact-us-num{
	color: #00dfb9;
	font-size: 24px;
}
.contact-us-num+span{
	color: #b2b2b2;
	font-size: 12px;
}
.end-footer{
	display: none;
}
/*滑动时的footer样式*/
.slide-footer{
	display: block;
}
/*下一页点击按钮*/
.nextSection{
	background: #000 url("../img/next.png") no-repeat center center;
	border-radius: 23px;
	color: #fff;
	cursor: pointer;
	height: 46px;
	margin-left: -23px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: fixed;
	left: 50%;
	bottom: 100px;
	width: 46px;
}
.nextSection:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

