/*@font-face {
   font-family:'jiangxi';
   src: url('../font/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._title h6 {
  font-size: 22px;
  color: #8d8d8d;
}
._title h2 {
  font-size: 36px;
  color: #0b3f75;
  font-weight: bold;
}

._more {
  background: #0b3f75;
  color: white;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  transition: .5s;
}
._more img {
  margin-left: 8px;
}
._more:hover {
  color: white;
  background: #2c7bce;
}

.about {
  background: url("../image/about_bg.jpg") no-repeat center;
  background-size: cover;
  height: 844px;
  padding-top: 180px;
}
.about .rt {
  text-align: right;
}
.about .lf {
  padding-right: 50px;
}
.about .lf .title {
  margin-bottom: 30px;
  font-size: 22px;
}
.about .lf .summary {
  font-size: 16px;
  color: #393939;
  line-height: 2;
  margin-bottom: 60px;
}

.fenlei {
  display: flex;
  margin-top: 200px;
  margin-bottom: 120px;
  justify-content: space-between;
  overflow: visible;
}
.fenlei .item {
  position: relative;
  height: 381px;
  padding-top: 50px;
  padding-left: 50px;
  width: 48%;
  background: #f0f0f3;
}
.fenlei .item .pic {
  position: absolute;
  right: 10%;
  bottom: 10px;
}
.fenlei .item .title {
  font-size: 22px;
  color: #0b3f75;
}
.fenlei .item .line {
  width: 50px;
  height: 1px;
  background: #0b3f75;
  margin-top: 30px;
  margin-bottom: 80px;
}

.tuijian {
  margin-bottom: 140px;
}
.tuijian ._title {
  text-align: center;
  margin-bottom: 55px;
}
.tuijian .owl_list .item {
  text-align: center;
}
.tuijian .owl_list .item .name {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tuijian .owl_list .item .more {
  display: flex;
  margin: 0 auto;
  font-size: 16px;
  justify-content: space-between;
  width: 160px;
  height: 37px;
  text-align: center;
  align-items: center;
  border: 1px solid #9c9c9c;
  padding-left: 29px;
}
.tuijian .owl_list .item .more img {
  position: relative;
  right: -2px;
}

.lingyu {
  background: url("../image/yingyong_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  height: 875px;
}
.lingyu ._title * {
  color: white !important;
}
.lingyu .rt {
  position: relative;
  margin-top: 57px;
  right: 112px;
}
.lingyu .rt li {
  position: absolute;
  display: flex;
  align-items: center;
}
.lingyu .rt li p {
  font-size: 20px;
  margin-left: 20px;
}
.lingyu .rt .li1 {
  right: 116px;
  top: 0;
}
.lingyu .rt .li2 {
  right: -34px;
  top: 143px;
}
.lingyu .rt .li3 {
  right: -107px;
  top: 309px;
}
.lingyu .rt .li4 {
  right: -46px;
  bottom: 160px;
}
.lingyu .rt .li5 {
  right: 116px;
  bottom: 15px;
}
.lingyu .lf {
  padding-top: 178px;
}
.lingyu .lf .summary {
  width: 60%;
  font-size: 16px;
  line-height: 2;
  margin-top: 82px;
  margin-bottom: 82px;
}

.youshi {
  margin-top: 120px;
  margin-bottom: 90px;
}
.youshi .top_box {
  margin-bottom: 45px;
}
.youshi .list {
  background: url("../image/youshi_bg2.jpg") no-repeat center;
  background-size: cover;
  height: 469px;
  display: flex;
  justify-content: space-between;
}
.youshi .list .item {
  border-right: 1px solid white;
  background: rgba(0, 0, 0, 0.2);
  width: 25%;
  height: 100%;
}
.youshi .list .item .name {
  font-size: 22px;
  color: white;
}
.youshi .list .item .back {
  background: url("../image/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: white;
}
.youshi .list .item .back .line {
  width: 30px;
  height: 1px;
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youshi .list .item .back .summary {
  width: 90%;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  line-height: 2;
}
.youshi .list .item .font {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.youshi .list .item .font .line {
  width: 30px;
  height: 1px;
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youshi .list .item:hover .font {
  display: none;
}
.youshi .list .item:hover .back {
  display: flex;
}

.news {
  margin-bottom: 80px;
}
.news .top_box {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .top_box .typename {
  display: flex;
  align-items: center;
}
.news .top_box .typename a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #8d8d8d;
  margin: 0 5px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.news .list li {
  width: 95%;
  margin: 0 auto;
}
.news .list li .pic img {
  width: 100%;
}
.news .list li .messaeg {
  padding: 10px;
}
.news .list li .messaeg .title {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .list li .messaeg .sumamry {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list li .messaeg .addtime {
  font-size: 12px;
}

@media (max-width: 1450px) {
  .about {
    height: 583px;
    padding-top: 62px;
  }

  ._title h2 {
    font-size: 30px;
  }

  .about .lf .title {
    font-size: 20px;
  }

  .fenlei .item .line {
    margin-top: 30px;
    margin-bottom: 54px;
  }

  .fenlei .item {
    height: 287px;
  }

  .fenlei .item .pic {
    bottom: 10px;
    height: 356px;
  }

  .fenlei {
    margin-top: 140px;
    margin-bottom: 80px;
  }

  .tuijian .owl_list .item .name {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .tuijian .owl_list .item .more {
    font-size: 14px;
  }

  .tuijian .owl_list .item {
    padding: 0 5px;
  }

  .tuijian {
    margin-bottom: 100px;
  }

  .lingyu .lf .summary {
    margin-top: 59px;
    margin-bottom: 53px;
  }

  .lingyu .rt .li3 {
    right: -112px;
    top: 260px;
  }

  .lingyu .rt .li4 {
    right: -46px;
    bottom: 113px;
  }

  .lingyu .rt .li2 {
    right: -52px;
    top: 112px;
  }

  .lingyu {
    height: 733px;
  }
}
@media (max-width: 768px) {
  ._title h2 {
    font-size: 22px;
  }

  ._title h6 {
    font-size: 19px;
  }

  .about {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }

  .about .lf .title {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .about .lf {
    padding-right: 0px;
  }

  ._title {
    text-align: center;
  }

  .about .lf .summary {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fenlei .item .pic {
    display: none;
  }

  .fenlei .item {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fenlei .item .title {
    font-size: 20px;
  }

  .fenlei .item .line {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .fenlei {
    margin-top: 55px;
    margin-bottom: 50px;
  }

  .tuijian .owl_list .item .more {
    display: none;
  }

  .tuijian ._title {
    margin-bottom: 35px;
  }

  .tuijian ._title {
    margin-bottom: 35px;
  }

  .lingyu .lf {
    padding-top: 56px;
    text-align: center;
  }

  .lingyu .lf .summary {
    width: 100%;
    margin-top: 27px;
    margin-bottom: 40px;
  }

  .lingyu .rt {
    display: none;
  }

  .lingyu {
    height: auto;
    padding-bottom: 50px;
  }

  .youshi .top_box ._title {
    float: none;
  }

  .youshi {
    margin-top: 70px;
    margin-bottom: 90px;
    text-align: center;
  }

  .youshi .list .item .name {
    font-size: 16px;
  }

  .youshi .list {
    height: 196px;
    margin-bottom: 40px;
  }

  .youshi > ._more {
    display: inline-block !important;
  }

  .news .top_box .typename {
    display: none;
  }

  .news ._title {
    float: none;
  }

  .news .top_box {
    display: block;
  }

  .news .list {
    display: block;
  }

  .news .list li {
    width: 100%;
  }

  .tuijian {
    margin-bottom: 25px;
  }

  .youshi .list .item .font img {
    max-width: 35px;
  }
}

/*# sourceMappingURL=index.css.map */
