.content {
  width: 82%;
  margin: 0 auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@media screen and (max-width: 1080px) {
  #nav {
    height: 3rem;
    width: 100%;
    background: #fff;
  }
  #nav .nav {
    height: 3rem;
  }
  #nav .nav .logo {
    height: 100%;
    position: relative;
  }
  #nav .nav .logo img {
    width: 3.33333333rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .nav ul li {
    float: left;
    margin-left: 0.13333333rem;
    font-size: 0.66666667rem;
    line-height: 44px;
    height: 44px;
  }
  #nav .nav ul li a {
    line-height: 17px;
    height: 16px;
    padding: 0 0.33333333rem;
    display: block;
    margin-top: 16px;
  }
  #nav .nav ul li.current a {
    background: #049aef;
    border-radius: 0.66666667rem;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  #nav {
    height: 100px;
    background: #fff;
  }
  #nav .nav {
    width: 1200px;
    height: 100px;
  }
  #nav .nav .logo {
    height: 100%;
    position: relative;
  }
  #nav .nav .logo img {
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .nav ul li {
    float: left;
    font-size: 16px;
    line-height: 100px;
    height: 100px;
  }
  #nav .nav ul li a {
    padding: 0 15px;
  }
  #nav .nav ul li.current a {
    line-height: 30px;
    background: #049aef;
    border-radius: 20px;
    display: block;
    margin-top: 36px;
    color: #fff;
    height: 30px;
  }
}
#nav {
  position: relative;
  z-index: 999;
}
.footer {
  background: #049aef;
  color: #fff;
  text-align: left;
}
.footer dl {
  float: left;
}
.footer dl p {
  margin-top: 5px;
}
.footer dl dd a {
  display: block;
  color: #fff;
}
.footer dl:nth-child(1) {
  width: 65%;
}
.footer dl:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 1rem 0;
  }
  .footer dl dt {
    font-size: 0.8rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-weight: 600;
    line-height: 2rem;
  }
  .footer dl dd {
    font-size: 0.8rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    line-height: 1.33333333rem;
    width: 130%;
    margin-left: -10%;
  }
  .footer dl dd .logoBox {
    width: 2.66666667rem;
    text-align: center;
    margin-right: 1rem;
  }
  .footer dl dd .logoBox img {
    width: 2.66666667rem;
    margin-top: -0.66666667rem;
  }
  .footer dl dd .logoBox p {
    font-size: 0.8rem;
  }
  .footer .top dl dd .logoBox:nth-child(2) p {
    line-height: 1.65rem;
  }
  .footer .bottom {
    font-size: 0.8rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    text-align: center;
    width: 123%;
    margin-left: -11%;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 25px 0;
  }
  .footer .top {
    width: 1200px;
    margin: 0 auto;
  }
  .footer .top dl dt {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
  }
  .footer .top dl dd {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .top dl dd .logoBox {
    width: 50px;
    text-align: center;
    margin-right: 15px;
  }
  .footer .top dl dd .logoBox img {
    width: 43px;
  }
  .footer .top dl dd .logoBox p {
    font-size: 12px;
  }
  .footer .top dl dd .logoBox:nth-child(2) p {
    line-height: 31px;
  }
  .footer .top dl.dlLeft {
    padding-left: 270px;
    box-sizing: border-box;
  }
  .footer .bottom {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
  }
}
