/* 公用 */
/* 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 !important;
  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;
  overflow: visible;
}

.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: 350px !important;
}

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

.banner1 img {
  width: 100%;
}

.banner1 img.last {
  display: none;
}

.banner1 .ibox {
  position: absolute;
  top: 236px;
  left: 50%;
  margin-left: -700px;
}

.banner1 .ibox .d_text {
  color: #fff;
  font-family: "gmb";
}

.banner1 .ibox .line {
  width: 46.4%;
  height: 2px;
  background-color: #fff;
  margin: 20px 0 26px 0;
}

.banner1 .ibox .c_text {
  color: #fff;
}

/* 分页 */
.phone_ckgd{
  display: none;
}
.fy .ul1 {
  display: flex;
}

.fy .ul1 li {
  width: 40px;
  height: 40px;

  margin-right: 20px;
}

.fy .ul1 li a {
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.fy .ul1 li:first-child,
.fy .ul1 li:last-child {
  width: 69px;
}

.fy .ul1 li:not(:first-child),
.fy .ul1 li:not(:last-child) {
  font-family: "gmb";
}

/* 面包屑导航 */
.mbxdh {
  width: 100%;
  padding-top: 92px;
}

.mbxdh .ibox {
  display: flex;
  justify-content: space-between;
}

.mbxdh .ibox .left {
  display: flex;
  align-items: center;
}

.mbxdh .ibox .left a {
  color: #555;
}

.mbxdh .ibox .left a.act {
  color: #ff7700;
}

.mbxdh .ibox .left .img {
  margin: 0 8px;
}

.mbxdh .ibox .right {}

.mbxdh .ibox .right .ul1 {
  display: flex;
  align-items: center;
}

.mbxdh .ibox .right .ul1 li {
  margin-right: 60px;
}

.mbxdh .ibox .right .ul1 li:last-child {
  margin-right: 0;
}

.mbxdh .ibox .right .ul1 li a {
  color: #555;
}

.mbxdh .ibox .right .ul1 li.act a {
  color: #ff7700;
}

/*详情页面包屑导航*/
.mbxdh .dtlbox {
  display: flex;
  justify-content: space-between;
}

.mbxdh .dtlbox .left {
  display: flex;
  align-items: center;
}

.mbxdh .dtlbox .left a {
  color: #555;
}

.mbxdh .dtlbox .left a.act {
  color: #ff7700;
}

.mbxdh .dtlbox .left .img {
  margin: 0 8px;
}

.mbxdh .dtlbox .right {}

.mbxdh .dtlbox .right .ul1 {
  display: flex;
  align-items: center;
}

.mbxdh .dtlbox .right .ul1 li {
  margin-right: 60px;
}

.mbxdh .dtlbox .right .ul1 li:last-child {
  margin-right: 0;
}

.mbxdh .dtlbox .right .ul1 li a {
  color: #555;
}

.mbxdh .dtlbox .right .ul1 li.act a {
  color: #ff7700;
}

/* 按钮 */
.more .text_more {
  color: #fff;
  font-family: "gmb";
}

.more .line {
  width: 48px;
  height: 1px;
  background-color: #fff;
  margin-top: 9px;
}

.more1 {
  display: flex;
  align-items: center;
}

.more1 .text_more {
  color: #555;
  margin-right: 13px;
}

.more1 .img {
  width: 4px;
  height: 8px;
  position: relative;
}

.more1 .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.more1 .img img:last-child {
  opacity: 0;
}

.more2 {
  width: 122px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #9899a3;
  border-bottom: 1px solid #9899a3;
  padding: 0 25px;
  position: relative;
  
}

.more2::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.more2::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.more2:hover {
  border-top: 1px solid #3d4053;
  border-bottom: 1px solid #3d4053;
}

.more2:hover::after {
  width: 50%;

}

.more2:hover::before {
  width: 50%;
}

.more2 .more2_text {
  color: #222;
}

.more2:hover .more2_text {
  color: #fff;
}

.more2 .more2_img {
  width: 9px;
  height: 9px;
  position: relative;
}

.more2 .more2_img img {
  position: absolute;
  top: -1px;
  left: 0;
}

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

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

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


.more3 {
  width: 122px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3d4053;
  border-bottom: 1px solid #3d4053;
  padding: 0 25px;
  position: relative;
  
}

.more3::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

.more3::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

.more3:hover {
  border-top: 1px solid #3d4053;
  border-bottom: 1px solid #3d4053;
}

.more3:hover::after {
  width: 50%;

}

.more3:hover::before {
  width: 50%;
}

.more3 .more3_text {
  color: #fff;
  position: relative;
  z-index: 2;
}

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

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

.more3 .more3_img img {
  position: absolute;
  top: 0;
  left: 0;
}
/* 首页轮播背景图 */
#index .swiper_bd .bg_img {
  width: 100%;
  height: 100%;
}

#index .swiper_bd .bg_img img {
  width: 100%;
  height: 100%;
}
#index .swiper_bd .bg_img img:last-child{
  display: none;
}
.title {
  color: #222;
  font-weight: bold;
  text-align: center;
}

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

@media (max-width: 1440px) {
  .banner1 .ibox {
    position: absolute;
    top: 346px;
    left: 50%;
    margin-left: -615px;
}
}
@media (max-width: 1366px) {
  .banner1 .ibox {
    position: absolute;
    top: 165px;
    left: 50%;
    margin-left: -570px;
}
}
@media (max-width: 1280px) {
  .banner1 .ibox {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -570px;
}
}

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

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

  .wow {
    opacity: 1;
  }
.banner1 .ibox {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -436px;
}

}

@media (max-width: 960px) {

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

  .wow {
    opacity: 1;
  }
  .banner1 .ibox {
      position: absolute;
      top: 150px;
      left: 50%;
      margin-left: -436px;
  }
  .banner1 .ibox {
      position: absolute;
      top: 146px;
      left: 50%;
      margin-left: -300px;
  }

  .z_tanchuang .tbox .modal .out {
      right: 0px;
  }
  .mbxdh {
    display: none;
  }
  
.phone_ckgd{
  display: block;
  width: 122px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #ff7700;
  color: #fff;
}
.fy{
  display: none;
}
  .banner1 img.last {
    display: block;
  }

  .banner1 img.first {
    display: none;
  }
.swiper_bd>.swiper-wrapper>.swiper-slide:last-child {
  height: 61px !important;
}
#index .swiper_bd .bg_img img:last-child{
  display: block;
}
#index .swiper_bd .bg_img img:first-child{
  display: none;
}
}

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

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

  .wow {
    opacity: 1;
  }
  .z_tanchuang .tbox .modal .out {
    right: 0px;
}
  .mbxdh {
    display: none;
  }
  .banner1 .ibox {
      position: absolute;
      top: 146px;
      left: 50%;
      margin-left: -165px;
  }

}



/*自定义*/

/* Gray Colors */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}