/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}



img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #CC261D;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #CC261D;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;


  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;

}


.main-header {
  position: relative;
  display: block;


}

.main-menu {
  position: relative;

  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}



.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper-logo {
  position: relative;
  margin-right: 15px;
}

.main-menu-wrapper-main-menu {

  display: block;
  height: 90px;
  line-height: 90px;

}

.stricky-header.main-menu {

  background: rgba(255, 255, 255, .9)
}

.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}


.main-menu .main-menu-list>li,
.stricky-header .main-menu-list>li {

  margin-left: 40px;
}


.main-menu .main-menu-list>li>a {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;


}


.stricky-header .main-menu-list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;

  transition: all 500ms ease;

}


.main-menu .main-menu-list>li.current>a,
.main-menu .main-menu-list>li:hover>a,
.stricky-header .main-menu-list>li.current>a,
.stricky-header .main-menu-list>li:hover>a {
  color: #CC261D;
}


.main-menu .main-menu-list>li>a:hover {
  color: #CC261D;
}

.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  padding: 20px 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;


}


.main-menu .main-menu-list li:hover>ul,
.stricky-header .main-menu-list li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;


}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {

  position: relative;
  width: 10%;
  float: left;
  line-height: 58px;
}

.main-menu .main-menu-list li ul li+li,
.stricky-header .main-menu-list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu-list li ul li:hover>a,
.stricky-header .main-menu-list li ul li:hover>a {

  color: #CC261D;
}

.main-menu .main-menu-list li ul li>ul,
.stricky-header .main-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li>ul.right-align,
.stricky-header .main-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu-list li ul li>ul ul,
.stricky-header .main-menu-list li ul li>ul ul {
  display: none;
}

.main-menu .main-menu-list .dropdown ul li a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li a::before {
  position: absolute;
  top: 0px;
  left: 8px;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-animation: opacitychange 1s ease-in-out infinite;
  animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .main-menu-list .dropdown ul li:hover a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li:hover a::before {
  opacity: 1;
  color: #000000;
  text-shadow: 8px 0 #CC261D, -8px 0 #CC261D;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #CC261D;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #CC261D !important;
}

.top-tel b {
  font-size: 18px;
  color: #333;
}

.language {
  color: #333;
  font-size: 16px;

}

.language a {
  color: #333;

  border: 1px solid #dedede;
  padding: 5px 10px;
  margin: 0 5px;
}

.language a:hover {
  background: #CC261D;
  color: #fff;
}

.mob-language a:hover {
  background: #CC261D;
  color: #fff;
}

.mob-language {
  color: #333;
  font-size: 16px;

}

.mob-language a {
  color: #fff;

  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 0 5px;
}

.mob-language a:hover {
  background: #fff;
  color: #CC261D;
}

.stricky-fixed .language a {
  color: #333;
}

.stricky-fixed .language a:hover {
  color: #fff;
}

.tel-num b {
  color: #CC261D;
  font-size: 20px;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #CC261D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: bold;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li ul li a {
  font-weight: normal !important;
  color: #333;
  padding-left: 20px;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, 1);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #CC261D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #CC261D;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-container .main-logo,
.mobile-nav-container .topbar-buttons,
.mobile-nav-container .main-menu-language,
.mobile-nav-container .main-menu-login {
  display: none;
}



/* 首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}


#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 120px;
  font-size: 30px;
  line-height: 120px;
  height: 120px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #CC261D;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;

  background-color: #CC261D;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #CC261D;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: #CC261D;
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 20px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*  */
.h-bg {

  z-index: 99;
  position: relative;
  margin-top: 50px;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

}





.zyzs-list .zyzs-icon {
  background: #CC261D;
}

.zyzs {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  padding: 20px 20px;


}


.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 100px;
  height: 100px;
  transition: all 0.5s;
  border-radius: 50%;
}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}



.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;

}

.zyzs-content b {
  color: #333;

  margin: 15px 0;
  font-size: 40px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}

