@font-face {
  font-family: 'jiangxi';
  src: url("../fonts/Philosopher-Regular-4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: "jiangxi";
}

._mt {
  margin-top: 100px;
}

._py {
  padding-top: 100px;
  padding-bottom: 100px;
}

._title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}

.youshi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi .item {
  background: #f4f4f4;
  width: 24%;
  padding: 20px;
}
.youshi .item .name {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: unset;
  height: 38px;
  display: flex;
  align-items: center;
}

.fenlei .list {
  display: flex;
  justify-content: space-between;
}
.fenlei .list .item {
  width: 32%;
}
.fenlei .list .item .name img {
  margin-left: 10px;
}

.youshi2 .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: space-between;
}
.youshi2 .list .item {
  width: 26%;
  margin-bottom: 50px;
}
.youshi2 .list .item:nth-child(4), .youshi2 .list .item:nth-child(5), .youshi2 .list .item:nth-child(6) {
  margin-bottom: 0px;
}
.youshi2 .list .item .name {
  color: #33605e;
  font-size: 20px;
  font-weight: bold;
}
.youshi2 .list .item .summary {
  font-size: 16px;
  padding-top: 10px;
}

.about .top {
  margin-bottom: 150px;
  height: 458px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .top .lf {
  height: 100%;
  width: 68.5%;
}
.about .top .rt {
  height: 100%;
  width: 30%;
  padding: 65px 35px;
}
.about .top .rt h6 {
  color: #367138;
  font-size: 49px;
  margin-bottom: 20px;
}
.about .top .rt p {
  font-size: 16px;
  color: white;
}
.about .bottom .lf .title {
  width: 70%;
}
.about .bottom .summary {
  color: #393939;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.about .bottom .rt {
  width: 30%;
}
.about .bottom .rt .item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.about .bottom .rt .item:nth-child(3) {
  margin-bottom: 0;
}
.about .bottom .rt .item .num {
  color: #33605e;
  font-weight: bold;
  font-size: 50px;
  display: flex;
  align-items: center;
  width: 150px;
}
.about .bottom .rt .item .summary {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
}

.news .content {
  color: white;
}
.news .content a {
  color: white;
}
.news .content h4 {
  margin-bottom: 0;
}
.news .content .title {
  font-size: 20px;
  font-weight: unset;
}
.news .content .title a {
  font-size: 20px;
  font-weight: unset;
}
.news .content .addtime {
  margin-bottom: 6px;
  font-size: 16px;
  display: inline-block;
}
.news .content .lf {
  width: 62%;
  border-radius: 12px !important;
}
.news .content .lf img {
  border-radius: 12px !important;
}
.news .content .lf .message {
  position: relative;
  padding: 40px 50px;
}
.news .content .lf .message .title {
  width: 80%;
}
.news .content .lf .more {
  position: absolute;
  right: 40px;
  bottom: 36px;
}
.news .content .rt {
  width: 36.5%;
}
.news .content .rt .item {
  padding: 50px;
  margin-bottom: 20px;
  height: 341px;
}
.news .content .rt .item .summary {
  margin-top: 20px;
  margin-bottom: 30px;
}
.news .content .rt .item:last-child {
  margin-bottom: 0;
}

.liuyan {
  height: 695px;
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
}
.liuyan .lf {
  height: 100%;
}
.liuyan .rt {
  height: 100%;
  padding-top: 145px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.liuyan .rt .sumamry {
  color: white;
}
.liuyan .rt ._btn {
  background: #e92a14;
  color: white;
  padding: 8px 50px;
  border: 0px;
}
.liuyan .rt ._title {
  color: white;
  text-align: left;
  margin-bottom: 9px;
}
.liuyan .rt .message_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.liuyan .rt .message_list li {
  margin-bottom: 17px;
}
.liuyan .rt .infoInput {
  background: #d4d4d4;
}
.liuyan .rt .input_box_3 {
  width: 45%;
}

._more {
  color: #393939;
}
._more img {
  margin-left: 10px;
}

@media (max-width: 1450px) {
  .news .content .rt .item {
    height: 306px;
    padding: 35px;
  }

  ._mt {
    margin-top: 80px;
  }

  ._py {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._title {
    font-size: 44px;
  }

  .about .top {
    margin-bottom: 90px;
  }

  .liuyan .rt {
    padding-top: 72px;
  }

  .liuyan {
    height: 555px;
  }
}
@media (max-width: 768px) {
  .youshi {
    flex-wrap: wrap;
  }
  .youshi .item {
    width: 48.5%;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .youshi .item .name {
    width: 100%;
    padding-left: 00px;
    margin-left: 0;
    margin-top: 20px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._mt {
    margin-top: 60px;
  }

  ._title {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .fenlei .list {
    flex-wrap: wrap;
  }

  .fenlei .list .item {
    width: 48%;
    margin-bottom: 40px;
  }
  .fenlei .list .item:last-child {
    margin-bottom: 0;
  }
  .fenlei .list .item .name {
    justify-content: space-between;
  }
  .fenlei .list .item .name h4 {
    font-size: 16px;
  }

  .youshi2 .list {
    padding-top: 0;
    display: block;
  }
  .youshi2 .list .item {
    width: 100%;
    margin-bottom: 35px;
  }

  .about .top {
    display: block;
    height: auto;
  }

  .about .top .lf {
    width: 100%;
    height: 240px;
  }

  .about .top .rt {
    width: 100%;
  }

  .about .top .rt h6 {
    font-size: 37px;
    color: white;
  }

  .about .bottom .lf .title {
    width: 100%;
    font-size: 28px;
    text-align: center;
  }

  .about .top {
    margin-bottom: 60px;
  }

  .about .bottom {
    text-align: center;
  }
  .about .bottom .summary {
    text-align: left;
  }

  .youshi2 .list .item .name {
    text-align: center;
  }

  .about ._title2 {
    text-align: center;
  }

  .youshi2 .list .item .summary {
    padding-top: 0;
    font-size: 14px;
  }

  .youshi2 .list .item {
    margin-bottom: 34px !important;
  }

  .youshi2 .list .item:nth-child(4), .youshi2 .list .item:nth-child(5), .youshi2 .list .item:nth-child(6) {
    margin-bottom: 34px !important;
  }

  .about .bottom .rt {
    width: 100%;
    margin-top: 50px;
  }

  .about .bottom .rt .item {
    margin-bottom: 20px;
    justify-content: center;
  }

  .about .bottom .rt .item .num {
    font-size: 32px;
    width: auto;
  }

  .news .content .lf {
    width: 100%;
    margin-bottom: 0px;
  }

  .news .content .rt {
    width: 100%;
  }

  .news .content .lf .message {
    padding: 30px 20px;
  }

  .news .content .lf .more {
    position: static;
  }

  .news .content .lf .message .title {
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .news .content .rt {
    display: none;
  }

  .liuyan {
    background: #262626;
    height: auto;
  }
  .liuyan .message_list ul li .input_text {
    font-size: 14px;
  }

  .liuyan .rt {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .liuyan .rt .pic {
    width: 100%;
    margin-bottom: 30px;
  }

  .liuyan .rt ._title {
    text-align: center;
  }

  .news .content .title a {
    font-size: 18px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
