@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;
}
html,
body {
  min-width: 1200px;
}
.top {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #00c738;
  background: #f3f3f3;
}
.top .top-center {
  width: 1200px;
  height: 39px;
  margin: 0 auto;
  overflow: hidden;
}
.top .top-center p {
  margin-top: 10px;
}
.top .top-center p i {
  font-style: normal;
  font-size: 15px;
}
.top .top-center p span {
  background: url("../img/top-pho.jpg") no-repeat;
  background-position: left 3px;
  padding-left: 28px;
  color: #494949;
  font-size: 15px;
  float: right;
}
.header {
  width: 100%;
  height: 93px;
  background: url("../img/head-bg.jpg") center center;
  text-align: center;
}
.header .header-center {
  width: 1200px;
  height: 93px;
  margin: 0 auto;
  position: relative;
}
.header .header-center img {
  margin-top: 25px;
}
.header .header-center .lang {
  width: 107px;
  height: 34px;
  border: 1px solid #00c738;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 30px;
  background: transparent;
  color: #00c738;
  font-size: 16px;
  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: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .footer-center ul {
  margin-left: 60px;
  margin-top: 70px;
  overflow: hidden;
}
.footer .footer-center ul li {
  overflow: hidden;
  float: left;
  margin-left: 100px;
}
.footer .footer-center ul li i {
  display: block;
  width: 41px;
  height: 41px;
  float: left;
  margin-top: 3px;
}
.footer .footer-center ul li .right-txt {
  float: left;
  height: 41px;
  margin-left: 18px;
}
.footer .footer-center ul li .right-txt span {
  display: block;
  color: rgba(255, 255, 255, 0.51);
  font-size: 14px;
}
.footer .footer-center ul li .right-txt b {
  font-size: 16px;
  color: white;
  display: block;
  font-weight: 400;
  margin-top: 4px;
}
.footer .footer-center p {
  display: block;
  text-align: center;
  margin-top: 60px;
  color: white;
  font-size: 16px;
}
.footer .footer-center .copy {
  width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.31);
}
