@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  border: 0;
}

body {
  font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.container {
  width: 80%;
  min-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

/*动画*/
.transition {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  max-width: 100%;
}

/*清除缓存*/
/*标题*/
.i-title {
  padding: 45px 0 25px;
  text-align: center;
}

.i-title h2 {
  font-size: 27px;
  color: #333;
  font-weight: bold;
}

.i-title p {
  font-size: 16px;
  color: #666;
  padding-top: 8px;
  letter-spacing: 2px;
}

/*头部*/
.header {
  width: 100%;
  min-width: 1400px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 120px;
}
.header .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .box .logo img {
  height: 80px;
  width: auto;
}
.header .box .tel {
  font-size: 38px;
  color: #fea30b;
}

/*底部*/
.footer {
  width: 100%;
  min-width: 1400px;
  margin-top: 10px;
  background: #3e404c;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #fff;
}
.footer .footer-nav {
  overflow: hidden;
  margin: 50px auto 0;
  padding: 10px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .footer-nav .kf {
  display: flex;
  flex-direction: row;
}
.footer .footer-nav .kf .icon {
  width: 50px;
  margin: 0 20px 0 10px;
  float: left;
  overflow: hidden;
}
.footer .footer-nav .kf .kf-tel {
  width: 200px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
}
.footer .footer-nav .kf .kf-tel .title {
  font-size: 14px;
  color: #fff;
  height: 30px;
}
.footer .footer-nav .kf .kf-tel .tel-number .big {
  font-size: 24px;
  color: #ccc;
}
.footer .footer-nav .f-link {
  margin-left: 50px;
  overflow: hidden;
}
.footer .footer-nav .f-link .description {
  height: 40px;
}
.footer .footer-nav .f-link .link-list {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.footer .footer-nav .f-link .link-list .title {
  color: #ccc;
}
.footer .footer-nav .f-link .link-list .item {
  margin-left: 15px;
}

.footer .bottom {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 10px 50px;
  color: #999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .bottom .copyright {
  line-height: 25px;
}
.footer .bottom .icp {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*# sourceMappingURL=style-cn.css.map */
