.productDetail {
    position: relative;
}
.productDetail img {
	width: 100%;
}

.productDetail .product-gallery{
  width: 100%;
}

.productDetail .swiper-slide {
  background-size: cover;
  background-position: center;
}

.productDetail .gallery-top-box {
  width: 100%;
  margin: 0 auto;
}

.productDetail .gallery-thumbs-box {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DCDCDC;
}
.productDetail .swiper-container {
  width: 100%;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.productDetail .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  margin: 10px 0;
}

.productDetail .gallery-thumbs .swiper-slide {
  border: 1px solid #DCDCDC;
  width: 22.7% !important;
}
.productDetail .gallery-thumbs .swiper-slide img{
  width: 100%;
}
.productDetail .gallery-thumbs .swiper-slide:first-child{
  margin-left: 10px;
}
.productDetail .gallery-thumbs .swiper-slide:last-child{
  margin-right: 10px;
}

.productDetail .gallery-thumbs .swiper-slide-active {
  border: 1px solid #3D87C8;
}

.productDetail .gallery-thumbs .swiper-wrapper {
  transform: none!important;
  justify-content: space-between;
}

@media screen and (max-width: 768px){
  .productDetail .product-gallery{
    margin-top: 30px;
  }
    .product-item-info-l{
      margin-bottom: 30px !important;
    }
}
  .productDetail .left_menu {
    position: fixed;
    top: 21vh;
    left: 3%;
    width: 250px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  }
  .productDetail .productdetail_contant .tagsView {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
  }
  .productDetail .productdetail_contant .tagsView .tagsView_position {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 42px;
  }
  .productDetail .productdetail_contant .tagsView .tagsView_position i {
    padding-top: 4px;
    padding-right: 5px;
  }
  .productDetail .productdetail_contant .product-item-info {
    position: relative;
    max-width: 1200px;
    margin: 30px auto 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-l {
    width: 45%;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r {
    width: 51%;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-title {
    
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-title .title {
    position: relative;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-title .title h3 {
    font-size: 24px;
    color: #14212D;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display: inline-block;
	border-bottom: 3px solid #3D87C8;
	margin: 0;
    padding-bottom: 0.5em;
	padding-right: 0.5em;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-title .title:after {
	  content: '';
	  position: absolute;
	  bottom: 3px;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #DCDCDC;
	  z-index: -1;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-title .tags {
    color: #696969;
    font-size: 14px;
    line-height: 48px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about {
    margin-bottom: 15px;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about p {
    color: #14212D;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list ul{
    display: flex;
    flex-flow: row wrap;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list ul li {
    border: 1px solid #DCDCDC;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list ul li:last-child{
    margin-right: 0;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list ul li a{
    color: #14212D;
    display: block;
    padding: 5px 10px;
    background: #F3F6FD;
  }

  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list li:hover a{
    color: #3F7BBF;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-about .product-about-list.active {
    color: #3F7BBF;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-info {
    color: #696969;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-info p {
    margin-bottom: 8px;
	color: #14212D;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-info p span {
    color: #14212D;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn {
    display: flex;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn .btn {
    width: 120px;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn .btn a{
    color: #fff;
    display: block;
    padding: 8px 0;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn .btn_primary {
    background: #1D64B4;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn .btn_success {
    background: #6DB132;
  }
  .productDetail .productdetail_contant .product-item-info .product-item-info-r .product-wrapper .product-btn .btn_warn {
    background: #F3790D;
  }
  .productDetail .productdetail_contant .xk_product_tabs {
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_nav {
    border: 1px solid #DCDCDC;
    border-bottom: 2px solid #1D64B4;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_nav ul {
    display: flex;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_nav ul li {
    cursor: pointer;
    margin: 0 20px 0 30px;
    padding: 12px 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 16px;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_nav ul li.active {
    background: #1D64B4;
    color: #fff;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container {
    width: 1080px;
    margin: 0 auto;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container h2 {
	margin-bottom: 15px; 
	margin-top: 15px;
  }
  .productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container p{
    font-size: 16px;
	text-align: left;
	line-height: 28px;
  }
  .productDetail .productdetail_contant .about {
	padding-bottom: 60px;
	max-width: 1200px;
    margin: 0 auto;
  }
  .productDetail .productdetail_contant .about > h3 {
    color: #494949;
    font-size: 18px;
    padding: 5px 12px;
    border-left: 5px solid #1c67b6;
    margin-bottom: 30px;
    width: 100%;
  }
  .productDetail .productdetail_contant .about_content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    width: 100%;
  }
  
  .productDetail .productdetail_contant .about_content .about_item {
    position: relative;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .productDetail .productdetail_contant .about_content .about_item:nth-child(5n){
    margin-right: 0;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper {
    background: #E6EDF6;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper .about_item_img {
    width: 100%;
    overflow: hidden;
    background: #E6EDF6;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper .about_item_img img {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper h3 {
    text-align: center;
    padding: 10px 0;
    color: #14212D;
    font-size: 16px;
    background: #fff;
    margin: 0;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper:hover h3 {
    color: #1D64B4;
  }
  .productDetail .productdetail_contant .about_content .about_item .about_item_wrapper:hover img {
    transform: scale(1.2, 1.2);
  }

  .productDetail .download {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .productDetail .download .item {
    width: 50%;
  }
  .download .item .container .title {
    width: 85%;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 15px;
  }
  .productDetail .download .item .container .title h3 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 3px solid #1D64B4;
  }
  .productDetail .download .item .container .content {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
  }
  .productDetail .download .item .container .content p {
    margin-bottom: 8px;
    cursor: pointer;
  }
  .productDetail .download .item .container .content p a{
	 color: #666666;
	 text-decoration: underline;
  }
  .productDetail .download .item .container .content p:hover a {
    color: #1D64B4;
  }
  .productDetail .apply {
    position: relative;
  }
  .productDetail .apply .apply_head {
    background: #f6f6f6;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
  }
  .productDetail .apply .apply_body {
    border: 1px solid #e8e8e8;
    border-bottom: none;
  }
  .productDetail .apply .apply_body .apply_item {
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
  }
  .productDetail .apply .apply_body .apply_item a {
	color: #666666;
	 text-decoration: underline;
  }
  .productDetail .apply .apply_body .apply_item span {
    margin-right: 20px;
  }
  .productDetail .apply .apply_body .apply_item:hover a {
    color: #1D64B4;
  }
  .productDetail .parm table,
  .productDetail .series table{
    border: 1px solid #e8e8e8 !important;
    border-right: 0;
    border-bottom: 0;
    width: 100% !important;
    border-collapse: collapse;
    text-align: left;
    border-radius: 4px 4px 0 0;
  }
  .productDetail .parm table thead > tr,
  .productDetail .series table thead > tr,
  .productDetail .parm table tbody > tr,
  .productDetail .series table tbody > tr
  {
    transition: all 0.3s, height 0s;
  }
  .productDetail .parm table thead > tr:first-child > th:first-child,
  .productDetail .series table thead > tr:first-child > th:first-child{
    border-top-left-radius: 4px;
  }
  .productDetail .parm table thead > tr > th,
  .productDetail .series table thead > tr > th,
  .productDetail .parm table tbody > tr > td,
  .productDetail .series table tbody > tr > td
  {
    border-right: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 8px 16px;
    border-left: none !important;
    border-top: none !important;
  }
  .productDetail .parm table thead > tr > th,
  .productDetail .series table thead > tr > th
  {
    background: #f6f6f6 !important;
    transition: background 0.3s ease;
    text-align: left !important;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500 !important;
  }
  .productDetail .parm table tbody > tr:nth-child(odd) td,
  .productDetail .series table tbody > tr:nth-child(odd) td
  {
    background: #f6f6f6 !important;
  }
  .productDetail .parm table tbody > tr:first-child td,
  .productDetail .series table tbody > tr:first-child td
  {
    background: #3db6f1 !important;
    font-weight: 500 !important;
    color: #fff !important;
  }
  .productDetail .parm table tbody > tr > td,
  .productDetail .series table tbody > tr > td,
  {
    transition: all 0.3s, border 0s;
  }
  .productDetail .parm table thead > tr > th p,
  .productDetail .series table thead > tr > th p,
  .productDetail .parm table tbody > tr > td p,
  .productDetail .series table tbody > tr > td p
  {
    margin-bottom: 0 !important;
  }
  .productDetail .parm table tbody > tr:first-child > td p span,
  .productDetail .series table tbody > tr:first-child > td p span
  {
    font-weight: bold !important;
  }
  .productDetail .parm table thead > tr > th p span,
  .productDetail .series table thead > tr > th p span,
  .productDetail .parm table tbody > tr > td p span,
  .productDetail .series table tbody > tr > td p span
  {
    font-family: Arial !important;
    font-weight: 500 !important;
  }


.productTable {
	border: 2px solid #77c5e9;
}

.productTable thead {
	background-color: #0095D9;
	color: #d5edf8;
	font-size: 12px;
	font-weight: bold;
}
.productTable thead td {
	border-right: 1px solid #a6d9f1 !important;
	border-bottom: 1px solid #a6d9f1 !important;
	padding: 0 4px !important;
}
.productTable thead tr:last-child td {
	border-bottom: 0;
}
 .productTable tbody > tr:first-child td {
	 background: none !important;
	 color: #737375 !important;
 }
.productTable tbody td {
	color: #737375 !important;
	font-size: 12px;
}
.productTable tbody td {
	border-right: 1px dotted #77c5e9 !important;
	border-bottom: 1px dotted #77c5e9 !important;
	padding: 0 4px !important;
}
.productTable tbody > tr:nth-child(odd) td {
	background-color: #ffffff !important;
}
.productTable tbody tr:nth-child(2n) td {
	background-color: #DCF1FA !important;
}
.productTable tbody tr td:last-child {
	border-right: 0;
}

.productTable tbody tr:last-child td {
	border-bottom: 0;
}



.productVerticalTable {
	border: 1px solid #e8e8e8;
}
.productVerticalTable tbody > tr:first-child th,
.productVerticalTable tbody > tr:first-child td {
	background-color: #0095D9 !important;
	    font-weight: bold;
}
.productVerticalTable th,
.productVerticalTable td {
	padding: 8px 10px;
}
.productVerticalTable th {
	background-color: #3db6f1;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #a6d9f1;
	border-bottom: 1px solid #a6d9f1;
}
.productVerticalTable tr:last-child th {
	border-bottom: 0;
}
 
.productVerticalTable td {
	color: #737375;
}
.productVerticalTable td {
	border-right: 1px dotted #77c5e9;
	border-bottom: 1px dotted #77c5e9;
}
.productVerticalTable tr td:last-child {
	border-right: 0;
}

.productVerticalTable tr:last-child td {
	border-bottom: 0;
}
  @media screen and (max-width: 1200px) {
    .productdetail_contant {
      width: 92%;
      margin: 0 auto;
    }
    .productDetail .gallery-thumbs .swiper-slide {
      width: 22.4% !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .productDetail .gallery-thumbs .swiper-slide {
      width: 22% !important;
    }
	.productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container {
		width: 90% !important;
	}
  }
  @media screen and (max-width: 768px) {
    .productdetail_contant {
      width: 90%;
    }
    .productDetail .gallery-thumbs .swiper-slide {
      width: 23% !important;
    }
    .productdetail_contant .product-item-info {
      margin-top: 0 !important;
    }
	.productDetail .productdetail_contant .product-item-info{
		margin-bottom:30px;
	}
    .productdetail_contant .product-item-info .product-item-info-l {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 110px;
    }
    .productdetail_contant .product-item-info .product-item-info-r {
      width: 100% !important;
    }
    .productdetail_contant .product-item-info .product-item-info-r .product-title .title h3 {
      font-size: 18px !important;
    }
	.productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container h2{
		font-size:18px;
		margin-top: .5em;
	}
	.productDetail .productdetail_contant .xk_product_tabs .xk_product_tabs_container p{
		font-size:14px;
	}
    .productdetail_contant .product-item-info .product-item-info-r .product-btn {
      justify-content: space-between;
    }
    .productdetail_contant .product-item-info .product-item-info-r .product-btn .btn {
      margin: 0 !important;
      width: 30% !important;
      font-size: 14px;
    }
    .productdetail_contant .xk_product_tabs {
      width: 100% !important;
    }
    .productdetail_contant .xk_product_tabs .xk_product_tabs_nav {
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
    }
    .productdetail_contant .xk_product_tabs .xk_product_tabs_nav ul li {
      padding: 5px 8px !important;
      font-size: 12px !important;
      margin: 0px !important;
    }
    .productdetail_contant .xk_product_tabs .xk_product_tabs_container {
      width: 100% !important;
    }
    .productdetail_contant .xk_product_tabs .xk_product_tabs_container img {
      width: 100%;
    }
    .productdetail_contant .about_content {
      width: 100% !important;
	  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
    }
    .productdetail_contant .about_content > h3 {
      font-size: 16px !important;
      margin-bottom: 20px !important;
    }
    .productdetail_contant .about_content .about_item {
      width: 48% !important;
    }
    .productDetail .productdetail_contant .about_content .about_item:nth-child(2n){
      margin-right: 6px !important;
    }
    .productDetail .productdetail_contant .about_content .about_item:nth-child(4n){
      margin-right: 15px !important;
    }
    .productdetail_contant .about_content .about_item h3 {
      font-size: 14px !important;
    }
    .productDetail .download .item {
      width: 100% !important;
    }
    .productDetail .download .item .title {
      width: 100% !important;
    }
  }
  @media screen and (max-width: 420px) {
    .productdetail_contant .about_content .about_item {
      width: 100% !important;
    }
	.productdetail_contant .about_content .about_item:nth-child(even) {
		margin-right: 6px !important;
	}
	.productdetail_contant .about_content .about_item:nth-child(odd) {
		margin-right: 0px !important;
	}
  }
  @media screen and (max-width: 476px) {
    .productdetail_contant .about_content .about_item {
      width: 100% !important;
    }
  }