/*index_product*/
.product {
}
.product-item {
  float: left;
  padding: 0;
  margin: 0 3px;
  margin-bottom: 50px;
  background: #ebebeb;
  overflow: hidden;
}
.product-item img {
  display: block;
  border: 3px solid #ebebeb;
  text-align: center;
  margin: auto;
}
.product-item img:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.product-item a {
  display: block;
  float: left;
  position: relative;
  color: #333;
}
.product-item a .intro {
  padding: 30px 18px;
}
.product-item a .intro span {
  line-height: 24px;
  display: block;
  color: #424242;
}
.product-item a .intro em {
  line-height: 23px;
  font-size: 12px;
  display: block;
  color: #939393;
}
.product-item:hover {
  background: #db0303;
  border: #ebebeb;
}
.product-item:hover .intro span, .product-item:hover .intro em {
  color: #fff;
}
.prod-details-info-content {
  margin: 15px;
}
.prod-details-info-content p {
  line-height: 30px;
}

@media only screen and (max-width: 767.98px) {
.product-thumb-area {
  margin-bottom: 30px;
}
}
.product-thumb-area .pro-thumb-item img {
  margin: auto;
  max-width: 100%;
}
.product-thumb-area .product-details-thumbnail {
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
}
.product-thumb-area .product-details-thumbnail .btn-large-view {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #1b1b1c;
  display: block;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 22px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 60px;font-size: 22px
}
.product-thumb-area .product-details-thumbnail .btn-large-view i {
  margin-left: 3px;
  vertical-align: middle;
}
.product-thumb-area .product-details-thumbnail-nav {
  margin-top: 10px;
}
.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
  border: 1px solid #e1e1e1;
  text-align: center;
  cursor: pointer;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list {
  margin: 0 -5px;
}
.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
  margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
.prod-details-info-content {
  padding-left: 20px;
}
.prod-details-info-content p {
  font-size: 16px;
}
}
.prod-details-info-content h1 {
  font-size: 26px;
}

