/*全局&导航条*/
body{
	font-family: Microsoft Yahei;
}
a:hover{
	text-decoration: none;
}
p{
	font-size: 16px;
}
.pshow{
	width: 50%;
	margin:20px auto;
}
.pcon{
	opacity: 0;
	transition: all 1s ease 0s;
}
.slide.active .pcon{
	opacity:1;
}
.slideh{
	transition: all 2s ease 0s;
	transform:translate(0, -600px);
}
.slide.active .slideh{
	transform:translate(0, 0);
}
.learnMore{
	margin-top:10px;
}
.navbar-custom{
	background: transparent;
	padding: 20px;
	color:#fff;
	transition:all 0.5s;
}
.navbar-custom a{
	color:#fff;
}
.navbar-custom a:hover{
	background-color: transparent !important;
	color: #F4D03F;
}
.navbar-cd{
	padding:0;
	background: transparent;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.navbar-cd a{
	color:#333;
}
.navbar-cd a:hover{
	color: #0093CF;
}
#navlogo>i{
	float:left;
	font-size: 22px;
	padding: 15px;
}
.border{
	width: 80px;
	height: 3px;
	margin: 20px auto;
	background-color: #F4D03F;
}

/*#section1*/
.section{
	text-align: center;
	overflow: hidden;
	position:relative;
}
.section img{
	width:100%;
}
.section1{
	background:#000 url("../img/intro-bg.jpg") no-repeat scroll center bottom / cover;
	color: #FFF;
}
.section1 h1>span{
	color: #F4D03F;
	text-transform: uppercase;
	letter-spacing: -2px;
}

/*#intro*/
.intro{
	background:url("../img/s3.png");
}
.intro p{
	font-size: 14px;
}
.intro h2{
	transform: scale(0.2, 0.2);
	transition: all 1s ease 0s;
}
.active.intro h2{
	transform: scale(1, 1);
	transition-delay:0.3s;
}
.intro .pho{
	left:-50%;
	transition: all 1s ease 0s;
	position:relative;
}
.active.intro .pho{
	transition-delay:0.3s;
	left:0;
}
.intro .con{
	transition: all 1s ease 0s;
	position:relative;
	right:-50%;
}
.active.intro .con{
	transition-delay:0.3s;
	right:0;
}
.about{
	text-align: left;
	margin-left: 10px;
}
.about>i{
	float: left;
	font-size: 20px;
}
.about .paddingleft{
	padding-left: 26px;
}

/*#designer*/
.designer{
	background:url('../img/bg-kj_4d6c383.png');
}
.designer.active .pcon{
	opacity:1;
	transition-delay:1.3s;
}
.designer .bg1{
	width:233px;
	height:250px;
	background:url('../img/bg21.png');
	position:absolute;
	top:50%;
	left:50px;
	transition: all 1s ease 0s;
	transform:translate(-300px, 0px);
}
.designer.active .bg1{
	transform:translate(0px, 0px);
	transition-delay:0.3s;
}
.designer .bg2{
	width:211px;
	height:299px;
	background:url('../img/bg22.png');
	position:absolute;
	top:50%;
	right:50px;
	transition: all 1s ease 0s;
	transform:translate(300px, 0px);
}
.designer.active .bg2{
	transform:translate(0px, 0px);
	transition-delay:0.3s;
}
.designer .cg1{
	transition: all 1.3s ease 0s;
	transform:translate(0, 550px);
}
.designer.active .cg1{
	transform:translate(0, 50px);
}
.designer  .cg2{
	transition: all 1.3s ease 0s;
	transform:translate(-30%, 620px);
}
.designer.active  .cg2{
	transform:translate(-30%, 120px);
}
.sg1{
	transition: all 1.3s ease 0s;
	transition-delay:1s;
	transform:translate(0, 550px);
	opacity:0;
}
.active .sg1{
	transform:translate(0, 50px);
	opacity:1;
}
.sg2{
	transition: all 1.3s ease 0s;
	transition-delay:1s;
	transform:translate(-30%, 620px);
	opacity:0;
}
.active .sg2{
	transform:translate(-30%, 120px);
	opacity:1;

}
/*sample*/
.sample{
	color: #000;
    background:url('../img/s3.png');
}
.sample.active .pcon{
	opacity:1;
	transition-delay:2.0s;
}
.flight{
	position: absolute;
	left: 50%;
	top:50%;
	opacity: 0;
}
.sample .flight1{
	width: 164px;
	height: 117px;
	background-image: url("../img/sample/flight1.png");
	transition: all 1s ease 0s;
}
.sample.active .flight1 {
    transform: translate(-250px, -50px);
    opacity: 1;
    transition-delay: 0.7s;
}
.sample .flight2{
	width: 70px;
	height: 29px;
	background-image: url("../img/sample/flight2.png");
	transition: all 1s ease 0s;
}
.sample.active .flight2{
	transform: translate(-350px, -100px);
	opacity: 1;
    transition-delay: 1s;
}
.sample .flight3{
	width: 43px;
	height: 26px;
	background-image: url("../img/sample/flight3.png");
	transition: all 1s ease 0s;
}
.sample.active .flight3{
	transform: translate(-450px, -160px);
	opacity: 1;
    transition-delay: 1.2s;
}


