html,body,ul,li,p,div,h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: #fff;
}
li{
  list-style:none;
}
img{
  vertical-align: middle;
}
.center{
  margin-left: 25%;
}

.wrapper{
  width: 1010px;
  margin: 0 auto;
}
body{
  color: #333333;
  /* font-family: soure; */
  font-family: "Microsoft YaHei","SimHei","STHeiti Light","SimSun";
}
/* 导航栏部分 */
.header{
  /* position: fixed;
	top: 0;
	z-index: 99;
  zoom: 1; */
  width: 1200px;
  height: 65px;
  padding-top: 15px;
  margin: 0 auto;
}
.header>img{
  width: 104px;
  cursor: pointer;
  margin: 2px 0 0 8px;
}

.header ul{
  padding-top: 1.2px;
  margin-right: -9px;
  float: right;
  height: 100%;
}
.header ul li{
  float: right;
  margin-top: 9px;
  font-size:18px;
  margin-left: 20px;
}
.header ul li .log{
  display: inline-block;
  width:60px;
  height:30px;
  line-height:30px;
  text-align:center;
  margin:-2px 0 0 16px;
  border:1px solid #ff6666;
  border-radius:15px;
  color: #ff6666;
}
.header ul li .about{
  display: inline-block;
  height: 32px;
  margin:3px 0 12px;
  color: #333333;
}
 .plug{
  position: relative;
}
.header ul li .login{
  margin-right: 1px;
}
.header ul li .add{
  color: #FF6666;
}
.header ul li:hover a:not(.log){
  color: #FF6666;
  border-bottom:4px solid rgb(181,62,62);
}


@keyframes sel {
  0%{
    opacity: 0;
  }
  50%{
    opacity: .5;
  }
  100%{
    opacity: 1;
  }
}
.header ul li:hover a p{
  color: #333333;
  transition:all 1s;
  animation: sel .8s linear forwards;
}
/* hover部分 */
.selected{
  position: absolute;
  top: 46px;
  left: -22px;
  width: 100px;
  height:122px;
  /* display: none; */
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  box-shadow:0px 1px 3px 0px rgb(255,102,102);
  z-index: 99;
  opacity: 0;
}

.selected span{
  display: inline-block;
  width:90px;
  height:32px;
  line-height: 32px;
  font-size:18px;
  margin-top: 23px;
}
.selected .job{
  margin-top: 20px;
}
.selected span:hover{
  border-radius:10px;
  background-color:rgb(252,103,105);
  color: #fff;
}

.selected span:last-child{
  margin-bottom: 26px;
} 

/* 底部部分 */
.footer{
  width: 100%;
  background-color: #FF6666
}
.footer .wrapper ul{
  color: #fff;
  padding-left: 65px;
  overflow: hidden;
}

.footer .wrapper ul li{
  text-align: center;
  font-size: 18px;
  float: left;
  margin: 40px 80px 16px 0;
}
.footer .wrapper ul li img{
  margin-bottom: 10px;
}
.footer .wrapper ul .service{
  font-size: 20px;
  margin: 50px 0 0 130px;
  text-align: left;
  border-left:2px solid rgb(204,14,14);
}

.footer .wrapper ul .service p{
  margin: 20px 0 0 62px;
}
/* 版权部分 */
.copy .wrapper{
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #999;
}