html, body{
    font-family: "微软雅黑";
    font-size: 100%;
    background-color: #FFF;
}
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;
}
/*-----start-header----*/
.header{
	background: #fff;
	padding: 0.8em 0;
	position:relative;
	width: 100%;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.logo{
	float:left;
}
.logo a{
	color: #FFF;
	font-weight: 700;
	margin-top: 0.8em;
}
.logo a:hover{
	text-decoration:none;
}
/*----navbar-nav----*/
.top-nav ul li a{
	color: #333;
	padding: 0.5em 1em;
	font-size: 0.9em;
	font-weight:300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 0 0.5em;
}
.top-nav ul li a:focus{
	text-decoration: none;
}
.top-nav ul li a span{
	height: 20px;
	width: 1px;
	display: inline-block;
	background: #C2C2C2;
	position: absolute;
	top: 29%;
	right: 0;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color: #FFFFFF;
	background: #1761DD;
}
.logo a{
	display:block;
}
.logo p{
	font-size: 1.4em;
	color: #333;
}
.logo p span{
	color: #1a95ff;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0.75em 0;
}
nav li {
	display: inline;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
.top-nav ul li .nav-active{
	color: #fff;
}
.nav-active{
	background-color: #1761DD;
	color: #fff;
}

/*搜索*/
.search{
	float: right;
	border-radius: 18px;
	margin: 13px 0;
	margin-left: 40px;
	position: relative;
	border: 1px solid #e6e6e6;
}
.search .form-control:first-child{
	width:100%;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	padding: 10px;
	padding-left: 15px;
	padding-right: 60px;
	/*background: url(../images/search-icon.png) no-repeat 12px center;
	background-size: 16px 16px;*/
	border-radius: 18px;
	outline: none;
    font-size: 0.85em;
    color: #888;
}
.btns{
	position: absolute;
    right: 5px;
    top: 19px;
    margin-top: -15px;
    width: 54px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 13px;
    background: #1761dd;
    color: #fff;
    font-size: 0.8em;
    z-index: 999;
    outline: none;
    border: 0;
}
.toast{
	color: #1761dd;
    font-size: 0.6em;
    position: absolute;
    left: 15px;
    bottom: -1.8em;
    margin: 0;
    display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 1024px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 1024px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
		margin-top: 1em;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top:10px;
	}
	nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
	.search{
		display: none;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
/*-----*/

.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#top{
    padding: 130px 400px 100px 400px;
    background: url(../images/top-img.png) right bottom no-repeat;
    background-color: #1761dd;
}
.top-content{
	position: relative;
}
.top-content img{
	width: 409px;
	height: 98px;
	margin-bottom: 20px;
}
.top-content p{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	width: 62%;
	margin-bottom: 60px;
}
#top a{
	width: 100%;
	height: auto;
}
.input-div{
	width: 130px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	border: 0;
	outline: 0;
	color: #1761DD;
	background-color: #fff;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}


/*----start-team----*/
.team,.guide,.features,.scene,.footer{
	background-size:cover;
	padding-top:4.5em;
}
.team-head h3,.guide-head h3,.features-head h3,.scene-head h3,.footer-top h3{
	color: #333;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.02em;
	margin:0;
}
.team-head span,.guide-head span,.features-head span,.scene-head span,.footer-head span{
	color: #333;
	font-size: 0.7em;
	margin:0;
	text-align: center;
}
.team-grids,.guide-grids{
	padding-top:3.5em;
	padding-bottom: 4.5em;
	height: auto;
	overflow: hidden;
}
.b-wrapper{
	text-align: center;
}
/*-----start-features-----*/
.features{
	background: url(../images/feature-bg.png) no-repeat;
	background-size: cover;
}
.features-head h3{
	color: #1761dd;
	transform: translateY(0px);
}
.features-head span{
	color: #1761dd;
	transform: translateY(0px);
}
.features-head p{
	font-family: 'Droid Serif', serif;
	color: #BBB;
	font-size: 1em;
	font-style: italic;
	margin-top: 10px;
}
.grid-wrapper{
	background-color: #fff;
	padding: 1.8rem 0;
	overflow: hidden;
	border: 2px solid rgba(255,255,255,0);
}
.grid-active{
	border: 2px solid #1761DD;
}

.feature-grid img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.feature-grid h3{
	color: #202020;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}
.feature-grid h3 span{
	width: 26px;
	height: 25px;
	display: inline-block;
	background: url(../images/fea-icons.png) no-repeat 1px 0px;
	vertical-align: top;
	margin-right: 0.5em;
}

.feature-grids{
	padding-top:1.6em;
	width: 100%;
	padding-bottom: 4.5em;
}
.c-wrapper{
	width: 40%;
	text-align: center;
	float: left;
	border-right: 1px solid #d9dfe9;
	box-sizing: border-box;
}
.f-member-info{
	width: 60%;
	float: right;
	padding: 0 1em;
}.f-member-info p{
	width: 90%;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
}
.c-wrapper img{
	width: 55%;
	height: 55%;
}
.c-wrapper h4{
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin-top: 1.6rem;
	margin-bottom: 0;
}
.grid-active .c-wrapper h4{
	color: #1761DD;	
}
/*----start-scene----*/
.scene{
	background: url(../images/scen-bg.png) no-repeat;
	background-size:cover;
	
}
.scene-head h3{
	color: #fff
}
.scene-head span{
	color: #fff;
}
.scene-grids{
	padding-top:3.5em;
	position: relative;
	padding-bottom: 4.5em;
}
.scene-tab{
	float: none;
	padding: 0 0.5em;
	z-index: 2;
}
.scene-tab li{
	text-align: center;
	padding: 0 0.45em;
}
.scene-tab li a{
	padding: 0;
	padding: 0.65em 0;
	width: 100%;
	border-radius: 1.45em;
	color: #fff;
	font-weight: bold;
	font-size: 0.95em;
	background-color: rgba(0,0,0);
}
.scene-tab li .active{
	color: #333;
	background-color: rgba(255,255,255,1);
}
.scene-tab.nav-tabs{
	border: 0;
	margin: 0 auto;
}
.line{
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	z-index: 1;
	clear: both;
	position: absolute;
	top: 4.8em;
	left: 0;
	width: 100%;
}
.sub-tab .tab-pane{
	width: 100%;
}
.sub-tab li nav{
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
}
.scene-content{
	padding-top: 3em;
	width: 100%;
	padding-bottom: 4.5em;
}
.scene-content .tab-pane ul li{
	text-align: center;
	float: none;
	border-radius: 0;
	padding-right: 0.6em;
}
.scene-content .tab-pane ul.nav-tabs{
	border-bottom: 0;
}
.scene-content .tab-pane ul.nav-tabs li a{
	font-size: 1.2em;
	color: #fff;
	padding: 1.4em 0;
	border-radius: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.scene-content .tab-pane ul.nav-tabs li .active{
	color: #333;
	border: 0;
	background-color: #fff;
	position: relative;
}
.scene-content .tab-pane ul.nav-tabs li .active::after{
	content: '';
    position: absolute;
    right: -1.2em;
    top: 1.4em;
    border: 0.6em solid transparent;
    border-left-color:white;
}
.scene-content .tab-content p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.scene-content .tab-content .scene-img{
	float: right;
	padding-left: 40px;
	padding-right: 0;
	height: 260px;
}
.scene-content .tab-content .scene-img video{
	height: 100%;
	width: 100%;
	background-color: #000;
	border: 0;
	outline: none;
	position: relative;
	vertical-align: middle;
}
.scene-content .tab-content .scene-img img{
	width: 100%;
	height: 100%;
}
/**/
.scene-content .tab-content .function_2{
	position: absolute;
	top: 6em;
}
.scene-content .tab-content{
	position: relative;
}
.scene-content .tab-content .function_3{
	position: absolute;
	top: 12em;
}
/*----guide-scene----*/

.guide-img{
	position: relative;
	text-align: center;
}
.guide-img img{
	width: 100%;
	height: 242px;
}
.guide-img .content{
	position: absolute;
	top: 242px;
	left: 0;
	width: 100%;
	height: 242px;
	background-color: rgba(17,83,195,0.8);
	display: table;
	opacity: 0;
	transition: all 0.6s ease;
}
.guide-img .content p{
    font-size: 0.85em;
	color: #fff;
	padding: 0 15%;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.guide-grid:hover .content{
	opacity: 1;
	top: 0px;
}
.guide-grid h5{
	font-size: 1.1em;
	padding: 1em 0;
	margin: 0;
	background-color: #1761DD;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
/*----start-footer----*/
.footer{
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
}
.footer-top{
	padding-bottom: 4%;
}
.footer-top h3{
	color: #fff;
}
.footer-top span{
	color: #fff;
}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	margin:0.8em 0 0;
}
.b-animate button{
	background: #FFB500;
	padding: 0.9em 1.8em;
	color: #3B3B43;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin-top: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(226, 80, 80, 0.71);
	background-size: 100% 100%;
	margin: 0;
	min-height: 282px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
/*----*/
.animate-head{
	padding:0.5em;
}
.animate-head-left{
	text-align:center;
}
.animate-head-left h3{
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 3.2em;
}
.animate-head-left span{
	font-size: 0.875em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 0;
}
.team-grid{
	padding-bottom:20px;
}
.team-grid:hover .p-img{
	box-shadow:0 0 24px rgba(156,188,233,1);
	-moz-box-shadow:0 0 24px rgba(156,188,233,1);
	-webkit-box-shadow:0 0 24px rgba(156,188,233,1);
}
.t-member-info{
	padding-top:1.6em;
	width: 80%;
	margin: 0 auto;
}
.t-member-info h5{
	color: #202020;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.8rem;
	text-align: center;
}
.t-member-info span{
	text-transform:uppercase;
	color:#666;
	font-size: 14px;
}
.team{
	background-color: #fff;
}
.p-img{
	width:70%;
	height: 70%;
	border-radius: 100%;
}




/*--footer--*/


.contact-top h3 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em;	
}
.to input[type="text"] {
	padding: 10px;
	width: 31%;
	font-size: 0.85em;
	margin: 10px 0;
	border: 1px solid rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.6);
	background: none;
	float: left;
	outline: none;
	font-weight: 400;
}

.form-submit1 {
	float: left;
	margin: 0.7em 0 0 1.3em;
}
.form-submit1 input[type="submit"] {
	color: #FFF;
	font-size: 0.85em;
	padding: 0.8em 4.8em 0.8em 2em;
	text-transform: uppercase;
	background: url(../images/submit_arrow.png)no-repeat 186px 13px #E25050;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 400;
	border: none;
	cursor: pointer;
}
.form-submit1 input[type="submit"]:hover {
 	background: url(../images/submit_arrow.png)no-repeat 186px 13px #333;
}
.text input[type="text"]{
	width:65%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: rgba(255,255,255,0.6);
	font-weight:400;
	outline: none;
	background:none;
	height: 100px;
	padding: 10px;
	resize: none;
	text-transform:uppercase;
	border:1px solid rgba(255,255,255,0.3);
	float: left;
}
.sendBtn{
	padding: 10px;
    width: 31%;
    font-size: 0.85em;
    margin: 10px 0;
    color: rgba(51,51,51,1);
    background: #fff;
    float: left;
    outline: none;
    font-weight: 600;
    border: 0;
}
.contact-top_left h3 {
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight:700;
	margin: 0 0 5px;
}
.contact-top_left{
	text-align: center;
}
.contact-top_left p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 1em;
	font-family: 'Open Sans', sans-serif;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-bottom: 60px;
}
a.mail {
	padding-left:24px ;
	background: url(../images/mail.png) no-repeat left center;
	margin-right: 2%;
}
a.mobile {
	padding-left:24px ;
	background: url(../images/phone.png) no-repeat left center;
	margin-right: 2%;
}
ul.contact_info a {
	color: #fff;
	font-size: 0.8125em;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 1px;
}
ul.contact_info li{
	float: left;
	width: calc(100%/3);
	text-align: center;
}
ul.contact_info a:hover{
	text-decoration: none;
}
ul.contact_info a.msg:hover {
	text-decoration:underline;
}
a.message {
	padding-left:24px ;
	background: url(../images/qq.png) no-repeat left center;
	margin-right: 2%;
}
/*.co_logo{
	text-align: center;
}*/
ul.contact_info a.msg {
	cursor: pointer;
}

.footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 4%;
	padding-bottom: 4.5em;
}
.contact {
	padding: 0;
}
.copy{
	padding-top:5%;
	font-family: 'Open Sans', sans-serif;
}
.copy p{
	font-size:0.8125em;
	color:#888;
}
.copy p a{
	color:#fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 26px;
	right: 3%;
	overflow: hidden;
	width:50px;
	height:50px;
	border: none;
	text-indent: 100%;
	background: url("../images/top_move.png") no-repeat 0px 0px;
}

/*--responsive design--*/
@media (max-width:1800px){
	#top{
		padding: 140px 200px 140px 200px;
   		background: url(../images/top-img.png) left top no-repeat;
   		background-color: #1761dd;
	}
	.top-content p{
		width: 66%;
	}
}
@media (max-width:1600px){
	.top-content p{
		width: 70%;
	}
}
@media (max-width:1400px){
	.top-content p{
		width: 74%;
	}
}
@media (max-width:1366px){

	.slide-text-info span{
		width: 50%;
	}
	.top-content p{
		width: 90%;
	}
}
@media (max-width:1280px){
	
	.guide-grid {
	    width: 50%;
	    float: left;
	    padding-bottom: 30px;
	}
	.guide-img{
		width: 256px;
		margin: 0 auto;
	}
	.guide-grid h5{
		width: 256px;
		margin: 0 auto;
	}
	.to input[type="text"] {
		width: 29%;
	}
	.sendBtn{
		width: 29%;
	}
	.contact-top_left{
		float: none;
	}
}
@media (max-width:1024px){
	.slide-text-info h1 {
		/*width: 37%;*/
		font-size: 1.2em;
	}
	.slide-text-info span{
		font-size: 0.7em;
	}
	.slide-text-info p{
		font-size: 0.9em;
		padding-top: 1.4em;
	}
	#top{
		padding: 100px 120px 140px 120px;
   		background: url(../images/top-img.png) left top no-repeat;
	}
	.top-content p{
		width: 100%;
	}
	/*#top{
		overflow-x: auto;
	}*/
	.top-nav ul li a {
		margin:0;
	}
	.slide-text-info label {
		font-size: 0.95em;
	}
	.callbacks .caption {
		top: 22%;
	}
	.callbacks_nav {
		top: 63%;
	}
	.features-head h2{
		font-size: 1.7em;
	}
	.feature-grid h3 {
		font-size: 1em;
	}
	.feature-grid h3 span {
		vertical-align: sub;
	}
	.feature-grid p {
		font-size: 14px;
	}
	.team-head h3, .pricing-plans-head h3, .gallery-head h3{
		font-size: 1.5em;
	}
	.animate-head-left h3 {
		font-size: 1em;
	}
	.animate-head-left span {
		font-size: 0.8125em;
	}
	.t-member-info h5 {
		font-size: 18px;
	}
	.t-member-info span {
		font-size: 14px;
	}
	.p-img{
		width: 30%;
		height:30%;
	}
	.pricing-plan-grid-left h4, .pricing-plan-grid-left1 h4 {
		font-size: 0.85em;
	}
	.pricing-plan-grid-left p, .pricing-plan-grid-left1 p {
		font-size: 1.7em;
	}
	ul.twitter_footer {
		width: 73%;
	}
	.to input[type="text"] {
		width: 29%;
	}
	.sendBtn{
		width: 29%;
	}
	.form-submit1 input[type="submit"] {
		padding: 0.8em 2.2em 0.8em 1em;
		background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
	}
	.form-submit1 input[type="submit"]:hover {
		background: url(../images/submit_arrow.png)no-repeat 155px 13px #E25050;
	}
	.scene-tab.nav-tabs{
		width: 90%;
	}
	.scene-tab.nav-tabs li{
		width: 25%;
	}
	
	.scene-content .tab-pane ul.nav-tabs{
		width: 20%;
		float: left;
	}
	.sub-scene-content{
		width: 80%;
		float: right;
	}
	.scene-content .tab-content p{
		width: 42%;
		padding-left: 0;
		float: left;
	}
	.scene-img{
		width: 58%;
	}
	.scene-content .tab-content .scene-img{
		text-align: center;
	}
	.team-grid {
	    float: left;
	    width: 50%;
	}
	.feature-grids{
		overflow-x: auto;
	}
	.feature-ul{
		width: 150%;
		overflow: hidden;
	}
	.feature-grid{
	    width: calc(100% / 3 );
		float: left;
	}
	.scene-content{
		overflow-x: auto;
	}
	.scene-tab-pane{
		width: 110%;
		overflow: hidden;
	}
	.container{
		width: auto;
	}
	.search{
		margin-left: 20px;
	}
	/*.co_logo{
		text-align: right;
	}

	.co_logo{
		display: none;
	}*/
}

