@charset "utf-8";
body {
	background: #fff;
}
/*容器*/
.bignav {
	width: 7.5rem;
	height: .6rem;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 1.55rem;
	padding: .2rem 0rem .15rem 0rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	z-index: 7;
}
.bignavs {
	width: 6.5rem;
	height: 1rem;
	line-height: 0rem;
	float: left;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-left: .25rem;
	display: inline-block;
}
.bignavs::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0);
 border-radius:0px;
 background-color:#fff;
}
.bignavs::-webkit-scrollbar {
 width:0px;
 background-color:#fff;
}
.bignavs::-webkit-scrollbar-thumb {
 border-radius:0px;
 -webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0);
 background-color:#fff;
}
.bignavs a {
	font-size: .35rem;
	color: #666;
	margin: 0rem auto;
	text-decoration: none;
}
.bigsearch {
	width: .5rem;
	height: .5rem;
	float: right;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: .38rem;
	margin-right: .25rem;
}
#bigsearch_layer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	bottom: 0rem;
	margin: 0rem auto;
	z-index: 18;
	display: none;
}
.bigsearch_layer {
	width: 7.5rem;
	height: 3.36rem;
	overflow: hidden;
	position: fixed;
	bottom: -10rem;
	left: 0rem;
	right: 0rem;
	margin: 0rem auto;
	background: #f1f1f1;
	padding-top: .2rem;
	z-index: 20;
}
.bigsearch_layer ul {
	margin: 0rem;
	padding: 0rem;
	overflow: hidden;
}
.bigsearch_layer ul li {
	height: auto;
	overflow: hidden;
}
.bigsearch_layer ul li .bigsearch_name {
	width: 6rem;
	height: .6rem;
	border: .02rem solid #e8e8e8;
	font-size: .28rem;
	margin: .2rem .5rem;
	float: left;
	background: #fff;
}
.bigsearch_layer ul li .bigsearch_nav {
	width: 6.3rem;
	height: .8rem;
	border: .02rem solid #e8e8e8;
	font-size: .28rem;
	margin: .2rem .5rem .3rem .5rem;
	float: left;
	background: #fff;
}
.bigsearch_search {
	width: 3.75rem;
	height: .9rem;
	line-height: .9rem;
	overflow: hidden;
	margin: 0rem 0rem 0rem 0rem;
	font-size: .28rem;
	color: #fff;
	background: #333;
	float: left;
	text-align: center;
}
.bigsearch_close {
	width: 3.75rem;
	height: .9rem;
	line-height: .9rem;
	overflow: hidden;
	margin: 0rem 0rem 0rem 0rem;
	font-size: .28rem;
	color: #fff;
	background: #888;
	float: left;
	text-align: center;
}
.container {
	width: 7.5rem;
	height: auto;
	min-height: 9rem;
	overflow: hidden;
	background: #fff;
	margin: 3.5rem auto 0rem auto;
}
.container .title {
	width: 7rem;
	height: 1rem;
	line-height: 1rem;
	margin: .2rem .25rem 0rem .25rem;
	overflow: hidden;
	font-size: .5rem;
	color: #000;
	font-weight: 500;
}
.container .title span {
	height: 1rem;
	line-height: 1rem;
	font-size: .35rem;
	margin: 0rem 0rem 0rem .2rem;
	color: #666;
}
.container .works {
	width: 7rem;
	min-height: 5rem;
	height: auto;
	overflow: hidden;
	margin: 1rem .25rem 0rem .25rem;
	border-top: .06rem solid #000;
}
.container .works .workstitle {
	width: 7rem;
	line-height: .5rem;
	font-size: .32rem;
	height: auto;
	overflow: hidden;
	padding: .3rem 0rem;
}
.container .works .worksimg {
	width: 7rem;
	height: 4.2rem;
	overflow: hidden;
}
.container .works .worksimg img {
	width: 7rem;
	height: 4.2rem;
}
