
*{
  margin: 0;
  padding: 0;
}
/* html{font-size:62.5%;} 
body{font-size:12px;}  */
li{
  list-style: none;
}
a {
  text-decoration: none;
}

.detail-product {
  margin-top: 60px;
}
.Product-comparison .top img {
  width: 100%;
}
.container .title {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  margin-top: 20px;
}
.container .title .left {
  float: left;
  font-size: 22px;
}
.container .title .right {
  float: right;
  height: 40px;
}
.container .title .right p a {
  /* font-size: 14px;
  color: #616161; */
  display: inline-block;
  padding-right: 3px;
  font-size: 15px;
  line-height: 36px;
  color: #000000;
  /* font-weight: 300; */
  font-family: "Microsoft Ya Hei Light";
}
.container .title .right p a:hover, .active {
  text-decoration: none;
  color: #cc2239 ;
}
.container .title .right p img {
  float: left;
  margin: 10px 5px 0 0;
}

.Product-comparison .container .table-responsive .product-img {
  width: 40%;
}
.Product-comparison .container .table-responsive .one {
  line-height: auto;
}
.Product-comparison .container .table-responsive .one .one-td1 {
  vertical-align:middle;
}
.Product-comparison .container .table-responsive .one .one-td2 {
  text-align: center;
  font-size: 14px;
  color: #616161;
  flex: 1;
}
.Product-comparison .container .table-responsive .table tr td {
  font-size: 14px;
  color: #616161;
}
.Product-comparison .container .table-responsive .table tr td:first-child {
  min-width: 80px;
  background: #f1f2f7;
}

.detail-product {
  height: 100%;
}
.detail-product .head_product  {
  background: #f1f2f7;
}
.detail-product .head_product .swiper-container {
  height: 148px;
  box-sizing: border-box;
  padding: 0 50px;
  overflow:hidden;
}
.detail-product .head_product .swiper-container .swiper-button-next, .detail-product .head_product .swiper-container .swiper-button-prev {
  height: 26px !important;
  width: 26px !important;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.detail-product .head_product .swiper-container .swiper-button-next:after, .detail-product .head_product .swiper-container .swiper-button-prev:after {
  font-size: 12px !important;
  color: #fff;
  font-weight: bold !important;
}
.detail-product .head_product .swiper-container .swiper-wrapper .swiper-slide {
  width: 120px;
  text-align: center;
  height: 148px;
  box-sizing: border-box;
  padding-top: 15px;
}
.detail-product .head_product .swiper-container .swiper-wrapper .swiper-slide .img-img {
  width: 80px;
  height: 80px;
}
.detail-product .head_product .swiper-container .swiper-wrapper .swiper-slide p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 5px 10px 0;
  box-sizing: border-box;
}
.detail-product .detail-content .title .left h3 {
  padding: 0;
  width: 210px;
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  color: #585858;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: url("../image/index/left-t-arr.png") no-repeat;
}
.detail-product .detail-content .title .left .h3 {
  background: url("../image/index/left-t-d.png") no-repeat;
  color: #fff;
}
.detail-product .detail-content .title .left {
  position: relative;
}
.detail-product .detail-content .title .left .left-detail-ul {
  height: 390px;
  display: none;
  margin: 0;
  z-index: 9999;
  position: absolute;
  top: 40px;
  left: 0;
  height: 500px;
}
.detail-product .detail-content .title .left:hover .left-detail-ul {
  display: block;
}
.detail-product .detail-content .title .left .div {
  text-align: center;
  height: 110px;
  position: relative;
}
.detail-product .detail-content .title .left .div .menu-dow-img {
  width: 15px;
  margin: 5px auto;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9999;
  cursor: pointer;
}
.detail-product .detail-content .title .left .div .b-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li {
  border-bottom: 1px solid #e5e6ea;
  /* line-height: 35px; */
  height: 40px;
  text-align: left;
  width: 210px;
  color: #585858;
  background: #f6f6f9;
  position: relative;
  display: none;
}
.detail-product .detail-content .title .left .left-detail-ul li a {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  height: 35px;
  color: #585858;
  background: #f6f6f9;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li:hover {
  background: #cc2239;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li:hover a {
  color: #fff;
  text-decoration: none;
  background: #cc2239;
}
.detail-product .detail-content .title .left .left-detail-li:nth-child(-n+10) {
  display: block;
}
.detail-product .detail-content .title .left .chanpin-div-active .div .menu-dow-img {
  transform: rotate(180deg);
}

