a {
  text-decoration: none;
}

html {
  font-size: 50px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 28.26667px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}

body {
  background: #606061;
}

header {
  height: 160px;
}

header .container {
  position: relative;
  background: #292929;
  height: 100%;
}

header .container .logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 245px;
  height: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/logo.png) no-repeat;
}

header .container .logo h3 {
  font-size: 0px;
}

header .container .into {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 50px;
}

header .container .into a {
  text-decoration: none;
}

header .container .into a i {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
}

header .container .into a i:hover {
  color: #c81623;
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
}

.nav .container {
  background: #292929;
  height: 54px;
  border-bottom: 2px solid #ccc;
}

.nav .container ul {
  padding: 0;
}

.nav .container ul li {
  text-align: center;
  padding: 0 20px;
  line-height: 50px;
  float: left;
}

.nav .container ul li:hover {
  background: #ccc;
}

.nav .container ul li a {
  font-size: 0.4rem;
  color: #fff;
  text-decoration: none;
}

.nav .container .search {
  position: relative;
  width: 260px;
  height: 35px;
}

.nav .container .search input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  float: right;
  margin-top: 10px;
  background: #212122;
  border: 1px solid #ccc;
  color: #fff;
}

.nav .container .search i {
  position: absolute;
  top: 15px;
  right: 27px;
  font: size 30px;
  color: #fff;
}

footer .left {
  margin-top: 30px;
  border-right: 1px solid #C3C3C3;
}

footer .left ul li {
  padding: 5px;
  font-size: 0.32rem;
}

footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .right a {
  text-decoration: none;
  text-align: center;
}

footer .right a .icondownload {
  font-size: 45px;
  color: #585F69;
}

footer .right a .iconweibo {
  font-size: 45px;
  color: #FE596C;
}

footer .right a .iconweixin {
  font-size: 45px;
  color: #42C86B;
}
/*# sourceMappingURL=common.css.map */