html,
body {
	position: relative;
	height: 100%;
	background-color: #F7F7F7;
}
li:hover {
	cursor: pointer;
}
.selecthot {
	color: #1759A1 !important;
}
/*
@media screen and (max-width: 1700px) {
  html {
    zoom: 0.8;
  }
} */
.weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
	z-index: 100;
}
.weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
}

/*search*/
.search {
	margin-top: 14px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #fff;
	box-shadow: none;
	background: url("../img/search-icon.jpg") no-repeat 10px ;
	height: 40px;
	padding: 0 5px 0 35px;
	color: #fff;
	margin-left: 150px;
}
.search:focus {
	margin-top: 14px;
	width: 180px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #c8c8c8;
	font-weight: 300;
	margin-left: 150px;
}

.form-control {
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}
.form-control:focus {
	border: none;
	border: 1px solid #d9d9d9;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: 148px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus { z-index: 2 }