/* 企业实力 */
.qysl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qysl a {
  padding: 20px 80px;
  font-size: 18px;
  background: #CC261D;
  color: #fff;
  margin: 10px;
  border: 1px solid #CC261D;

}

.qysl a:hover {
  background: none;

  color: #CC261D;
}

.main_title {
  font-size: 38px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.main_title2 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}

.bwtg {
  padding: 60px 0;

}

.bwtg-info {
  margin-top: 30px;
}

.bwtg-txt {
  font-size: 18px;
  line-height: 30px;
  text-align: center;

}

.bwtg-txt span {
  color: #CC261D;
}



#case .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}

#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;

  position: relative;
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}

#case .swiper-pagination-bullet-active {
  background: #CC261D;
}

#case .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height: 100%;
  border: none;
}

#case .swiper-slide a {
  display: block;
  position: relative;
}

#case .swiper-slide p {
  line-height: 68px;
  padding-top: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .5);
  height: 68px;
}

#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}




#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}


.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}


.more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 190px;
  text-transform: uppercase;

  background-color: #CC261D;
  box-shadow: 0 8px 20px rgba(204, 38, 29, 0.2);
  margin: 0px auto;
  position: relative;
  margin-top: 20px;

}


/* 关于我们 */

.about {
  padding-top: 60px;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;

}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;

}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}

.about_fr .fm-tu {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.fl2 {
  float: left;
}

.pro-video video {
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
 display: block;
 font-size: 0;
 background: none;
 outline: none;
}

.pro-video .video a {
  position: relative;
  display: block;
}

.pro-video .video a>div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 3;

}

.pro-video .video a>div>b {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}

.pro-video .video a>div>b:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/turnicon.png") no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  animation: rotate360 5s linear 0s infinite normal;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.pro-video .video a>div>b img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.pro-video .video a>div>p {
  font-size: 14px;
  color: #fff;
  text-transform: uppersl;
  margin-top: 5px;
}


.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}


.more:hover {
  background: #B91C15;
}

.about-list {
  margin-top: 50px;
}

.about-list li {

  width: calc(33.33% - 20px);


  padding: 10px 0;
  margin-right: 20px;

  border-bottom: 1px solid #B4D1F7;
  float: left;
}

.about-list li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}

.about-list li a span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  position: relative;
  transition: color 0.3s;
}

.about-list li a span::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../images/s1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: transform 0.3s;
}

.about-list li a:hover span {
  color: #CC261D;
}

/* 产品 */
.product-box {
  background: #f1f1f1;
  padding: 60px 0;
  margin-top: 60px;
}

.product .swiper-container {

  position: relative;
}


.product .swiper-slide-thumb-active {
  color: #CC261D;
}

.product .gallery-top2 {
  height: auto;
  width: 48%;


}

.product .gallery-thumbs2 {

  width: 50%;
  text-align: center;
  box-sizing: border-box;
  position: relative;

}

.product .gallery-thumbs2 .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

.product .gallery-thumbs2 .swiper-slide {

  cursor: pointer;
  font-size: 18px;
  padding: 28px 0;
  margin: 12px;
  width: calc(50% - 24px) !important;
  border: 1px solid #dedede;
  background: #fff;
}

.product .gallery-thumbs2 .swiper-slide a p {
  margin-top: 10px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.product .gallery-thumbs2 .swiper-slide i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 60%;
  color: #fff;
  background: #e7e7e7;
  display: inline-block;

}

.product .gallery-thumbs2 .swiper-slide:hover {
  background: #CC261D;
  color: #fff;
}

.product .gallery-thumbs2 .swiper-slide:hover a, .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
}

.product .gallery-thumbs2 .swiper-slide:hover i, .gallery-thumbs .swiper-slide-thumb-active i {
  color: #CC261D;
  background: #fff;
}

.product .gallery-thumbs2 .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 18px;
}

