@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
  max-width: 1920px;
  font-family: "arial", helvetica, sans-serif;
}

img {
  border: none;
  max-width: 100%;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

ul li {
  list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.clear {
  clear: both;
}

.pcduan {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

@media screen and (max-width: 1219px) {
  .pcduan {
    width: 95%;
  }
}
.slideshow {
  position: relative;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 42px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  font-size: 0px;
  margin-left: 11px;
  margin-right: 11px;
  border: none;
  outline: none;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #cc2129;
  border-radius: 50%;
}

.slick-prev,
.slick-next {
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  background: transparent;
}

.slick-prev i,
.slick-next i {
  font-size: 24px;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 100px;
  z-index: 100;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  right: 100px;
  z-index: 100;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: #cc2129;
  color: #cc2129;
}

@media screen and (max-width: 1219px) {
  .slideshow .wp {
    margin-left: -490px;
  }
}
@media screen and (max-width: 999px) {
  .slideshow:hover .slick-prev,
.slick-next {
    display: none !important;
  }
  .slideshow .wp {
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 80%;
    top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slideshow .item.slick-active.item_one 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);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    -o-object-position: inherit;
       object-position: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
@font-face {
  font-family: "objectivity_bold";
  src: url("../fonts/objectivity_bold.eot");
  src: url("../fonts/objectivity_bold.eot") format("embedded-opentype"), url("../fonts/objectivity_bold.woff2") format("woff2"), url("../fonts/objectivity_bold.woff") format("woff"), url("../fonts/objectivity_bold.ttf") format("truetype"), url("../fonts/objectivity_bold.svg#objectivity_bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input[type=button],  input[type=submit],  input[type=reset]   {
  -webkit-appearance:  none;
}

   button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

::-moz-selection {
  color: #cc2129;
  background: #FFFFFF;
}

::selection {
  color: #cc2129;
  background: #FFFFFF;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
}

.table table tr td {
  text-align: left;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 999px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 32px;
    left: 10px;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #b81c22;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }
  .m-mobilenav .mbnav-btn.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
    top: 50px;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #FFFFFF;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
/*-------------page-start--------------------------------------------------------------------*/
.page {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 27px;
  width: 100%;
  margin-bottom: 129px;
}

.page a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  margin: 0 4px 8px;
  margin-top: 8px;
  width: 37px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.page .no:hover{
  background: unset;
  color: #333333;
}
.page .diandian {
  line-height: 20px;
}

.page .diandian:hover {
  background: transparent;
  color: rgb(102, 102, 102);
}

.page a.prev {
  min-width: 100px;
}

.page a.next {
  min-width: 65px;
  margin-left: 2px;
}

.page a:hover,
.page a.page-active {
  background-color: #cc2129;
  color: #FFFFFF;
}

@media only screen and (max-width: 1219px) {
  .page a {
    font-size: 14px;
  }
  .page a.prev {
    min-width: 80px;
  }
  .page a.next {
    min-width: 60px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding-right: 30px;
  background: url(../images/atb.png) no-repeat right center;
}

.page .add-form .add-btn {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  min-width: 193px;
  min-height: 44px;
  background-color: #cc2129;
  cursor: pointer;
  border: 0px;
  color: #FFFFFF;
}

.page .add-form .add-btn:hover {
  background-color: #fff;
  color: #333333;
}

.page a:nth-child(6) {
  margin-left: 3px;
}

.products-page {
  margin-top: 21px;
}

@media only screen and (max-width: 1219px) {
  .page .add-form {
    margin-left: 5px;
  }
  .page .add-form .add-btn {
    min-width: 156px;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 30px;
    line-height: 30px;
  }
  .page a {
    margin-top: 0px;
  }
}
/*-------------page-end--------------------------------------------------------------------*/
/* fangdajing start */
.zoomPad {
  position: relative;
  float: left;
  z-index: 90;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 0%;
  top: 30px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  /* addd */
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

/* fangdajing end */
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.daohang-mid {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.dh-kkuang {
  max-width: 1660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1680px) {
  .dh-kkuang {
    width: 95%;
  }
}
.dh-kkuang > ul {
  width: 67.2289156627%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 8%;
}

.logo-top {
  display: block;
  font-size: 0;
  overflow: hidden;
  min-width: 228px;
  min-height: 61px;
  width: 228px;
  height: 61px;
}

.dh-kkuang > ul > li > a {
  position: relative;
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 30px;
  padding-top: 42px;
  padding-bottom: 28px;
}

.dh-kkuang > ul > li.active > a {
  color: #b81c22;
}

.dh-kkuang > ul > li.active ul li.active > a {
  color: #b81c22;
}

.dh-kkuang > ul > li.active > a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #b81c22;
}

.dh-kkuang > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 89px;
  width: 0px;
  height: 3px;
  border-radius: 2px;
  background-color: #b81c22;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.dh-kkuang > ul > li > a:hover {
  color: #b81c22;
}

.dh-kkuang > ul > li > a:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #b81c22;
}

.dh-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sousou-kuang {
  width: 120px;
  margin-top: 18px;
}

.sousou-kuang > .ssicon > i {
  color: #b81c22;
  font-size: 26px;
  cursor: pointer;
  color: #333333;
}

.yuyan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 44px;
  border-radius: 22px;
  border: solid 1px #666666;
  cursor: pointer;
  position: relative;
}

.yuyankuang {
  position: absolute;
  right: 0px;
  background: #FFFFFF;
  top: 50px;
  padding: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  height: 0px;
  overflow: hidden;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.yuyan.active .yuyankuang {
  height: auto;
  padding: 10px;
}

.yuyan a {
  color: #999999;
}
.yuyankuang a:hover{
  color: #b81c22 !important;
}
.yuyan i {
  font-size: 26px;
  color: #666666;
  margin-right: 4px;
}
.icon-yuyan:before {
  content: "\e613";
}
.yuyan .bottom {
  font-size: 12px;
}
.sousou-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}


.ssicon {
  position: relative;
}

.ssicon.active form {
  height: 30px;
  border: 1px solid #333333;
  background: #FFFFFF;
  border-radius: 6px;
}

.yuyan a:hover {
  color: #333333;
}

.ssicon form {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  z-index: 100;
  right: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.ssicon form input {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  background: transparent;
  padding-left: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.ssicon form .stbmit {
  width: 30px;
  padding-left: 0px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.ssicon form i {
  z-index: 1;
  right: 4px;
  position: absolute;
  color: #333333;
}

.dh-kkuang ul li {
  position: relative;
}

.dh-kkuang > ul > li .yijikx {
  padding-top: 1px;
  position: absolute;
  z-index: 4;
  width: 237px;
  left: -55px;
  display: none;
}

.dh-kkuang > ul > li:hover .yijikx {
  display: block;
}

.dh-kkuang > ul > li ul {
  left: 0;
  width: 260px;
  background: #FFFFFF;
}

.dh-kkuang ul li ul li a {
  font-size: 16px;
  line-height: 20px;
  padding-left: 26px;
  padding-right: 26px;
  color: #333333;
  display: block;
  padding-top: 7px;
  padding-bottom: 9px;
}

.dh-kkuang ul li ul li a:hover {
  color: #FFFFFF;
  background-color: #cc2129;
}

.dh-kkuang ul li ul li.active > a {
  color: #FFFFFF !important;
  background-color: #cc2129;
}

.dh-kkuang > ul > li > .yijikx > ul > li ul {
  position: absolute;
  left: 100%;
  top: auto;
  margin-top: -36px;
}

.dh-kkuang > ul > li ul {
  display: none;
}

.dh-kkuang > ul > li > .yijikx > ul {
  display: block;
}

.dh-kkuang > ul li:hover > ul {
  display: block;
}

@media screen and (max-width: 1400px) {
  .dh-kkuang > ul {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1219px) {
  .dh-kkuang > ul {
    width: 72%;
  }
  .dh-kkuang > ul > li ul {
    width: 200px;
  }
  .dh-kkuang > ul > li > a {
    font-size: 16px;
  }
  .dh-kkuang ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .dh-kkuang > ul {
    display: none;
  }
  .dh-kkuang {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sousou-kuang {
    margin-top: 0px;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .slick-prev,
.slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .logo-top {
    padding-top: 10px;
    width: 200px;
    min-width: 200px;
  }
  .slick-dots li button {
    margin-left: 4px;
    margin-right: 4px;
  }
}
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  top: 42%;
  z-index: 999;
  right: 10px;
  right: 4px;
}

.contact-pc li {
  position: relative;
  margin-bottom: 1px;
  width: 42px;
  height: 42px;
  background-color: #666666;
}

.contact-pc li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.contact-pc li:hover i {
  color: #FFFFFF;
}

.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}

.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}

.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}

.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}

.contact-pc li i {
  background: transparent;
  font-size: 20px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
  color: #ffffff;
}

.contact-pc li:hover {
  /* font-size: 26px; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #cc2129;
}

.contact-pc li:hover > i {
  background: transparent;
}

.contact-phone {
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}

.contact-phone li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  background: #666666;
}

.contact-phone li:hover .iconfont {
  /* color: #fff; */
  color: #FFFFFF;
}

.contact-phone li a {
  display: block;
  heswiper-button-previght: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
  display: none;
}

.small-phone {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }
  .copyright-mid {
    padding-bottom: 80px;
  }
  .small-phone {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
  }
  .small-phone > li {
    display: block;
    background: #666666;
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 8px 0px;
  }
  .small-phone > li > a i {
    font-size: 18px;
    color: #ffffff;
  }
  .small-phone > li:hover {
    background: #cc2129;
  }
  .small-phone > li:hover > a > i {
    color: #FFFFFF;
  }
  .weixin > img {
    position: absolute;
    z-index: 100;
    top: -155px;
    left: 39%;
    display: none;
    /* transform: translate(-50%); */
  }
}
@font-face {
  font-family: "iconfont"; /* Project id 3581197 */
  src: url("../fonts/iconfont.woff2?t=1660561554568") format("woff2"), url("../fonts/iconfont.woff?t=1660561554568") format("woff"), url("../fonts/iconfont.ttf?t=1660561554568") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zuoji:before {
  content: "\e683";
}

.icon-24gf-mailboxEmpty:before {
  content: "\e964";
}

.icon-sheji:before {
  content: "\e612";
}

.icon-yaping:before {
  content: "\e609";
}

.icon-weibiaoti-5:before {
  content: "\e61b";
}

.icon-yanfajihua:before {
  content: "\e655";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.dibu-footer {
  background: url(../images/index-dibu.png) no-repeat;
  padding-top: 64px;
  background-size: cover;
}

.dibu-footer-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dibu-kuang:nth-child(1) {
  width: 36%;
}

.dibu-kuang:nth-child(3) {
  width: 31.166667%;
  margin-right: -7%;
}
@media screen and (max-width: 1440px){
  .dibu-kuang:nth-child(3) {
    margin-right: 0;
  }
}
/*.dibu-kuang:nth-child(2),
.dibu-kuang:nth-child(3) {
  margin-top: 30px;
}*/

.dibu-kuang:nth-child(2) a:hover,
.dibu-kuang:nth-child(3) a:hover,
.cop-mid a:hover {
  text-decoration: underline;
}

.dibu-logo {
  display: block;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.dibu-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "objectivity_bold", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #f5f5f5;
}

.dibu-neirong {
  max-width: 356px;
  font-size: 16px;
  line-height: 28px;
  color: #cccccc;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 28px;
}

.di-k-title {
  font-size: 16px;
  line-height: 30px;
  color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: block;
}

.di-k-title i {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 10px;
}

.di-k-neirong {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 5px;
}

.di-k {
  padding-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 16px;
}

.di-k:last-child {
  border-bottom: 0px;
}

.di-k .di-k-left:nth-child(2) {
  margin-left: 20%;
}

.di-title {
  font-family: "objectivity_bold", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 13px;
}

.dibu-kuang ul li {
  margin-bottom: 12px;
}

.dibu-kuang ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.di-k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fxzj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fxzj a {
  /*width: 30px;*/
  /*height: 30px;*/
  border-radius: 50%;
  color: #FFFFFF;
  margin-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fxzj a:hover {
  background: #FFFFFF;
  color: #333333;
}

.cop-mid {
  margin-top: 39px;
  padding-bottom: 53px;
}

.cop-mid div {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.cop-mid div a {
  color: #FFFFFF;
}

.lik {
  margin-top: 8px;
}

@media screen and (max-width: 999px) {
  .dibu-kuang:nth-child(2), .dibu-kuang:nth-child(3) {
    display: none;
  }
  .dibu-kuang:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .dibu-neirong {
    display: none;
  }
  .fxzj {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fxzj a {
    margin-left: 1%;
    margin-right: 1%;
  }
  .lik {
    display: none;
  }
  .cop-mid {
    padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
  }
  .dibu-footer {
    background: transparent;
    background: #333333;
  }
  .dibu-logo {
    margin-bottom: 10px;
  }
  .fxzj {
    margin-top: 10px;
  }
  .dibu-footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dibu-logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .dibu-title {
    font-size: 20px;
    line-height: 22px;
  }
  .cop-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .dibu-footer {
    padding-bottom: 14px;
  }
  .cop-mid div {
    font-size: 12px;
  }
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: opacity, height, -o-transform;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0px;
  width: auto;
  height: auto;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.index-par-kuang a:hover {
  color: #cc2129;
}

.yc, .newxq-r-title, .news-neirong, .cp-r-n-title, .cp-title, .in-ab-name, .index-about-title, .in-hot-name, .in-nei-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.in-nei-title {
  font-family: "objectivity_bold", arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
}

.in-nei-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.index-par-mid .in-nei-neirong {
  max-width: 900px;
}

.index-par-swiper {
  position: relative;
  margin-top: 34px;
  margin-bottom: 102px;
}

.index-par-swiper .swiper-button-prev,
.index-par-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  color: #cccccc;
  border: 3px solid #cccccc;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-par-swiper .swiper-button-prev i,
.index-par-swiper .swiper-button-next i {
  font-size: 14px;
}

.index-par-swiper .swiper-button-prev {
  left: -42px;
}

.index-par-swiper .swiper-button-next {
  right: -42px;
}

.index-par-swiper .swiper-button-prev:hover,
.index-par-swiper .swiper-button-next:hover {
  border-color: #cc2129;
  color: #cc2129;
}

.parswiper-kuang {
  border: 1px solid #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.parswiper-kuang p {
  width: 20%;
  display: block;
  font-size: 0px;
}

@media screen and (max-width: 1300px) {
  .index-par-swiper .swiper-button-prev {
    left: 0px;
  }
  .index-par-swiper .swiper-button-next {
    right: 0px;
  }
}
@media screen and (max-width: 999px) {
  .index-par-swiper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .in-nei-title {
    font-size: 20px;
    line-height: 24px;
  }
  .in-nei-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .index-par-swiper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index-par-swiper .swiper-button-prev, .index-par-swiper .swiper-button-next {
    width: 20px;
    height: 30px;
    border-radius: 0px;
    border: 2px solid #CCCCCC;
  }
  .index-par-swiper .swiper-button-prev i, .index-par-swiper .swiper-button-next i {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .parswiper-kuang p {
    width: 50%;
  }
}
.index-media-kuang .in-nei-neirong {
  max-width: 730px;
}

.in-med-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.in-med-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 4px;
  margin-bottom: 8px;
}

.in-med-more {
  font-size: 16px;
  line-height: 30px;
  color: #cc2129;
}

.index-media-mid {
  background: url(../images/indexbj4.jpg) no-repeat bottom;
  padding-bottom: 69px;
  margin-bottom: 86px;
}

.index-media-mid a:hover {
  color: #cc2129;
}

.in-med-kuang {
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 8px;
  padding: 6px 10px 6px 10px;
  padding-bottom: 12px;
}

.in-med-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.in-med-img:hover 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);
}

.medswiper .swiper-slide {
  background: #FFFFFF;
}

.medswiper .swiper-pagination {
  position: unset;
  text-align: center;
  margin-top: 59px;
}

.medswiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

.medswiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
}

.index-med-swiper {
  margin-top: 35px;
}

.med-cen-kuang {
  position: relative;
}

.med-data {
  width: 69px;
  height: 72px;
  background-color: #cc2129;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: 0px;
  left: 24px;
}

.med-data span {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  .index-media-mid {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .medswiper .swiper-pagination {
    margin-top: 30px;
  }
  .index-med-swiper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .med-cen-kuang {
    text-align: center;
  }
  .in-med-title {
    font-size: 16px;
    line-height: 24px;
  }
  .in-med-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .in-med-kuang {
    padding: 10px;
  }
  .med-data span {
    font-size: 20px;
    line-height: 22px;
  }
  .med-data {
    left: 0px;
    padding-top: 8px;
    font-size: 12px;
    height: 60px;
  }
  .medswiper .swiper-pagination {
    margin-top: 16px;
  }
  .index-media-mid {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.index-hot-mid {
  background: url(../images/htobj.png) no-repeat top;
  margin-top: 77px;
}

.index-hot-kuang .in-nei-neirong {
  max-width: 691px;
}

.in-hot-qh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 28px;
  margin-top: 16px;
}

.in-hot-qh p {
  min-width: 390px;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: solid 1px #cc2129;
  color: #999999;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
  cursor: pointer;
  padding-left: 2%;
  padding-right: 2%;
}

.in-hot-qh p:nth-child(1) {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

/*.in-hot-qh p:nth-child(2) {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}*/
.in-hot-qh p:nth-child(3) {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.in-hot-qh p.active {
  background: #cc2129;
  color: #FFFFFF;
}

.in-hot-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 75%;
}

.in-hot-img img {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
}

.in-hot-img:hover 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);
}

.in-hot-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  margin-top: 12px;
}

.index-hot-view {
  width: 169px;
  height: 48px;
  border: 1px solid #cc2129;
  background-color: #cc2129;
  border-radius: 24px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #ffffff;
  margin-top: 2px;
}

.index-hot-view:hover {
  background: transparent;
}

.in-hot-kuang {
  width: 32.1666666667%;
  margin-left: 1.7%;
  margin-bottom: 46px;
  text-align: center;
}

.in-hot-kuang.no-bianju {
  margin-left: 0px;
}

.in-hot-cplist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 41px;
}

.in-hot-cplist a:hover {
  color: #cc2129;
}

.index-ab-img {
  display: block;
  font-size: 0;
  position: relative;
}

.index-about-mid {
  margin-top: 80px;
  position: relative;
  padding-bottom: 84px;
}

.index-about-mid a:hover {
  color: #cc2129;
}

.shipin {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-56%, -50%);
     -moz-transform: translate(-56%, -50%);
      -ms-transform: translate(-56%, -50%);
       -o-transform: translate(-56%, -50%);
          transform: translate(-56%, -50%);
  cursor: pointer;
  z-index: 30;
}

.index-about-title {
  font-family: "objectivity_bold", arial, helvetica, sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 9px;
  line-height:1.2em;
}

.in-ab-hx {
  width: 89px;
  height: 5px;
  background-color: #cc2129;
}

.in-ab-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 36px;
  max-width: 410px;
}

.in-ab-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 13px;
}

.index-about-left {
  width: 49.5833333333%;
}

.index-about-kuang {
  top: 22.3%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.in-ab-name {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
}

.in-ab-rd-kk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 88px;
  text-align: center;
  margin-right: 4.8%;
}

.in-ab-rd-kk i {
  font-size: 48px;
  width: 100%;
  color: #FFFFFF;
  width: 42px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.in-ab-rd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 65px;
}

.in-ab-learn {
  width: 162px;
  height: 49px;
  background-color: #cc2129;
  border: 1px solid #cc2129;
  line-height: 49px;
  border-radius: 25px;
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 52px;
}

.in-ab-learn:hover {
  background: transparent;
}

@media screen and (max-width: 1700px) {
  .index-about-kuang {
    top: 13.3%;
  }
  .in-ab-learn {
    margin-top: 20px;
  }
  .in-ab-rd {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .in-ab-title {
    margin-top: 10px;
  }
  .in-ab-rd-kk i {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 999px) {
  .in-hot-qh p {
    min-width: 300px;
  }
  .index-hot-mid {
    margin-top: 30px;
  }
  .in-hot-kuang {
    margin-bottom: 20px;
  }
  .in-hot-cplist {
    margin-top: 20px;
  }
  .in-hot-qh p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index-about-mid {
    margin-top: 30px;
  }
  .index-about-left {
    max-width: none;
    text-align: center;
    width: 100%;
  }
  .index-about-mid {
    background: #f3f3f3;
  }
  .index-about-kuang {
    position: unset;
    background: #f3f3f3;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .in-ab-title {
    margin-left: auto;
    margin-right: auto;
  }
  .in-ab-hx {
    margin-left: auto;
    margin-right: auto;
  }
  .in-ab-rd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .in-ab-rd-kk {
    margin-left: 1%;
    margin-right: 1%;
  }
  .in-ab-learn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .in-hot-qh p {
    font-size: 12px;
    line-height: 20px;
    min-width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .in-hot-name {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .index-hot-view,
.in-ab-learn {
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .index-view{
      width:100%;
  }
  .index-about-title {
    font-size: 20px;
    line-height: 24px;
  }
  .in-ab-hx {
    width: 80px;
    height: 3px;
  }
  .shipin {
    width: 36px;
    height: 36px;
  }
  .in-ab-title {
    font-size: 14px;
    line-height: 22px;
  }
  .in-ab-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .in-ab-name {
    font-size: 14px;
    line-height: 20px;
  }
  .in-ab-rd-kk i {
    font-size: 34px;
  }
  .index-media-kuang {
    padding-top: 10px;
  }
  .index-about-mid {
    padding-bottom: 0px;
  }
  .in-hot-kuang {
    width: 49%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .in-hot-cplist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .in-hot-qh {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .in-hot-qh p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 28px;
  }
}
.fenye-banner {
  width: 100%;
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-bottom: 18px solid #cc2129;
  position: relative;
}

.crumb-title {
  font-size: 50px;
  line-height: 54px;
  color: #ffffff;
}

.crumb-mid {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.crumb-kuai {
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  background-color: #cc2129;
  margin-top: 23px;
}

.crumb-kuang {
  margin-top: -7px;
}

.cru-kuang {
  padding-top: 29px;
  font-size: 18px;
  color: #666666;
}

.cru-kuang a {
  color: #666666;
}

.cru-kuang span {
  margin-left: 1.6%;
  margin-right: 1.6%;
}

.cru-kuang a.active,
.cru-kuang a:hover {
  color: #cc2129;
}

@media screen and (max-width: 1219px) {
  .crumb-kuai {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }
  .crumb-title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 999px) {
  .cru-kuang {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fenye-banner {
    height: 160px;
    overflow: hidden;
  }
  .fenye-banner img {
    max-width: none;
    width: 300%;
  }
  .crumb-title {
    font-size: 20px;
    line-height: 20px;
  }
  .crumb-kuai {
    width: 14px;
    height: 14px;
    margin-top: 10px;
  }
  .cru-kuang {
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
  }
}
.cp-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.cp-right {
  width: 74.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cp-left {
  width: 24.0833333333%;
  margin-bottom: 40px;
}

.cp-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  margin-top: 58px;
  margin-bottom: 45px;
}

.cp-ri-nei {
  border: 1px solid #d4d4d4;
  padding-top: 10px;
  padding-bottom: 22px;
  padding-left: 2%;
  padding-right: 2%;
}

.cp-ri-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 75.4%;
}

.cp-ri-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.cp-ri-img:hover 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);
}

.cp-r-n-inq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.cp-r-n-inq input {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #666666;
  margin-right: 4%;
  cursor: pointer;
}

.cp-in {
  width: 104px;
  height: 30px;
  background-color: #666666;
  font-size: 14px;
  line-height: 28px;
  color: #f5f7f7;
}

.cp-right-k {
  width: 31.7%;
  text-align: center;
  margin-left: 2.4%;
  margin-bottom: 22px;
}

.cp-right-k a:hover {
  color: #cc2129;
}

.cp-right-k.no-bianju {
  margin-left: 0px;
}

.cp-r-n-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

.cp-r-n-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 3px;
  min-height: 24px;
}

.cp-ul > li.active > p,
.cp-ul > li > p:hover {
  background-color: #cc2129;
}

.cp-ul > li > p {
  background-color: #999999;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 11px;
  padding-bottom: 13px;
}

.cp-ul > li > p > a {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cp-ul > li > ul > li {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 8.6%;
  padding-right: 2%;
  padding-top: 25px;
  padding-bottom: 28px;
}

.cp-ul > li > ul > li ul {
  padding-left: 20px;
}

.cp-ul > li > ul > li a {
  color: #666666;
}
.cp-ul > li > ul .active a{
  color: #cc2129;
}
.cp-ul > li > ul li p a {
  color: #666666;
}

.cp-ul > li > ul li a:hover {
  color: #cc2129;
}

@media screen and (max-width: 1219px) {
  .cp-title {
    margin-top: 48px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 999px) {
  .cp-title {
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: center;
  }
  .page {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .cp-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cp-right {
    width: 100%;
  }
  .cp-left {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-ul > li > ul > li,
.cp-ul > li > p {
    padding: 3%;
  }
}
@media screen and (max-width: 767px) {
  .cp-title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cp-ri-nei {
    padding-bottom: 10px;
  }
  .cp-r-n-title {
    font-size: 14px;
    line-height: 22px;
  }
  .cp-r-n-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .cp-in {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .cp-r-n-inq {
    margin-top: 8px;
  }
  .cp-right-k {
    width: 49%;
    margin-left: 0px;
  }
  .cp-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cp-ul > li > p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cp-ul > li > ul li {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cpxq-big-img {
  display: block;
  font-size: 0;
  padding-bottom: 75%;
}

.cpxq-kuang img {
  transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
  -moz-transition: all 0ms;
}

.cpxq-kuang {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sma-img {
  display: block;
  font-size: 0;
  cursor: pointer;
}

.cpxq-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7px;
  width:100%;
}

.cpsmswiper {
  width: -moz-calc(100% - 54px);
  width: calc(100% - 54px);
}

.cpxq-small .swiper-button-prev,
.cpxq-small .swiper-button-next {
  position: unset;
  width: 21px;
  background-color: #e4e4e4;
  color: #333333;
}

.cpxq-kuang-left {
  width: 48.6666666667%;
}

.cpxq-kuang-right {
  width: 46.3333333333%;
}

.cpxq-kuang-right h1 {
  font-size: 48px;
  line-height: 54px;
  color: #333333;
}

.cpxq-r-nei {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 69px;
  margin-bottom: 181px;
}

.cpxq-r-nei strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  display: block;
  margin-bottom: 12px;
}

.cpxq-qh a {
  display: block;
  text-align: center;
  margin-right: 22px;
  max-width: 249px;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background-color: #666666;
  padding-top: 12px;
  padding-bottom: 15px;
}

.cpxq-qh a:hover {
  text-decoration: underline;
}

.cpxq-qh a:nth-child(1) {
  background-color: #cc2129;
}

.cpxq-qh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.cpxqshare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.cpxq-contact {
  background-color: #eeeeee;
  margin-top: 46px;
  padding-top: 37px;
  padding-bottom: 150px;
  margin-bottom: -30px;
}

.cpxq-contact .table table tr {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.cpxq-contact .table table tr:nth-child(1) {
  background-color: #cc2129;
}

.cpxq-contact .table table tr:nth-child(1) td {
  background-color: #cc2129;
}

.cpxq-contact .table table {
  border: 1px solid #cc2129;
}

.cpxq-contact .table table tr td {
  padding-left: 31px;
  padding-right: 31px;
  text-align:center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 27px;
  background-color: #FFFFFF;
  color: #666666;
  border-right: 1px solid #dbdbdb;
}

.cpxq-contact .table table tr td:last-child {
  border-right: 0px;
}

.cpxq-contact .table table tr:nth-child(1) td {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 13px;
}

.cpxq-con-img {
  margin-top: 19px;
}

@media screen and (max-width: 1219px) {
  .cpxq-r-nei {
    margin-bottom: 80px;
    margin-top: 30px;
  }
  .cpxq-qh {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .cpxq-kuang {
    margin-top: 30px;
  }
  .cpxq-kuang-right {
    width: 100%;
  }
  .cpxq-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cpxq-kuang-left {
    max-width: 583px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .zoomPup, .zoomWindow {
    display: none !important;
  }
  .cpxq-kuang-right {
    text-align: center;
    margin-top: 20px;
  }
  .cpxq-r-nei {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cpxqshare {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cpxq-qh {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cpxq-qh a {
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
  }
  .cpxq-contact {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cpxq-kuang-right h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .cpxq-kuang {
    margin-top: 20px;
  }
  .cpxq-r-nei strong {
    font-size: 14px;
    line-height: 20px;
  }
  .cpxq-r-nei {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cpxq-qh a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .cpxq-contact .table table tr td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cpxq-contact .table table tr:nth-child(1) td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cpxq-contact {
    margin-top: 20px;
    padding-top: 20px;
  }
  .cpxq-contact {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.ab-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 26px;
  margin-top: 70px;
}

.ab-left-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  color: #cc2129;
  white-space: nowrap;
}

.ab-left-span {
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.ab-left {
  width: 51.25%;
}

.about-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 74px;
}

.ab-left-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.ab-right {
  width: 45.75%;
  display: block;
  overflow: hidden;
}

.ab-right:hover 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);
}

.ab-right-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.about-mi-kk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}

.about-mi-kk:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: initial;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: initial;
          flex-flow: initial;
}

.about-mi-kk:nth-child(2) .ab-right {
  background-color: #fff5f5;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-mi-kk:last-child {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.vision-mid {
  background: url(../images/about-enimg.png) no-repeat;
  background-size: cover;
  margin-top: 33px;
  padding-top: 49px;
  padding-bottom: 60px;
}

.vision-kk {
  max-width: 758px;
  background: #FFFFFf;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.5%;
  padding-right: 6.5%;
  padding-top: 47px;
  padding-bottom: 67px;
}

.vision-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
  margin-bottom: 48px;
}

.vision-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

@media screen and (max-width: 1219px) {
  .about-kuang {
    margin-top: 40px;
  }
  .ab-left-top {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .about-mi-kk {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 26px;
    text-align: center;
  }
  .about-mi-kk:nth-child(2n) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ab-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .ab-left {
    width: 100%;
  }
  .ab-left-span {
    display: none;
  }
  .ab-left-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ab-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .vision-title {
    margin-bottom: 20px;
  }
  .about-mi-kk:nth-child(2) .ab-right {
    background: transparent;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ab-left-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-kuang {
    margin-top: 20px;
  }
  .ab-left-title {
    font-size: 20px;
    line-height: 22px;
  }
  .ab-left-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .about-mi-kk {
    margin-bottom: 20px;
  }
  .about-mi-kk:nth-child(2n) {
    font-size: 12px;
    line-height: 20px;
  }
  .vision-title {
    font-size: 20px;
    line-height: 24px;
  }
  .vision-neirong {
    font-size: 12px;
    line-height: 22px;
  }
  .vision-kk {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vision-title {
    margin-bottom: 10px;
  }
  .vision-mid {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ab-comp-left {
  width: 22.1666666667%;
  height: 553px;
  overflow-y: auto;
  background-color: #ececec;
}

.ab-comp-left p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 24px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.ab-comp-left p.active {
  color: #cc2129;
}

.ab-comp-right {
  width: 75%;
}

.ab-comp-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
  text-align: center;
  display: block;
  margin-top: 71px;
  margin-bottom: 60px;
}

.ab-comp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.abswi-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.abswi-img:hover 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);
}

.ab-company-mid {
  margin-bottom: 100px;
}

.absipwer .swiper-button-next i,
.absipwer .swiper-button-prev i {
  color: #ffffff;
  font-size: 30px;
}

.absipwer .swiper-button-next i:hover,
.absipwer .swiper-button-prev i:hover {
  color: red;
}

.absipwer .swiper-button-next {
  right: 10px;
}

.absipwer .swiper-button-prev {
  left: 10px;
}

@media screen and (max-width: 999px) {
  .ab-comp-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ab-comp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ab-comp-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .ab-comp-left p {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .ab-comp-right {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ab-comp-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ab-company-mid {
    margin-bottom: 30px;
  }
}
.co-video-title {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #c1bdba;
  display: block;
  padding-top: 12px;
  padding-bottom: 10px;
}

.video-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  color: #333333;
  margin-bottom: 30px;
}

.comvideo-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.co-video-kuang {
  width: 30.5%;
  margin-bottom: 34px;
  margin-left: 4.2%;
}

.co-video-kuang.no-bianju {
  margin-left: 0px;
}

.co-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0px;
  position: relative;
  padding-bottom: 69%;
}

.co-img iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.videosiwper .swiper-pagination {
  position: relative;
  margin-top: 6px;
}

.videosiwper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #cc2129;
  background: transparent;
  opacity: 1;
}

.videosiwper .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc2129;
}

.video-mid {
  margin-top: 62px;
  padding-bottom: 88px;
}

.video-kkuang {
  margin-bottom: 31px;
}

@media screen and (max-width: 999px) {
  .video-mid {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .video-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .video-mid {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .co-video-title {
    font-size: 12px;
    line-height: 20px;
  }
  .video-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .co-video-kuang {
    margin-bottom: 10px;
  }
  .co-video-kuang {
    width: 49%;
    margin-left: 0px;
  }
  .comvideo-mid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-k-img {
  font-size: 0;
  overflow: hidden;
  display: block;
}

.news-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #f3f2f2;
  padding-bottom: 41px;
  margin-bottom: 39px;
}

.news-kuang a:hover {
  color: #cc2129;
}

.news-k-img {
  width: 27.0833333333%;
}

.news-k-img:hover 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);
}

.news-k-right {
  width: 71.3333333333%;
}

.news-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}

.news-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.news-data {
  font-size: 20px;
  line-height: 28px;
  color: #999999;
  margin-top: 52px;
}

.news-mid .page {
  margin-top: 67px;
}

@media screen and (max-width: 999px) {
  .news-data {
    margin-top: 14px;
    font-size: 16px;
  }
  .news-kuang {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-mid .page {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .news-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-k-img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .news-k-right {
    width: 100%;
    text-align: center;
  }
  .news-data {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .news-title {
    font-size: 16px;
    line-height: 26px;
  }
  .news-neirong {
    font-size: 14px;
    line-height: 24px;
  }
}
.news-xq-left {
  width: 69.4166666667%;
}

.news-xq-left h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}

.news-xq-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 39px;
  margin-bottom: 20px;
}

.news-xq-data > p {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}

.newxq-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 6.2%;
}

.newxq-share span {
  font-size: 16px;
  line-height: 30px;
  color: #191919;
}

.newxq-contact {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 43px;
  margin-bottom: 64px;
}

.newxq-qiehuan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.newxq-qiehuan a,
.newxq-qiehuan span {
  width: 35px;
  display: block;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #999999;
  margin-left: 4px;
  margin-right: 4px;
  border: 3px solid #999999;
}

.newxq-qiehuan a i,
.newxq-qiehuan span i {
  font-size: 20px;
}

.newxq-qiehuan a:hover {
  color: #cc2129;
  border-color: #cc2129;
}

.newxq-r-title {
  font-size: 24px;
  line-height: 26px;
  color: #cc2129;
}

.nwesxq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-xq-r-top span {
  width: 55%;
  display: block;
  height: 1px;
  background-color: #cc2129;
}

.news-xq-r-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 49px;
}

.news-xq-right {
  width: 26.9166666667%;
  margin-bottom: 20px;
}

.news-xq-right a:hover {
  color: #cc2129;
}

.news-xq-r-top > a:hover {
  text-decoration: underline;
}

.newsxq-title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsxq-data {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 17px;
}

.newsxq-kuang {
  padding-bottom: 17px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 19px;
}

.newxq-r-kuang {
  margin-bottom: 44px;
}

.newxq-cp-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.newxq-cp-img:hover 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);
}

.newxq-cp-kuang {
  max-width: 285px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.newxq-cp-kuang .cp-ri-nei {
  padding-bottom: 13px;
}

@media screen and (max-width: 1219px) {
  .news-xq-r-top span {
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 999px) {
  .nwesxq-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-xq-left {
    width: 100%;
  }
  .newxq-cp-kuang {
    margin-left: 1%;
    margin-right: 1%;
  }
  .news-xq-right {
    margin-top: 30px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .newxq-contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-xq-left {
    text-align: center;
  }
  .news-xq-data {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newxq-qiehuan {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newxq-cp-mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .newxq-qiehuan {
    margin-top: 10px;
  }
  .newxq-r-kuang {
    margin-bottom: 0px;
  }
  .news-xq-r-top span {
    display: none;
  }
  .news-xq-right {
    text-align: center;
  }
  .news-xq-r-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .news-xq-left h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .news-xq-data {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-xq-data > p {
    font-size: 14px;
    line-height: 24px;
  }
  .newxq-share span {
    font-size: 14px;
    line-height: 24px;
  }
  .newxq-contact {
    font-size: 12px;
    line-height: 22px;
  }
  .news-xq-r-top {
    margin-bottom: 20px;
  }
  .newsxq-data {
    margin-top: 10px;
    line-height: 20px;
  }
  .newsxq-kuang {
    padding-bottom: 10px;
  }
  .newsxq-title {
    font-size: 14px;
    line-height: 20px;
  }
  .news-xq-right {
    margin-bottom: 0px;
  }
  .newxq-contact {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .newxq-cp-kuang {
    margin-left: 0px;
    width: 49%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 450px) {
  .news-xq-data {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .newxq-share {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tech-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 48.5%;
}

.tech-img:hover 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);
}

.tech-right {
  width: 49.6666666667%;
}

.tech-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 51px;
  color: #333333;
  margin-bottom: 10px;
}

.tech-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.tech-mid-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 31px;
}

.tech-mid-kuang:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media screen and (max-width: 999px) {
  .tech-mid-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tech-img {
    width: 100%;
    text-align: center;
  }
  .tech-right {
    width: 100%;
    text-align: center;
  }
  .tech-mid-kuang:nth-child(2n) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tech-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tech-title {
    font-size: 20px;
    line-height: 30px;
  }
  .tech-neirong {
    font-size: 12px;
    line-height: 21px;
  }
  .tech-img {
    margin-bottom: 10px;
  }
  .tech-mid-kuang {
    margin-bottom: 20px;
  }
}
.quality-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #586974;
}

.quality-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 23px;
}

.quality-ertitle {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 39px;
}

.quality-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.quality-img {
  width: 47.7604166667%;
}

.qua-img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.qua-img:hover 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);
}

.quality-right {
  width: 31.4583333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 1.8%;
}

.quaswiper .swiper-pagination {
  bottom: 18px;
}

.quaswiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #ffffff;
  opacity: 1;
  background: transparent;
  margin-left: 6px;
  margin-right: 6px;
}

.quaswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

@media screen and (max-width: 1450px) {
  .quality-right {
    width: 45%;
  }
}
@media screen and (max-width: 999px) {
  .quality-mid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .quality-img {
    max-width: 917px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .quality-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quality-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .quality-right {
    padding-top: 0px;
  }
  .quality-ertitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .quality-neirong {
    font-size: 12px;
    line-height: 20px;
  }
}
.prod-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.prod-name {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-top: 9px;
}

.prod-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  background-color: #e0d6d4;
  border-radius: 6px;
}

.prod-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}

.prod-kuang-k {
  width: 22.1666666667%;
  margin-bottom: 40px;
  margin-left: 3.7%;
}

.prod-kuang-k.no-bianju {
  margin-left: 0px;
}

.prod-img:hover 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);
}

.prod-mid {
  background-color: #eaeaea;
  padding-top: 38px;
  padding-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .prod-title {
    font-size: 20px;
    line-height: 24px;
  }
  .prod-mid {
    padding-top: 20px;
  }
  .prod-kkuang {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-name {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
  .prod-kuang-k {
    margin-bottom: 10px;
  }
  .prod-kuang-k,
.prod-kuang-k.no-bianju {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 500px) {
  .prod-kuang-k, .prod-kuang-k.no-bianju {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .prod-kkuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.profess-mid {
  background: url(../images/5-tech.png) no-repeat;
  background-size: cover;
  padding-top: 68px;
  padding-bottom: 86px;
}

.profess-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profess-left {
  font-size: 36px;
  line-height: 65px;
  color: #ffffff;
  width: 35%;
  position: relative;
  padding-left: 28px;
}

.profess-left::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profess-right {
  width: 54.6666666667%;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  .profess-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profess-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profess-left {
    width: 100%;
  }
  .profess-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .profess-left {
    line-height: 36px;
    padding-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .profess-left {
    font-size: 20px;
    line-height: 24px;
  }
  .profess-right {
    font-size: 12px;
    line-height: 22px;
  }
}
.cnc-right {
  width: 48.5%;
}

.cnc-left {
  width: 48.1666666667%;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.cnc-kkkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 51px;
}

.cnc-kkkuang:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.cnc-mid {
  background-color: #f2f2f2;
  padding-bottom: 29px;
  padding-top: 54px;
}

.cnc-lef-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  color: #333333;
  margin-bottom: 20px;
}

.cnc-kkuang {
  margin-top: 29px;
}

@media screen and (max-width: 999px) {
  .cnc-mid {
    padding-top: 30px;
  }
  .cnc-kkkuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cnc-right {
    max-width: 582px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .cnc-left {
    width: 100%;
    text-align: center;
  }
  .cnc-kkkuang:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .cnc-lef-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cnc-left {
    font-size: 12px;
    line-height: 20px;
  }
  .cnc-kkkuang {
    margin-bottom: 20px;
  }
}
.test-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 49.3%;
}

.test-img:hover 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);
}

.test-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-bottom: 18px;
}

.test-title span {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #cccccc;
}

.test-left {
  width: 39.8333333333%;
}

.test-left span {
  margin-right: 14px;
}

.test-neirong {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.test-right {
  width: 55.6666666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 69px;
}

.prod-test {
  padding-top: 52px;
  padding-bottom: 32px;
}

.test-mid {
  padding-bottom: 12px;
}

.test-kuang {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.test-kuang-mid .test-mid .test-kuang {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.test-kuang-mid .test-mid {
  background-color: #f2f2f2;
  padding-top: 53px;
}

.test-kuang-mid .test-mid:nth-child(2n) {
  background: #FFFFFF;
}

.test-kuang-mid .test-kuang {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 58px;
}

.test-kuang-mid .test-left,
.test-kuang-mid .test-righter {
  width: 100%;
}

.test-kuang-mid .test-righter {
  margin-top: 41px;
}

.swiannu {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiannu .swiper-button-prev,
.swiannu .swiper-button-next {
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 0px;
  position: unset;
  margin-left: 8px;
  margin-right: 8px;
  color: #676767;
}

.swiannu .swiper-button-prev:hover,
.swiannu .swiper-button-next:hover {
  background-color: #cc2129;
  color: #f2f2f2;
}

@media screen and (max-width: 999px) {
  .test-kuang-mid .test-kuang {
    padding-bottom: 20px;
  }
  .swiannu {
    margin-top: 10px;
  }
  .prod-test {
    padding-top: 30px;
  }
  .test-mid .test-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .test-right,
.test-left {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .test-kuang {
    padding-bottom: 20px;
  }
  .test-mid,
.test-kuang-mid .test-mid {
    padding-top: 30px;
  }
  .test-kuang-mid .test-mid .test-kuang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .test-kuang-mid .test-righter {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .prod-test {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .test-mid, .test-kuang-mid .test-mid {
    padding-top: 10px;
  }
  .test-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .test-left span {
    font-size: 22px;
    line-height: 24px;
  }
  .test-neirong {
    font-size: 12px;
    line-height: 20px;
  }
  .test-left {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .test-kuang-mid .test-righter {
    margin-top: 20px;
  }
}
.honor-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ho-kuang {
  width: 31.6666666667%;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 32px;
  margin-left: 2.5%;
  box-shadow: 0px 0px 6px 0px rgba(203, 203, 203, 0.43);
}

.ho-kuang.no-bianju {
  margin-left: 0px;
}

.hozs-name {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}

.hozs-img {
  background: #f4f5f6;
  display: block;
  font-size: 0;
  overflow: hidden;
}

.honor-mid {
  background: #f5f5f5;
  margin-bottom: -30px;
}

.honor-kuang .page {
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .hozs-name {
    margin-top: 10px;
  }
  .ho-kuang {
    padding: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hozs-name {
    font-size: 12px;
    line-height: 20px;
  }
  .ho-kuang {
    margin-bottom: 10px;
  }
  .ho-kuang {
    width: 49%;
    margin-left: 0px;
  }
  .honor-kuang {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  color: #cc2129;
  margin-bottom: 23px;
}

.faq-neirong {
  max-width: 620px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

.faq-top {
  border-right: 48px solid #cc2129;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #eaeaea;
}

.faq-right {
  margin-left: 3.24%;
}

.faqxq-title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faqxq-kuang {
  background-color: #ffffff;
  border: solid 1px #999999;
  margin-bottom: 19px;
  padding-left: 13px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.faq-xq-neiorng {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  background-color: #f0f0f0;
  padding: 20px;
  display: none;
}

.faqxq-kuang {
  cursor: pointer;
}

.faqxq-kuang.active {
  padding-bottom: 16px;
  border-color: #cc2129;
}

.faqxq-kuang.active .faqxq-title {
  padding-bottom: 9px;
  color: #cc2129;
}

.faqxq-kuang.active .faqxq-title i {
  color: #cc2129;
}

.faqxq-kuang.active .faq-xq-neiorng {
  padding-top: 13px;
  padding-bottom: 15px;
  display: block;
}

.faqxq-kuang.active i::before {
  content: "\e72f";
  font-family: "iconfont";
}

.faq-xq .page {
  margin-bottom: 27px;
  margin-top: 68px;
}

.faq-img {
  display: block;
  font-size: 0;
}

.faq-xq {
  margin-top: 56px;
}

@media screen and (max-width: 1219px) {
  .faq-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .faq-top {
    border-right: 24px solid #cc2129;
  }
}
@media screen and (max-width: 999px) {
  .faq-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 0px;
  }
  .faq-img {
    width: 100%;
    text-align: center;
  }
  .faq-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .faq-neirong {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-title {
    font-size: 30px;
    line-height: 34px;
  }
  .faq-neirong {
    font-size: 12px;
    line-height: 22px;
  }
  .faq-xq {
    margin-top: 20px;
  }
  .faq-xq .page {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .faqxq-title {
    font-size: 16px;
  }
  .faq-xq-neiorng {
    font-size: 14px;
  }
}
.contact-top {
  background: url(../images/wanqu.png) no-repeat;
  padding-right: 78px;
  padding-top: 65px;
  padding-bottom: 31px;
}

.contact-t {
  background-color: #f5f5f5;
  border-radius: 0px 92px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.con-kk {
  width: 21.8333333333%;
  position: relative;
}

.con-kk::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 1px;
  height: 81px;
  background-color: #e4e4e4;
}

.con-kk:last-child::before {
  display: none;
}

.con-kk i {
  color: #cc2129;
  font-size: 40px;
  display: block;
  text-align: center;
}

.con-kk p,
.con-kk a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-top: 15px;
}

.con-kk a:hover {
  color: #cc2129;
}

.conlxfs-right {
  width: 48.28125%;
  height: 0px;
  overflow: hidden;
  position: relative;
  padding-bottom: 28.82%;
  max-width: 927px;
  width: 100%;
  padding-bottom: 34.655%;
}

.conlxfs-right iframe {
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.conlxfs-title {
  font-size: 49px;
  line-height: 56px;
  color: #333333;
}

.conlxfs-left {
  width: 29.84375%;
  margin-right: 3.2%;
}

.conlxfs-left form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 51px;
}

.conlxfs-left form p.contea {
  margin-top: 20px;
  height: 131px;
  width: 100%;
}

.conlxfs-left form p.yzm {
  width: 100%;
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tj_con {
  width: 100%;
  height: 58px;
  background-color: #333333;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-top: 31px;
}

.conlxfs-left form p {
  width: 48%;
  height: 61px;
  border-bottom: 1px solid #666666;
  margin-bottom: 4px;
  padding-left: 10px;
}

.conlxfs-left form p input,
.conlxfs-left form p textarea {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
}
.conlxfs-left form p input::-webkit-input-placeholder,
.conlxfs-left form p textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  font-family: "arial";
}
.conlxfs-left form p input:-moz-placeholder,
.conlxfs-left form p textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  font-family: "arial";
}
.conlxfs-left form p input::-moz-placeholder,
.conlxfs-left form p textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  font-family: "arial";
}
.conlxfs-left form p input:-ms-input-placeholder,
.conlxfs-left form p textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  font-family: "arial";
}

.contact-lxfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1600px) {
  .contact-t {
    margin-right: 2%;
  }
  .conlxfs-right {
    width: 50%;
  }
  .conlxfs-left {
    width: 42%;
  }
  .contact-top {
    background-size: cover;
  }
}
@media screen and (max-width: 999px) {
  .contact-t {
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .con-kk::before {
    display: none;
  }
  .contact-top {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .con-kk {
    width: 49%;
    margin-bottom: 20px;
  }
  .con-kk p, .con-kk a {
    margin-top: 6px;
  }
  .contact-t {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-lxfs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .conlxfs-left {
    width: 95%;
    margin: 0 auto;
  }
  .conlxfs-right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .conlxfs-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .conlxfs-left form {
    margin-top: 30px;
  }
  .contact-lxfs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .con-kk {
    width: 100%;
  }
  .con-kk p, .con-kk a {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .conlxfs-left form p {
    width: 100%;
  }
}
.tank {
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  display:none;
}

.tanchukuang {
  position: relative;
  height: 0px;
  padding-bottom: 36%;
}

.tanchukuang iframe,
.tanchukuang video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.guanbi {
  color: #cc2129;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 88888;
  cursor: pointer;
}

.cpleft-tags {
  margin-top: 37px;
  border: solid 1px #666666;
  padding-left: 22px;
  padding-bottom: 31px;
  padding-right: 22px;
}

.cpleft-tags-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 12px;
}

.cpleft-hengxian {
  width: 100%;
  height: 1px;
  background-color: #666666;
  margin-bottom: 24px;
}

.cpleft-tags a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}

.cpleft-tags a:hover {
  color: #cc2129;
}

@media screen and (max-width: 767px) {
  .cpleft-tags-title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cpleft-tags {
    padding-bottom: 10px;
  }
  .cpleft-hengxian {
    margin-bottom: 10px;
  }
  .cpleft-tags a {
    font-size: 14px;
    line-height: 24px;
  }
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#cc2129;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #cc2129; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#cc2129 solid 1px;background: #cc2129; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