/*customer*/
.customer{
	background: url('../img/s2.png');
}
.onec{
	border-bottom:1px solid #CDCDCD;
	text-align: left;
	padding-bottom: 10px;
	transform:scale(0,0);
	transition: all 1s ease 0s;
}
.active .onec:nth-child(1){
	transform:scale(1,1);
}
.active .onec:nth-child(2){
	transform:scale(1,1);
	transition-delay: 0.3s;
}
.active .onec:nth-child(3){
	transform:scale(1,1);
	transition-delay:0.7s;

}
.onec .logo{
	margin-top: 14px;
	border-radius: 100%;
}
.onec strong{
	color: #01A6DE;
	margin-right: 10px;
}
.onec p{
	font-size: 14px;
	color: #999;
}

/*contact*/
.contact{
	text-align: center;
	color:#fff;
	background: url('../img/final.jpg') ;
	background-size: 100% 100%;
}
.contact span{
	color:#fff;
	display: block;
}
.contact i{
	font-size: 32px;
	margin: 60px 0px 15px;
}
.contact .border{
	background: #fff;
}
/*Phone start*/
.image.phone {
	box-shadow: none;
	border-radius: 0;
	position:relative;
}

.image.phone img {
	border-radius: 0;
	display: block;
	position: relative;
	width: 100%;
}

.image.phone .inner, .image.phone:before, .image.phone:after {
	display: block;
	border: solid 2px rgba(255, 255, 255, 0.25);
}

.image.phone .inner {
	position: relative;
}

.image.phone .inner:before, .image.phone .inner:after {
	content: '';
	position: absolute;
	left: 50%;
}

.image.phone .inner:before {
	top: -1.375em;
	margin-left: -1em;
	width: 2em;
	height: 0.25em;
	border-radius: 0.5em;
	background: rgba(255, 255, 255, 0.25);
}

.image.phone .inner:after {
	bottom: -2.75em;
	margin-left: -1em;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	border: solid 2px rgba(255, 255, 255, 0.25);
}

.image.phone:before, .image.phone:after {
	content: '';
}

.image.phone:before {
	height: 2.5em;
	border-radius: 1em 1em 0 0;
	border-bottom: 0;
}

.image.phone:after {
	height: 3.5em;
	border-radius: 0 0 1em 1em;
	border-top: 0;
}

.image {
box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #CDCDCD;
}

.image.phone {
	box-shadow: none;
}

.image.phone .inner, .image.phone:before, .image.phone:after {
	border-color: #CDCDCD;
}

.image.phone .inner:before {
	background: #CDCDCD;
}

.image.phone .inner:after {
	border-color: #CDCDCD;
}

.records {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}

/*Phone end*/