@charset "utf-8";
/* CSS Document */
#top{ width:94%; height:130px; display:block; z-index:9999; margin:0 3% 0 3%;}
.logo{ float:left; width:95px; height:40px; margin-top:45px; display:block; background:url(../images/logo.png) no-repeat;}
.menu{ float:right; right:5%; margin-top:58px;}
.menu a{  color:#fff; float:left; margin-left:80px; color:#111;}
.menu a:hover{ color:#da001f;}

#banner{width:94%;background-size:cover; margin:auto;}
#banner img{width: 100%;}

#indextitle{ width:100%; height:140px; display:block; background:url(../images/indextitle.png) no-repeat center;}


#content{ margin:auto; margin-left:3%; margin-right:3%; display:block; z-index:55; width:94%; background:none; overflow:hidden;}
.list1,.list2,.list3{ float:left; margin-right:2%; width:23.5%;}
.list4{ float:left; width:23.5%;}
.list1 li,.list2 li,.list3 li,.list4 li{ margin-bottom:35px;}
.list1 img,.list2 img,.list3 img,.list4 img{
	outline: none;
	border: none;
	display: block;
	width:100%;}

.list1 img:hover,.list2 img:hover,.list3 img:hover,.list4 img:hover{
opacity:0.8;}