.detail-product .detail-content .title .left .chanpin-div-active .left-detail-li {
  display: block !important;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul {
  overflow: hidden;
  height: auto;
  width: 300px;
  background: #f1f2f7;
  position: absolute;
  top: 0;
  left: 210px;
  z-index: 999;
  display: block;
  padding: 10px 0;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul p {
  width: 100%;
  text-align: center;
  background: url('../image/index/ulli-bg.png') no-repeat center bottom;
  color: #000;
  font-size: 16px;
  float: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul li a {
  width: 200px;
  display: block;
  color: #585858;
  background: #f1f2f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul li a:hover {
  color: #cc2239;
  text-decoration: none;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li .son-ul{
  display: none;
}
.detail-product .detail-content .title .left .left-detail-ul .left-detail-li:hover .son-ul{
  display: block;
}

/* ================================================ */
.detail-product .product-main {
  overflow: hidden;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.detail-product .product-main .pro-ma-l {
  float: left;
  width: 50%;
}
.detail-product .product-main .swiper-container1 {
  box-sizing: border-box;
  padding: 0;
  overflow:hidden;
  width: 100%;
  padding-left: 50px;
  position: relative;
  /* height: 100px; */
}
.detail-product .product-main .swiper-container .swiper-wrapper .swiper-slide {
  width: 74px;
  text-align: center;
  height: 74px;
  box-sizing: border-box;
  padding-top: 0;
  overflow: hidden;
}
.detail-product .product-main .swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 74px;
  margin: 0 auto;
}

.detail-product .product-main .swiper-container1 .swiper-button-next, .detail-product .product-main .swiper-container1 .swiper-button-prev {
  height: 26px !important;
  width: 26px !important;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 70px;
}
.detail-product .product-main .swiper-container1 .swiper-button-next {
  /* right: -30px; */
}
.detail-product .product-main .swiper-container1 .swiper-button-next:after, .detail-product .product-main .swiper-container1 .swiper-button-prev:after {
  font-size: 12px !important;
  color: #fff;
  font-weight: bold !important;
}

.magnifierContainer {
  display: flex;
  margin-top: 30px;
}
.imgMedium {
  position: relative;
}
.imgLeft {
  width: 400px;
}
.imgLeft .magnifier {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
}
.mediumContainer {
  width: 400px;
  overflow: hidden;
  text-align: center;
}
.mediumContainer img {
  width: 400px;
  height: 400px;
}
#zhezhao {
  width: 400px;
  height: 400px;
  background: transparent;
  position: absolute;
  top: 0;
}
#zhezhao:hover {
  cursor: move;
}
.img_x {
  width: 350px;
  height: 77px;
  margin-top: 20px;
  display: flex;
}
.img_x li{
  width: 54px;
  height: 54px;
  border: 2px solid transparent;
  margin: 8px 4px;
  padding: 2px;
}
.imgRight {
  z-index: 999;
}
.img_u {
  width: 500px;
  height: 450px;
  border: 1px solid #eee;
  float: left;
  margin-left: 15px;
  overflow: hidden;
  display: none;z-index: 999;
}

.detail-product .product-main .pro-ma-t-r {
  width: 50%;
  height: 484px;
  float: right;
  position: relative;
  line-height: 30px;
}
.detail-product .product-main .pro-ma-t-r h3 {
  margin: 20px 0;
  line-height: 40px;
  font-size: 22px;
  color: #111;
}
.detail-product .product-main .pro-ma-t-r p {
  font-size: 13px;
  color: #8e8e8e;
  margin: 0;
  width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  background: url('../image/index/cir.png') no-repeat left center;
  background-size: 4px 4px;
  padding-left: 20px;
  margin-left: -20px;
}
.detail-product .product-main .pro-ma-t-r p span {
  width: 75px;
  text-align: left;
  color: #000;
}
.detail-product .product-main .pro-ma-t-r .pro-video {
  display: inline-block;
  width: 80px;
  height: 85px;
  margin: 50px 8px 0 0;
  text-align: center;
}
.detail-product .product-main .pro-ma-t-r .pro-video i {
  display: inline-block;
  height: 48px;
  width: 48px;
  background: #cc2239;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  -ms-border-radius: 50%;
  line-height: 48px;
}
.detail-product .product-main .pro-ma-t-r .pro-video i img {
  width: 76%;
}
.detail-product .product-main .pro-ma-t-r .pro-video span {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  color: #616161;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom {
  font-size: 13px;
  line-height: 16px !important;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-qzone {
  background: url('../image//index/top_logos_sprite.png') no-repeat 0 -234px;
  display: inline-block;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-sinaminiblog {
  background: url('../image//index/top_logos_sprite.png') no-repeat 0 -270px;
  display: inline-block;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-weixin {
  background: url('../image//index/weixin.png') no-repeat;
  display: inline-block;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-renren {
  background: url('../image//index/top_logos_sprite.png') no-repeat 0 -252px;
  *display: inline;
  display: inline-block;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-qqmb {
  background: url('../image//index/top_logos_sprite.png') no-repeat 0 -198px;
  *display: inline;
  display: inline-block;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom .bshare-more.more-style-addthis {
  background: url('../image/index/more-style-addthis.png') no-repeat;
}
div.bshare-custom .bsPromo.bsPromo2 {
  background: url('../image/index/bshare_promo_sprite.gif') no-repeat;
  cursor: pointer;
}
a.bshareDiv .bsPromo, div.bshare-custom .bsPromo {
  display: none;
  position: absolute;
  z-index: 100;
}
.bshare-custom a {
  filter: grayscale(1);
}
div.bshare-custom .bsPromo.bsPromo2 {
  background: url('../image/index/bshare_promo_sprite.gif') no-repeat;
  cursor: pointer;
}
a.bshareDiv .bsPromo, div.bshare-custom .bsPromo {
  display: none;
  position: absolute;
  z-index: 100;
}
.detail-product .product-main .pro-ma-t-r .bshare-custom a {
  padding-left: 19px;
  height: 16px;
  text-decoration: none;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  margin-right: 3px;
  opacity: 1;
}
.detail-product .product-main .pro-ma-t-r .pro-video:hover i {
  background: #960019;
}
.detail-product .product-main .pro-ma-t-r .pro-video:hover span {
  color: #cc2239;
}

/* 说明书 */

.xinxi{
	display:none;
	height: 100%;
	width:100%;
	background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
	position: fixed;
	z-index: 9999999;
  top: 0;
}
.xinxi .close{
	font-size: 32px;
	font-weight: 600;
	color: #666;
	position: absolute;;
	top: 10px;
	right: 10px;

}
.xinxi .mail-main{
	height: 550px;
	width:720px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 70px auto;
	padding: 50px 0 0 140px;
	position: relative;
}
.xinxi .mail-main h4{
	font-weight: 600;

}
.xinxi .mail-main p{
	line-height: 30px;
	margin-bottom:0;
}
.xinxi .mail-main .form-table{
	padding-top:24px;
	overflow: hidden;
}
.xinxi .mail-main .form-table label{
	height: 32px;
	width:86px;
	text-align:center;
	line-height: 32px;
	font-weight: 100;
	float: left;
	text-justify:justify;
	text-align-last:justify;
	-moz-text-align-last:justify;
	-webkit-text-align-last:justify;
	

}
.xinxi .mail-main .form-table .inputgroup{
	padding-bottom: 10px;
	overflow: hidden;
}
.xinxi .mail-main .form-table .inputgroup input{
	height: 32px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding-left: 10px;
	 float: left;
}
.xinxi .mail-main .form-table .inputgroup textarea{
	height: 92px;
	width:296px;
	line-height: 32px;
	 background:#fff;
	 border: 1px solid #dfdfdf;
	 padding:0 10px;
	 resize:none;
	 float: left;

}
.xinxi .mail-main .form-table .inputgroup .mail-sub{
	height: 32px;
	width:100px;
	background: #cc2239;
	color: #fff;
	text-align:center;
	line-height: 30px;
	padding-left:0;
	padding:0; 
	margin-left:86px;
}
.xinxi .mail-main .form-table .inputgroup .mail-sub:hover{
	 
	background: #960019;
	 
}
.xinxi .mail-main .form-table .inputgroup span{
	width:40px;
	text-align: center;
	color:#cc2239;
	font-size:16px;
	float: left;

}

.pro-ma-b-con{
 padding-top:28px;	
}
.pro-ma-b-con ul li{
 min-height:350px;
} 
.pro-ma-b-con h4{
 font-size: 16px;
   color: #cc2239;
   height: 16px;
   line-height: 16px;
   /* border-left: 2px solid #cc2239; */
   /* padding-left: 10px; */
   margin-bottom: 16px;
   display: flex;
   align-items: center;
}
.pro-ma-b-con h4 img {
  padding-right: 10px;
  width: 30px;
  margin-top: 2px;
}
.pro-ma-b-con table{
	width:100%;
	 
	 
}
.pro-ma-b-con table td{
	 
	text-align:center;
	border:1px solid #ededed;
}
.pro-ma-b-con table{
 padding-top:16px;
 border-top:1px solid #dfdfdf;	
}
.pro-ma-b-con-main{ 
 padding:10px 0 15px 0;
 /* border-top:1px solid #f1f2f7; */
}
.pro-ma-b-con-main p,
.pro-ma-b-con-main span,
.pro-ma-b-con-main h1,
.pro-ma-b-con-main{
  font-size: 14px !important;
  font-family: Arial !important;
  line-height: 24px !important;
}
.pro-ma-b-con-main h1 {
  margin: 0;
}
.pro-ma-b-con-main p img {
  width: 100%;
}
.pro-ma-b-con ul li{
	display:none;
	 
}
.pro-ma-b-con ul li.current{
	display:block;
	 
}
.pro-ma-b-con ul li a {
  color: #cc2239;
}
.pro-ma-b-con ul li tr{
	min-height:30px;
	line-height:28px;
	background:#fafafa;
	 
}
.pro-ma-b-con ul li tr:nth-child(2n){
	background:#fff;
		
}
.pro-ma-b-con ul li.jbpz tr{
	background:#fff;
}
.pro-ma-b-con ul li.jbpz tr img{
	height: 100px;
	width:100px;
	margin: 0 5px;
}
.pro-ma-b-con ul li.jbpz tr:nth-child(4n+1) td:nth-child(first){
	width:150px;
}

.product-title {
  padding: 20px 0;
}
.product-title h3 {
  font-size: 22px;
  color: #2a2b2b;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  margin: 0;
  padding: 0;
}
#btnPrint {
  width: 100px;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #cc2239;
  color: #fff;
  font-size: 14px;
  margin: 30px auto;
  cursor: pointer;
}
#printContet #pdfPrintJquery {
  display: none;
}

@media screen and (max-width: 500px) {
.pro-ma-b-con-main {
  width:100% !important;
}
.xinxi .mail-main {
  width: 90% !important;
  box-sizing:border-box;
  padding: 25px 2rem 0 !important;
}
}