﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{}
#full-screen-slider { width:100%; height:500px; float:left; position:relative}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:23.4%; top:460px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FD0214; }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}












	/*第一层*/
	.menu li.level1>a{ 
		display:block;
		height: 40px;
		line-height: 40px;
		color: #fff;
		border-bottom: #fff solid 1px;
		padding-left: 50px;
		background-color:#f00;
		font-size: 16px;
		position: relative;
		transition:all .5s ease 0s;
		font-weight: bold;
	 }
	 .menu li.level1 a:hover{ text-decoration: none;background-color:#f00; color:#fff   }
	 .menu li.level1 a.current{ background: #f00; color:#fff }

	/*============修饰图标*/
	 .ico{ width: 20px; height: 20px; display:block;   position: absolute; left: 20px; top: 10px; background-repeat: no-repeat;  }

	 /*============小箭头*/
	 .level1 i{ width: 20px; height: 10px; background-image:url(/images/arrow.png); background-repeat: no-repeat; display: block; position: absolute; right: 20px; top: 15px; }
	.level1 i.down{ background-position: 0 -10px; }

	 .ico1{ background-position: 0 0; }
	 .ico2{ background-position: 0 -20px; }
	 .ico3{ background-position: 0 -40px; }
	 .ico4{ background-position: 0 -60px; }
	 .ico5{ background-position: 0 -80px; }

	 /*第二层*/
	 .menu li ul{ overflow: hidden; }
	 .menu li ul.level2{ display: none;background: #fff;  }
	 .menu li ul.level2 li a{
		display: block;
		height: 40px;
		line-height: 40px;
		color: #000;
		text-indent: 40px;
		font-size: 12px;
		
	 }
	 .menu li ul.level2 li a:hover{
		color:#fff;
		background-color:#fb7e7e
	 }