@charset "UTF-8";
body {
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
  background: #e2e2e2;
}

body::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

body::-webkit-scrollbar-corner {
  background: #505050;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

@font-face {
  font-family: 'syr';
  src: url("../font/Regular.TTF");
  font-weight: normal;
  font-style: normal;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4071906 */
  src: url("https://at.alicdn.com/t/c/font_4071906_gwqurxvy57k.woff2?t=1684313598300") format("woff2"), url("https://at.alicdn.com/t/c/font_4071906_gwqurxvy57k.woff?t=1684313598300") format("woff"), url("https://at.alicdn.com/t/c/font_4071906_gwqurxvy57k.ttf?t=1684313598300") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  z-index: 9999999999;
  top: 0;
  left: 0;
}

#demo h3 {
  font-size: 24px;
}

#demo span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

#demo span a {
  color: #ff0080;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 17px 9.1145%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 99999;
}

.header .logo {
  height: 63px;
  display: none;
}

.header .logo img {
  height: 100%;
  display: block;
}

.header .block {
  display: block;
}

.header .right-boxs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  height: 67px;
}

.header .right-boxs .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  height: 100%;
  font-family: 'syr';
}

.header .right-boxs .nav li {
  margin: 0 30px;
  height: 100%;
  position: relative;
}

.header .right-boxs .nav li h3 {
  height: 100%;
}

.header .right-boxs .nav li h3 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  color: #fff;
  height: 100%;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

.header .right-boxs .nav li h3 a::before {
  content: '';
  width: 50%;
  height: 0px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 12px;
}

.header .right-boxs .nav li .listcur {
  position: absolute;
  top: 64px;
  left: 50%;
  display: none;
  z-index: 100;
  transition: all 0.3s;
  background: #fff;
  width: 150px;
  margin-left: -75px;
  padding: 3px 0 0 0;
  border-radius: 5px;
  border: 1px solid #ececec;
  text-align: center;
}

.header .right-boxs .nav li .listcur a {
  display: block;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  z-index: 90;
  height: auto;
  line-height: 40px;
  position: relative;
}

.header .right-boxs .nav li .listcur i {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -14px;
  font-size: 16px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.header .right-boxs .nav li .listcur:hover a:hover {
  background: #bb0712;
  color: #fff;
}

.header .right-boxs .nav li.curr a::before {
  height: 2px;
}

.header .right-boxs .gver {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}

.header .right-boxs .gver .icon {
  margin-left: 16px;
  cursor: pointer;
}

.header .right-boxs .gver .text {
  font-size: 26px;
  color: #bb0712;
  margin-left: 8px;
}

.header .right-boxs .gver img {
  width: 100%;
  display: block;
}

.inner-header {
  box-sizing: border-box;
}

.inner-header .block2 {
  display: block;
}

.inner-header .block {
  display: none;
}

.inner-header .right-boxs .nav li h3 a {
  color: #333;
}

.inner-header .right-boxs .nav li h3 a::before {
  background-color: #bb0712;
}

.inner-header .right-boxs .nav li h3.curr a {
  color: #bb0712;
}

.fixed-header {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.fixed-header .block2 {
  display: block;
}

.fixed-header .block {
  display: none;
}

.fixed-header .right-boxs .nav li h3 a {
  color: #333;
}

.fixed-header .right-boxs .nav li h3 a::before {
  background-color: #bb0712;
}

.fixed-header .right-boxs .nav li h3.curr a {
  color: #bb0712;
}

.banner {
  width: 100%;
  height: 100vh;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.banner .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.banner .swiper-container .swiper-wrapper,
.banner .swiper-container [data-swiper-parallax] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.banner .swiper-wrapper,
.banner[data-swiper-parallax] {
  will-change: transform;
}

.banner .ani-slide.swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-slide-next .img {
  transform: scale(1.2) translate3d(-50%, 0px, 0px);
}

.banner .swiper-slide-prev .img {
  transform: scale(1.2) translate3d(50%, 0px, 0px);
}

.banner-indicate {
  position: absolute;
  bottom: 70px;
  width: 100%;
}

.banner-indicate .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.banner-indicate .wrap .downward {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}

.banner-indicate .wrap .downward .down {
  margin-left: 15px;
  animation: heart ease-in 2s infinite;
}

.banner-indicate .wrap .swiper-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  color: #fff;
  font-size: 20px;
  width: auto;
  cursor: pointer;
}

.banner-indicate .wrap .swiper-control .line {
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}

.banner-indicate .wrap .swiper-control .dangqian {
  color: #bb0712;
}

.banner-indicate .wrap .swiper-control .button-prev {
  color: #bb0712;
  margin-right: 10px;
  transform: rotate(180deg) translate(0px, 1px);
  -ms-transform: rotate(180deg) translate(0px, 1px);
  /* IE 9 */
  -webkit-transform: rotate(180deg) translate(0px, 1px);
  /* Safari and Chrome */
}

.banner-indicate .wrap .swiper-control .button-next {
  margin-left: 10px;
  transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  /* IE 9 */
  -webkit-transform: translate(0px, 1px);
  /* Safari and Chrome */
}

.banner-indicate .wrap .swiper-control i {
  font-size: 21px;
}

@keyframes heart {
  0% {
    opacity: 0;
    transform: translate3d(0px, -12px, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 12px, 0);
  }
}

.about-us {
  height: 41.6vw;
  position: relative;
}

.about-us .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  height: 100%;
  position: relative;
  z-index: 9;
}

.about-us .wrap .text-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.about-us .wrap .text-box .text-1 {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  text-transform: uppercase;
  font-weight: bold;
}

.about-us .wrap .text-box .text-1 .line {
  width: 24px;
  height: 3px;
  background-color: #333;
  margin-right: 10px;
}

.about-us .wrap .text-box .text-2 {
  font-size: 36px;
  color: #bb0712;
  margin-top: 20px;
}

.about-us .wrap .text-box .text-3 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 580px;
}