.product .gallery-thumbs2 .swiper-slide a img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}

.product .gallery-thumbs2 .swiper-slide a:hover img {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.product .gallery-thumbs2 .swiper-slide-thumb-active {
  background: #CC261D;
  color: #fff;
}

.product .gallery-thumbs2 .swiper-slide-thumb-active a p {
  color: #fff;
}

.product .gallery-thumbs2 .swiper-button-next {

  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  line-height: 60px;
  font-size: 30px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.product .gallery-thumbs2 .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  transition: all .5s ease;
  outline: none;
}

.product .gallery-thumbs2 .swiper-button-prev:hover, .gallery-thumbs2 .swiper-button-next:hover {
  background: #999;
}

.product .gallery-top2 .swiper-container {
  padding-top: 60px;
}

.product .gallery-top2 .swiper-slide {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #fff;
}

/* 优势 */
.ys {
  position: relative;
}

.pinpai {

  background: #CC261D;
  padding: 90px 0 0;
}

.pinpai a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
}



.pinpai .pinpai-imgbox {
  width: 60%;
  position: absolute;
  right: 0;

  bottom: 0;
}

.pinpai .pinpai-text {

  float: left;
  width: 37%;
  padding: 3%;
  padding-bottom: 120px;
  overflow: hidden;
}

.pinpai-gs {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  list-style: 52px;
}

.pinpai .pinpai-h {
  font-size: 42px;
  line-height: 58px;
  overflow: hidden;
  padding: 40px 0;

  color: #fff;
  position: relative;
}

.pinpai-text span {
  font-weight: bold;
  margin-top: 30px;
  display: block;
  font-size: 90px;
  line-height: 1;
  -webkit-text-fill-color: #CC261D;
  -webkit-text-stroke-color: #ebebeb;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;

}

.pinpai .pinpai-sum {
  color: #fff;
  line-height: 28px;
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}

.pinpai .more {
  color: #fff;
  margin-top: 10px;
  text-align: right;
}

.pinpai .swiper-button-next {
  position: absolute;
  top: 100%;
  left: calc(40% - 60px);
  transform: translateY(-50%);
  text-align: center;
  color: #CC261D;
  background: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.pinpai .swiper-button-prev {
  position: absolute;
  top: 100%;
  left: calc(40% - 120px);
  transform: translateY(-50%);
  text-align: center;
  color: #CC261D;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.pinpai .swiper-button-prev:hover, .pinpai .swiper-button-next:hover {
  background: #333;
  color: #fff;
}

.pinpai .swiper-num {
  position: absolute;
  z-index: 9;
  right: 25px;
  top: 160px;
  color: #666;
  background: rgba(255, 255, 255, .7);
  padding: 10px 20px;
}

.pinpai .swiper-num .active {
  font-size: 26px;
  font-weight: bold;
  color: #CC261D;
}

.pinpai .swiper-num {
  font-size: 16px;
}

.pinpai .swiper-pagination-bullet {
  width: 10px;
  height: 10px;

}

/* 合作伙伴 */
.hzhb-bg {
  background: #f1f1f1;
  ;
  padding: 60px 0;

}

.hz-txt {
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 40px;

}

.hz-txt b {
  display: block;
  font-size: 38px;
  color: #CC261D;
  margin-bottom: 10px;

}

.hz-txt i {
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 20px 0;

}

.hezuo .swiper-container {
  padding-bottom: 60px;

}

.hezuo .swiper-slide p {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.hezuo .swiper-slide a {
  display: block;
  margin: 15px;
  overflow: hidden;

  background: #fff;
  border: 1px solid #dedede;
  padding: 20px;
}

.hezuo .swiper-slide a img {

  opacity: 0.9;

}

.hezuo .swiper-slide a:hover img {

  opacity: 1;
}

.hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: .3;
}

.hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #CC261D;
}

/* 新闻 */

.news {
  padding: 60px 0;
}

