@charset "utf-8";
/* reset */
body{
	overflow-x: hidden;
}
*,body {
	margin: 0;
	padding: 0;	 
	box-sizing: border-box;
}
a{
	color:#666;
	text-decoration: none;
	transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
a:link,a:visited{
	color:#666;
}
a:hover{
	color:#ffc410;
}
li {
	list-style: none
}
p {
    margin:0;
}
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 400;
}
ol,ul{
	margin:0;
	padding:0;
}
.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}
/*frame*/
body{
	position: relative;
	font-size:14px;
	color:#333;
    font-family: "Microsoft Yahei",Verdana,Geneva,sans-serif;
	background: #fff;
    -webkit-font-smoothing: antialiased;   
}
h3{
	color:#000;
	font-size:24px;	
}
h3.title{
	text-align: center;
}
h4{	
	text-align: center;
}
h4>span{
	display: inline-block;	
}
h4>span.title{
	padding:0 30px;
	font-size: 14px;
	color: #e1e1e1;
	margin-top: 10px;
}
h4>span.line-l,h4>span.line-r{
	position: relative;
    width: 160px;
    height: 1px;
    background-color: #e1e1e1;
    top:-5px;
}
/*header*/
.header {
	display: block;
	position: fixed;
	top:0;
	left:0;
	right:0;
	height:78px;
	padding:0 16px;
	background: #fff;
	z-index: 1001;
	zoom: 1;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.header-inner{
	max-width:1140px;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:18px;
}
.logo img{
	width:182px;
	height:42px;
}
.header-right{
	float:right;
}
#navbar{
	display: none;
}
.menu{
	float:right;
}
.menu li{	
	position: relative;
	float:left;	
	padding:24px 16px;
}
.menu>li>a{
	display: block;
	height:30px;
	padding-top:10px;
	text-align: center;
	color: #444;
}
.menu>li>a:hover{
	color: #ffc410;
}
.menu>li.active>a{
	border-top:3px solid #ffc410;
	padding-top:7px;
}
.sub-menu{
	position: absolute;
	top: 70px;
	left: -30px;
	right: -30px;
	z-index: 9999;
	background: #fff;
	border-top: 4px solid #ffc410;
	padding: 0 25px;
	font-size: 14px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.sub-menu p{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.sub-menu p a.disabled{
	color: #ccc;
}
/*banner*/
.banner{
	position: relative;
	margin-top:77px;
}
.banner-bg{
	background: url(../images/banner-bg.jpg) top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.col-6{
	width: 50%;
	float: left;
}
.scene{
 	padding: 50px 0;
 	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
 }
.scene>section, .scene>p{
	width: 50%;
	-webkit-order: 0;
	-moz-order: 0;
	-ms-order: 0;
	-o-order: 0;
	order: 0;
}
.scene section>h3{
  	margin-bottom: 30px;
  }
.scene section>p{
 	font-size: 14px;
 	color: #999;
 	line-height: 30px;
}
.test-btn{
	display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #309eff;
    font-size: 18px;
    border-radius: 40px;
    margin: 40px;
    text-align: center;
    width: 350px;
}
.test-btn:link,.test-btn:visited{
	color: #fff;
}
.test-btn:hover{
	color: #fff;
}
.content .test-btn{
	margin: 50px auto;
}
/*footer*/
.footer{
	padding:40px 0;
}
.footer .footer-inner{
	width:1140px;
	margin:0 auto;
}
.footer .copyright{	
	color:#999;
	text-align: center;
}

@media (max-width:1140px){
	.inner, .footer .footer-inner{
		width: auto;
	}

}
@media (max-width:1023px)  {
	.scene>section, .scene>p{
		width: 100%;
	}
	
}
@media (max-width:750px) {
	html,body{
		overflow-x:hidden;
	}
	#navbar{
		float:right;
		display: block;
		outline: 0;
		background: none;
		border:none;
		margin-top:20px;
		margin-right:10px;
	}
	#navbar .icon-bar{
		display: block;
    	clear: both;
    	width: 30px;
    	height: 3px;
    	border-radius: 1px;
    	background: #999;
	    margin-top:6px;
	}
	.menu{
		display: none;
		position: absolute;
	    right: 0;
	    top: 78px;
	    width: 100%;
	    background: #fff;
	    border-top:3px solid #ffc410;
	}
	.menu li{
		float:inherit;
		width:100%;
		text-align: center;
		padding:0;
	}
	.menu li a {
	    display: block;	  
	    height:50px;  
		line-height:50px;
	    padding-top: 0;
	    text-align: left;
	    padding-left: 30px;
	}
	.menu>li.active>a{
		border-top:none;
		padding-top:0;
	}
	.menu li.hasSub:after {
		position: absolute;
	    content: '';
	    display: inline-block;
	    left: 100px;
	    top: 20px;
	    width: 8px;
	    height: 8px;
	    border-top: 1px solid #999;
	    border-right: 1px solid #999;
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	}
	.sub-menu{
		position: static;
		display: block!important;
		border-top: none;
		padding-left: 120px;
		box-shadow: none;
	}
	h4>span.title{
		font-size:16px;
		padding:7px 30px;
	}
	h4>span.line-l, h4>span.line-r{
		width:20%;
	}
	.scene{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
	}
	.scene>section{
		width: 80%;
		margin: 50px auto 30px auto;
	}
}
@media (max-width: 568px) {
	.content .test-btn{
		margin: 50px 30px;
		width: auto;
	}
	h4>span.title {
	    font-size: 14px;
	    padding: 7px 20px;
	}
	h4>span.line-l, h4>span.line-r {
	    display: none;
	}

}
@media (max-width: 480px) {
	
}
@media (max-width:414px) {

}