@media only screen and (max-width: 767.98px) {
.prod-details-info-content h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
}
.prod-details-info-content .price {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (max-width: 767.98px) {
.prod-details-info-content .price {
  font-size: 18px;
  margin: 20px 0;
}
}
.prod-details-info-content .price-amount {
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}
.product-config {
  margin: 40px 0;
}
.product-config .table {
  margin-bottom: 0;
}
.product-config .table-bordered td, .product-config .table-bordered th {
  border-color: #e1e1e1;
}
.product-config .table th {
  font-size: 18px;
  font-weight: 500;
}
.product-config .table .config-option a {
  color: #1b1b1c;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.product-config .table .config-option a:last-child {
  margin-right: 0;
}
.product-config .table .config-option a:hover {
  color: #db0303;
}
.product-meta {
  margin-top: 40px;
}
.product-meta span:not(.sku) {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-meta span:not(.sku):last-child {
  margin-bottom: 0;
}
.product-meta a {
  color: #1b1b1c;
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}
.product-meta a:last-child {
  margin-right: 0;
}
.product-meta a:hover {
  color: #db0303;
}
.pro-qty {
  border: 1px solid #e1e1e1;
  display: inline-block;
  position: relative;
  width: 150px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty {
  width: 120px;
}
}
.pro-qty input {
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 12px 45px;
  outline: none;
  width: 100%;
}
.pro-qty a {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  line-height: 50px;
  height: 100%;
  width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.pro-qty a {
  width: 35px;
  line-height: 54px;
}
}

@media only screen and (max-width: 767.98px) {
.pro-qty a {
  width: 35px;
  line-height: 48px;
}
}
.pro-qty a:hover {
  background-color: #db0303;
  border-color: #db0303;
  color: #FFFFFF;
}
.pro-qty a.inc {
  right: 0;
  border-left: 1px solid #e1e1e1;
}
.pro-qty a.dec {
  left: 0;
  border-right: 1px solid #e1e1e1;
}
.product-description-review {
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
.product-description-review {
  margin-top: 10px;
}
}
.product-description-review .desc-review-tab-menu {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-description-review .desc-review-tab-menu li {
  width: 100%;
}
.product-description-review .desc-review-tab-menu li a {
  background-color: #1b1b1c;
  border-right: 2px solid #ddd;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
}
.product-description-review .desc-review-tab-menu li a:last-child {
  border: none;
}
.product-description-review .desc-review-tab-menu li a.active {
  background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
.product-description-review .desc-review-tab-menu li a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
.product-description-review .tab-content {
  font-size: 12px;
}
}
.product-description-review .tab-tit {
  line-height: 40px;
  background: #4F5152;
  text-indent: 20px;
  color: #fff;
  font-size: 16px;
}
.product-description-review .tab-content {
  padding: 20px 0;
  line-height: 25px;
  font-size: 16px;
}
/*产品介绍区域*/
.product-description-review .tab-content .line_tab {
  clear: both;
}
.product-description-review .tab-content .line_tab strong.sub_line {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 4px solid #00539b;
}
.product-description-review .tab-content .product_download {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-description-review .tab-content .product_download i {
  color: red;
}
.product-description-review .tab-content .product_download .col-lg-4 img {
  width: 25px;
  height: 25px;
}
.product-description-review .tab-content .line img {
  width: 100%;
}
.product-description-review .tab-content .intro img {
  width: 100%;
}

@media(max-width:780px) {
.product-description-review .tab-content p.w_100 img {
  width: 100%;
}
}
.product-description-review .tab-content p.w_100 img {
  max-width: 840px;
}
.product-description-review .tab-content table.bg1 {
  border-collapse: collapse;
  border: #ccc solid 1px;
  width: 100%;
}
.product-description-review .tab-content table.bg1 td {
  border: #ccc solid 1px;
  line-height: 25px;
}
.product-description-review .tab-content table.bg1 tr:nth-child(odd) {
  background: rgba(0,0,0,.1);
}
.product-description-review .tab-content table.bg2 {
  border-collapse: collapse;
  border: #ccc solid 1px;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.product-description-review .tab-content table.bg2 td {
  border: #ccc solid 1px;
  border-left: 0;
  border-right: 0;
  line-height: 25px;
}
.product-description-review .tab-content table.bg2 td img {
  padding: 2px;
  background: #fff;
}
.product-description-review .tab-content table.bg2 tr:nth-child(odd) {
  background: rgba(0,0,0,.1);
}
.product-description-review .tab-content table.bg4 tr td {
  border: #ccc solid 1px;
}
.product-description-review .tab-content table.bg4 tr.firstRow td {
  background: rgba(0,0,0,.1);
}
.product-description-review .tab-content table.bg4 tr:nth-child(even) {
  background: rgba(0,0,0,.1);
}
/*
.product-description-review .tab-content table.bg4 tr td:first-child{ border-left:none;}
.product-description-review .tab-content table.bg4 tr td:last-child{ border-right:none;}
*/


.product-description-review .tab-content .zt img {
  width: 100%;
}
.product-description-review .tab-content .yz {
  height: 279px;
}

@media(max-width:990px) {
.product-description-review .tab-content .yz {
  height: 30px;
}
}
.product-description-review .tab-content .zt {
  clear: both;
}
.product-description-review .tab-content .yz img {
  width: 100%;
}
.inner_table {
  overflow: scroll;
}
.inner_table .tableHtml {
  overflow-x: scroll;
  width: 200%;

}
.inner_table .tableHtml table {
  border-collapse: collapse;
}
.inner_table .tableHtml table td {
  line-height: 21px;
  padding: 0px 2px;
}
p.table_title {
  line-height: 25px;
}
p.table_title i {
  font-size: 2rem;
  color: #171c61;
  line-height: 25px;
}
p.table_title i.fa-hand-o-down {
  color: red;
  padding: 0px 7px;
}
p.table_title strong {
  font-size: 2rem;
  text-indent: 10px;
  line-height: 25px;
  margin-right: 10px;
}
.product-description-review .tab-content table.bg3 {
  border-collapse: collapse;
  border: #ccc solid 1px;
}
.product-description-review .tab-content table.bg3 td {
  border: #ccc solid 1px;
  line-height: 25px;
}
.product-description-review .tab-content table.bg3 tr:nth-child(1) td {
  background: rgba(0,0,0,.1);
}
.product-description-review .tab-content table.bg3 tr:nth-child(2) td {
  background: rgba(0,0,0,.1);
}
.product-description-review .tab-content table.bg3 tr td:first-child {
  background: rgba(0,0,0,.1);
}
.other-pro {
  width: 100%;
  overflow: hidden;
}
.other-pro .other-pro-con {
  margin-top: 15px;
}
.other-pro .other-pro-con .con {/* margin-bottom: 20px; */
}
.other-pro .other-pro-con .con .img {
  overflow: hidden;
}
.other-pro .other-pro-con .con .img img {
  width: 100%;
  border: #ccc solid 1px;
}
.other-pro .other-pro-con .con .txt {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  text-align: center;
}
.other-pro .other-pro-con .con .txt span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.other-pro .other-pro-con .con .txt span a {
  color: #111;
}
.other-pro .other-pro-con .con .txt em {
  display: block;
  line-height: 24px;
  height: 73px;
}
.other-pro .other-pro-con .con:hover .txt {
  display: block;
  background: #6d82a7;
}
.other-pro .other-pro-con .con:hover .txt span a, .other-pro .other-pro-con .con:hover .txt em {
  color: #fff;
}

@media (max-width: 991px) {
.other-pro {
  padding: 40px 0;
  /*background: #efefef;*/
}
.other-pro .other-pro-con {
  margin-top: 35px;
}
.other-pro .other-pro-con .con .txt span {
  font-size: 14px;
  line-height: 20px;
}
.other-pro .other-pro-con .con .txt em {
  display: none;
}
.other-pro .other-pro-con .con .img img {
  width: 100%;
}
}
.other-pro .index-tit span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  text-align: left;
}
.inner .related_news .col-md-6 {
  width: 48%;
}
.news-info .contwrap table.table1 tr {
  line-height: 25px;
}
.news-info .contwrap table.table1 tr td {
  padding: 0px 2px;
  line-height: 25px;
}

/*产品介绍区域*/
@media only screen and (max-width: 767.98px) {
.product-description-review .tab-content {
  padding: 15px;
}
}
.product-rating-wrap .average-rating {
  margin-bottom: 30px;
}
.product-rating-wrap .average-rating h4 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 3px;
}
.product-rating-wrap .display-ratings .rating-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-rating-wrap .display-ratings .rating-item:last-child {
  margin-bottom: 0;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
  max-width: 50px;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 10px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  padding: 15px;
  -webkit-flex-basis: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
  font-size: 14px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
  color: #db0303;
  font-size: 14px;
  margin-bottom: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
  margin-right: 5px;
}
.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
  margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper {
  margin-top: 60px;
}
.product-rating-wrap .rating-form-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 20px;
}
.product-rating-wrap .rating-form-wrapper .rating-form h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
  color: #ccc;
  margin-right: 10px;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
  margin-right: 0;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
  color: #ccc;
}
.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
  cursor: pointer;
  color: #db0303;
}
.product-rating-wrap .rating-form-wrapper .rating-form input, .product-rating-wrap .rating-form-wrapper .rating-form textarea {
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 12px 20px;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-rating-wrap .rating-form-wrapper .rating-form input:focus, .product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
  border-color: #db0303;
}
