/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:hover,a:link,a:visited,a:active{
	text-decoration: none!important;
	color: #333333;
}
.hz_container{
	width: 1200px;
	margin: 0 auto;
}
.u3{
	width: 100%;
	height: 56px;
	background: #E50012;
}
.u3 .nav{
	display: flex;
	height: 56px;
	align-items: center;
	justify-content: space-between;
}
.u3 .nav li{
	padding: 20px 16px;
	position: relative;
}
.u3 .nav li a{
	color: #FFFFFF;
}
/* .u3 .nav li a:hover .smallfenlei{
	visibility: visible;
} */
.u3 .nav li.active{
	background: rgb(138,19,19);
}
.u3 .nav li:hover .smallfenlei{
	visibility: visible;
}
.u3 .smallfenlei{
	background: #FFFFFF;
	position: absolute;
	color: #000000;
	display: flex;
	flex-direction: column;
	left: 0px;
	top: 56px;
	z-index: 3;
	box-shadow: 0px 1px 7px #f1f1f1;
	visibility: hidden;
	/* visibility: visible; */
}
.hide{
	display: none;
}
.u3 .smallfenlei a{
	border-bottom: 1px dashed #F8F8F8;
}
.u3 .smallfenlei li{
	border-bottom: 1px dashed #F8F8F8;
	color: #333333;
	padding: 12px 10px;
	cursor: pointer;
	width: 106px;
}
.u3 .smallfenlei li:hover{
	/* background: #F2F2F2; */
	color: #E00512;
}
.u3 .smallfenlei li:last-child{
	border-bottom: 0px;
}
 .acd{
	 visibility: visible;
 }  
.banner{
	width: 100%;
	height: 400px;
	position: relative;
}
.banner .banner_img{
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background-size: contain|cover;
}
/* 侧边栏 */
ul.slide_right{
	position: fixed;
	top: 30%;
	right: 0px;
	width: 60px;
	padding: 0px 14px;
	/* height: 422px;
	 height*/
	 height: 342px;
	background: #FFFFFF;
	/* box-shadow: darkgrey 10px 10px 20px 5px ; */
	box-shadow:darkgrey 0px 2px 8px 0px;
	z-index: 6;
}
ul.slide_right li.small_icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 14px;
	color: #333333;
	
}
ul.slide_right li.small_icon:last-child{
	border-bottom: 0px;
}
	
ul.slide_right li.small_icon p{
	margin-top: 14px;
	cursor: pointer;
}
ul.slide_right li.small_icon p:hover{
	color: #E50012;
}