*{margin: 0; padding: 0}
.header{width: 100%; height: 120px; border-bottom: 5px solid black; background-image: url('../index_img/02.jpg')}
.header .box1{margin: 0 auto; max-width:1024px; padding-top: 10px}
.header .box1 .logo{float: left; width: 55%; height: 90px; padding-top: 20px}
.header .box1 .icoesic{float: right; width: 35%; height: 90px; text-align: right;}
.header .box1 h1{font-size: 40px}

.content{width: 100%; height: 450px; background-image: url('../index_img/01.jpg'); padding-top: 40px}
.content .box1{margin: 0 auto; max-width:1024px; min-height: 300px;}

.content .box1 h2{height: 20px; font-size: 18px; color: #333; margin-top: 40px}

.content .box1 ul{padding:0px;	margin:0px; background-color:#EDEDED; list-style:none;}
.content .box1 ul li {display: inline; }
.content .box1 ul li a {width: 250px; padding: 10px 0 0 0; display: inline-block; background-color:#EDEDED; color: #333; text-decoration: none;	border-bottom:3px solid #EDEDED; text-align: center}
.content .box1 ul li a:hover {background-color:#D6D6D6;	color: #6D6D6D;	border-bottom:3px solid #EA0000;}

.end{font-size: 12px;}
.footer{width: 100%; height: 20px; background: black; color: #EDEDED; text-align: center; padding: 10px 0 0 0; font-size: 12px}
