body{
	padding:0;
	margin:0;
	background:#FFF;
	font-family: "微软雅黑",Helvetica,Arial,sans-serif;
	font-weight: normal;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
/*body {*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight:100;*/
/*}*/
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*菜单栏*/
.navbar{margin-bottom: 0;}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	width: 120px;
	height: 60px;
    margin-left: -15px;
    margin-top: -7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
	/*font-family: 'Montserrat', sans-serif;*/
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.navbar-inverse .navbar-toggle{
	border:1px solid rgba(255,255,255,.3);
}
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	/*background-color: rgba(67,67,67,.2);*/
	padding-top: 20px;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
	
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	z-index: 30;
	
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar-wrapper .navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}
.navbar-wrapper .navbar .navbar-nav>li>a{
	margin:0 10px;
	color:#FFFFFF;
}
.navbar-wrapper .navbar .navbar-nav>li>a:not(.telphone):hover{
	color:#14a0fa;
}
.navbar-wrapper .navbar .navbar-nav>li>.button{
	margin:10px;
	height: 30px;
	color:#FFFFFF;
	padding: 5px 25px;
	background: transparent;
	border:1px solid #ffffff;
	border-radius: 4px;
	cursor: pointer;
}
.navbar-wrapper .navbar .navbar-nav>li>.button:hover{
	color:#14a0fa;
	border-color:#14a0fa;
}
@media (max-width: 1023px) {
	.navbar-wrapper .navbar .navbar-nav>li>a{
		margin:0;
	}
	.nav>li>a{
		padding-left: 7px;
		padding-right: 7px;
	}
	.navbar>.container .navbar-brand{
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		background-color: rgba(255, 255, 255, 1);
		border-radius: 4px;
	}
	.navbar-wrapper .navbar .navbar-nav{
		text-align: center;
	}
	.navbar-wrapper .navbar .navbar-nav>li:not(:first-child):not(:last-child){
		border-top: 1px solid #f5f5f5;
	}
	.navbar-wrapper .navbar .navbar-nav>li>a{
		padding-top: 20px;
		padding-bottom: 20px;
		color:#333333;
	}
	.navbar-wrapper .navbar .navbar-nav>li>.button{
		margin: 15px 10px;
		border: none;
		color: #333;
	}
	.navbar-wrapper .navbar .navbar-nav>li>a.telphone{
		display: none;
	}
}

/*申请试用和马上体验按钮*/
.btnBox>a{display:inline-block;border:none;color:#FFF;width: 150px;height: 45px;line-height:45px;margin:0 15px;border-radius: 4px;text-decoration: none;
	cursor: pointer;text-align: center;font-size: 16px;}