.about-us .img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
  height: 100%;
  z-index: 15;
}

.about-us .img-box img {
  width: 100%;
}

.about-us .img-box .play {
  position: absolute;
  width: 102px;
  height: 102px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.about-us .img-box .play img {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-us .img-box .play img:hover {
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Safari */
  transform: scale(0.9);
  /* 标准语法 */
}

.about-us .bgs {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.about-us .bgs img {
  height: 100%;
}

.btn10 {
  border: 1px solid #d0d0d0;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.btn10:hover {
  color: #fff;
  border-color: #000;
}

.btn10 .bgsqr1 {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn10 .bgsqr2 {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn10:hover .bgsqr1 {
  border-width: 120px 0 0 120px;
}

.btn10:hover .bgsqr2 {
  border-width: 0 120px 120px 0;
}

.btn10 span {
  position: relative;
  z-index: 1;
}

.more {
  display: inline-block;
  padding: 15px 35px;
  background-color: #bb0712;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.more:hover {
  color: #fff;
}

.product-list {
  width: 100%;
  height: 50vw;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.product-list .boxs1 {
  background: #fff;
  height: 100%;
  position: relative;
}

.product-list .boxs2 {
  position: absolute;
  z-index: 999;
  left: 9.1145%;
  top: 0%;
  width: 450px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
}

.product-list .boxs2 .swiper-container {
  position: relative;
  z-index: 99999;
  height: auto;
}

.product-list .boxs2 .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
}

.product-list .boxs2 .swiper-container .swiper-slide .text-1 {
  font-size: 64px;
  letter-spacing: 4px;
}

.product-list .boxs2 .swiper-container .swiper-slide .text-2 {
  margin-top: 10px;
  font-size: 17px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.product-list .boxs2 .product-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-end;
  /* 12版 */
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  line-height: 1;
  color: rgba(51, 51, 51, 0.6);
  font-weight: bold;
  margin-bottom: 20px;
}

.product-list .boxs2 .product-page .product-dangqian {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 0.8;
}

.product-list .boxs2 .product-page .line {
  margin: 0 5px;
}

.jiant {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  z-index: 9999;
  color: #111;
  cursor: pointer;
  margin-top: 100px;
}

.jiant div {
  width: 56px;
  height: 56px;
  color: #c5c5c5;
  border-radius: 50%;
  border: 2px solid #c5c5c5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.button-prev {
  margin-right: 40px;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}

.jiant div i {
  font-size: 30px;
  display: inline-block;
}

.jiant div:hover {
  border-color: #bb0712;
  color: #bb0712;
}

.craft {
  width: 100%;
  height: 50vw;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.craft .boxs1 {
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 5;
}

.craft .boxs2 {
  position: absolute;
  z-index: 9;
  left: 0%;
  bottom: 120px;
  width: 600px;
  height: 360px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
  background: url("../img/craft-boxs2-bg.jpg") no-repeat center center;
  background-size: cover;
}

.craft .boxs2 .swiper-container {
  position: relative;
  z-index: 99999;
  height: auto;
}

.craft .boxs2 .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  /* 12版 */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 65px 65px 75px 65px;
  box-sizing: border-box;
}

.craft .boxs2 .swiper-container .swiper-slide .text-1 {
  font-size: 64px;
  letter-spacing: 4px;
  line-height: 1;
}

.craft .boxs2 .swiper-container .swiper-slide .text-2 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.craft-list {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  bottom: 0;
  z-index: 99;
  height: 120px;
}

.craft-list .craft-page {
  width: 600px;
  height: 100%;
  background-color: #2f3035;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 0 35px;
  box-sizing: border-box;
  cursor: pointer;
}

.craft-list .craft-page i.iconfont {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.craft-list .craft-page i.iconfont:hover {
  color: #bb0712;
}

.craft-prev {
  margin-right: 35px;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}

.craft-next {
  margin-left: 35px;
}

.craft-list .craft-page .num div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.craft-list .craft-page .num div:last-child span {
  display: none;
}

.craft-list .craft-page .num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.craft-list .craft-page .num span {
  width: 42px;
  height: 1px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.craft-list .craft-page .num div.curr {
  color: #fff;
}

.craft-list .craft-page .num div.curr span {
  background-color: #fff;
}

.craft-text {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: calc(100% - 600px);
  height: 100%;
  background: url("../img/craft-text-bg.png") repeat-x center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}

.craft-text a {
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.craft-text a span {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
}

.craft-text a .st {
  font-size: 30px;
  margin-top: 10px;
}

.craft-text a.curr {
  background-color: #bb0712;
  color: white;
}

.public-boxs {
  padding: 84px 0;
}

.title, .title2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
}

.title .line, .title2 .line {
  width: 24px;
  height: 3px;
  background-color: #bb0712;
}

.title .st, .title2 .st {
  text-transform: uppercase;
  font-size: 18px;
  margin: 16px 0 24px 0;
  font-weight: bold;
}

.title span, .title2 span {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 2px;
}

.link-href {
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: block;
  width: 100%;
  height: 100%;
}

.link-href .v-img {
  padding-top: 63.043%;
  border-radius: inherit;
  background-color: var(--graph_bg_regular);
  cursor: pointer;
  display: block;
  position: relative;
}

.link-href .v-img-cover {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.link-href img {
  display: block;
  height: 100%;
  object-fit: inherit;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.news-list {
  margin-left: -3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.news-list:after {
  content: '';
  display: block;
  clear: both;
}

.news-list .list {
  margin-top: 60px;
  float: left;
  width: 30.3%;
  margin-left: 3%;
}

.news-list .list .link-href .time {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 81px;
  height: 81px;
  background-color: #bb0712;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  color: #fff;
  line-height: 1.55;
}

.news-list .list .link-href .time span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.news-list .list h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 66px;
  line-height: 33px;
  padding: 5px 0px;
  font-weight: normal;
  margin-top: 15px;
}

.news-list .list h3 a {
  display: block;
  font-size: 22px;
  color: #333;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-list .list h3 a:hover {
  color: #bb0712;
}

.news-list .list .int {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(51, 51, 51, 0.7);
}

.news-list .list .link {
  margin-top: 25px;
  width: 38px;
  height: 38px;
  color: #c5c5c5;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.news-list .list .link i {
  font-size: 24px;
}

.news-list .list:hover .link {
  border-color: #bb0712;
  color: #bb0712;
}

.news-list .list:hover .link-href img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  padding: 70px 0 60px 0;
  position: relative;
  z-index: 9;
}

.footer .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.footer .wrap .footer-left {
  width: 26.23%;
  min-width: 325px;
}

.footer .wrap .footer-left .hot-line {
  width: 100%;
  display: block;
  background-color: #f8e6e7;
  padding: 30px 20px 20px 60px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 1px;
}

.footer .wrap .footer-left .hot-line h3 {
  font-size: 18px;
  color: #bb0712;
  font-weight: normal;
}

.footer .wrap .footer-left .hot-line span {
  font-size: 36px;
  line-height: 1.5;
  color: #bb0712;
  margin-top: 4px;
  display: block;
  font-weight: bold;
}

.footer .wrap .footer-left .hot-line:before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #bb0712;
  position: absolute;
  left: 0;
  top: 42px;
}

.footer .wrap .footer-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 68.02%;
  position: relative;
  height: 100%;
}

.footer .wrap .footer-right .list {
  display: block;
}

.footer .wrap .footer-right .list a {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  margin-top: 25px;
}

.footer .wrap .footer-right .list a:hover {
  color: #bb0712;
}

.footer .wrap .footer-right .list h3 {
  font-size: 16px;
  padding-bottom: 10px;
}

.footer .wrap .footer-right .list h3 a {
  color: #333;
  margin-top: 0;
}

.footer .wrap .footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 2;
  text-align: right;
}

.footer .wrap .footer-bottom a {
  color: rgba(51, 51, 51, 0.7);
}

.link-list {
  padding: 0 25px 0 35px;
}

.link-list li {
  margin-top: 40px;
  display: block;
}

.link-list li .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.link-list li .tit img {
  margin-right: 10px;
}

.link-list li .st {
  font-size: 16px;
  margin-left: 28px;
  margin-top: 15px;
  line-height: 1.5;
}

.inner-banner {
  height: 560px;
}

.inner-banner .text {
  position: absolute;
  width: 152px;
  height: 147px;
  text-align: center;
  line-height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  font-size: 36px;
  color: #fff;
}

.inner-banner .text i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../img/text-bg.png") no-repeat center center;
  background-size: 100%;
}

.inner-banner .text span {
  position: relative;
  z-index: 10;
  display: block;
}

.crumbs {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.crumbs .wrap2 {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.crumbs .wrap2 .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.6);
}

.crumbs .wrap2 .left a {
  color: rgba(51, 51, 51, 0.6);
}

.crumbs .wrap2 .left i {
  margin: 0 10px;
}

.crumbs .wrap2 .right {
  font-size: 17px;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}

.crumbs .wrap2 .right a {
  margin-left: 85px;
}

.crumbs .wrap2 .right a.curr {
  color: #bb0712;
  font-weight: bold;
}

.product-inner {
  display: block;
}

.product-inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  flex-wrap: wrap;
}

.product-inner ul li {
  width: 50%;
  padding: 5.6% 3%;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
}

.product-inner ul li:nth-child(1), .product-inner ul li:nth-child(2) {
  border-top: 1px solid #fff;
}

.product-inner ul li .link-href {
  width: 49.3%;
  height: auto;
}

.product-inner ul li .link-href .v-img {
  padding-top: 119.3%;
}

.product-inner ul li .text {
  margin-left: 80px;
}

.product-inner ul li .text .text-1 {
  font-size: 48px;
  letter-spacing: 4px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.product-inner ul li .text .text-2 {
  margin-top: 10px;
  font-size: 17px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.product-inner ul li:hover .link-href {
  transform: translateY(-15px);
}

.product-inner ul li:hover .text .text-1 {
  color: #bb0712;
}

.footer-inner {
  background-color: #f2f2f2;
}

.product-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.product-text .left h3 {
  font-size: 48px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.product-text .left .tit {
  margin-bottom: 40px;
}

.product-text .left .tit span {
  display: block;
  line-height: 1.6;
  margin-top: 12px;
}

.product-text .right {
  width: 70%;
  margin-top: 30px;
}

.product-text .right .tit {
  font-size: 18px;
  font-weight: bold;
}

.product-text .right .line {
  margin-top: 60px;
}

.product-text .right .st {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2.2;
}

.product-content {
  padding: 100px 0;
}

.product-content .wrap2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  padding-bottom: 50px;
}

.product-content .mySwiper2 {
  width: calc(100% - 166px);
}

.product-content .mySwiper2 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}

.product-content .mySwiper {
  width: 166px;
  height: 666px;
}

.product-content .mySwiper .swiper-wrapper {
  flex-direction: column;
}

.product-content .mySwiper .swiper-slide {
  width: 100%;
  height: 166px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.product-content .mySwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.product-content .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #bb0712;
}

.product-content .product-jiant {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 166px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
}

.product-content .product-jiant div {
  width: 33px;
  height: 33px;
  color: #c5c5c5;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.product-content .product-jiant div.product-content-prev {
  margin-right: 20px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
}

.product-content .product-jiant div.product-content-next {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}

.product-content .product-jiant div i {
  font-size: 18px;
  display: inline-block;
}

.product-content .product-jiant div:hover {
  border-color: #bb0712;
  color: #bb0712;
}

.craft-content .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 58px 0;
}

.craft-content .list:nth-child(even) {
  flex-direction: row-reverse;
}

.craft-content .list .text {
  width: 33.088%;
}

.craft-content .list .text .top {
  display: block;
}

.craft-content .list .text .top span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  color: #fff;
  background: url("../img/dian.jpg") no-repeat;
  background-size: 100%;
  width: 73px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}

.craft-content .list .text .top span .num {
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 29px;
  height: 29px;
  color: #333;
  font-size: 16px;
  background-color: #e3db62;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.craft-content .list .text .tit {
  margin-top: 30px;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.craft-content .list .img-boxs {
  width: 61%;
  height: 27.1vw;
  overflow: hidden;
}

.craft-content .list .img-boxs .swiper {
  width: 100%;
  height: 100%;
}

.craft-content .list .img-boxs .swiper-slide img {
  max-width: 100%;
  display: block;
}

.craft-content .list .img-boxs .swiper-pagination {
  bottom: 30px;
}

.craft-content .list .img-boxs .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
}

.craft-content .list .img-boxs .swiper-pagination-bullet-active {
  background-color: #bb0712;
}

.craft-content .list .img-boxs .craft-content-next {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  right: 30px;
}

.craft-content .list .img-boxs .craft-content-next i {
  font-size: 30px;
  display: inline-block;
}

.craft-content .list .img-boxs .craft-content-next:after {
  display: none;
}

.craft-content .list .img-boxs .craft-content-next:hover {
  border-color: #bb0712;
  color: #bb0712;
}

.craft-content .list .img-boxs .craft-content-prev {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  left: 30px;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}

.craft-content .list .img-boxs .craft-content-prev i {
  font-size: 30px;
  display: inline-block;
}

.craft-content .list .img-boxs .craft-content-prev:after {
  display: none;
}

.craft-content .list .img-boxs .craft-content-prev:hover {
  border-color: #bb0712;
  color: #bb0712;
}

.park {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.park .list {
  margin-top: 55px;
  position: relative;
}

.park .list .swiper-slide {
  max-height: 270px;
}

.park .list .swiper-slide img {
  max-width: 100%;
  display: block;
}

.park .list .swiper-button {
  width: 45px;
  height: 45px;
  color: #c5c5c5;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
}

.park .list .swiper-button i {
  font-size: 24px;
  display: inline-block;
}

.park .list .swiper-button:hover {
  border-color: #bb0712;
  color: #bb0712;
}

.park .list .park-next {
  right: -75px;
}

.park .list .park-prev {
  left: -75px;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}

.contact {
  position: relative;
}

.contact:after {
  content: '';
  width: 42.447%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/contact-bg.jpg") no-repeat;
  z-index: 5;
}

.contact .wrap2 {
  padding: 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.contact h3 {
  font-size: 28px;
}

.contact .st {
  font-size: 16px;
  margin-top: 15px;
}

.contact .left {
  width: 54%;
}

.contact .left .form {
  margin-top: 50px;
  margin-left: -2%;
}

.contact .left .form .group {
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 26px;
  position: relative;
}

.contact .left .form .group .input {
  width: 100%;
  height: 58px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 58px;
}

.contact .left .form .group .text {
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #ececec;
}

.contact .left .form .group .yzm {
  position: absolute;
  width: 144px;
  height: 100%;
  background-color: #ccc;
  right: 0;
  top: 0;
  overflow: hidden;
}

.contact .left .form .group .yzm img {
  max-width: 100%;
}

.contact .left .form .group:nth-child(5) {
  width: 98%;
}

.contact .right {
  width: 445px;
}

.contact .right .phone {
  font-size: 32px;
  color: #bb0712;
  font-weight: bold;
  margin-top: 22px;
}

.contact .right .link-list {
  padding: 0;
}

.contact .right .link-list li {
  margin-top: 28px;
}

.contact .right .evm img {
  max-width: 140px;
}

.form-btns {
  margin-left: 2%;
  padding: 21px 62px;
  background-color: #bb0712;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.form-btns::after {
  width: 100%;
  height: 9%;
  border-radius: 50px;
  overflow: hidden;
  left: 0;
  top: 93%;
  background: #8a040c;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  content: '';
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-btns:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotateX(20deg);
  -moz-transform: rotateX(20deg);
  -ms-transform: rotateX(20deg);
  transform: rotateX(20deg);
}

.form-btns:hover:after {
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-10deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-10deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(0deg);
  transform-origin: 0% 0%;
  transform: rotateX(-10deg);
}

.join {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.join .list {
  display: block;
}

.join .list .top {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 30px;
  background-color: #bb0712;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.join .list .top h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  width: 10%;
  text-align: center;
}

.join .list .top h3:nth-child(1) {
  width: 30%;
  text-align: left;
}

.join .list ul li {
  position: relative;
}

.join .list ul li .intro {
  padding: 22px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}

.join .list ul li .intro .st {
  width: 10%;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.join .list ul li .intro .st:nth-child(1) {
  width: 30%;
  text-align: left;
}

.join .list ul li .intro .st .jia {
  width: 33px;
  height: 33px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.join .list ul li .intro.current {
  background: url("../img/join-bg2.jpg") no-repeat;
  background-size: cover;
}

.join .list ul li .intro.current .st {
  font-weight: bold;
}

.join .list ul li .intro.current .st .jia {
  background-color: #bb0712;
  color: #fff;
  font-weight: normal;
}

.join .list ul li .intro:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.join .list ul li .intro-show {
  background-color: #f5e7de;
  padding: 42px 25px;
  border-top: 2px solid #bb0712;
  display: none;
}

.join .list ul li .intro-show h3 {
  margin-bottom: 10px;
}

.join .list ul li .intro-show .left {
  float: left;
  max-width: 63%;
}

.join .list ul li .intro-show .left .tit {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 2.2;
}

.join .list ul li .intro-show .right {
  float: right;
}

.join .list ul li .intro-show .right .img {
  margin-top: 15px;
  max-width: 190px;
}

.news-boxs1 {
  padding: 50px 0;
}

.news-boxs1 .img-boxs {
  width: 680px;
  height: 428px;
  overflow: hidden;
}

.news-boxs1 .img-boxs .swiper-pagination {
  bottom: 20px;
}

.news-boxs1 .img-boxs .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px;
}

.news-boxs1 .img-boxs .swiper-pagination-bullet-active {
  background-color: #bb0712;
}

.news-boxs1 .img-boxs .swiper-slide img {
  max-width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-boxs1 .img-boxs .swiper-slide img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-boxs1 .texted {
  position: absolute;
  right: 0;
  top: 0;
  left: 720px;
}

.news-boxs1 .texted .time {
  z-index: 9;
  width: 92px;
  height: 86px;
  background-color: #bb0712;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 34px;
  color: #fff;
  line-height: 1.4;
}

.news-boxs1 .texted .time span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

.news-boxs1 .texted h3 {
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  line-height: 40px;
  padding: 5px 0px;
  font-weight: normal;
}

.news-boxs1 .texted h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news-boxs1 .texted h3 a:hover {
  color: #bb0712;
}

.news-boxs1 .texted .int {
  margin-top: 10px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(51, 51, 51, 0.7);
}

.news-boxs1 .texted .link {
  margin-top: 25px;
  width: 38px;
  height: 38px;
  color: #c5c5c5;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.news-boxs1 .texted .link i {
  font-size: 24px;
}

.news-boxs1 .texted:hover .link {
  border-color: #bb0712;
  color: #bb0712;
}

.news-boxs2 {
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.pageing {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.pageing a {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 22px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #707479;
  margin: 0 7px;
  transition: all 0.5s;
  display: block;
}

.pageing a.next, .pageing a.prev {
  width: 75px;
}

.pageing a.cur {
  background: #bb0712;
  color: #fff;
  border-color: #bb0712;
}

.pageing a:hover {
  background: #bb0712;
  color: #fff;
  border-color: #bb0712;
}

.layui-layer-video {
  max-width: 60%;
}

.video {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.video .my_video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.news-show .tit {
  color: #bb0712;
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
}

.news-show .st {
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.65);
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.news-show .st span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  margin: 0 15px;
}

.news-show .st span img {
  margin-right: 10px;
}

.news-show .con {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 35px;
  margin-top: 30px;
  overflow: hidden;
}

.news-show .con img {
  max-width: 100%;
}

.news-show .next-news {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e4ebf4;
}

.news-show .next-news .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  /* 12版 */
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -o-justify-content: left;
  justify-content: left;
  margin-bottom: 20px;
  font-size: 15px;
  color: #424242;
}

.news-show .next-news .text span {
  color: #848484;
  margin-right: 10px;
  font-size: 20px;
}

.news-show .next-news .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-show .next-news .text a:hover {
  color: #bb0712;
}

.sell {
  font-size: 32px;
  margin-top: 15px;
}

.inner-about-us {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.about-boxs {
  position: relative;
  padding-top: 41.6vw;
  z-index: 8;
}

.culture {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.culture .list {
  margin-top: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.culture .list li {
  padding: 55px 20px;
  flex: 1;
  background-color: rgba(29, 17, 17, 0.5);
  border: 1px solid transparent;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.culture .list li .text {
  margin-left: 35px;
}

.culture .list li .text h3 {
  font-size: 30px;
  color: #fff;
}

.culture .list li .text .st {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.culture .list li:nth-child(2) {
  margin: 0 50px;
}

.culture .list li:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.title2 .st {
  color: #fff;
}

.title2 span {
  color: #fff;
}

.course {
  background-color: #f5f5f5;
  padding-top: 80px;
}

.course-list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.course-list .hds {
  position: relative;
  z-index: 99;
}

.course-list .hds ul {
  width: 155px;
}

.course-list .hds ul li {
  font-size: 18px;
  width: 60px;
  color: #333;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.course-list .hds ul li .dian {
  top: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 124px;
  border-radius: 50%;
  border: 1px solid #bb0712;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  opacity: 0;
}

.course-list .hds ul li .dian span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #bb0712;
  border-radius: 50%;
}

.course-list .hds ul li.on .dian {
  opacity: 1;
}

.course-list .hds ul li:hover {
  color: #bb0712;
}

.course-list .hds .xuan {
  width: 60px;
  margin-top: 10px;
}

.course-list .hds .xuan .prev {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.course-list .hds .xuan .prev:before {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 24px;
  content: "";
  background: url("../img/shang.png") no-repeat center center;
}

.course-list .hds .xuan span {
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
}

.course-list .hds .xuan .next {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.course-list .hds .xuan .next:before {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 24px;
  content: "";
  background: url("../img/shang.png") no-repeat center center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.course-list .bds {
  width: calc(100% - 210px);
  overflow: hidden;
}

.course-list .bds ul li {
  margin-top: -10px;
  position: relative;
  display: none;
  min-height: 400px;
}

.course-list .bds ul li .niu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: flex-start;
  /* 12版 */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 45px;
}

.course-list .bds ul li h3 {
  color: #bb0712;
  font-size: 48px;
  line-height: 1.2;
  position: relative;
  z-index: 99;
}

.course-list .bds ul li .text {
  position: relative;
  max-width: 60%;
  padding-right: 5%;
  box-sizing: border-box;
}

.course-list .bds ul li .text .st {
  margin-top: 55px;
  font-size: 15px;
  color: #424242;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 20px;
  position: relative;
  z-index: 99;
}

.course-list .bds ul li .text .st:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
}

.course-list .bds ul li .text .st:first-child {
  margin-top: 20px;
}

.course-list .bds ul li .img {
  max-width: 440px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.course-list .bds ul li .img img {
  width: 100%;
  display: block;
}

.course-list .bds ul li .bgs {
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 9;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.course-list .bds ul li .bgs i {
  display: block;
  color: #eee;
  font-size: 300px;
  font-family: "Arial";
  line-height: 1;
  font-weight: bold;
}

.course-list .shu {
  position: absolute;
  left: 135px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.honour {
  background-color: #fff;
}

.honour .list {
  margin-top: 52px;
  position: relative;
}

.honour .list .v-img {
  padding-top: 141.7%;
  border-radius: inherit;
  background-color: var(--graph_bg_regular);
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}

.honour .list .v-img-cover {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  border: 10px solid #f1f1f1;
  box-sizing: border-box;
}

.honour .list img {
  display: block;
  height: 100%;
  object-fit: inherit;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.honour .list img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.honour .list .product-button-next {
  width: 22px;
  height: 42px;
  background-size: 100%;
}

.honour .list .product-button-prev {
  width: 22px;
  height: 42px;
  background-size: 100%;
}

/*  移动端菜单  */
.hamburger {
  background-color: none;
  padding: 0;
  z-index: 9;
  display: none;
  margin-top: 4px;
}

.hamburger-box {
  width: 30px;
  visibility: visible;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #333;
  height: 3px;
  width: 28px;
}

.hamburger-inner:before {
  width: 28px;
  right: 0;
}

.hamburger-inner:after {
  width: 28px;
  right: 0;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger:hover .hamburger-inner:before {
  right: 0;
}

@media screen and (max-width: 1600px) {
  .header {
    padding-left: 3%;
    padding-right: 3%;
  }
  .about-us .wrap .text-box .text-3 {
    max-width: 35%;
    font-size: 16px;
  }
  .craft-text a .st {
    font-size: 25px;
  }
  .wrap {
    margin: 0 3%;
  }
  .wrap2 {
    margin: 0 5%;
  }
  .product-list .boxs2 {
    left: 3%;
  }
  .title span, .title2 span {
    font-size: 36px;
  }
  .public-boxs {
    padding: 66px 0;
  }
}

@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
  .wrap2 {
    margin: 0 3%;
  }
  .header {
    padding: 9px 3%;
    background-color: #fff;
  }
  .header .logo {
    height: 45px;
  }
  .header .block {
    display: none;
  }
  .header .block2 {
    display: block;
  }
  .header .right-boxs {
    height: auto;
  }
  .header .right-boxs .nav {
    position: fixed;
    right: -100%;
    top: 63px;
    border-top: 1px solid #ececec;
    width: 100%;
    height: calc(100% - 52px);
    padding: 1% 0 10% 0;
    box-sizing: border-box;
    background: #f9f9f9;
    opacity: 0;
    overflow-x: hidden;
    transform: rotateX(30deg);
    -webkit-transform: rotateX(30deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header .right-boxs .nav li {
    height: auto;
    margin: 0;
  }
  .header .right-boxs .nav li h3 a {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .header .right-boxs .nav li h3 a:before {
    display: none;
  }
  .header .right-boxs .nav li .listcur {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    border: none;
    padding: 0;
  }
  .header .right-boxs .nav li .listcur i {
    display: none;
  }
  .header .right-boxs .nav li .listcur a {
    font-size: 13px;
    padding: 0;
    width: 50%;
    float: left;
  }
  .header .right-boxs .nav li .listcur:after {
    content: '';
    display: block;
    clear: both;
  }
  .inshow {
    display: block !important;
    right: 0 !important;
    opacity: 1 !important;
    transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    z-index: 999;
  }
  .banner {
    margin-top: 62px;
    height: 59.5vw;
    min-height: auto;
  }
  .banner .banner-indicate {
    bottom: 20px;
  }
  .banner .banner-indicate .wrap {
    justify-content: center;
  }
  .banner .banner-indicate .wrap .downward img {
    display: none;
  }
  .banner .banner-indicate .wrap .downward .down {
    display: block;
    margin-left: 0;
  }
  .banner .banner-indicate .wrap .swiper-control {
    display: none;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt45 {
    margin-top: 20px;
  }
  .more {
    padding: 10px 26px;
    border-radius: 3px;
  }
  .about-us {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .about-us .bgs {
    top: -50%;
  }
  .about-us .wrap {
    display: block;
  }
  .about-us .wrap .text-box {
    padding: 30px 0;
  }
  .about-us .wrap .text-box .text-1 {
    font-size: 16px;
  }
  .about-us .wrap .text-box .text-2 {
    font-size: 24px;
  }
  .about-us .wrap .text-box .text-3 {
    max-width: 100%;
    font-size: 14px;
  }
  .about-us .img-box {
    width: 100%;
    position: relative;
  }
  .about-us .img-box .play {
    width: 70px;
    height: 70px;
  }
  .layui-layer-video {
    max-width: 88%;
  }
  .product-list {
    height: auto;
    min-height: auto;
  }
  .product-list .boxs1 {
    height: 50vw;
  }
  .product-list .boxs2 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 20px 3%;
  }
  .product-list .boxs2 .product-page {
    display: none;
  }
  .product-list .boxs2 .swiper-container .swiper-slide {
    background-color: #fff;
  }
  .product-list .boxs2 .swiper-container .swiper-slide .text-1 {
    font-size: 28px;
  }
  .product-list .boxs2 .swiper-container .swiper-slide .text-2 {
    font-size: 14px;
  }
  .jiant {
    margin-top: 15px;
  }
  .jiant div {
    width: 35px;
    height: 35px;
    border: 1px solid #c5c5c5;
  }
  .jiant div i {
    font-size: 16px;
  }
  .jiant .button-prev {
    margin-right: 20px;
  }
  .craft {
    height: auto;
    min-height: auto;
  }
  .craft .boxs1 {
    height: 52vw;
  }
  .craft .boxs2 {
    height: 50vw;
    position: relative;
    left: 0;
    bottom: 0;
    display: none;
  }
  .craft .craft-list {
    position: relative;
    left: 0;
    height: 66px;
  }
  .craft .craft-page {
    display: none;
  }
  .craft .craft-text {
    background-color: #222;
    width: 100%;
    border-top: 0;
  }
  .craft .craft-text a span {
    font-size: 13px;
  }
  .craft .craft-text a .st {
    font-size: 16px;
    margin-top: 3px;
  }
  .public-boxs {
    padding: 35px 0;
  }
  .title .st, .title2 .st {
    font-size: 16px;
    margin: 15px 0 18px 0;
  }
  .title span, .title2 span {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .news-list .list {
    margin-top: 30px;
    width: 47%;
  }
  .news-list .list .link-href .v-img {
    padding-top: 72%;
  }
  .news-list .list .link-href .time {
    width: 60px;
    height: auto;
    padding: 6px 0;
    font-size: 16px;
  }
  .news-list .list .link-href .time span {
    font-size: 12px;
  }
  .news-list .list h3 {
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0;
  }
  .news-list .list h3 a {
    font-size: 16px;
  }
  .news-list .list .int {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
  }
  .news-list .list .link {
    margin-top: 10px;
    width: 30px;
    height: 30px;
  }
  .news-list .list .link i {
    font-size: 16px;
  }
  .news .news-list .list:first-child {
    width: 97%;
  }
  .news .news-list .list:first-child .link {
    display: none;
  }
  .footer {
    padding: 40px 0 10px 0;
  }
  .footer .wrap {
    display: block;
  }
  .footer .wrap .footer-left {
    width: 100%;
  }
  .footer .wrap .footer-left .hot-line {
    padding: 15px 20px 10px 60px;
  }
  .footer .wrap .footer-left .hot-line h3 {
    font-size: 15px;
  }
  .footer .wrap .footer-left .hot-line span {
    font-size: 24px;
    margin-top: 3px;
  }
  .footer .wrap .footer-left .hot-line:before {
    top: 26px;
  }
  .footer .wrap .footer-right {
    margin-top: 25px;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ececec;
  }
  .footer .wrap .footer-right .list {
    width: 29.3%;
    padding: 0 2%;
    margin-top: 20px;
    text-align: center;
  }
  .footer .wrap .footer-right .list a {
    margin-top: 8px;
    font-size: 13px;
  }
  .footer .wrap .footer-right .evm {
    display: none;
  }
  .footer .wrap .footer-bottom {
    position: relative;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
  }
  .link-list {
    padding: 0 15px;
  }
  .link-list li {
    margin-top: 20px;
  }
  .link-list li .tit {
    font-size: 14px;
  }
  .link-list li .st {
    margin-top: 6px;
    font-size: 15px;
  }
  .inner-banner .text {
    width: 100px;
    height: 97px;
    line-height: 90px;
    font-size: 24px;
  }
  .crumbs .wrap2 {
    height: auto;
    padding: 17px 0;
    display: block;
  }
  .crumbs .wrap2 .left {
    font-size: 14px;
    display: none;
  }
  .crumbs .wrap2 .right {
    font-size: 16px;
    padding: 0  15px;
    justify-content: center;
  }
  .crumbs .wrap2 .right a {
    flex: 1;
    margin: 0;
    text-align: center;
  }
  .product-text {
    display: block;
  }
  .product-text .left h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product-text .left .tit {
    margin-bottom: 25px;
  }
  .product-text .right {
    width: 100%;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
  }
  .product-text .right .line {
    margin-top: 40px;
  }
  .product-content {
    padding: 50px 0;
  }
  .product-content .wrap2 {
    display: block;
    padding-bottom: 0;
  }
  .product-content .wrap2 .mySwiper2 {
    width: 100%;
  }
  .product-content .wrap2 .mySwiper {
    margin-top: 25px;
    width: 100%;
    height: 99px;
  }
  .product-content .wrap2 .mySwiper .swiper-wrapper {
    flex-direction: row;
  }
  .product-content .wrap2 .mySwiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .product-content .product-jiant {
    display: none;
  }
  .product-inner ul li {
    display: block;
    width: 100%;
  }
  .product-inner ul li .link-href {
    display: block;
    width: 100%;
  }
  .product-inner ul li .link-href img {
    max-width: 85%;
    max-height: 85%;
  }
  .product-inner ul li .text {
    margin-left: 0;
    margin-top: 15px;
  }
  .product-inner ul li .text .text-1 {
    font-size: 28px;
  }
  .product-inner ul li .text .text-2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .craft-content .list {
    margin: 40px 0;
    display: block;
  }
  .craft-content .list .text {
    width: 100%;
  }
  .craft-content .list .text .top span {
    font-size: 28px;
    width: 55px;
    height: 62px;
    line-height: 65px;
  }
  .craft-content .list .text .top span .num {
    font-size: 14px;
    bottom: -3px;
    right: -10px;
  }
  .craft-content .list .text .tit {
    margin-top: 22px;
    font-size: 15px;
    display: block;
  }
  .craft-content .list .img-boxs {
    width: 100%;
    height: 55vw;
    margin-top: 20px;
  }
  .craft-content .list .img-boxs .craft-content-next, .craft-content .list .img-boxs .craft-content-prev {
    display: none;
  }
  .craft-content .list .img-boxs .swiper-pagination {
    bottom: 10px;
  }
  .craft-content .list .img-boxs .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .park .list {
    margin-top: 30px;
  }
  .inner-about-us {
    position: relative;
    margin-top: 63px;
  }
  .about-boxs {
    padding-top: 0;
  }
  .culture {
    padding: 40px 0;
  }
  .culture .list {
    margin-top: 0px;
    padding-top: 10px;
    display: block;
  }
  .culture .list li {
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 16px 25px;
  }
  .culture .list li img {
    width: 55px;
  }
  .culture .list li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  .culture .list li .text {
    margin-left: 25px;
  }
  .culture .list li .text h3 {
    font-size: 20px;
  }
  .culture .list li .text .st {
    font-size: 15px;
    line-height: 1.8;
  }
  .course {
    padding-top: 40px;
  }
  .course .course-list {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .course .course-list .shu {
    left: 76px;
  }
  .course .course-list .hds ul {
    width: 88px;
  }
  .course .course-list .hds ul li {
    font-size: 16px;
    line-height: 25px;
  }
  .course .course-list .hds ul li .dian {
    top: 1px;
    left: 66px;
  }
  .course .course-list .bds {
    width: calc(100% - 110px);
  }
  .course .course-list .bds ul li .niu {
    display: block;
    margin-top: 20px;
  }
  .course .course-list .bds ul li h3 {
    font-size: 32px;
    line-height: 1.5;
  }
  .course .course-list .bds ul li .text {
    margin-top: 20px;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .course .course-list .bds ul li .text .st {
    margin-top: 10px;
  }
  .course .course-list .bds ul li .img {
    max-width: 100%;
    margin-top: 25px;
  }
  .course .course-list .bds ul li .bgs i {
    font-size: 100px;
    left: 10px;
    top: 20%;
  }
  .honour .list {
    margin-top: 30px;
  }
  .honour .tui-img {
    margin-top: 35px;
  }
  .contact .wrap2 {
    padding: 30px 0;
    display: block;
  }
  .contact h3 {
    font-size: 22px;
  }
  .contact .st {
    font-size: 14px;
  }
  .contact .left {
    width: 100%;
  }
  .contact .left .form {
    margin-top: 30px;
    margin-left: 0;
  }
  .contact .left .form .group {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .contact .left .form .group .input {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .contact .left .form .group .text {
    height: 140px;
  }
  .contact .right {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #ececec;
    padding-top: 30px;
  }
  .contact .right .pt40 {
    padding-top: 20px;
  }
  .contact .right .mt40 {
    margin-top: 20px;
  }
  .contact:after {
    display: none;
  }
  .form-btns {
    margin-top: 10px;
    margin-left: 0;
    padding: 15px 40px;
    font-size: 16px;
  }
  .join .list .top {
    padding: 13px 10px;
  }
  .join .list .top h3 {
    flex: 1;
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  .join .list ul li .intro {
    padding: 13px 10px;
  }
  .join .list ul li .intro .st {
    flex: 1;
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  .join .list ul li .intro-show {
    padding: 15px 10px;
  }
  .join .list ul li .intro-show .left {
    max-width: 100%;
  }
  .join .list ul li .intro-show .left .tit {
    margin-top: 10px;
    line-height: 2;
  }
  .join .list ul li .intro-show .right {
    width: 100%;
    margin-top: 25px;
  }
  .join .list ul li .intro-show .right h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  .join .list ul li .intro-show .right img {
    margin-top: 1px;
  }
  .news-show .tit {
    font-size: 20px;
    line-height: 1.6;
  }
  .news-show .st {
    padding-bottom: 10px;
  }
  .news-show .st span {
    margin: 0 12px;
    font-size: 13px;
    line-height: 16px;
  }
  .news-show .st span:nth-child(2) {
    display: none;
  }
  .news-show .st span img {
    height: 12px;
    margin-right: 7px;
  }
  .news-show .con {
    margin-top: 20px;
    line-height: 1.9;
  }
  .news-show .next-news {
    margin-top: 30px;
  }
  .news-show .next-news .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-show .next-news .text a {
    max-width: 70%;
  }
  .sell {
    font-size: 24px;
    margin-top: 10px;
  }
  .news-boxs2-show .news-list .list:first-child {
    width: 97%;
  }
  .news-boxs2-show .news-list .list:first-child .link {
    display: none;
  }
  .news-boxs1 {
    padding: 30px 0;
  }
  .news-boxs1 .img-boxs {
    width: 100%;
    height: 58vw;
  }
  .news-boxs1 .texted {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
  .news-boxs1 .texted .time {
    width: 60px;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
  .news-boxs1 .texted .time span {
    font-size: 12px;
  }
  .news-boxs1 .texted h3 {
    margin-top: 10px;
    line-height: 1.6;
    height: auto;
  }
  .news-boxs1 .texted h3 a {
    font-size: 18px;
  }
  .news-boxs1 .texted .int {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  .news-boxs1 .texted .link {
    margin-top: 20px;
  }
  .pageing {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .pageing a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    margin: 0 5px;
  }
}