﻿body{	
	font-family:"微软雅黑", 'Open Sans', sans-serif;
	overflow-x : hidden; 
	height:100%;
	margin:0px;
	background-size:100%;
	height:auto;	
	}
.mian{
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	height: 100vh;
	background: url(../images/downbg.png) no-repeat;
	background-position: center;
	background-size: cover;
	}
.top_logo{
	width:100%;
	height:auto;
	}
.top_logo img{
	width:66px;
	text-align:center;
	padding-top: 60px;
	}
	.top_text{
		margin-top: 25px;
		font-size: 17px;
	}
	.top_text span:nth-child(1){
		margin-right: 10px;
	}
.buttom_mind{
	height: 30%;
	width:100%;
	margin-top: 60px;
	}
	.mind_text{
		color: #8D5247;
		font-size: 20px;
		font-weight: bold;
	}
	.mind_text_info{
		font-size: 16px;
		margin-top: 35px;
		margin-bottom: 40px;
	}
.buttom_mind a{
	width:80%;
	display:block;
	height:50px;
	background:#BA6F61;
	margin:0px auto;
	margin-top:5px;
	line-height:50px;
	text-decoration:none;
	color:white;
	font-size:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.buttom_mind .img01{ 
	width:350px;
	height: 45px;
	margin:0px auto;
	background:url(../images/ad01.png) no-repeat 85px -38px ;
	background-size:40px;
	}
.buttom_mind .img01:hover{
	width:350px;
	height: 45px;
	margin:0px auto;
	background:url(../images/ad01.png) no-repeat 85px -38px ;
	background-size:40px;
	}
.buttom_mind .img02{
	width:350px;
	height: 45px;
	margin:0px auto;
	background:url(../images/ap01.png) no-repeat 85px -38px ;
	background-size:40px;
	}
.buttom_mind .img02:hover{
	width:350px;
	height: 45px;
	margin:0px auto;
	background:url(../images/ap01.png) no-repeat 85px -38px ;
	background-size:40px;
	}
.buttom_mind a:active,.buttom_mind a:hover{
	background:#510b03;
	color:#fff;
		}
.bottom{
    width:100%; 
	}
.bottom img{width:100%; height:auto; left:0px;  bottom:0px; position:fixed;}

.sharetip{
	position: fixed;
	top: 70px;
	background: white;
	right: 65px;
	border-radius: 5px;
	font-size: 14px;
	padding: 12px 18px;
	max-width: 232px;
}		
.sharetip img{
	position: fixed;
    top: 13px;
    right: 13px;
    width: 55px;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		