<!DOCTYPE html><html><head lang=
"en"
>
<meta charset=
"UTF-8"
>
<title></title>
<style>
*{ margin: 0px; padding: 0px}
body{width: 1024px; height: 100%; margin: 0 auto}
#title{width: 220px; height: 80px; margin: 0 auto; padding: 100px 0 50px 0}
#nav{width: 430px; height: 35px; margin: 0 auto; background-color: white; }
#nav input{width: 300px; height: 35px; border: 0px; float: left; transition:All 0.4s ease-in-out;}
#nav input:hover{transform: scale(1.5)}
#nav img{width: 20px;height: 20px; float: left; margin: 7px 5px; transition:All 0.4s ease-in-out;}
#nav img:hover{transform: scale(1.2)}
#baidu{width: 100px; height: 35px; color: white; background-color: dodgerblue; float: right; text-align: center; line-height: 35px; transition:All 0.4s ease-in-out;}
#baidu:hover{transform: scale(2); color: red}
#main{ width: 780px; position: relative; left: 130px; top: 50px}
.img1{ transition:All 1s ease-in-out;}
.img1:hover{transform: rotate(360deg)}
.img2{ transition:All 1s ease-in-out;}
.img2:hover{transform: rotate(-360deg)}
.img3{ transition:All 1s ease-in-out;}
.img3:hover{transform: scale(1.5)}
.img4{ transition:All 1s ease-in-out;}
.img4:hover{transform: skew(-50deg)} </style></head>