﻿@charset "utf-8";
/*整体布局样式*/
html,body{
	font-family: DINPro,Verdana, Helvetica, sans-serif;
	background:white;
	text-align:left;
	color:#e05f03;
}
*{margin:0;padding:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,li,ol {list-style:none outside}
a{text-decoration:none; color: #e05f03;}
img {border:none;}
input, button, select, textarea {outline: none;}
input,textarea {background:none}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
article, aside, footer, header, nav, section {
    display: block;
}
@font-face{font-family:DINPro;src:url(../fonts/DINPro-Regular.woff2) format("woff2"),url(../fonts/DINPro-Regular.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:DINPro;src:url(../fonts/DINPro-Bold.woff2) format("woff2"),url(../fonts/DINPro-Bold.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:Conto;src:url(../fonts/Conto-Black.woff2) format("woff2"),url(../fonts/Conto-Black.woff) format("woff");font-weight:900;font-style:normal}
@font-face {
	font-family: "Rotonda-Bold";
	src: url('../fonts/Rotonda-Bold.otf'),
     url('../fonts/Rotonda-Bold.otf');
}
@font-face {
	font-family: "SegoePro-Light";
	src: url('../fonts/SegoePro-Light.ttf'),
     url('../fonts/SegoePro-Light.ttf');
}
@font-face {
	font-family: "Sansumi-Bold";
	src: url('../fonts/Sansumi-Bold.ttf'),
     url('../fonts/Sansumi-Bold.ttf');
}
@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans.ttf'),
     url('../fonts/opensans.ttf');
}
@font-face {
	font-family: "Raleway-b";
	src: url('../fonts/raleway-bold.ttf'),
     url('../fonts/raleway-bold.eot'); /* IE9+ */
}
@font-face {
	font-family: "raleway";
	src: url('../fonts/raleway.ttf'),
     url('../fonts/raleway.eot'); /* IE9+ */
}
/*清除苹果按钮格式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}
/*整体布局样式结束*/

.main{ }


/*网页头部开始*/
header {position: relative; z-index: 3;}
.header-box{ width: 100%; background:#fff;/*background-image:url(../images/tb.jpg); background-repeat:no-repeat; */border-bottom:#ff8b3e 1px solid;}
.header-top{
	align-items: center;
	padding-top: 10px;
}
.header-inner{ width: 90%; margin: auto; max-width: 1200px; position: relative;}
/*清除浮动*/
.clear{clear:both}
/*顶部联系方式*/
.header-contact{ width: 100%;}
.header-contact ul{ overflow: hidden;}
.header-contact ul li{ vertical-align: top; font-size: 16px; color:#E31E27; line-height: 30px; width: 100%;}
.header-contact ul li a{ color:#333; vertical-align: middle;}
.header-contact ul li i{ display: inline-block; margin-right: 5px; vertical-align: middle; color:#333;}
.header-contact ul li.website-mailbox i{ font-size:16px;}
.header-contact ul li.website-phone i{font-size:16px;}
/*顶部社交*/
.social-link{ margin-bottom: 15px; overflow: hidden; }
.social-link a{ color: #fff; margin-right: 5px; float: left; display: inline-block; background-color: #E31E27; width: 30px; height: 30px; line-height: 30px; text-align: center;}
.social-link a:hover{ background-color: #e05f03; color: #E31E27;}
/*语言选择开始*/
.language{ display: inline-block; margin-bottom: 10px; vertical-align: top; text-align: left; position: absolute; top: 25px; right: 40px;}
.language .cur{cursor: pointer;  position: relative; line-height: 20px; padding: 6px 5px 4px 6px; background-color: #fff;}
.language .cur e{ color: #555; font-size: 12px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat; padding-left: 30px; height: 20px; display: block;}
.language .cur e i{font-weight: bold;font-size: 12px;margin-left: 3px;}
.language .cur:hover e{color: #ff3b23; }
.language ul.language-list{
	max-height: 400px;
    overflow: auto;
	position:absolute;
	z-index: 2;
	top: 30px;
	right: 0;
	list-style-type: none;
	background-color: #fff;
	font-size: 12px;
	height: 0;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	opacity: 0; 
}
.language .cur:hover .language-list{
	opacity: 1; 
	height: auto;
	padding: 2px 5px;
	-webkit-box-shadow:0 0 5px #ccc;  
  -moz-box-shadow:0 0 5px #ccc;  
  box-shadow:0 0 5px #ccc;
}
.language ul.language-list li{
	padding: 4px 4px 2px 4px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	margin: 3px 0 2px 0;
}
.language ul.language-list li a{color: #1b1b1b; font-size: 12px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat;background-position:0 0; padding:  0 0 0 30px; float: left; width: 100%;white-space:nowrap;}
.language ul.language-list li:hover{background-color: #232f3e;}
.language ul.language-list li:hover a{color: #fff;}
.language e.cn, .language ul.language-list li a.cn{background-position: 0 0;}
.language e.en, .language ul.language-list li a.en{background-position: 0 -22px;}
.language e.es, .language ul.language-list li a.es{background-position: 0 -44px;}
.language e.nl, .language ul.language-list li a.nl{background-position: 0 -66px;}
.language e.ar, .language ul.language-list li a.ar{background-position: 0 -88px;}
.language e.ru, .language ul.language-list li a.ru{background-position: 0 -110px;}
.language e.de, .language ul.language-list li a.de{background-position: 0 -132px;}
.language e.ja, .language ul.language-list li a.ja{background-position: 0 -154px;}
.language e.pt, .language ul.language-list li a.pt{background-position: 0 -176px;}
.language e.fr, .language ul.language-list li a.fr{background-position: 0 -198px;}
.language e.it, .language ul.language-list li a.it{background-position: 0 -220px;}
.language e.ko, .language ul.language-list li a.ko{background-position: 0 -242px;}
.language e.th, .language ul.language-list li a.th{background-position: 0 -264px;}
.language e.el, .language ul.language-list li a.el{background-position: 0 -286px;}
.language e.pl, .language ul.language-list li a.pl{background-position: 0 -308px;}
.language e.bul, .language ul.language-list li a.bul{background-position: 0 -330px;}
.language e.est, .language ul.language-list li a.est{background-position: 0 -352px;}
.language e.dan, .language ul.language-list li a.dan{background-position: 0 -374px;}
.language e.fin, .language ul.language-list li a.fin{background-position: 0 -396px;}
.language e.cs, .language ul.language-list li a.cs{background-position: 0 -418px;}
.language e.rom, .language ul.language-list li a.rom{background-position: 0 -440px;}
.language e.slo, .language ul.language-list li a.slo{background-position: 0 -462px;}
.language e.swe, .language ul.language-list li a.swe{background-position: 0 -484;}
.language e.hu, .language ul.language-list li a.hu{background-position: 0 -506px;}
.language e.hi, .language ul.language-list li a.hi{background-position: 0 -528px;}
.language e.tr, .language ul.language-list li a.tr{background-position: 0 -550px;}
.language e.vi, .language ul.language-list li a.vi{background-position: 0 -572px;}
.language e.fa, .language ul.language-list li a.fa{background-position: 0 -594px;}
.language e.he, .language ul.language-list li a.he{background-position: 0 -616px;}
.language e.sk, .language ul.language-list li a.sk{background-position: 0 -638px;}
.language e.id, .language ul.language-list li a.id{background-position: 0 -660px;}
.language e.lt, .language ul.language-list li a.lt{background-position: 0 -682px;}
.language e.lv, .language ul.language-list li a.lv{background-position: 0 -704px;}
.language e.ms, .language ul.language-list li a.ms{background-position: 0 -726px;}
.language e.no, .language ul.language-list li a.no{background-position: 0 -748px;}
.language e.uk, .language ul.language-list li a.uk{background-position: 0 -770px;}
.language e.ur, .language ul.language-list li a.ur{background-position: 0 -792px;}
.language e.hr, .language ul.language-list li a.hr{background-position: 0 -814px;}
.language e.tw, .language ul.language-list li a.tw{background-position: 0 0;}
.language e.bn, .language ul.language-list li a.bn{background-position: 0 -836px;}
/*@media (max-width: 767px){
.language {
position: absolute ;
top: 0;
right: 60px;
margin: 6px 5px;
}
.language .cur e{ width: 0; overflow: hidden;}
.language .cur i{ position: absolute; top: 10px; right:0;}
.language .cur e, .language .cur:hover e{ color: #fff;}
}*/

/*语言选择结束*/
/*导航栏置顶固定*/
#fixedMenu{ width: 100%; background-color: #e05f03;}
/*头部中间*/
.header-middle{ width: 100%; padding: 8px 0;}
.header-middle .header-inner{}
.header-middle .header-logo{ float: left; margin: 10px 0; height:80px; max-width: 100%;}
.header-logo-box{ height: 100%; margin-right: 20px; float: left; display: table;}
.header-logo-box a{display: table-cell; vertical-align: middle;}
.header-logo-box a img{ display: block; max-height: 100px; max-width:100%;}
/*头部靠右*/
.header-inner-right{ float: right; margin: 10px 0; text-align: left;}
/*头部格言*/
.header-middle .company-motto{ margin: 10px 0;height: 60px; padding-right: 50px; float:right;margin-left: 300px;}
.company-motto-p{ display: table ;height: 60px;}
.company-motto-p p{ display:  table-cell ; line-height: 30px; font-size: 19px; vertical-align: middle; color:#efefef; text-transform:uppercase;}
/*头部搜索*/
.header-search{  position: relative; top: 12px; float: right; z-index: 2;}
.header-search:hover .search-btn i{ color: #ff8b3e;}
.header-search .search1-box input.input-text {
	position: absolute;
	right: 0px;
	top: 0;
    border: 0;
    width: 270px;
    padding: 0 5px;
	line-height: 30px;
	float: left;
	height: 30px;
	background-color: #eee;

}
.search1-box{ height: 30px;}
.search1-box button.search-btn {
	color: #fff;
	cursor: pointer;
	height: 30px;
	width: 30px;
	border: none;
	float: left;
	position: relative;
	z-index: 1;
	background-color:#eee;
}
.search1-box button.search-btn i{
	font-size: 25px;
	color:#232f3e;
	display: inline-block;
	padding-bottom: 3px;
}

.header-search .search1-box:hover .input-text, .search1-box input.input-text:focus{
	width: 270px;
	opacity: 1;
	right: 30px;
}



/*首页部分*/
/*焦点*/
.focus{ padding: 40px 0; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #eee;}
.focus-center{ width: 90%; margin: auto; max-width: 1200px; text-align: center;}
.focus-center h1{ font-size: 30px; line-height: 30px; padding-bottom: 10px;}
.focus-center p{ font-size: 14px; line-height: 28px;}
/*快速链接,派生词*/
.quick-links{ padding: 40px 0; overflow: hidden; background-color: #e05f03;}
.quick-links-center, .derivative-center{ width: 90%; margin: auto; max-width: 1200px;}
.quick-links-t, .derivative-t{ margin-bottom: 10px; position: relative;}
.quick-links-t span, .derivative-t span { font-size: 30px; color: #fff; line-height: 50px; display: inline-block; text-transform: uppercase; z-index: 1;}
.quick-links-box ul, .derivative-box ul{ font-size: 0; margin: 0 -8px;}
.quick-links-box ul li{ font-size: 14px; display: inline-block; vertical-align: top; margin: 4px 8px; line-height: 20px;}
.quick-links-box ul li h4{ color: #fff;  font-size: 14px; font-weight: normal;}
.derivative{ padding: 20px 0; overflow: hidden; border-top: 1px solid #ececec;}
.derivative-box ul li{ font-size: 12px; display: inline-block; vertical-align: top; margin: 5px 8px; line-height: 20px;}
.derivative-box ul li h5{font-size: 12px; font-weight: normal;}
.quick-links-box ul li a:hover, .derivative-box ul li a:hover{ color: #0363cd;}
/*首页中部*/
.mian-contain{ width: 100%;}
.subblock{position: relative; overflow: hidden; z-index: 1;}
.subblock::after{
	content: " ";
	position: absolute;
    width: 120%;
    top: 0;
	right: 32.7%;
    height: 140%;
	z-index: 1;
	}
.subblock .category{ max-width: 1200px; margin: auto; z-index:2; position: relative; /*height:460px;*/ padding-top:100px; margin-bottom: 40px;}
.subblock .category ul{ text-align: left; font-size: 0;}
.subblock .category ul li{ width:32%; margin-right: 2%; display: inline-block;}
.subblock .category ul li:nth-child(3n+3) {
    margin-right: 0;
}
.category-box{ position: relative; overflow: hidden; width: 100%;}
.category-box a{ display: block; overflow: hidden;}
.category-box a img{
    overflow: hidden;
	display: block;
	width: 100%; height: 215px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.category-box a img:hover{
    transform: scale(1.1);
}
.category-box-detail{
	color: #282828;
	padding-top: 25px;
}
.category-box-type{
	margin-bottom: 17px;
}
.category-box-type h2{
	font-size: 15px;
	height: 38px; overflow: hidden;
/*	text-transform: uppercase;font-family: Arial, Helvetica, sans-serif;*/
}
.category-box-detail span { display: block; width: 100%; }
.category-box-detail span a.btn {
	font-size: 15px;
}
.category-box-detail a.btn i{
	font-size: 22px;
	color: #ff8b3e;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.category-box-detail span a{ display: inline-block;}
.category-box-detail span a.btn:hover i{
	color: #fff;
	margin-left: 20px;
}
/*精选产品*/
.featured-products{ width: 100%; overflow: hidden; padding: 70px 0; background: #ccc;}
.featured-products-center{ width: 90%; margin: auto; max-width: 1200px;}
.featured-products-t{ margin-bottom: 30px;}
.featured-products-t span { color: #fff; font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase;}
.featured-products .item{ margin: 0 15px; background: #fff;}
.featured-products-box img{ width: 100%;}
.featured-products-text{  padding: 18px 10px; border: 1px solid #d9d9d9; overflow: hidden;}
.featured-products-text h3{
	font-size: 16px;
	font-weight: normal;
	display: table;
	width: 100%;
	text-align: center;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.featured-products-text h3 a{
	display: table-cell;
	vertical-align: middle;
}
.featured-products-text:hover h3 a{color: #E31E27;}

.featured-products .owl-controls .owl-prev, .featured-products .owl-controls .owl-next{ position: absolute; top: 35%; width: 40px; height: 40px; line-height: 40px; font-size: 0; color: #fff; background-color: #E31E27;  display: inline-block; overflow: hidden;text-align: center;transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
}
.featured-products .owl-controls .owl-prev:hover, .featured-products .owl-controls .owl-next:hover{ background-color: #e05f03; color: #fff;}
.featured-products .owl-controls .owl-prev{ left: 0;}
.featured-products .owl-controls .owl-next{ right: 0;}
.featured-products .owl-controls .owl-prev:before, .featured-products .owl-controls .owl-next:before{
	font-family:"iconfont" !important;
    font-style: normal;
    font-weight: bold;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 20px;
}
.featured-products .owl-controls .owl-prev:before {content: "\e7d1"; font-size: 22px;line-height: 42px; margin-right: -4px;}
.featured-products .owl-controls .owl-next:before {content: "\e61a"; line-height: 40px;}


/*首页关于我们*/
.index-about{padding:10px 0; overflow: hidden; position:relative;z-index:0;  background-image: url(../images/home-profile.jpg);
    background-attachment: fixed;}
.index-about::after{
	content: " ";
	position: absolute;
    width: 120%;
    top: 0;
	left: 32.7%;
    height: 140%;
	z-index:-1;
	}
.index-about-center{width: 90%; margin: 30px auto; max-width: 1200px; overflow: hidden; z-index:999}
.index-about-box{}
.index-about-l{ float: left; width: 62%; }
.index-about-t { margin-bottom: 10px; text-align: center; margin-bottom: 15px;}
.index-about-t span {color: #faac04;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 19px;
    font-weight: 600;

}
.index-about-l .th{ font-size: 34px; margin-bottom: 20px; margin-right: 40px; line-height: 40px; position: relative;}
.index-about-l .th a{color: #444;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.index-about-l .th a:hover{color: #E31E27;}
.index-about-l p{line-height: 28px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
margin-right: 40px;
margin-bottom: 30px;
}
.index-about-l span{ display: block; margin-bottom: 20px; color:#ff8b3e;font-family:"Conto";}
.index-about-l span a{ color: #fff; font-size: 16px; background-color: #ff8b3e; display: inline-block; line-height: 40px; padding: 5px 25px;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.index-about-l span a:hover{ background-color: #666;}
.index-about-r{ float: right; width: 34%;}
.index-about-r-frame{ margin-bottom:10px;}
.index-about-r img{ max-width: 100%;z-index:999}

/*热门产品*/
.hot-products{max-width:1200px; margin:auto; padding: 10px 0 50px; overflow: hidden;/*background-image: url(../picture/3droom.jpg);background-repeat: no-repeat;background-position: center center;*/}
.hot-products-center{width: 100%; margin: 0 auto; max-width: 1200px;}
.hot-products-t{margin-bottom:80px; text-align:center;}
.hot-products-t span {font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase; color:#ff8b3e; display:block; margin-bottom:20px;font-family:"Conto";}
.hot-products-t a{ color: #fff; font-size: 16px; background-color:#ff8b3e;line-height: 40px; padding: 10px 25px;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.hot-products-t a:hover{ background-color: #000; color:#fff;}
.hot-products .item{ margin: 0 15px;}
.hot-products .item .terxt{color: #333; padding: 10px 5px; text-align: center; background-color: #ccc; height: 40px; line-height: 20px; font-size: 18px;}
.hot-products .item:hover .terxt{background-color: #ff8b3e; color: #fff;}
.hot-products-box{width: 100%; overflow: hidden;}
.hot-products-box img{ width: 100%;display: block; overflow: hidden;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}

.hot-products-box:hover img{ transform: scale(1.1);}
.hot-products-text{ padding: 18px 10px; border: 1px solid #d9d9d9; overflow: hidden;}
.hot-products-text h3{
	font-size: 16px;
	font-weight: normal;
	display: table;
	width: 100%;
	text-align: center;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.hot-products-text h3 a{
	display: table-cell;
	vertical-align: middle;
}
.hot-products-text:hover h3 a{color: #E31E27;}

.hot-products .owl-controls .owl-prev, .hot-products .owl-controls .owl-next{ position: absolute; top: 35%; width: 40px; height: 40px; line-height: 40px; font-size: 0; color: #fff; background-color: #ff8b3e; display: inline-block; overflow: hidden;text-align: center;transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
}
.hot-products .owl-controls .owl-prev:hover, .hot-products .owl-controls .owl-next:hover{ background-color: #E31E27; color: #fff;}
.hot-products .owl-controls .owl-prev{ left: 0;}
.hot-products .owl-controls .owl-next{ right: 0;}
.hot-products .owl-controls .owl-prev:before, .hot-products .owl-controls .owl-next:before{
	font-family:"iconfont" !important;
    font-style: normal;
    font-weight: bold;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-size: 20px;
}
.hot-products .owl-controls .owl-prev:before {content: "\e7d1"; font-size: 22px;line-height: 42px; margin-right: -4px;}
.hot-products .owl-controls .owl-next:before {content: "\e61a"; line-height: 40px;}

/*首页新闻*/
.index-news{ margin: 70px 0; overflow: hidden;}
.index-news-center{width: 90%; margin: 0 auto; max-width: 1200px; overflow: hidden;}
.index-news-t{margin-bottom: 30px; }
.index-news-t span { font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase;}
.index-news-box ul{ overflow: hidden; font-size: 0;} 
.index-news-box ul li{ width: 32%; display: inline-block; vertical-align: top; margin-right: 2%; margin-bottom: 20px; font-size: 14px;} 
.index-news-box ul li:nth-child(3n+3){margin-right: 0; font-size: 14px;} 
.index-news-box ul li .item{ position: relative; overflow: hidden; margin: auto; padding-left: 90px;} 
.index-news-box ul li .item a{overflow: hidden;} 
.index-news-box-frame{ overflow: hidden;}
.index-news-box ul li .item img{ max-width: 100%;transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;} 
.index-news-box ul li .item img:hover{ transform: scale(1.1);} 
.index-news-box ul li .item .th{ font-size: 20px; line-height: 30px;font-weight: normal; margin: 10px 0;} 
.index-news-box ul li .item .th a:hover{ color: #ff8b3e;} 
.index-news-box ul li .item p{ color: #777; font-size: 15px; line-height: 24px;} 
.index-news-box ul li .item span{ font-size: 14px; color: #fff; position: absolute; top: 10px; left: 0; background-color: #ff8b3e; display: inline-block; width: 75px;  padding: 4px 0 12px 0; text-align: center;} 
.index-news-box ul li .item span b{ display: block; font-size: 38px;} 
.index-news-box ul li .item span:after {
    content: '';
    position: absolute;
    left: 75px;
    top: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #ff8b3e;
}

/*首页案例*/
.index-case{
	padding: 20px 0 100px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	/*border-bottom:#ff8b3e 2px solid;*/
}
.index-case:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    content: "";
}
.index-case-center{width: 90%; margin: 0 auto; max-width: 1200px; overflow: hidden;position: relative; z-index: 1;}
.index-case-t{margin-bottom: 40px;text-align:center;}
.index-case-t span { color: #333; font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase; }
.index-case-a{margin-bottom: 60px;text-align:center;}
.index-case-a span { color: #000; font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase; }
.index-case-box ul{ overflow: hidden; font-size: 0; margin: 0 -15px;} 
.index-case-box ul li{ width: 50%; display: inline-block; vertical-align: top; font-size: 14px;} 
.index-case-box ul li .item{  margin: 0 15px 40px 15px; overflow: hidden; position: relative;}
.index-case-box-frame{ width: 48%;overflow: hidden; float: left;}
.index-case-box-frame img{ max-width: 100%; display: block; height: 180px;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.index-case-box ul li .item:hover img{ transform: scale(1.1);}
.index-case-box-text{ width: 48%; margin-left: 4%; float: left;}
.index-case-box ul li .item .th{ color: #333; font-size: 15px; line-height: 24px;font-weight: normal; margin-bottom: 10px;}  
.index-case-box ul li .item .th a{ color: #333;} 
.index-case-box ul li .item .th a:hover{ color: #ff8b3e;} 
.index-case-box ul li .item p{
	color: #fff;
	font-size: 15px; line-height: 24px;
max-height: 250px;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 20px;
} 
.index-case-box ul li .item span {
    display: block;
}
.index-case-box ul li .item span a {
    color: #fff;
    font-size: 16px;
    background-color: #ff8b3e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.index-case-box ul li .item span a:hover{ color: #fff; font-size: 16px; background-color: #333;}
.tecyu{text-align: center;display: inline-block;position: relative; width: 100%;}
.mtdnfi{ font-size: 18px; color: #fff; padding: 10px 15px; background-color: #ff8b3e; margin: auto;  border-radius: 10px;}




/*首页部分结束*/

@media (max-width: 840px){
	
	.index-case-t{margin-bottom: 10px;}
}





/*首页案例*
.index-case{
	padding: 0px 0;
	overflow: hidden;
	position: relative;
}
.index-case:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    content: "";
}
.index-case-center{width: 90%; margin: 0 auto; max-width: 1200px; overflow: hidden;position: relative; z-index: 1;}
.index-case-t{margin-bottom: 60px;text-align:center;}
.index-case-t span {font-size: 50px; line-height: 50px; position:relative; text-transform:uppercase; color:#ff8b3e; font-family:"Conto";}
.index-case-box ul{ overflow: hidden; font-size: 0; margin: 0 -15px;} 
.index-case-box ul li{ width: 100%; display: inline-block; vertical-align: top; font-size: 16px;} 
.index-case-box ul li .item{  margin: 0 15px 20px 15px; overflow: hidden; position: relative;}
.index-case-box-frame{ width: 25%;overflow: hidden; float: left;}
.index-case-box-frame img{ max-width: 100%; display: block;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.index-case-box ul li .item:hover img{ transform: scale(0.9);}
.index-case-box-text{ width:70%; float: right; margin-top:60px;}
.index-case-box ul li .item .th{ color: #fff; font-size: 18px; line-height: 30px;font-weight: normal; margin-bottom: 10px;}  
.index-case-box ul li .item .th a{ color: #ff8b3e;} 
.index-case-box ul li .item .th a:hover{ } 
.index-case-box ul li .item p{
	line-height: 24px;
max-height: 250px;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 20px;
} 
.index-case-box ul li .item span {
    display: block;
}
.index-case-box ul li .item span a {
    color: #fff;
    font-size: 16px;
    background-color: #ff8b3e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
	 margin-bottom:30px;
}
.index-case-box ul li .item span a:hover{ color: #fff; font-size: 16px; background-color: #333;}
/*首页部分结束*/

/*内页部分*/
.inner-page-main{ width: 100%; overflow: hidden;background-color: #f1f1f1;}
.inner-page-middle{ width: 94%; margin: 0 auto; max-width: 1200px; overflow: hidden;}
/*面包屑导航*/
.bread-crumb{width: 100%; margin: 20px 0; overflow: hidden;}
.bread-crumb ul{ color: #666;}
.bread-crumb ul a {color: #666;}
.bread-crumb ul a:hover {color: #E31E27;}
.bread-crumb ul p { line-height: 22px; padding-left: 22px; background: url(../images/about_r_position.png) no-repeat left center; position: relative; z-index: 22;}


.bread-crumb ul li{ font-size: 14px; line-height: 24px; display: inline-block; vertical-align: middle; margin-right: 8px;}
.bread-crumb ul li a{ color: #666;}
.bread-crumb ul li a:hover{ color: #E31E27;}
.inner-page-content{width: 100%; margin: 20px 0; overflow: hidden;}
/*分页符*/
.pagination-bar {
	text-align: center;
	margin-top: 20px;
}
.pagination-bar ul {
	display: block;
}
.pagination-bar ul li {
	display: inline-block;
	margin: 2px;
	vertical-align: top;
}
.pagination-bar ul li a {
	background: #fff;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.pagination-bar ul li.pageinfo {
	background: #fff;
	line-height: 35px;
	text-align: center;
	padding: 0 15px;
}
.pagination-bar ul li.active{
	background: #292929;
	color: #fff;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
}
.pagination-bar ul li a i{
	vertical-align: middle;
	font-weight: bold;
}
.pagination-bar ul li a:hover{ color: #fff; background: #E31E27;}
/*左边*/
.inner-page-l{ width: 26%; float: left; margin-bottom: 40px;}
.inner-page-r{ width: 74%; float: right; margin-bottom: 40px;}
/*侧边*/
.sidebar-block{ margin-right: 30px; overflow: hidden;}
.sidebar-box { overflow: hidden; margin-bottom: 30px;}
.sidebar-title {
    background: #ff8b3e;
    padding: 10px 16px;
    margin-bottom: 15px;
}
.sidebar-title span{
	color: #fff;
    font-size: 18px;
    line-height: 24px;
	text-transform:capitalize;
}
.sidebar-contant{ padding: 10px 16px; background-color: #fff; }
.sidebar-featured ul{ overflow: hidden;}
.sidebar-featured ul li{ width: 100%; overflow: hidden; margin: 8px 0; float: left;}
.sidebar-featured ul li .item{ background-color: #fff; overflow: hidden;}
.sidebar-featured ul li .item .pro-media{ float: left; width: 45%;}
.sidebar-featured ul li .item .pro-media img{ max-width: 100%; display: block;}
.sidebar-featured ul li .item .pro-detail-info{ float: right; width: 55%;}
.sidebar-featured ul li .item .pro-detail-info .th{ margin-left: 15px; font-size: 14px; line-height: 18px; margin-bottom: 12px; font-weight: normal; max-height: 54px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.sidebar-featured ul li .item .pro-detail-info .th a{ display: block;}
.sidebar-featured ul li .item .pro-detail-info .th a:hover{color: #ff8b3e;}
.sidebar-featured ul li .item .pro-detail-info span{ margin-left: 15px; display: block;}
.sidebar-featured ul li .item .pro-detail-info span a{
    color: #fff;
    font-size: 14px;
    background-color: #ff8b3e;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.sidebar-featured ul li .item .pro-detail-info span a:hover{ color: #fff; background-color: #E31E27;}
/*侧边联系方式*/
.sidebar-contact .mb-20{ font-size: 14px; line-height: 30px; margin-bottom: 8px;}
.sidebar-contact .mb-20:nth-last-child(1){ margin-bottom: 0;}
.sidebar-contact .inner-title{ color: #ff8b3e; font-weight:bold;}
.sidebar-contact .inner-title i{ margin-right: 5px;}
.sidebar-contact ul li a{ word-break: break-all; display: inline-block;}
.sidebar-contact ul li a:hover{ color: #ff8b3e;} 
.sidebar-contact ul{ overflow: hidden;}
.sidebar-contact ul li{ font-size: 14px; line-height: 20px; margin: 8px 0; float: left;} 
/*侧边新闻列表*/

/*产品页*/

.product-listing .ninfnav{width: 100%; height: 40px; line-height: 40px; margin: 15px 0; overflow: hidden; display: block;}
.product-listing .ninfnav h2{ font-size: 18px; text-align: left; float: left;}
.product-listing .ninfnav .Mores{font-size: 16px; text-align: right;float: right;}
.product-listing .ninfnav .Mores i{color: #ff8b3e;}
.product-key{
	margin-bottom: 20px;
    background-color: #fff;
}
.product-key-box{ padding: 14px 20px;}
.product-key h1{ font-size: 20px; line-height: 24px; display: block; margin-bottom: 12px;}
.product-key p{ font-size: 14px; line-height: 24px;}
.product-listing-t{ position: relative; margin: 20px 0; overflow: hidden;}
.product-listing-t h2{
	font-size: 18px;
    color: #404042;
    line-height: 30px;
    display: inline-block;
    padding-right: 30px;
    background-color: #f1f1f1;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.product-listing-t span{
	font-size: 14px;
    color: #404042;
    display: inline-block;
    padding-left: 20px;
    background-color: #f1f1f1;
    z-index: 1;
	position: relative;
	float: right;
	margin-top: 5px;
}
.product-listing-t span a{
	padding: 2px 8px;
	background-color: #fff;
	display: inline-block; 
}
.product-listing-t span a:hover{
	color: #fff;
	background-color: #ff8b3e;
}
.product-listing-t::after {
    background-color: #fff;
    bottom: 14px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.product-listing ul{ font-size: 0; overflow: hidden; margin: 0 -8px;}
.product-listing ul li{ width: 32%; font-size: 14px; display: inline-block; margin-right: 2%; vertical-align: top; margin-bottom: 20px; 
background: #fff;    }
.product-listing ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.3);}
.product-listing ul li:nth-child(3n+3){margin-right: 0;}
.product-listing .product-item {
    background-color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px 10px 8px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.product-listing .product-item .sale-label{ position: absolute; top: 10px; left: 0;}
.product-listing .product-item .sale-label span{
	font-size: 14px;
    color: #fff;
    background-color: #ff8b3e;
    display: inline-block;
    padding: 4px 10px;
}
.product-listing .product-image{ overflow: hidden;}
.product-listing .product-image img{ width: 100%;}
.product-listing .product-item-name {
    margin: 15px;
    overflow: hidden;
}
.product-listing .product-item-name h3 {
    font-size: 16px;
    font-weight: normal;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.product-listing .product-item:hover h3 {
    color: #ff8b3e;
}
/*产品类别*/
.product-category{}
.product-category li{ width: 100%; margin-bottom: 30px;}
.product-category .product-item{ text-align: left; font-size: 0; position: relative; padding: 20px; background-color: #fff;}
.product-category .product-item .sale-label{ position: absolute; top: 10px; left: 0;}
.product-category .product-item .sale-label span{
	font-size: 14px;
    color: #fff;
    background-color: #ff8b3e;
    display: inline-block;
    padding: 4px 10px;
}
.product-category li .product-image { width:30%; display: inline-block; vertical-align: middle;}
.product-category li .product-image img{ width: 100%; max-width: 500px;}
.product-item-text{ font-size: 14px; width:70%; display: inline-block; vertical-align: middle;}
.product-item-text-b{ margin-left: 30px;}
.product-item-text h2{ font-size: 18px; line-height: 24px; margin-bottom: 12px;}
.product-item-text p{ font-size: 14px; line-height: 24px;}
.product-item-text .tag{ font-size: 12px; width: 100%; margin: 10px -5px}
.product-item-text .tag a{ padding: 4px 8px; background-color:#eef0f1; display: inline-block; margin: 5px; }
.product-item-text .tag a:hover{ color: #fff; background-color:#ff8b3e; }
.product-item-text span a {
    line-height: 24px;
    color: #fff;
    background-color: #ff8b3e;
    padding: 8px 15px;
    display: inline-block;
	transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.product-item-text span a i{ font-size: 20px; line-height: 18px; margin-right: 5px;}
.product-item-text span a.more {
	color: #242424;
    background-color: #f0f0f0;
	margin-left: 10px;
}
.product-item-text span a:hover { color: #fff; background-color: #666;}
/*产品详情*/
.product-details{ overflow: hidden; padding: 20px; background-color: #fff;}
.product-page-plan {
    width: 46%;
	float: left;
}
.product-attributes {
    width: 50%; margin-left: 4%;
    float: right;
}
.product-attributes .product-name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.product-attributes-item{ margin-bottom: 20px;}
.product-attributes-item ul li{ font-size: 14px; line-height: 20px; margin-bottom: 10px;}
.product-attributes-item ul li label {
	color: #ff8b3e;
	font-size: 15px;
    margin: 0 0 5px 0;
}
.product-overview{ margin-bottom: 20px; }
.product-overview p{font-size: 14px; line-height: 24px;}
.product-detail-annex{ margin-bottom: 10px; overflow: hidden;}
.product-detail-annex .pro-email-icon{ float: left; margin-right: 10px; margin-bottom: 10px;}
.product-detail-annex .pro-email-icon a{
	line-height: 20px;
	color: #fff;
	background-color: #ff8b3e;
	padding: 8px 15px;
	display: block;
}
.product-detail-annex .pro-email-icon a i{
	font-size: 18px;
	margin-right: 5px;
}
.product-detail-annex .pro-annex-icon{float: left; margin-bottom: 10px;}
.product-detail-annex .pro-annex-icon a{
	line-height: 20px;
	background: #ececec;
	padding: 8px 15px;
	display: block;
}
.product-detail-annex .pro-annex-icon a i{
	margin-right: 5px;
}
.product-detail-annex a:hover{ color:#fff; background-color: #666;}
.product-information{ margin: 30px 0; overflow: hidden; padding: 20px; background-color: #fff;}
.product-information-content{ border-bottom: 1px solid #d9d9d9; overflow: hidden; padding: 0; line-height: 28px; font-size: 14px; padding-bottom: 20px;}
.product-information-t{background: #ececec; padding: 10px 16px; margin-bottom: 20px;}
.product-information-t h1{font-size: 18px; line-height: 24px;}
.product-information-box h2{font-size: 16px; line-height: 28px; }
.product-information-content img{ display: inline-block; max-width: 100%;}


.cpxqym{width: 100%; overflow: hidden;}
.cpxqym ul{zoom: 1;}
.cpxqym ul li{width: 47%; margin-right:6%; margin-bottom: 20px; float: left;list-style: none outside; m}
.cpxqym ul li:nth-child(2n){margin-right: 0;}
.cpxqym ul li .img{border: solid 1px #ccc;max-width: 100%; }
.cpxqym ul li .img img{max-width: 100%; margin: auto; text-align: center;display: block; }

.share-it{ float:left;}
.pgwSlideshow.narrow .ps-list .ps-next:hover, .pgwSlideshow.narrow .ps-list .ps-prev:hover{ background-color: #ff8b3e;}
/*表格手机端滑动*/
.nei-table{width: 100%;overflow: auto;}
.nei-table table{ border-collapse:collapse;border-spacing:0;}
.nei-table table, .nei-table table th, .nei-table table td{ border: 1px solid #fff;}
.nei-table table th, .nei-table table td{ padding: 4px 10px;}
/*详情页标签*/
.product-tag{ display: flex; margin-top: 20px; padding: 20px 0; border-top: 1px solid #d9d9d9; }
.product-tag-title{ display: inline-block;}
.product-tag span {
	font-size: 16px;
	padding: 5px 0;
	float: left;
	white-space: nowrap;
}
.product-tag-item{ vertical-align: top;}
.product-tag-item a{ margin: 5px 12px; line-height: 20px; font-size: 14px; display: inline-block;}
.product-tag-item a:hover{ color: #E31E27;}
/*附件下载*/
.product-annex{ display: flex; margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #d9d9d9;}
.product-annex span{ font-size:16px; margin-bottom: 10px;}
.product-annex ul li{ font-size: 14px; line-height: 20px; margin: 0 12px 10px 12px;}
.product-annex ul li i{ margin-right: 5px;}
.product-annex ul li a:hover{color: #E31E27;}
/*相关产品*/
.related-products{ width: 100%; margin-top: 20px;}
.related-products-t{ margin-bottom: 10px; position: relative; overflow: hidden;}
.related-products-t::after {
    background-color: #eee;
    bottom: 10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.related-products-t h3{ font-size: 18px; line-height: 30px; background-color: #fff; display: inline-block; padding-right: 30px; position: relative; z-index: 1; }
.related-products ul{ font-size: 0;}
.related-products ul li{ font-size: 14px; width: 25%; display: inline-block; vertical-align: top;}
.related-products ul li .item{ padding: 15px;}
.related-products ul li .item img{ width: 100%; max-width: 500px;}
.related-products ul li .item .text{ font-size: 14px; line-height: 20px; margin-top: 5px;}

/*产品折叠菜单*/
.sidebar-product dl{width:100%;overflow: hidden;margin-bottom: 0;position: relative;}
.sidebar-product dl dt{font-size: 14px;line-height: 18px;font-weight: normal;padding: 10px 15px 10px 0;border-bottom: 1px solid #ebebeb;position: relative;margin-bottom: 0;}
.sidebar-product dl:last-child dt{border-bottom: 0;}
.sidebar-product dl dt a{ font-size: 14px;}
.sidebar-product dl dt i{width: 0;height: 0;background-color: #6d6d6d;overflow: hidden;position: absolute;left: 5px;top: 15px;}
.sidebar-product dl dt a:hover{color: #ff8b3e;}	
.sidebar-product dl dt a.on{color: #ff8b3e;}		
.sidebar-product dl span{overflow: hidden;font-size: 16px;font-weight: bold;color:#6d6d6d;height:38px;display: block;line-height: 38px;float: right;cursor:pointer;position: absolute;z-index: 1;width: 100%;text-align: right;}
.sidebar-product dl span.clicker_active{font-size: 26px;font-weight: normal; }
.sidebar-product dl span:hover{background-position: 10px 20px;text-decoration: none;color: #ff8b3e;}
.sidebar-product dl dd{overflow: hidden;line-height: 18px;font-size: 14px;margin: 8px 0 8px 15px;}
.sidebar-product dl dd a{font-size: 13px;color: #6d6d6d;width:100%;display: block;padding-bottom:8px;border-bottom: 1px dashed #ebebeb;}
.sidebar-product dd a:hover{text-decoration: none;color: #ff8b3e;}
.sidebar-product .duin dt a{color: #ff8b3e; font-weight:bold ;}
.sidebar-product .duin dd {display: block !important;}
.sidebar-product dl .eru a{color: #ff8b3e; font-weight:bold ;}

/*产品折叠菜单*
.sidebar-product dl{width:100%;overflow: hidden;margin-bottom: 0;}
.sidebar-product dl dt{font-size: 14px;line-height: 18px;font-weight: normal;padding: 10px 15px 10px 0;border-bottom: 1px solid #ebebeb;position: relative;margin-bottom: 0;}
.sidebar-product dl:last-child dt{border-bottom: 0;}
.sidebar-product dl dt a{ font-size: 14px;}
.sidebar-product dl dt i{width: 0;height: 0;background-color: #6d6d6d;overflow: hidden;position: absolute;left: 5px;top: 15px;}
.sidebar-product dl dt a:hover{color: #ff8b3e;}		
.sidebar-product dl span{overflow: hidden;font-size: 16px;font-weight: bold;color:#6d6d6d;height:38px;display: block;line-height: 38px;float: right;cursor:pointer;padding: 0 5px;position: relative;z-index: 1;}
.sidebar-product dl span.clicker_active{font-size: 26px;font-weight: normal;}
.sidebar-product dl span:hover{background-position: 10px 20px;text-decoration: none;color: #ff8b3e;}
.sidebar-product dl dd{overflow: hidden;line-height: 18px;font-size: 14px;margin: 8px 15px 8px 5px;}
.sidebar-product dl dd a{font-size: 13px;color: #6d6d6d;width:100%;display: block;padding-bottom:8px;border-bottom: 1px dashed #ebebeb;}
.sidebar-product dd a:hover{text-decoration: none;color: #ff8b3e;}



.sidebar-product .dv span{overflow: hidden;font-size: 16px;font-weight: bold;color:#6d6d6d;height:38px;display: block;line-height: 38px;float: right;cursor:pointer;padding: 0 5px;position: relative;z-index: 1;}
.sidebar-product .dv span.clicker_active{font-size: 26px;font-weight: normal;}
.sidebar-product .dv span:hover{background-position: 10px 20px;text-decoration: none;color: #ff8b3e;}
.sidebar-product dl li{overflow: hidden;line-height: 18px;font-size: 14px;margin: 8px 15px 8px 5px;}
.sidebar-product dl li a{font-size: 13px;color: #6d6d6d;width:100%;display: block;padding-bottom:8px;border-bottom: 1px dashed #ebebeb;}
.sidebar-product li a:hover{text-decoration: none;color: #ff8b3e;}


/*产品折叠菜单*/






/*侧边新闻*/
.sidebar-news ul{ overflow: hidden;} 
.sidebar-news ul li{ line-height: 20px; font-size: 16px; padding: 10px 20px; position: relative; display: block; overflow: hidden;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.sidebar-news ul li:hover{ padding: 10px 10px 10px 30px;}
.sidebar-news ul li a{ display: block;}
.sidebar-news ul li i{ font-size: 8px; position: absolute; top: 10px; left: 0;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.sidebar-news ul li:hover i{ left: 10px;}
.sidebar-news ul li a:hover{ color: #ff8b3e;}
/*侧边关于我们*/
.sidebar-about ul{ overflow: hidden;} 
.sidebar-about ul li{ line-height: 20px; font-size: 16px; padding: 10px 20px; position: relative; display: block; overflow: hidden;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.sidebar-about ul li:hover{ padding: 10px 10px 10px 30px;}
.sidebar-about ul li a{ display: block;}
.sidebar-about ul li i{ font-size: 8px; position: absolute; top: 10px; left: 0;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.sidebar-about ul li:hover i{left: 10px;}
.sidebar-about ul li a:hover{ color: #E31E27;}

/*新闻列表*/
/*推荐新闻*/
.news-list-top{ overflow: hidden;} 
.news-list-top-box{ width: 100%; display: inline-block; vertical-align: top; margin-bottom: 30px; font-size: 14px;} 
.news-list-top-box .item{ position: relative; overflow: hidden; background-color: #fff; padding: 16px;} 
.news-list-top-box .item a{overflow: hidden; display: block;} 
.news-list-top-box-frame{ overflow: hidden; float: left; width: 40%; max-width: 220px; margin-right: 20px;}
.news-list-top-box .item img{ height: auto; display: block; font-size: 0; overflow: hidden; max-width: 100%;transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;} 
.news-list-top-box .item img:hover{ transform: scale(1.1);} 
.news-list-top-box .item h3{ font-size: 18px; line-height: 30px; margin: 10px 0;} 
.news-list-top-box .item h3:hover{ color: #ff8b3e;} 
.news-list-top-box .item p{ font-size: 14px; line-height: 20px;
max-height: 80px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;} 
.news-list-top-box .item span{ font-size: 14px; color: #fff; position: absolute; top: 10px; left: 0; background-color: #ff8b3e; display: inline-block; width: 75px; padding: 4px 0 12px 0; text-align: center;} 
.news-list-top-box .item span:after {
    content: '';
    position: absolute;
    left: 75px;
    top: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #ff8b3e;
}
.news-list-top-box .item span b{ display: block; font-size: 38px;} 
/*新闻列表*/
.news-listing{ overflow: hidden; margin-bottom: 20px;}
.news-listing-t{background: #fff;padding: 10px 16px; margin-bottom: 15px; overflow: hidden;}
.news-listing-t .th{ float: left; font-size: 18px; line-height: 24px;text-transform: capitalize;}
.news-listing-t .th a:hover{color: #ff8b3e;}
.news-listing-t span{ float: right; font-size: 14px; line-height: 24px;}
.news-listing-t span a{ float: right; font-size: 14px; line-height: 24px;}
.news-listing-t span a:hover{color: #ff8b3e;}
.news-listing ul{ overflow: hidden;}
.news-listing ul li{ margin-bottom: 10px;}
.news-listing ul li .news-listing-box{background-color: #fff; overflow: hidden;}
.news-listing ul li h3{ font-size: 16px; line-height: 30px; margin: 7px 16px 0 16px;}
.news-listing ul li h3:hover{ color: #ff8b3e;}
.news-listing ul li p{ font-size: 14px; line-height: 24px; margin: 0 16px 7px 16px;}
.news-listing ul li span{ font-size: 14px; color: #fff; background-color: #ff8b3e; display: inline-block; width: 75px; padding: 4px 0 12px 0; text-align: center; float: left; margin-right: 16px; position: relative;}
.news-listing ul li span:after {
    content: '';
    position: absolute;
    left: 75px;
    top: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #ff8b3e;
}
.news-listing ul li span b{ display: block; font-size: 38px;} 
/*新闻详情*/
.news-details{
	border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    font-size: 14px;
	background-color: #fff;
	}
.news-details-t{background: #ececec; padding: 10px 16px; margin-bottom: 20px;}
.news-details-t h1{font-size: 18px; line-height: 24px;}
.news-details-box{ overflow: hidden;}
.news-details-time{ width: 100%; display: inline-block; margin-bottom: 20px;}
.news-details-time e{font-size: 14px;background: #fff;padding: 8px 10px;}
/*案例列表*/
.case-listing{}
.case-listing ul{ overflow: hidden; font-size: 0;} 
.case-listing ul li{ width: 100%; display: block; font-size: 14px;} 
.case-listing ul li .item{ background-color: #fff; padding: 16px; margin: 0 0 20px 0; overflow: hidden;}
.case-listing-frame{ width: 44%; float: left; margin-right: 20px; overflow: hidden; max-width: 220px;}
.case-listing-frame img{ max-width: 100%; display: block;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.case-listing-frame img:hover{ transform: scale(1.1);}
.case-listing ul li .item h3{ font-size: 18px; line-height: 20px;font-weight: normal; margin: 10px 0;}  
.case-listing ul li .item h3:hover{ color: #E31E27;} 
.case-listing ul li .item p{
	font-size: 14px; line-height: 20px;
	max-height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;
} 
.case-listing ul li .item span {
    display: block;
}
.case-listing ul li .item span a {
    color: #fff;
    font-size: 16px;
    background-color: #ff8b3e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.case-listing ul li .item span a:hover{background-color: #E31E27;}

/*证书展示*/
.certificate-listing ul{ font-size: 0; overflow: hidden;}
.certificate-listing ul li{ width: 32%; font-size: 14px; display: inline-block; margin-right: 2%; vertical-align: top; margin-bottom: 20px;}
.certificate-listing ul li:nth-child(3n+3){margin-right: 0;}
.certificate-listing .item {
    background-color: #fff;
    padding: 8px;
	position: relative;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.certificate-listing .item:hover {
    background-color: #ff8b3e;
}
.certificate-listing-frame{ overflow: hidden; height: 280px; text-align: center; display: table; width: 100%;}
.certificate-listing-frame a{
	display: table;
	display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.certificate-listing-frame img{ max-height: 280px; max-width: 100%;}
.certificate-listing .item span{
	font-size: 16px;
    font-weight: normal;
    display: table;
	margin: 8px 0;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.certificate-listing .item span a {
    display: table-cell;
    vertical-align: middle;
    color: #404042;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.certificate-listing .item:hover h3 a {
    color: #fff;
}

/*site-map网站地图*/
.site-map-t{ font-size: 18px; line-height: 24px;background: #fff; padding: 12px 20px; margin-bottom: 15px;text-transform: capitalize;}
.site-map-th{ color: #6d6d6d; font-size: 16px; line-height: 24px; background: #fff; border-bottom: 1px dashed #ebebeb; padding: 8px 20px;}
.site-map-th h2{ font-size: 16px; font-weight: normal;}
.site-map ul { overflow: hidden; margin: 15px 0 30px 0; border-bottom: 1px solid #ebebeb; padding: 22px 20px 12px 20px; background: #fff;}
.site-map ul li{ font-size: 14px; margin-bottom: 12px; display: inline-block; vertical-align: top; line-height: 20px; width: 33.3%;}
.site-map ul li h3{ font-size: 14px; font-weight: normal;}
.site-map ul.site-map-l1 li { width: 25%;}
.site-map ul.site-map-l2 li { width: 50%;}
.site-map a:hover{ color: #E31E27}
/*案例详情,工厂展示,关于我们*/
.case-details, .factory-details, .about-details{
	/*border-bottom: 1px solid #d9d9d9;*/
	background-color: #fff;
    overflow: hidden;
    padding: 20px;
    line-height: 28px;
    font-size: 14px;
    padding-bottom: 20px;
	}
.case-details-t, .factory-details-t, .about-details-t{padding: 10px 0px; margin-top: 20px;}
.case-details-t h1, .factory-details-t h1, .about-details h1{font-size: 18px; line-height: 24px; color: #000;}
.case-details-box, .factory-details-box, .about-details-box{ overflow: hidden;}
.case-details-box img, .factory-details-box img, .about-details-box img{ max-width: 100%;}
.product-information-box embed, .case-details-box embed, .factory-details-box embed, .about-details-box embed{ max-width: 100% !important; height: auto;}
.product-information-box a, .case-details-box a, .factory-details-box a, .about-details-box a{ text-decoration: underline; color: #06C;}
.product-information-box ul, .product-information-box ol, .product-information-box li,
.case-details-box ul, .case-details-box ol, .case-details-box li,
.factory-details-box ul, .factory-details-box ol, .factory-details-box li,
.about-details-box ul, .about-details-box ol, .about-details-box li{list-style: unset; margin-left: 20px;}

.about-details .leftry{width: 65%; float: left;}
.about-details .reghttly{width: 33%; float: left; margin-left: 2%;}
.about-details .reghttly img{max-width: 100%;}

/*关于我们图片切换*/
.pb {
    display: inline-block;
    position: relative;
    height: auto;
	width: 100%;
    margin-bottom: 10px;
    z-index: 1;
}
.pb .banners {
	width: 100%;
	overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.pb .banners li.current {
    display: block;
}
.pb .banners li {
    display: none;
    padding: 0;
	margin: 0;
}
.C_top_R1IMG2 {
    width: 100%;
    height: auto;
}
.C_top_R1IMG2 a img {
    width: 100%;
    display: block;
}
.switcher_2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.pb .points_2 li {
	width: 22px;
	height: 22px;
	text-align: center;
	cursor: pointer;
	float: left;
	background-color: #999;
	line-height: 22px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #FFF;
}
.pb .points_2 li.current {
    color: #FFF;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    border: 1px solid #FFF;
    background-color: #C00;
}
/*关于我们头部表格*/
.about_pc_tab{ overflow: hidden; margin-bottom: 20px;}
.about_pc_tab table{ background-color: #fff; width: 100%;}
.about_pc_tab table tr{ background-color: #fff; line-height: 20px;}
.about_pc_tab table tr th, .about_pc_tab table tr td{ padding: 8px 15px;}
.about_pc_tab table tr th{ width: 24%;}

/*联系我们表格*/
.contact-table-box{ overflow: hidden; margin-bottom: 30px; padding: 20px; background-color: #fff;}
.contact-name{
	background: #ececec;
    padding: 10px 16px;
    margin-bottom: 15px;
}
.contact-name h5{font-size: 16px;line-height: 24px;}
.contact-info table{ width: 100%; border-collapse: collapse;}
.contact-info tr{ background-color: #fff;word-break:break-all;}
.contact-info tr:hover{ background-color: #faf9f9;}
.contact-info tr th, .contact-info tr td{font-size: 14px;}
.contact-info tr th:first-child, .contact-info tr td:first-child {width: 28%;}
.contact-info td a {
	color: #fff;
	padding: 13px;
}
.contact-info td{
	padding:15px 10px;
	border:1px solid #ebebeb;
	vertical-align:middle;
}
.contact-info td i{font-size: 18px; margin-right: 10px;}
.contact-info td.name, .contact-info td.description{
	vertical-align:top;
}
.contact-info td:first-child{
	padding:15px 10px;
	text-transform:uppercase;
	font-weight: bold;
	vertical-align:middle;
}

/*邮件*/
.inner-message{ margin-bottom: 30px; overflow: hidden;}
.inner-message-t{
	background: #fff;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.inner-message-t h5{font-size: 18px;line-height: 24px;}
.inner-message .th{ font-size: 20px; margin-bottom: 10px;}
.inner-message .inner-message-centered{ font-size: 16px;}
.inner-message .inner-message-centered span{ color: #F60;}
.inner-message-row{ margin-top: 20px; overflow: hidden;}
.inner-message-row .item{ width: 100%; float: left; margin-bottom: 20px;}
.inner-message-row .item input{ color: #999; width: 100%; line-height: 30px; border: 0; height: 30px;}.inner-message-row .item textarea{ color: #999; width: 100%;line-height: 30px; border: 0;min-height: 150px;}
.inner-message-row .item button{
	color: #fff;
    font-size: 14px;
    background-color: #E31E27;
    display: block;
    line-height: 30px;
    padding: 8px 20px;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
	cursor: pointer;
	border: 0;
}
.inner-message-row .item button:hover{ background-color: #e05f03;}
.inner-message-row .item button:active{background-color: #F60;}
.inner-message-row .item.item-half{ width: 50%;}
.inner-message-half{padding: 8px; border:1px solid #d9d9d9; margin-right: 20px; background-color: #fff;}
.inner-message-box{ padding: 8px; border:1px solid #d9d9d9; background-color: #fff;}
/*空位符*/
.air-h30{ width: 100%; height: 30px; display: block;}
/*上下篇*/
.other-upper-next{
	border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	}
.other-upper-next-box{ overflow: hidden;}
.other-upper-next .other-upper{ float: left;}
.other-upper-next .other-next{ float: right;}
.other-upper-next .other-upper i{ font-size: 13px; display:inline-block; vertical-align: middle; margin-right: 5px;}
.other-upper-next .other-next i{ float: right; font-size: 14px; display:inline-block; vertical-align: middle; margin-left: 5px;}
.other-upper-next span a:hover{color: #E31E27;}
/*底部*/
/*.footer-middle{ max-height:470px; padding-top: 30px;background-image: url(../picture/footbg.jpg);background-repeat: no-repeat;background-position: center center; padding-bottom:5px; margin-top:40px;}*/
.footer-middle{  padding-top: 30px; background-color: #25221d; padding-bottom:5px; }
.footer-content{width: 100%; margin: 0 auto; max-width: 1200px; overflow: hidden; font-size: 0;}
.footer-main{ margin: 20px 0;}
.footer-content .item{display: inline-block; font-size: 14px; vertical-align: top;}
.footer-content .item.footer-contactus{}
.footer-content .item.footer-contactus li{ color: #fff; position: relative; display: flex; margin-bottom: 8px;}
.footer-content .item.footer-contactus li label{ display: inline-block; vertical-align: top;}
.footer-content .item.footer-contactus li label i{ font-size: 20px; color: #ff8b3e;}
.footer-static-block{ margin-right: 108px; float: left;}
.footer-static-block:nth-child(3n){margin-right: 0; float: right;}
.footer-static-block .th{ font-size: 20px; line-height: 30px; margin-bottom: 30px; color: #fff; position: relative;text-transform:uppercase;}
.footer-static-block .th::before {
    background: #ff8b3e;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}
.footer-static-block .th a{color: #fff;}
.footer-static-block .th a:hover{color: #E31E27;}
.footer-block-contant li{
	font-size: 15px;max-width: 470px;
	line-height: 20px;
	margin-bottom: 18px;
	color: #C1C1C1;
}
.footer-block-contant li b{
	font-size: 16px;
}
.footer-block-contant li label{
	white-space: nowrap;
	margin-right: 5px;
}
.footer-block-contant li span{
	display: inline-block;
}
.unito{float: right;max-width: 280px;}
.unito li{height: 30px; line-height: 30px; display: block; overflow: hidden; float: left; margin-right: 60px;}
.unito li:nth-child(2n){margin-right: 0; }
.unito li img{margin-right: 10px;}






.key-words li{
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
    padding-left: 20px;
}
.key-words li i {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}
.key-words li i::after {
    font-family: "iconfont" !important;
    position: absolute;
    content: "\e618";
    font-size: 10px;
    color: #E31E27;
}
.footer-block-contant li a{
	color: #fff; 
}
.footer-block-contant li a:hover{
	color: #E31E27;
}
.footer-secondary{ background-color:rgba(0,0,0,.5); padding: 20px 0; overflow: hidden;}
.footer-secondary-box{ width: 90%; max-width: 1200px; margin: auto;}
.footer-secondary p{ color: #fff; font-size: 15px;line-height: 28px; text-align:center;overflow: hidden;}
.footer-secondary-box .dibin{float: left;}
.footer-secondary-box .ter{float: right;}


.footer-middle .texr{display:block;color:#fff; text-align:center; font-size:40px;font-family:"Conto";}


.footer-main .molefgt{ width: 134px; float: left;  text-align: right;color: #fff; font-size:17px ; padding-top:10px ;}
.footer-main .moleft{ line-height: 75px; float: left; width: 726px;  text-align: center;color: #fff; font-size:17px ;}
.footer-main .moleft a{color: #fff; padding-left: 10px;}
.footer-main .moright{ width: 280px; margin-left:0px; float: right; margin-top: 55px;position: relative ;}
.footer-main .moright span{ margin-left:20px; float: right; position: relative;}



@media (max-width: 840px){

.footer-main .moright{width: 100%; float: left; padding-bottom: 20px; margin-top: 0;}
.footer-main .moright span{float: left; margin-left: 0px; margin-right: 15px; }
.footer-middle .texr{ font-size:30px;}
.footer-static-block{margin-right: 0;}
.footer-secondary-box .dibin{float: left;}
.footer-secondary-box .ter{float: left;}
.footer-secondary-box .ter img{max-width: 100%; margin-top: 10px;}
.product-listing .ninfnav{width: 100%;
  height: auto; line-height: auto;
    margin: 15px 0;
    overflow: hidden;
    display: block;}
.product-listing .ninfnav h2{ font-size: 14px;}
.product-listing .nydbu{display: none;}
}









/*右侧漂浮替换样式*/
.im-l{background-color: #E31E27;box-shadow: 0 0 8px #eaf0f6;}
.im .box{background-color: #E31E27;}
/*返回顶部*/
.scroll{
	width:40px;
	height:40px;
	color:#fff;
	line-height:42px;
	text-align:center;
	position:fixed;
	right:34px;
	bottom:74px;
	cursor:pointer;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	z-index: 10;
}
.scroll i{font-size:28px;}
@media screen and (max-width: 1220px){
.inner-page-l{ width: 32%;}
.inner-page-r{ width: 68%;}
}
@media screen and (max-width: 1044px){
.hot-products-box ul li {width: 50%;}
.footer-content .item, .footer-content .item.footer-contactus{ width: 50%;}
.sidebar-featured ul li .item .pro-media{ width: 100%;}
.sidebar-featured ul li .item .pro-detail-info{ width: 100%; margin-top: 10px;}
.sidebar-featured ul li .item .pro-detail-info .th {margin-left: 0;line-height: 20px;}
.sidebar-featured ul li .item .pro-detail-info span {margin-left: 0;display: block;}
.product-listing ul li {width: 49%;}
.product-listing ul li:nth-child(3n+3){margin-right: 2%;}
.product-listing ul li:nth-child(2n+2){margin-right: 0;}
/*产品详情展示*/
.product-page-plan, .product-attributes {width: 100%;}
/*证书展示*/
.certificate-listing ul li{ width: 48%; margin-right: 4%;}
.certificate-listing ul li:nth-child(3n+3){margin-right: 4%;}
.certificate-listing ul li:nth-child(2n+2){margin-right: 0;}
.index-case{background-size: auto 100%;}
}
@media screen and (max-width:768px){
	.footer-content{width: 94%;}
	.dibon{display: none;}
	.about-details .leftry{width: 100%;}
	.about-details .reghttly{width: 100%; margin: 0;}
	
	
.header-inner-right { float: left; margin: 15px 0; text-align: left; display: none;}
.header-contact ul li { font-size: 16px; line-height: 24px;}
.header-contact ul li.website-mailbox i{ font-size: 18px; }
.header-contact ul li.website-phone i{font-size: 15px;}
.language {float: left; position: static; margin: 10px 5px 0 0;}
.language ul.language-list {right: auto;left: 0;}
.header-middle .header-logo { width: 100%; max-width: none; margin: 0px 0; height: 50px;}
.header-logo-box a img { max-height: 50px;}
.header-middle .company-motto {width: 100%; margin: 10px 0; height: auto; padding: 0; float: right; display:none ; }
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active{line-height: 23px;}
.company-motto-p {display: block;height: auto;}
.header-search {float: left; display: inline-block; margin: 10px 0;position: static; }
.header-search .search1-box input.input-text {position: static;width: 270px;opacity: 1; }

.index-about-l .th {font-size: 20px; margin-right: 0;line-height: 30px;}
.index-case-box ul li {width: 100%;}
.index-case-box ul li .item {margin: 0 15px 20px 15px;}
.subblock .category ul {text-align: center;}
.subblock .category ul li{ width:100%; max-width: 500px; margin: 0 auto 20px auto;}
.subblock .category ul li:nth-child(3n+3){margin-right: auto;}

.hot-products{padding-top: 20px; padding-bottom: 0;}

.featured-products-t span, .hot-products-t span, .index-news-t span, .index-case-t span, .index-case-a span{font-size:  20px;}
.category-box a img {display: inline-block; height: auto;}
.index-about-l, .index-about-r { width: 100%; padding-top: 30px;}
.hot-products-box ul li .item {margin: 0 5px; padding: 5px;}
.hot-products-box ul li .item h3 {font-size: 14px;}
.index-news-box ul li { width: 100%; margin: 0 0 20px 0;}
.footer-content .item, .footer-content .item.footer-contactus{ width: 100%;}
.index-case-box-frame {width: 100%; margin: 0; float: none; max-width: 500px;}
.index-case-box-frame img{height: auto;}
.index-case-box-text{width: 100%; margin-left: 0;}

/*联系我们表格*/
.contact-info tr th, .contact-info tr td{font-size: 12px;}
/*返回顶部*/
.scroll{width:32px;height:32px;line-height:34px;right:2px;bottom:8px;}
.scroll i{font-size:22px;}

/*侧边*/
.inner-page-l{ width: 100%;}
.inner-page-r{ width: 100%;}
.sidebar-block {margin-right: 0;}
.product-listing .product-item-name h3 {font-size: 14px;}
/*侧边联系方式*/
.sidebar-contact{ display: none;}
/*案例列表*/
.case-listing-frame {width: 100%;margin: 0 0 20px 0;float: none; max-width: 500px;}
.news-list-top-box-frame, .news-list-top-box-text{width: 100%; margin-bottom: 10px;}
.news-list-top-box .item h3, .news-list-top-box .item p, .news-list-top-box-text span{margin-left: 0;}
/*证书*/
.certificate-listing-frame {height: 180px;}
.certificate-listing-frame img {max-height: 180px;}
.site-map ul li, .site-map ul li, .site-map ul.site-map-l1 li, .site-map ul.site-map-l2 li{ width: 100%;}
.product-category li .product-image, .product-item-text, .product-item-text-b{margin: 0;width: 100%;}
.related-products ul li {width: 50%;}

.index-case{padding: 10px 0;}

.hot-products{margin-bottom: 20px;}
.hot-products-center{width: 90%;}

}
/*右侧漂浮*/
@media screen and (min-width:768px){
.im{ width:92px; position: fixed; right: -60px; top: 250px; transition:right 0.5s; bottom: auto; z-index: 11;}
}









/*分页*/


.page{text-align: center;margin-bottom: 60px;}
.page a{display: inline-block;/*width: 36px;*/ padding: 0 20px;height: 36px;line-height: 36px;text-align: center;color: #fff;background: #ff8b3e;margin: 0px 3px;border: 1px solid #ddd;}
.page a.on{background: #fff;color: #353535;}

/*分页*/







.casebox{width: 100%; overflow: hidden; position: relative; margin-bottom: 30px;}
.casebox ul{zoom: 1;}
.casebox ul li{float:left;position:relative;width:100%; margin-right: 0; margin-bottom:30px;}

.casebox li .tsimg{overflow:hidden; width: 100%;}
.casebox li .tsimg img{display:block;max-width: 100%;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s;}
.casebox li:hover .tsimg img{t-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.casebox li .tiexnt{font-size:13px; text-align:center;font-weight:bold;color:#fff;position:absolute;left:0;right:0;bottom:0;padding:10px 10px; background:#000; background:rgba(0,0,0,.5); line-height: 18px;}

@media screen and (min-width:768px){
.casebox ul li{float:left;position:relative;width:47%; margin-right: 6%; margin-bottom:30px;}
.casebox ul li:nth-child(2n){margin-right: 0;}
.casebox li .tiexnt{padding:10px 15px; line-height: 20px;font-size:15px;}

}

.inpage-banner { position: relative; overflow: hidden; background-position: center center; -o-background-size: cover; background-size: cover; }

.inpage-banner img { display: block;  position: relative; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }



@media (min-width: 640px) { 
	
  .inpage-banner img { height: auto; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; left: 0; }
   }



.nwesing{width: 100%; overflow: hidden; display: block; height:136px ;}
.nwesing .lind{zoom: 1;}
.nwesing .lind .intunwe{width: 100%;margin-bottom: 20px; height: 48px !important;}
.nwesing .lind .intunwe .txuec{height: 28px; line-height:24px; overflow: hidden;color: #fff;}






