@charset "utf-8";
.pro_in_contents{position: relative;
  padding-top:1.2rem;
  padding-bottom: 1rem;}
  .pro_in_lists ul { margin-right:-3%;}
.pro_in_lists ul li {
  padding: 0;
  float: left;
  width: 47%;
  margin-right: 3%;
  background-color: #fff;
  margin-bottom: 3%;
  display: inline;
  border-radius: 0.2rem;
  box-shadow: 0 0px 13px 0 rgba(69,69,69,0.05); height:5rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pro_in_lists ul li a  { display:block; padding:0.3rem 0.4rem; padding-left:0.5rem; padding-right:0;}
.pro_in_lists ul li a .left_img_over{ float:right; width:44%; height:100%; padding-top: 0.15rem;}
.pro_in_lists ul li a .left_img_over  .left_img{overflow: hidden;
  height: 4rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;}

.pro_in_lists ul li a .left_img_over  .left_img img {
  -webkit-transition: -webkit-transform 0.6s ease 0s;

  transition: transform 0.6s ease 0s;

  max-width:100%;

  max-height: 100%;

  object-fit: contain;

}
.pro_in_lists ul li a:hover .left_img_over  .left_img img {-webkit-transform: scale(1.10) ; -moz-transform: scale(1.10); transform: scale(1.10);}
.pro_in_lists ul li a .right_font{ float:left; width:54%; padding-top:0.3rem;}
.pro_in_lists ul li a .right_font .name{font-size: 0.55rem;
  margin-bottom: 0.2rem;
  color: #242933;
  font-family: "family_DIN";
  line-height: 1;}
.pro_in_lists ul li a .right_font .sub_name{ position:relative; font-size:0.2rem; margin-bottom:0.3rem; padding-bottom:0.3rem; color:#242933}
.pro_in_lists ul li a .right_font .sub_name::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #F0F4F9;
  z-index: 1;
}
.pro_in_lists ul li a .right_font .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 20%;
  height: 3px;
  background-color: #F5D751;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pro_in_lists ul li a:hover .right_font .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #F5D751;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pro_in_lists ul li a .right_font .dsecip{font-size: 0.16rem;
  color: #666;
  line-height: 2;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: hidden;}
