* {
	font-family: Source Han Sans CN, Microsoft YaHei;
}

body {
	margin: 0;
	padding: 0;
	/* background: url("../img/css-banner.png") no-repeat; */
	background: url("../img/w1012.jpg") no-repeat;
	background-size: 100% 67.5rem;
}

a {
	text-decoration: none;
	color: black;
}

.Home {
	width: 100%;
	height: 100%;
	user-select: none;
}
.home_letf{
	position: absolute;
    	left: 40px;
    	top: 40px;
}
.home_letf>img{
	width: 200px;
}

.search_title {
	top: 10%;
	width: 100%;
	height: 2em;
	font-size: 72px;
	font-family: "KaiTi";
	margin-bottom: 2%;
	color: white;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-shadow: 0 2px 4px #555;
}

.introduction {
	text-align: center;
	margin: 0 auto;
	width: 70%;
	font-size: 35px;
	margin-bottom: 5%;
	text-shadow: 1px 2px 4px black;
	color: white;
}
.main-menu{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.main-menu img{
	box-shadow: 2px 2px 5px 1px #9E9E9E;
	width: 180px;
	vertical-align: top;
}

.MenuLi li {
	list-style: none;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
	background: #FF9800;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	text-align: center;
}

.MenuLi i {
	background: url(../img/phone.png) no-repeat;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}

.MenuLi span {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: white;
}

.mobile_EqImg {
	position: relative;
	display: none;
	width: 80px;
	margin-left: -85px;
	margin-top: -70px;
}

.mobile_EqImg img {
	width: 100%;
}

.MenuLi {
	position: absolute;
	right: 30px;
}
.main-menu a {position: relative;}
.main-menu .hits {
    position: absolute;
    color: #ffffff;
    text-shadow: 0 0 4px #000000;
    bottom: 0;
    left: 0;
    font-size: 14px;
    background: linear-gradient(30deg, rgba(93,75,61,.5), transparent);
    border-top-left-radius: 25%;
    border-top-right-radius: 100%;
    width: 100%;
    line-height: 2.1em;
    text-indent: 0.5em;
	user-select: none;
}
.mobile .main-menu .hits {display: none;}
.mobile {
	background: url(../img/mobile_w1012.jpg) no-repeat;
	background-size: 100% 100%;
}


.mobile .main-menu a {
	height: 350px;
	width: 47%;
	margin-top: 20px;
	overflow: hidden;
}

.mobile .main-menu img {
	width: 100%;
	position: relative;
	top: -630px;
	opacity: 0.7;


}

.mobile .main-menu {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.mobile .title {
	text-align: center;
	position: relative;
	color: black;
	font-size: 2rem;
	top: -630px;
	font-weight: bold;
}.mobile .copyright{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