.news-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: stretch;
  margin-top: 40px;

}

.news-one {
  width: 60%;
}

.news_fl a {
  padding: 20px;

  display: block;
}

.news-one span {
  display: block;
  overflow: hidden;
}

.news-one b {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #333;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;

}

.news-one a img {
  display: block;
  width: 100%;
  transition: .8s;
}

.news-one a:hover img {
  transform: scale(1.1);
}

.news-one a:hover {
  box-shadow: 0 0 10px #dedede;
}

.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 0px;
}

.news_fl {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}



.news_fl ul {
  padding: 0;

}

.news-two {
  width: 40%;

  margin-left: 20px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two ul li {
  width: 100%;
  margin-bottom: 20px;

}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);

  padding: 39px 20px;
  transition: .3s;

}

.news-two ul li:last-child {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #FC9590;
  background: #CC261D;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;
white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.news_title {
  margin: 20px 0;
  font-size: 26px;
}

.news_title a:hover {
  color: #CC261D;
  box-shadow: none;
  background: none;
}

/* 底部 */
.footer {
  background: #192029;


}

.foot {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 23%
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 48%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}



.foot .ft-nav .ft-nav-list dl:last-child dd p {
  width: calc(33.33% - 20px);
  margin: 10px;
}

.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 50%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #CC261D
}

.copyright {
  padding: 40px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: #192029;
  border-top: 1px solid #333;
}

.copyright a {
  color: rgba(255, 255, 255, 0.6);
}



/*返回*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #CC261D;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #CC261D;
  transition: background 0.2s ease-in-out;
}

/* in */


/* 内页关于我们 */
.in_banner {
  position: relative;
}


.in_banner .in_txt {
  position: absolute;
  top: 45%;
  width: 100%;
  left: auto;
  right: auto;
  margin: 0 auto;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;

}

.in_banner .about_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: auto;
  right: auto;
  margin: 0 auto;
}

.in_banner .about_nav .about_item {
  display: flex;
  justify-content: space-between;
}

.in_banner .about_nav .about_item a {
  flex: 1;
  background: rgba(0, 0, 0, .3);
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.in_banner .about_nav .about_item .aa{ background: #CC261D;}
.in_banner .about_nav .about_item a:hover {
  background: #CC261D;
}

#gsjj {
  padding: 80px 0;
  background: url(../images/ab_bj.png) no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
}

.about-box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-box2 .zyzs {
  margin-top: 40px;
}

/* 企业文化 */
#qywh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 60px 0;
}

.qywh_fl {
  width: 45%;
  margin-top: 50px;
  float: left;
}

.qywh_fl .qywh_item {
  margin: 30px 0;
}

.qywh_fl .qywh_item b {
  font-size: 26px;
}

.qywh_fl .qywh_item p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}

.qywh_fr {
  width: 45%;
  float: right;
  margin-top: 50px;
}

/*荣誉*/
#zzry {

  padding: 60px 0;
  position: relative;
}



.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
}


.xcal .swiper-slide:hover .info {
  height: calc(100% - 90px);
  opacity: 1;
}

.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 17px; padding:0 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;

}

#zzry .swiper-button-next {
  position: absolute;
  top: 10%;
  left: calc(100% - 300px);

  color: #666;


  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: none;
}

#zzry .swiper-button-prev {
  position: absolute;
  top: 10%;
  left: calc(100% - 380px);

  color: #666;

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: none;
}

#zzry .swiper-button-prev:hover, #zzry .swiper-button-next:hover {
  background: #CC261D;
  color: #fff;
}



.xcal .swiper-slide:hover {
  margin-top: -30px;
}

.xcal .swiper-slide:hover p {
  background: #CC261D;
  color: #fff;
}

/* 宣传片 */
#xcp {
  padding: 50PX 0;
}

#xcp .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xcp_con {
  width: 50%;
  margin: 20px;
}

.xcp_con img {
  border-radius: 20px;
}