.pro_in_lists ul li a .right_font .fonts_more_link{ display:inline-block; border:#000 1px solid; padding:0.15rem 0.3rem;display: flex;
  justify-content: center;
  align-items: center;color:#000; font-size:0.13rem;width: 0.8rem; margin-top:0.3rem;border-radius: 0.5rem;}
.pro_in_lists ul li a .right_font .fonts_more_link img{ height:0.13rem; margin-left:0.1rem;}
.pro_in_lists ul li a:hover .right_font .fonts_more_link{background-color: #F5D751;
  color: #000;
  border: #F5D751 1px solid;}
.pro_in_lists ul li:hover{box-shadow: 0 0px 13px 0 rgba(69,69,69,0.1);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
  
.pro_in_lists ul li:nth-child(n+7) {
            display: none;
        }
		
		
.pro_info_contents{}
.pro_info_backs{background: #F5F7FA url(../images/pro_info_case_back.jpg) center center no-repeat;
    background-size: auto;
  background-size: cover;}
.pro_info_canshu{background-color: #fff;
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;}
.pro_info_canshu_table{ margin-top:0.3rem;}
.pro_info_canshu_table table{ background-color:#656D7F;border: 1px solid #656D7F;}
.pro_info_canshu_table table td{ background-color:#fff; line-height:0.55rem;border: 1px solid #656D7F;}
.pro_info_canshu_table table .back_color01 td{ background-color:#f0f3fb;}
.pro_info_canshu_table .line_titile td{ background-color:#1B4E98; color:#fff; font-size:0.16rem;}
.pro_info_canshu_table  .back_color td{ background-color:#f3f6fa; color:#1B4E98;}
.pro_info_canshu_table table .back_color01{ background-color:#f0f3fb;}
.pro_info_youshi{background: #F5F7FA url(../images/back_img_pro.jpg) center center no-repeat;
    background-size: auto;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom:0.6rem;}
  
 .pro_info_youshi_list { margin-top:-0.1rem;}
 .pro_info_youshi_list ul {
  margin-right: -3%; padding-top:0.2rem; 
}
 .pro_info_youshi_list ul li{padding: 0;
  float: left;
  width: 41%;
  margin-right: 3%;
  background-color: #fff;
  margin-bottom: 3%;
  display: inline;
  border-radius: 0.2rem;
  box-shadow: 0 0px 13px 0 rgba(69,69,69,0.05);
  height:auto;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s; padding:3%;transition: transform 0.3s ease;}
 .pro_info_youshi_list ul li:hover{transform: translateY(-10px);box-shadow: 0 0px 13px 0 rgba(69,69,69,0.25);}  
 .pro_info_youshi_list ul li .left_imgs {
  vertical-align: middle;
  display: table-cell;
  width: 28%;
}
.pro_info_youshi_list ul li .left_imgs img{-webkit-transition: -webkit-transform 0.6s ease 0s;transition: transform 0.6s ease 0s; width:82%;border-radius:50%;}
.pro_info_youshi_list ul li:hover .left_imgs img{-webkit-transform: scale(1.15) ; -moz-transform: scale(1.15); transform: scale(1.15);}
.pro_info_youshi_list ul li .right_fontsd {
  vertical-align: middle;
  display: table-cell;
  width: 72%;
  padding-left:5%;
}
.pro_info_youshi_list ul li .right_fontsd .titile{ font-size:0.3rem; line-height:1.6; margin-bottom:0.2rem;}
.pro_info_youshi_list ul li .right_fontsd .descipesd{ font-size:0.18rem; color:#656D7F;  line-height:0.4rem; height:0.8rem} 
 
.pro_info_banner{width: 100%;background: #F5F7FA url(../images/pro_info_banner_back.jpg) center center no-repeat;
  z-index: 2;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; padding-top:1.2rem; padding-bottom: 1rem; }
.pro_info_banner .positons_pro_info{width: auto;
  z-index: 20;
  margin-top: -0.1rem;
  color: rgba(44,52,78,0.6);
  display: flex;
  justify-content: left;
  align-items: center;}
.pro_info_banner .positons_pro_info svg {
  height: 0.16rem;
  width: auto;
  display: inline-block;
  margin-right: 0.05rem;
}
.pro_info_banner .positons_pro_info a.back_up{ display: inline-block; margin-left: 0.3rem}
.pro_info_banner .positons_pro_info  a{color:rgba(44,52,78,0.6)}
.pro_info_banner .positons_pro_info  a:hover{ color:rgba(44,52,78,0.9)}
.pro_info_banner .pro_info_banner_con{}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l{ float: left; width: 40%; padding-top: 1.3rem;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .name{ font-size:0.44rem; margin-bottom:0.2rem; color:#242933}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .sub_name{ position:relative; font-size:0.24rem; margin-bottom:0.3rem; padding-bottom:0.3rem; color:#242933}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .sub_name::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color:rgba(101, 109, 127, 0.15);
  z-index: 1;
}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 20%;
  height: 3px;
  background-color: #E60012;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l:hover .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #E60012;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.pro_info_banner .pro_info_banner_con .pro_info_banner_l .dsecip{ font-size:0.16rem; margin-bottom:0.5rem; color:#656D7F; line-height:2;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .down_pdf a{display: inline-block;
  border: #1B4E98 1px solid; background-color: #1B4E98;
  padding: 0.15rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.14rem;
  width: 1.2rem;
  margin-top: 0.3rem;border-radius: 0.5rem;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .down_pdf a img {
  height: 0.15rem;
  margin-right: 0.1rem;
}
.pro_info_banner .pro_info_banner_con .pro_info_banner_l .down_pdf a:hover{transform: translateY(-10px);}
.pro_info_banner .pro_info_banner_con .pro_info_banner_r{ float: right; width: 50%;}  
.pro_info_banner .pro_info_banner_con .pro_info_banner_r a { position: relative; width:100%;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
  .pro_info_banner .pro_info_banner_con .pro_info_banner_r a:hover {-webkit-transform: scale(1.05) ; -moz-transform: scale(1.05); transform: scale(1.05);}
  
  
.pro_info_banner .pro_info_banner_con .pro_info_banner_r a .pro_info_banner_rimg{overflow: hidden;
  height: 7rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;} 
.pro_info_banner .pro_info_banner_con .pro_info_banner_r a .pro_info_banner_rimg img {
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.pro_info_banner .pro_info_banner_con .pro_info_banner_r a .pro_info_banner_rimg img.big_pic{opacity:1;display: block;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_r a .pro_info_banner_rimg img.img360_pic{opacity: 0;display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_r:hover .pro_info_banner_rimg img.big_pic{opacity: 0;display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.pro_info_banner .pro_info_banner_con .pro_info_banner_r:hover .pro_info_banner_rimg img.img360_pic{opacity: 1;display: block;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.pro_tab{ background: #ffffff; text-align: center;box-shadow: 0 0px 13px 0 rgba(69,69,69,0.55);}
.pro_tab ul li{ display: inline-block;  margin:0 5%;}
.pro_tab ul li a{ position: relative; display: block; font-size: 0.18rem; padding: 0.25rem 0.6rem;}
.pro_tab ul li a:hover{ color: #1B4E98;}
.pro_tab ul li a::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 20%;
  height: 3px;
  background-color: #fff;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pro_tab ul li a:hover::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #1B4E98;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.search_result{ font-size: 0.3rem; font-weight: bold; padding-top: 0.3rem; padding-bottom: 0.3rem;}


.abo_src5_con_box{ margin-top:0.5rem; margin-bottom:0.8rem;}
	.abo_src5_con_box>a{position: relative;
  display: inline;
  float: left;
  width: 16%;
  overflow: hidden;
  margin-right: 1%;
  border-radius: 0.1rem;}
    /*.abo_src5_con_box>a:first-child{display: block; float: left; width:40%}*/
	.abo_src5_con_box>a.on{display: block; float: left; width:48%}


	.abo_src5_con_box>a .pro_img_box{ height: 5.5rem; width: 100%; background-size: cover;background-repeat: no-repeat; background-position: center center;position: relative; transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
	.abo_src5_con_box>a:hover .pro_img_box{ transform: scale(1.06);
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1;
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0),    /* 顶部透明 */
    rgba(0, 0, 0, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(0,0,0,0), 
    rgba(0,0,0,0.7)
  );
}
.abo_src5_con_box>a.on .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1; 
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0),    /* 顶部透明 */
    rgba(0, 0, 0, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(0, 0, 0,0), 
    rgba(0, 0, 0,0.7)
  );
}
.abo_src5_con_box>a .pro_font_box{ position: absolute; left: 0.5rem; bottom: 0.5rem; z-index: 2; font-size: 0.16rem; font-weight: bolder; color: #ffffff; line-height: 1.4; font-size: 0.24rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;padding-right: 0.5rem;}
.abo_src5_con_box>a.on .pro_font_box{display: block;font-size: 0.24rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a .pro_font_box h3{ line-height: 1; margin-bottom: 0.3rem; font-size: 0.2rem;}
.abo_src5_con_box>a.on .pro_font_box h3{ font-size: 0.24rem;}
.abo_src5_con_box>a .pro_font_box .descipes{ line-height: 1.6; margin-right: 0%; font-size: 0.16rem; font-weight: normal; display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a.on .pro_font_box .descipes{ display: block;overflow: hidden;-webkit-line-clamp: 4;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}

.abo_src5_con_box>a .numbers{ position: absolute; left: 0.5rem; top: 0.4rem; z-index: 2; font-size: 0.35rem; font-weight: bolder; color: #ffffff; line-height: 1.4;font-family: "family_DIN";color:rgba(255, 255, 255, 0.2);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s; }
.abo_src5_con_box>a.on .numbers{font-size: 0.7rem; color:rgba(255, 255, 255, 0.5);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s;}
 .pro_infos_content{background: #FFFFFF url(../images/con_guonei_back.png) center top no-repeat;
    background-size: auto;
  background-size: 100% auto;
  padding: 1.2rem 0;
}


.pro_infos_content{}
.pro_infos_content .pro_more_imgs{ float: left; width: 45%;background-color:#fff;  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); border-radius: 0.2rem}
.pro_infos_content .pro_more_imgs .item{position: relative; width: 100%; height: 6rem; transition: transform 0.5s ease; }
.pro_infos_content .pro_more_imgs .item img{display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;}
.pro_infos_content .pro_more_imgs .item:hover{transform: scale(1.10);}

.pro_infos_content .slick-prev{border:0; background: url(../images/btn_l.png) center center no-repeat;background-size: contain;
  width: 0.3rem;
  height: 0.3rem;margin-top: 0;}
.pro_infos_content .slick-next{border:0; background: url(../images/btn_r.png) center center no-repeat;background-size: contain;
  width: 0.3rem;
  height: 0.3rem;margin-top: 0;}

.pro_infos_content .slick-dots li {
	position:relative;
	display:inline-block;
	margin:0 0.1rem;
	padding:0;
	cursor:pointer
}
.pro_infos_content .slick-dots li button {
	border:0;
	display:block;
	height:2px;
	width:0.3rem;
	padding:0;
	margin:0;
	outline:none;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:#d6d6d6;
	border-radius:0px
}
.pro_infos_content .slick-dots li.slick-active button {
	background:#F5D751; width: 0.4rem;
}
.pro_infos_content .pro_more_font{ float: right; width: 48%;}
.pro_infos_content .pro_more_font .titile{position: relative; padding-left:0.3rem;font-size: 0.50rem; color: #124b89; font-weight: bold; line-height: 1.8; margin-bottom: 0.6rem;}

.pro_infos_content .pro_more_font .titile::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 0;
  width: 3px;
  height: 80%;
  background-color: #F5D751;
  z-index: 2;
  border-radius:0px;
}

.pro_infos_content .pro_more_font .titile span{ font-size: 0.55rem;
  margin-bottom: 0.2rem;
  color: #242933;
  font-family: "family_DIN";
  line-height: 1;}
.pro_infos_content .pro_more_font .titile span.xinghao{ position: relative; font-size:0.2rem; font-weight:bold;color:#F5D751;display: block;}
.pro_infos_content .pro_more_font .tedian{font-size: 0.18rem;
  line-height: 0.35rem;
  color: #333;
  line-height: 0.35rem;
  max-height: calc(0.3rem * 6);
  overflow-y: auto;
  height: 2.1rem;
  margin-right: 30%;}
.pro_infos_content .pro_more_font .tedian .tedian_name{font-size: 0.18rem; font-weight: bold; color: #222222; display:none}
.pro_infos_content .pro_more_font .btns{ margin-top: 0.5rem}
.pro_infos_content .pro_more_font .btns .PDF_btn{ position: relative; border-radius:0.15rem; background: #be8e44 url("../images/pro_more_icon01.png") 0.25rem center no-repeat; background-size: auto 0.25rem; padding:0.2rem 0.25rem; padding-left: 0.55rem; color: #fff; font-size: 0.15rem; font-weight: bold; margin-right: 0.2rem;transition: transform 0.5s ease; display: inline-block;}
.pro_infos_content .pro_more_font .btns .PDF_btn:hover{transform: translateX(10px);}
.pro_infos_content .pro_more_font .btns .renzheng_btn{ position: relative; border-radius:0.15rem; background: #b73825 url("../images/pro_more_icon02.png") 0.25rem center no-repeat; background-size: auto 0.25rem; padding:0.2rem 0.25rem; padding-left: 0.55rem; color: #fff; font-size: 0.15rem; font-weight: bold;transition: transform 0.5s ease; display: inline-block;}
.pro_infos_content .pro_more_font .btns .renzheng_btn:hover{transform: translateX(10px);}
.xunjia_link{padding: 0.16rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.15rem;
  width: 1rem;
  margin-top: 0.6rem;
  border-radius: 0.5rem;background-color: #F5D751;
  color: #000;
  border: #F5D751 1px solid;}
  .xunjia_link img {
  height: 0.13rem;
  margin-left: 0.1rem;
}
.Product_parameters_tit{margin-top: 0.6rem;
  background-color: #F8F8F8;
  border-radius: 0.1rem;
  padding: 0;}
.Product_parameters_tit span{display: inline-block;
  background-color: #F5D751;
  padding: 0.22rem 0.4rem;font-size: 0.2rem;}
.Product_parameters_con{padding: 0.7rem 0;border-bottom: #000 1px solid;}
.Product_parameters_list{}
.Product_parameters_list .Product_parameters_one{float: left;
  width: 22%;
  margin-right: 3%;
  display: inline;margin-bottom: 3%;

  position: relative;} 
  .Product_parameters_list .Product_parameters_one.Product_parameters_one_01 {
  float: left;
  width: 100%;
  margin-right: 0%;
  display: inline;
  margin-bottom: 3%;
  position: relative;
}
 .Product_parameters_list .Product_parameters_one.Product_parameters_one_02 {
  float: left;
  width: 47%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 3%;
  position: relative;
}
 .Product_parameters_list .Product_parameters_one::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 0;
  width: 3px;
  height: 100%;
  background-color: #000;
  z-index: 2;
  border-radius: 0px;
}
.Product_parameters_list .Product_parameters_one .Product_parameters_cn{font-size: 0.16rem; line-height: 1.5;  padding-left: 0.3rem;} 
.Product_parameters_list .Product_parameters_one .Product_parameters_en{position: relative;font-size: 0.55rem;
  color: #242933;
  font-family: "family_DIN";
  line-height: 1.5;  padding-left: 0.3rem;display: inline-block;} 
.Product_parameters_list .Product_parameters_one .Product_parameters_en .danwei{position: relative;font-size: 0.3rem;
  display: inline-block;
  margin-left: 0.1rem;}
  .Product_else{padding-top: 0.4rem;
  padding-bottom: 1rem;}
  .Product_parameters_list .Product_parameters_one .Product_parameters_en .max{font-size: 0.3rem;
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-right: 0.1rem;
  line-height: 1;
  padding: 2px 3px;}
  .Product_parameters_list .Product_parameters_one .Product_parameters_en .danwei_two {
  position: relative;
  font-size: 0.2rem;
  display: inline-block;
  margin-left: 0.1rem;line-height: 1.2;
}
.Product_parameters_list .Product_parameters_one .Product_parameters_en .danwei_two_small {
  position: relative;
  font-size: 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  line-height: 1.2;
}
.Product_parameters_list .Product_parameters_one .Product_parameters_en .UPTO {
  font-size: 0.3rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-color: #000;
  color: #fff;
  margin-right: 0.1rem;
  line-height: 1;
  padding: 2px 3px;
}
.Product_parameters_list .Product_parameters_one .Product_parameters_en .danwei .name {
  font-size: 0.16rem;
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-right: 0.1rem;
  line-height: 1;
  padding: 2px 3px;
  position: absolute;
  left: 0;
  top: -0.1rem;
  white-space: nowrap;
}
  .Product_else{padding-top: 0.4rem;
  padding-bottom: 1rem;}
 .Product_else .Product_else_pre {
  float: left;
}
.Product_else .Product_else_next {
  float: right;
}
.tuijian_pro_tit {display: inline-block;
  position: relative;
  margin-bottom: 0.2rem;
}
.tuijian_pro_tit span{position: relative;display: inline-block; z-index:2;
  font-size: 0.44rem;}
.tuijian_pro_tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom:5px;
  z-index: 0;
  width: 100%;
  height:10px;
  background-color: #F5D751;
  z-index: 1;
}
.tuijian_pro_list{padding-bottom: 0.5rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;}
.tuijian_pro_list .item {
  background-color: #fff;
  display: inline;
  border-radius: 0.2rem;
  box-shadow:0 0px 20px 0 rgba(69,69,69,0.10); height:5rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;margin: 0.3rem;
}
.tuijian_pro_list .item a  { display:block; padding:0.3rem 0.4rem; padding-left:0.5rem; padding-right:0;}
.tuijian_pro_list .item a .left_img_over{ float:right; width:44%; height:100%; padding-top: 0.15rem;}
.tuijian_pro_list .item a .left_img_over  .left_img{overflow: hidden;
  height: 4rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;}

.tuijian_pro_list .item a .left_img_over  .left_img img {
  -webkit-transition: -webkit-transform 0.6s ease 0s;

  transition: transform 0.6s ease 0s;

  max-width:100%;

  max-height: 100%;

  object-fit: contain;

}
.tuijian_pro_list .item a:hover .left_img_over  .left_img img {-webkit-transform: scale(1.10) ; -moz-transform: scale(1.10); transform: scale(1.10);}
.tuijian_pro_list .item a .right_font{ float:left; width:54%; padding-top:0.3rem;}
.tuijian_pro_list .item a .right_font .name{font-size: 0.55rem;
  margin-bottom: 0.2rem;
  color: #242933;
  font-family: "family_DIN";
  line-height: 1;}
.tuijian_pro_list .item a .right_font .sub_name{ position:relative; font-size:0.2rem; margin-bottom:0.3rem; padding-bottom:0.3rem; color:#242933}
.tuijian_pro_list .item a .right_font .sub_name::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #F0F4F9;
  z-index: 1;
}
.tuijian_pro_list .item a .right_font .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 20%;
  height: 3px;
  background-color: #F5D751;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tuijian_pro_list .item a:hover .right_font .sub_name::before {
  content: '';
  position: absolute;
  left: 0%;
  bottom:0px;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #F5D751;
  z-index: 2;-moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tuijian_pro_list .item a .right_font .dsecip{font-size: 0.16rem;
  color: #656D7F;
  line-height: 2;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: hidden;}
.tuijian_pro_list .item a .right_font .fonts_more_link{ display:inline-block; border:#000 1px solid; padding:0.15rem 0.3rem;display: flex;
  justify-content: center;
  align-items: center;color:#000; font-size:0.13rem;width: 0.8rem; margin-top:0.3rem;border-radius: 0.5rem;}
.tuijian_pro_list .item a .right_font .fonts_more_link img{ height:0.13rem; margin-left:0.1rem;}
.tuijian_pro_list .item a:hover .right_font .fonts_more_link{background-color: #F5D751;
  color: #000;
  border: #F5D751 1px solid;}
.tuijian_pro_list .item:hover{box-shadow: 0 0px 13px 0 rgba(69,69,69,0.1);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
  .pro_infos_content .slick-dots{bottom: -0.5rem;}
  .Dryice_production {
  position: relative;
 position: relative;
  padding-top: 0.5rem;padding-bottom: 0.8rem;}
  .Dryice_production  .about_002_l{position: relative;
  z-index: 10;
  float: left;
  width: 50%;}
  .Dryice_production .about_002_r {
  position: relative;
  z-index: 10;
  float: right;
  width: 45%;
  margin-top: 0;
}
.Dryice_production .about_002_l .left_img_over { height:6rem;overflow: hidden;border-radius: 0.06rem;}
.Dryice_production .about_002_l .left_img {
  position: relative;
  height: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.Dryice_production .about_002_l:hover .left_img {
  transform: scale(1.06);
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
} 
.descipe_show_about2{font-size: 0.18rem;
  margin-top: 0.4rem;
  line-height: 1.8;
  font-weight: 300;margin-bottom: 0.2rem;}

.titile_show_about2{position: relative;
  font-size: 0.4rem;
  padding-bottom: 0.8rem;
  line-height: 1;font-weight: bold;}
.titile_show_about2::after {
  left: 0%;
  position: absolute;
  bottom:0.4rem;
  content: " ";
  width: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  height: 3px;
  background-color: #EEB617;
}
.Dryice_production .about_002_r .decipe {
  color: #444;
  line-height: 2.2;
  font-size: 0.17rem;
  line-height: 0.35rem;
  max-height: calc(0.3rem * 8);
  overflow-y: auto;
  height: 2.8rem;
}
.Dryice_production .dizhi_fonts{color: #000;
  line-height: 2.2;margin-top: 0.7rem;
  font-size: 0.2rem;font-weight: bold;}
  

.Dryice_cleaning_icons{}
.Dryice_cleaning_icons ul li{display: table;padding:0.15rem 0;}
.Dryice_cleaning_icons ul li .Dryice_cleaning_icon01{display: table-cell;
  width: 15%;
  vertical-align: middle; }
.Dryice_cleaning_icons ul li .Dryice_cleaning_fonts{display: table-cell;
  width: 75%;
  vertical-align: middle; padding-left:10%; }
.Dryice_cleaning_icons ul li .Dryice_cleaning_fonts .Dryice_cleaning_tit{color: #000;
  line-height: 2;
  font-size: 0.2rem;
  font-weight: bold;margin-bottom: 0.1rem;
}
.Dryice_cleaning_icons ul li .Dryice_cleaning_fonts .Dryice_cleaning_descipe{color: #000;
  font-size: 0.16rem;
  line-height: 1.8;
  font-weight: 300;
}
.Dryice_production .about_002_l .left_img_over.height66,.Dryice_production .about_002_l .left_img.height66 {
  height: 6.6rem;
}
.Dryice_products{margin-top: 0.5rem;}
.Dryice_products ul li{}
.Dryice_products ul li{float: left;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 3%;}
.Dryice_products ul li a{}
.Dryice_products ul li a .Dryice_products_img{height: 5.5rem;
  overflow: hidden;
  border-radius: 0.06rem;} 
.Dryice_products ul li a .Dryice_products_img .Dryice_products_img_hover{position: relative;
  height: 5.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.Dryice_products ul li a:hover .Dryice_products_img .Dryice_products_img_hover {transform: scale(1.06);box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.Dryice_products ul li a .Dryice_products_fonts{margin-top: 0.4rem;}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_tit {
  font-size: 0.2rem;
  font-weight: bold;
  border-bottom: #000 1px solid;
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
  color: #000;
}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe{line-height: 1.8;
  font-size: 0.16rem;}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe .Dryice_size{}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe .Dryice_canshu{}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe .Dryice_canshu .Dryice_number{font-size: 0.35rem;
  margin-bottom: 0.2rem;
  font-family: "family_DIN";
  line-height: 1;display: inline-block;}  
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe .Dryice_canshu .Dryice_canshu {
  font-size: 0.18rem;
  display: inline-block;
  margin-left: 0.1rem;font-family: "family_DIN";
}





@media (max-width:768px) {
.pro_in_lists ul li {
  padding: 0;
  float: none;
  width: auto;
  margin-right: 0;
  background-color: #fff;
  margin-bottom: 5%;
	display: block;}
	.pro_info_banner .pro_info_banner_con .pro_info_banner_l {
  float: none;
  width: auto;
  padding-top: 0.6rem;
}
	.pro_info_banner .pro_info_banner_con .pro_info_banner_r {
  float: none;
  width: auto;
  padding-top: 0.3rem;
}
	.pro_info_banner{ padding-bottom: 0.5rem;}
	.pro_tab ul li {
  margin: 0;
}
	.pro_tab ul li a {
  padding: 0.25rem 0.45rem;
}
	.pro_info_youshi_list ul li {
  padding: 0;
  float: none;
  width: auto;
  margin-right: 0;
  background-color: #fff;
  margin-bottom: 5%;
		display: block;padding: 6%;}
	.pro_info_canshu_table .scrllo_y{ width: 100%; overflow-y: scroll}
	.pro_info_canshu_table table {
width: 900px;
	}
	.abo_src5_con_box > a {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  border-radius: 0.1rem;margin-bottom: 0.3rem;
}
.abo_src5_con_box > a.on {
  display: block;
  float: none;
  width: auto;
}
.abo_src5_con_box > a .pro_img_box {
  height: 4rem;}
.abo_src5_con_box > a .numbers {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.abo_src5_con_box > a.on .pro_font_box h3,.abo_src5_con_box > a .pro_font_box h3 {
  font-size: 20px;
}
.abo_src5_con_box > a .pro_font_box .descipes{display: block;}
.Dryice_production .about_002_r {
  position: relative;
  z-index: 10;
  float: none;
  width: auto;}
  .Dryice_production .about_002_r .decipe {
  color: #444;
  line-height: 2.2;
  font-size: 15px;
  line-height: 0.35rem;
  max-height: initial;
  overflow-y: auto;
  }
  .Dryice_production .dizhi_fonts{font-size: 18px;}
 .Dryice_production .about_002_l {
  position: relative;
  z-index: 10;
  float: none;
  width: auto;
}
.pro_infos_content .pro_more_imgs {
  float: none;
  width: auto;}
  .pro_infos_content .pro_more_font {
  float: none;
  width: auto;
  margin-top: 0.4rem;
}
.pro_infos_content .pro_more_font .tedian {
  font-size: 15px;
  line-height: 0.35rem;
  color: #333;
  line-height: 0.35rem;
  max-height: inherit;
  overflow-y: auto;
  height: auto;
  margin-right: 0;
}
.xunjia_link{font-size: 14px;}
.Product_parameters_list .Product_parameters_one {
  float: left;
  width: 47%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 6%;
  position: relative;
}
.Product_parameters_list .Product_parameters_one .Product_parameters_cn {
  font-size: 13px;}
  .Product_parameters_list .Product_parameters_one .Product_parameters_en {
  font-size: 45px;}
.Product_else {
  font-size: 15px;
}
.Dryice_products ul li {
  float: none;
  width: auto;
  margin-right: 0;
  margin-bottom: 8%;
}
.Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_tit {
  font-size: 20px;}
  .Dryice_products ul li a .Dryice_products_fonts .Dryice_products_fonts_descipe {
  line-height: 2.2;
  font-size: 14px;
}









}
