/* 公用 */
/* 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: 1000;
}

.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: 30px;
  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: 30px;
  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 */
.banner {
  width: 100%;
}

.banner .swiper1 {}

.banner .swiper1 .swiper-slide {
  position: relative;
}

.banner .swiper1 .swiper-slide .big_img {
  width: 100%;
}

.banner .swiper1 .swiper-slide .big_img img {
  width: 100%;
}

.banner .swiper1 .swiper-slide .big_img img:last-child {
  display: none;
}

/* 内页banner */
.banner1 {
  width: 100%;
  position: relative;
}

.banner1 .big_img {
  width: 100%;
}

.banner1 .big_img img {
  width: 100%;
}



.banner1 .ban_title {
  width: 100%;
  position: absolute;
  top: 34%;
}

.banner1 .ban_title .line {
  width: 33px;
  height: 4px;
  background-color: #b32123;
}

.banner1 .ban_title .ch {
  color: #fff;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
  margin: 30px 0 15px 0;
}

.banner1 .ban_title .en {
  color: #fff;
}

.banner1 .two_daohang {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner1 .two_daohang .ibox {
  height: 100%;
}

.banner1 .two_daohang .ibox .six_img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner1 .two_daohang .ibox .six_img .six {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner1 .two_daohang .ibox .six_img .six::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, .6);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.banner1 .two_daohang .ibox .six_img .six:last-child:before {
  opacity: 0;
}

.banner1 .two_daohang .ibox .six_img .six .img {
  width: 20px;
  height: 20px;
  position: relative;
}

.banner1 .two_daohang .ibox .six_img .six .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.banner1 .two_daohang .ibox .six_img .six .img img:last-child {
  opacity: 0;
}

.banner1 .two_daohang .ibox .six_img .six.act .img img:last-child {
  opacity: 1;
}

.banner1 .two_daohang .ibox .six_img .six:hover .img img:last-child {
  opacity: 1;
}

.banner1 .two_daohang .ibox .six_img .six.act .img img:first-child {
  opacity: 0;
}

.banner1 .two_daohang .ibox .six_img .six:hover .img img:first-child {
  opacity: 0;
}

.banner1 .two_daohang .ibox .six_img .six .dd_text {
  color: rgba(255, 255, 255, .6);
  font-weight: bold;
  margin-left: 10px;
}

.banner1 .two_daohang .ibox .six_img .six.act .dd_text {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.banner1 .two_daohang .ibox .six_img .six:hover .dd_text {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

/* 按钮1 */
.more {
  width: 72px;
  height: 72px;
}

.more .s_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.more .s_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.more .s_img img:last-child {
  opacity: 0;
}

.more:hover .s_img img:last-child {
  opacity: 1;
}

.more:hover .s_img img:first-child {
  opacity: 0;
}

/* 按钮2 */
.more2 {
  width: 74px;
  height: 74px;
}

.more2 .s_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.more2 .s_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.more2 .s_img img:last-child {
  opacity: 0;
}

.more2:hover .s_img img:last-child {
  opacity: 1;
}

.more2:hover .s_img img:first-child {
  opacity: 0;
}

/* 产品按钮 */
.more3 {
  width: 114px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 0 14px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more3:hover {
  background-color: #b32123;
  border: 1px solid #b32123;
}

.more3 .more3_text {
  color: #333;
}

.more3:hover .more3_text {
  color: #fff;
}

.more3 .more3_img {
  width: 11px;
  height: 9px;
  position: relative;
}

.more3 .more3_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.more3 .more3_img img:last-child {
  opacity: 0;
}

.more3:hover .more3_img img:last-child {
  opacity: 1;
}

.more3:hover .more3_img img:first-child {
  opacity: 0;
}

.zxxz{
    width: 160px;
    height: 42px;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    margin: 4px 0;
}
.zxxz:hover{
    background-color: #d41517;
    border: 1px solid #d41517;
}
.zxxz .zxxz_img{
    width: 22px;
    height: 19px;
    position: relative;
}
.zxxz .zxxz_img img{
    position: absolute;
    top: 0;
    left: 0;
}
.zxxz .zxxz_img img:last-child{
    opacity: 0;
}
.zxxz:hover .zxxz_img img:last-child{
    opacity: 1;
}
.zxxz:hover .zxxz_img img:first-child{
    opacity: 0;
}
.zxxz .zxxz_text{
    color: #333333;
}
.zxxz:hover .zxxz_text{
    color: #fff;
}
/* 首页标题 */
.title {
  color: #333333;
}

/* 内页标题 */
.ny_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ny_title .ch {
  color: #333333;
}

.ny_title .en {
  color: #ccc;
  font-family: "gmc";
  margin-top: 14px;
  text-transform: uppercase;
}


.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b32123;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #c6c6c6;
  opacity: 1;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: 50;
  height: 1px;
  width: 98%;
  background-color: #e5e5e5;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #b32123;
  border-radius: 10px;
  left: 0;
  top: -1px;
  height: 2px;
}

/* 分页 */
.fy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jzgd {
  display: none;
}

.fy .ul1 {
  display: flex;
  height: 30px;
}

.fy .ul1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 8px;
}
.fy .ul1 li.gy {
  color: #666666;
}
.fy .ul1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
  background-color: #ffffff;
  color: #333;
}

.fy .ul1 li:hover a {
  background-color: #d41517;
}

.fy .ul1 li.act a {
  background-color: #d41517;
}


.fy .ul1 li:hover a {
  color: #fff;
}

.fy .ul1 li.act a {
  color: #fff;
}


.fy .ul1 li input {
  width: 32px;
  height: 100%;
  text-align: center;
  border: 0;
}

/* 内页二级导航 */
.ny_daohang{
  width: 100%;
  height: 60px;
  background-color: #f2f2f2;
  margin-top: 120px;
}
.ny_daohang .ibox{
  height: 100%;
}
.ny_daohang .ibox .three_text{
  height: 100%;
  display: flex;
  align-items: center;
}
.ny_daohang .ibox .three_text .three{
  color: #666;
}
.ny_daohang .ibox .three_text .three:hover{
  color: #b32123;
}
.ny_daohang .ibox .three_text .three_img{
  margin: 0 15px 0 14px;
}

.btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}
/*
.btn .s8btnall {
	width: 26px;
	height: 69px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.btn .s8btnall img {
	position: absolute;
	top: 0;
	left: 0;
}

.btn .s8btnall img:last-child {
	opacity: 0;
}

.btn .s8btnall:hover img:last-child {
	opacity: 1;
}*/

