a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.fz1 {
  font-size: 18px;
  line-height: 25px;
}
.fz2 {
  line-height: 20px;
  font-size: 14px;
}
input {
  outline: none;
}
@media (min-width: 1170px) {
  .lg-hide {
    display: none;
  }
}
@media (max-width: 1170px) {
  .md-hide {
    display: none!important;
  }
}
@media (max-width: 750px) {
  .xl-clear-pl {
    padding-left: 0;
  }
}
.honour .item {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 42px;
}
.honour li {
  text-align: center;
}
.honour li img {
  display: block;
  width: 100%;
}
.honour li h3 {
  padding-top: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honour li p {
  font-size: 12px;
}
.title {
  text-align: center;
}
.title h3 {
  line-height: 40px;
  color: #000000;
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 16px;
}
.title:after {
  width: 94px;
  content: '';
  display: block;
  margin: 0 auto;
  height: 4px;
  background: #000000;
}
.title.col_fff h3 {
  color: #ffffff;
}
.title.col_fff:after {
  background: #ffffff;
}
.aboutus {
  background: url('../images/banner-bg.jpg') no-repeat center;
  color: #ffffff;
}
.aboutus .title {
  padding-top: 10%;
}
.aboutus .text {
  margin-top: 57px;
}
.aboutus p {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
.history {
  margin-bottom: 134px;
  margin-top: 69px;
}
.history .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 64px;
  margin-top: 76px;
  box-sizing: border-box;
  padding: 0 9px;
}
.history .container:after,
.history .container:before {
  position: absolute;
  z-index: -1;
  width: 424px;
  height: 424px;
  display: block;
  content: '';
}
.history .container:before {
  background: url('../images/aboutus/left.png') no-repeat;
  background-size: 100%;
  bottom: -127px;
  left: -88px;
}
.history .container:after {
  background: url('../images/aboutus/right.png') no-repeat;
  background-size: 100%;
  top: -134px;
  right: -81px;
}
.history ul {
  padding: 64px 0 0;
  text-align: left;
  max-width: 742px;
  margin: 0 auto;
  overflow: hidden;
}
.history li {
  padding-bottom: 64px;
  line-height: 22px;
  position: relative;
}
.history li:after {
  position: absolute;
  width: 1px;
  border-left: 1px dotted #777;
  display: block;
  left: 102px;
  content: '';
  top: 22px;
  bottom: 22px;
}
.history li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  border: 1px solid #666666;
  margin-right: 33px;
  display: block;
  top: 5px;
  left: 100px;
}
.history li:last-child:after {
  height: 0;
}
.history li .time {
  width: 118px;
  font-size: 16px;
  color: #999999;
}
.history li h4 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin: 0 ;
  line-height: 22px;
}
.honor {
  margin-bottom: 109px;
}
.honor .container {
  margin-top: 40px;
}
.honor .tab_head {
  line-height: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 28px;
}
.honor .tab_head a {
  width: 188px;
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  text-decoration: none;
}
.honor .tab_head a.active {
  color: #333333;
}
.image li .item img {
  width: 100%;
}
.map .map_box {
  height: 430px;
  background: #cccccc;
  margin-top: 36px;
}
.map .text {
  margin-top: 27px;
  margin-bottom: 60px;
}
.map .text span {
  line-height: 22px;
  color: #666666;
  font-size: 16px;
  display: inline-block;
  margin-right: 86px;
}
.map .text .iconfont {
  padding-right: 6px;
  font-size: 17px;
}
.tab_content {
  min-height: 400px;
}
@media (max-width: 1170px) {
  .history .container:before,
  .history .container:after {
    display: none;
  }
  .history {
    margin-bottom: 60px;
  }
  .history li {
    padding-left: 15px;
  }
  .history li:after {
    left: 2px;
  }
  .history li:before {
    left: 0;
  }
  .history .container {
    margin-top: 0;
  }
  .history ul {
    padding-top: 40px;
  }
  .title h3 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .title::after {
    height: 2px;
  }
  .image li:nth-child(even) {
    padding-left: 5px;
  }
  .image li:nth-child(odd) {
    padding-right: 5px;
  }
}
@media (min-width: 1170px) {
  .morebtn {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .morebtn a {
    width: 320px;
    line-height: 1.858;
  }
}
