@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

ul {
  margin-bottom: 0; }

ul, li {
  list-style: none; }

a, a:hover, button, button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

body {
  background: #fff;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }

.breadcrumb {
  padding: 1rem 0;
  background-color: #fff; }

.text-white {
  color: #fff; }

.divide-bar {
  height: 4.5rem;
  background: #f4f5f8; }
  @media (max-width: 1280px) {
    .divide-bar {
      height: 3rem; } }
  @media (max-width: 768px) {
    .divide-bar {
      height: 2rem; } }

/*navbar*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto; }

.navbar-brand img {
  height: 64px; }
  @media (max-width: 1280px) {
    .navbar-brand img {
      height: 56px; } }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 36px; } }

@media (min-width: 768px) {
  .dropdown-toggle::after {
    display: none; } }

.navbar-style {
  background: #b7042c; }
  .navbar-style .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-style .nav-item .nav-link {
    padding: 28px 24px;
    font-size: 18px;
    line-height: 41px;
    color: #fff; }
    @media (max-width: 1280px) {
      .navbar-style .nav-item .nav-link {
        padding: 22px 20px;
        font-size: 16px; } }
    @media (max-width: 992px) {
      .navbar-style .nav-item .nav-link {
        padding: 22px 14px;
        font-size: 16px; } }
    @media (max-width: 768px) {
      .navbar-style .nav-item .nav-link {
        padding: 6px 14px;
        font-size: 16px; } }
  .navbar-style .nav-item:hover {
    background: rgba(255, 255, 255, 0.15); }
    .navbar-style .nav-item:hover .nav-link {
      color: #fff;
      border-bottom: 3px solid #b7042c; }
  .navbar-style .nav-item.active {
    background: #fff; }
    .navbar-style .nav-item.active .nav-link {
      color: #b7042c;
      border-bottom: 3px solid #b7042c; }

@media (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    top: 46px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 95vh;
    background: #b7042c;
    z-index: 10000000;
    overflow-y: auto; } }

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .dropdown-menu .dropdown-item > a {
    color: #333333; }
  .dropdown-menu .dropdown-item {
    padding: 0 1.5rem;
    line-height: 40px; }
    .dropdown-menu .dropdown-item:hover {
      color: #b7042c;
      background: rgba(183, 4, 44, 0.1); }
      .dropdown-menu .dropdown-item:hover .child-nav {
        display: block; }
        @media (max-width: 768px) {
          .dropdown-menu .dropdown-item:hover .child-nav {
            display: none; } }
    .dropdown-menu .dropdown-item.active {
      color: #b7042c;
      background: rgba(183, 4, 44, 0.15); }
      .dropdown-menu .dropdown-item.active .child-nav {
        display: block; }
        @media (max-width: 768px) {
          .dropdown-menu .dropdown-item.active .child-nav {
            display: none; } }
    .dropdown-menu .dropdown-item .child-nav {
      display: none;
      position: absolute;
      top: 0;
      left: 160px;
      padding: 10px 20px;
      height: 100%;
      background: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
      .dropdown-menu .dropdown-item .child-nav a {
        display: block;
        padding: 0 10px;
        color: #333333; }
        .dropdown-menu .dropdown-item .child-nav a:hover {
          color: #fff;
          background: #b7042c; }

.search {
  display: block;
  padding: 3px 0;
  width: 18px;
  height: 18px;
  box-sizing: content-box; }

@media (max-width: 768px) {
  .search {
    display: none; }
  .serachbar .dropdown-menu {
    position: static;
    float: none; }
  .serachbar .dropdown-toggle::after {
    display: none; } }

/*banner*/
.swiper-slide img {
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  width: 100%; }

/*标题*/
.title {
  margin: 4rem 0 3rem;
  font-size: 36px; }

.title-news {
  position: relative;
  padding: 5rem 0 20px;
  font-size: 30px; }
  .title-news .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 1rem; }

.title-line {
  margin: 12px auto 0;
  width: 44px;
  height: 2px;
  background: #0d64b3; }

.title-line-left {
  margin: 12px 0 20px;
  width: 44px;
  height: 2px;
  background: #0d64b3; }

.title-bgline span {
  background: #fff;
  padding: 0 20px;
  display: inline-block; }

.title-bgline:before {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  top: 20px;
  width: 100%;
  height: 3px;
  background: #e5e5e5; }

.subtitle {
  color: #969696;
  padding-bottom: 2rem; }

/*产品分类*/
.producttype-list > li a {
  padding: 3rem 0 4rem;
  display: block;
  text-align: center; }
  @media (max-width: 768px) {
    .producttype-list > li a {
      padding: 2rem 0 3rem; } }
  .producttype-list > li a img {
    transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear; }
  .producttype-list > li a:hover img {
    transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    /* IE 9 */
    -moz-transform: rotateZ(-45deg);
    /* Firefox */
    -webkit-transform: rotateZ(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotateZ(-45deg); }
  .producttype-list > li a p {
    padding-top: 2.5rem;
    font-size: 1.125rem;
    color: #515151; }
    @media (max-width: 768px) {
      .producttype-list > li a p {
        padding-top: 1.5rem;
        font-size: 0.875rem; } }

/*公司简介*/
.floatAction {
  position: fixed;
  top: 200px;
  left: 10px;
  width: 100px;
  height: 100px;
  z-index: 99; }
  @media (max-width: 768px) {
    .floatAction {
      width: 50px;
      height: 50px; } }

.close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 4px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6); }
  .close img {
    display: block;
    width: 100%; }

.totop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #000;
  border: 1px solid #000; }
  .totop img {
    width: 100%; }

.float-container {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 42px; }
  .float-container img {
    width: 100%; }
  .float-container .float-item {
    position: relative;
    margin-bottom: 10px; }
  .float-container .float-cont {
    display: none;
    position: absolute;
    right: 42px;
    bottom: 0;
    width: 120px; }
  .float-container .float-item:hover .float-cont {
    display: block; }

#example_video_1 {
  width: 100%;
  height: 480px; }
  @media (max-width: 768px) {
    #example_video_1 {
      height: 320px; } }

.video-js:hover .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.35); }

.video-js .vjs-big-play-button {
  top: 40%;
  left: 40%;
  width: 4em;
  height: 4em;
  border: none;
  border-radius: 4em;
  background-color: rgba(255, 255, 255, 0.35); }
  .video-js .vjs-big-play-button:hover {
    background-color: rgba(255, 255, 255, 0.35); }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 4em;
    line-height: 1em; }

.big-text {
  font-size: 60px;
  color: #b7042c;
  text-align: justify; }
  @media (max-width: 992px) {
    .big-text {
      margin-top: 2rem; } }

.divide-line {
  margin: 1.75rem 0;
  width: 2em;
  height: 2px;
  background: #0d64b3; }

.about-cont {
  padding: 10px 0 0;
  height: 3rem;
  overflow-y: scroll;
  box-sizing: content-box; }

.about-num {
  padding: 2.5rem 0; }
  .about-num li {
    float: left;
    width: 33.333333333%; }
  .about-num h6 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #b7042c; }
    @media (max-width: 768px) {
      .about-num h6 {
        font-size: 16px; } }
    .about-num h6:after {
      content: "";
      display: block;
      margin: 12px 0;
      width: 36px;
      height: 2px;
      background: #0d64b3; }
  .about-num h1 {
    color: #343434; }
    .about-num h1 b {
      font-size: 60px;
      font-family: Arial; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .about-num h1 b {
          font-size: 54px; } }
      @media (max-width: 768px) {
        .about-num h1 b {
          font-size: 44px; } }
    .about-num h1 span {
      font-size: 1rem; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .about-num h1 span {
          display: block;
          font-size: 14px; } }
      @media (max-width: 768px) {
        .about-num h1 span {
          display: block;
          font-size: 14px; } }

.about-more a {
  color: #b7042c; }
  .about-more a:hover {
    text-decoration: underline; }

/*news-home*/
.newsbg {
  background-image: url("../img/newsbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 8rem;
  padding: 0;
  position: relative; }

.news-modify {
  position: absolute;
  top: -46px;
  padding-left: 52%;
  width: 48%;
  box-sizing: content-box; }

.news-modify-block1, .news-modify-block2 {
  width: 100%;
  height: 46px;
  background: #b7042c; }

.news-modify-block1 img {
  padding-left: 2rem; }

.news-modify-block2 {
  opacity: .48; }

.swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b7042c; }

#news {
  margin-bottom: 1rem; }

.news-left {
  padding-bottom: 2rem;
  background: #fff; }
  .news-left .swiper-pagination {
    text-align: right; }
  .news-left li a {
    display: block;
    padding: 0 10%;
    color: #2d2d2d;
    transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in; }
    .news-left li a:hover {
      padding: 0 8% 0 12%;
      color: #b7042c;
      transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -webkit-transition: all 0.4s ease-in; }
    .news-left li a:after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 1px;
      background: #eee; }
    .news-left li a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 10px 6px 10px;
      border-color: transparent transparent transparent #b7042c; }
  .news-left li img {
    width: 100%;
    display: block; }
  .news-left li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.375rem; }
  .news-left li .news-textleft {
    display: inline-block;
    padding-left: 5%;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.newsright-list {
  padding-bottom: 2rem; }
  .newsright-list li a {
    display: block;
    color: #fff;
    font-size: 1.25rem; }
    .newsright-list li a:hover {
      color: #b7042c; }
      .newsright-list li a:hover .news-textright {
        color: #fff; }
      .newsright-list li a:hover:before {
        border-color: transparent transparent transparent #b7042c; }
    .newsright-list li a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 10px 6px 10px;
      border-color: transparent transparent transparent #fff; }
  .newsright-list li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 3.125rem; }
  .newsright-list li .news-textright {
    display: inline-block;
    padding-right: 5%;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .newsright-list li .news-textright {
        width: 72%; } }
    @media (max-width: 768px) {
      .newsright-list li .news-textright {
        width: 60%; } }

.btn-more {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  background: #b7042c; }
  .btn-more:hover {
    opacity: .8; }

/*荣誉证书*/
#honor .swiper-slide {
  padding: 20px 8px;
  width: 226px; }

.honor .swiper-button-prev, .honor .swiper-button-next {
  transform: scale(0.5); }

.honor .swiper-button-prev {
  left: 0; }

.honor .swiper-button-next {
  right: 0; }

@media (max-width: 992px) {
  .friendlinks {
    padding-bottom: 1rem; } }

.friendlinks h5 {
  padding: 0 2.5rem;
  line-height: 4rem; }
  @media (max-width: 992px) {
    .friendlinks h5 {
      padding: 0 1rem;
      width: 100%; } }

.friendlinks a {
  padding: 0 1rem;
  line-height: 4rem; }
  @media (max-width: 992px) {
    .friendlinks a {
      line-height: 2.5rem; } }
  .friendlinks a:hover {
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline; }

/*footer*/
.footer {
  padding: 3rem;
  background: #222;
  color: #fff; }
  .footer .footer-logo {
    width: 143px; }
  @media (max-width: 992px) {
    .footer .col-lg-6.col-md-6 {
      display: none; } }
  .footer .foot-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .footer .foot-nav {
        display: none;
        overflow: hidden; } }
    .footer .foot-nav a {
      display: block;
      padding: 20px 0;
      color: #fff;
      font-size: 1.25rem; }
    .footer .foot-nav ul {
      text-align: center; }
    .footer .foot-nav ul a {
      padding: 2px 0;
      color: #cfcfcf;
      font-size: 0.875rem; }
      .footer .foot-nav ul a:hover {
        color: #b7042c; }

.foot-nav > li > a:after {
  content: "";
  display: block;
  margin: 4px auto;
  width: 36px;
  height: 2px;
  background: #0d64b3; }

.footer-right {
  text-align: left;
  padding-top: 20px; }
  .footer-right h2 {
    font-family: arial;
    padding: 20px 0 10px; }
    @media (max-width: 992px) {
      .footer-right h2 {
        font-size: 1.75rem; } }
  .footer-right h5 {
    padding: 0; }
  .footer-right h5 + h5 {
    padding-bottom: 10px; }
  .footer-right img {
    padding-right: 10px;
    box-sizing: content-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media (max-width: 768px) {
      .footer-right img {
        width: 36px;
        height: 36px; } }

.footer-left {
  padding-top: 20px; }
  .footer-left li {
    float: left;
    width: 50%;
    text-align: center; }
    .footer-left li p {
      padding-top: 10px; }

.foot {
  font-size: 12px;
  background: #3d3d3d;
  color: #fff;
  line-height: 46px; }
  .foot a {
    color: #fff; }
    .foot a:hover {
      color: #b7042c; }

/*关于我们*/
.top-banner {
  height: 395px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .top-banner {
      height: 200px; } }

.nav.nav-pills {
  padding: 14px 0;
  flex-wrap: nowrap;
  overflow-x: auto; }
  @media (max-width: 768px) {
    .nav.nav-pills {
      padding: 14px 0; } }
  @media (max-width: 400px) {
    .nav.nav-pills {
      justify-content: flex-start !important; } }
  .nav.nav-pills .nav-link {
    color: #333333;
    font-size: 14px;
    padding: .5rem 1.5rem;
    border-radius: 1.5rem; }
    @media (max-width: 768px) {
      .nav.nav-pills .nav-link {
        padding: .5rem .75rem; } }
    @media (max-width: 450px) {
      .nav.nav-pills .nav-link {
        padding: .5rem .75rem;
        width: 45px;
        text-align: center; } }
    .nav.nav-pills .nav-link.active {
      color: #b7042c;
      background: #e5e5e5; }
    .nav.nav-pills .nav-link:hover {
      color: #b7042c; }

.tab-content {
  padding: 3.75rem 0; }

.content-container {
  text-align: justify; }
  .content-container img {
    max-width: 100%; }

.intro-num li {
  float: left;
  width: 25%;
  padding: 1rem 0;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .intro-num li {
      margin: 2rem 1%;
      width: 48%; } }

.intro-num b {
  font-family: arial;
  font-size: 44px;
  color: #b7042c; }

.intro-num span {
  font-size: 22px;
  color: #b7042c; }

.about-b-container {
  margin: 0 -5px; }
  .about-b-container img {
    display: block;
    width: 100%;
    height: 100%; }

.about-b-container > div {
  float: left;
  padding: 0 5px; }

.about-half {
  width: 50%; }
  @media (max-width: 992px) {
    .about-half {
      width: 100%; } }

.about-half-b {
  width: 25%; }
  @media (max-width: 992px) {
    .about-half-b {
      margin-top: 10px;
      width: 50%; } }

.about-block {
  position: relative; }

.about-block:first-child {
  margin-bottom: 10px; }

.about-block-b p {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: #fff; }
  @media (max-width: 768px) {
    .about-block-b p {
      top: 10%;
      font-size: 12px; } }

.history .nav-link {
  color: #333333;
  background: #e5e5e5; }
  .history .nav-link.active {
    color: #fff;
    background: #b7042c; }

.time-line-list {
  margin: 2rem auto 0; }

.time-line-list > li {
  display: flex !important; }
  @media (max-width: 768px) {
    .time-line-list > li {
      flex-direction: column; } }

.timeline-left, .timeline-right {
  padding-top: 3.5rem; }

.timeline-left {
  margin-left: 8rem;
  padding-right: 1rem;
  width: 270px;
  text-align: center; }
  @media (max-width: 992px) {
    .timeline-left {
      margin-left: 2rem; } }
  @media (max-width: 768px) {
    .timeline-left {
      margin-left: 0;
      padding-right: 0;
      padding-left: 2rem;
      text-align: left;
      border-left: 1px solid #b7042c; } }
  .timeline-left h6 {
    font-size: 18px;
    padding-top: 10px; }

.timeline-right {
  flex: 1;
  padding-left: 3.75rem;
  border-left: 1px solid #b7042c; }
  @media (max-width: 768px) {
    .timeline-right {
      padding-left: 2rem;
      padding-top: 2rem; } }
  .timeline-right h2 {
    color: #b7042c; }
  .timeline-right p {
    font-size: 14px; }

.timeline-right > div {
  position: relative; }

.timeline-right > div + div {
  margin-top: 4rem; }

.timeline-dot, .timeline-dot-outline {
  position: absolute;
  top: 16px;
  left: -66px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #b7042c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media (max-width: 768px) {
    .timeline-dot, .timeline-dot-outline {
      left: -38px; } }

.timeline-dot {
  background: #b7042c; }

.timeline-dot-outline {
  background: #fff; }

/*news*/
@media (max-width: 768px) {
  .news-card {
    flex-wrap: wrap; } }

.news-card li {
  margin-bottom: 1rem;
  width: 30%;
  border: 1px solid #d2d2d2; }
  @media (max-width: 768px) {
    .news-card li {
      width: 100%; } }
  .news-card li:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1); }
  .news-card li a {
    display: block;
    padding: 10px 1rem; }
  .news-card li a:hover p {
    color: #b7042c; }
  .news-card li p {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .news-card li p {
        font-size: 16px; } }
  .news-card li span {
    font-size: 14px;
    color: #646464; }
  .news-card li img {
    display: block;
    width: 100%; }

.news-card-list a {
  padding: 1rem 0;
  color: #333333; }
  @media (max-width: 768px) {
    .news-card-list a {
      flex-wrap: wrap; } }
  .news-card-list a:hover {
    background: #e5e5e5; }
    .news-card-list a:hover .news-time {
      color: #b7042c; }
      .news-card-list a:hover .news-time span {
        background: #b7042c; }

.news-img {
  padding: 0 1rem;
  width: 260px; }
  @media (max-width: 1200px) {
    .news-img {
      width: 220px; } }
  @media (max-width: 992px) {
    .news-img {
      width: 200px; } }
  @media (max-width: 768px) {
    .news-img {
      padding: 0 .5rem;
      width: 35%; } }

.news-body {
  flex: 1;
  padding: 1rem .5rem; }
  @media (max-width: 1200px) {
    .news-body {
      padding: .5rem .5rem; } }
  @media (max-width: 992px) {
    .news-body {
      padding: 0 .5rem; } }
  @media (max-width: 768px) {
    .news-body {
      padding: 0;
      width: 65%; } }
  .news-body h6 {
    padding-bottom: 1rem;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .news-body h6 {
        padding-bottom: .5rem;
        font-size: 16px; } }
  .news-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    @media (max-width: 768px) {
      .news-body p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }

.news-time {
  padding: 1rem 3rem;
  color: #969696; }
  @media (max-width: 1200px) {
    .news-time {
      padding: .5rem 2rem; } }
  @media (max-width: 992px) {
    .news-time {
      padding: 0 1rem; } }
  @media (max-width: 768px) {
    .news-time {
      display: none; } }
  .news-time p {
    margin-bottom: .5rem; }
  .news-time span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #969696; }

.news-list li {
  padding: .5rem 15px; }
  .news-list li a {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 1rem 10px;
    color: #333333;
    border: 1px solid #eee;
    transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in; }
    .news-list li a h6 {
      font-size: 18px;
      padding-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .news-list li a p {
      color: #969696;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .news-list li a span {
      color: #969696; }
    .news-list li a:hover {
      margin-top: 0;
      margin-bottom: 10px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -webkit-transition: all 0.4s ease-in; }
      .news-list li a:hover h6 {
        color: #b7042c; }

.pagination {
  margin-top: 2rem; }

.page-link {
  color: #333333; }
  .page-link:hover {
    color: #b7042c; }

.page-num {
  padding: .5rem .75rem; }

.breadcrumb a {
  padding: 0 6px;
  color: #333333; }

.breadcrumb a:hover {
  color: #0d64b3; }

/*产品*/
.producttab .nav-link {
  color: #333333;
  background: #e5e5e5; }
  .producttab .nav-link.active {
    color: #fff;
    background: #b7042c; }

.product-list li:hover .product-name {
  color: #fff;
  background: #b7042c;
  transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in; }

.product-list li:hover .product-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-image: url(../img/add-icon.png);
  background-position: center;
  background-size: 56px 56px;
  background-repeat: no-repeat; }

.product-img {
  position: relative; }
  .product-img img {
    width: 100%; }

.product-name {
  line-height: 50px;
  text-align: center;
  color: #000;
  background: #d2d2d2;
  transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in; }

.col-form-label {
  text-align: right; }
  @media (max-width: 768px) {
    .col-form-label {
      text-align: left; } }

.btn-primary {
  border: 1px solid #b7042c;
  background-color: #b7042c !important; }

.contact > div > div {
  padding: 1rem;
  text-align: center; }
  .contact > div > div img {
    padding-bottom: 10px;
    max-width: 72px; }
  .contact > div > div p + p {
    font-size: 14px;
    color: #969696; }

.contact > div:first-child div {
  color: #fff;
  background: #b7042c; }
  .contact > div:first-child div p + p {
    color: #fff; }

.contact > div:nth-child(3) div {
  border-right: 1px solid #d2d2d2; }
  @media (max-width: 768px) {
    .contact > div:nth-child(3) div {
      border-right: none; } }

#map {
  margin-top: 4rem;
  width: 100%;
  height: 395px;
  background: #eee; }
