@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }
  .mted li{
	  margin-top:20px;
  }

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; }

h2 {
  font-size: 30px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px; } }

img {
  max-width: 100%; }

body {
  font-family: arial;
  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; } }

.color-red {
  color: #e4332d; }

.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*/
.top {
  padding: 9px 0;
  color: #fff;
  background: #000; }
  @media (max-width: 768px) {
    .top {
      display: none; } }
  .top .select-container {
    width: 146px;
    position: relative; }
    .top .select-container .select-body {
      position: absolute;
      z-index: 9;
      top: 30px;
      width: 146px;
      height: 0;
      overflow: hidden;
      color: #333333;
      background: #f4f5f8;
      line-height: 16px; }
      .top .select-container .select-body li {
        padding: 7px 10px; }
        .top .select-container .select-body li:hover {
          color: #fff;
          background: #e4332d; }
    .top .select-container:hover {
      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; }
      .top .select-container:hover .select-body {
        height: 60px; }
    .top .select-container img {
      padding-right: 10px; }
  .top .selected {
    width: 146px;
    padding: 7px 10px;
    line-height: 16px;
    color: #333333;
    background: #fff;
    border-radius: 0; }

.top-left > div {
  display: inline-block; }
  .top-left > div span {
    padding-left: 10px; }

.top-left > div + div {
  padding-left: 45px; }

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

.navbar-brand img {
  height: 58px; }
  @media (max-width: 1280px) {
    .navbar-brand img {
      height: 52px; } }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 32px; } }

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

.navbar-style {
  background: #fff; }
  .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(228,51,45,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-style .nav-item {
    padding: 0 20px; }
    @media (max-width: 1280px) {
      .navbar-style .nav-item {
        padding: 0 16px; } }
    @media (max-width: 992px) {
      .navbar-style .nav-item {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .navbar-style .nav-item {
        padding: 0 10px; } }
    .navbar-style .nav-item .nav-link {
      padding: 23px 4px;
      font-size: 18px;
      line-height: 41px;
      color: #333333;
      text-transform: uppercase; }
      @media (max-width: 1280px) {
        .navbar-style .nav-item .nav-link {
          padding: 20px 4px;
          font-size: 16px; } }
      @media (max-width: 992px) {
        .navbar-style .nav-item .nav-link {
          padding: 20px 4px;
          font-size: 16px; } }
      @media (max-width: 768px) {
        .navbar-style .nav-item .nav-link {
          padding: 6px 4px;
          font-size: 16px; } }
    .navbar-style .nav-item:hover {
      background: rgba(255, 255, 255, 0.15); }
      .navbar-style .nav-item:hover .nav-link {
        color: #e4332d; }
    .navbar-style .nav-item.active {
      background: #fff; }
      .navbar-style .nav-item.active .nav-link {
        color: #e4332d;
        border-bottom: 3px solid #e4332d; }

.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: #e4332d;
      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: #e4332d;
      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; }

@media (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    top: 46px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 95vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000000;
    overflow-y: auto; }
  .dropdown-menu {
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .dropdown-menu.show {
    background: transparent; }
  .nav-item.active .nav-link {
    border-bottom: none !important; } }

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

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

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

#banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
  width: 100%; }

.banner {
  color: #fff;
  height: 336px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 992px) {
    .banner {
      height: 300px; } }
  @media (max-width: 768px) {
    .banner {
      height: 200px; } }
  .banner h1 {
    padding-top: 10%;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 768px) {
      .banner h1 {
        font-size: 36px; } }

.breadcrumb {
  background: transparent;
  font-size: 18px; }
  @media (max-width: 768px) {
    .breadcrumb {
      font-size: 14px; } }
  .breadcrumb a {
    padding: 0 10px;
    color: #333333; }
    .breadcrumb a:hover {
      text-decoration: underline; }

/*标题*/
.title {
  margin: 5rem 0 0; }
  .title b {
    text-transform: uppercase; }

.title + .subtitle {
  margin: 2rem 0 1.5rem;
  padding: 0 4rem;
  color: #333333; }
  @media (max-width: 768px) {
    .title + .subtitle {
      font-size: 12px; } }

.title-news {
  position: relative;
  padding: 5rem 0 20px; }
  .title-news .more {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 1rem;
    color: #646464; }
    .title-news .more:hover {
      color: #e4332d;
      text-decoration: underline; }

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

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

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

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

.title-bgline:before {
  content: "";
  position: relative;
  margin: 0 auto;
  z-index: -1;
  display: block;
  top: 20px;
  width: 440px;
  height: 3px;
  background: #e5e5e5; }
  @media (max-width: 768px) {
    .title-bgline:before {
      top: 15px;
      width: 320px; } }

.title-bgline-left:after {
  content: "";
  position: relative;
  z-index: -1;
  display: inline-block;
  top: 18px;
  vertical-align: top;
  width: 100px;
  height: 3px;
  background: #e5e5e5; }
  @media (max-width: 768px) {
    .title-bgline-left:after {
      display: none; } }

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

/*产品分类*/
.product-card-group {
  padding-bottom: 3rem; }
  .product-card-group li {
    position: relative;
	padding:5px;
    float: left;
    width: 25%; }
    @media (max-width: 992px) {
      .product-card-group li {
        width: 50%; } }
    .product-card-group li img {
      width: 100%; }
    .product-card-group li:hover .product-body {
      height: 97%;
      background: rgba(228, 51, 45, 0.8);
      transition: height 0.4s ease;
      -o-transition: height 0.4s ease;
      -ms-transition: height 0.4s ease;
      -moz-transition: height 0.4s ease;
      -webkit-transition: height 0.4s ease; }
      @media (max-width: 768px) {
        .product-card-group li:hover .product-body {
          height: 32px;
          transition: none;
          -o-transition: none;
          -ms-transition: none;
          -moz-transition: none;
          -webkit-transition: none; } }
      .product-card-group li:hover .product-body h5 {
        padding-top: 18%;
        font-size: 24px; }
        @media (max-width: 768px) {
          .product-card-group li:hover .product-body h5 {
            padding-top: 0;
            font-size: 14px;
            color: #fff; } }
        .product-card-group li:hover .product-body h5:after {
          content: "";
          display: block;
          margin: 0 auto 10px;
          width: 50px;
          height: 1px;
          background: #fff; }
          @media (max-width: 768px) {
            .product-card-group li:hover .product-body h5:after {
              display: none; } }
      .product-card-group li:hover .product-body p {
        display: block; }
        @media (max-width: 768px) {
          .product-card-group li:hover .product-body p {
            display: none; } }
  .product-card-group .product-body {
    position: absolute;
    bottom: 5px;
    width: 97%;
    height: 48px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    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; }
    @media (max-width: 768px) {
      .product-card-group .product-body {
        height: 32px; } }
    .product-card-group .product-body h5 {
      font-size: 18px;
      line-height: 48px; }
      @media (max-width: 768px) {
        .product-card-group .product-body h5 {
          font-size: 14px;
          line-height: 32px; } }
    .product-card-group .product-body p {
      display: none; }
  .product-card-group a {
    display: block; }

#product .swiper-pagination-bullet {
  background: #333333;
  width: 40px;
  height: 4px;
  border-radius: 0; }

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

/*公司简介*/
.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: 160px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 42px; }
  .float-container img {
    width: 100%; }
  .float-container .float-item {
    position: relative; }
  .float-container .float-cont {
    display: none;
    position: absolute;
    right: 42px;
    bottom: 0;
    width: 120px; }
  .float-container .float-item:hover .float-cont {
    display: block; }

.about p {
  font-size: 14px;
  color: #646464;
  text-align: justify; }

.about .title-b {
  padding: 2rem 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .about .title-b {
      padding: 0 0 1rem; } }

.about-btn {
  display: block;
  font-family: Georgia,Times New Roman;
  padding-top: 2.5rem;
  color: #e4332d; }
  @media (min-width: 768px) and (max-width: 992px) {
    .about-btn {
      padding-top: 0; } }
  .about-btn:hover {
    color: #e4332d;
    text-decoration: underline; }

/*工作环境*/
#workshop {
  margin-top: 3.25rem; }

#workshop .swiper-slide {
  width: 1000px; }
  @media (max-width: 1200px) {
    #workshop .swiper-slide {
      width: 800px; } }
  @media (max-width: 992px) {
    #workshop .swiper-slide {
      width: 600px; } }
  @media (max-width: 768px) {
    #workshop .swiper-slide {
      width: 200px; } }

#workshop .swiper-button-next, #workshop .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #000;
  background-size: 10px 17px; }

#workshop .swiper-button-prev {
  left: 22%; }
  @media (max-width: 1200px) {
    #workshop .swiper-button-prev {
      left: 10%; } }

#workshop .swiper-button-next {
  right: 22%; }
  @media (max-width: 1200px) {
    #workshop .swiper-button-next {
      right: 10%; } }

.news-card-item a {
  position: relative;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  height: 176px;
  color: #333333;
  border-bottom: 1px solid #eee; }
  @media (max-width: 768px) {
    .news-card-item a {
      height: 136px; } }
  .news-card-item a:hover .news-item-body {
    color: #fff;
    background: #e4332d; }
  .news-card-item a:hover p {
    color: #fff; }

.news-card-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 160px; }
  @media (max-width: 768px) {
    .news-card-item img {
      width: 150px;
      height: 120px; } }

.news-item-body {
  padding-left: 210px;
  padding-right: 12px;
  height: 160px; }
  @media (max-width: 768px) {
    .news-item-body {
      padding-left: 160px;
      padding-right: 2px;
      height: 120px; } }
  .news-item-body h6 {
    padding-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .news-item-body h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    @media (max-width: 768px) {
      .news-item-body h6 {
        padding-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  .news-item-body p {
    font-size: 14px;
    color: #646464;
    line-height: 18px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    @media (max-width: 768px) {
      .news-item-body p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px; } }

.news-list-item a {
  position: relative;
  color: #333333;
  display: block;
  line-height: 30px; }
  @media (max-width: 768px) {
    .news-list-item a {
      font-size: 14px; } }
  .news-list-item a:hover {
    color: #e4332d; }
    .news-list-item a:hover span:first-child:before {
      background: #e4332d; }
    .news-list-item a:hover span:last-child {
      color: #e4332d; }

.news-list-item span {
  display: inline-block; }

.news-list-item span:first-child {
  width: 100%;
  padding: 0 100px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .news-list-item span:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 3px; }

.news-list-item span:last-child {
  position: absolute;
  right: 0;
  top: 0;
  color: #646464; }

#honor {
  padding-top: 2rem;
  padding-bottom: 5rem; }

#honor .swiper-slide {
  width: 218px;
  border: 4px solid #98868a; }

.block {
  margin-top: 5rem;
  display: block;
  background-image: url(../img/bg2.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100% 270px;
  background-color: #eee; }

.home-contact {
  padding: 2.25rem 3.375rem;
  background: #fff; }
  @media (max-width: 768px) {
    .home-contact {
      padding: 2.25rem 2rem; } }

.contact-left, .qaq-right {
  float: left; }

.contact-left {
  padding-right: 100px;
  border-right: 1px solid #d2d2d2;
  width: 45%; }
  @media (max-width: 992px) {
    .contact-left {
      padding-right: 0;
      width: 100%;
      border-right: none; } }
  .contact-left p {
    padding-top: 1rem;
    font-size: 14px;
    line-height: 18px; }

.contact-form .form-control {
  border-color: #eee;
  border-radius: 0;
  background: #eee; }

.contact-form .btn {
  border-radius: 0; }

.contact-form .btn-primary {
  border-color: #e4332d;
  background: #e4332d; }

.contact-form .btn.btn-primary:focus {
  border-color: #c51f19;
  background: #c51f19; }

.qaq-right {
  padding-left: 100px;
  width: 55%; }
  @media (max-width: 992px) {
    .qaq-right {
      padding-left: 0;
      padding-top: 3rem;
      width: 100%; } }

.faq-list {
  height: 320px;
  overflow-y: auto;
  border-top: 1px solid #bfbfbf; }

.faq-item {
  padding: 1.25rem .5rem 1rem;
  border-bottom: 1px dashed #d2d2d2; }
  @media (max-width: 768px) {
    .faq-item {
      padding: 1.25rem 0 1rem; } }
  .faq-item a {
    display: block; }
  .faq-item h6 {
    color: #333333; }
  .faq-item span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    text-align: justify; }
    @media (max-width: 768px) {
      .faq-item span {
        width: 80%; } }
  .faq-item p {
    padding-top: .75rem;
    margin-bottom: 0;
    color: #646464;
    font-size: 14px; }

/*foot*/
.footer {
  padding: 4rem 0 2rem;
  color: #fff;
  background: #1f1b1b; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer p {
    font-size: 14px;
    line-height: 2; }

.foot {
  color: #fff;
  line-height: 64px;
  background: #040303; }
  .foot a {
    color: #eee; }
    .foot a:hover {
      color: #eee;
      text-decoration: underline; }

.foot-nav {
  padding: 1rem 0; }
  .foot-nav a {
    display: inline-block;
    padding: 0 1rem;
    line-height: 1; }
  .foot-nav a + a {
    border-left: 1px solid #646464; }

.about-cont p {
  line-height: 24px;
  text-align: justify;
  font-size: 14px; }

.about-cont img {
  width: 100%; }

.about-cont img + img {
  padding-top: 10px; }

.about-icons {
  margin-top: 5rem;
  padding: 4rem 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.23);
  background-position: center;
  background-size: cover; }
  .about-icons li div {
    padding: 2rem 1rem 1rem;
    background-color: rgba(0, 0, 0, 0.46); }
    .about-icons li div h5 {
      padding-top: 1rem;
      font-size: 18px; }
      .about-icons li div h5:after {
        content: "";
        display: block;
        margin: 6px auto 10px;
        width: 48px;
        height: 1px;
        background: #fff; }
    .about-icons li div p {
      font-size: 14px;
      height: 63px; }
      @media (max-width: 1200px) {
        .about-icons li div p {
          height: 84px; } }
      @media (max-width: 992px) {
        .about-icons li div p {
          height: 105px; } }

.workshop-card {
  padding-top: 1rem; }
  .workshop-card div {
    padding: 1rem 15px; }
    .workshop-card div a {
      display: block; }
    .workshop-card div img {
      width: 100%; }

/*page*/
.pagination {
  padding: 2rem 0 5rem; }

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

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

/*chanpin*/
.sidebar {
  position: relative;
  margin-bottom: 2rem; }
  .sidebar .navbar-collapse {
    display: block; }
    @media (max-width: 768px) {
      .sidebar .navbar-collapse {
        display: none; } }
    .sidebar .navbar-collapse.show {
      display: block;
      padding: 0 15px;
      top: 60px;
      height: auto;
      background: #fff; }
      .sidebar .navbar-collapse.show .submenu {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .sidebar .navbar-toggler {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    height: 60px; }
    @media (min-width: 768px) {
      .sidebar .navbar-toggler {
        display: none; } }
  .sidebar .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"); }
  .sidebar h5 {
    padding: 15px 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    background: #e4332d; }
    @media (max-width: 1200px) {
      .sidebar h5 {
        font-size: 20px; } }

.submenu {
  padding-top: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.menu-item {
  line-height: 42px;
  border-bottom: 1px solid #eee; }
  .menu-item a {
    padding: 0 28px;
    display: block;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .menu-item a:hover {
      color: #e4332d; }
  .menu-item .menu-link {
    font-size: 16px; }
  .menu-item .child-menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px; }
    .menu-item .child-menu a {
      padding: 0 44px; }
      .menu-item .child-menu a:hover {
        background: #f4f5f8; }
      .menu-item .child-menu a.active {
        color: #e4332d; }
  .menu-item:hover .menu-link {
    background: rgba(228, 51, 45, 0.1); }
  .menu-item.active .menu-link {
    color: #e4332d;
    font-weight: 600;
    background: rgba(228, 51, 45, 0.1); }
  .menu-item.active ul {
    background-color: rgba(238, 238, 238, 0.05); }

.contact-side {
  margin-top: 1rem; }
  .contact-side p {
    padding: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #eee #eee #eee; }
  @media (max-width: 768px) {
    .contact-side {
      display: none; } }

.product-list {
  padding-top: 1rem; }
  .product-list a {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    background: #fff; }
    .product-list a img {
      width: 100%; }
    .product-list a:hover {
      color: #fff;
      background: #e4332d;
      box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
      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 a:hover h6 {
        color: #fff; }
    .product-list a .product-l-body {
      padding: 1rem;
      color: #333333; }
    .product-list a h6 {
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

#productthumbs {
  margin-top: 10px; }
  #productthumbs .swiper-slide {
    opacity: .6; }
    #productthumbs .swiper-slide img {
      width: 100%; }
  #productthumbs .swiper-slide-thumb-active {
    opacity: 1; }

.product-detail-right h6 {
  padding: 2rem 0 10px;
  font-size: 18px; }

.product-detail-right p {
  text-align: justify;
  font-size: 14px;
  color: #646464; }

.product-detail-right li {
  font-size: 14px;
  color: #646464; }
  .product-detail-right li span:first-child {
    width: 45%; }
    @media (max-width: 768px) {
      .product-detail-right li span:first-child {
        width: 100%; } }
  .product-detail-right li span {
    display: inline-block; }
  .product-detail-right li span:last-child {
    font-weight: 600; }

#productdatail-tab {
  margin-top: 2rem; }

#productdatail-tabContent {
  margin-bottom: 5rem;
  padding-top: 2rem;
  text-align: justify; }

.product-btn {
  margin-top: 2rem;
  padding: 0 1rem;
  max-width: 360px;
  line-height: 40px;
  border-radius: 4px;
  color: #333333;
  background: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .product-btn {
      max-width: 240px; } }
  @media (max-width: 450px) {
    .product-btn {
      max-width: 160px; } }
  .product-btn:hover {
    color: #fff !important;
    background: #e4332d; }

.nav-tabs .nav-link.active {
  color: #e4332d;
  border-color: #e4332d #dee2e6 #fff; }

.nav-tabs .nav-link {
  color: #646464; }

.download {
  display: inline-block;
  padding: .5rem 1rem;
  color: #333333;
  background: transparent;
  border: 1px solid #eee; }
  .download:hover {
    color: #e4332d; }
