* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

html {
	min-width: 1200px;
	min-height: 100vh;
}

.block {
	width: 1200px;
	margin: 0 auto;
}

.clc::after {
	content: '';
	display: block;
	clear: both;
}

.head {
	height: 132px;
}

.head .logo {
	display: inline-block;
	padding-top: 22px;
}

.head_right {
	display: inline-block;
	float: right;
	height: 132px;
	text-align: right;
	font-size: 14px;
}

/* .head_right .login {
	display: inline-block;
	color: #6a6a6a;
	padding-top: 5px;
} */

.head_right .login:hover {
	color: #009933;
}

.search_box {
	height: 50px;
	padding-top: 38px;
}

.search_box select {
	height: 46px;
	border: 1px solid #bcbcbc;
	width: 86px;
	color: #666666;
	float: left;
	outline: none;
	font-size: 14px;
	text-align: center;
	padding: 0px 16px;
	border-radius: 10px 0px 0px 10px;
}

.search_box option:hover {
	background-color: #009933;
}

.search_box input {
	border: 1px solid #bcbcbc;
	height: 44px;
	border-left: 0;
	border-right: 0;
	padding: 0px 10px;
	width: 260px;
	float: left;
	outline: none;
}

.search_box .search {
	display: block;
	height: 44px;
	float: left;
	width: 78px;
	background: url('../../../../images/platform/bookCity/common/souusuo_icon.png')no-repeat center center;
	cursor: pointer;
	border: 1px solid #bcbcbc;
	border-left: none;
	border-radius: 0px 10px 10px 0px;
}

.search_box .search:hover {
	background-color: #c1fba7;
}

.search_box .gaoji {
	display: inline-block;
	width: 102px;
	height: 46px;
	font-size: 14px;
	color: #ffffff;
	background: rgb(112, 182, 3);
	cursor: pointer;
	margin-left: 10px;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
}

/* 登录注册 */
.loginRes {

	display: inline-block;
	width: 120px;
	height: 46px;
	font-size: 14px;
	color: #555555;
	/* background: rgb(112, 182, 3); */
	border: 1px solid rgb(221,221,221);
	cursor: pointer;
	margin-left: 80px;
	text-align: center;
	line-height: 46px;
	border-radius: 10px;
}
.loginRes>a{
	font-size: 14px;
	color: #555555;
}
.loginRes>a:hover{
	color: rgb(112, 182, 3);
}


.nav_list {
	height: 60px;
	background-color: #00b149;
}

.nav_list a {
	height: 60px;
	display: inline-block;
	line-height: 60px;
	padding: 0px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.nav_list a:hover {
	background-color: #20d068;
}

.nav_list .active {
	background-color: #20d068;
}


.foot {
	background-color: #3c3c3c;
	height: 175px;
}

.foot .block {
	position: relative;
	padding-top: 10px;
}

.foot p {
	text-align: center;
	color: #7f8185;
	font-size: 14px;
	padding-top: 35px;
}

.foot span {
	display: inline-block;
	padding-left: 30px;
	margin: 0px 50px;
	line-height: 22px;
}

.foot .dianzhi {
	background: url(../../../../images/platform/bookCity/common/dizhi.png) 0px center no-repeat;
}

.foot .dianhua {
	background: url(../../../../images/platform/bookCity/common/dianhua.png) 0px center no-repeat;
}

.foot .youxiang {
	background: url(../../../../images/platform/bookCity/common/youxiang.png) 0px center no-repeat;
}

.foot .erweima {
	padding: 12px 14px 5px;
	/* border: 1px solid #606060; */
	position: absolute;
	right: 5px;
	top: 22px;
}

.foot .erweima img {
	width: 85px;
	height: 85px;
}

.foot .erweima p {
	color: #7d7d7d;
	font-size: 14px;
	padding: 5px 0px;
}