*{
  margin: 0;
  padding: 0;
  list-style: none;
}

html,body{
  width: 100%;
  height: 100%;
  font-family: "微软雅黑", sans-serif;
}

header{
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}

.logo{
  margin-left: 30px;
  margin-bottom: 3px;
}

.logo img{
  width: 120px;
}
.menuList{
  width: 640px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.menuList li{
  float: left;
}

.menuList li a{
  padding: 10px 15px;
  text-decoration: none;
  color: black;
}

.contact{
  height: 57px;
  margin-right: 30px;
  overflow: hidden;
}

.contact .phone{
  display: inline-block;
  vertical-align: top;
  margin: 6px auto;
}

.contact .phone p{
  text-align: right;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 2px;
}

.contact .phone img{
  width: 136px;
}

.contact .code{
  display: inline-block;
  vertical-align: bottom;
}

.contentBox{
  width: 100%;
  height: 900px;
  background: url('../images/hltBg_min.jpg') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rightBox{
  position: relative;
  width: 640px;
  height: 160px;
  padding: 80px 0 80px 80px;
  background:rgba(0, 51, 160, 0.3);
  text-align: left;
  color: #ffffff;
  overflow: hidden;
}

.rightBox::before{
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 70%;
  background: #ffffff;
}

.rightBox h1{
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 25px;
}

.rightBox span{
  font-size: 13px;
  letter-spacing: 2px;
}

footer p {
  text-align: center;
  line-height: 50px;
}
