@charset "UTF-8";
/*****header*****/
#header{
  height: 100px;
  width: 100%;
}
#header .left{
  display: block;
  margin-right: 50px;
}
#header ul.topbar li a{
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#header ul.topbar li a:hover{
  color:#0068ff;
}
#header ul.topbar li a.hover{
  color:#0068ff;
}
#header .right{
  margin-top: 40px;
}
#header .right .search{
  position: relative;
  width: 140px;
  margin-right: 20px;
}
#keyword{
  outline: none;
  border:none;
  -moz-border-radius:10px;
  border-radius:10px;
  border:1px solid #ccc;
  height:20px;
  margin-right: 10px;
  text-indent: 10px;
  font-size:14px;
}
#header .right .search > button{
  position: absolute;
  border:none;
  outline: none;
  right:0;
  top:6px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url('../img/search.png') no-repeat center center;
}
#header .right .lang{
  width: 20px;
  padding-left:10px;
  height: 20px;
  border-left: 1px solid #ccc;
}
#header .right .lang:hover{
  font-weight: bold;
}
/*****footer*****/
#footer{
  width: 100%;
  height: 200px;
}
#footer .left{
  height: 100%;
  width: 950px;
}
#footer .left .logo{
  width: 300px;
  height: 80px;
  margin-top: 10px;
  margin-right: 40px;
  border-right:1px solid #ccc;
}
#footer .left .contact{
  height: 100px;
  font-size: 14px;
  color:#333;
  line-height: 2;
  margin-top: 10px;
}
#footer .left .contact span{
  margin-right: 60px;
}
#footer .left .copy{
  margin-top: 140px;
  color:#999;
  font-size: 14px;
}
#footer .left .copy a{
  color:#999;
  font-size: 14px;
}
#footer .right{
  position: absolute;
  top:50%;
  margin-top: -62px;
  right:0;
}
#footer .right p{
  color:#999;
  font-size: 14px;
  text-align: center;
}
