html,body{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
a{
  color: #404040;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #00b0f0;
}
li{
  list-style: none;
}
.clearfix{
  display: block;
  content: '';
  clear: both;
}
.clearfix::after{
  zoom:1;
}
.header-box{
  height: 8% !important;
}
.header{
  height: 100%;
  /*line-height: 82px;*/
}
.header h2{
  width: 182px;
  height: 66%;
  text-indent: -9999em;
  margin: 1%;
  background: url(../img/logo.png) no-repeat;
  background-size: 66%;
}
.header a{
  margin-top: 1.5%;
  height: 53%;
}
.header .login{
  margin-top: 1.2%;
  text-align: center;
  line-height: 25px;
  border: 2px solid #00b0f0;
  color: #00b0f0;
}
.content{
  width: 100%;
  height: 80%;
  background: #2eb4e9;
  position: relative;
}
.left{
  width: 500px;
  height: 73%;
  color: #fff;
  margin-top: 12%;
  margin-right: 2.5%;
}
.left h6{
  height: 40px;
  font-size: 40px;
  margin-bottom: 3%;
}
.left p{
  font-size: 20px;
}
.play{
  margin: 6% 0;
  display: block;
  width: 240px;
  height: 68px;
  background: url(../img/play.png) no-repeat;
  background-size: 80%;
}
.left i{
  display: block;
  width: 100%;
  height: 1px;
  background: #3983ad;
  margin-bottom: 30px;
}
.left ul{
  width: 100%;
  padding: 0;
}
.left li{
  float: left;
  margin-right: 17px;
}
.left li:last-child{
  margin-right: 0;
}
.left li img{
  width: 80%;
}
.right{
  width: 29%;
  padding: 0;
  height: 87%;
  position: absolute;
  right: 17%;
  bottom: 0;
}
.right img{
  width: 83%;
  height: 100%;
}
.footer{
  width: 100%;
  height: 12%;
  text-align: center;
  color: #a6a6a6;
  padding: 1.6% 0;
  font-size: 12px;
}
