@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  padding-top: 118px;
}
body,
html {
  font-size: 16px;
}
img {
  max-width: 100%;
}
.f0 {
  font-size: 0;
}
.flex-dn {
  display: flex;
  flex-wrap: wrap;
}
.flex-dn::before,
.flex-dn::after {
  display: none;
}
.public-wauto {
  width: 100%;
  overflow: auto;
}
.container.w100 {
  width: 100%;
  padding-left: 4.16%;
  padding-right: 4.16%;
}
@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
  .container.w1600 {
    width: 100%;
    min-width: 1200px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
@media (min-width: 1600px) {
  .container.w1600 {
    width: 100%;
    min-width: 1440px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}
@media screen and (max-width: 1600px) {
  body,
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  body,
  html {
    font-size: 12px;
  }
}
/* ================= public ================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ED1B2E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .container {
  align-items: center;
  justify-content: space-between;
}
.header .a-logo {
  width: 16.1%;
  padding: 10px 0;
}
.header .a-logo img {
  width: 100%;
}
.header-right {
  width: 74.21%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.header-top {
  align-items: center;
  margin: 10px 0;
}
.header-link .span-01 {
  max-width: 250px;
  margin-left: 46px;
}
.header-link .span-01:first-child {
  margin-left: 0;
}
.header-link .span-01 a {
  position: relative;
  padding-left: 12px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 46px;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
}
.header-link .span-01 a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
}
.header-search {
  margin-left: 57px;
}
.header-search .put-01 {
  border: none;
  outline: none;
  background: none;
  width: 178px;
  height: 28px;
  padding-left: 15px;
  padding-right: 50px;
  background-color: #fff;
  font-size: 0.875rem;
}
.header-search .but-01 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  background: none;
  width: 42px;
}
.header-lauguage {
  margin-left: 60px;
}
.header-lauguage a {
  font-size: 0.875rem;
  color: #FFDCDF;
  margin-left: 32px;
}
.header-lauguage a:first-child {
  margin-left: 0;
}
.header-lauguage a.on {
  color: #fff;
}
.nav-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-list::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  transform: skewX(-20deg);
}
.nav-list li {
  position: relative;
  z-index: 2;
  margin-left: 5.5%;
}
.nav-list li:first-child {
  margin-left: 0;
}
.nav-list li .span-a1 a {
  display: block @v1: 1.125rem; @v2: 1.125rem 1.125rem 1.125rem 1.125rem; font-size: 1.125rem;;
  color: #000001;
  line-height: 70px;
}
.nav-list li .nav-down {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: -8px;
  min-width: 150px;
  background: #fff;
  border-top: 2px solid #ED1B2E;
  /* text-align: center; */
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.nav-list li .nav-down::before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: url('../images/n-arrow.png') center no-repeat;
  background-size: cover;
}
.nav-list li .nav-down a {
  display: block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 10px 30px;
}
.nav-list li.on .span-a1 a {
  color: #ED1A2D;
}
.header-bream {
  width: 26px;
  height: 24px;
  position: relative;
  padding-top: 11px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
.header-bream span {
  display: block;
  height: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before,
.header-bream:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before {
  top: 2px;
}
.header-bream::after {
  bottom: 2px;
}
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header-bream.on::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bream.on::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.public-search {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #fff;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.public-search .public-search-close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.public-search .public-search-close:hover {
  transform: rotate(90deg);
}
.public-search .div-01 {
  width: 720px;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
.public-search .div-01 .put-01 {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  height: 28px;
  padding-left: 15px;
  padding-right: 80px;
  background-color: #fff;
  font-size: 0.875rem;
}
.public-search .div-01 .but-01 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  background: #ED1A2D;
  width: 42px;
}
.public-search.on {
  height: 116px;
}
.footer {
  padding-bottom: 24px;
  background: #CACBCC;
}
.footer-nav {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ED1B2E;
}
.footer-nav > .flex-dn {
  justify-content: space-between;
  align-items: center;
}
.footer-nav .f-logo {
  width: 10%;
}
.footer-nav .footer-nav-list li {
  margin-left: 56px;
}
.footer-nav .footer-nav-list li:first-child {
  margin-left: 0;
}
.footer-nav .footer-nav-list li a {
  font-size: 1rem;
  color: #fff;
}
.footer-middle {
  padding-top: 4.4%;
  justify-content: space-between;
}
.footer-middle .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000001;
  margin-bottom: 20px;
}
.footer-middle .title2 {
  font-size: 1.25rem;
}
.footer-middle .footer-contact {
  width: calc(100% - 140px);
  justify-content: space-around;
}
.footer-middle .footer-contact .div-01 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-middle .footer-contact .div-01:last-child {
  border: none;
}
.footer-middle .footer-ewm {
  width: 115px;
}
.footer-contact .div-01 {
  padding-left: 1%;
  padding-right: 1%;
  color: #000001;
  flex: 1;
}
.footer-contact .div-01 .des {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.footer-contact .div-01 .des .tit {
  font-size: 1rem;
}
.footer-contact .div-01:first-child {
  /* width: 17.5%; */
  padding-left: 0;
}
.footer-contact .div-01:nth-child(2) {
  /* width: 15%; */
}
.footer-contact .div-01:nth-child(3) {
  /* width: 18.5%; */
}
.footer-contact .div-01:nth-child(4) {
  /* width: 25%; */
}
.footer-contact .div-01:nth-child(5) {
  /* width: 24%; */
}
.footer-copy {
  margin-top: 4%;
  color: #000001;
  justify-content: space-between;
}
.footer-left {
  align-items: center;
}
.footer-left span {
  margin-right: 64px;
}
.footer-link {
  background: #000001;
  font-size: 0.875rem;
  color: #fff;
  line-height: 28px;
}
.footer-link .span-red {
  background-color: #ED1B2E;
  margin-right: 12px;
}
.footer-link a {
  color: #fff;
  margin-left: 24px;
  padding-right: 24px;
}
.footer-share {
  align-items: center;
  font-size: 0.875rem;
}
.footer-share a {
  margin-left: 16px;
}
/* 视频弹窗 */
.public-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.public-tc .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
  text-align: center;
}
#video {
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.public-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pages {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 2%;
}
.pages a,
.pages strong {
  display: inline-block;
  font-size: 16px;
  color: #333;
  min-width: 45px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 43px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
  border: 1px solid #c8c8c8;
}
.pages strong {
  background: #ED1B2E;
  color: #fff;
}
.pages a.ling {
  border: none;
}
.pages a.ling:first-child {
  background-image: url('../images/p-left.png');
}
.pages a.ling:last-child {
  background-image: url('../images/p-right.png');
}
.pages a.ling2 {
  min-width: 90px;
}
.pages a:hover,
.pages a.on {
  border-color: #ED1B2E;
  background-color: #ED1B2E;
  color: #fff;
}
.pages .text-01 {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  text-align: center;
}
.bsBox .bsTop {
  width: 208px !important;
}
.bsBox .bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsBox .bsFrameDiv img {
  width: 168px !important;
  height: 168px !important;
}
/* ================= index ================== */
.banner-owl {
  font-size: 0;
}
.banner-owl .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 6px;
  border-radius: 13px;
}
.banner-owl .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  margin: 0 6px;
  border-radius: 50%;
}
.banner-owl .owl-dots .owl-dot.active {
  opacity: 1;
}
.banner-owl video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  object-fit: fill;
  z-index: 1;
}
.banner-owl .video-play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/video-play.png') center no-repeat;
  background-size: 15%;
  display: none;
}
.banner-a1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.banner-a1 img.mg-pc {
  display: block;
}
.banner-a1 img.mg-phone {
  display: none;
}
.banner-a1 .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  max-width: 10%;
}
.public-title {
  position: relative;
  font-size: 2.5rem;
  color: #000001;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 24px;
}
.public-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 6px;
  background: #ED1B2E;
}
.public-title.tc::before {
  left: 50%;
  transform: translateX(-50%);
}
.public-more {
  width: 152px;
  height: 56px;
  background: #ED1B2E;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.public-more img {
  margin-left: 12px;
  transition: all 0.5s linear 0s;
}
.public-more:hover {
  color: #fff;
}
.public-more:hover img {
  transform: translateX(5px);
}
.index-about-main {
  padding-top: 5.5%;
  padding-bottom: 5%;
}
.index-about-main > .flex-dn {
  justify-content: space-between;
  align-items: center;
}
.index-about-main .index-about-word {
  width: 38.75%;
}
.index-about-main .index-about-word .des {
  font-size: 1rem;
  line-height: 3rem;
  color: #222326;
  margin-top: 5%;
}
.index-about-main .index-about-word .more {
  margin-top: 5%;
}
.index-about-main .index-about-img {
  width: 51.875%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-about-main .index-about-img .div-01 {
  width: 48.55%;
  margin-top: 3%;
}
.index-about-main .index-about-img .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-about-main .index-about-img .img img {
  width: 100%;
}
.index-about-img .div-01:nth-child(2),
.index-about-img .div-01:nth-child(4) {
  transform: translateY(-50px);
}
.index-ggw {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-ggw .flex-dn {
  justify-content: space-between;
  align-items: center;
}
.index-ggw-cont {
  width: 64.6%;
}
.index-ggw-img {
  position: relative;
  width: 19.32%;
  border: 1px solid #ED1A2D;
  border-radius: 50%;
  margin-top: 60px;
  margin-bottom: 40px;
}
.index-ggw-img img {
  width: 100%;
}
.index-ggw-img .div-dh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  animation: yuan linear 20s infinite;
  -webkit-animation: yuan linear 20s infinite;
  /* Safari and Chrome */
}
.index-ggw-img .span-icon {
  position: absolute;
}
.index-ggw-img .span-icon img {
  animation: yuan2 linear 20s infinite;
  -webkit-animation: yuan2 linear 20s infinite;
  /* Safari and Chrome */
}
.index-ggw-img .icon-01 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-ggw-img .icon-02 {
  left: 0;
  bottom: 0;
  transform: translate(-40%, -30%);
}
.index-ggw-img .icon-03 {
  right: 0;
  bottom: 0;
  transform: translate(40%, -30%);
}
@keyframes yuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes yuan2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.index-ggw-word {
  width: 57%;
  padding-bottom: 25px;
}
.index-ggw-word .word {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 25px;
  margin-top: 25px;
}
.index-ggw-word .word::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 2px;
  background: #ED1B2E;
}
.index-product {
  padding-top: 5.6%;
  padding-bottom: 8%;
}
.index-product-list {
  justify-content: space-between;
  padding-top: 2.6%;
}
.index-product-list li {
  width: 49.36%;
  margin-top: 1.5%;
}
.index-product-a1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-product-a1 .img img {
  width: 100%;
}
.index-product-a1 .public-more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.index-video {
  padding-top: 4.7%;
  padding-bottom: 7.5%;
  background: #F0F0F0;
}
.index-video-title {
  justify-content: space-between;
  align-items: center;
}
.index-video-list {
  padding-top: 2%;
}
.index-video-list li {
  width: 24%;
  margin-left: 1.33%;
  margin-top: 1.5%;
}
.index-video-a1 {
  width: 100%;
  background-color: #fff;
}
.index-video-a1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-video-a1 .img img {
  width: 100%;
}
.index-video-a1 .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  max-width: 20%;
}
.index-video-a1 .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262626;
  font-size: 1.25rem;
  line-height: 5.625rem;
  font-weight: bold;
  padding-left: 6.2%;
  padding-right: 6.2%;
}
.index-video-list li:nth-child(4n+1) {
  margin-left: 0;
}
.index-video-down {
  padding-top: 6.3%;
  justify-content: space-between;
}
.index-video-01,
.index-video-02 {
  width: 49.375%;
  margin-top: 1.5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-video-01 {
  background: #ED1B2E;
}
.index-video-01 li {
  width: 100%;
  padding-left: 3.9%;
  padding-right: 3.9%;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
.index-video-01 li .a1 {
  color: #fff;
  font-size: 1rem;
  width: 47.4%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-video-01 li .a1 img {
  margin-right: 6px;
}
.index-video-01 li .a2,
.index-video-01 li .a3 {
  width: 22.8%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear 0s;
  font-size: 1rem;
}
.index-video-01 li .a2 img,
.index-video-01 li .a3 img {
  margin-right: 8px;
}
.index-video-01 li .a2 {
  background-color: #fff;
  color: #ED1B2D;
  font-weight: bold;
}
.index-video-01 li .a3 {
  color: #fff;
  border: 1px solid #fff;
}
.index-video-02 {
  color: #fff;
  font-size: 1rem;
  background: #000001;
  padding-left: 6%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.index-video-02 a {
  display: inline-block;
  color: #fff;
  margin: 0 24px;
}
.index-video-02 a img {
  margin-right: 8px;
}
/* ================= 内页 ================== */
.c-top {
  width: 100%;
  /* img {
        min-height: 100px;
        &.c-contact {
            background-image: url(../images/contact-topbg.png);
        }
        &.c-about {
            background-image: url(../images/about-topbg.png);
        }
        &.c-video {
            background: #F2F1EF;
        }
    } */
}
.c-top .c-top-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.c-top .c-top-img img {
  width: 100%;
}
.c-top .c-top-pc {
  display: block;
}
.c-top .c-top-phone {
  display: none;
}
.c-top .c-crumbs {
  position: static;
  top: 17%;
  left: 50%;
  margin-top: 10px;
  color: #515151;
  line-height: 1.5rem;
  font-size: 1.125rem;
}
.c-top .c-crumbs a {
  color: #515151;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.c-top .c-top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-top .c-top-title h1 {
  font-weight: bold;
  color: #000001;
  margin: 0;
  line-height: 100%;
  position: relative;
  padding-bottom: 0.875rem;
  font-size: 2.5rem;
}
.c-top .c-top-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ED1B2E;
  width: 2.4375rem;
  height: 0.375rem;
}
.c-left-nav {
  width: 16.5%;
}
.c-left-nav .nav-top {
  font-size: 1.5rem;
  line-height: 5.625rem;
  font-weight: bold;
  color: #FFF;
  background: #ED1B2E;
  text-align: center;
}
.c-left-nav .nav-top img {
  width: 2.625rem;
  margin-right: 1.25rem;
}
.c-left-nav img.c-adr {
  width: 100%;
  margin-top: 1.25rem;
}
.c-left-nav ul.c-nav {
  width: 100%;
}
.c-left-nav ul.c-nav > li {
  width: 100%;
  background: #F2F1EF;
  border-bottom: 1px solid #CACBCC;
}
.c-left-nav ul.c-nav > li .tit {
  position: relative;
}
.c-left-nav ul.c-nav > li .tit a {
  position: relative;
  z-index: 1;
}
.c-left-nav ul.c-nav > li .tit bdo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 0;
  background-image: url(../images/icon-arrow-right-blank.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  cursor: pointer;
}
.c-left-nav ul.c-nav > li .tit bdo.on {
  z-index: 2;
}
.c-left-nav ul.c-nav > li a {
  display: block;
  width: 100%;
  padding: 0 10%;
  color: #000001;
  font-size: 1rem;
  line-height: 3.6875rem;
}
.c-left-nav ul.c-nav > li:hover .tit bdo {
  background-image: url(../images/icon-arrow-right.png);
  background-size: 0.5rem;
}
.c-left-nav ul.c-nav > li.active .tit bdo {
  background-image: url(../images/icon-arrow-top.png);
  background-size: 0.8125rem;
}
.c-left-nav ul.c-nav > li.on .tit bdo {
  background-image: url(../images/icon-arrow-right.png);
  background-size: 0.5rem;
}
.c-left-nav ul.c-nav > li:hover .tit,
.c-left-nav ul.c-nav > li.active .tit {
  background-color: #000001;
}
.c-left-nav ul.c-nav > li:hover a,
.c-left-nav ul.c-nav > li.active a {
  color: #fff;
}
.c-left-nav ul.c-nav > li .c-second-menu {
  width: 100%;
  background: #fff;
  padding: 0;
  padding-bottom: 3%;
  border-left: 1px solid #CACBCC;
  border-right: 1px solid #CACBCC;
  display: none;
}
.c-left-nav ul.c-nav > li .c-second-menu p {
  overflow: hidden;
  margin: 0 auto;
}
.c-left-nav ul.c-nav > li .c-second-menu p a {
  background: none;
  color: #000001;
  line-height: 2.1875rem;
}
.c-left-nav ul.c-nav > li .c-second-menu p.active,
.c-left-nav ul.c-nav > li .c-second-menu p:hover {
  background: #ED1B2E;
}
.c-left-nav ul.c-nav > li .c-second-menu p.active a,
.c-left-nav ul.c-nav > li .c-second-menu p:hover a {
  color: #fff;
}
.c-left-nav ul.c-nav > li .c-second-menu p b {
  float: left;
  display: inline-block;
  font-size: 1.875rem;
  margin-right: 0.5rem;
}
.c-left-nav .c-nav-link {
  width: 100%;
  background: #ED1B2E;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.c-left-nav .c-nav-link h1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100%;
}
.c-left-nav .c-nav-link h1.tel400 {
  margin: 0.75rem 0rem 1.5rem 0rem;
}
.c-left-nav .c-nav-link p {
  font-size: 0.875rem;
  color: #FFBFBF;
  margin: 0;
  line-height: 100%;
}
.c-title {
  margin: 4.625rem 0rem 2rem 0rem;
}
.c-title h1 {
  font-size: 1.5rem;
  padding-bottom: 0.6875rem;
  font-weight: bold;
  color: #000001;
  margin: 0;
  text-align: center;
}
.c-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ED1B2E;
  width: 2.4375rem;
  height: 0.125rem;
}
/*=========================== 联系我们 ============================*/
.c-map-content {
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 6.25rem;
}
.c-map-content .c-map {
  width: 100%;
  display: flex;
  margin-top: 1.5rem;
}
.c-map-content .c-map .c-img {
  width: 66.7%;
}
.c-map-content .c-map .c-img img {
  width: 100%;
}
.c-map-content .c-map .c-text {
  width: 33.3%;
  border: 1px solid #D9D8D6;
  padding: 0rem 2.5rem 2.5rem 2.5rem;
}
.c-map-content .c-map .c-text h1 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000001;
  line-height: 150%;
  position: relative;
  padding: 1rem 0rem 1rem 0rem;
}
.c-map-content .c-map .c-text h1::after {
  content: '';
  width: 2.5rem;
  height: 0.25rem;
  background: #ED1B2E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-map-content .c-map .c-text p {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #000001;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-map-content .c-list {
  justify-content: space-between;
  margin-top: 1.5rem;
}
.c-map-content .c-list dl {
  width: 32%;
  background: #F2F1EF;
  border: 1px solid #D9D8D6;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.c-map-content .c-list dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000001;
  line-height: 150%;
  position: relative;
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 0.75rem;
}
.c-map-content .c-list dl dt::after {
  content: '';
  width: 2.5rem;
  height: 0.25rem;
  background: #ED1B2E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-map-content .c-list dl dd {
  color: #000001;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.c-form-wapper {
  width: 100%;
  background: #F2F1EF;
  margin-top: 5rem;
  padding: 1.5rem 0rem 3.5rem 0rem;
}
.c-form-wapper ul.c-form {
  overflow: hidden;
  margin: 0 auto;
}
.c-form-wapper ul.c-form li {
  float: left;
  width: 50%;
  color: #000001;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
.c-form-wapper ul.c-form li label {
  font-size: 0.875rem;
}
.c-form-wapper ul.c-form li input {
  width: 85%;
  background: #FFFFFF;
  border: 1px solid #D9D8D6;
  height: 3.5rem;
  padding: 0rem 1.5rem 0rem 1.5rem;
}
.c-form-wapper ul.c-form li textarea {
  width: 96%;
  background: #FFFFFF;
  border: 1px solid #D9D8D6;
  height: 7.25rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.c-form-wapper ul.c-form li.c-w100 {
  width: 100%;
  overflow: hidden;
}
.c-form-wapper ul.c-form li.c-w100 label {
  float: left;
  margin-top: 1.5rem;
}
.c-form-wapper ul.c-form li:last-child {
  text-align: center;
}
.c-form-wapper ul.c-form li.c-right {
  float: right;
  text-align: right;
}
.c-form-wapper ul.c-form li button {
  width: 10.1875rem;
  height: 3.1875rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #fff;
  background: #ED1B2E;
  border: 0;
}
.c-w1200 {
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/*=========================== 关于公司 ============================*/
.c-about-content {
  margin-top: 3.125rem;
}
.c-about-content .c-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-about-content .c-item p {
  margin: 0;
  color: #4d4d4d;
  line-height: 170%;
}
.c-about-content .c-item p.fs14 {
  font-size: 0.875rem;
}
.c-about-content .c-item p.fs16 {
  font-size: 1rem;
}
.c-about-content .c-item p.fs18 {
  font-size: 1.125rem;
}
.c-about-content .c-item p.fs20 {
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
}
.c-about-content .c-item p.fs24 {
  font-size: 1.5rem;
  margin-bottom: 0.8125rem;
}
.c-about-content .c-item p.c-black {
  color: #000001;
}
.c-about-content .c-item p.c-white {
  color: #fff;
}
.c-about-content .c-item .c-item-left {
  width: 50%;
  padding: 4%;
}
.c-about-content .c-item .c-item-left img {
  width: 4.75rem;
  height: 4.75rem;
  margin-right: 1.8125rem;
}
.c-about-content .c-item .c-item-right {
  width: 50%;
  border: 1px solid #d9d9d9;
  padding: 4%;
}
.c-about-content .c-item .c-reverse {
  order: 1;
  display: flex;
  align-items: center;
}
.c-about-content .c-item .c-bg-black {
  background: url(../images/c-about04.png) #4fba00 right center no-repeat;
  background-size: 11.375rem;
}
.c-about-content .c-item .c-bg-red {
  background: url(../images/c-about03.png) #ED1B2E right center no-repeat;
  background-size: 12.75rem;
  padding-top: 3%;
}
.c-about-content .c-item .flex-dn {
  margin-bottom: 0.75rem;
}
.c-about-content .c-item .flex-dn p {
  line-height: 4.75rem;
}
.c-about-main {
  background: url(../images/about-bg.jpg) top center repeat-y;
  background-size: cover;
  margin-top: 5rem;
}
.c-about-main .c-main-left {
  width: 65%;
  background: #F2F1EF;
  padding: 4rem 2.6875rem 4rem 0rem;
}
.c-about-main .c-main-left .c-about-title {
  border-bottom: 1px solid #E6E6E6;
  color: #666;
  font-size: 1rem;
}
.c-about-main .c-main-left .c-about-title h1 {
  color: #262626;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
  font-size: 1.75rem;
}
.c-about-main .c-main-left .c-about-title p {
  margin: 0;
  padding: 1rem 0rem 2rem 0rem;
}
.c-about-main .c-main-left .c-about-title p span {
  line-height: 20px;
  margin-right: 1.5rem;
}
.c-about-main .c-main-left .c-about-text {
  padding-top: 4%;
}
.c-about-main .c-main-left .c-about-text p {
  margin-bottom: 1.875rem;
  line-height: 1.875rem;
}
.c-about-main .c-main-left .c-about-img {
  width: 65%;
}
.c-about-main .c-main-left .c-about-img img {
  width: 100%;
}
.c-about-main .c-main-right {
  width: 35%;
  background: #FAF9F7;
  padding: 4rem 0rem 4rem 2.625rem;
  /*滚动条样式*/
}
.c-about-main .c-main-right h1 {
  font-weight: bold;
  color: #262626;
  line-height: 100%;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 1rem;
  padding-bottom: 0.9375rem;
}
.c-about-main .c-main-right h1::after {
  content: '';
  width: 4rem;
  height: 0.125rem;
  background: #ED1B2E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-about-main .c-main-right ul {
  width: 100%;
  padding-top: 5%;
  overflow-y: auto;
}
.c-about-main .c-main-right ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.c-about-main .c-main-right ul li .c-img {
  width: 22.5%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.c-about-main .c-main-right ul li .c-img img {
  width: 100%;
}
.c-about-main .c-main-right ul li .c-about-list-text {
  width: 70.7%;
}
.c-about-main .c-main-right ul li .c-about-list-text p {
  margin: 0;
  line-height: 100%;
}
.c-about-main .c-main-right ul li .c-about-list-text p:first-child {
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-about-main .c-main-right ul li .c-about-list-text p:last-child {
  color: #666;
  margin-top: 0.75rem;
}
.c-about-main .c-main-right ul li:hover .c-img {
  transform: scale(1.05);
}
.c-about-main .c-main-right ul li:hover .c-about-list-text p:first-child {
  color: #ED1B2E;
  font-weight: bold;
}
.c-about-main .c-main-right ul::-webkit-scrollbar {
  width: 0.5rem;
}
.c-about-main .c-main-right ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2);
  background: #e7e7e5;
}
.c-about-main .c-main-right ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}
/*=========================== 产品列表 ============================*/
.c-product-wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 6.25rem;
}
.c-product-wapper::before,
.c-product-wapper::after {
  display: none;
}
.c-product-wapper .c-product {
  width: 81%;
}
.c-product-wapper .c-product .c-product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-product-wapper .c-product .c-product-list dl {
  width: 24%;
  cursor: pointer;
  margin-right: 1.3%;
  margin-bottom: 1.25rem;
}
.c-product-wapper .c-product .c-product-list dl dt {
  width: 100%;
  border: 1px solid #D9D8D6;
  overflow: hidden;
}
.c-product-wapper .c-product .c-product-list dl dt img {
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 100%;
  transition: all 0.5s;
}
.c-product-wapper .c-product .c-product-list dl dt .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  max-width: 20%;
  border-radius: 50%;
}
.c-product-wapper .c-product .c-product-list dl dt .icon-play img{
  background: none;
}
.c-product-wapper .c-product .c-product-list dl dd a{
  padding: 0 3%;
  font-weight: bold;
  color: #000001;
  background: #D9D8D6;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4.25rem;
  font-size: 1rem;
}
.c-product-wapper .c-product .c-product-list dl:hover dt img {
  transform: scale(1.05);
}
.c-product-wapper .c-product .c-product-list dl:hover dd a {
  color: #ED1B2E;
}
.c-product-wapper .c-product .c-product-list dl:nth-child(4n) {
  margin-right: 0;
}
/*=========================== 产品视频 ============================*/
.c-video .c-video-img {
  width: 100%;
}
.c-video .c-video-img .img {
  width: 100%;
}
.c-video .c-video-img .c-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.c-video-img img {
  width: 100%;
}
.c-video-img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
}
.c-swiper-main {
  width: 100%;
}
.c-swiper-main .swiper-container .swiper-slide {
  border: 1px solid #ccc;
}
.c-swiper-main .swiper-container .swiper-slide p {
  margin: 0;
  font-weight: bold;
  color: #262626;
  padding: 6%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
}
.c-swiper-main .swiper-container .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.c-swiper-main .swiper-container .swiper-slide .img img {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.c-swiper-main .swiper-container .swiper-slide .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  max-width: 20%;
}
.c-swiper-main .swiper-container .swiper-slide:hover p {
  color: #ED1B2E;
}
.c-swiper-main .swiper-container .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.c-swiper-main .swiper-button-next,
.c-swiper-main .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  background-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  top: 38%;
}
.c-swiper-main .swiper-button-prev,
.c-swiper-main .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon-arrow-left.png);
  left: -1.25rem;
}
.c-swiper-main .swiper-button-next,
.c-swiper-main .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon-arrow-right.png);
  right: -1.25rem;
}
.c-swiper-main.c-swiper-main01 .swiper-container .swiper-slide {
  border: 1px solid #ccc;
}
.c-swiper-main.c-swiper-main01 .swiper-container .swiper-slide p {
  margin: 0;
  font-weight: bold;
  color: #000001;
  padding: 6%;
  background: #D9D8D6;
  font-size: 1rem;
}
.c-swiper-main.c-swiper-main01 .swiper-container .swiper-slide .img img {
  background-color: #fff;
}
.c-swiper-main.c-swiper-main01 .swiper-container .swiper-slide:hover p {
  color: #ED1B2E;
}
/*=========================== 产品详情 ============================*/
.c-detail .c-detail-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FAFAFA;
}
.c-detail .c-detail-main .left {
  width: 57%;
}
.c-detail .c-detail-main .left .gallery-top {
  background: #fff;
}
.c-detail .c-detail-main .left .swiper-button-next,
.c-detail .c-detail-main .left .swiper-button-prev {
  background-size: 0.706875rem;
  height: 100%;
  width: 5%;
  background-color: #A7A8A9;
  top: 0;
  margin-top: 0;
}
.c-detail .c-detail-main .left .swiper-button-next,
.c-detail .c-detail-main .left .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.c-detail .c-detail-main .left .swiper-button-prev,
.c-detail .c-detail-main .left .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.c-detail .c-detail-main .left .small-swiper {
  position: relative;
  overflow: hidden;
}
.c-detail .c-detail-main .left .small-swiper .swiper-container {
  width: 90%;
  overflow: initial;
}
.c-detail .c-detail-main .left .swiper-slide {
  border: 1px solid #fff;
}
.c-detail .c-detail-main .left .active {
  border: 1px solid #ED1B2E;
}
.c-detail .c-detail-main .right {
  width: 43%;
  padding: 3rem 2.5rem 3rem 2.5rem;
}
.c-detail .c-detail-main .right p {
  margin: 0;
}
.c-detail .c-detail-main .right h1 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000001;
  margin: 0;
}
.c-detail .c-detail-main .right .c-desc {
  font-size: 1.25rem;
  margin: 0.625rem 0rem 1.625rem 0rem;
  color: #ED1B2E;
}
.c-detail .c-detail-main .right ul li {
  font-size: 1.3rem;
  color: #666;
  overflow: hidden;
}
.c-detail .c-detail-main .right ul li span {
  float: left;
  line-height: 1.625rem;
}
.c-detail .c-detail-main .right ul li b {
  float: left;
  font-size: 1.875rem;
  line-height: 1.625rem;
  color: #ED1B2E;
  margin-right: 3%;
}
.c-detail .c-detail-main .right ul li:first-child {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
  color: #999999;
}
.c-detail .c-detail-main .right .c-btn-wapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.75rem;
}
.c-detail .c-detail-main .right .c-btn-wapper .c-btn {
  width: 10.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  font-size: 0.875rem;
  margin-right: 2rem;
  margin-top: 1.25rem;
  cursor: pointer;
  background: #000001;
  color: #fff;
  text-align: center;
}
.c-detail .c-detail-main .right .c-btn-wapper .c-btn img {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.625rem;
}
.c-detail .c-detail-main .right .c-btn-wapper .c-btn:last-child {
  background: #ED1B2E;
  margin-right: 0;
}
.c-detail .c-detail-main .tb-booth {
  position: relative;
  z-index: 10;
  width: 100%;
}
.c-detail .c-detail-main .tb-booth img {
  max-width: inherit;
}
.c-detail .c-detail-main .tb-booth .tb_img {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.c-detail .c-detail-main .tb-booth .jqzoom {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
