#product {
  margin: 60px 0;
}
#product .head .title {
  margin: 0 auto;
  width: 389px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/p_title.png");
}
#product .content {
  margin-top: 20px;
}
#product .list-wrapper {
  margin-bottom: -20px;
  margin-left: -40px;
}
#product .list-wrapper:before,
#product .list-wrapper:after {
  content: ' ';
  display: table;
}
#product .list-wrapper:after {
  clear: both;
}
#product .list {
  float: left;
  text-align: center;
  margin-bottom: 20px;
  width: 33.333333333333336%;
  padding-left: 40px;
}
#product .list:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#product .list .pic {
  width: 100%;
  height: 232px;
  overflow: hidden;
  position: relative;
}
#product .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product .list .title {
  font-size: 15px;
  color: #002f82;
  font-weight: 700;
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: dashed 1px #ccc;
}
#product .list .desc {
  color: #545454;
  margin-top: 8px;
}
#about {
  padding: 60px 0;
  background: #f7f6f2;
}
#about .head .title {
  margin: 0 auto;
  width: 369px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/a_title.png");
}
#about .content {
  margin-top: 35px;
}
#about .desc {
  color: #565656;
  line-height: 1.8;
}
#about .gallary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .more {
  display: block;
  width: 155px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 5px;
  background: #d16c00;
  color: #fff;
}
#advantage {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("../images/advantage.png");
}
#advantage .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#advantage .text {
  color: #fff;
}
#advantage .text .line1 {
  font-family: simsun;
  font-size: 20px;
}
#advantage .text .line1 strong {
  font-size: 24px;
}
#advantage .text .line2 {
  font-size: 24px;
}
#advantage .text .en {
  color: #fde6c5;
}
#advantage .btn {
  width: 190px;
  height: 56px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding: 8px 0;
  font-size: 15px;
  background: rgba(18,57,121,0.5);
}
#news {
  margin: 60px 0;
}
#news .head .title {
  margin: 0 auto;
  width: 353px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url("../images/n_title.png");
}
#news .content {
  margin-top: 45px;
}
#news .list-wrapper:before,
#news .list-wrapper:after {
  content: ' ';
  display: table;
}
#news .list-wrapper:after {
  clear: both;
}
#news .list {
  width: 50%;
  float: left;
  margin-bottom:20px;
}
#news .list .pic {
  width: 200px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#news .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#news .list .text {
  margin-left: 200px;
  padding: 0 20px;
}
#news .list .text .title {
  font-size: 16px;
  color: #002970;
}
#news .list .text .title a {
  color: #002970;
}
#news .list .text .title a:hover {
  color: #002970;
}
#news .list .text .desc {
  color: #0b0b0b;
  margin-top: 10px;
  height: 75px;
  width: 100%;
  line-height: 25px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .list .text .more {
  color: #d16c00;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.d-title {
  font-size: 20px;
  text-align: center;
}
.d-other {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #888;
}
.d-other span {
  margin: 0 5px;
}
.d-content {
  margin-top: 5px;
  padding: 20px;
}
/*# sourceMappingURL=index.css.map */
