
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
</title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
body{
margin: 0;
}
.div1{
border-style: none;
display: block;
height: 80px;
}
.img1{
margin-top: 15px;
}
.div11{
float: left;
padding-left: 242px;
padding-right: 190px;
}
.div12{
float: left;
}
ul{
list-style-type: none;
margin: 0;
width: 800px;
}
li{
display: inline-block;
text-align: center;
border: none;
float: left;
font-size: 20px;
width: 160px;
height: 72px;
line-height: 80px;
}
a:hover{
color:orange;
border-bottom: 3px solid orange;
}
a{
color: #333;
text-decoration: none;
}
.div2{
background: #ddd;
height:560px;
width:1200px;