/*@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";
}*/
.video_ban {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.video_ban .video-js {
  width: 100vw;
  height: 100vh;
}
.video_ban .t3 {
  text-transform: uppercase;
}
.video_ban .t2 {
  letter-spacing: 2px;
}
.video_ban .anniu {
  margin-top: 30px;
  font-size: 22px;
}
.video_ban .anniu img {
  margin-bottom: 10px;
}
.video_ban ._more {
  background: white;
  color: black;
  border: 1px solid white;
}
.video_ban ._title {
  padding-top: 0;
}
.video_ban:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  height: 100%;
  content: '';
  display: block;
  clear: both;
}
.video_ban video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video_ban .container2 {
  height: 100%;
  position: relative;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1600px) {
  .video_ban .container2 {
    height: 686px;
  }
}
@media (max-width: 1450px) {
  .video_ban .container2 {
    height: 628px;
  }
}
@media (max-width: 1366px) {
  .video_ban .container2 {
    height: 571px;
  }
}
@media (max-width: 768px) {
  .video_ban .container2 {
    height: 355px;
  }

  .video_ban .t3 {
    font-size: 16px;
  }

  .video_ban .t2 {
    font-size: 20px;
  }

  .video_ban {
    height: 380px;
    width: 100%;
  }

  .video_ban .video-js {
    height: 380px;
  }

  .video_ban {
    margin-top: 0;
  }
}
._title2 {
  position: relative;
  padding-top: 60px;
}

.banner_box {
  position: relative;
}
.banner_box .banner {
  position: relative;
  z-index: 1;
}
.banner_box .word_box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 31%;
  z-index: 2;
  text-transform: capitalize;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.banner_box .word_box .title {
  font-size: 60px;
}
.banner_box .word_box .summary {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.banner_box .word_box ._more {
  background: #0368b6;
  color: white;
  border: 1px solid #0368b6;
}

._title {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 70px;
}
._title p {
  font-size: 40px;
  font-family: 'IT';
  font-weight: bold;
}
._title .line {
  margin: 0 auto;
  background: #0368b6;
  margin-top: 10px;
  width: 100px;
  height: 3px;
}

._more {
  font-size: 14px;
  border: 1px solid black;
  padding: 7px 30px;
  display: inline-block;
  font-family: 'IL';
}
._more:hover {
  background: #0368b6;
  color: white;
  border: 1px solid #0368b6;
}

.chanpin {
  margin-top: 100px;
}

.about {
  margin-top: 100px;
}
.about .lf img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}
.about .rt {
  padding-left: 60px;
  padding-top: 50px;
}
.about .rt .title {
  margin-bottom: 35px;
  font-size: 22px;
  font-family: 'IM';
}
.about .rt .summary {
  margin-bottom: 50px;
  line-height: 2;
  font-family: 'IL';
  font-size: 17px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
}

.chanpin {
  background: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.chanpin .typename {
  margin-bottom: 70px;
}
.chanpin .typename .item {
  text-align: center;
}
.chanpin .typename .item:hover ._more {
  background: #0368b6;
  color: white;
  border: 1px solid #0368b6;
}
.chanpin .typename .item .pic {
  margin: 0 auto;
}
.chanpin .typename .item .pic img {
  max-height: 300px;
}
.chanpin .typename .item .name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'IL';
}
.chanpin .list .item:hover ._more {
  background: #0368b6;
  color: white;
  border: 1px solid #0368b6;
}
.chanpin .list .item .pic {
  margin: 0 auto;
}
.chanpin .list .item .pic img {
  max-height: 300px;
}
.chanpin .list .item .name {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'IL';
}

.yingyong {
  margin-top: 100px;
}
.yingyong .list .item img {
  width: 100%;
  height: 347px;
  object-fit: cover;
}

.zhengshu {
  margin-top: 100px;
}
.zhengshu .item {
  position: relative;
  background: url("../images/kuang.png") no-repeat center;
  padding: 10px;
  text-align: center;
  background-size: cover;
}

