@charset "utf-8";
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

body{margin:0;padding:0;color:#333;font-size:12px;font-family:Arial, Helvetica, sans-serif;}
html{margin:0;padding:0;}
html,body{ height:100%;}
body{
	background-color:#fff;
}
div,ul,li,h1,h2,h3,h4,h5,h6,span,p,form,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
ul,li{list-style:none;}
dl,dt,dd{ margin:0; padding:0; list-style:none;}
div{margin:0 auto;padding:0;}
img{border:none 0;}
/*a{color:#333;text-decoration:none;outline:none 0;}
a:hover{color:#70b742;text-decoration:none;outline:none 0;}*/
.left{float:left;}
.right{float:right;}

/**********************/
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #0093dd;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:1200px;
}

/**********************
***** margins *********
**********************/
.top_1{margin-top:1px;}
.top_5{margin-top:5px;}
.top_10{margin-top:10px;}
.top_11{margin-top:11px;}
.top_15{margin-top:15px;}
.top_20{margin-top:20px;}
.top_25{margin-top:25px;}
.top_30{margin-top:30px;}
.top_40{margin-top:40px;}

.public_wrap{width:100%;height:auto;overflow:hidden;}
.public_box{width:1200px;height:auto;overflow:hidden;}

/*************************************************
**************  焦点图SupperSlide  ***************
*************************************************/
.fullSlide{ width: 100%; min-width: 1200px; position:relative; background-color:#fff;}
.fullSlide .bd{ width: 100%; position:relative; z-index:0; }
.fullSlide .bd li{ height:540px;}
.fullSlide .bd li a{ display:block; height:inherit;}
.fullSlide .bd li img{width:100%; vertical-align:top; } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;}
.fullSlide .hd ul{ text-align:center; padding-top:5px; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px 3px; background:url(../images/inc/tg_flash_p.png) -18px 0; overflow:hidden; font-size:0;}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:absolute; background:url(../images/inc/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4; top: 50%; margin-top: -28px;}
.fullSlide .prev{ left: 20px;}
.fullSlide .next{ background-position:right 0; right: 20px;}
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1; }

/*************************************************
**************图片滚动  *******************
*************************************************/
.picScroll-left{
	width:1232px;
	position:relative;
	margin-top:30px;
}
.picScroll-left .prev,
.picScroll-left .next{
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	top:50%;
	margin-top:-15px;
}
.picScroll-left .prev{
	background-image:url(../images/prev.png);
	left:-40px;
}
.picScroll-left .next{
	background-image:url(../images/next.png);
	right:-40px;
}

