﻿.module{
	width:100%;
	clear: both;
	min-height: 410px;
}
/*header*/
.header-container{
	width: 100%;
	height: 94px;
	position: fixed;
	top: 0;
	background:#fff;
	z-index: 9999;
}
.header-bg{background: url(../images/navbg.png) 0 bottom repeat-x; height:7px; overflow:hidden;}
.header{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.header .logo{
	width: 245px;
	height: 45px;
	background: url(../images/logo.png) no-repeat;
	background-size: 245px 45px;
	position: absolute;
	top: 23px;
	left: 20px;
}
.header ul{
	position: absolute;
	right: 0px;
	top: 33px;
}
.header ul li{
	float: left;
	margin-left: 75px;
}
.header ul li a{
	font-size: 18px;
	color: #999999;
}
.header ul li a:hover{
	color: #62ba43;
}
.header ul li a.cur{
	color: #62ba43;
}
.progress-container{
	width: 525px;
	height: 3px;
	position: absolute;
	top: 68px;
	right: -5px;
}
.progress{
	width: 10%;
	height: 3px;
	border-radius: 2px;
	background: #96db72;
}
/*intro*/
.intro{
	margin-top: 94px;
}
.intro .banner{
	width: 100%;
	height: 576px;
	position: relative; 
}
.intro .banner{
	background: url(../images/banner.jpg) center center no-repeat;
}
.intro .banner-container{width:1000px; margin:0 auto; padding-top:70px;}
.intro .banner .slogan{
	width: 665px;
	height: 162px;

	background-size: 665px 162px;
}
.intro .banner .more{
	width: 405px;
	height: 82px;
	background: url(../images/more.png) 0 0 no-repeat;
	display:block;
	margin-top:180px;
}
.intro .banner .more:hover{
	background-position: 0 -82px;
}
.intro .content{
	position: relative;
	height: 606px;
}
.intro .content h3{
	text-align: center;
	font-size: 36px;
	height: 130px;
	line-height: 130px;
}

ul.content-main{
	margin: 0 auto;
	width: 1000px;
}
.content-main li{
	display: block;
	width: 330px;
	float: left;
	position: relative;
	text-align: center;
}
.content-main li img{
	margin: 0 auto;
}
.content-main li h4{
	color: #62ba43;
	font-size: 30px;
	text-align: center;
	margin: 55px 0;
}
.content-main li h4.last{margin:28px 0 55px 0;}
.content-main li p{
	width: 250px;
	overflow: hidden;
	font-size: 16px;
	color: #b3b3b3;
	margin: 0 auto;
	text-align: center;
}
.content-main li p.last{width:280px;}
/*product*/
.product{
	background: #62ba43;
	height: 920px;
}
.product-main{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.product-main h2{
	color: white;
	font-size: 60px;
	padding-top:50px;
	padding-left: 20px;
}
.product-main p.title{
	font-size: 16px;
	color: white;
	position: absolute;
	top: 150px;
	right: 10%;
}
.product-main p.title span{
	font-size: 22px;
}
.iphone{
	background: url("../images/iphone.jpg") no-repeat 0 0 transparent;
    height: 485px;
	left:0;
    position: relative;
    width: 250px;
	top:134px;
}
.iphone-con{
    height: 63%;
    left: 24px;
    overflow: hidden;
    position: relative;
    top: 93px;
    width: 81%;
}
.iphone-con ul{
	width: 400%;
	height: 100%;
	position: relative;
	left: 0;
}
.iphone-con ul li{
	width: 25%;
	height: 100%;
	float: left;
}
.iphone-con ul li.iphone-1{
	background: url(../images/iphone1.jpg) no-repeat;
	background-size: cover;
}
.iphone-con ul li.iphone-2{
	background: url(../images/iphone2.jpg) no-repeat;
	background-size: cover;
}
.iphone-con ul li.iphone-3{
	background: url(../images/iphone3.jpg) no-repeat;
	background-size: cover;
}
.iphone-con ul li.iphone-4{
	background: url(../images/iphone4.jpg) no-repeat;
	background-size: cover;
}
.page{
    bottom: -16px;
    display: block;
    left: 100px;
    position: absolute;
}
.page li{
	width: 4px;
	height: 4px;
	background:white;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}
.page li.cur{
	background: #96db72;
}
.our-special{
	position: absolute;
	left: 248px;
	height: 100%;
	width: 700px;
	top:62px;
}
.line{
	height: 1px;
	border-bottom: 2px dashed #93d96f;
	position: absolute;
}
.line-vertical{
	width: 1px;
	border-left: 2px dashed #93d96f;
	position: absolute;
}
.line1{
	width: 190px;
	top:50%;
	left:0;
}
.line2{
	width: 130px;
	top:30%;
	left:190px;
}
.line3{
	width: 300px;
	top:45%;
	left:190px;
}
.line4{
    left: 190px;
    top: 59%;
    width: 215px;
}
.line5{
    left: 190px;
    top: 76%;
    width: 90px;
}
.line6{
    height: 46%;
    left: 190px;
    top: 30%;
}
.circle{
	background: #96db72;
	background: url(../images/green-circle.png) no-repeat center center;
	position: absolute;
	text-align: center;
	font-size: 22px;
	color: white;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.circle p{
	font-size: 16px;
	color: #62ba43;
	width: 74%;
	margin: 20px auto;
	display: none;
}
.product-main .largeCircle{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.product-main .smallCircle{
	line-height: 500%;
	width: 140px;
	height: 140px;
	background-image: url(../images/circle-140.png);
	top: 38%;
	/*left: 63%;*/
	padding: 0;
}
.introduce {
    left: 490px;
    top: 30%;
    width: 260px;
	height: 260px;
	background-image: url(../images/circle-260.png);
    line-height: 500%;
}
.introduce span{display:block; padding-top:0px;}
.introduce p{
	display: none;
}
.introduce.default p{
	display: block;
	padding-top:10px;
}

.introduce.professional{
    left: 320px;
    top: 200px;
    line-height: 700%;
    width: 150px;
    height: 150px;
	background-image: url(../images/circle-150.png);
}
.introduce.communication{
    height: 120px;
    left: 380px;
    top: 53%;
    width: 120px;
	background-image: url(../images/circle-120.png);
}
.introduce.simple{
    height: 120px;
    left: 280px;
    top: 70%;
    width: 120px;
	background-image: url(../images/circle-120.png);
}
.introduce.smart{
    height: 120px;
    left: 490px;
    top: 38%;
    width: 120px;
	background-image: url(../images/circle-120.png);
}

.introduce.default{
    height: 260px;
    width: 260px;
    line-height: 24px;
}
.introduce.default span{padding-top:40px;}

.introduce.professional.default{
	top:150px;
    left: 320px;
    height: 240px;
    width: 240px;
	background-image: url(../images/circle-240.png);
}
.introduce.communication.default{
    top: 47%;
    left: 320px;
    height: 240px;
    width: 240px;
	background-image: url(../images/circle-240.png);
}
.introduce.simple.default{
    top: 64%;
    left: 280px;
    height: 240px;
    width: 240px;
	background-image: url(../images/circle-240.png);
}
.introduce.smart.default{
    top: 33%;
    height: 240px;
    width: 240px;
	background-image: url(../images/circle-240.png);
}
/*team*/
.team-main{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.team h2{
	color: #96db72;
	font-size: 55px;
	padding-top: 60px;
	padding-left: 5px;
}
.team p{
	color: #999999;
	padding: 2% 5px;
	font-size: 18px;
}
.team ul{
	width: 100%;
	height: 680px;
}
.team ul li{
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
}
.team ul li img{
	margin: 20% 0 8% 0;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width:139px;
	height:139px;
}
.team ul li img.large{
	top: -20px;
	width:200px;
	height:200px;
}
.team ul li h4{
	color: #62ba43;
	font-size: 18px;
}
.team ul li h5{
	color: #96db72;
	font-size: 16px;
	margin: 5% 0 10%;
}
.team ul li h6{
	color: #999999;
	font-size: 16px;
	display: none;
	margin-bottom:15px;
}
.team ul li h6.default{
	display: block;
}
/*experience*/
.experience{
	background: #62ba43;
	height:920px;
}
.experience-main{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.experience-main h2{
	color: white;
	font-size: 55px;
	padding-top: 60px;
	padding-left: 20px;
}
.experience-main p.roadmap{
  margin-top:120px;
}
/*contact*/
.contact{
	background: #434343;
}
.contact-main{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.contact-main h2{
	color: #96db72;
	font-size: 60px;
	padding-top: 60px;
}
.contact-main h3,.contact-main h4{
	color: #96db72;
	font-size: 24px;
	margin-top: 5%;
	padding-left: 5px;
	position: absolute;
	top: 180px;
}
.contact-main .left{
	left: 0%;
}
.contact-main .right{
	left: 50%;
}
.contact-main p{
	color: #999999;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.contact-main .email{
	display: inline-block;
	position: absolute;
	top: 280px;
	left: 0%;
	font-size:22px;
	color: #96db72;
	height: 100px;
	line-height: 100px;
}
.contact-main .weibo{
	width: 100px;
	height: 100px;
	background: url(../images/weibo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 280px;
	left: 50%;
}
.contact-main .wechat{
	width: 98px;
	height: 98px;
	background: url(../images/wechat.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 280px;
	left: 63%;
} 
.contact-main .wechat em{display:none; margin:-30px 0 0 140px; width:143px; height:146px; background:url(../images/weixin.png) no-repeat;}
.contact-main .wechat:hover em{display:inline-block;}

.roadmap{position:relative; height:446px; width:1000px; margin-top:120px;}
.rd-circle{width:98px; height:60px; background:url(../images/quanxiao.png) no-repeat; font-size:22px; position:absolute; text-align:center; z-index:100; line-height:100px; color:#96db72;}
.rd-circle:hover {background:url(../images/quanda.png) no-repeat;}
.cc1{left:10px; bottom:-3px; background-position:center 0;}
.cc1:hover{ background-position:center 0;}
.cc2{left:265px; top:0; background-position:center bottom; line-height:20px;}
.cc2:hover{background-position:center bottom;}
.cc3{left:492px; bottom:26px; background-position:center 0;}
.cc3:hover{background-position:center 0;}
.cc4{left:719px; top:3px; background-position:center bottom; line-height:20px;}
.cc4:hover{background-position:center bottom;}
.imgline{position:absolute;width:836px; height:371px; background:url(../images/exp-line.png) no-repeat; left:50px; top:40px;}
.cc4img,
.cc2img,
.cc3img{position:absolute;}
.cc4img img,
.cc2img img,
.cc3img img{display:block;}
.cc4img p,
.cc2img p,
.cc3img p{color:#fff; margin-top:20px; text-align:center; font-size:18px;}
.cc3img p{margin:0 0 20px 0;}
.cc2img{top:70px; left:220px;}
.cc3img{bottom:100px; left:380px;}
.cc4img{top:80px; left:630px;}