@import "reset.css?v=0.028";
@font-face {font-family: "Calibri";
    src: url("fonts/Calibri.eot"); /* IE9*/
    src: url("fonts/Calibri.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Calibri.woff2") format("woff2"), /* chrome firefox */
    url("fonts/Calibri.woff") format("woff"), /* chrome firefox */
    url("fonts/Calibri.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("fonts/Calibri.svg#Calibri") format("svg"); /* iOS 4.1- */
}
body { 
   font-family: 'PingFang SC Bold', 'PingFang SC Regular', Helvetica, sans-serif; 
   color: #ffffff; 
   font-size:14px;  
}
html, body {
	scroll-behavior: smooth;
}
.pf {
	position:fixed;
	z-index:9
}
.head-pc {
	min-height:50px;
	height: 120px;
	position: absolute;
	z-index:199;
	border-bottom:#fff solid 2px;
	width:100%;
	padding:0 20px;
}
.w96{ width:96%; margin:0 auto;}
.w90{ width:90%; margin:0 auto;}
.ps{position:relative; z-index:1;}
.head-v1{ background:#333333;}
.nav-active {
   position: fixed;
   top: 0px; 
   z-index:999;
   margin-top: 0px;
   background-color: #333;
}
.head-m {
	display:none;
}
.logo {
	float:left;
	width:350px;
	height: 120px;
	line-height: 120px;
}
.logo img {
	max-width: 330px;
	max-height: 60px;
}
.head_r {
	float:right;
	width:950px;
}
.menu {
	padding:0;
	margin:0;
}
.menu li {
	float:left;
}
.menu li a.nav-link {
	padding:0 18px;
	color:#fff;
	height: 120px;
	line-height: 120px;
	font-size: 20px;
	font-weight:bold;
	display: block;
}
.menu li a.nav-link:hover, .menu li a.on {
	color: #ff961e;
	border-bottom:#ff961e solid 6px;
 transition: all .1s ease-in-out;
}
.menu li:last-child {
	width: 100px;
	position: relative;
}
.menu li:last-child a:hover {
	border-bottom:none;
}
.language {
	position: absolute;
	z-index:11;
	right:20px;
	top:5px;
}
.language>a {
	color: #fff;
}
.search-box-left {
	position: absolute;
	z-index:18;
	top:0;
	right:15px;
	display:flex;
}
.search-btn {
	width: 38px;
	text-align:center;
	height: 30px;
	background:none; 
	border:none;
	margin-top:45px;
}
.search-txt {
	border: none;
	color: white;
	font-size: 18px;
	transition: 0.4s;
	height: 60px;
	line-height: 60px;
	width: 0px;
	margin-top:30px;
	background: url("../images/close1.png") 0px no-repeat;
}
.search-box-left:hover>.search-txt {
	width: 300px;
	border-width: 10px;
	padding: 0 16px 0 35px;
}
.sub_menu {
	width:100%;
	position: absolute;
	z-index:18;
	left:0;
	background:#000000; 
	display:none;
	/*opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;*/
}
/*.menu li.dropdown:hover .sub_menu {opacity: 1;visibility: visible;}*/
.sub_menuc {
	display:flex; /*flex-wrap:wrap;*/
	justify-content:space-between;
	width:99%;
	margin:0 auto;
}
.sub_menu_three, .sub_menu_five {
	display:flex;
	justify-content:space-start;
}
.sub_menu_three .three-li {
	padding: 30px 10px 10px 10px;
	min-width: 110px;
	height: 160px;
}
.sub_menu_five .three-li {
	width:25%;
	padding: 80px 0 0 0;
	height: 160px;
}
.sub_menu_five .three-li a {
	color:#FFFFFF;
	font-size:14px;
}
.sub_menu_two {
	width:50%;
	text-align:center;
}
.sub_menu_three .three-li a.three_pad {
	margin-bottom:30px;
}
.sub_menu_three .three-li a {
	color:#FFFFFF;
	display:block;
	width:100%;
	font-size:14px;
}
.sub_menu_item { 
    margin:0 0.5%;
}
.casec .sub_menu_item {
	width:32.5%;
}
.sub_menu_tit {
	border-bottom:#646464 solid 2px;
}
.menu li .sub_menu_tit a, .sub_menu_two a {
	color: #fff;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	padding:0;
}
.menu li .sub_menu_tit a:hover, .sub_menu_two a:hover, .sub_menu_five .three-li a:hover {
	color: #ff961e;
	border:none;
}
/*首页-幻灯片*/
.flash img {
	width: 100%;
}
.flash ul.bxslider {
	list-style:none;
}
a.index_amore{background:#fff; display:block;  line-height:50px; width:200px; text-align:center;  font-size:16px;  margin:20px  auto;}
a.index_amore:hover{background:#ff971e; color:#FFFFFF;}


.index_section,.index_contact {
	background:#e87e37;
	position:relative;
	text-align:center; 
	width:100%;
	padding:40px 0 50px 0;
}
.index_section h2, .index_contact h2 {
	font-size: 28px;
	line-height:30px;
}
.index_about_desc {
	font-size:15px;
	line-height:22px;
}
.index_section:before, .index_contact:before {
	content: "";
	position: absolute;
	z-index: 6;
	bottom: -24px;
	left: 50%;
	margin-left:-25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0;
	border-color: #e87e37 transparent transparent;
}
.index_contact {
	background:#e87e37;
}
.index_contact:before {
	border-color: #e87e37 transparent transparent;
}
.index_about_three {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
	padding-bottom:30px;
}
.about_item {
	width:31%;
	text-align:center;
	color: #666;
}
.about_item_pic img {
	max-width:100%;
}
.about_item_tit {
	color: #222;
	font-size: 20px;
	font-weight:bold;
	line-height:36px;
}
.about_item_desc {
	font-size:13px;
	line-height:22px;
}
.index_work_desc {
	font-size:18px;
	line-height:25px;
}
.index_work_item {
	float:left;
	width:25%; 
}
.index_work_itemb {
	float:left;
	width:25%; 
	border:solid #FFFFFF 0.5px; 
}
.cate_list{display: flex;align-items: center;justify-content: center; margin-top:50px;}
.cate_list .cate_item{ padding:0 20px; font-size: 24px; line-height: 1.1; font-weight: normal; color: #666666;}
.active{color: #ff961e;}
.worklist{ margin-bottom:1px; margin:50px 0;}

.work_item {
	position:relative;
	overflow:hidden;
}
.work_item img, .index_work_text {
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
.work_item img {
	width:100%;
}
.index_work_text {
	position:absolute;
	z-index:2;
	background:rgba(0, 0, 0, .35);
	padding:20px;
	width:100%;
	height:100%; 
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align:center;
	top:0;
	left:0;
	color:#FFFFFF;
}
.entry-title{ font-size:24px; line-height:28px;}
.work_item:hover img {
	-webkit-transform:scale(1.05, 1.05);
	transform:scale(1.05, 1.05);
}
.work_item:hover .index_work_text {
	opacity:0;
	filter:alpha(opacity=00);
}
.prev-home {
	padding:50px 0;
	background:#e9e9e9;
}
.form-line {
	padding-top:20px; 
}
input.sbth {
	border: 0;
	background:#Ff961e;
	width:100px;
	text-align:center;
	color:#FFFFFF;
	line-height:30px;
	font-size: 15px;
	cursor:pointer;
}
input.sbth:hover {
	background:#d97e17;
}
.rox_tit {
	color:#666;
	height:30px;
	line-height:30px;
}
.rox_ctit {
	color:#666;
	line-height:30px;
}
.contact_contents {
	color: #000;
	background-color: #ccc;
	line-height: 40px;
	padding: 40px 20px 0 20px;
	font-family: 'Microsoft YaHei';
}
.contact_c {
	max-width: 1800px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.contact-title {
	font-size: 17px;
	font-weight: bold;
}
.ewebshare { 
   margin-top:30px;
}
.ewebshare>a {
	padding: 0 8px 0 8px;
}
.ewebshare>a img{ 
    width:35px;;
}
.webshare_in:hover {
	content: url(../images/in_hover.png);
}
.webshare_face:hover {
	content: url(../images/face_hover.png);
}
.webshare_you:hover {
	content: url(../images/you_hover.png);
}
.webshare_we:hover {
	content: url(../images/we_hover.png);
}
.webshare_ins:hover {
	content: url(../images/instagram_hover.png);
}
footer {
	text-align: right;
	background: #333;
	color: #fff;
	padding: 20px 20px 10px 0px;
	font-size: 14px;
	line-height: 25px;
}
.copyright a {
	color: #AFB7BE;
}
.index_video {
	position:relative; 
	background: #ff971e;
}


.index_video video {
	width:100%; 
}
.index_video_text {
/*    position:absolute;  
	z-index:2; 
	left:0; 
	top:0; 
	height:100%;*/
	width:100%;
	background:rgba(0, 0, 0, .6);
	display:flex;
	flex-direction: row;
	justify-content: center; padding:50px 0 80px 0;

}
.index_video_text  iframe { height:500px;}
.index_video_tit {
	text-align:center;
	text-transform:uppercase;
	font-size:48px;
	padding:50px 0;
}
.index_video_btit {
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
}
#news-container1 {
	margin: 0 auto;
	width: 360px;
	text-align:center;
	height: 24px;
	color:#FFFFFF;
	font-size:28px;
}
#news-container1 ul li {
	width: 360px;
	text-align:center;
}
#news-container1 ul li p{ padding:0; margin:0}
.index_video_bth {
	text-align:center; 
	margin-top:90px;
}

.product_tool {
	border-radius:5px;
	background:#22a8c9;
	padding:25px 0; width:260px;  
    display:inline-block;
	color:#FFFFFF;
	font-size:18px;
	margin-right:50px;
}
.buyers_tool {
	border-radius:5px;
	background:#edae44;
	padding:25px 0;  width:320px;  
    display:inline-block;
	color:#FFFFFF;
	font-size:18px;
}
.product_tool:hover {
	background:#24bbe0;
	color:#FFFFFF;
}
.buyers_tool:hover {
	background:#f1bb60;
	color:#FFFFFF;
}
.pros_cs{ padding:40px 0;}
#side-form-button {
    padding: 5px 15px;
    color: #fff;
    background-color: #ff971e;
    position: fixed; 
	font-size:18px;
    right: 20px;
    bottom: 50%;
    border-radius: 10px;
    cursor: pointer;
    z-index: 300;
}
#leo-side-contact-form {
    width: 350px;
    padding: 40px 20px 30px;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all .5s;
    z-index: 999; 
	color:#666666;
}
#leo-side-contact-form.active {
	transform: translate(0, -50%);
}
#leo-side-contact-form .form-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#leo-side-contact-form .closeBtn {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#leo-side-contact-form .closeBtn:before, #leo-side-contact-form .closeBtn:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
}
#leo-side-contact-form .closeBtn:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#leo-side-contact-form .closeBtn:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
input.sbth_b {
	border: 1px solid #909091; 
	width:100%;
	text-align:center;
	color: #888;
	line-height:30pt;
	font-size:16px;
	cursor:pointer;
}
input.sbth_b:hover {
	border: 1px solid #004190; 
	color: #004190;
}
.country_fill {
	width:100%;
	background-color:#fff;
	position:absolute;
	top:84px;
	left:0;
	z-index:10;
	box-sizing:border-box;
	font-size:14px;
	color:#222;
	border:1px solid #ddd;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.1);
	display:none;
}
#leo-side-contact-form .country_fill {top:55px;}
.country_fillin {
	padding:15px;
}
.country_fillin ul {
	height:180px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0;
}
.country_fillin ul::-webkit-scrollbar {
width:5px;
}
.country_fillin ul::-webkit-scrollbar-track {
background-color:#ddd;
}
.country_fillin ul::-webkit-scrollbar-thumb {
background-color:#7a7a7a;
}
.country_fillin ul li {
	height:26px;
	line-height:26px;
	margin-right:10px;
	text-indent:10px;
	cursor:pointer;
}
.country_fillin ul li:hover {
	background-color:#ddd;
}
.country_fillclose {
	width:100%;
	height:26px;
	text-align:center;
	line-height:26px;
	font-size:14px;
	cursor:pointer;
	background-color:#222;
	color:#fff;
	margin-top:10px;
}
.country_fillclose:hover {
	background-color:##0054a5;
}
.success_ok {
	background:url(../images/news-success.png?v=0.01);
	width:200px;
	height:200px;
	margin:50px auto 20px;
}
.success-main h1 {
	text-align:center;
	line-height:50px;
	font-size:28px;
	padding:0; 
	color:#666;
	margin-bottom:15px;
}
.success_tips {
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#666;
}
a.success_go {
	margin:20px auto 80px;
	font-size:16px;
	color:#fff;
	background:#000000;
	padding:10px 0;
	border-radius:8px;
	display:block;
	width:200px;
	text-align:center;
	font-weight:bold;
}
a.success_go:hover {
	background:#ff961e;
}

.list_about,.list_news{ padding:50px 0; color:#666666; width:100%;}
.main{padding-top:50px; color:#666;}
.left_h1{ text-align:center; color:#ff961e; margin-bottom:20px;}
.list_contents{ text-align:left; font-size:16px; line-height:30px;   }
.list_details{font-size:16px; line-height:30px;   }
.list_contents p,.list_details p{ margin-bottom:35px; }
.parameters_box{ background:#ff961e; padding:50px 30px; }
.parameters_box_c{ display:flex; flex-wrap: wrap; justify-content:space-between;}
.parameters_box_item{ width:22%; color:#000000;}
.parameters_title {
    font-size: 36px;
    border-bottom:#000000 1px solid;
}
.parameters {
    font-size: 18px;
    margin-top: 35px;
    line-height: 35px;
}
.about_pic{ margin:50px 0; position:relative; }
.about_pic_tit{ margin:40px 0; text-align:center; font-size:24px; color: #ff961e; font-weight:bold; }
.pic_tit{text-align:center; font-size:16px; line-height:35px; padding-top:6px; font-weight:bold; }
.pic_des{ padding:0 15px;}
.about_pic .swiper-container{ width:90%; margin:0 auto;}
.about_pic .swiper-slide img,.case_pic  img{ width:100%;}
.about_about{display: flex;  flex-wrap: wrap;  justify-content:space-between; padding-bottom:50px;}
.about_acon{ width:48%;}
.about_acon img,.zbanner img{ width:100%;}


.news_item{ width:98%; margin:0 auto; padding:20px; color: #898989; display: flex;  flex-wrap: wrap;  justify-content:space-between; border-bottom: dashed #CCCCCC 1px; transition: all .5s; }
.news_item:hover{background:#cccccc;} 
.news_item img{ width:100%;}
.news_img{ width:380px;}
.news_boxes { 
	box-sizing:content-box ;
	width: calc(100% - 410px);
	position:relative;
}
.news_title {
    color: #404040;
    font-size: 24px; 
	line-height:30px; 
	display:block;  
	padding:15px 0;
}
.news_contents {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
}
.news_time {
    font-size: 16px; 
	position:absolute; 
	left:0; 
	bottom:15px;
}
.form-ld{display: flex; justify-content:space-between; flex-wrap:wrap;}
.md-6{ width:49%; }
.contact_c_item{padding-bottom:50px;}
.chuizhi{display: flex; align-items:center; }
.contact_c .contact_c_item p { margin:0; padding:0;}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-control:focus {
   border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.page-btn {
    display: block;
    width: 150px;
    height: 35px; 
	line-height:35px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    border: unset; 
	cursor:pointer;
}
.page-btn:hover {
    background-color: #ff961e;
}
.case_category{ padding-bottom:30px; color:#666666;}
.case_category a{ margin:0 5px;}
.title-p{color: #ff961e; margin-bottom:10px;}
.detail-info {
    font-size: 14px; line-height:35px;
}
.detail-info span {
    padding-right: 10px;
}
.art-info { line-height:30px; font-size:16px; margin-top:20px;}
.case_info  img{ max-width:98%;}
.art-info  img{  max-width:800px;}

.case_h1{ position:relative; text-align:center; margin-top:30px; line-height:70px; color:#000000; font-family: "Calibri";}
.case_h1:before{
	content: "";
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 50%;
	margin-left:-15px;
	width: 30px;
	height: 4px; 
	background:#000000;
}
.case_info{line-height:30px; font-size:16px;  color:#000000; font-family: "Calibri"; }
.h120{height:120px;}
.breadcrumb{ background:#fcfcfc; border-bottom:#e1e1e1 solid 1px; line-height:50px; color:#666666;}
.breadcrumb_t{ font-size:18px;}
.breadcrumb_p a{ margin:0 3px;}
.contact_c{ display:flex; flex-wrap:wrap;}
.contact_book{width:80%; border-right:#e1e1e1 solid 1px; padding-right:6%; padding-top:30px;}
.contact_contact{width:20%; color:#666666; padding:40px 0; padding-left:30px;}
.contact_tit{ text-transform:uppercase; font-size:16px; font-weight:bold;}
.contact_desc b{ color:#22a8c9;}

.products_category{ border-bottom:#e1e1e1 solid 1px; margin-bottom:20px; padding-bottom:30px;}
.pcate_con{ color:#000000; text-align:center; padding:50px 0 20px 0;}
.pcate_tit{ font-size: 28px; text-transform:uppercase; line-height:1.1; font-weight:normal;}
.pcate_desc{color: #666; font-size:15px;}
.list_products{display: flex; flex-wrap:wrap;}
.products_item{width: 25%; padding:0 30px; margin-top:30px; text-align:center;}
.products_img{ overflow:hidden;}
.products_img img,.down_img img{ width:100%; -webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;}
.products_img:hover img,.down_img:hover  img{ -webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);}
.products_desc{ text-align:center; color:#666; line-height:22px; padding:10px 0; }
.products_t p{ margin:0; padding:0;}
.products_ta,.down_ta{ color:#22a8c9;}
.products_view{ padding:0 30px;  display:inline-block; min-width:200px; text-align:center; background:#ff971e; border-radius:35px; line-height:60px; margin:0 auto;  -webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;}
.products_view a{ color:#FFFFFF; font-size:20px;} 
.products_view:hover{background:#4f5d60;}


.list_down{display: flex; flex-wrap:wrap;}
.down_item{width: 50%; padding:0 10px; margin-top:30px; }
.down_item_text{display: flex; flex-wrap:wrap;  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2);  padding:10px;}
.down_img{overflow:hidden; width:250px;}
.down_desc{width: calc(100% - 250px);  padding:10px 20px; position:relative;}
.down_ta{ font-size:22px; line-height:35px; margin-bottom:5px;}
.down_con{ color:#666; line-height:22px;  overflow:hidden; height:66px; }
.down_view{ width:130px; text-align:center; background:#ff971e; border-radius:30px; line-height:36px; -webkit-transition:all .4s ease-in-out; transition:all .4s ease-in-out; position:absolute; z-index:2; left:20px; bottom:10px; }
.down_view a{ color:#FFFFFF; font-size:14px;} 
.down_view:hover{background:#4f5d60;}

.list_down .down_item:hover .down_item_text{-moz-box-shadow: 0 5px 10px rgba(255, 151, 30, .3); -webkit-box-shadow: 0 5px 10px rgba(255, 151, 30, .3); box-shadow: 0 5px 10px rgba(255, 151, 30, .3);}
.contact_des{ color:#000000;}

.pmain .products_category:last-child{ border-bottom:none; margin-bottom:none; }
.products_head{background-image: linear-gradient(#Ff961e,#ffab4c); padding-top:30px;}
.products_tpic{}
.products_simg,.products_bimg{width:800px; text-align:center; margin:0 auto;}
.products_cbimg{overflow:hidden;}
.products_simg img{ max-width:380px;}
.products_cbimg img{ max-width:600px; -webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;}
.products_cbimg:hover img {-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);}
.switch{display:flex; flex-wrap:wrap;  justify-content:flex-start;}
.switch .h_item { text-align:center; color:#FFFFFF; text-align:center; padding:30px 15px; line-height:18px; position:relative; text-transform:uppercase; font-size:14px; cursor:pointer; font-weight:bold; }
.switch .active { background-image: linear-gradient(#Ff961e,#ffab4c)}
.switch .h_item.active:before{
	content: "";
	position: absolute;
	z-index: 6;
	bottom: 0px;
	left: 50%;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: transparent transparent #fff ;
}
.pro_one{display:flex; flex-wrap:wrap;justify-content:space-between; color:#666; margin-top:50px;}
.pro_one_text{ width:64%; font-size:16px; line-height:30px;}
.pro_one_video{ width:30%;display:flex;  align-items:center; }
.pro_one_video_title{ text-align:center; line-height:40px;}
.pro_one_video_title a{color:#22a8c9;} 
.pro_two{color:#666; margin-top:20px;}
.pro_two_tit{ background:url(../images/666.jpg) center repeat-x;}
.pro_two_title{ font-size:28px; padding-right:20px; color:#000000; background:#FFFFFF; }
.pro_down_title{ font-size:20px; padding-right:20px; color:#000000; background:#FFFFFF; }
.pro_down{ padding-top:50px;}
.pro_one_video_content{width:100%;}
.pro_one_video_content iframe{width:100%; height:126px;}
.pro_two_content{display:flex; flex-wrap:wrap; justify-content:space-between; }
.pro_two_content:after{
   content: '';
   width: 19%;
}
.pro_two_item{ width:29%; margin-top:40px;}
.pro_two_img,.pro_overview_img{ text-align:center;}
.pro_two_img img,.pro_xc img{ max-width:100%;}
.pro_two_ico{
    width: 32%;
	background:#e1e1e1; 
	height:1px; 
	margin:30px auto 30px; 
	position:relative;   
}
.pro_two_ico_c{
    border-radius: 20px;
    height: 9px;
    width: 9px; 
	border:#e1e1e1 solid 2px;
    display: block;
    position: absolute; 
	background:#FFFFFF;
    left: 50%; 
	top:0;
    margin-left: -5px;
    margin-top: -5px;
}
.ht_content{ margin-bottom:50px;}

.ht_w{ display:none;}
.ht_content .active{ display:block;}

.pros_cs td{line-height: 60px;color: #404040;font-size: 18px; padding:0 10px; white-space:nowrap; border:#000000 solid 1px;}
.pros_cs tr:nth-of-type(odd){ background:#ccc;}
.pros_cs tr.firstRow{background:#000000; color:#FFFFFF;}
.pros_cs tr.firstRow td{color:#FFFFFF;}

.pro-cs{ line-height: 60px;color: #404040;font-size: 18px;}
.head-tit{ background:#000000; color:#FFFFFF;}
.head-tit,.tr-tr{ display:flex; justify-content: flex-start; padding:0 50px;}f
.tr-tr:nth-of-type(odd){ background:#ccc;}
.cs-item{flex-grow: 1; flex-shrink: 1; flex-basis: 20%;}

.biaoge{
    overflow-y: hidden;
    overflow-x: scroll;
}
.biaoge::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.biaoge::-webkit-scrollbar-thumb {
 border: 2px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}


.pro_overview{padding:50px 0;}
.pro_flex{display:flex; flex-wrap:wrap;  justify-content:flex-start;}
.pro_overview_wz,.pro_overview_img{width:50%;}
.pro_overview_img img{ max-width:90%;}
.detail_title,.detail_title_black{color: #ff961e; font-size:40px; position:relative;}
.detail_title:before,.detail_title_black:before{	
    content: "";
	position: absolute;
	z-index: 6;
	top: 80px;
	left: 0; 
	height: 1px;
    width: 70%;
	background:#ff961e;
}
.detail_title_black{color:#404040;}
.detail_title_black:before{	background:#404040;}
.detail_contents{
    color: #404040;
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0 0 0;
}
.yellow{background: #ff961e;}
.black{background: #404040;;}
.white{ color:#FFFFFF;}
.pro_down_list{ padding:20px 0 20px 20px;}
.pro_down_list li{ line-height:30px; color:#666666; list-style:disc;}
.pro_down_list li a{color:#22a8c9; margin-right:5px;}
.pro_down_list li a:hover{color:#ff961e;}

.ptab_tit{ width:120px;}
.prenext{margin:30px 0; border-top:1px solid #ddd; padding-top:10px;}
.prenext div{ line-height:35px;}
.honorlist{ margin-bottom:40px;}
.honor_item{width: 20%; padding:0 30px; margin-top:50px; float:left;}
.honor_item_img{ width:100%; overflow:hidden; border:#CCCCCC solid 1px; }
.honor_item img{ width:100%; -webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;}
.honor_item:hover img{ -webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);}
.honor_item_title{ text-align:center; color:#666666; font-size:16px; line-height:30px; padding-top:10px;}	
.zl-load{ color:#666666; font-size:16px; padding:20px 0;}

.case_cs_info{display:flex; flex-wrap:wrap;  justify-content:space-between; padding:40px 0;}
.case_cs_item{text-align:center;}
.case_cs_item .item_t{font-size: 20px;line-height: 1.1; margin-bottom: 8px; font-weight:bold;}
.case_cs_item .item_tc{font-size: 28px;line-height: 1.1; margin-bottom: 10px; color:#ff971e;}
.case_cs_item .item_tw{font-size: 48px;line-height: 1.1; font-weight:400; }
.item_timg img{ max-width:200px;}


	
@media screen and (max-width: 1200px) {
.head-pc,.news_contents{display:none!important;}
.container{ width:96%; margin:0 auto; }
.products_item{width: 33.3%;}
.contact_book{width:70%;}
.contact_contact{width:30%;}
.flash_left,.flash_center {
    top: 15%;
}
.h120{ height:70px;}
.flash{margin-top:70px;  width:100%;}
.list_about{ padding:70px 0;}
.head-m {
 display:block;
 padding:10px 0;
 width:100%;
 position:fixed;
 top: 0;
 z-index:1000;
 background:#FFFFFF;
 box-shadow:0 2px 10px -3px rgba(0, 0, 0, .4);
}
.wlogo {
 padding:0;
}
.wlogo img{ max-width:276px;}
.head-m .nav a {
 display:block;
 width:30px;
 height:30px;
 margin-top:15px;
 margin-left:10px;
 position:relative;
}
.head-m .nav span {
 display:block;
 width:30px;
 height:3px;
 background:#000000;
 transition:transform .5s ease
}
.head-m .nav .menu_top {
 position:absolute;
 top:2px;
 right:0
}
.head-m .nav .menu_mid {
 position:absolute;
 top:9px;
 right:0;
 opacity:1
}
.head-m .nav .menu_bot {
 position:absolute;
 top:16px;
 right:0
}
.head-m .nav span.menu_top_r {
 transform:rotateZ(-45deg);
 transform-origin:center
}
.head-m .nav .menu_mid_r {
 opacity:0
}
.head-m .nav .menu_bot_r {
 transform:rotateZ(45deg);
 transform-origin:center
}
.head-m nav {
 position:absolute;
 z-index:99;
 top:69px;
 left:0;
 width:100%;
 display:none;
 background:#FFFFFF;
 height:100vh;
 overflow:auto
}
.head-m .nav_box .menu_box {
padding:10px 20px 60px;
}
.head-m .nav_box .menu_box>li {
 width:100%;
 box-sizing: border-box;
 padding:5px 0 5px;
 border-bottom:1px solid #dddddd;
}
.head-m .nav_box .menu_box>li:first-child {
border-top:1px solid #dddddd;
}
.menu_h {
display:flex;
}
.head-m .nav_box .menu_box li span {
 font-size:18px;
}
.head-m .nav_box .menu_box li a {
 display:block;
 width:100%;
 height:35px;
 line-height:35px;
 font-size:18px;
 padding:5px 0 5px;
 position:relative;
 color: #4c4948;
}
.head-m .nav_box .menu_box li a:hover {
 color: #ff961e;
}
.head-m .nav_box .menu_box li a.ts {
 width:20%;
 color: #4c4948;
}
.head-m .nav_box .menu_box li a.ts span {
 transition:.5s;
 transform:rotate(-45deg)
}
.head-m .nav_box .menu_box li a.ts span.active {
 transform:rotate(0);
 opacity:1
}
.zsearch {
 height:30px;
 width:30px;
 padding-top:15px;
 cursor:pointer;
}
.zsearch span {
 line-height:22px;
 font-size:28px;
 color:#000000;
}
.head-m .tsearch {
 display:none;
 width:100%;
 position: absolute;
 right:0;
 top: 100%;
 z-index: 99;
 padding:15px 0;
 background: #f2f2f2;
}
.head-m .tsearch.active {
 display:block;
 transition:.9s;
}
.head-m .tsearch .txt {
 margin-left:5%;
 float:left;
 width: 73%;
 color: #666;
 text-indent:10px;
 font-size:14px;
 height:40px;
 background: #fff;
 border:1px solid #fff;
 border-top-left-radius:20px;
 border-bottom-left-radius:20px;
}
.head-m .tsearch button {
 float:left;
 color:#fff;
 width: 16%;
 height:42px;
 font-size:14px;
 text-align: center;
 background-color: #edae44;
 border:1px solid #edae44;
 display:block;
 border-top-right-radius:20px;
 border-bottom-right-radius:20px;
}
.head-m .tsearch button span {
 font-size:24px;
}
.head-m .nav_box .sub_zmenu {
 padding-bottom:.26rem;
 margin:0;
 display:none
}
.head-m .nav_box .sub_zmenu>li {
padding-left:.4rem;
height:.6rem;
line-height:.6rem
}
.head-m .nav_box .sub_zmenu>li a {
 display:block;
 height:100%;
 font-size:.22rem
}
 .contact_contents {
 width: 100%;
 height:auto;
}
 .contact_c {
 display: flex;
 flex-wrap:wrap;
 width: 96%;
 margin:0 auto;
 justify-content: space-between;
}
 .contact_c .contact_c_item {
 width: 100%;
}

}
@media screen and (max-width: 990px) { 
.w-990,.breadcrumb_t,.contact_contact{ display:none;}
.contact_book{ border-right:0; width:100%; padding-bottom:50px;}
.flash_h1{margin-top:40px;}
.parameters_box_item{ width:48%; }
.parameters_box_item:nth-child(n+3){margin-top:15px;}
.pro_overview_wz, .pro_overview_img,.pro_overview_img img{width:100%;}
.case_cs_item{ width:50%; margin-bottom:30px;}
.down_item{width: 100%;}
.w90{ width:96%; margin:0 auto;}
}
@media screen and (max-width: 900px) { 
.index_work_item,.index_work_itemb{ width:50%;}
.products_item{width: 50%; padding:0 30px;}
.md-6{ width:100%; }
.country_fill {
	top:86px;
}
.form-line .md-6:nth-child(2){padding-top:20px; }
.pro_one_video,.pro_one_text{ width:100%;}
.pro_one_video{ padding:15px 0;}
}

@media screen and (max-width: 768px) { 
.about_acon{ width:100%;}
.flash_left,.flash_center {
    top: 10%;
}
.flash_title{ font-size:36px;}
.flash_contents {
	line-height: 35px;s
	font-size: 24px;
}
.about_item{ width:100%; padding-bottom:20px;}
.index_video_tit{font-size:42px;}
.about_pic .swiper-container{ width:100%;}
.index_video_tit{ font-size:36px;}
#cmsFloatPanel {
    display: none;
}
.products_simg,.products_bimg{display:block; width:100%; }

.products_cbimg img {
    width:100%;
 
}


.products_simg{ text-align:center; padding:30px 0;}
.products_cbimg{ width:80%; margin:0 auto; overflow:hidden;}
.products_simg img{ max-width:100%;}
.pros_cs td{color: #404040; line-height:35px; font-size: 14px;; padding:0 10px;}
}
@media screen and (max-width: 640px) {
.pro_two_item {
    width: 100%;
}
.index_video_text  iframe { height:400px;}
.pro-cs{ line-height: 16px;font-size: 12px;}
.head-tit,.tr-tr{padding:7px 5px;}
.news_time{ display:none;}
   .flash_h1{margin-top:0px;} 
   .flash_left{ left:25px;} 
   .flash_title{ font-size:28px;}
   .flash_contents {
	line-height: 25px;
	font-size: 16px;
}
.product_tool,.buyers_tool{
	width:94%; 
	margin:0 auto; 
	text-align:center; 
	display:block; 
	margin-top:20px;
	padding: 20px 0;
}
.parameters_box_item{ width:96%; }
.parameters_box_item:nth-child(n+2){margin-top:15px;}
.news_img,.news_boxes{ width:100%;}
.news_title {
    font-size: 18px;
    line-height: 30px;
}
.detail_title,.detail_title_black{font-size:24px;}
.detail_title:before,.detail_title_black:before{	
	top: 50px;
}
.detail_contents{ font-size:16px; line-height:30px;}
.case_cs_item{ width:100%;}
}

 @media only screen and (max-width: 480px) {
 .switch .h_item {padding:30px 1px; }
 .products_item{width: 100%;}
 .index_work_item,.index_work_itemb{ width:100%;}
 .success_ok {
background:url(../images/news-success.png);
width:150px;
height:150px;
margin:50px auto 20px;
background-size: cover;
}
.flash_left{
    top: 5%;
}
.flash_title{ font-size:24px;}
.flash_contents {
	line-height: 22px;
	font-size: 16px;
}
.index_video_bth{ margin-top:60px;}
.index_video_text  iframe { height:300px;}
.index_video_text{ padding:30px 0 50px 0;}
}
/*分页样式*/
.page {
	clear:both;
	margin:20px 0px 20px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	border: #dbdbdb 1px solid;
	padding:4px 9px;
	margin: 2px;
	margin-bottom: 5px;
	color: #31363c;
	text-decoration: none
}
.page a:hover, .page a:focus {
	font-family: Arial;
	font-size: 13px;
	border: #000 1px solid;
	padding:4px 9px;
	color: #fff;
	background-color: #31363c
}
.page .current {
	font-family: Arial;
	border: #000 1px solid;
	font-size: 13px;
	padding:5px 9px;
	color: #fff;
	margin: 2px;
	background-color: #31363c
}