.btnBox>.applyTry{background:linear-gradient(30deg,#14a0fa,#4176fb);}
.btnBox>.applyTry:hover{
	background:linear-gradient(30deg,#038de5,#2760f1 );
	animation:appanimate 0.3s 0s;
	-webkit-animation:appanimate 0.3s 0s ease-in;
	-moz-animation: appanimate 0.3s 0s ease-in;
	-ms-animation: appanimate 0.3s 0s ease-in;
}
@keyframes appanimate{
	from {box-shadow: 0 0 0 0 rgba(20,160,250,.3);}
	to {box-shadow: 0 0 0 30px rgba(20,160,250,0);}
}
.btnBox>.useNow{background:linear-gradient(30deg,#e89f13,#dc7f1b);}
.btnBox>.useNow:hover{
	background:linear-gradient(30deg,#d38a00,#d46e00);
	animation:tryanimate 0.3s 0s;
	-webkit-animation:tryanimate 0.3s 0s ease-in;
	-moz-animation: tryanimate 0.3s 0s ease-in;
	-ms-animation: tryanimate 0.3s 0s ease-in;
}
@keyframes tryanimate{
	from {box-shadow: 0 0 0 0 rgba(232,159,19,.3);}
	to {box-shadow: 0 0 0 30px rgba(232,159,19,0);}
}

.carousel{z-index: 19;}
.carousel, .carousel .item {height:925px;background: url("../images/banner.jpg") center no-repeat;background-size: cover;}
.carousel-inner > .item > img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.carousel .item .contentBox{color: white;text-align: center;position: absolute;width: 100%;top:25%;}
.carousel .item .contentBox .title{font-size: 36px;position: relative;padding: 10px 50px;display: inline-block;}
.carousel .item .contentBox .title>img:first-child{position: absolute;top: 5px;left: 10px;width: 50px;height: 50px;}
.carousel .item .contentBox .title>img:last-child{position: absolute;bottom: 0;right: 10px;width: 50px;height: 50px;}
.carousel .item .contentBox .main{font-size: 50px;margin-top:35px}
.carousel .item .contentBox .descript{font-size: 24px;margin-top:15px}
.carousel .item .applyUse{position: absolute;width: 100%;top:60%;text-align: center;}
@media(max-width: 1920px){
	.carousel, .carousel .item {height: 975px;}
}
@media(max-width: 1600px){
	.carousel, .carousel .item {height: 795px;}
}
@media (max-width: 1366px) {
	.carousel, .carousel .item {height: 759px;}
}
@media (max-width: 1280px) {
	.carousel, .carousel .item {height: 710px;}
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {/*小于这个认为是手机*/
	.carousel, .carousel .item {height: 670px;background: url("../images/banner_small.png");background-size: 100% 100%;}
	.carousel-inner > .item > img{width: auto;height: 100%}
	.carousel .item .contentBox{top:25%}
	.carousel .item .contentBox .title {
		font-size: 24px;
		padding: 10px 35px;
	}
	.carousel .item .contentBox .title>img:first-child {
		width: 30px;
		height: 30px;
	}
	.carousel .item .contentBox .title>img:last-child {
		width: 30px;
		height: 30px;
	}
	.carousel .item .contentBox .main{font-size: 30px;margin-top:20px;}
	.carousel .item .contentBox .descript{font-size: 16px;margin-top:10px;}
	.carousel .item .applyUse{top:52%;}
	.btnBox>a{
		width: 130px;
		height: 36px;
		line-height: 36px;
	}
}

/*-- 第二屏 提供什么 四个块 --*/
section.about-us {
	padding:100px 0;
	background-image: url(../images/bj.jpg);
	background-repeat: no-repeat;
}
section.about-us .row:after{
	clear: both;
	content:'';
}
section.about-us h3.text-center{
	font-size:35px;
	font-weight:normal;
	color: #333;
	padding:20px 0;
	/*font-family: 'Montserrat', sans-serif;*/
}
section.our-contacts h3.text-center{
 	font-size:35px;
	font-weight:normal;
	color: #333;
	padding:20px 0;
	/*font-family: 'Montserrat', sans-serif;*/
 }
section.our-services h3.text-center, section.our-events h3.text-center,  section.our-testimonials h3.text-center{
	font-size:35px;
	font-weight:normal;
	color: #ffffff;
	padding:20px 0;
	/*font-family: 'Montserrat', sans-serif;*/
} 
section.about-us p.text-center{
	font-size:18px;
	font-weight:300;
	padding:10px 0 50px;
	color: #666;
}
section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center  {
	font-size:18px;
	font-weight:300;
	padding:10px 0 50px;
	color: #eee;
}
section.about-us div:hover>.reverse{
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.about-us div>.hovimg1{
	background: url("../images/about-img1.png") no-repeat;
	background-size:100% 100%;
}
section.about-us div>.hovimg2{
	background: url("../images/about-img2.png") no-repeat;
	background-size:100% 100%;
}
section.about-us div>.hovimg3{
	background: url("../images/about-img3.png") no-repeat;
	background-size:100% 100%;
}
section.about-us div>.hovimg4{
	background: url("../images/about-img4.png") no-repeat;
	background-size:100% 100%;
}
section.about-us div>.reverse img{
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.about-us div:hover>.reverse .content{
	opacity: 0;
}
section.about-us div>.reverse .bgpic{
	opacity: 0;
}
section.about-us div:hover>.reverse .bgpic{
	opacity: 1;
}
section.about-us .reverse .content{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -42px;
	
}
section.about-us .reverse .content .tubiao{
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
section.about-us .reverse .content .biaoti{
	font-size: 22px;
	text-align: center;
	color: white;
	line-height: 30px;
}
@media (max-width: 1023px) {
	section.about-us {
		padding: 70px 0;
	}
	section.about-us .container>.row>div{
		margin-top:20px;
	}
}
@media (max-width: 767px) {
	section.about-us {
		padding: 40px 0;
	}
	section.about-us h3.text-center{
		font-size: 24px;
		padding: 10px 0;
	}
	section.about-us p.text-center{
		font-size: 14px;
		padding: 0 0 20px;
	}
	section.about-us .container>.row{
		padding: 0 20px;
	}
	section.about-us .reverse .content .tubiao{
		width: 30px;
		height: 30px;
		margin-bottom: 15px;
	}
	section.about-us .reverse .content .biaoti{
		font-size: 18px;
		line-height: 26px;
	}
	section.about-us div>.reverse .bgpic{
		width: 100%;
	}
	section.about-us .container>.row>div{
		width: 50%;
		float: left;
	}
}
@media (max-width: 425px){
	section.about-us .container>.row>div{
		width: 100%;
	}
}

/*-- 第三屏 一个吊车的 our-services --*/
section.our-services {
	padding:100px 0;
	background:url(../images/service.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
section.our-services h3.text-center{ 
	font-size:35px;
	font-weight:normal;
	color: #ffffff;
	
	/*font-family: 'Montserrat', sans-serif;*/
}
section.our-services p.text-center{ 
	font-size:18px;
	font-weight:300;
	padding:10px 0 50px;
	/*color: #eee;*/
	color: #D2D1D1;
}
section.our-services .features .services{
	text-align: center;
	position: relative;
}
section.our-services .features .services>img{
	margin: 150px auto;
	width: 35%;
	position: relative;
	z-index: 3;
}
/*三个文本*/
section.our-services .features .services>.leftText{
	position: absolute;
	right:70%;
	top:40%;
	text-align: right;
}
section.our-services .features .services>.rightTopText{
	position: absolute;
	left:70%;
	top:10%;
	text-align: left;
}
section.our-services .features .services>.rightBottomText{
	position: absolute;
	left:70%;
	bottom:10%;
	text-align: left;
}
section.our-services .features .services>.text{
	font-size: 16px;
	color:#d2d2d2;
	line-height: 26px;
}
section.our-services .features .services>.text>p:first-child{
	font-size: 24px;
	color:#FFFFFF;
	margin-bottom: 10px;
}
/*圈圈动画*/
section.our-services .features .services>.circle{
	position: absolute;
	left:50%;
	top:50%;
	border-radius: 50%;
	background-color: rgba(49,121,236,.4);
	width: 560px;
	height: 560px;
	margin-left: -280px;
	margin-top:-285px;/*不知为啥偏了5px*/
}
section.our-services .features .services>.circle_1{
	transform: scale(0);
	animation:mymove 3s 0s infinite;
	-webkit-animation:mymove 3s 0s ease-in infinite;
	-moz-animation: mymove 3s 0s ease-in infinite;
	-ms-animation: mymove 3s 0s ease-in infinite;
}
section.our-services .features .services>.circle_2{
	transform: scale(0);
	animation:mymove 3s 0.75s infinite;
	-webkit-animation:mymove 3s 0.75s ease-in infinite;
	-moz-animation: mymove 3s 0.75s ease-in infinite;
	-ms-animation: mymove 3s 0.75s ease-in infinite;
}
section.our-services .features .services>.circle_3{
	transform: scale(0);
	animation:mymove 3s 1.5s infinite;
	-webkit-animation:mymove 3s 1.5s ease-in infinite;
	-moz-animation: mymove 3s 1.5s ease-in infinite;
	-ms-animation: mymove 3s 1.5s ease-in infinite;
}
section.our-services .features .services>.circle_4{
	transform: scale(0);
	animation:mymove 3s 2.25s infinite;
	-webkit-animation:mymove 3s 2.25s ease-in infinite;
	-moz-animation: mymove 3s 2.25s ease-in infinite;
	-ms-animation: mymove 3s 2.25s ease-in infinite;
}
@keyframes mymove{
	from {transform: scale(0);opacity:1}
	to {transform: scale(1);opacity: 0;}
}
@media (max-width: 1023px){
	section.our-services{
		padding: 80px 0;
	}
}
@media (max-width: 767px){
	section.our-services{
		padding: 40px 0;
	}
	section.our-services h3.text-center{
		font-size: 24px;
	}
	section.our-services p.text-center{
		font-size: 12px;
		padding-top: 0;
	}
	section.our-services .features .services>img{
		width: 75%;
	}
	section.our-services .features .services>.leftText{
		left: 30%;
		right: auto;
		top: 5%;
		text-align: left;
	}
	section.our-services .features .services>.rightTopText{
		left:0;
		bottom:0;
		width: 40%;
		top:auto;
		text-align: left;
	}
	section.our-services .features .services>.rightBottomText{
		left:60%;
		bottom:0;
		text-align: left;
		width: 40%;
	}
	section.our-services .features .services>.text{
		font-size: 12px;
		line-height: 18px;
	}
	section.our-services .features .services>.text>p:first-child{
		font-size: 16px;
		margin-bottom: 5px;
	}
}

/*-- 第四屏 四个图形 our-events --*/
section.our-events .about-info h4 {
	margin-top: 10px;
	font-size:26px;
	font-weight:normal;
	/*padding-bottom:20px;*/
	/*font-family: 'Montserrat', sans-serif;*/
}
section.our-events .row{
	margin-bottom: 140px;
}
section.our-events p.abt {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    /*margin-bottom: 20px;*/
    color: #666666;
    background: url(../images/circle.png) no-repeat  1px ;
    padding-left: 26px;
	background-position-y: 12px;
}
section.our-events p.fuBt{
	/*color: #999999;*/
	font-size: 18px;
	font-weight: 300;
    line-height: 32px;
    padding-bottom: 20px;
    color: #999999;
}

section.our-events {
	padding-top: 100px;
	background-color: #edf2f8;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
}
section.our-events .row:nth-of-type(2n+1)>div:first-child{float: right!important;}
section.our-events .row:nth-of-type(2n+1)>div:last-child{float: left!important;}
section.our-events p.eve {
	font-size:17px;
	color:#fff;
	line-height: 25px;
	font-weight:100;
	padding: 0 50px 45px;
}
section.our-events .event-info {
    background-color:rgba(19, 29, 0, 0.67);
	/*-- W3layouts --*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section.our-events .event-info:hover {
	background-color: rgba(0, 0, 0, 0.65);
}
section.our-events .applyUse{
	margin-top: 30px;
	margin-left: -15px;
}
@media (max-width: 1023px){
	section.our-events .btnBox>a{
		width: 40%;
	}
}
@media (max-width: 767px){
	section.our-events .row .about-info{
		padding: 0 25px;
		margin-top:50px;
	}
	section.our-events .about-info h4{
		font-size: 20px;
	}
	section.our-events p.fuBt{
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	section.our-events p.abt{
		font-size: 14px;
		line-height: 26px;
		padding-left: 20px;
		background-position-y: 7px;
	}
	section.our-events .row{
		margin-bottom: 90px;
	}
	section.our-events .applyUse{
		margin-top:10px;
		margin-left: -5px;
	}
	section.our-events .btnBox>a{
		width: 110px;
		margin:0 5px
	}
	section.our-events .container .row img{
		margin:0 auto;
	}
}

/*-- 我们的优势 --*/
section.our-gallery {
	padding:100px 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:100% 100%;
    /*background:linear-gradient(90deg,#203a65,#102646);*/
    background-color: #102646;
	background-image: url("../images/youshi_bg.png");
}
section.our-gallery h3.text-center{
	font-size:35px;
	font-weight:normal;
	color: #fff;
	padding:20px 0;
}
/*六个数据块*/
section.our-gallery .datacard{
    height: 250px;
}
section.our-gallery .datacard .card{
    width: 16.666666%;
    height: 100%;
    padding: 0 10px;
    float: left;
    text-align: center;
}
section.our-gallery .datacard .card .cardbg{
    background-color: white;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    display: inline-block;
}
section.our-gallery .datacard .card .cardbg .data{
    color:#102646;
    margin-top:38%;
}
section.our-gallery .datacard .card .cardbg .data span{
    font-size: 34px;
}
section.our-gallery .datacard .card .cardbg .data .index{
    font-size: 16px;
    margin-left: -4px;
}
section.our-gallery .datacard .card .cardbg .descript{
    color:#333333;
    margin-top:20%;
}
section.our-gallery .datacard .card .cardbg .descript span{
    display: block;
    font-size: 14px;
}
section.our-gallery .youshi{
    color:white;
    margin-top: 20px;
}
section.our-gallery .youshi .row{
    height: 100px;
    margin: 30px 10px;
}
section.our-gallery .youshi .row>div{
    border:1px solid white;
    border-radius: 5px;
    height: 100%;
    width: 49%;
    position: relative;
}
section.our-gallery .youshi .row>div>.youshi1{
    background:url("../images/youshi1.png");
}
section.our-gallery .youshi .row>div>.youshi2{
    background:url("../images/youshi2.png");
}
section.our-gallery .youshi .row>div>.youshi3{
    background:url("../images/youshi3.png");
}
section.our-gallery .youshi .row>div>.youshi4{
    background:url("../images/youshi4.png");
}
section.our-gallery .youshi .row>div>.picture{
    position: absolute;
    width: 80px;
    height: 80px;
    left:10px;
    top:10px;
    background-size: 100% 100%;
}
section.our-gallery .youshi .row>div>.separate{
    position: absolute;
    left:100px;
    top:20px;
    height: 60px;
    border-left: 1px solid rgba(255,255,255,.5);
}
section.our-gallery .youshi .row>div>.content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 16px 15px 16px 115px;
}
section.our-gallery .youshi .row>div>.content>.title{
    font-size: 20px;
}
section.our-gallery .youshi .row>div>.content>.descript{
    font-size: 14px;
    margin-top:15px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
	position: absolute;
	bottom: 15px;
}
@media (max-width: 1199px){
    section.our-gallery .datacard{
        height: 210px;
    }
    section.our-gallery .datacard .card .cardbg .data span{
        font-size: 28px;
    }
    section.our-gallery .datacard .card .cardbg .data .index{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    section.our-gallery .datacard{
        height: 160px;
    }
    section.our-gallery .datacard .card{
        padding: 0 6px;
    }
    section.our-gallery .datacard .card .cardbg .data span{
        font-size: 24px;
    }
    section.our-gallery .datacard .card .cardbg .data .index{
        font-size: 12px;
    }
    section.our-gallery .datacard .card .cardbg .descript span{
        display: block;
        font-size: 12px;
        transform: scale(.9);/*没办法，字太多了，12号字体最小了，只能用缩放了*/
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
    }
}
@media (max-width: 767px){
    section.our-gallery .datacard{
        height: auto;
    }
    section.our-gallery .datacard .card{
        width: 100%;
        margin:5px 0;
    }
    section.our-gallery .datacard .card .cardbg .data{
        margin-top:15px;
    }
    section.our-gallery .datacard .card .cardbg .data span{
        font-size: 34px;
    }
    section.our-gallery .datacard .card .cardbg .data .index{
        font-size: 16px;
    }
    section.our-gallery .datacard .card .cardbg .descript{
        margin:10px 0 15px 0;
    }
    section.our-gallery .datacard .card .cardbg .descript span{
        font-size: 14px;
        display: inline-block;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
    section.our-gallery .datacard .card .cardbg .descript span:last-child{
        margin-left: -4px;
    }
    section.our-gallery .youshi{
        margin-top:0;
    }
    section.our-gallery .youshi .row>div{
        width: 100%;
        margin-top:10px;
    }
}

/*-- /Google Map --*/
/*-- Contact Section --*/
section.our-contacts {
	padding:50px 0;
	/*background:url(../images/contact.png) no-repeat;*/
	background: url("../images/contact-form-bg.jpg") no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-contacts h3 {
	color: #fff;
}
section.our-contacts p.text-center {
	font-size: 18px;
    font-weight:100;
   /* padding: 0px 0 80px;*/
    color:#666;
}
section.our-contacts .form-control {
	border:1px solid rgba(0, 0, 0, 0.45);
    border-radius: 0px;
	height: 50px;
    padding: 16px 12px;
    font-size: 19px;
	color:#666;
	background-color: rgba(255, 255, 255, 0.1);
}
section.our-contacts .separate{
	margin-top: 50px;
	box-shadow: 0 4px 4px 0px #ececec;
	background: transparent;
	height: 5px;
	text-align: center;
}
section.our-contacts .separate>.arror{
	background: url("../images/arrordown.png") no-repeat;
	display: inline-block;
	width: 60px;
	height: 40px;
}
/*申请试用*/
section.our-contacts .contact:after{
	clear: both;
	content: ' ';
	display: block;
}
section.our-contacts .applyForm{
	margin-top: 80px;
	/*height: 300px;*/
}
section.our-contacts .applyForm .content{
	border:1px solid #dcdee2;
	border-radius: 4px;
	color:#666666;
	position: relative;
	width: 60%;
	height: 36px;
	margin-left: 20%;
	line-height: 34px;
	margin-bottom: 30px;
}
section.our-contacts .applyForm .content .prepend{
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	width: 45px;
	height: 100%;
	text-align: center;
}
section.our-contacts .applyForm .content .prepend .red{color:red;}
section.our-contacts .applyForm .content .outer{
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	width: 100%;
	height: 100%;
	padding-left: 45px;
}
section.our-contacts .applyForm .content .outer input{
	width: 100%;
	height: 100%;
	border:none;
	padding: 0 5px;
	outline: none;
}
section.our-contacts .applyForm .content .error{
	height: 20px;
	line-height: 16px;
	font-size: 12px;
	color:red;
	position: absolute;
	top:34px;
	max-width: 300px;
	overflow: hidden;
}
section.our-contacts .applyForm .submit{
	border-radius: 4px;
	color:#666666;
	position: relative;
	width: 60%;
	height: 46px;
	margin-left: 20%;
	line-height: 48px;
	margin-bottom: 30px;
}
section.our-contacts .applyForm .submit .button{
	background:linear-gradient(30deg,#14a0fa,#4176fb);
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	color:#ffffff;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
section.our-contacts .applyForm .submit .button:hover{
	background:linear-gradient(30deg,#038de5,#2760f1 );
	animation:appanimate 0.3s 0s;
	-webkit-animation:appanimate 0.3s 0s ease-in;
	-moz-animation: appanimate 0.3s 0s ease-in;
	-ms-animation: appanimate 0.3s 0s ease-in;
}
section.our-contacts .applyForm .qrcode{
	height: 100%;
	border-left: 1px solid #ddd;
}
section.our-contacts .applyForm .qrcode>div{
	width: 25%;
	display: inline-block;
	float: left;
	padding-top: 20px;
	text-align: center;
}
section.our-contacts .applyForm .qrcode>div>img{
	width: 100%;
}
section.our-contacts .applyForm .qrcode>div>span{
	padding: 15px 0;
	font-size: 16px;
	line-height: 50px;
	white-space: nowrap;
}
section.our-contacts .applyForm .qrcode>div>div{
	width: 100%;
	height: 35px;
	line-height: 32px;
	border:1px solid #ddd;
	border-radius: 4px;
}
section.our-contacts .applyForm .qrcode>div>div>div{
	display: inline-block;
	vertical-align: middle;
}
section.our-contacts .applyForm .qrcode>.ios{
	margin-left: 20%;
}
section.our-contacts .applyForm .qrcode>.ios .icon{
	width: 18px;
	height: 21px;
	background: url("../images/ios.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
section.our-contacts .applyForm .qrcode>.android{
	margin-left: 10%;
}
section.our-contacts .applyForm .qrcode>.android .icon{
	width: 18px;
	height: 21px;
	background: url("../images/android.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
@media (max-width: 767px){
	section.our-contacts h3.text-center{
		font-size: 24px;
		padding: 0;
	}
	section.our-contacts p.text-center{
		font-size: 14px;
		margin-top:10px;
	}
	section.our-contacts .separate{
		margin-top:30px;
	}
	section.our-contacts .applyForm .content,section.our-contacts .applyForm .submit{
		margin-left: auto;
		width: 100%;
	}
	section.our-contacts .applyForm .qrcode{
		display: none;
	}
}

	/*联系我们*/
/*-- /Contact Section --*/
/*-- Footer --*/
section.footer {
	background-color:#222;
	padding: 20px 0 20px;
	color:#fff;
}
.copyright p {
	text-align:center;
	font-size:14px;
	font-weight:200;
}
@media (max-width: 767px){
	section.footer{
		padding: 10px 0 10px;
	}
}
/*-- /Footer --*/

/*-- slide 动画效果 --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*-- 回顶部 --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  /*bottom: 80px;*/
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
    background-size: 30px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
} 
.cd-top:hover {
  background-color:#080808;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {/*1024以上*/
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1023px) {/*767-1024*/
	.cd-top {
		right: 20px;
		bottom: 60px;
	}
}

/*申请试用按钮统一样式*/
.More-box{
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
.More-box a{
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.about-us .More-box a,#contact .More-box a{
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.45);
}
.about-us .More-box a:hover,#contact .More-box a:hover{
	background-color:#3a7cfb ;
	color: #fff;
	border: 1px solid #3a7cfb;
}
.features .More-box a,#gallery .More-box a{
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
}
.features .More-box a:hover,#gallery .More-box a:hover{
	background-color:#fff ;
	color: #3a7cfb;
	border: 1px solid #fff;
}