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

body {
  /*font-family:  'Source Sans Pro', sans-serif,'Microsoft YaHei';*/
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
}

a {
  color: #000;
}

a:hover {
  color: #00923f;
}

.container {
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.img, img {
  max-width: 100%;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.i-title h2 {
  font-size: 40px;
  /*color: #333;*/
}

.i-title p {
  font-size: 16px;
  color: #666;
  padding-top: 8px;
  font-weight: 300;
}

/*头部*/
.header {
  width: 100%;
  min-width: 1400px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .box {
  width: 80%;
  min-width: 1400px;
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  /*导航*/
}
.header .box .logo {
  height: 60px;
  width: auto;
}
.header .box .logo .img {
  height: 60px;
  max-width: 500px;
}
.header .box .top-nav-list {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
}
.header .box .top-nav-list .item {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
}
.header .box .top-nav-list .item:hover {
  border-bottom: 2px solid #00923f;
  color: #6c6c6c;
}
.header .box .top-nav-list .curr {
  color: #00923f;
  border-bottom: 2px solid #00923f;
}
.header .box .top-nav-tel {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .box .top-nav-tel .tel-img {
  width: 21px;
  height: 21px;
}
.header .box .top-nav-tel .tel-num {
  padding-left: 2px;
  font-size: 22px;
}
.header .box .top-nav-btn {
  margin-left: 10px;
  background: #00923f;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
}

/*底部*/
.footer {
  width: 100%;
  min-width: 1400px;
  margin: 20px auto 0;
  background: #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #333;
  line-height: 180%;
}

.footer a {
  color: #333;
  padding-right: 10px;
}

.footer a:hover {
  /*color:  #ccc;*/
}

.footer .box {
  width: 80%;
  min-width: 1400px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.footer .box span {
  padding-right: 10px;
}

.footer .bottom .right img {
  width: 120px;
  height: 120px;
}

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