.btn .s8btnall:hover img:first-child {
	opacity: 0;
}

.fh_btn{
  width: 110px;
  height: 40px;
  padding:0 22px 0 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d41517;
  margin: 0 auto;
}
.fh_btn:hover{
  background-color: #c00d0f;
}
.fh_btn .text{
  color: #Fff;
}
.fh_btn1{
  width: 128px;
  height: 36px;
  padding:0 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d41517;
  margin: 0 auto;
}
.fh_btn1:hover{
  background-color: #c00d0f;
}
.fh_btn1 .text{
  color: #Fff;
}


/* 公共按钮样式结束 */

@media (max-width: 1280px) {}

@media (max-width: 1030px) {
  body {
    min-width: 100px;
  }

  .ibox {
    max-width: 1030px;
    min-width: 100px;
    width: 85%;
    margin: 0 auto;
  }

  .wow {
    opacity: 1;
  }
.banner1 {
    margin-top: 60px;
}
.banner1 .two_daohang {
    height: 50px;
}
.ny_title .en {
    margin-top: 10px;
}
.ny_daohang {
    margin-top: 60px;
}
.banner1 .ban_title {
    width: 100%;
    position: absolute;
    top: 32%;
}
}

@media (max-width: 960px) {
  .wow {
    opacity: 1;
  }

  .banner .swiper1 .swiper-slide .big_img img:last-child {
    display: block;
  }

  .banner .swiper1 .swiper-slide .big_img img:first-child {
    display: none;
  }

  .banner1 .big_img img:last-child {
    display: block;
  }

  .banner1 .big_img img:first-child {
    display: none;
  }
  .fy {
        display: none;
    }
    .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      opacity: 1;
  }
  .jzgd {
        display: block;
        width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        color: #fff;
        background-color: #d41517;
        margin: 0 auto;
    }
    .more {
      width: 36px;
      height: 36px;
  }
  .more2 {
    width: 36px;
    height: 36px;
}
.z_tanchuang .tbox .modal .out {
  top: -50px;
  right: 0px;
}
.banner1 .two_daohang {
  height: 50px;
}
.banner1 .two_daohang {
  display: none;
}
.ny_daohang {
  display: none;
}
.z_tanchuang .tbox .modal {
  padding: 10px;
}
}