/* 公用 */
/* a标签 */
body {
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 1280px;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

/* 弹窗 */

.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../images/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}

/* 弹窗选中 */

.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


/* 弹窗动画 */

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

/* 首页全图轮播样式 */
.swiper_bd {
  height: 100vh;
  overflow: hidden;
}

.swiper_bd>.swiper-wrapper>.swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiper_bd .swiper-slide {}

.swiper_bd>.swiper-wrapper>.swiper-slide:last-child {
  height: 620px;
}

/* banner图 */
.banner1 {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.banner1 .ban_img {
  width: 100%;
}

.banner1 .ban_img img {
  width: 100%;
}

.banner1 .ban_img img:last-child {
  display: none;
}

.banner1 .ban_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner1 .ban_text .ban_d_text {
  color: #fff;
  font-weight: bold;
}

/* 二级导航 */
.two_daohang {
  width: 100%;
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid #d4d7da;
}

.two_daohang .box {
  height: 100%;
}

.two_daohang .box .lrt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.two_daohang .box .lrt .left {
  height: 100%;
  display: flex;
  align-items: center;
}

.two_daohang .box .lrt .left .three {
  color: #68757e;
}

.two_daohang .box .lrt .left .three:hover {
  color: #333333;
}

.two_daohang .box .lrt .left .three.act {
  color: #333333;
}

.two_daohang .box .lrt .left .line {
  width: 1px;
  height: 12px;
  background-color: #68757e;
  margin: 0 15px;
}

.two_daohang .box .lrt .right {
  height: 100%;
  display: flex;
}

.two_daohang .box .lrt .right .three_text {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #555;
  font-weight: bold;
  margin-right: 45px;
}

.two_daohang .box .lrt .right .three_text:last-child {
  margin-right: 0;
}

.two_daohang .box .lrt .right .three_text:hover {
  /* background-color: #00a0e9; */
  color: #d6000f;
}

.two_daohang .box .lrt .right .three_text.act {
  /* background-color: #00a0e9; */
  color: #d6000f;
}

/* 同一标题 */
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title .title_text {
  color: #222;
  letter-spacing: 7px;
  font-weight: bold;
}

.title .title_line {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background-color: #d6000f;
  margin-top: 33px;
}

.ljgd {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
  border: 1px solid #7f8187;
  border-radius: 50px;
  background-color: #fff;
}

.ljgd:hover {
  background-color: #cd3a3b;
  border: 1px solid #cd3a3b;
}

.ljgd .more {
  color: #222222;
  font-weight: bold;
}

.ljgd:hover .more {
  color: #fff;
}

.ljgd .jt_img {
  width: 30px;
  height: 30px;
  position: relative;
}

.ljgd .jt_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ljgd .jt_img img:last-child {
  opacity: 0;
}

.ljgd:hover .jt_img img:last-child {
  opacity: 1;
}

.ljgd:hover .jt_img img:first-child {
  opacity: 0;
}

/* 公共按钮样式结束 */

@media (max-width: 1280px) {}

@media (max-width: 1030px) {
  body {
    min-width: 100px;
  }


  .wow {
    opacity: 1;
  }

  .banner1 {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

}

@media (max-width: 960px) {
  .wow {
    opacity: 1;
  }

  .banner1 .ban_img img:last-child {
    display: block;
  }

  .banner1 .ban_img img:first-child {
    display: none;
  }

  .z_tanchuang .tbox .modal .out {
    top: -50px;
    right: 0px;
  }

  .z_tanchuang .tbox .modal {
    padding: 5px;
  }

  .banner1 {
    width: 100%;
    margin-top: 50px;
    position: relative;
  }

  .two_daohang {
    display: none;
  }


  .title .title_line {
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background-color: #d6000f;
    margin-top: 15px;
  }

  .ljgd {
    width: 140px;
    height: 36px;
    padding: 0 9px 0 22px;
  }
}