@charset "UTF-8";
html{
	-webkit-text-size-adjust:none;
	font-size:100px;
}
*{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
}
ul{
	margin:0;
	padding:0;
}
body{
	background:#FFFFFF;
	font-family:微软雅黑,Arial,helvetica,sans-serif;
	font-family: "Microsoft Yahei";
	color:#333333;
	margin:0;
	padding:0;
}
body div{
	display:block;
	margin: 0 auto;
}
a{
	text-decoration:none;
	color:#333333
}
button{
	margin:0;
	border:0;
}
a:hover{
	color: red;
}

.Page{
	width:100%;
}
.gray{
	width:100%;
	background-color: #f5f5f5;
	padding-top:30px;
}
.gray-body{
	width:1200px;
}
.bottom{
	/*height:25vw;*/
}
.bottom-1{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:2% 0;
	/*height:13vw;*/
	overflow: hidden;
}
.bottom-2{
	overflow: hidden;
}
.Nav2{
	float:left;
	width:25%;
}
.Nav2 div{
	float:left;
}
.Nav2 div:first-child{
	text-align: center;
}
.Nav2 img{
	width:60%;
}
.B-Title{
	font-size: .28rem;
	letter-spacing: 4px;
}
.B-text{
	font-size:.18rem;
	width:100%;
	/*height:2.2vw;*/
	letter-spacing: 2px;
	line-height: 250%;
}
.Nav2 div:first-child {
	width:20%;
}
.Nav2 div:last-child {
	width:80%;
}
.last-text{
	color:#666666;
	font-size:.14rem;
	letter-spacing: 2px;
	/*height: 1.5vw;*/
	line-height: 200%;
}
.bottom-2{
	padding:3% 5%;
	/*height:10vw;*/
}
.bottom-2 div:first-child {
	float:left;
	width:75%;
}
.bottom-2 div:last-child {
	float:right;
	width:25%;
	text-align: center;
	color:#666666;
	font-size:.14rem;
}
.bottom-2 div:last-child div{
	float:left;
	width:50%;
}
.bottom-2 img{
	width:80%;
}
.content{
	width:100%;
}