@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}


h2.rel_title{font-size:14px;font-weight:bold;padding:10px 0px;}
.rel_box{line-height:28px;text-align:left;}
.rel_box a{color:#0000FF;}


.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}



.banner{ height: 550px; overflow: hidden;}
.banner .slider .item{ display:inline-block; position: relative;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ opacity: 1; background:rgba(255,255,255,1);}
.banner .slick-dots li{ width:42px; height:4px;}
.banner .slick-dots li button{ width:100%; background:rgba(255,255,255,.4); padding:0px; height:100%;}
.banner .slick-dots{ bottom:4%;}
.banner .slider .banner_img img{ width:100%; height: 550px; object-fit: cover;}




.banner .slick-dotted.slick-slider{ margin-bottom:0px;}
.banner .slider .banner_txt{ position: absolute; z-index: 15; left: 34%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.banner .slider .banner_txt dd{ font-size: 30px; color: #fff; font-family: "苹方";}
.banner .slider .banner_txt dd p span{ font-size: 40px;}
.banner .slider .banner_txt dt{ font-size: 18px; color: #fff; font-family: "苹方"; margin-top: 25px; line-height:32px;}
.banner .slider .banner_txt a{ display: inline-block; width: 116px; border-radius: 4px; line-height: 38px; text-align: center; border: 1px solid #fff; font-size: 14px; color: #fff; margin-top: 42px;}
.banner .slider .banner_txt a i{ margin-left: 20px;}
.banner .slider .banner_txt a:hover{ background: #fff; color: #ff4147;}









.pc_all .pc_all_contnet{ max-width: 1240px; margin: 0 auto;}
.pc_top{ transition: all 0.5s ease;}
.pc_top .top_content_logo{ display: inline-block; line-height: 94px;}
.pc_top .top_content_nav .content_nav_list{ margin-right: 50px; position: relative;}
.pc_top .top_content_nav .content_nav_list:last-child{ margin-right: 0px;}
.pc_top .top_content_nav .content_nav_list:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 3px; background: #ff2d2d; bottom: 0px; left: 0; transition: all 0.3s ease;  right: 0; margin: 0 auto;}
.pc_top .top_content_nav .content_nav_list:hover:before{ width: 65px; transition: all 0.3s ease; }
.pc_top .top_content_nav .content_nav_list .nav_list_title{ font-size: 16px; display: inline-block; line-height: 94px; color: #444444;}
.pc_top .top_content_nav .content_nav_list .nav_list_down{ position:absolute; z-index:20; width:136px; left:-37px; display:none;}
.pc_top .top_content_nav .content_nav_list:hover .nav_list_down{ display:block;}
.pc_top .top_content_nav .content_nav_list .nav_list_down a{ display:inline-block; width:100%; line-height:42px; font-size:14px; color:#fff; text-align:center; background:rgba(0,0,0,.6);}
.pc_top .top_content_nav .content_nav_list .nav_list_down a:hover{ background:rgba(255,45,45,.6);}
.pc_top .top_content_nav .content_nav_list:hover .nav_list_title{ color:#ff2d2d;}
.pc_top .top_content_nav .content_nav_list:hover:before{ width:100%;}
.pc_top .top_content_nav .content_nav_Language{ position: relative; margin-left: 60px;font-weight:bold;}
.pc_top .top_content_nav .content_nav_Language .nav_Language_title{ font-size: 16px; color:#FF0000; margin: 37px 0px; cursor: pointer;}
.pc_top .top_content_nav .content_nav_Language .nav_Language_title dd img{ margin-right: 8px;}
.pc_top .top_content_nav .content_nav_Language .nav_Language_title dt{ margin-left: 7px;} 
.pc_top .top_content_nav .content_nav_Language .nav_Language_down{ position: absolute; bottom: 13%; left: 0; width: 100%; padding-right: 20px; display: none;}
.pc_top .top_content_nav .content_nav_Language .nav_Language_down a{ display: inline-block; width: 100%; font-size: 14px; color: #888888; text-align: right;}


.supplier{ padding: 75px 0px;}
.supplier .supplier_title{ text-align: center; margin-bottom: 55px;}
.supplier .supplier_title dd{ font-size: 28px; color: #222222;}
.supplier .supplier_title dt{ color: #666666; font-size: 16px; margin-top: 15px;}




.product .product_content .product_content_title{ margin-top: 55px; border-bottom: 1px solid #dcdcdc; padding-bottom: 14px; margin-bottom: 10px;}
.product .product_content .product_content_title .content_title_list{ display: inline-block; width: 16.66%; position: relative;}
.product .product_content .product_content_title .content_title_list:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 3px; background: #d3373c; bottom: -16px; left: 0; right: 0; margin: 0 auto; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list dd{ width: 41px; margin: 0 auto; overflow: hidden; height: 41px;}
.product .product_content .product_content_title .content_title_list dd img{ position: relative; transition: all 0.3s ease; left:  -41px;}
.product .product_content .product_content_title .content_title_list dt{ text-align: center; font-size: 16px; margin-top: 10px; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list:hover dd img{ left: 0; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list:hover dt{ color: #d7484c; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list:hover:before{ width: 106px; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list.on dd img{ left: 0; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list.on dt{ color: #d7484c; transition: all 0.3s ease;}
.product .product_content .product_content_title .content_title_list.on:before{ width: 106px; transition: all 0.3s ease;}
.product .product_content .product_content_txt{ max-height: 621px; overflow: hidden;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li{ width: 49%; margin-right: 2%; background: #f9f9f9; border: 1px solid #d7d7d7; margin-top: 2%; display: inline-block; position: relative;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li:nth-child(2n){ margin-right: 0px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 100%;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt{ padding: 4% 5% 4% 46%;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dd{ font-size: 36px; color: #fff;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dt{ font-size: 26px; color: #FFFF00; margin-top: 15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_bottom{ color: rgba(255,255,255,.8); line-height: 22px; margin-top: 20px;
display: -webkit-box; height:66px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_nav{ margin-top: 18px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_nav .txt_nav_list{ width: 23%; margin-right: 2%; text-align: center;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_nav .txt_nav_list:last-child{ margin-right: 0px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_nav .txt_nav_list dt{ font-size: 14px; color: #fff; margin-top: 8px;}
.product .product_content .product_content_more{ text-align: center; margin-top: 40px;}
.product .product_content .product_content_more a{ display: inline-block; width: 154px; height: 48px; line-height: 48px; text-align: center; background: #ff3636; color: #fff; font-size: 16px; border-radius: 4px;}





.case{ background: #f5f6fa;}
.case .case_content{ height: 471px; overflow: hidden;}
.case .case_content .case_content_list{ display: inline-block; width: 100%; padding: 0px 15px;}
.case .case_content .case_content_list:hover .content_list_bottom .list_bottom_more{ background: #ff3636;  transition: all 0.5s ease;}
.case .case_content .case_content_list .content_list_img img{ width: 100%; height: 220px; object-fit: cover;}
.case .case_content .case_content_list .content_list_bottom{ border: 1px solid #eeeeee; border-top: 0px; background: #fff; padding: 32px 38px;}
.case .case_content .case_content_list .content_list_bottom .list_bottom_title dd{ font-size: 14px; color: #999999; line-height: 15px;}
.case .case_content .case_content_list .content_list_bottom .list_bottom_title dd img{ margin-right: 10px; padding-right: 10px; position: relative; border-right: 1px solid #c9c9c9;}
.case .case_content .case_content_list .content_list_bottom .list_bottom_title dt{ color: #555555; font-size: 16px; margin: 18px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.case .case_content .case_content_list .content_list_bottom .list_bottom_txt{ font-size: 14px; color: #777777; line-height: 20px; text-align: justify;
display: -webkit-box; height: 60px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.case .case_content .case_content_list .content_list_bottom .list_bottom_more{ width: 70px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; background: #a4a4a4; margin-top: 22px;  transition: all 0.5s ease;}
.case .slick-next{ right: -60px;}
.case .slick-prev{ left: -60px;}
.case .slick-prev:before,.case .slick-next:before{ color: #bcbcbc; font-size: 55px;}
.case .slick-prev:hover:before,.slick-next:hover:before{ color: #ff3636;}


.slick-prev:before,.slick-next:before{ color: #bcbcbc; font-size: 55px;}


.video{ position: relative;}
.video .video_img img{ width: 100%; height: 520px; object-fit: cover;}
.video .video_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%;}
.video .video_txt_icon{ cursor: pointer;}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.dot{width:60px;height:60px;background: rgba(255,255,255,.85) url(../images/bn21.png) no-repeat 55% 50%;opacity:1; z-index:50; text-align:center; border-radius: 100%; position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%;}

.pulse{
	height:156px;
	width:156px;
	z-index: 30;
	border-radius:100%;
    background: #fff;
	 position: absolute; transform: translateX(-50%) translateY(-50%); left: 43.6%; top: 35%;
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;}

.delay-04{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}
.delay-05{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}
.delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}


.content_list_video{ display:none;}
.content_list_video.on{ display:block;}
.content_list_video .list_video_bg{ position:fixed; background:rgba(0,0,0,.8); left:0; top:0;  width:100%; height:100%; z-index:120;}
.content_list_video .list_video_content{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:121;
}
.content_list_video .list_video_content .video_content_close{ cursor:pointer; position:fixed; right:0; top:-35px;}
.content_list_video .list_video_content .video_content_close span{ color:#fff; font-size:25px;}





.IndexNews{ background: #f5f6fa;}
.IndexNews .IndexNews_content .IndexNews_content_left{ width: 45%;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_img img{ width: 100%; height: 310px; object-fit: cover;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt{ background: #fff; padding: 30px; padding-top: 28px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title{ line-height: 30px; margin-bottom: 15px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title dd{ font-size: 18px; color: #f41426; width: 80%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title dt{ width: 20%; text-align: right; color: #999999; font-size: 14px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt p{ color: #777777; font-size: 14px; line-height: 22px;
display: -webkit-box; height: 66px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.IndexNews .IndexNews_content .IndexNews_content_right{ width: 52%; margin-left: 3%; border-left: 1px solid #c4c4c4;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list{ display: inline-block; width: 100%; border-bottom: 1px solid #c4c4c4; padding: 27px 0px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_right dd{ color: #f41426;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:last-child{ border-bottom: 0px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left{ width: 20%; text-align: center; padding: 7px 0px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left dd{ font-size: 50px; color: #777777;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left dt{ font-size: 18px; color: #777777;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_right{ width: 80%;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_right dd{ font-size: 18px; color: #333333; margin-bottom: 15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_right dt{ color: #777777; font-size: 14px; line-height: 22px;
display: -webkit-box; height: 66px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.IndexNews .IndexNews_content_more{ text-align: center; margin-top: 40px;}
.IndexNews .IndexNews_content_more a{ display: inline-block; width: 154px; height: 48px; line-height: 48px; text-align: center; background: #ff3636; color: #fff; font-size: 16px; border-radius: 4px;}




.IndexC{ line-height: 76px; background: #262626; text-align: center;}
.IndexC span{ font-size: 16px; color: #FFFF00; display: inline-block;}
.IndexC span img{ margin-right: 12px;}



.bm_foot{background: #3c3c3c;  padding: 20px 0px; line-height: 38px;text-align:center;color:#a6a6a6; }




.footer{ background: #3c3c3c; padding-bottom: 0px; padding-top: 60px;}
.footer .footer_top .footer_top_nav{ width: 80%; position: relative;}
.footer .footer_top .footer_top_nav:before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 179px; background: #4c4c4c; right: 45px; top: 0;}
.footer .footer_top .footer_top_nav .top_nav_list{ width: 14%;}
.footer .footer_top .footer_top_nav .top_nav_list dd a{ color: #dedede; font-size: 16px;}
.footer .footer_top .footer_top_nav .top_nav_list dt{ margin-top: 30px;}
.footer .footer_top .footer_top_nav .top_nav_list dt a{ color: #ababab; font-size: 14px; display: inline-block; width: 100%; margin-bottom: 10px;}
.footer .footer_top .footer_top_right{ width: 20%; position: relative;}
.footer .footer_top .footer_top_right .top_right_list{ width: 25%; text-align: center;}
.footer .footer_top .footer_top_right .top_right_list .right_list_title{ position: relative; display: inline-block; width: 100%;}
.footer .footer_top .footer_top_right .top_right_list .right_list_title:before{ content: ""; position: absolute; display: inline-block; width: 11px; height: 8px; background: url(../images/bn28.png) no-repeat 50%; bottom: -25px; left: 0; right: 0; margin: 0 auto; display: none;}
.footer .footer_top .footer_top_right .top_right_list.on .right_list_title:before{ display: block;}
.footer .footer_top .footer_top_right .top_right_list.on .right_list_down{ display: block;}
.footer .footer_top .footer_top_right .top_right_list .right_list_down{ display: none; border-radius: 5px; border: 1px solid #868686; width: 100%; position: absolute; left: 0; text-align: center; padding: 13px 0px; top: 70px;}
.footer .footer_top .footer_top_right .top_right_list .right_list_down dd{ color: #aeaeae; font-size: 14px; margin-bottom: 5px;}
.footer .footer_top .footer_top_right .top_right_list .right_list_down dt{ color: #d3d3d3; font-size: 15px; padding:0px 15px;}
.footer .footer_bottom{ border-top: 1px solid #4c4c4c; margin-top: 20px; padding: 20px 0px; line-height: 38px;text-align:center;}
.footer .footer_bottom .footer_bottom_left{ color: #9fa3a6; font-size: 12px; width: 30%;} 
.footer .footer_bottom .footer_bottom_center{ width: 40%; text-align: center;}
.footer .footer_bottom .footer_bottom_right{ text-align: right;}
.footer .footer_bottom .footer_bottom_left a{ color: #9fa3a6; font-size: 12px;}





.details_banner{ position: relative;}
.details_banner .details_banner_img img{ width: 100%; height: 300px; object-fit: cover;}
.details_banner .details_banner_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; text-align: center;}
.details_banner .details_banner_txt dd{ font-size: 46px; color: #fff;}
.details_banner .details_banner_txt dt{ font-size: 16px; color: #fff; margin-top: 25px;}
.details_banner .details_banner_txt dt a{ font-size: 16px; color: #fff;}


.details_nav{ border-bottom: 1px solid #dbdbdb; text-align: center; padding: 26px 0px;}
.details_nav a{ display: inline-block; padding: 10px; color: #444444; font-size: 15px; border-radius: 100px;}
.details_nav a.on{ background: #ff3636; color: #fff;}



.click_video{ cursor: pointer;}


.about{ padding: 70px 0px; padding-bottom: 0px;}
.about .about_title{ margin-bottom: 43px;}
.about .about_title .about_title_left{text-align:center;}
.about .about_title .about_title_left dd{ font-size: 26px; color: #777777; text-transform: uppercase;}
.about .about_title .about_title_left dt{ font-size: 28px; color: #444444;}
.about .about_title .about_title_right .title_right_list{ margin-right: 28px; text-align: center;}
.about .about_title .about_title_right .title_right_list:last-child{ margin-right: 0px;}
.about .about_title .about_title_right .title_right_list dt{ font-size: 16px; color: #666666; margin-top: 8px;}
.about .about_content .about_content_bottom{ position: relative;}
.about .about_content .about_content_bottom .content_bottom_left{ width: 47%; padding: 0px 60px; padding-right: 20px; height: 145px; margin: 70px 0px; overflow: auto; margin-right: 3%;}
.about .about_content .about_content_bottom .content_bottom_left p{ font-size: 14px; color: #666666; line-height: 25px; text-align: justify;}
.about .about_content .about_content_bottom .content_bottom_right{ margin-top: -65px; position: absolute; z-index: 50; width: 50%; right: 0; top: 0;}
.about .about_content .about_content_bottom .content_bottom_right img{ width: 100%;}

.about .about_content .about_content_bottom .content_bottom_left::-webkit-scrollbar-track {
		  background-color: #b7b7b7;
	} /* 滚动条的滑轨背景颜色 */

.about .about_content .about_content_bottom .content_bottom_left::-webkit-scrollbar-thumb {
		  background:#e60012; 
	} /* 滑块颜色 */

.about .about_content .about_content_bottom .content_bottom_left::-webkit-scrollbar-button {
		  background-color: #fff;
	} /* 滑轨两头的监听按钮颜色 */

.about .about_content .about_content_bottom .content_bottom_left::-webkit-scrollbar-corner {
		  background-color: #fff;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.about .about_content .about_content_bottom .content_bottom_left::-webkit-scrollbar {
    width: 3px;
    height: 0px;
	border-radius:3px;
} /* 这是针对缺省样式 (必须的)*/





.culture{ background: #f2f2f2; padding: 140px 0px;}
.culture .pc_all_contnet{ position: relative;}
.culture .culture_left{ width: 58%; position: absolute; top: 60px; z-index: 5;}
.culture .culture_right{ width: 58%; background: #fff; height: 592px; position: relative;}
.culture .culture_right .culture_right_f{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 64%; top: 50%; width: 50%;}
.culture .culture_right .culture_right_title{ margin-bottom: 60px;}
.culture .culture_right .culture_right_title dd{ font-size: 26px; color: #777777; text-transform: uppercase;}
.culture .culture_right .culture_right_title dt{ font-size: 28px; color: #444444;}
.culture .culture_right .culture_right_txt .right_txt_list{ margin-bottom: 40px;}
.culture .culture_right .culture_right_txt .right_txt_list:last-child{ margin-bottom: 0px;}
.culture .culture_right .culture_right_txt .right_txt_list dd{ font-size: 24px; color: #555555;}
.culture .culture_right .culture_right_txt .right_txt_list dt{ font-size: 18px; color: #838282; margin-top: 12px;}
.culture .culture_right .culture_right_txt .right_txt_list dt p span{ margin-right: 10px;}
.culture .culture_right .culture_right_txt .right_txt_list dt p span:last-child{ margin-right: 0px;}




.honor{ padding: 70px 0px; padding-bottom: 90px;}
.honor .honor_title{ text-align: center;}
.honor .honor_title dd{ font-size: 26px; color: #777777; text-transform: uppercase;}
.honor .honor_title dt{ font-size: 28px; color: #444444;}
.honor .honor_content .honor_content_title{ text-align: center; margin-top: 40px; margin-bottom: 43px;}
.honor .honor_content .honor_content_title a{ display: inline-block; width: 136px; text-align: center; line-height: 40px; background: #a0a0a0; color: #fff; font-size: 18px; margin-right: 50px;}
.honor .honor_content .honor_content_title a:last-child{ margin-right: 0px;}
.honor .honor_content .honor_content_title a.on{ background: #f41426;}
.honor .honor_content .honor_content_txt{ position: relative;}
.honor .honor_content .honor_content_txt .content_txt_list{ height: 0px; overflow: hidden;}
.honor .honor_content .honor_content_txt .content_txt_list .swiper-slide{ margin:0px 27px;float:left;}
.honor .honor_content .honor_content_txt .content_txt_list .swiper-slide img{ max-width:100%;}
.honor .honor_content .honor_content_txt .content_txt_list.on{ height: auto; overflow: auto;}
.honor .slick-prev:before,.honor .slick-next:before{ background: none; font-size: 45px; color:#a0a0a0;}
.honor .slick-prev,.honor .slick-next{  height:auto; top:45%;}






.DProduct{ padding-bottom: 70px;}
.DProduct .DProduct_form{ width: 232px; border: 1px solid #c1c1c1; line-height: 50px; border-radius: 200px; padding: 0px 15px;}
.DProduct .DProduct_form .DProduct_form_submit{ width: 21px; height: 21px; background: url(../images/bn31.png) no-repeat 50% 50%; top: 5px; cursor: pointer; position: relative;}
.DProduct .DProduct_form .DProduct_form_text{ width: 81%; margin-left: 12px; font-size: 16px; color: #333; line-height: 40px;}
.DProduct .DProduct_content{ padding-bottom: 5px;}
.DProduct .DProduct_content .DProduct_content_list{ display: inline-block; width: 48%; margin-right: 4%; border: 1px solid #e3e3e3; margin-bottom: 3.5%;}
.DProduct .DProduct_content .DProduct_content_list:nth-child(2n){ margin-right: 0px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_img{ width: 37%;}
.DProduct .DProduct_content .DProduct_content_list .content_list_img img{ width: 100%; height: 230px; object-fit: cover;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right{ width: 63%; border-left: 1px solid #e3e3e3; padding: 34px 30px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right dd{ font-size: 22px; color: #444444; margin-bottom: 15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.DProduct .DProduct_content .DProduct_content_list .content_list_right dt p{ line-height: 23px; color: #888888; font-size: 14px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right .list_right_more{ display: inline-block; width: 100%; line-height: 28px; text-align: center; fotn-size:14px; font-weight:bold;color: #fff; background: #ff2133; border-radius: 4px; margin-top: 20px;} 
.DProduct .DProduct_content .DProduct_content_list .content_list_right .list_right_more a{color:#ffffff;}.page li a{ width: 34px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #eeeeee; color: #666666; margin-right: 15px; border: 1px solid #dcdcdc; background: #ffffff;}
.page li.active a{ background: #ff2133; color: #fff; border: 1px solid #ff2133;}
.page li:hover a{ background: #ff2133; color: #fff; border: 1px solid #ff2133;}






.product_nav{ border-bottom: 1px solid #e7e7e7; background: #f0f0f0; line-height: 50px;}
.product_nav a{ color: #666666; font-size: 14px;}
.product_nav span{ font-size: 16px; margin: 0px 5px; color: #a9a9a9;}



.product_detials{ padding: 60px 0px; padding-bottom: 20px;}
.product_detials .product_detials_top .detials_top_img{ width: 38%; background: #f3f5f7; height: 459px; text-align: center;}
.product_detials .product_detials_top .detials_top_img{ line-height: 459px;}
.product_detials .product_detials_top .detials_top_img img{ max-height: 400px;}
.product_detials .product_detials_top .detials_top_img .swiper-button-prev,.product_detials .product_detials_top .detials_top_img .swiper-button-next{ width: 38px; height: 60px; background: #e1e1e1; line-height: 60px;}

.product_detials .product_detials_top .detials_top_right{ width: 51%; padding: 60px 0px; margin-left: 6%;}
.product_detials .product_detials_top .detials_top_right dd{ font-size: 34px; color: #444444; margin-bottom: 50px;}
.product_detials .product_detials_top .detials_top_right dd span{color:#ff0000;float:right;}
.product_detials .product_detials_top .detials_top_right dt p{ font-size: 16px; color: #777777; line-height: 36px; border-bottom: 1px dashed #dcdcdc;}
.product_detials .product_detials_top .detials_top_right dt p:last-child{ border-bottom: 0px;}
.product_detials .product_detials_top .detials_top_right a{ color: #fff; font-size: 16px; line-height: 44px; width: 100%; background: #f1262c; display: inline-block; text-align: center; padding:0px 10px; border-radius: 5px;}
.product_detials .product_detials_top .detials_top_right a img{ margin-right: 14px; position: relative; top: -3px;}
.product_detials .product_detials_top .detials_top_right .top_right_img{ margin-top: 34px;}
.product_detials .product_detials_top .detials_top_right .top_right_img .right_img_list{ width: 23.33%; margin-right: 2%; text-align: center; border: 1px solid #b1b1b1; line-height: 74px; cursor: pointer; transition: all 0.3s ease 0s;}
.product_detials .product_detials_top .detials_top_right .top_right_img .right_img_list:hover{ border: 1px solid #f1262c; transition: all 0.3s ease 0s;}
.product_detials .product_detials_top .detials_top_right .top_right_img .right_img_list.swiper-slide-thumb-active{ border: 1px solid #f1262c; transition: all 0.3s ease 0s;}
.product_detials .product_detials_top .detials_top_right .top_right_img .right_img_list:last-child{ margin-right: 0px;}
.product_detials .product_detials_bottom{ margin-top: 20px;}



.product_detials_nav .detials_bottom_title{ box-shadow: 0px 10px 10px rgba(0,0,0,.1);}
.product_detials_nav .detials_bottom_title .bottom_title_w{ max-width: 1240px; margin: 0 auto;}
.product_detials_nav .detials_bottom_title .bottom_title_w a{ line-height: 70px; display: inline-block; font-size: 16px; color: #666666; margin-right: 120px; position: relative;}
.product_detials_nav .detials_bottom_title .bottom_title_w a:before{ content: ""; position: absolute; display: inline-block; width: 0%; height: 3px; background: #ff4646; bottom: 0; left: 0; transition: all 0.3s ease; right: 0; margin: 0 auto;}
.product_detials_nav .detials_bottom_title .bottom_title_w a:hover{ color: #ff4646; transition: all 0.3s ease;}
.product_detials_nav .detials_bottom_title .bottom_title_w a:hover:before{ width: 100%; transition: all 0.3s ease;}
.product_detials_nav .detials_bottom_title .bottom_title_w a.on{ color: #ff4646;}
.product_detials_nav .detials_bottom_title .bottom_title_w a.on:before{ width: 100%;}
.product_detials_nav .detials_bottom_title .bottom_title_w a:last-child{ margin-right: 0px;}
.product_detials_nav .detials_bottom_txt .bottom_txt_list{ width: 1240px; margin: 0 auto; padding: 54px 20px;}
.product_detials_nav .detials_bottom_txt .bottom_txt_list p{color: #555555; font-size: 14px; position: relative; padding-left: 18px; margin-bottom: 10px;}
.product_detials_nav .detials_bottom_txt .bottom_txt_list p:last-child{ margin-bottom: 0px;}
.product_detials_nav .detials_bottom_txt .bottom_txt_list p:before{ content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; border-radius: 100%; background: #a2a2a2; top: 40%; left: 0;}






.specification{ background: #f8f8f8; padding: 50px 0px; padding-bottom: 70px;}
.specification .specification_title{ font-size: 26px; color: #444444; position: relative; padding-left: 12px; margin-bottom: 40px;}
.specification .specification_title:before{ content: ""; position: absolute; display: inline-block; width: 4px; height: 22px; background: #ff4646; left: 0; top: 8px;}
.specification .specification_table table{ width: 100%; background: #d9d9d9;}
.specification .specification_table table tr td{ background: #516c8b; line-height: 26px; text-align: center; color: #fff; padding:6px 0px;}
.specification .specification_table table tr td:nth-child(2n){ background: #fff; color: #888888;}




.Related{ background: #fff;}
.Related .Related_content .Related_content_list{ display: inline-block; width: 23%; margin-right: 2.66%;}
.Related .Related_content .Related_content_list:hover dt{ color: #ff4646;}
.Related .Related_content .Related_content_list:last-child{ margin-right: 0px;}
.Related .Related_content .Related_content_list dd{ border: 1px solid #d4d4d4; line-height: 226px; text-align: center;}
.Related .Related_content .Related_content_list dd img{ max-height: 195px;}
.Related .Related_content .Related_content_list dt{ color: #333333; font-size: 16px; padding: 0px 15px;
overflow: hidden; text-align: center; padding-top: 20px;
text-overflow:ellipsis;
white-space: nowrap;
}




.SamsFeatures{ padding: 60px 0px;}
.SamsFeatures .SamsFeatures_title{ text-align: center; margin-bottom: 60px;}
.SamsFeatures .SamsFeatures_title dd{ font-size: 28px; color: #333333;}
.SamsFeatures .SamsFeatures_title dt{ font-size: 16px; color: #777777; text-transform: uppercase; margin-top: 5px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav{ width: 25%; border: 1px solid #dedede;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a{ display: inline-block; width: 100%; padding-left: 66px; line-height: 100px; background: #f4f4f4; border-bottom: 1px solid #dedede; color: #555555; font-size: 18px; position: relative; overflow: hidden;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a:before{ content: ""; position: absolute; width: 4px; background: #ff4646; height: 100%; left: -4px; top: 0px; transition: all 0.5s ease;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a.on:before{ left: 0px; transition: all 0.5s ease;;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a.on{ background: #fff; color: #ff4646; font-weight: bolder;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a:last-child{ border-bottom: 0px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a span{ display: inline-block; width: 37px; margin-right: 13px; text-align: center;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a img{ max-width: 37px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right{ border: 1px solid #dedede; height: 304px; border-left: 0px; position: relative; width: 75%;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list .right_list_icon{position: absolute; transform: translateX(-50%) translateY(-50%); left: 15%; top: 50%; opacity: .06;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list .right_list_icon img{ width: 200px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list .right_list_f{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; width: 80%;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list dd{ font-size: 24px; color: #333333;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list dt{ font-size: 16px; color: #666666; line-height: 26px; margin-top: 20px;}





.SamsImg{ background: #f6f6f7;}
.SamsImg .SamsImg_content{ text-align: center;}





.Features{ padding-bottom: 85px;}
.Features .Features_content .Features_content_list{ position: relative; margin: 0px 18px; cursor: pointer;}
.Features .Features_content .Features_content_list .content_list_img img{ width: 100%;}
.Features .Features_content .Features_content_list .content_list_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; text-align: center;}
.Features .Features_content .Features_content_list .content_list_txt dd{ line-height: 60px;}
.Features .Features_content .Features_content_list .content_list_txt dt{ font-size: 22px; color: #fff; margin-top: 30px; margin-bottom: 50px;}
.Features .Features_content .Features_content_list .content_list_f{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0px 54px; background: #ff3636; padding-top: 80px; opacity: 0;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
}
.Features .Features_content .Features_content_list:hover .content_list_f{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	           filter: scale(1);
	           filter: transform;
	       transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
		cursor:pointer;
}
.Features .Features_content .Features_content_list .content_list_f dd{ font-size: 22px; color: #fff; padding-bottom: 20px; margin-bottom: 20px; text-align: center; position: relative;}
.Features .Features_content .Features_content_list .content_list_f dd:before{ content: ""; position: absolute; display: inline-block; width: 26px; height: 3px; background: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.Features .Features_content .Features_content_list .content_list_f dt{ font-size: 14px; color: #fff; line-height: 22px; text-align: justify;}






.CaseD{ background: #fff;}
.CaseD .SamsFeatures_title{ margin-bottom: 45px;}
.CaseD .case_content{ padding-bottom: 20px;}
.CaseD .case_content .case_content_list{ width: 23.5%; margin-right: 2%; padding: 0px; margin-bottom: 2%;}
.CaseD .case_content .case_content_list:nth-child(4n){ margin-right: 0px;}




.knowledge{ background: #fff;}
.knowledge .SamsFeatures_title{ margin-bottom: 40px;}
.knowledge .knowledge_content{ padding-bottom: 45px;}
.knowledge .knowledge_content .knowledge_content_list{ line-height: 50px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; display: inline-block; width: 100%; padding: 0px 74px; padding-left: 30px; border-bottom: 0px;}
.knowledge .knowledge_content .knowledge_content_list:last-child{ border-bottom: 1px solid #e8e8e8;}
.knowledge .knowledge_content .knowledge_content_list dd{ color: #999999; font-size: 16px; width: 4%;}
.knowledge .knowledge_content .knowledge_content_list dt{ color: #999999; font-size: 16px; width: 80%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.knowledge .knowledge_content .knowledge_content_list .content_list_icon{ width: 24px; overflow: hidden;}
.knowledge .knowledge_content .knowledge_content_list .content_list_icon img{ left: 0; transition: all 0.3s ease 0s; position: relative;}
.knowledge .knowledge_content .knowledge_content_list:hover .content_list_icon img{ left: -24px; transition: all 0.3s ease 0s;}
.knowledge .knowledge_content .knowledge_content_list:hover dd{ color: #ff3636; transition: all 0.3s ease 0s;}
.knowledge .knowledge_content .knowledge_content_list:hover dt{ color: #ff3636; transition: all 0.3s ease 0s;}










.news .SamsFeatures_title{ margin-bottom: 40px;}
.news .news_content .news_list{ width: 23.5%; margin-right: 2%; margin-bottom: 4%;}
.news .news_content .news_list:nth-child(4n){ margin-right: 0px;}
.news .news_content .news_list .news_list_img img{ width: 100%; height: 162px; object-fit: cover;}
.news .news_content .news_list .news_list_txt{ margin-top: 15px;}
.news .news_content .news_list .news_list_txt .list_txt_title dd{ font-size: 16px; color: #555555; margin-bottom: 5px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .news_content .news_list .news_list_txt .list_txt_title dt{ font-size: 12px; color: #999999; margin-bottom: 14px;}
.news .news_content .news_list .news_list_txt .list_txt_bottom{ font-size: 14px; color: #999999; line-height: 22px;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 44px;
}
.news .news_content .news_list .news_list_txt .list_txt_more{ width: 101px; line-height: 28px; border: 1px solid #dddddd; text-align: center; font-size: 14px; color: #888888; margin-top: 15px; text-transform: uppercase; border-radius: 5px; transition: all 0.3s ease 0s;}
.news .news_content .news_list .news_list_txt .list_txt_more i{ margin-left: 15px;}
.news .news_content .news_list:hover .news_list_txt .list_txt_more{ background: #ff3636; color: #fff; border: 1px solid #ff3636; transition: all 0.3s ease 0s;}



.news_details{ background: #f5f5f5; padding: 65px;}
.news_details .pc_all_contnet{ background: #fff; padding: 60px;}
.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px;}
.news_details .news_details_title h1{ font-size:26px; color:#333333; padding-bottom:20px; font-weight: bolder;}
.news_details .news_details_title dt div{ color:#999999; font-size:13px; padding-right:50px; display:inline-block; line-height:26px;}
.news_details .news_details_title dt div:last-child{ padding-right:0px}

.news_details .news_details_content{ padding-top: 40px;}
.news_details .news_details_content img{width:100%;}
.news_details .news_details_content .details_content_top div img{ max-width:100%;}
.news_details .news_details_content .details_content_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px;}
.news_details .news_details_content .details_content_top p{ line-height:26px; padding:10px 0px; font-size:14px; color:#666666; text-indent: 2em;}
.news_details .news_details_content .details_content_top div{ padding-bottom:10px;}
.news_details .news_details_content .news_page{ margin-top: 35px;}
.news_details .news_details_content .news_page div{ line-height:45px; width: 36%;}
.news_details .news_details_content .news_page div span{ background: #ebebeb; width: 20%; text-align: center;}
.news_details .news_details_content .news_page div a{ font-size:13px; color:#333333; display:inline-block; background: #f6f6f6; width: 80%; padding-left: 20px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_details .news_details_content .news_page div a:hover{ color:#e02026}







.Merchants .Merchants_content .Merchants_content_left{ width: 33%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list{ margin-bottom: 20px;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list:last-child{ margin-bottom: 0px;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dd{ font-size: 16px; color: #666666; width: 25%; line-height: 50px;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dt{ width: 75%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dt input{ background: #fcfcfc; width: 100%; border: 1px solid #e1e1e1; line-height: 50px; border-radius: 5px; padding: 0px 15px; font-size: 16px;}
.Merchants .Merchants_content .Merchants_content_right{ width: 64%; background: #000; border: 1px solid #e1e1e1; background: #fcfcfc; padding: 16px;}
.Merchants .Merchants_content .Merchants_content_right dd{ width: 13%; font-size: 16px; color: #666666;}
.Merchants .Merchants_content .Merchants_content_right dt{ width: 87%;}
.Merchants .Merchants_content .Merchants_content_right dt textarea{ width: 100%; resize: none; height: 158px; font-family: "微软雅黑"; font-size: 16px; background: #fcfcfc;}
.Merchants .Merchants_content .Merchants_content_submit{ text-align: center; margin-top: 40px;}
.Merchants .Merchants_content .Merchants_content_submit input{ width: 136px; line-height: 38px; text-align: center; font-size: 16px; color: #fff; border-radius: 4px; background: #ff3636; cursor: pointer;}




.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}



.contact_map{ position: relative;text-align:center;}
.contact_map .contact_map_top{ width: 100%; height: 502px;}
.contact_map .contact_map_txt{ position: absolute; background: rgba(255,255,255,.9); transform: translateX(-50%) translateY(-50%); left: 31%; top: 50%; border-radius: 8px; padding: 40px 30px;}
.contact_map .contact_map_txt dd{ font-size: 22px; color: #444444; margin-bottom: 24px;}
.contact_map .contact_map_txt dt{ color: #444444; font-size: 14px;}
.contact_map .contact_map_txt dt p{ margin-bottom: 12px; line-height: 22px;}
.contact_map .contact_map_txt dt p:last-child{ margin-bottom: 0px;}
.contact_map .contact_map_txt dt p span{ display: inline-block; width: 21px; text-align: center; margin-right: 13px;}









.join_wen{ margin-top: 50px;line-height:30px;}
.join_wen .join_wen_title .Social{ background: #ff3636; color: #fff; line-height: 55px; padding: 0px 50px;}
.join_wen .join_wen_title .Social{ border: 0px;}
.join_wen .join_wen_title .Social .Social_xun{ font-size:18px; text-align: center;}
.join_wen .join_wen_title .Social .Social_xun:nth-child(1){ width:15%; text-align: left;}
.join_wen .join_wen_title .Social .Social_xun:nth-child(2){ width: 20%;}
.join_wen .join_wen_title .Social .Social_xun:nth-child(3){ width: 35%;}
.join_wen .join_wen_title .Social .Social_xun:nth-child(4){ width:20%;}
.join_wen .join_wen_title .Social .Social_xun:nth-child(5){ width:10%; text-align: center;}
.join_wen .join_wen_bottom{ font-size: 14px; color: #666666; padding-top: 35px;}
.join_wen .join_wen_wen{ background:#fff;}

.Social{ width: 100%; background:#f8f8f8; font-size: 14px; color: #333333; border-bottom: 1px solid #e5e5e5; overflow: hidden;}
.Social li:last-child{ border-bottom: 0px;}
.Social li{ width:100%;cursor: pointer; border-bottom: 1px solid #dcdcdc; padding: 0px 50px;}
.Social li table{ width:100%; height:55px;}
.Social li table tr td{ text-align: center;}
.Social li table td:nth-child(1){ width:15%; text-align: left;}
.Social li table td:nth-child(2){ width:20%;}
.Social li table td:nth-child(3){ width:35%;}
.Social li table td:nth-child(4){ width:20%;}
.Social li table td:nth-child(5){ width:10%; text-align: center;}
.Social li .Social_newtext{ display:none; float:left; width:100%; padding:20px 30px; font-size:13px; line-height:30px; color:#666666;}
.Social li .Social_newtext .gwzz{ color:#333333; font-size: 18px; font-weight: 500;}
.Social .Social2{ display: none;}
.Social li .Social_newtext .gwzz_wen{ padding-top: 10px;}
.Social li .Social_newtext .gwzz_wen .gwzz_wen_xun{ width: 100%;}
.Social li .Social_newtext .gwzz_wen .gwzz_wen_xun:last-child{ margin-top: 25px;}
.Social li .Social_newtext .gwzz_wen .gwzz_wen_xun dd{ font-size: 16px; color: #666666; margin-bottom: 8px;}
.Social li .Social_newtext .gwzz_wen .gwzz_wen_xun dt{ line-height: 24px;}
.Social li .Social_newtext .gwzz_wen .gwzz_wen_xun dt p{ font-size: 14px; color: #777777;}

.Social li .Social_newtext .Social_newtext_sq{ text-align: center; margin-top: 30px;}
.Social li .Social_newtext .Social_newtext_sq a{ display: inline-block; color: #ff3636; width: 150px; line-height: 38px; background: #f8f8f8; text-align: center; transition: all 0.5s ease; -webkit-transform: all 0.5s ease; border: 1px solid #ff3636; border-radius: 100px; font-size: 16px;}
.Social li .Social_newtext .Social_newtext_sq a:hover{ color: #fff; background: #ff3636;}




.center{ width: 393px !important;}












.Customer{ position:fixed; right:30px; top:50%; z-index:80;}
.Customer .Customer_list dd{ width:54px; height:54px; border-radius:100%; line-height:54px; background:#4c4c4c; text-align:center; transition: all 0.3s ease 0s; position:relative; z-index:50;}
.Customer .Customer_list{ margin-bottom:16px; cursor:pointer; position:relative;}
.Customer .Customer_list:last-child{ margin-bottom:0px;}
.Customer .Customer_list:hover dd{ background:#f41426; transition: all 0.3s ease 0s;}
.Customer .Customer_list dt{ position:absolute; width:0px; background:#4c4c4c; color:#fff; font-size:16px; color:#fff; line-height:54px; padding-left:30px; border-radius:100px; left:16px; top:0px; transition: all 0.5s ease 0s; opacity:0;overflow: hidden;}
.Customer .Customer_list:hover dt{ background:#f41426; transition: all 0.5s ease 0s; width:200px; left:-146px; opacity:1; overflow: inherit;}
.Customer .Customer_list:nth-child(1) dt{ top:-70px; background:none; left:-275px; overflow:hidden;}
.Customer .Customer_list:nth-child(1):hover dt{ transition: all 0.5s ease 0s; width:200px;  left:-235px; opacity:1; overflow:inherit;}
    
	






.product_detials_nav{ position:relative; padding-top:70px;}
.product_detials_nav .detials_bottom_title{ box-shadow: 0px 10px 10px rgba(0,0,0,.1); position:absolute; width:100%; left:0; top:0px;}
.product_detials_nav .detials_bottom_title.research_nav_on{ position:fixed; left:0; width:100%; top:0; left:0; background:#fff; z-index:50;}




@media screen and (max-width:1240px){

/*caidan*/
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}



.pc_top{width:100%; position:fixed; top: 0; z-index: 100;height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2); }
.pc_top .top_content_logo{height:30px;line-height:30px;padding:10px 0px;}
.pc_top .top_content_logo img{height:30px;}
.hight{height:50px;}
.pc_top .top_content_nav .content_nav_left,.pc_top .top_content_nav .content_nav_Language{display:none;}



.pc_top .top_content_nav .content_nav_left{float:none;position:fixed;z-index:9;background:#333333;width:40%;height:auto;font-size:14px;top:-100%;right:0;overflow:auto;overflow-x:hidden;padding:0px;}
.pc_top .top_content_nav .content_nav_list{ margin:0px;border-bottom:1px #666 solid; width:100%; padding:10px 20px;text-align:center;color:#F5f5f5; }
.pc_top .top_content_nav .content_nav_list:last-child{ margin-right: 0px;}
.pc_top .top_content_nav .content_nav_list:before{ content: ""; position: absolute; display: inline-block; width: 0px; height: 3px; background: #ff2d2d; bottom: 0px; left: 0; transition: all 0.3s ease;  right: 0; margin: 0 auto;}
.pc_top .top_content_nav .content_nav_list:hover:before{  transition: all 0.3s ease; }
.pc_top .top_content_nav .content_nav_list .nav_list_title{ font-size: 16px; display: inline-block; line-height: 24px; color: #fff;}
.pc_top .top_content_nav .content_nav_list:hover .nav_list_title{ color:#ff2d2d;}
.pc_top .top_content_nav .content_nav_list:hover:before{ width:100%;}

.pc_top .top_content_nav .nav_show{display:block;top:50px}




.pc_all .pc_all_contnet{ width: 96% !important; margin: 0 auto;height:auto; overflow: hidden;}

.footer{ padding-top: 40px; padding: 20px !important;}
.footer .footer_top { display:none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}
.footer .footer_bottom{ margin-top: 20px;}
.footer .footer_bottom .footer_bottom_left,.footer .footer_bottom .footer_bottom_center{ width: 100%; text-align:  center;}


.Customer{ display: none;}

.banner{ height: auto; overflow: inherit;}
.banner .slider .banner_img img{ height: auto;}
.banner .slider .banner_txt{ text-align: left;}
.banner .slider .banner_txt dd{ font-size: 18px;}
.banner .slider .banner_txt dd p span{ font-size:22px;}
.banner .slider .banner_txt{ left: 30%; top: 50%;}
.banner .slider .banner_txt dt{ margin-top: 10px; font-size:14px; line-height:26px;}
.banner .slider .banner_txt a{ font-size: 14px; line-height: 36px; width: 130px; margin-top: 22px;}


.details_banner .details_banner_img img{ height:auto;}



.product .product_content .product_content_title .content_title_list dd img{ max-width:inherit;}


.video .video_img{ display:none;}
.video .video_txt{ position:inherit; transform:none; left:0; top:0;}
.pulse{ display:none;}



.case .case_content{ height: auto; overflow: inherit;}
.product .product_content .product_content_txt{ max-height: inherit; overflow: inherit;}


.knowledge .knowledge_content .knowledge_content_list .content_list_icon img{ max-width: inherit;}

.product_detials_nav .detials_bottom_title .bottom_title_w,.product_detials_nav .detials_bottom_txt .bottom_txt_list{ width: 100%; max-width: 100%; padding: 0px 4%;}
}

@media screen and (max-width:950px){



.supplier{ padding:35px 0px;}
.supplier .supplier_title dd{ font-size:18px;}
.supplier .supplier_title dt{ font-size:15px; margin-top:8px;}
.supplier .supplier_title{ margin-bottom:30px;}


.product .product_content .product_content_title .content_title_list dt{ font-size:14px;}

.details_banner .details_banner_img img{ height: 150px;}
.details_banner .details_banner_txt{ width:100%;}
.details_banner .details_banner_txt dd{ font-size:18px;}
.details_banner .details_banner_txt dt{ margin-top:5px; font-size:14px;}


.details_nav{ padding: 15px 0px;}

.about{ padding: 45px 0px; padding-bottom: 0px;}
.about .about_title .about_title_left,.about .about_title .about_title_right{ width: 100%; text-align: center;}
.about .about_title .about_title_left{ margin-bottom: 25px;}
.about .about_title .about_title_right .title_right_list{ width: 20%; margin-right: 0px;}
.about .about_content .about_content_bottom .content_bottom_right{ margin-top: 0px; position: inherit; width: 50%; margin-left: 3%;}
.about .about_content .about_content_bottom .content_bottom_left{ margin: 36px 0px; padding: 0px; padding-right: 30px;}




.culture,.honor{ padding:35px 0px;}
.culture .culture_left{ text-align: center; background: #fff; padding-top: 10px;}
.culture .culture_left,.culture .culture_right{ width:100%; position:inherit; top:0; height:auto;}
.culture .culture_right .culture_right_f{ position:inherit; transform:none; left:0; top:0; padding:20px; width:100%;}
.culture .culture_right .culture_right_title{ margin-bottom:20px;}
.culture .culture_right .culture_right_title dd{ font-size:18px;}
.culture .culture_right .culture_right_title dt{ font-size:16px;}
.culture .culture_right .culture_right_txt .right_txt_list{ margin-bottom:20px;}
.culture .culture_right .culture_right_txt .right_txt_list dd{ font-size:16px;}
.culture .culture_right .culture_right_txt .right_txt_list dt{ font-size:14px;}



.DProduct{ padding-bottom: 45px;}
.DProduct .DProduct_form{ width: 100%;}
.DProduct .DProduct_content .DProduct_content_list{ width: 100%;}


.product_detials .product_detials_top .detials_top_img{ line-height: 300px; height: 300px;}
.product_detials .product_detials_top .detials_top_img img{ max-height: 260px;}
.product_detials .product_detials_top .detials_top_img,.product_detials .product_detials_top .detials_top_right{ width: 100%;}
.product_detials .product_detials_top .detials_top_right{ margin-left: 0px; padding: 30px 0px; padding-bottom: 0px;}
.product_detials .product_detials_top .detials_top_right dd{ font-size: 24px; margin-bottom: 20px;}
.product_detials .product_detials_top .detials_top_right dt{ max-width: 100%;}


.product_detials_nav .detials_bottom_txt{ padding: 25px 0px;}

.specification .specification_title{ font-size: 22px; margin-bottom: 20px;}




.Related .Related_content .Related_content_list dd{ line-height: 150px;}
.Related .Related_content .Related_content_list dd img{ max-height: 100px;}


.SamsFeatures{ padding: 40px 0px;}
.SamsFeatures .SamsFeatures_title{ margin-bottom: 40px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav{ width: 100%;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right{ width: 100%; margin-top: 10px; border-left: 1px solid #dedede;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a{ width: 33.33%; line-height: 80px;}


.Features .Features_content .Features_content_list .content_list_f{ margin: 0px; padding: 20px;}



.CaseD .case_content .case_content_list{ width: 32%; margin-right: 2%;}
.CaseD .case_content .case_content_list:nth-child(3n){ margin-right: 0px;}
.CaseD .case_content .case_content_list:nth-child(4){ margin-right: 2%;}
.case .case_content .case_content_list .content_list_img img{ height: 178px;}


.news .news_content .news_list{ width: 32%; margin-right: 2%;}
.news .news_content .news_list:nth-child(3n){ margin-right: 0px;}
.news .news_content .news_list:nth-child(4){ margin-right: 2%;}
.news .news_content .news_list .news_list_img img{ height: 138px;}


.news_details{ padding: 35px 0px;}
.news_details .news_details_content .news_page div{ width: 48%;}
.news_details .news_details_content .news_page div span{ width: 30%;}
.news_details .news_details_content .news_page div a{ width: 70%;}


.Merchants .Merchants_content .Merchants_content_left{ margin-bottom: 45px;}
.Merchants .Merchants_content .Merchants_content_left,.Merchants .Merchants_content .Merchants_content_right{ width: 100%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dd{ width: 20%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dt{ width: 80%;}


.contact_map .contact_map_txt{ width: 90%; left: 50%;}


.join_wen .join_wen_title .Social,.Social li{ padding: 0px 20px;}
.join_wen .join_wen_title .Social .Social_xun{ font-size: 14px;}


.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dd{ font-size: 18px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_bottom{ margin-top: 15px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dt{ font-size: 14px;}



.news_details .pc_all_contnet{ padding: 30px;}
}



@media screen and (max-width:768px){


.IndexC{ display:none;}
.IndexNews .IndexNews_content .IndexNews_content_left,.IndexNews .IndexNews_content .IndexNews_content_right{ width:100%;}
.IndexNews .IndexNews_content .IndexNews_content_right{ border-left:0px; margin-left:0px;}


.product_detials_nav .detials_bottom_title .bottom_title_w a{ margin-right: 30px;}


}


@media screen and (max-width:600px){
.banner,.banner .slider .banner_img img{ height: 220px;}
.banner .slider .banner_txt dd{ font-size: 16px;}
.banner .slider .banner_txt dt{ font-size: 12px; margin-top: 5px;}
.banner .slider .banner_txt{ width: 90%; left: 50%; top: 50%;}
.banner .slider .banner_txt a{ font-size: 14px; width: 113px; line-height: 30px;}
.banner .slider .banner_txt a i{ margin-left: 10px;}
	

.supplier .supplier_title{ margin-bottom:40px;}


.product .product_content .product_content_title{ margin-top:0px;}
.product .product_content .product_content_title .content_title_list{ width:33.33%; margin-bottom:20px;}
.product .product_content .product_content_title .content_title_list:before{ display:none;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dd{ font-size:20px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_title dt{ font-size:16px;font-weight:bold;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li{ width:100%; margin-right:0px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_bottom{ margin-top:15px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_img{ text-align:center;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_img img{ max-height:190px;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt{ padding:4% 5% 4% 46%;}
.product .product_content .product_content_txt .content_txt_list .txt_list_li .list_li_content .li_content_txt .content_txt_nav .txt_nav_list dt{ font-size:12px;}
.product .product_content .product_content_more a{ height:36px; line-height:36px; font-size:15px;}



.case .slick-prev{ left:0px;}
.case .slick-next{ right:0px;}
.case .case_content .case_content_list .content_list_img img{ height:143px;}
.case .case_content .case_content_list .content_list_bottom{ padding:25px;}


.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_right dd{ font-size:16px; margin-bottom:8px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left dd{ font-size:30px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left dt{ font-size:16px;}
.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_left{ padding:17px 0px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_img img{ height:auto;}


.case .case_content .case_content_list{ padding:0px 5px;}



.content_list_video .list_video_content{ width:90%;}


.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt{ padding:20px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title{ margin-bottom:10px;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title dd{ width:60%;}
.IndexNews .IndexNews_content .IndexNews_content_left .content_left_txt .left_txt_title dt{ width:35%;}
.IndexNews .IndexNews_content_more{ margin-top:20px;}
.IndexNews .IndexNews_content_more a{ height:36px; line-height:36px; font-size:15px;}


.details_nav{ overflow:hidden; padding:10px 4%;}
.details_nav a{ float:left; width:48%; margin:5px 0px; margin-right:4%; border:1px solid #dcdcdc;}
.details_nav a:nth-child(2n){ margin-right:0px;}



.about{ padding:35px 0px;}
.about .about_title{ margin-bottom:10px;}
.about .about_title .about_title_left,.about .about_title .about_title_right{ width:100%;}
.about .about_title .about_title_left{ text-align:center; margin-bottom:25px;}
.about .about_title .about_title_left dd{ font-size:20px; margin-bottom:5px;}
.about .about_title .about_title_left dt{ font-size:18px;}
.about .about_title .about_title_right .title_right_list{ width:32%; margin-bottom:20px; margin-right:2%;}
.about .about_title .about_title_right .title_right_list:nth-child(3n){ margin-right:0px;}
.about .about_title .about_title_right .title_right_list dd img{ max-width:60px;}
.about .about_title .about_title_right .title_right_list dt{ font-size:14px;}
.about .about_content .about_content_bottom .content_bottom_left,.about .about_content .about_content_bottom .content_bottom_right{ width:100%;}
.about .about_content .about_content_bottom .content_bottom_left{ padding:20px; height:auto; margin:0px;}
.about .about_content .about_content_bottom .content_bottom_right{ position:inherit; margin-top:0px; margin-left: 0px;}





.honor{ padding:30px 0px;}
.honor .honor_title dd{ font-size:18px;}
.honor .honor_title dt{ font-size:16px;}
.honor .honor_content .honor_content_title{ margin:20px 0px;}
.honor .honor_content .honor_content_title a{ line-height:36px; font-size:16px;}




.DProduct .DProduct_form{ width:100%;}
.DProduct .DProduct_content{ margin-top:25px;}
.DProduct .DProduct_content .DProduct_content_list{ width: 48%; margin-right: 2%;}
.DProduct .DProduct_content .DProduct_content_list:nth-child(2n){ margin-right: 0px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_img,.DProduct .DProduct_content .DProduct_content_list .content_list_right{ width:100%;}
.DProduct .DProduct_content .DProduct_content_list .content_list_img img{ height:178px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right{ padding:15px; border-left:0px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right dd{ font-size:16px; margin-bottom:10px;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right dt p{ display:none;}
.DProduct .DProduct_content .DProduct_content_list .content_list_right dt p:nth-child(1){ display:block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}




.SamsFeatures{ padding:35px 0px;}
.SamsFeatures .SamsFeatures_title{ margin-bottom:30px;}
.SamsFeatures .SamsFeatures_title dd{ font-size:18px;}
.SamsFeatures .SamsFeatures_title dt{ font-size:14px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav,.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right{ width:100%;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right{ margin-top:25px; border-left:1px solid #ededed; height:210px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_nav a{ line-height:80px; font-size: 16px; width: 100%;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list dd{ font-size:18px;}
.SamsFeatures .SamsFeatures_content .SamsFeatures_content_right .content_right_list dt{ font-size:14px;}




.slick-prev,.slick-next{ height: auto;}
.slick-prev:before,.slick-next:before{ color: #bcbcbc; font-size: 35px;}




.Features .Features_content .Features_content_list{ margin:0px 5px;}
.Features .Features_content .Features_content_list .content_list_txt dd{ line-height:35px;}
.Features .Features_content .Features_content_list .content_list_txt dd img{ height:30px;}
.Features .Features_content .Features_content_list .content_list_txt dt{ font-size:16px; margin:25px 0px;}
.Features .Features_content .Features_content_list .content_list_txt p img{ height:20px;}
.Features .Features_content .Features_content_list .content_list_f{ padding: 15px;}
.Features .Features_content .Features_content_list .content_list_f dd{ font-size: 16px;}
.Features .Features_content .Features_content_list .content_list_f dt{ font-size: 14px;}



.CaseD .case_content .case_content_list{ width: 49%; margin-right: 2%; padding: 0px;}
.CaseD .case_content .case_content_list:nth-child(2n){ margin-right: 0px;}
.CaseD .case_content .case_content_list .content_list_bottom{ padding: 15px;}
.case .case_content .case_content_list .content_list_bottom .list_bottom_title dt{ margin: 12px 0px;}






.knowledge .knowledge_content .knowledge_content_list{ padding: 0px 2%;}
.knowledge .knowledge_content .knowledge_content_list dd{ width: 10%;}
.knowledge .knowledge_content .knowledge_content_list dt{ font-size: 15px; width: 60%;}




.news .news_content{ padding-bottom: 30px;}
.news .news_content .news_list{ width: 48%; margin-right: 4%;}
.news .news_content .news_list:nth-child(2n){ margin-right: 0px;}
.news .news_content .news_list .news_list_img img{ height: 105px;}
.news .news_content .news_list .news_list_txt .list_txt_more{ font-size: 13px;}


.Merchants .Merchants_content .Merchants_content_left{ margin-bottom: 25px;}
.Merchants .Merchants_content .Merchants_content_left,.Merchants .Merchants_content .Merchants_content_right{ width: 100%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dd{ width: 25%;}
.Merchants .Merchants_content .Merchants_content_left .content_left_list dt{ width: 75%;}
.Merchants .Merchants_content .Merchants_content_right dd{ width: 25%;}
.Merchants .Merchants_content .Merchants_content_right dt{ width: 75%;}
.Merchants .Merchants_content .Merchants_content_right dt textarea{ height: 150px;}



.contact_map .contact_map_txt{ width: 100%; left: 50%; padding: 20px 10px;}
.contact_map .contact_map_top{ height: 400px;}


.join_wen{ margin-top: 0px; overflow: auto;}
.join_wen .join_wen_txt{ width: 600px;}
.join_wen .join_wen_title .Social .Social_xun{ font-size: 13px;}
.join_wen .join_wen_title .Social,.Social li{ padding: 0px 15px;}
.Social li table tr td{ font-size: 13px; padding: 0px 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Social li .Social_newtext{ padding: 15px;}




.news_details{ padding:25px 0px;}
.news_details .pc_all_contnet{ padding:20px;}
.news_details .news_details_title h1{ font-size:18px; padding-bottom:13px;}
.news_details .news_details_content{ padding-top: 20px;}
.news_details .news_details_content .news_page .news_page_left,.news_details .news_details_content .news_page .news_page_right{ width:100%;}
.news_details .news_details_content .news_page .news_page_right{ margin-top:25px;}
.news_details .news_details_content .news_page div{ width: 100%;}



.product_detials{ padding: 35px 0px; padding-bottom: 0px;}
.product_detials .product_detials_top .detials_top_img{ line-height: 300px; height: 300px;}
.product_detials .product_detials_top .detials_top_img img{ max-height: 240px;}
.product_detials .product_detials_top .detials_top_img,.product_detials .product_detials_top .detials_top_right{ width: 100%; margin-left: 0px;}
.product_detials .product_detials_top .detials_top_right{ padding: 35px 0px; padding-bottom: 0px;}
.product_detials .product_detials_top .detials_top_right dd{ font-size: 20px; margin-bottom: 10px;}
.product_detials .product_detials_top .detials_top_right dt{ max-width: 100%;}
.product_detials .product_detials_top .detials_top_right dt p{ font-size: 14px;}


.product_detials_nav .detials_bottom_title .bottom_title_w a{ display: inline-block; width: 33.33%; margin-right: 0px; text-align: center;}
.product_detials_nav .detials_bottom_title{ box-shadow: none; border-bottom: 1px solid #dcdcdc;}
.product_detials_nav .detials_bottom_txt{ padding: 20px 0px;}



.specification{ padding: 35px 0px;}
.specification .specification_title{ font-size: 18px; margin-bottom: 25px;}
.specification .specification_title:before{ top: 4px; height: 18px;}
.specification .specification_table{ overflow: auto;}
.specification .specification_table table{ width: 100%;}
.Related .Related_content .Related_content_list{ width: 48%; margin-right: 4%; margin-bottom: 4%;}
.Related .Related_content .Related_content_list:nth-child(2n){ margin-right: 0px;}
.Related .Related_content .Related_content_list dd{ line-height: 140px;}
.Related .Related_content .Related_content_list dd img{ max-height: 110px;}
.Related .Related_content .Related_content_list dt{ padding-top: 10px; font-size: 15px;}




.product_detials_nav .detials_bottom_title{ position:absolute !important;}



.content_list_video .list_video_content video{ width:100%;}

.CaseD .case_content .case_content_list:nth-child(3){ margin-right:2%;}

.news .news_content{ padding-bottom:0px;}
.news .news_content .news_list:nth-child(3){ margin-right:4%;}


.Merchants .Merchants_content .Merchants_content_submit{ margin-top:30px;}



.contact_map .contact_map_txt dd{ font-size:18px;}


.specification .specification_table table tr td{ font-size:12px;}
}








@media screen and (max-width:375px){
.case .case_content .case_content_list .content_list_img img{ height:128px;}
.news .news_content .news_list .news_list_img img{ height: 95px;}
}


@media screen and (max-width:360px){
.case .case_content .case_content_list .content_list_img img{ height:123px;}


}


@media screen and (max-width:320px){

}

.f-13{font-size:13px}
.f-15{font-size:15px}
.f-16{font-size:16px}
.f-18{font-size:18px}
.f-20{font-size:20px}
.f-24{font-size:24px}
.f-26{font-size:26px}
.f-30{font-size:30px}
.f-34{font-size:34px}
.f-36{font-size:36px}
.f-45{font-size:45px}
@media screen and (max-width:1350px) {
.f-20{font-size:18px}
.f-24,
.f-26{font-size:20px}
.f-30{font-size:28px}
.f-34{font-size:30px}
.f-36{font-size:32px}
.f-45{font-size:38px}
}
@media screen and (max-width:960px) {
.f-16{font-size:14px}
.f-18{font-size:16px}
.f-24,
.f-26{font-size:18px}
.f-30{font-size:24px}
.f-34{font-size:26px}
.f-36{font-size:28px}
.f-45{font-size:30px}
}
@media screen and (max-width:768px) {
.f-15,
.f-16,
.f-18,
.f-20{font-size:14px}
.f-24{font-size:16px}
.f-26{font-size:18px}
.f-30{font-size:18px}
.f-34{font-size:20px}
.f-36{font-size:20px}
.f-45{font-size:24px}
}
.flex{ display: flex; align-items: center; justify-content: space-between;}

.w{ max-width: 100%; width: 1350px; margin: 0 auto;}
.footer{  color: #a6a6a6;line-height:1.8;}
.footer a{ color: #a6a6a6;}
.footer .foot{ align-items: flex-start;}
.footer .foot .t{padding-bottom:20px;}
.footer .foot .info{width:33%;float:left;}
.footer .foot .info .code{ justify-content: flex-start; text-align: center; margin-top: 20px;}
.footer .foot .info .code img{ width: 80px; height: 80px;}
.footer .foot .info .code > div + div{margin-left: 23px;}
.footer .foot .nav{ width: 33%; line-height: 3;float:left;}
.footer .foot .nav dl{width:50%;float:left;}
.footer .foot .form{ width: 34%;float:left;}
.footer .foot .form input{ background: #262626; color: #eee; height: 40px; line-height: 40px; padding: 0 18px;}
.footer .foot .form .top > div{ flex: 1;}
.footer .foot .form .top input{ width: 100%;}
.footer .foot .form .top > div + div{ margin-left: 15px;}
.footer .foot .form .bottom input{ width: 100%; margin-top: 15px;}
.footer .foot .form .btn{ background: #156ad3; width: 135px; border-radius: 20px; font-weight: bold; margin-top: 26px; cursor: pointer;}
.footer .copyright{ padding: 20px 0; border-top: 1px solid #383f49;}
.footer .copyright .right{ float: right;}

.footer .foot .info .t,
.footer .foot .info .p b,
.footer .foot .info .code,
.footer .foot .form .t,
.footer .foot .nav dt,
.footer a:hover{ color: #fff;}



@media screen and (max-width:960px) {
.footer .foot .form .btn{width:100%;}
.footer .foot .nav{ padding: 0 0 0 20px;}
.footer .footer_bottom{line-height:1.5;padding-bottom:0px;}
}
@media screen and (max-width:768px) 
{
.footer .foot .form{ display: block;width:100%;clear:both;}
.footer .foot .info{ display: block;width:100%;clear:both;}
.footer .foot .nav{ display:none;}
}
@media screen and (max-width:640px) {
.footer .copyright{ text-align: center;}
.footer .copyright .right{ float: none;}

}
@media screen and (max-width:480px) {

}
