html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
.txt-center{text-align:center;}
.top_head{
	margin: 0 auto;
	padding: 0 auto;
	background-color: white;
	box-shadow: 1px 1px 2px rgba(146, 146, 146, 0.47);
	/* width: 30px;	 */
	height: 60px;
	/* line-height: 60px; */
}
.label ul li{
	display: inline-block;
	float: left;
	margin-left: 1.25rem;
	line-height: 60px;
	font-size: 20px;
}
.label ul li a{
	/* padding: 40px; */
	display: block;
	height: 60px;
	padding: 0px 3px;
}
a{	
	text-decoration: none;
	color: burlywood;
}
.label ul li a:hover{
	color: darkred;
	text-decoration: underline;
	background-color: cadetblue;
	border-radius: 5px;
}


/* ###中间内容#### */
/* 轮播图 */
.content{
	margin: auto;
	padding: auto;
}
.container{
	width: 1500px;
}
.trans{
	height: 280px;
	width: 700px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.imglist {
			list-style: none;
			/* width: 2480px; */
			position: absolute;
			/* left:-620px; */
		}
/* .imglist .item{
	position: absolute;
	float: left;
} */
.imglist img{
	width: 700px;
	height: 280px;
}
.imglist li {
			float: left;
			/* margin-right: 20px; */
		}
		
.circle{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.circle a{
	width: 15px;
	height: 15px;
	background: coral;
	display: block;
	border-radius: 50%;
	opacity: .5;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.circle a:hover{
	background: black;
	opacity: .8;
}
a:hover{
	color: chocolate;
	text-decoration: underline;
}
p{
	color: darkslategray;
}
p:hover{
	color: chocolate;
}

/* ##########query.html */
