@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑";
}
ul {
  list-style-type: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
.top {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #00c738;
  background: #f3f3f3;
  overflow: hidden;
}
@media (max-width: 374px) {
  .top {
    height: 60px;
  }
  .top p {
    overflow: hidden;
    margin: 0 auto;
    width: 92%;
  }
  .top p i {
    display: block;
    float: left;
  }
  .top p span {
    display: block;
    margin-top: 5px;
    float: left !important;
  }
}
.top p {
  margin: 0 auto;
  margin-top: 13px;
  transform: scale(0.9);
}
.top p i {
  font-style: normal;
  font-size: 12px;
}
.top p span {
  background: url("../img/top-pho.jpg") no-repeat;
  background-position: left 3px;
  padding-left: 28px;
  color: #494949;
  font-size: 12px;
  float: right;
}
.header {
  width: 100%;
  height: 60px;
  position: relative;
  background: url("../img/head-bg.jpg") center center;
  text-align: center;
}
.header img {
  margin-top: 17px;
  height: 25px;
}
.header .lang {
  width: 80px;
  height: 28px;
  border: 1px solid #00c738;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 16px;
  background: transparent;
  color: #00c738;
  font-size: 13px;
  border-radius: 34px;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.footer {
  width: 100%;
  height: 290px;
  overflow: hidden;
  margin-top: 32px;
  background: url("../img/footer-bg.jpg");
}
.footer .footer-center {
  width: 86%;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer-center ul {
  width: 100%;
  height: 100%;
  margin-top: 5%;
  overflow: hidden;
}
.footer .footer-center ul li {
  overflow: hidden;
  float: left;
  width: 50%;
  margin-top: 7%;
}
.footer .footer-center ul li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 3px;
  margin-left: 4%;
}
.footer .footer-center ul li i img {
  width: 100%;
  height: 100%;
}
.footer .footer-center ul li .right-txt {
  float: left;
  height: 41px;
  margin-left: 4%;
}
.footer .footer-center ul li .right-txt span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer .footer-center ul li .right-txt b {
  font-size: 14px;
  color: white;
  display: block;
  font-weight: 400;
  margin-top: 4px;
}
.footer .footer-center p {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: white;
  font-size: 14px;
}
.footer .footer-center .copy {
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  line-height: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.31);
}
.tit-h {
  width: 100%;
}
.tit-h b {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 3%;
}
.tit-h span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2%;
}
.tit-h i {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #d2d2d2;
  text-align: center;
}
.tit-h i s {
  background: white;
  display: block;
  width: 62px;
  height: 23px;
  margin: 0 auto;
}
.tit-h i s img {
  position: relative;
  top: -10px;
}
