@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important; }

html {
  font-size: inherit; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: microsoft yahei, open sans, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum","tnum";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

*, *:after, *:before {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all 0.5s; }

ol, ul {
  list-style: none; }

ol, ul, dl {
  margin-top: 0; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

ul, li {
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em; }

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #333333; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre, code, kbd, samp {
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 0.875em;
  word-wrap: break-word; }

a > code {
  color: inherit; }

img, svg {
  vertical-align: middle; }

img, video {
  max-width: 100%;
  height: auto; }

p {
  margin: 0;
  text-align: justify; }

.text-center {
  text-align: center; }

.bi {
  font-size: 13px;
  margin-bottom: 0; }

.w-full {
  width: 100% !important; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

.noradius {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.vertical-navigation-animations {
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: visibility,margin-left,margin-right,transform,width,max-width,min-width; }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.full-half {
  width: 50%; }

.d-flex {
  display: flex; }

.container {
  width: 100%; }

.warp {
  width: 1280px;
  margin: 0 auto; }

.more {
  background: url("../images/more.png") no-repeat;
  background-size: contain;
  display: block;
  width: 120px;
  height: 35px; }

.title-txt {
  color: #60100e;
  font-size: 24px;
  font-weight: 700; }
  @supports (-webkit-background-clip: text) or (background-clip: text) {
    .title-txt {
      background: linear-gradient(to right, #60100e, #b01e22);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; } }

.news-content-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700; }

/*paginate*/
.pagination {
  display: flex;
  justify-content: center !important; }
  .pagination li {
    margin: 2px;
    background: #f5f5f5;
    border: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400; }
    .pagination li > span, .pagination li > a {
      padding: 2px;
      display: block;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px; }
    .pagination li:hover, .pagination li.active {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .pagination li.page-link {
      color: #6c757d; }
    .pagination li.page-input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -1px;
      font-size: 0.775rem;
      position: relative;
      width: 40px;
      padding: .5rem .376rem;
      line-height: 1.25;
      height: auto;
      color: #0168fa; }
    .pagination li .page-input:active, .pagination li .page-input:focus, .pagination li .page-input:hover {
      z-index: 4; }

.header {
  background: rgba(0, 3, 4, 0.77);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .header .warp {
    display: flex;
    padding: 0 15px;
    height: 70px;
    line-height: 70px; }
    .header .warp .logo {
      position: relative;
      width: 200px; }
      .header .warp .logo img {
        width: 150px;
        position: absolute;
        left: 25px;
        bottom: -14px;
        z-index: 10; }
      .header .warp .logo:after {
        content: "";
        background: url("../images/logo_down.png") no-repeat center bottom;
        background-size: 100% 100%;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 200px;
        height: 15px; }
    .header .warp .menu {
      width: 90%;
      max-width: 950px;
      margin: 0 auto; }
      .header .warp .menu ul {
        display: flex; }
      .header .warp .menu li {
        text-align: center;
        font-size: 16px;
        margin: 0 10px;
        padding: 0 10px; }
        .header .warp .menu li.active a, .header .warp .menu li:hover a {
          color: #ffdb60; }
          .header .warp .menu li.active a:before, .header .warp .menu li:hover a:before {
            width: 100%; }
        .header .warp .menu li a {
          color: #ffffff;
          display: inline-block;
          position: relative; }
          .header .warp .menu li a:before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 0;
            height: 4px;
            background: #ffdb60; }

.mainer .banner {
  text-align: center; }
  .mainer .banner img {
    margin: 0 auto; }
.mainer .card {
  overflow: hidden;
  padding-top: 60px; }
  .mainer .card .card-header {
    position: relative;
    border-bottom: 4px solid transparent;
    padding-bottom: 10px;
    padding-left: 4px;
    margin-bottom: 15px; }
    .mainer .card .card-header .c-h-tit {
      display: flex; }
      .mainer .card .card-header .c-h-tit img {
        width: 140px;
        height: auto; }
    .mainer .card .card-header:after {
      content: "";
      position: absolute;
      background: linear-gradient(to right, #60100e, #b01e22);
      left: 0;
      bottom: 0;
      margin-bottom: -4px;
      width: 100%;
      height: 4px; }
.mainer .about {
  display: flex; }
  .mainer .about .img {
    width: 40%; }
  .mainer .about .txt {
    width: 60%;
    padding: 40px;
    font-size: 16px;
    position: relative;
    color: #fff;
    line-height: 32px; }
    .mainer .about .txt p {
      margin: 15px 0;
      z-index: 2;
      position: relative; }
    .mainer .about .txt .more {
      position: absolute;
      right: 40px;
      z-index: 2;
      margin-top: 20px; }
  .mainer .about .index-text {
    background: linear-gradient(to top, #60100e, #b01e22); }
    .mainer .about .index-text:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      background: url("../images/huawen.png") no-repeat right top;
      background-size: contain;
      width: 100%;
      height: 100%;
      z-index: 1; }
.mainer .page-product .txt,
.mainer .page-contact .txt,
.mainer .page-about .txt {
  width: 50%;
  font-size: 16px;
  color: #944949 !important; }
  .mainer .page-product .txt .full-80,
  .mainer .page-contact .txt .full-80,
  .mainer .page-about .txt .full-80 {
    width: 80%; }
.mainer .page-product .img,
.mainer .page-contact .img,
.mainer .page-about .img {
  padding-top: 40px;
  width: 40%;
  height: 280px;
  overflow: hidden; }
.mainer .page-contact .img {
  height: auto !important; }
.mainer .page-product .txt {
  width: 40%; }
.mainer .page-product .img {
  width: 58%;
  height: auto; }
.mainer .promise {
  display: flex; }
  .mainer .promise .img {
    width: 40%; }
.mainer .product {
  position: relative; }
  .mainer .product .zaodaili img {
    width: 100%;
    height: 380px;
    object-fit: contain; }
  .mainer .product .plists {
    padding: 25px 0; }
    .mainer .product .plists ul {
      display: flex;
      margin: 0 -5px;
      flex-wrap: wrap; }
      .mainer .product .plists ul li {
        width: 25%; }
        .mainer .product .plists ul li a {
          display: block;
          position: relative;
          margin: 5px;
          overflow: hidden;
          max-height: 156px;
          text-align: center; }
          .mainer .product .plists ul li a span {
            position: absolute;
            width: 100%;
            height: 30px;
            line-height: 30px;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            text-align: center;
            font-size: 14px;
            color: #fff;
            font-weight: 700; }
.mainer .news .news-list li {
  border: 1px solid #e1e1e1;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row; }
  .mainer .news .news-list li .list-date {
    flex-shrink: 0;
    width: 140px;
    padding: 20px;
    background: url(../images/news_date.png) no-repeat right center;
    background-size: auto 100%;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    text-align: left; }
    .mainer .news .news-list li .list-date span {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-size: 100%;
      vertical-align: baseline;
      background: 0 0; }
    .mainer .news .news-list li .list-date label {
      display: block;
      font-size: 36px;
      color: #999; }
  .mainer .news .news-list li:focus, .mainer .news .news-list li:hover {
    background: #f5f5f5; }
    .mainer .news .news-list li:focus .list-date, .mainer .news .news-list li:hover .list-date {
      background: url(../images/news_date_active.png) no-repeat right center;
      background-size: auto 100%; }
  .mainer .news .news-list li .list-info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 30px;
    flex-wrap: wrap;
    width: 100%; }
    .mainer .news .news-list li .list-info .txt h3 {
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: #000; }
    .mainer .news .news-list li .list-info .txt p {
      line-height: 22px;
      color: #444;
      height: 42px;
      overflow: hidden;
      word-break: break-all;
      word-wrap: break-word; }
.mainer .news .link_tel {
  background: url("../images/product_bg1.jpg") no-repeat;
  background-size: cover;
  height: 200px;
  position: relative; }
  .mainer .news .link_tel img {
    width: 460px;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 100px;
    top: 30px; }
.mainer .news-tags {
  margin-top: 5px;
  text-align: right; }
  .mainer .news-tags a {
    color: #999;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 12px;
    padding: 1px 10px;
    border: 1px solid #f1f1f1; }
    .mainer .news-tags a:hover {
      background: #ffdb60;
      border: 1px solid #ffdb60; }
.mainer .news-reLink {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.footer {
  background: #2e2e2e;
  margin-top: 30px; }
  .footer .warp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 20px; }
    .footer .warp .company .logo {
      width: 200px;
      height: auto; }
    .footer .warp .company .txt {
      margin-top: 20px;
      line-height: 26px;
      color: #fff;
      font-size: 14px; }
    .footer .warp .qrcode img {
      width: 160px;
      height: auto; }

@media only screen and (max-width: 900px) {
  .full-80,
  .full-half {
    width: 100% !important; }

  .warp {
    width: 100%; }

  .header.open_menu .warp .menu {
    left: 0; }
  .header.open_menu .warp .menu_wrap {
    background: url(../images/menu_close.png) no-repeat center center;
    background-size: 25px auto; }
  .header .warp .logo {
    width: 150px;
    position: relative;
    bottom: 0;
    z-index: 100; }
    .header .warp .logo:after {
      background: transparent; }
    .header .warp .logo img {
      width: 100px;
      position: static;
      bottom: 0; }
  .header .warp .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 3, 4, 0.9); }
    .header .warp .menu ul {
      display: block;
      padding-top: 70px;
      padding-left: 0; }
      .header .warp .menu ul li {
        margin: 5px 0;
        text-align: left;
        padding: 0 0 0 1rem;
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .header .warp .menu ul li a {
          display: block;
          padding: 0 20px;
          line-height: 45px;
          font-size: 18px; }
        .header .warp .menu ul li.active a, .header .warp .menu ul li:hover a {
          color: #ffdb60; }
          .header .warp .menu ul li.active a:before, .header .warp .menu ul li:hover a:before {
            width: 5px;
            left: 0;
            top: 10px;
            height: auto;
            bottom: 10px;
            right: auto; }

  .menu_wrap {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/menu_lst.png) no-repeat center center;
    background-size: 25px auto;
    right: 15px; }

  .mainer .banner {
    margin-top: 69px; }
  .mainer .card {
    padding-top: 40px; }
    .mainer .card .warp {
      max-width: 96% !important; }
    .mainer .card .card-header .c-h-tit img {
      width: 120px; }
  .mainer .about {
    display: block; }
    .mainer .about .img {
      width: 100%; }
    .mainer .about .txt {
      width: 100%;
      padding: 30px 30px 100px 30px; }
  .mainer .page-about {
    width: 100%; }
    .mainer .page-about .txt {
      padding: 30px 10px 30px 10px; }
      .mainer .page-about .txt .full-80 {
        width: 100%; }
  .mainer .product .zaodaili img {
    height: auto; }
  .mainer .product .plists {
    justify-content: space-between;
    flex-wrap: wrap;
    /* 只要您把这个属性去掉,就不会自动换行了*/
    padding-top: 0; }
    .mainer .product .plists ul {
      justify-content: space-between;
      flex-wrap: wrap;
      /* 只要您把这个属性去掉,就不会自动换行了*/ }
      .mainer .product .plists ul li {
        width: 50%; }
  .mainer .news .news-list li {
    margin-bottom: 24px; }
    .mainer .news .news-list li a {
      padding-left: 0;
      padding-right: 5px; }
  .mainer .page-product .txt {
    padding-left: 0;
    padding-right: 0; }
  .mainer .page-product .img {
    padding-top: 0; }

  .footer .warp {
    flex-direction: column;
    text-align: center; }
    .footer .warp .logo {
      text-align: center;
      margin: 0 auto; }
      .footer .warp .logo img {
        width: 160px; }
    .footer .warp .txt p {
      text-align: center; }
    .footer .warp .qrcode {
      margin-top: 20px; }
      .footer .warp .qrcode img {
        width: 100px; }

  #certify {
    width: auto !important; }
    #certify .swiper-slide {
      width: 100% !important;
      height: auto !important; }
      #certify .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover; }
    #certify .swiper-button-prev,
    #certify .swiper-button-next,
    #certify .swiper-pagination {
      display: none; } }
.link_tel {
  height: 150px; }
  .link_tel img {
    width: 300px;
    left: 20px; }

@media only screen and (max-width: 600px) {
  .menu_wrap {
    right: 5px; } }
#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
  #certify .swiper-slide {
    width: 600px;
    height: 365px;
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd;*/
    overflow: hidden; }
    #certify .swiper-slide img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain; }
  #certify .swiper-pagination {
    width: 100%;
    bottom: 20px; }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1; }
  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff; }
  #certify .swiper-button-prev {
    left: 80px;
    width: 45px;
    height: 45px;
    background: url(../images/prev.png) no-repeat;
    background-size: contain;
    margin-top: -52px; }
  #certify .swiper-button-next {
    right: 60px;
    width: 45px;
    height: 45px;
    background: url(../images/next.png) no-repeat;
    background-size: contain;
    margin-top: -52px; }

.swiper-banner {
  position: relative; }
  .swiper-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .swiper-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px; }

/*# sourceMappingURL=common.css.map */