.applications {
  margin-top: 100px;
}
.applications .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.applications .content .item {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.news {
  margin-top: 100px;
  background: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 165px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  width: 97%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  background: white;
  margin: 0 auto;
  margin-bottom: 3%;
}
.news .list .item .pic {
  width: 280px;
}
.news .list .item .message {
  flex: 1;
  padding: 30px;
}
.news .list .item .message .addtime {
  font-size: 14px;
  opacity: .5;
}
.news .list .item .message .title {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list .item .message .summary {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  opacity: .5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lianxi {
  margin-bottom: 55px;
  position: relative;
  top: -68px;
}
.lianxi .lf {
  background: #0368b6;
  padding: 70px 50px;
  width: 45%;
}
.lianxi .lf .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
.lianxi .lf .form input {
  background: white;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.lianxi .lf .form textarea {
  background: white;
  padding: 10px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.lianxi .lf .btn {
  background: white;
  color: black;
  padding: 10px 50px;
  border-radius: 0;
}
.lianxi .rt {
  margin-top: 131px;
  text-align: center;
}
.lianxi .rt .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.lianxi .rt .summary {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 20px;
  opacity: .8;
}
.lianxi .rt .btn {
  background: #0368b6;
  color: white;
  padding: 10px 100px;
  border-radius: 0;
}

@media (max-width: 1450px) {
  ._title p {
    font-size: 36px;
  }

  ._title {
    margin-bottom: 60px;
  }

  .about .rt .title {
    margin-bottom: 23px;
    font-size: 21px;
  }

  .about .rt .summary {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .chanpin .list .item .pic {
    height: 280px;
  }

  .chanpin .list .item .back {
    font-size: 21px;
  }

  .lianxi .rt .summary {
    line-height: 25px;
    font-size: 15px;
  }

  .news {
    padding-bottom: 160px;
  }

  .news {
    padding-top: 65px;
  }

  .lianxi .rt {
    margin-top: 114px;
  }

  .yingyong .list .item img {
    height: 246px;
  }

  .lianxi {
    margin-bottom: 0;
  }

  .lianxi .rt .btn {
    padding: 10px 35px;
  }

  .chanpin {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .about,
  .zhengshu,
  .news,
  yingyong,
  .applications,
  .chanpin {
    margin-top: 65px;
  }

  .lianxi .lf {
    padding: 49px 40px;
  }
}
@media (max-width: 768px) {
  ._title p {
    font-size: 26px;
  }

  ._title .line {
    margin-top: 7px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .about .rt {
    padding-left: 0;
    margin-top: 0px;
    text-align: center;
  }

  .about .lf img {
    border-radius: 0;
  }

  .about .rt .title {
    margin-bottom: 15px;
  }

  .chanpin {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chanpin .typename .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .chanpin .typename .item .pic img {
    width: 100px;
    height: 100px;
  }

  .chanpin .typename {
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  ._more {
    padding: 6px 15px;
    font-size: 14px;
  }

  .chanpin .typename .item .name {
    font-size: 15px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .pic {
    height: 180px;
  }

  .chanpin .list .item .back {
    font-size: 16px;
  }

  .yingyong {
    margin-top: 53px;
  }

  .news .list {
    display: block;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    display: block;
  }

  .news .list .item .pic {
    width: 100%;
  }
  .news .list .item .pic img {
    width: 100%;
  }

  .news .list .item .message {
    padding: 30px 20px;
  }

  .lianxi .lf {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .lianxi .lf .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .lianxi .rt {
    margin-top: 50px;
    float: none;
    width: 100%;
  }

  .lianxi .rt .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .lianxi .rt .summary {
    font-size: 16px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi {
    margin-bottom: 0;
  }

  .banner_box .word_box {
    top: 23%;
  }

  .about {
    margin-top: 45px;
  }

  .banner_box .word_box .title {
    font-size: 19px;
  }

  .banner_box .word_box .summary {
    font-size: 18px;
  }

  .banner_box .word_box ._more {
    padding: 5px 13px;
    font-size: 14px;
  }

  .chanpin .list .item .back {
    display: block;
    position: static;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .chanpin .list .item .pic {
    height: auto;
  }

  .chanpin .typename .item {
    width: 100%;
  }

  .chanpin .typename .item .pic img {
    width: 100%;
    height: auto;
  }

  .chanpin .typename .item .name,
  .chanpin .list .item .name {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

/*# sourceMappingURL=mystyle.css.map */
