/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._title {
  margin-bottom: 35px;
}
._title .t1 {
  font-family: 'pingfangME';
  font-size: 50px;
  font-weight: lighter;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
}
._title .t2 {
  font-size: 22px;
  color: #393939;
  font-weight: unset;
}

._summary {
  color: #393939;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 50px;
}

._more {
  font-size: 16px;
  background: #0da944;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 40px;
  transition: .5s;
  color: white;
}
._more:hover {
  color: white;
  padding: 5px 50px;
}

._mt {
  margin-top: 170px;
}

/**/
.about .lf {
  padding-right: 50px;
}

.chanpin {
  padding-top: 77px;
  padding-bottom: 77px;
  color: white;
}
.chanpin .typename {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  flex-wrap: wrap;
}
.chanpin .typename .item {
  text-align: center;
  border-bottom: 3px solid transparent;
  flex: 1;
  position: relative;
  top: 1px;
}
.chanpin .typename .item:hover, .chanpin .typename .item.on {
  border-bottom: 3px solid #0da944;
}
.chanpin .typename .item .name {
  font-weight: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
.chanpin .typename .item img {
  height: 60px;
}
.chanpin .list {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chanpin .list .item {
  text-align: center;
  width: 24%;
}
.chanpin .list .item .name {
  margin-top: 30px;
  margin-bottom: 20px;
}
.chanpin .list .item .pic img {
  border-radius: 13px;
  overflow: hidden;
}

.poster {
  border-radius: 13px;
  overflow: hidden;
  height: 585px;
  padding-left: 100px;
  padding-top: 100px;
  text-align: left;
}

.news {
  margin-top: 60px;
}
.news .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.news .list .item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background: url("../images/bg_line.png") no-repeat bottom;
  background-size: contain;
}
.news .list .item:hover .title {
  color: #0da944;
}
.news .list .item .addtime {
  width: 15%;
  position: relative;
  text-align: center;
  top: -8px;
}
.news .list .item .addtime .day {
  font-size: 45px;
}
.news .list .item .addtime .yue {
  color: #393939;
  font-size: 16px;
}
.news .list .item .message {
  padding-left: 15px;
  flex: 1;
}

.liuyan {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 100px;
}
.liuyan ._title {
  font-weight: lighter;
}
.liuyan ._title .t1 {
  font-size: 36px;
}
.liuyan ._title .t2 {
  font-size: 22px;
}
.liuyan .lf {
  padding-top: 166px;
}
.liuyan .container2 {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.liuyan .content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 13px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  top: 125px;
}
.liuyan .content .neirong .input_box {
  display: inline-block;
  width: 49%;
  margin-bottom: 2%;
}
.liuyan .content .neirong .input_box_1 {
  margin-right: 2%;
}
.liuyan .content .neirong .input_box_3 {
  width: 100%;
}
.liuyan .content .neirong .input_box_3 .infoInput {
  height: 100px;
}
.liuyan .content .neirong .infoInput {
  background: white;
  border: 0px;
  width: 100%;
  padding: 5px 10px;
}
.liuyan .content .neirong #feedbackbotton {
  border: 0;
  margin-top: 30px;
}
.liuyan .content .neirong .code_box {
  display: flex;
  align-items: center;
}
.liuyan .content .neirong .code_box #code {
  width: 100px;
}
.liuyan .content .neirong .code_box img {
  margin-left: 10px;
}

@media (max-width: 1600px) {
  ._mt {
    margin-top: 110px;
  }

  .poster {
    height: 527px;
  }
}
@media (max-width: 1450px) {
  ._title .t1 {
    font-size: 40px;
  }

  .chanpin .list .item .name {
    font-size: 16px;
  }

  ._more {
    font-size: 15px;
  }

  ._mt {
    margin-top: 90px;
  }

  .chanpin .typename .item .name {
    font-size: 17px;
    padding-top: 21px;
    padding-bottom: 20px;
  }

  .poster {
    height: 477px;
  }

  .news .list .item .message .title {
    font-size: 17px;
  }

  .news .list .item .addtime .day {
    font-size: 42px;
  }

  ._summary {
    font-size: 15px;
    line-height: 25px;
  }

  .liuyan {
    margin-top: 70px;
    padding-top: 117px;
    padding-bottom: 129px;
  }
}
@media (max-width: 768px) {
  ._title {
    text-align: center;
  }

  ._title .t1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  ._title .t2 {
    font-size: 19px;
  }

  .about .lf {
    padding-right: 0;
  }

  .about {
    text-align: center;
  }

  .about ._more {
    margin-left: auto;
    margin-right: auto;
  }

  ._mt {
    margin-top: 70px;
  }

  .chanpin .typename {
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 0;
  }

  .chanpin .typename .item {
    width: 48%;
    flex: unset;
    margin-bottom: 15px;
    border-bottom: 0;
  }
  .chanpin .typename .item img {
    height: 40px;
  }

  .chanpin .typename .item .name {
    font-size: 16px;
  }

  .chanpin .list {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .chanpin .list .item {
    width: 48%;
    margin-bottom: 40px;
  }

  .chanpin .list .item .name {
    margin-top: 22px;
    margin-bottom: 17px;
  }

  .poster {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 333px;
    padding-top: 73px;
  }

  .news .list .item {
    width: 100%;
  }
  .news .list .item ._summary {
    margin-bottom: 30px;
  }

  .news .list {
    display: block;
    margin-top: 60px;
  }

  .news .list .item .addtime .day {
    font-size: 35px;
  }

  .news .list .item .addtime .yue {
    font-size: 14px;
  }

  .news .list .item .addtime {
    width: 21%;
  }

  ._summary {
    font-size: 14px;
    line-height: 22px;
  }

  .liuyan {
    margin-top: 20px;
  }

  .liuyan {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=index.css.map */