@media (max-width:800px){
.top-nav ul li a {
	padding: 0.5em 0.7em;
	font-size: 0.85em;
}
.logo a {
	margin-top:0;
}
.contact-top_left p {
	margin: 1em 0;
}

.guide-grid-ul{
	width: 150%;
}
.guide-grids{
	width: 100%;
	overflow-x: auto;
}

}

@media (max-width:768px){
#top{
	padding: 50px 30px;
}
.top-content img{
	width: 204.5px;
	height: 49px;
}
.top-content p{
	font-size: 14px;
}
.features-head p {
	font-size: 0.85em;
}
.scene-content .tab-content .scene-img{
	text-align: center;
	float: none;
	padding-left: 0;
	width: 100%;
	height: 160px;
}
.scene-tab-pane{
	width: 150%;
}
.t-member-info h5{
	font-size: 16px;
}
.scene-tab-pane{
	width: 100%;
}
.scene-content .tab-pane ul.nav-tabs{
	width: 30%;
}
.sub-scene-content{
	width: 70%;
}
.scene-content .tab-pane ul.nav-tabs li a{
	font-size: 16px;
}
.scene-content .tab-content p{
	width: 100%;
	position: relative;
	font-size: 12px;
	margin-bottom: 10px;
	float: none;
}
.scene-content .tab-content .function_2{
	padding-top: 6em;
	position: relative;
	top: 0;
}
.scene-content .tab-content .function_3{
	padding-top: 12em;
	position: relative;
	top: 0;
}
.guide-grid-ul{
	width: 100%;
}
.guide-grid{
	width: 100%;
}

