._py {
  padding-top: 100px;
  padding-bottom: 100px;
}

._title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 23px;
}
._title .t1 {
  font-size: 50px;
  font-family: "siyuan";
  color: #be8256;
}
._title .t2 {
  font-size: 22px;
  margin-top: 13px;
  margin-bottom: 19px;
}

._more {
  width: 217px;
  height: 55px;
  color: white;
  font-size: 18px;
  background: url("../images/more.png") no-repeat center;
  background-size: cover;
}
._more:hover {
  color: #be8256;
}

._more2 {
  background: url("../images/more2.png") no-repeat center;
  background-size: cover;
  color: black;
}
._more2:hover {
  color: #be8256;
}

._summary {
  font-size: 18px;
  line-height: 30px;
}

._summary2 {
  font-size: 16px;
  line-height: 25px;
}

.about {
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
}

.fenlei .item {
  height: 784px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fenlei .item:hover .message {
  display: flex;
}
.fenlei .item .message {
  width: 506px;
  height: 377px;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fenlei .item .message .name {
  font-family: "siyuan";
  font-size: 36px;
  letter-spacing: 2px;
}
.fenlei .item .message img {
  margin-top: 10px;
  margin-bottom: 15px;
}

.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
}
.youshi .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  margin-top: 50px;
}
.youshi .content .item {
  width: 20%;
}
.youshi .content .item .name {
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.youshi .content .item ._summary {
  font-size: 16px;
  padding-left: 20px;
  line-height: 22px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.news {
  background: url("../images/news.jpg") no-repeat center;
  background-size: cover;
}
.news .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news .list .item:last-child {
  margin-bottom: 0;
}
.news .list .item:hover .jiantou {
  opacity: 1;
}
.news .list .item:hover .message .title {
  color: #be8256;
}
.news .list .item .time {
  width: 10%;
  text-align: center;
}
.news .list .item .time .day {
  font-size: 60px;
  font-family: "pingfang2";
}
.news .list .item .time .day2 {
  font-size: 18px;
}
.news .list .item .message {
  width: 80%;
  padding-left: 10%;
}
.news .list .item .message .title {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "pingfang2";
}
.news .list .item .message ._summary {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.news .list .item .jiantou {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.shebei {
  background: url("../images/shebei_bg.jpg") no-repeat center;
  background-size: cover;
}
.shebei .lf {
  text-align: center;
}

.liuyan_box {
  background: #25190d;
  padding-bottom: 0;
}
.liuyan_box .container2 {
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 35px;
}
.liuyan_box .lf {
  color: white;
}
.liuyan_box .lf ._title {
  text-align: left;
  align-items: flex-start;
}
.liuyan_box .lf ._title .title2 {
  font-size: 30px;
  font-family: 'pingfang2';
}
.liuyan_box .rt .formlist {
  position: relative;
}
.liuyan_box .rt .input_box {
  display: inline-block;
  width: 50%;
  margin-bottom: 18px;
}
.liuyan_box .rt .input_box_1 {
  width: 45%;
  margin-right: 5%;
}
.liuyan_box .rt .input_box_3 {
  width: 100%;
}
.liuyan_box .rt .infoInput {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d69962;
  color: white;
  padding: 5px;
  width: 100%;
}
.liuyan_box .rt input::placeholder {
  color: white;
}
.liuyan_box .rt .code_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.liuyan_box .rt .code_box img {
  margin-left: 10px;
}
.liuyan_box .rt #code {
  width: 100px;
}
.liuyan_box #feedbackbotton {
  background: #be8256;
  margin: 0;
  padding: 0;
  border: 0;
  padding: 5px 35px;
  position: absolute;
  right: 0;
  bottom: 19px;
}

@media (max-width: 1550px) {
  .fenlei .item {
    height: 670px;
  }
}
@media (max-width: 1450px) {
  ._title .t1 {
    font-size: 44px;
  }

  ._more {
    font-size: 16px;
    width: 194px;
    height: 45px;
  }

  .fenlei .item {
    height: 626px;
  }

  .news .list .item .time .day {
    font-size: 55px;
  }

  .news .list .item .message .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  ._title .t1 {
    font-size: 30px;
  }

  ._py {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  ._title .t2 {
    margin-top: 4px;
    font-size: 20px;
  }

  ._summary {
    font-size: 16px;
    line-height: 27px;
  }

  ._more {
    font-size: 15px;
  }

  .fenlei .item .message {
    display: flex;
  }

  .fenlei .item .message {
    width: 90%;
    height: 278px;
  }

  .fenlei .item {
    height: 453px;
  }

  .youshi .content {
    flex-wrap: wrap;
  }

  .youshi .content .item {
    width: 47%;
    text-align: center;
    margin-bottom: 40px;
  }

  .youshi .content .item .name {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .youshi .content {
    margin-bottom: 16px;
  }

  .youshi .content .item ._summary {
    font-size: 14px;
    padding-left: 0px;
    line-height: 22px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .news .list .item .message .title {
    font-size: 22px;
  }

  .news .list .item {
    display: block;
    padding-bottom: 27px;
    margin-bottom: 26px;
  }

  .news .list .item .message ._summary {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .news .list .item .time {
    display: none;
  }

  .news .list .item .jiantou {
    display: none;
  }

  .news .list .item .message {
    width: 100%;
    padding-left: 0%;
  }

  .news .list {
    padding-top: 30px;
  }

  .liuyan_box .lf ._title .title2 {
    font-size: 24px;
  }

  .liuyan_box .lf ._title {
    text-align: center;
    align-items: center;
  }

  .liuyan_box {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=index.css.map */
