@charset "UTF-8";
.g-footer {
  min-width: 1200px;
  margin-top: 0px !important;
  padding-top: 20px;
  box-sizing: border-box;
  border: 0 !important;
  background: #ffffff;
}

.g-footer .gft-links,
.g-footer .gft-links a {
  color: #000000 !important;
}

.g-footer .gft-copyRight,
.g-footer .gft-copyRight a {
  color: #000000 !important;
}

.doc .area-1 {
  background: url("../images/area-1.jpg") no-repeat center top;
  height: 833px;
}
.doc .area-2 {
  background: url("../images/area-2.jpg") no-repeat center top;
  height: 589px;
}
.doc .area-3 {
  background: url("../images/area-3.jpg") no-repeat center top;
  height: 620px;
}
.doc .area-4 {
  background: url("../images/area-4.jpg") no-repeat center top;
  height: 777px;
}
.doc .area {
  min-width: 1200px;
}
.doc .area .inner {
  width: 1000px;
  margin: 0 auto;
}
.doc .area-2 .inner {
  width: 1017px;
  padding-top: 136px;
  display: flex;
  justify-content: space-between;
}
.doc .area-2 .inner .video {
  width: 596px;
  height: 334px;
  overflow: hidden;
}
.doc .area-2 .inner .txt {
  width: 395px;
  height: 334px;
  overflow: hidden;
}
.doc .area-2 .inner .txt ul {
  padding-right: 20px;
}
.doc .area-2 .inner .txt ul li {
  display: flex;
  align-items: center;
  height: 87px;
  border-bottom: 1px dotted #3d3d3d;
}
.doc .area-2 .inner .txt ul li a {
  display: flex;
  text-decoration: none;
}
.doc .area-2 .inner .txt ul li a .icon {
  width: 28px;
  height: 38px;
}
.doc .area-2 .inner .txt ul li a p {
  padding-top: 4px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
}
.doc .area-3 .inner {
  padding-top: 105px;
}
.doc .area-3 .inner ul {
  display: flex;
  justify-content: space-between;
}
.doc .area-3 .inner ul li {
  width: 320px;
  height: 430px;
  background: #ffffff;
  padding: 0 17px;
  box-sizing: border-box;
}
.doc .area-3 .inner ul li .img {
  width: 255px;
  height: 150px;
  margin-top: 60px;
  object-fit: contain;
}
.doc .area-3 .inner ul li .title {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  margin-top: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.doc .area-3 .inner ul li .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #3d3d3d;
  margin: 10px 0;
}
.doc .area-3 .inner ul li .desc {
  font-size: 14px;
  line-height: 24px;
  color: #414141;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.doc .area-3 .inner ul li .bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.doc .area-3 .inner ul li .bottom .price {
  color: #ee2c2c;
  font-size: 16px;
  position: relative;
  margin-left: 25px;
}
.doc .area-3 .inner ul li .bottom .price::before {
  content: "￥";
  font-size: 10px;
  color: #ee2c2c;
  position: absolute;
  left: -13px;
}
.doc .area-3 .inner ul li .bottom .btn {
  width: 105px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  background: #ee2c2c;
  text-decoration: none;
}

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