@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color:#333333;
	background-color:#FFF;
}
img{
	display:block;
}
a,
a:hover,
a:focus {
  color:#2a6496;
  text-decoration:none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul,ol{
	list-style:none;
}
body,
html,
.demo-wrapper,
.header,
.nav,
.wrap,
.main,
.footer{   
    position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
}
.demo-wrapper{
	/*max-width:480px;
	background:url(../img/indexbg.jpg) no-repeat;
	background-size:100% 100%;*/
	background:#000;
	overflow:hidden;
}
.wrap{
	width:90%;
	padding:0 5%;
	/*padding-bottom:50px;*/
	/*min-height:400px;*/
}
.footer{
	width:86%;
	margin:0 auto;
	padding:20px 0;
}
.flogo{
	width:30%;
	float:left;
}
.logo2{
	width:70%;
	margin:0 auto;
}
.finfo{
	width:100%;
	float:left;
	font-size:1em;
	line-height:1.5em;
	color:#FFF;
}
.main{
	background:rgba(255,255,255,0.7);
}
.content{
	position:relative;
	padding:20px 2%;
}
.clear{
	clear:both;
}
.banner{
	width:100%;
	margin:0 auto;
}
.logo1{
	position:absolute;
	width:40%;
	top:10%;
	left:5%;
}
.logo{
	width:40%;
	margin:25px auto 25px 5%;
}
.nav{
	width:90%;
	z-index:888;
	margin-top:20px;
}
.nav li{
	float:left;
	width:50%;
}
.nav .menu{
	position:relative;
	width:90%;
	height:auto;
	margin:15px auto;
	line-height:1.5em;
	text-align:center;
	overflow:hidden;
}
.nav a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;

}
.menu img{
	width:100%;
	margin:0 auto;
}
.nav li:first-child .menu{
	/*background:url(../img/icon2_1.jpg) no-repeat;*/
	background-size:100% 100%;
}
.nav li:last-child .menu{
	/*background:url(../img/icon2_4.jpg) no-repeat;*/
	background-size:100% 100%;
}
.nav li:nth-child(2) .menu{
	/*background:url(../img/icon2_2.jpg) no-repeat;*/
	background-size:100% 100%;
}
.nav li:nth-child(3) .menu{
	/*background:url(../img/icon2_3.jpg) no-repeat;*/
	background-size:100% 100%;
}
.mnbg{
	position:absolute;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	left:0%;
}
.mnbg2{
	position:absolute;
	/*background:rgba(255,255,255,0.6);*/
	width:100%;
	height:100%;
	left:0%;
}
/*.on{
	position:absolute;
	background:rgba(0,0,0,1);
	height:100%;
	left:0%;
	z-index:999;
}*/
.title{
	margin-bottom:10px;
	border-bottom:1px solid #000;
	font-size:1.2em;
	font-weight:bold;
	font-family:"微软雅黑";
}
.title .lg{
	font-size:1.5em;
}

/*form*/
.row{
	margin-bottom:10px;
}
.label01{
	line-height:2.0em;
}
.input01{
	width:98%;
	padding:0 1%;
	height:40px;
	border:1px solid #CCC;
	border-radius:5px;
	outline:none;
	
}
.txtarea01{
	width:98%;
	padding:0 1%;
	border-radius:5px;
	outline:none;
	line-height:1.5em;
	resize:none;
}
.button01{
	padding:0 10%;
	border:1px solid #CCC;
	border-radius:5px;
	outline:none;
	line-height:2.0em;
}
/*form*/

.return{
	width:50px;
	position:fixed;
	right:0;
	z-index:999;
	bottom:10%;
}
.return img{
	width:100%;
	margin-bottom:10px;
}

.btn {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #004911;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    font-size: 1.0em;
    line-height: 1.0em;
    box-sizing: border-box;
    cursor: pointer;
}