@charset "UTF-8";
._title {
  margin-bottom: 60px;
  text-align: center;
}
._title p {
  font-weight: bold;
  color: black;
  font-size: 40px;
  margin-bottom: 8px;
}
._title .line {
  width: 56px;
  height: 6px;
  background: #cccccc;
  margin: 0 auto;
}

._more {
  text-align: center;
  padding: 15px 0;
  border: 1px solid black;
  font-size: 18px;
  transition: .5s;
}
._more:hover {
  background: black;
  color: white;
}

.goods {
  margin-top: 120px;
  margin-bottom: 150px;
}
.goods .list {
  margin-bottom: 30px;
  margin-top: 60px;
  display: flex;
}
.goods .list .rt {
  flex: 1;
}
.goods .list .rt .item {
  border: 3px solid white;
}
.goods .list .lf {
  border-right: 5px solid white;
}
.goods .list .item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.goods .list .item .message {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -114px;
  z-index: 2;
  text-align: center;
  padding: 20px;
  transition: .5s;
}
.goods .list .item:after {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 765px;
  transition: .5s;
}
.goods .list .item .more {
  color: white;
}
.goods .list .item .summary {
  line-height: 3;
  display: none;
  color: rgba(255, 255, 255, 0.7);
}
.goods .list .item .name {
  font-size: 20px;
  color: white;
}
.goods .list .item:hover .message {
  bottom: 50px;
}
.goods .list .item:hover:after {
  top: 0;
}

.about {
  background: white;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 140px;
  position: relative;
}
.about .content {
  display: flex;
  align-items: center;
}
.about .content .message {
  flex: 1;
  padding-left: 40px;
}
.about .content .message > .summary {
  font-size: 16px;
  color: #818181;
  text-indent: 2em;
  line-height: 2;
}
.about .content .message .more {
  margin: 50px 0;
}
.about .content .message .list .item {
  margin-bottom: 50px;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
.about .content .message .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 57px;
  height: 57px;
}
.about .content .message .list .item .pic .pic1 {
  display: block;
}
.about .content .message .list .item .pic .pic2 {
  display: none;
}
.about .content .message .list .item .summary {
  width: 200px;
  font-size: 16px;
  color: #292839;
}
.about .content .message .list .item:hover .pic .pic2 {
  display: block;
}
.about .content .message .list .item:hover .pic .pic1 {
  display: none;
}

.poster {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -300px;
  height: 673px;
  width: 100%;
  background: url("../images/poster.jpg") no-repeat bottom;
  background-attachment: fixed;
}
.poster .message {
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 3;
  margin-bottom: 95px;
}

/*新闻*/
.news {
  margin-bottom: 140px;
  margin-top: 145px;
}
.news ._more {
  width: 328px;
  margin: 0 auto;
}
.news .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
.news .list .item {
  width: 90%;
}
.news .list .item .message {
  margin-top: 25px;
}
.news .list .item .message .name {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
}
.news .list .item .message .sumamry {
  font-size: 14px;
  color: #a2a2a2;
}
.news .list .item .pic {
  transition: .5s;
}
.news .list .item:hover .pic {
  transform: scale(1.05);
}

.liuyan_box {
  height: 636px;
}
.liuyan_box ._title .line {
  background: #0b667f;
}
.liuyan_box .lf {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liuyan_box .rt {
  height: 100%;
  background: url("../images/liuyan.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liuyan_box .rt form {
  width: 70%;
}
.liuyan_box .formlist .input_box .infoInput {
  margin-bottom: 28px;
  height: 48px;
  width: 80%;
  font-size: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  border: 0 !important;
}
.liuyan_box .formlist .input_box textarea.infoInput {
  height: 110px;
}
.liuyan_box .formlist .input_box input#code {
  width: 100px;
  margin-right: 10px;
}
.liuyan_box input::-webkit-input-placeholder, .liuyan_box textarea::-webkit-input-placeholder {
  color: white;
}
.liuyan_box input::-moz-placeholder, .liuyan_box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.liuyan_box input:-moz-placeholder, .liuyan_box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.liuyan_box input:-ms-input-placeholder, .liuyan_box textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.liuyan_box #feedbackbotton {
  width: 175px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  border-radius: 10px;
  border: 0;
  font-size: 16px;
}

@media (max-width: 1450px) {
  .about {
    padding-bottom: 60px;
  }

  .liuyan_box {
    height: 516px;
  }

  .goods .item img {
    max-width: 375px;
  }

  .about .content .message > .summary {
    font-size: 14px;
  }

  .about .content .message .list .item .summary {
    font-size: 12px;
    padding-right: 10px;
    width: auto;
  }

  .about .content .message {
    padding-left: 20px;
  }

  .about .content .message .list .item .pic {
    margin-right: 14px;
  }
}
@media (max-width: 768px) {
  .goods .list {
    display: block;
  }

  .goods .list .lf {
    border: 0;
  }

  .goods .list .rt .item {
    border: 0;
  }

  ._title p {
    font-size: 16px;
  }

  ._title {
    margin-bottom: 35px;
  }

  ._title .line {
    width: 45px;
    height: 4px;
  }

  .wap_goods {
    padding: 0 15px;
    margin-top: 50px;
  }
  .wap_goods .item {
    width: 48%;
    float: left;
    border: 1px solid #dbdbdb;
    margin-bottom: 4%;
  }
  .wap_goods .item .name {
    text-align: center;
    font-size: 14px;
    padding: 5px;
  }
  .wap_goods .item:nth-child(2n) {
    float: right;
  }

  .about .content {
    display: block;
  }

  .about {
    width: 100%;
    margin-top: 50px;
    padding: 0 15PX;
  }

  .about .content .message {
    padding-left: 0;
  }

  .about .content .message .more {
    display: none;
  }

  .about .content .message > .summary {
    font-size: 14px;
    margin: 20px 0;
  }

  .about .content .message .list .item .summary {
    font-size: 12px;
    width: 100%;
    text-align: center;
    min-height: 51px;
    margin-top: 10px;
  }

  .about .content .message .list .item {
    flex-direction: column;
    margin-bottom: 15px;
    float: left;
    width: 48%;
  }
  .about .content .message .list .item:nth-child(2n) {
    float: right;
  }

  .about .content .message .list .item .pic {
    margin-right: 0;
  }

  .news {
    padding: 0 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .news .list {
    display: block;
    margin-bottom: 25px;
  }

  .news .list .item {
    width: 100%;
  }

  .news .list .item .message .name {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news .list .item .message {
    margin-top: 10px;
  }

  .news .list .item .message .sumamry {
    font-size: 12px;
  }

  .news .list .item {
    display: none;
  }
  .news .list .item:first-child {
    display: block;
  }

  .news ._more {
    width: 150px;
    padding: 8px 0;
  }

  .liuyan_box {
    height: auto;
  }

  ._more {
    font-size: 14px;
  }

  .liuyan_box .lf {
    padding-top: 30px;
    background: none;
  }

  .liuyan_box .rt,
  .liuyan_box .lf {
    width: 100%;
    float: none;
  }

  .liuyan_box .rt {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .liuyan_box .rt form {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .liuyan_box .formlist .input_box .infoInput {
    font-size: 12px;
    height: 34px;
    width: 100%;
    margin-bottom: 15px;
  }

  .liuyan_box #feedbackbotton {
    font-size: 12px;
    width: 100px;
    height: 35px;
  }

  .poster {
    margin-top: 0;
    height: 210px;
  }

  .poster .message {
    margin-bottom: 45px;
    font-size: 16px;
  }
  .poster .message img {
    width: 170px;
  }
}

/*# sourceMappingURL=index.css.map */
