/*@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";
}*/
.ban_video {
  position: relative;
  width: 100vw;
  height: 95vh;
}
.ban_video .mask {
  opacity: .7;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.ban_video .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.ban_video .container2 .more {
  background: #308bd5;
  color: white;
  padding: 10px 40px;
  font-size: 24px;
}
.ban_video .container2 .wenzi {
  color: white;
  width: 50%;
}
.ban_video .container2 .wenzi .p1 {
  font-size: 57px;
  font-weight: bold;
}
.ban_video .container2 .wenzi .p2 {
  font-size: 26px;
  margin-bottom: 62px;
  margin-top: 21px;
  font-weight: unset;
}
.ban_video .videobg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.more {
  transition: .5s;
}
.more:hover {
  transform: scale(1.1);
}

._title {
  margin-bottom: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._title .lf .t1 {
  font-size: 40px;
  color: #0066cc;
  font-weight: bold;
  text-transform: uppercase;
}
._title .rt a {
  font-size: 22px;
}

._title2 {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

._item .pic img {
  width: 100%;
}
._item .message {
  background: white;
  padding: 30px;
}
._item .title {
  margin-bottom: 10px;
}
._item .title a {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0066cc;
}
._item .more {
  text-align: right;
  display: block;
}
._item .summary {
  font-size: 16px;
  line-height: 22px;
}

.zidong {
  background: url("../images/fuwu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 124px;
}
.zidong .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.zidong .content .item {
  width: 97%;
  margin: 0 auto;
}
.zidong ._item .summary {
  min-height: 110px;
}

.fenlei {
  margin-top: 150px;
  margin-bottom: 150px;
}
.fenlei ._title {
  margin-bottom: 55px;
}
.fenlei .content {
  margin-bottom: 70px;
}
.fenlei .content .item_box {
  height: 560px;
}
.fenlei .content .item_box:hover .qian {
  display: none;
}
.fenlei .content .item_box:hover .hou {
  display: flex;
}
.fenlei .content .qian {
  display: block;
  height: 100%;
}
.fenlei .content .qian ._item .message {
  padding: 38px;
}
.fenlei .content .qian ._item .title {
  margin-bottom: 25px;
}
.fenlei .content .qian ._item .title a {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fenlei .content .qian ._item .summary {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fenlei .content .hou {
  background: #308bd5;
  padding: 25px;
  height: 100%;
  text-align: center;
  color: white;
  display: none;
  align-items: flex-end;
  padding-bottom: 45px;
}
.fenlei .content .hou .pic {
  margin-bottom: 20px;
}
.fenlei .content .hou .title a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.fenlei .content .hou .more {
  background: white;
  color: #0066cc;
  padding: 8px 20px;
  margin-top: 20px;
}
.fenlei .content ._item .message {
  background: #e7ebef;
}
.fenlei .btn_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fenlei .btn_box .anniu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.fenlei .btn_box .swiper-button-next, .fenlei .btn_box .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  margin: 0 15px;
  position: static;
  padding: 0;
}
.fenlei .btn_box .swiper-pagination {
  position: static;
  width: auto;
  padding: 5px 18px;
  color: white;
  background: #0066cc;
}

.fuwu ._title {
  margin-bottom: 55px;
}
.fuwu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fuwu .content ._item .title {
  margin-bottom: 16px;
}
.fuwu .content ._item .title a {
  color: #308bd5;
}
.fuwu .content ._item .summary {
  height: 154px;
}
.fuwu .content .item {
  width: 96.5%;
  margin: 0 auto;
}
.fuwu .content .item .message {
  background: #e7ebef;
}

.lianxi {
  margin-top: 113px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  height: 346px;
}
.lianxi .lf {
  background: #575f61;
  flex: 1;
  height: 100%;
  margin-right: 15px;
  color: white;
  padding-top: 52px;
  padding-left: 80px;
  padding-right: 103px;
}
.lianxi .lf .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.lianxi .lf .more {
  background: #308bd5;
  color: white;
  font-size: 16px;
  padding: 8px 35px;
}
.lianxi .lf .summary {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 25px;
}
.lianxi .rt {
  height: 100%;
}
.lianxi .rt img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news {
  margin-bottom: 100px;
}
.news ._title {
  margin-bottom: 55px;
}
.news .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.news .content ._item .pic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news .content .item .addtime {
  font-size: 16px;
  color: #393939;
  margin-bottom: 10px;
  display: block;
}
.news .content ._item .title a {
  font-size: 18px;
  color: black;
}
.news .content ._item .title a:hover {
  color: #0066cc;
}
.news .content .item {
  width: 97%;
  margin: 0 auto;
}
.news .content .item .message {
  background: #e7ebef;
}
.news .content .title {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content .summary {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1600px) {
  ._item .summary {
    min-height: 110px;
  }
}
@media (max-width: 1450px) {
  ._title .lf .t1 {
    font-size: 35px;
  }

  ._title {
    margin-bottom: 50px;
  }

  .zidong {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .fenlei {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .fuwu .content ._item .title a {
    font-size: 20px;
  }

  ._item .more img {
    width: 13px;
  }

  .lianxi .lf {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 60px;
  }

  .lianxi {
    margin-bottom: 100px;
  }

  .zidong ._item .summary {
    min-height: 88px;
  }

  ._item .summary {
    font-size: 14px;
  }

  ._title .rt a {
    font-size: 20px;
  }

  .ban_video .container2 .more {
    font-size: 20px;
  }

  .ban_video .container2 .wenzi .p1 {
    font-size: 40px;
  }

  .ban_video .container2 .wenzi .p2 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  ._title .rt {
    display: none;
  }

  ._title .lf .t1, .lianxi .lf .title {
    font-size: 28px;
  }

  .zidong .content {
    display: block;
  }

  .news ._title,
  .fenlei ._title,
  ._title,
  .fuwu ._title {
    margin-bottom: 30px;
  }

  ._title .lf .t1 {
    text-align: center;
  }

  .zidong .content .item,
  .news .content .item,
  .fuwu .content .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .zidong {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .fenlei ._title,
  .news ._title,
  .fuwu ._title {
    display: block;
    text-align: center;
  }

  .news .content {
    display: block;
  }

  .fenlei {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .fenlei .content .qian ._item .message {
    padding: 28px;
  }

  .fenlei .content {
    margin-bottom: 0;
  }

  .fenlei .content .item_box {
    height: auto;
    margin-bottom: 30px;
  }

  .fuwu .content {
    display: block;
  }

  .lianxi {
    height: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .lianxi .lf {
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
  }

  .news {
    margin-bottom: 0;
  }

  .ban_video .container2 .wenzi {
    width: 100%;
    text-align: center;
  }

  .ban_video {
    height: 500px;
  }

  .ban_video .container2 .wenzi .p1 {
    font-size: 28px;
  }

  .ban_video .container2 .wenzi .p2 {
    font-size: 20px;
    margin-bottom: 42px;
  }

  .ban_video .container2 .more {
    font-size: 16px;
  }

  .fuwu .content ._item .summary {
    height: auto;
  }
}

/*# sourceMappingURL=mystyle.css.map */
