@charset "utf-8";
/* CSS Document */
h2{
	font-size:1rem;
	color:#333333;
	line-height:1.8rem;
	text-align:center;
	margin:1rem 0 0.5rem 0;
	}
p{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666666;
	margin:0 0;
	}
input{
	display:block;
	border-style:none;
	}
@media only screen and (max-width: 481px) {
	h2{
		font-size:1.8rem;
		line-height:2.5rem;
		margin:1rem 0;
		}
	p{
		font-size:1.2rem;
		line-height:2rem;
		}
	}
.trace{
	width:100%;
	padding:6px 0;
	background:-moz-linear-gradient(top, #ffffff, #dedede);/*火狐*/
	background:-o-linear-gradient(top, #ffffff 0%,#dedede 100%);/*Opera*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1,#dedede));/*Chrome*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType='0');/*IE*/
	box-shadow:1px 4px 8px gray;
	overflow:hidden;
	}
.dynamic{
	width:50%;
	height:36px;
	float:left;
	}
.dynamic dl{
	height:36px;
	line-height:36px;
	overflow:hidden;
	}
.dynamic dl dt{
	width:5em;
	float:left;
	font-size:0.8rem;
	color:#005bab;
	}
.dynamic dl dd{
	width:70%;
	height:36px;
	float:left;
	font-size:0.7rem;
	color:#333333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position:relative;
	}
.dynamic dl dd ul{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	}
.dynamic dl dd ul li{
	height:36px;
	}	
.search{
	width:40%;
	height:28px;
	border-radius:14px;
	background-color:#ffffff;
	margin:6px 0;
	float:right;
	overflow:hidden;
	}
.serL{
	width:84%;
	height:28px;
	float:left;
	line-height:28px;
	font-size:0.7rem;
	text-indent:1em;
	color:#666666;
	}
.sbtn,.search a{
	display:block;
	width:16%;
	height:28px;
	float:right;
	background:url(search1.jpg) no-repeat center center;
	 text-indent:-10000em
	}
@media only screen and (max-width: 481px) {
	.dynamic{
		width:100%;
	}
	.search{
		width:100%;
	}
	}	
.bg{
	width:100%;
	background-color:#f1f1f1;
	margin:1rem auto 0 auto;
	padding:0.5rem 0 0 0;
	overflow:hidden;
	}	
.main{
	width:100%;
	text-align:center;
	overflow:hidden;
	}
.main a{
	display:inline-block;
	width:48%;
	}
.main img{
	width:100%;
	}	
.content{
	width:100%;
	background-color:#ffffff;
	margin:0.5rem auto;
	padding:1rem 0;
	overflow:hidden;
	}
.content dl{
	width:96%;
	margin:0 auto 2rem auto;
	overflow:hidden;
	}
.content dl dt{
	font-size:0.9rem;
	line-height:1.6rem;
	}
.content dl dd{
	font-size:0.75rem;
	line-height:2rem;
	overflow:hidden;
	}
.content dl dd a{
	color:#333333;
	display:block;
	float:left;
	padding-left:0.8rem;
	background:url(blue.png) no-repeat 0 center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.content dl dd span{
	float:right;
	color:#7c7979;
	}
@media only screen and (max-width: 481px) {
	.content dl dt{
		font-size:1.2em;
		margin-bottom:0.5rem;
		}
	.content dl dd{
		font-size:1rem;
		margin:0.5rem 0;
		}
	}	
.bottom{
	width:80%;
	padding:0.5rem 0.5rem;
	margin:0 auto 1rem auto;
	border:1px dotted #999999;
	overflow:hidden;
	}
.bottom p{
	display:none;
	font-size:1.2rem;
	color:#666666;
	line-height:1.5rem;
	text-align:center;
	}
.seo{
	width:28%;
	float:left;
	}
.kuaiche{
	width:28%;
	float:right;
	}
.seo img,.kuaiche img{
	width:100%;
	}
.bottom dl{
	width:34%;
	float:left;
	margin-top:1rem;
	margin-left:8%;
	}
.bottom dl dt{
	margin:0.5rem 0;
	font-size:0.8rem;
	color:#333333;
	}
.bottom dl dd{
	margin:0.5rem 0;
	padding-left:1rem;
	font-size:0.6rem;
	line-height:1.2rem;
	color:#999999;
	}
.b1{
	background: url(search.png) no-repeat 0 center;
	}
.b2{
	background: url(hand.png) no-repeat 0 center;
	}

@media only screen and (max-width: 481px){
	.bottom dl{
		display:none;
		}
	.seo{
		width:40%;
		}
	.kuaiche{
		width:40%;
		}
	.bottom p{
		display:block;
		}
	}