@charset "utf-8";
@font-face {
    font-family: Asap-Regular;
    src: url(../fonts/Asap-Regular.ttf)
}
@font-face {
    font-family: Asap-Bold;
    src: url(../fonts/Asap-Bold.ttf)
}
/* CSS Document */
body{margin:0 auto;padding:0; color:#414141;height: auto;background:#fff;overflow-x:hidden}
body,button,input,select,textarea{font:14px verdana,"\5FAE\8F6F\96C5\9ED1",tahoma,arial,"Hiragino Sans GB","\5b8b\4f53";}
body,button,input,select,textarea{font-family:"Asap-Regular","Arial";}
input,select,textarea{font-size:100%;}
a{ color:#333; text-decoration:none;}
img{ vertical-align:top; border:0;}
ul,li,ol,dl,dt,dd{margin:0; padding:0; list-style:none;}
a:hover,
a:focus {
	color:#2160d4;
    text-decoration:none;
}
body,html{
	scroll-behavior: smooth;
}
.page-con{
	width:100%;
	float:left;
	background: #fff;
}
#page-head{
	width:100%;
	float:left;
	position:fixed;
	top:0;
	z-index:999;
}
/*页面头部top*/
#page-head .head{
	height:50px;
	width:100%;
	background:#fff;
	line-height:45px;
	float:left;
	color:#fff;
	font-size:12px;
	position:fixed;
	top:0;
	z-index:999;
}
#page-head .nav-ul{
	width:150px;
	position:fixed;
	top:50px;
	left:-150px;
	background:#fff;
	height:100%;
	z-index:1000;
	transition: all 0.5s;
}
#page-head .nav-ul.open{
	left:0;
	transition: all 0.5s;
}
#page-head .nav-ul span{
	width:60%;
	text-align:center;
	float:left;
	position:absolute;
	bottom:30%;
	margin-left:20%;
}
#page-head .nav-ul span img{
	width:40%;
}
#page-head .nav-ul li{
	width:100%;
	text-align:center;
	font-size:15px;
	line-height:45px;
}
#page-head .nav-ul li a{
	color:#333;
}
.page-top-pc.on{
	background:rgba(0,0,0,.7);
}
#page-head #nav-btn{
	float:left;
	margin-left:10px;
}

#page-head #nav-btn img{
	width:26px;
	vertical-align:middle;
}
#page-head .page-logo{
	width: 90px;
	vertical-align:middle;
	position:absolute;
	float:left;
	margin-left:-45px;
	left:50%;
	margin-top:6px;
}
#page-head .page-logo img{
	width:100%;
}
.page-top-pc{
	width:100%;
	float:left;
	height:80px;
}
.page-logo-pc{
	float:left;
	margin-top:15px;
}
.page-nav-pc{
	float:right;
	margin-top:25px;
}
.page-nav-pc .nav{
	float:left;
	margin-left:5px;
	COLOR:#FFF;
	font-size:16px;
	padding:6px 20px;
}
.page-nav-pc .nav.on{
	color:#fff;
	border:2px solid #fff;
	border-radius:30px;
}
.nei .page-top-pc.on .nav{
	color:#fff!important ;
}
.page-nav-pc .nav:hover{
		color:#fff;
}
/*页面头部end*/
.page-foot{
	width:100%;
	background:url(../images/bottom_bg.png) bottom center no-repeat;
	color:#fff;
	height: 550px;
    float: left;
    background-size: contain;
}
.page-nav{
	width:60%;
	float:left;
	margin-left:20%;
}
.page-nav li{
	width:14%;
	text-align:center;
	color:#fff;
	float:left;
	font-size:16px;
}
.page-nav li a{
	color:#fff;
}
.foot-text{
	width:100%;
	color:#fff;
	text-align:center;
	margin-top:30px;
	font-size:16px;
	float: left;
}
.page-top-pc.nei{
	background:#fff;
	border-bottom:1px solid #e6e6e6;
}
.page-top-pc.nei .nav{
	color:#333;
}
.page-top-pc.nei .nav.on{
	color:#e7c358;
}
.page-top-pc.nei .nav:hover{
	color:#e7c358;
}
.foot-btn{
	width:80%;
	float:left;
	margin-left:10%;
	margin-top:100px;
	background:#e8f7f4;
	height:110px;
	margin-bottom:80px;
	border-radius:60px;
	box-shadow:0 0 15px #999;
}
.form-input{
	width:50%;
	float:left;
	text-align:center;
	line-height:110px;
	font-size:20px;
	background:none;
	color:#333;
	border-radius:60px;
	border:0;
	outline: none;
}
input:focus{
	outline: none;
}
.foot-btn-right{
		font-weight:bold;
		color:#fff;
		line-height:110px;
		height:110px;
		background:#0fd5aa;
		width:50%;
		float:right;
		border-radius:60px;
		text-align:center;
		font-size:30px;
}
@media (max-width: 768px ){
		.zhe-bg{
			width:100%;
			position:fixed;
			top:0;
			height:100%;
			background:rgba(0,0,0,.6);
			z-index:98;
		}
		.foot-btn{
				width:94%;
				margin-left:3%;
		}
		.form-input{
			height:50px;
			line-height:50px;
			font-size:12px;
		}
		.foot-btn{
			height:50px;
			margin-top:40px;
			margin-bottom:30px;
			line-height:50px;
		}
		.foot-btn-right{
			height:50px;
			line-height:50px;
			font-size:14px;
		}
		.page-foot{
			height:auto;
		}
		.foot-text{
			line-height:45px;
			font-size:12px;
		}
}

@media (max-width: 356px ){
	
}