.team-head h3, .features-head h3, .scene-head h3,.guide-head h3,.footer-top h3{
	font-size: 24px;
}
nav a#pull{
	top: 0;
}
.scene-content .tab-content{
	padding-left: 0;
}
ul.contact_info{
	padding-bottom: 20px;
}
ul.contact_info li{
	float: none;
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.contact-top_left{
	text-align: left;
	padding-left: 20px;
}
}
@media (max-width:640px){
.slide-text-info h1 {
	font-size: 0.85em;
/*	width: 44%;*/
}
.top-content .caption{
	left: 8%;
	top: 4%;
}
.slide-text-info span{
	width: 100%;
	font-size: 0.6em;
}
ul.twitter_footer {
	width: 57%;
}
.team-grid{
	margin-bottom: 20px;
	padding: 0;
}
.t-member-info{
	width: 90%;
}
.t-member-info span {
	font-size: 12px;
}
.p-img{
	width: 50%;
	height: 50%;
}
.feature-ul{
	width: 100%;
}
.feature-grid{
	width: 100%;
	margin-bottom: 20px;
}
.scene-tab li a{
	font-size: 14px;
}
.c-wrapper h4{
	font-size: 18px;
}

}
@media (max-width:480px){
.slide-text-info h1 {
	display: none;
}
.callbacks_nav {
	top: 79%;
}
.form-submit1 {
	margin:0;
}
ul.twitter_footer {
	width: 100%;
	float: none;
}
.social {
	float: none;
	margin-top: 20px;
}
ul.twitter_footer li p {
	width: 84.5%;
}
.to input[type="text"] {
	width: 100%;
	margin-left: 0px !important;
}
.sendBtn{
	width: 29%;
	margin-left:0 ;
}
.scene-content .tab-pane ul.nav-tabs li a{
	font-size: 14px;
}
.scene-content .tab-content .scene-img{
	height: 140px;
}

}
@media (max-width:320px){
.callbacks img {
	min-height: 130px;
}
.slide-text-info span {
   font-size: 12px;
}
.slide-text-info label {
	font-size: 14px;
}
.callbacks_nav {
	top: 84%;
}
.features-head h2 {
	 font-size: 1.2em;
}
.features-head p {
	font-size: 12px;
}
.team-head h3, .features-head h3, .scene-head h3,.guide-head h3,.footer-top h3{
	font-size: 20px;
}
.gallery-head p {
	width: 100%;
}
.grid {
	padding: 10px 10px 10px 10px;
}
.c-wrapper h4{
	font-size: 16px;
}
.feature-grid p{
	font-size: 12px;
}
.scene-tab li a{
	font-size: 12px;
}
.scene-tab li{
	padding: 0 0.15em;
}
.scene-tab.nav-tabs{
	width: 100%;
}

}