.picScroll-left .bd{
	padding:0;
}
.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li{
	width:280px;
	height:330px;
	border:1px solid #e7e7e7;
	margin:10px 13px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	box-shadow:0px 0px 3px rgba(231,231,231,1);
	-webkit-box-shadow:0px 0px 3px rgba(231,231,231,1);
	-moz-box-shadow:0px 0px 3px rgba(231,231,231,1);
}
.picScroll-left .bd ul li .pic{
	width:280px;
	height:210px;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li .pic img{
	width:280px;
	height:210px;
	display:block;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.picScroll-left .bd ul li:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.picScroll-left .bd ul li .title{
	font-size:14px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:left;
	color:#c00;
	padding:0 20px;
	margin-top:10px;
}
.picScroll-left .bd ul li:hover .title a{
	color:#eb3e00;
}
.p-intro{
	text-align: left;
	color:#666;
	font-size:12px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0 20px;
}
.p-more-scroll{
	padding:0 20px;
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
}
.p-more-scroll a{
	display:inline-block;
	height:24px;
	line-height:24px;
	overflow:hidden;
	color:#eb3e00;
	padding-left:20px;
	background-image:url(../images/k_38.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}


/*************************************************
**************  在线客服  *************************
*************************************************/
#kefu{width:120px;height:auto;position:fixed;top:120px;right:5px;z-index:8888;background:#fff;border:1px solid #ca2d25;border-top:2px solid #ca2d25;display:none; border-radius:4px; padding-bottom:15px;}
#kefu .top{width:100%;height:35px;line-height:35px;font-size:14px;color:#fff;font-weight:bold;text-align:center; background:url(../kf/redTitleBg.gif) repeat-x;}
#kefu .middle{font-size:12px;width:110px; margin:0 auto;}
#kefu .close{float:right;margin-right:10px;margin-top:5px;cursor:pointer;-webkit-transition:all 0.8s ease-out;}
#kefu .close:hover{-webkit-transform:scale(1) rotate(360deg);}
.right_bar{width:31px;height:110px;position:fixed;top:120px;right:0;z-index:9999;}
.right_bar img{cursor:pointer;}
.kfcode{ width:100px; height:100px; overflow:hidden; margin:15px auto 0 auto;}
.kfcode img{ display:block; width:100px; height:100px;}
.kflist{ width:110px; margin:0 auto; height:auto; overflow:hidden;}
.kflist ul li{ height:22px; line-height:22px; overflow:hidden; border-bottom:1px dotted #ccc; padding: 6px 0;}
.kflist ul li a{ display: inline-block; height:22px; line-height:22px; overflow:hidden; color:#333;}
.kflist ul li a:hover{ color:#c00;}
.kflist ul li span{ display:inline-block; float:left; width:23px; height:16px; padding-top:4px; padding-bottom:4px;}
.kflist ul li span img{ display:block; float:right;}
.kflist ul li p{ display:inline-block; float:left; margin-left:8px; height:22px; line-height:22px;}

/**********************
******* scroll ********
**********************/
.scrollToTop{
	width:30px;
	height:30px;
	text-align:center;
	line-height:40px;
	background-color:#000;
	position:fixed;
	right:5px;
	bottom:5px;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.scrollToTop i{
	display:inline-block;
	line-height:30px;
	color:#fff;
}

/**********************
******* head **********
**********************/
.header{
	width:100%;
	min-width:1200px;
	background-color:#FFF;
	position:relative;
	z-index:999;
}
.logo{
	display:block;
	width: 150px;
	height:120px;
	float:left;
}
.logo img{
	display:block;
	width:150px;
	height:120px;
}
.head-right{
	width:1000px;
	float:right;
}

.top-head{
	position:relative;
}
/**********************
***** language ********
**********************/
.language{
	text-align:left;
	font-size:0px;
	float:right;
	width:60px;
}
.language a{
	display:block;
	font-size:14px;
	color:#333;
	height:20px;
	line-height:20px;
	text-transform:capitalize;
	padding-left:28px;
	margin-left:10px;
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-top:6px;
}
.language a:hover{
	color:#0093dd;
}
.language a.en{
	background-image:url(../images/en.png);
}
.language a.esp{
	background-image:url(../images/esp.png);
}
.top-lxwn{
	float:right;
	font-size:14px;
	color:#676767;
	border-left:1px solid #ddd;
	height:46px;
	overflow:hidden;
	margin-top:6px;
	margin-left:8px;
	padding-left:8px;
}
.top-lxwn span{
	display:block;
	line-height:23px;
	overflow:hidden;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.top-lxwn span.tel{
	background-image:url(../images/tel.jpg);
}
.top-lxwn span.mail{
	background-image:url(../images/mail.jpg);
}

/**********************
***** search form *****
**********************/
.search-wrap{
	width:220px;
	height:28px;
	float:right;
	position:relative;
	overflow:hidden;
	border:1px solid #c5c5c5;
}
.search-input{
	width:180px;
	height:28px;
	overflow:hidden;
	float:left;
}
.search-input input{
	display:block;
	margin:0;
	width:165px;
	height:28px;
	line-height:28px;
	border:none;
	padding:0 5px 0 10px;
	color:#999;
	font-size:12px;
	background-color:transparent;
	vertical-align:middle;
}
.search-btm{
	width:40px;
	height:28px;
	position:absolute;
	top:0px;
	right:0px;
}
.search-btm input{
	display:block;
	color:#fff;
	font-size:0px;
	width:40px;
	height:28px;
	line-height:28px;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
	background-image:url(../images/k_21.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

/**********************
*** nav'nt submenu ****
**********************/
.full-nav{
	width:100%;
	min-width:1200px;
	background-color:#fff;
	position:relative;
	z-index:98;
}
.navbar{
	margin-top:15px;
}
.nav{
	width: 750px;
	height:auto;
	float:left;
}
.nav ul{
	float:right;
}
.nav > ul > li{
	height:auto;
	float:left;
	position:relative;
	z-index:10;
	margin:0 9px;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:15px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#5c5c5c;
	display: block;
	line-height:30px;
	padding:0 2px 8px 2px;
	font-weight:bold;
	border-bottom:2px solid transparent;
}
.nav > ul > li:hover > span > a{
	color:#0093dd;
	border-bottom-color:#0093dd;
}
.nav > ul > li > span.active a{
	color:#0093dd;
	border-bottom-color:#0093dd;
}
.nav > ul > li > ul{
	display:none;
	width:180px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:40px;
	left:-10px;
	z-index:99;
	background-color:rgba(242,242,242,0.95);
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li{
	font-size:12px;
	z-index: 100;
	text-align:left;
}
.nav > ul > li > ul > li > a{
	display:block;
	color:#333;
	line-height:1.75;
	border-bottom:1px dotted #ccc;
	padding:9px 10px;
}
.nav > ul > li > ul > li > a:hover{
	color:#0093dd;
}
.nav > ul > li:hover > ul{
	display:block;
}

/**********************
******* footer ********
**********************/
.footer{
	width:100%;
	min-width:1200px;
	background-color:#0093dd;
	padding-top:20px;
	padding-bottom:20px;
}
.nav-foot{
	position:relative;
	height:auto;
}
.nav-foot-bg{
	background-color:transparent;
	background-image:url(../images/k_19.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}
.nav-foot span{
	display:block;
	color:#fff;
	font-size:16px;
	line-height:1.45;
	text-transform: uppercase;
	position:relative;
	margin-bottom:15px;
	padding-bottom:10px;
}
.nav-foot span:after{
	content:"";
	width:30px;
	height:2px;
	background-color:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
.nav-foot ul li{
	font-size:12px;
	line-height:2;
}
.nav-foot ul li a{
	color:#fff;
}
.nav-foot ul li a i{
	font-size:12px;
	margin-right:5px;
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.nav-foot ul li a:hover{
	color:#eee;
}
.nav-foot ul li a:hover i{
	margin-left:5px;
}
.wd-about{
	width:280px;
}
.wd-product{
	width:375px;
}
.wd-news{
	width:320px;
}
.wd-contact{
	width:220px;
}
.foot-contact-wrap{
	padding-top:10px;
	position:relative;
}
.wechat{
	float:left;
	width:142px;
	height:142px;
	overflow:hidden;
}
.wechat img{
	display:block;
	width:142px;
	height:142px;
}
.foot-contact-info{
	float:right;
	width:310px;
	color:#fff;
	font-size:14px;
	line-height:2;
}

.full-copyright{
	width:100%;
	min-width:1200px;
	background-color:#fff;
}
.copyright{
	height:34px;
	line-height:34px;
	color:#fff;
	font-size:14px;
}

.foot-socila{
	height:34px;
	width:400px;
	float:left;
}
.foot-socila ul li{
	display:inline-block;
	float:left;
	height:34px;
	line-height:34px;
	color:#fff;
	font-size:16px;
	margin-right:10px;
}
.foot-socila ul li a{
	display:block;
	width:34px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#fff;
	font-size:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.foot-socila ul li a i{
	line-height:34px;
}
.foot-socila ul li.facebook a{
	background-color:#3b5998;
}
.foot-socila ul li.twitter a{
	background-color:#55acee;
}
.foot-socila ul li.dribbble a{
	background-color:#ea4c89;
}
.foot-socila ul li.pinterest a{
	background-color:#cc2127;
}
.foot-socila ul li.linkedin a{
	background-color:#0077b5;
}

/**********************
****** index css ******
**********************/
/** product **/
.section-product{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#fff;
	position:relative;
}
.index-head-product{
	text-align:center;
	position:relative;
}
.index-head-product h2,
.index-head-product h5{
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.index-head-product h2{
	height:32px;
	line-height:32px;
}
.index-head-product h5{
	height:20px;
	line-height:20px;
	margin-top:15px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.index-head-product h2 span,
.index-head-product h5 span{
	display: inline-block;
	background-color:#fff;
	padding:0 15px;
	position:relative;
}
.index-head-product h2 span:before,
.index-head-product h2 span:after{
	width:120px;
	height:2px;
	background-color:#c1c1c1;
	position:absolute;
	top:50%;
	margin-top:-1px;
}
.index-head-product h2 span:before{
	left:-130px;
}
.index-head-product h2 span:after{
	right:-130px;
}

.index-head-product h5 span a{
	color:#00904a;
}
.index-head-product h5 span a:hover{
	color:#eb3e00;
}
.index-head-product-small{
	text-align:center;
	color:#767676;
	font-size:14px;
	margin-top:10px;
	line-height:2;
}

.slideGroup{width:1200px; margin-top:20px;}
.slideGroup .parHd{ position:relative; text-align:center; height:auto; overflow:hidden;}
.slideGroup .parHd ul{ text-align:center;}
.slideGroup .parHd ul li{ display:inline-block; *display:inline; border:1px solid #aaa; height:32px; line-height:32px; margin:0 7px; padding:0 20px; color:#707070; font-size:14px; cursor:pointer;}
.slideGroup .parHd ul li.on{ color:#fff; background-color:#0093dd; border-color:#0093dd;}

.slideGroup .parBd{
	margin-top:25px;
	position:relative;
}
.slideGroup .slideBox{ position:relative; }
.slideGroup .sPrev,
.slideGroup .sNext{ position:absolute; top:130px; display:block; width:36px; height:36px; background-repeat:no-repeat; background-position:50% 50%; z-index:999;}
.slideGroup .sPrev{
	background-image:url(../images/k_44.png);
	left: -45px;
}
.slideGroup .sNext{
	background-image:url(../images/k_47.png);
	right:-45px;
}
.slideGroup .parBd ul{ overflow:hidden; zoom:1; }
.slideGroup .parBd ul li{width:278px; margin:0 10px; float:left; _display:inline; text-align:center;}
.slideGroup .parBd ul li .pic{ text-align:center; border:1px solid #ddd;box-shadow:0px 0px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.15); margin-top:10px;}
.slideGroup .parBd ul li .pic img{ width:276px; height:276px; display:block;}
.slideGroup .parBd ul li .title{ font-size:14px; line-height:20px; margin-top:15px;}

.product-more{
	text-align:center;
	font-size:14px;
	margin-top:30px;
}
.product-more a{
	display:inline-block;
	height:34px;
	line-height:34px;
	color:#fff;
	text-transform:uppercase;
	padding:0 30px;
	background-color:#898989;
	border-radius:17px;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
}

/** about **/
.section-about{
	width:100%;
	min-width:1200px;
	padding:20px 0;
	background-color:#fff;
	overflow:hidden;
}
.index-head-about{
	text-align:center;
	color:#232323;
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:6px;
	position:relative;
}
.index-head-about span{
	display:inline-block;
	position:relative;
	height:40px;
	line-height:40px;
}
.index-head-about span:before,
.index-head-about span:after{
	content:"";
	width:66px;
	height:2px;
	border:none;
	background-color:#c1c1c1;
	position:absolute;
	top:50%;
	margin-top:-1px;
}
.index-head-about span:before{
	left:-80px;
}
.index-head-about span:after{
	right:-80px;
}
.index-about-small{
	text-align:center;
	color:#3c3c3c;
	font-size:18px;
	margin-top:15px;
	text-transform:uppercase;
}
.index-about-intro{
	text-align:center;
	color:#515151;
	font-size:16px;
	line-height:2;
	padding:0 50px;
	margin-top:30px;
}
.index-about-more{
	text-align:center;
	font-size:14px;
	margin-top:20px;
	text-transform:uppercase;
}
.index-about-more a{
	display:inline-block;
	color:#fff;
	height:34px;
	line-height:34px;
	padding-left:30px;
	padding-right:30px;
	background-color:#0093dd;
	
	border-radius:17px;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
}
.index-about-more a:hover{
	padding-left:40px;
	padding-right:40px;
}
.about-pic{
	overflow:hidden;
	margin-top:20px;
}
.about-pic img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

/** adv **/
.advlistd{
	overflow:hidden;
	position:relative;
	margin-top:35px;
}
.advlistd ul li{
	width:180px;
	float:left;
	margin:0 30px;
}
.adv-pic{
	overflow:hidden;
	position:relative;
	width:165px;
	height:165px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background-color:#505050;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.adv-pic img{
	display:block;
	width:165px;
	height:165px;
	margin:0 auto;
}
.advlistd ul li:hover .adv-pic{
	background-color:#0093dd;
}
.adv-name{
	color:#484848;
	font-size:18px;
	text-align:center;
	line-height:24px;
	margin-top:15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.advlistd ul li:hover .adv-name{
	color:#0093dd;
}


/** news **/
.section-news{
	width:100%;
	min-width:1200px;
	background-color:#fff;
	padding:30px 0;
}
.index-head-news{
	text-align:center;
	position:relative;
	background-image:url(../images/k_14.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.index-head-news h2,
.index-head-news h5{
	display:block;
	text-align:center;
}
.index-head-news h2{
	height:32px;
	line-height:32px;
	text-transform:uppercase;
}
.index-head-news h5{
	height:20px;
	line-height:20px;
	margin-top:15px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.index-head-news h2 span,
.index-head-news h5 span{
	display: inline-block;
	background-color:#fff;
	padding:0 15px;
}
.index-head-news h5 span a{
	color:#00904a;
}
.index-head-news h5 span a:hover{
	color:#eb3e00;
}
.index-list-news{
	overflow:hidden;
	position:relative;
	margin-top:20px;
}
.index-list-news ul{
	width:1242px;
	overflow:hidden;
}
.index-list-news ul li{
	border:1px solid #cfcfcf;
	margin-top:20px;
	width:344px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:42px;
	padding:15px 13px;
	
	box-shadow:0px 0px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.15);
}
.index-list-news ul li a{
	display:block;
}
.index-list-news-ymd{
	width:60px;
	padding:5px 0;
	background-color:rgba(0,147,221,0.9);
	position:absolute;
	bottom: -20px;
	right:15px;
	text-align:center;
	color:#fff;
}
.index-list-news-ymd p{
	display:block;
	color:#fff;
	font-size:20px;
	line-height:1.2;
}
.index-list-news-ymd span{
	display:block;
	color:#fff;
	font-size:12px;
	line-height:1.2;
}
.index-list-news-right{
	margin-top:25px;
}
.index-list-news-title{
	height:40px;
	line-height:40px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.index-list-news-intro{
	line-height:25px;
	overflow:hidden;
	color:#666;
	font-size:12px;
	max-height:50px;
}
.index-news-slide{
	width:630px;
	height:420px;
	margin-top:20px;
	float:right;
}
.news-smld{
	text-align:center;
	color:#787878;
	font-size:14px;
	margin-top:10px;
}
.ndes-picddd{
	height:160px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
	position:relative;
}

/**********************
****** inner css ******
**********************/
/** 内页banner **/
.inbanner{
	width:100%;
	min-width:1200px;
	height:280px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.section-inner{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:transparent;
}
/** 左右结构 **/
.slider{
	width:260px;
	float:left;
	background-color:#fff;
}
.slide-head{
	color:#fff;
	font-size:30px;
	font-weight:600;
	text-align:center;
	height:93px;
	line-height:93px;
	text-transform: capitalize;
	background-image:url(../images/left_h.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin-bottom:5px;
}
.menu{
	display:block;
}
.menu > li{
	position:relative;
}
.menu > li > a{
	display:block;
	color:#333;
	height:48px;
	line-height:48px;
	border-bottom:1px solid #e8e8e8;
	padding-left:30px;
	background-image:url(../images/jia.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	font-weight:bold;
}
.menu > li > a.active,
.menu > li > a:hover{
	color: #fff;
	background: url("../images/jian.png") no-repeat 12px 21px #0093dd;
	border-color: #0093dd;
}
.menu > li:first-child > a{
	border-top:none;
}
.main-right{
	width:910px;
	float:right;
	background-color:#fff;
}
.path-inner{
	height:40px;
	line-height:40px;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #eee;
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:20px;
}
.single-title{
	color:#000;
	font-size:18px;
	margin-top:15px;
}
.single-content{
	color:#666;
	font-size:14px;
	line-height:2;
	margin-top:20px;
}
.single-content img{
	max-width:100%;
	height:auto;
}
/** faq **/
.list-faq{
	position:relative;
	margin-top:15px;
}
.list-faq ul li{
	border-bottom:1px dashed #ddd;
	height:40px;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-faq ul li span{
	display:inline-block;
	float:right;
	padding-left:20px;
}
/** 新闻列表 **/
.list-news{
	position:relative;
	margin-top:10px;
}
.list-news ul li{
	border-bottom:1px dotted #ddd;
	padding:20px 0;
	height:auto;
	overflow:hidden;
	position:relative;
}
.list-news ul li .news-pic{
	width:200px;
	height:130px;
	overflow:hidden;
	float:left;
}
.list-news ul li .news-pic img{
	display:block;
	width:200px;
	height:130px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.list-news ul li:hover .news-pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.list-news ul li .news-right{
	width:680px;
	float:right;
}
.list-news ul li .news-title{
	font-size:14px;
	height:auto;
	overflow:hidden;
}
.list-news ul li .news-intro{
	color:#888;
	line-height:1.65;
	margin-top:10px;
}
.list-news ul li .news-date{
	color:#aaa;
	margin-top:5px;
}
.content-title{
	text-align:center;
	color:#000;
	font-size:20px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-top:20px;
}

/************************
** left-right structs ***
************************/
.list_left{width:230px; height: auto; overflow: hidden;}
.list_left h1{display:block;height:34px;line-height:34px;color:#fff;background:#6db543; font-size:15px; text-indent:20px; text-transform:uppercase;}
.list_left ul{border:1px solid #ddd;}
.list_left ul li{height:40px;line-height:40px;font-size:12px;color:#fff; border-bottom:1px solid #ddd; border-top:1px solid #fff;}
.list_left ul li a{color:#333; display:block; background-color:#f5f5f5; padding:0 15px; height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.list_left ul li a:hover{color:#c00;}
.list_left ul li a.cls_curr{color:#c00; background-color:#fff;}

.list_contact{height:auto;overflow:hidden;padding:15px;line-height:22px;border:1px solid #ccc;border-top:none;}
.list_contact img{max-width:100%;padding-bottom:5px;}

.list_right{ width:950px; height: auto; overflow:hidden;}
.right_top{width:100%; border-bottom:1px solid #ddd; height:auto; overflow:hidden;}
.right_top span{display:inline-block;float:left;height:32px;line-height:32px;color:#666;font-size:13px;padding-right:10px; background:url(../images/map.png) no-repeat left center; padding-left:20px;}

/************************
*** products ************
************************/
.pro_list{
	margin-top:30px;
	position:relative;
}
.pro_list ul{
	width:930px;
}
.pro_list ul li{
	display:block;
	float:left;
	height:auto;
	overflow:hidden;
	border-bottom:2px solid #ddd;
	margin-bottom:20px;
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.pro_list ul li:hover{
	border-bottom-color:#0093dd;
}
/** 一行四个 **/
.pro_list ul li.item4{
	width:217px;
	margin-right:14px;
}
.pro_list ul li.item4 img{
	width:215px;
	height:161px;
}
/** 一行三个 **/
.pro_list ul li.item3{
	width:292px;
	margin-right:17px;
}
.pro_list ul li.item3 img{
	width:290px;
	height:290px;
}
.pro_list ul li.none-data{
	width:100%;
}

.pro_list ul li span{
	display:block;
	text-align:left;
	overflow:hidden;
	height:46px;
	line-height:46px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_list ul li span a{
	padding-left:15px;
	background-image:url(../images/cp_36.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	display:block;
}
.pro_list ul li a{
	color:#333;
	font-size:14px;
}
.pro_list ul li a:hover{
	color:#333;
}
.pro_list ul li.item3 .product-img{
	width:290px;
	height:290px;
	overflow:hidden;
	position:relative;
}
.pro_list ul li.item3 .product-img img{
	width:290px;
	height:290px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.pro_list ul li.item3:hover .product-img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.pro_list ul li.item4 .product-img{
	width:215px;
	height:161px;
	overflow:hidden;
	border:1px solid #eee;
}
.pro_list ul li.item4 .product-img img{
	width:215px;
	height:161px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.pro_list ul li.item4:hover .product-img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.pro-cover{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	background-image:url(../images/pro_14.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.pro_list ul li:hover .pro-cover{
	display:block;
}

/************************
*** case-list ************
************************/
.case-list{ overflow:hidden; margin-top:20px;}
.case-list ul{ width:972px;}
.case-list ul li{ display:block; float:left; height:auto; overflow:hidden;}
.case-list ul li img{ display:block; border:1px solid #eee;}
/** 一行四个 **/
.case-list ul li.item4{width:222px;margin-right:20px;}
.case-list ul li.item4 img{width:220px;height:165px;}
/** 一行三个 **/
.case-list ul li.item3{width:302px;margin-right:22px;}
.case-list ul li.item3 img{width:300px;height:225px;}

.case-list ul li span{display:block;text-align:center;overflow:hidden; height:46px; line-height:46px; white-space:nowrap; text-overflow:ellipsis;}
.case-list ul li a{color:#555;}
.case-list ul li a:hover{color:#c00;}

/************************
*** products detail *****
************************/
.product-wrap{
	position:relative;
}
.product-row{
	position:relative;
	margin-top:25px;
}
.product-mag{
	width:402px;
	float:left;
}
.product-right{
	width:480px;
	float:right;
}
.product-title{
	color:#000;
	background:#fff;
	font-size:24px;
	line-height:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}
.product-class{
	color:#666;
	font-size:12px;
	line-height:2;
	margin-top:15px;
}
.product-intro{
	color:#666;
	font-size:14px;
	line-height:26px;
	margin-top:20px;
	max-height:150px;
	overflow:hidden;
}
.product-class strong,
.product-intro strong{
	color:#c00;
}
.content-product{
	color:#444;
	font-size:14px;
	line-height:2.25;
	margin-top:15px;
}
.make-mesg{
	margin-top:40px;
	font-size:14px;
}
.make-mesg a{
	display:inline-block;
	height:42px;
	line-height:42px;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	border-radius:21px;
	color:#fff;
	background-color:#0093dd;
	padding:0 40px;
}
.share-box{
	margin-top:25px;
}

/************************
*** big pictures ********
************************/
.preview{width:302px; height:320px; float:left;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; padding:6px 0; width:302px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../img/lt_01.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../img/rt_01.png) no-repeat; margin-left:285px; margin-top:-50px;}

#imageMenu {height:50px; width:270px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:50px; overflow:hidden; float:left; text-align:center;margin-left:4px;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:48px; height:48px; border:1px solid #e3e3e3;}
/* bigImg */
.bigImg{position:relative;float:left;width:300px;height:256px;overflow:hidden;border:1px solid #e3e3e3;}
.bigImg #midimg{width:300px; height:256px;}
.bigImg #winSelector{width:100px; height:85px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #e3e3e3; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
/* product info end */

/************************
*** tabs changes ********
************************/
.tabBox{
	position:relative;
	margin-top:20px;
}
.tabBox .tabNav {
	overflow:hidden;
	_zoom:1;
	text-align:center;
	border-bottom:1px solid #0093dd;
}
.tabBox .tabNav li{
	padding:0 20px;
	float:left;
	cursor:pointer;
	line-height:36px;
	background:#eee;
	color:#000;
	font-size:12px;
}
.tabBox .tabNav li.now {
	color:#fff;
	background:#0093dd;
}
.tabBox .tabCont {
	display:none;
}

/************************
*** form buttom *********
************************/
.txtf{width:400px;border:1px solid #ddd;height:20px;line-height:20px;text-indent:10px;color:#555}
.txtf:focus{border:1px solid #5aa710;}
.txtf_2{width:400px;border:1px solid #ddd;line-height:20px;color:#555;font-size:12px;}
.txtf_2:focus{border:1px solid #5aa710;}

.ctus_btm{width:90px;height:30px;line-height:28px;border:1px solid #5aa710;outline:none 0;background:#5aa710;display:inline-block;margin-right:20px;color:#fff;font-family:'Verdana';-webkit-transition:0.6s;-moz-transition:0.6s;-o-transition:0.6s;transition:0.6s;border-radius:5px;}
.ctus_btm:hover{background:#fff;border:1px solid #5aa710;color:#5aa710;}

/**********************
******** form *********
**********************/
.msg-head{
	background-color:#eee;
	color:#c00;
	font-size:14px;
	padding:15px 25px;
	margin-top:20px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.msg-wrap{
	position:relative;
	margin-top:10px;
}
.form-group{
	margin:15px 0;
}
.form-group label{
	display:inline-block;
	line-height:32px;
	font-size:14px;
	color:#666;
	margin-right:15px;
	width:80px;
	text-align:right;
	float:left;
}
.form-group input[type=text]{
	display:inline-block;
	height:30px;
	line-height:30px;
	border:1px solid #eee;
	padding:0 10px;
	min-width:400px;
	float:left;
	color:#555;
	font-size:12px;
	
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.form-group textarea{
	display:inline-block;
	padding:5px 10px;
	color:#555;
	font-size:12px;
	line-height:20px;
	border:1px solid #ddd;
	min-width:400px;
	min-height:80px;
	resize:none;
}
.form-group input[type=submit]{
	display:inline-block;
	margin-left:96px;
	border:none;
	color:#fff;
	background-color:#eb3e00;
	padding:8px 40px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/************************
*** photo-list ************
************************/
.photo-list{ overflow:hidden; margin-top:20px;}
.photo-list ul{ width:927px;}
.photo-list ul li{ display:block; float:left; height:auto; overflow:hidden;}
.photo-list ul li img{ display:block; border:1px solid #eee;}
/** 一行四个 **/
.photo-list ul li.item4{width:222px;margin-right:20px;}
.photo-list ul li.item4 img{width:220px;height:165px;}
/** 一行三个 **/
.photo-list ul li.item3{width:292px;margin-right:17px;}
.photo-list ul li.item3 img{width:290px;height:218px;}

.photo-list ul li span{display:block;text-align:center;overflow:hidden; height:46px; line-height:46px; white-space:nowrap; text-overflow:ellipsis; font-size:14px;}
.photo-list ul li a{color:#555;}
.photo-list ul li a:hover{color:#c00;}

/**********************
******** pages ********
**********************/
.page-number{
	margin-top:15px;
	margin-bottom:20px;
	/*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-size:0;
	font-family:Arial;
}
.page-number span{
	display:inline-block;
	font-size:12px;
	margin:3px;
	border:1px solid #ddd;
	padding:4px 8px;
	background-color:#f5f5f5;
	color:#666;
}
.page-number span a{
	display:inline-block;
	color:#666;
}
.page-number span a:hover{
	color:#c00;
}
.page-number span.on{
	color:#fff;
	background-color:#c00;
	border-color:#c00;
}
.page-number span.on a{
	color:#fff;
}

/** 产品分类 **/
.menu-product{
	position:relative;
}
.menu-product li{
	position:relative;
	font-size:12px;
}
.menu-product li.menu-first a{
	display:block;
	line-height:1.5;
	border-bottom:1px solid #e8e8e8;
	height:48px;
	line-height:48px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-left:30px;
	background-image: url(../images/jia.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.menu-product li.menu-first a:hover,
.menu-product li.menu-first a.active{
	color: #fff;
	background: url("../images/jian.png") no-repeat 12px 21px #0093dd;
	border-color: #0093dd;
}

.menu-product li.menu-second a{
	padding-left:30px;
	background-color:#f5f5f5;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-bottom:1px solid #ddd;
	background-image: url(../images/dian.jpg);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.menu-product li.menu-second a:hover,
.menu-product li.menu-second a.active{
	color:#0093dd;
	background-image: url(../images/dian-on.jpg);
	border-color: #0093dd;
}

.menu-product li.menu-third a{
	padding-left:30px;
	color:#666;
	line-height:1.5;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	border-bottom:1px solid #eee;
}
.menu-product li.menu-third a:hover,
.menu-product li.menu-third a.active{
	color:#0093dd;
}