@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:#f5f5f5;
}
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: #eb3e00;
	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:570px;}
.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 **********
**********************/
.full-top{
	width:100%;
	min-width:1200px;
	height:34px;
	background-color:#e6e6e6;
	overflow:hidden;
}
.top-wel{
	display:inline-block;
	height:34px;
	line-height:34px;
	color:#5e5e5e;
	font-size:14px;
}

.header{
	width:100%;
	min-width:1200px;
	background-color: #fff;
	position:relative;
	z-index:999;
}
.logo{
	display:block;
	width: 370px;
	height:86px;
	float:left;
}
.logo img{
	display:block;
	width:370px;
	height:86px;
}
.head-right{
	display:inline-block;
	float:right;
	margin-top:23px;
}
.head-right span{
	display:block;
	height:auto;
	overflow:hidden;
	background-image:url(../images/h_13.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:50px;
}
.head-right span h5{
	color:#505050;
	line-height:16px;
}
.head-right span h4{
	color:#1a1a1a;
	line-height:24px;
}

.top-right{width: 600px; height: 102px;overflow: hidden;}
/**********************
***** language ********
**********************/
.language{
	text-align: center;
	font-size:0px;
	float:right;
}
.language a{
	display:inline-block;
	font-size:12px;
	color:#777;
	height:34px;
	line-height:34px;
	text-transform:capitalize;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:0 50%;
	border-right:1px solid #dadada;
	border-left:1px solid #eaeaea;
	padding-right:15px;
}
.language a:hover{
	color:#007fe0;
}
.language a.en{
	padding-left:28px;
	background-image:url(../images/en.jpg);
}
.language a.cn{
	padding-left:28px;
	background-image:url(../images/cn.jpg);
}

/**********************
***** search form *****
**********************/
.search-wrap{
	width:222px;
	height:26px;
	position:relative;
	overflow:hidden;
	margin-top:15px;
}
.search-input{
	width:222px;
	height:26px;
	overflow:hidden;
	float:left;
}
.search-input input{
	display:block;
	margin:0;
	width:182px;
	height:26px;
	line-height:26px;
	border:none;
	padding:0 30px 0 10px;
	color:#999;
	font-size:12px;
	background-color:transparent;
	background-image:url(../images/s_12.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	vertical-align:middle;
}
.search-btm{
	width:26px;
	height:26px;
	position:absolute;
	top:0px;
	right:0px;
}
.search-btm input{
	display:block;
	color:#fff;
	font-size:0px;
	width:26px;
	height:26px;
	line-height:30px;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
	background-image:url(../images/btm.png);
	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:30px;
}
.nav{
	width: 620px;
	height:36px;
	float:left;
	margin-top:25px;
}
.nav ul{
	float:right;
}
.nav > ul > li{
	height:36px;
	float:left;
	position:relative;
	z-index:10;
	margin-left:1px;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:15px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#2d2d2d;
	display: block;
	height:36px;
	line-height:36px;
	padding:0 28px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}
.nav > ul > li:hover > span > a{
	color:#fff;
	background-color:#007fe0;
}
.nav > ul > li > span.active a{
	color:#fff;
	background-color:#007fe0;
}
.nav > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:36px;
	left:0px;
	z-index:99;
	background: #f2f2f2;
	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:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:12px 5px 12px 28px;
}
.nav > ul > li > ul > li > a:hover{
	color:#007fe0;
	background-color:#fff;
}
.nav > ul > li:hover > ul{
	display:block;
}

/**********************
******* footer ********
**********************/
.footer{
	width:100%;
	min-width:1200px;
	background-color:#007fe0;
	padding-top:30px;
	/*padding-bottom:20px;*/
}
.nav-foot{
	position:relative;
	min-height:200px;
	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:18px;
	line-height:1.45;
	text-transform: uppercase;
	position:relative;
	margin-bottom:20px;
}
.nav-foot span font{
	display:inline-block;
	position:relative;
	padding-bottom:12px;
}
.nav-foot span font:after{
	content:"";
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
.nav-foot ul li{
	font-size:14px;
	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:175px;
	margin-left:45px;
}
.wd-product{
	width:225px;
}
.wd-news{
	width:160px;
}
.wd-contact{
	width:330px;
}
.wd-follow{
	width:240px;
}
.foot-tel{
	color:#fff;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
}
.foot-msg-sml{
	color:#fff;
	font-size:15px;
	line-height:2;
	margin-top:5px;
}
.foot-msgto{
	font-size:14px;
	margin-top:15px;
}
.foot-msgto a{
	display:inline-block;
	height:30px;
	line-height:28px;
	color:#fff;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	padding-left:35px;
	padding-right:15px;
	background-color:#e10000;
	background-image:url(../images/h_39.png);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.foot-contact-wrap{
	position:relative;
	width:380px;
	float:right;
}
.wechat{
	margin-top:20px;
	overflow:hidden;
}
.wechat img{
	display:block;
	width:94px;
	height:94px;
	float:left;
}
.foot-contact-info{
	color:#fff;
	font-size:14px;
	line-height:2;
}

.full-copyright{
	width:100%;
	min-width:1200px;
	background-color:#6e6e6e;
}
.copyright{
	height:54px;
	line-height:54px;
	color:#fbfbfb;
	font-size:14px;
	border-top:1px solid #078ef6;
	margin-top:30px;
}

.foot-social{
	position:relative;
	font-size:0;
}
.foot-social a{
	display:inline-block;
	color:#fff;
	font-size:15px;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	margin-right:10px;
	margin-bottom:15px;
	background-color:#4f4e4f;
}
.foot-social a i{
	line-height:36px;
}
/*.foot-social a.facebook{
	background-color:#3460a1;
}
.foot-social a.twitter{
	background-color:#2aa9de;
}
.foot-social a.youtube{
	background-color:#e84639;
}
.foot-social a.google{
	background-color:#df5342;
}
.foot-social a.linkedin{
	background-color:#1883bb;
}
.foot-social a.pinterest{
	background-color:#cc2127;
}
.foot-social a.instagram{
	background-color:#517fa4;
}*/

.foot-left{
	width:645px;
	float:left;
}
.ft-msg1{
	color:#fff;
	font-size:16px;
	line-height:1.5;
}
.ft-msg2{
	color:#fff;
	font-size:14px;
	margin-top:15px;
}
.ft-msg3{
	margin-top:20px;
}
.ft-msg4{
	width:185px;
	height:28px;
	float:left;
}
.ft-msg4 input{
	display:block;
	width:165px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#444;
	border:none;
	background-color:#fff;
	padding:0 10px;
}
.ft-msg5{
	width:80px;
	height:28px;
	float:left;
	margin-left:15px;
}
.ft-msg5 input{
	display:block;
	width:80px;
	height:28px;
	text-align:center;
	line-height:28px;
	border:none;
	background-color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
}

/**********************
****** index css ******
**********************/
/** why **/
.section-why{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#f6f6f6;
}
.why-top{
	text-align:center;
	color:#007fe0;
	font-size:30px;
	text-transform:uppercase;
}
.why-sml{
	text-align:center;
	color:#434343;
	font-size:14px;
	margin-top:10px;
}
.why-list{
	position:relative;
}
.why-list ul li{
	width:260px;
	float:left;
	position:relative;
	margin-top:30px;
	padding:0 20px;
}
.why-list ul li .why-pic{
	position:relative;
	overflow:hidden;
}
.why-list ul li .why-pic img{
	display:block;
	margin:0 auto;
	width:148px;
	height:148px;
}
.why-list ul li .why-title{
	text-align:center;
	color:#202020;
	font-size:22px;
	margin-top:20px;
}
.why-list ul li .why-intro{
	color:#626262;
	font-size:13px;
	line-height:2;
	text-align:justify;
	margin-top:15px;
}
/** product **/
.section-product{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#f3f3f3;
	position:relative;
	background-image:url(../images/h_69.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.index-head-product{
	text-align:center;
	position:relative;
	margin-top:15px;
}
.index-head-product h2{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.index-head-product h5{
	display:block;
	text-align:center;
	color:#4a4a4a;
}
.index-head-product h2 font{
	color:#007fe0;
}
.index-head-product h2{
	position:relative;
}
.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: transparent;
	position:relative;
	color:#000;
	padding-bottom:10px;
}
.index-head-product h2 span:after{
	width:120px;
	height:2px;
	background-color:#000;
	position:absolute;
	left:50%;
	margin-left:-60px;
	bottom:0;
}

.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:30px;}
.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; background-color:#696969; height:32px; line-height:32px; margin:5px 3px; padding:0 15px; color:#fff; font-size:14px; cursor:pointer;}
.slideGroup .parHd ul li.on{ background-color:#007fe0;}

.slideGroup .parBd{
	margin-top:30px;
	position:relative;
}
.slideGroup .slideBox{ position:relative; padding-bottom:10px;}
.slideGroup .sPrev,
.slideGroup .sNext{ position:absolute; left:50%; bottom:0px;; display:block; width:55px; height:55px; background-repeat:no-repeat; background-position:50% 50%; z-index:999;}
.slideGroup .sPrev{
	background-image:url(../images/prev.png);
	margin-left:-70px;
}
.slideGroup .sNext{
	background-image:url(../images/next.png);
	margin-right:-70px;
}
.slideGroup .parBd ul{ overflow:hidden; zoom:1; }
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; text-align:center; padding:0; background-color:#fff;}
.slideGroup .parBd ul li .pic{ text-align:center;}
.slideGroup .parBd ul li .pic img{ width:276px; height:276px; display:block;}
.slideGroup .parBd ul li .title{ font-size:14px;}
.slideGroup .parBd ul li .title a{ color:#444; display:block; line-height:20px; padding:15px 0;background-color:#e0e0e0;}
.slideGroup .parBd ul li:hover .title a{ color:#fff; background-color:#007fe0;}

.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;
}

/** hot pro **/
.section-hot-product{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#fff;
}
.hot-pro-top{
	text-align:center;
	color:#000;
	font-size:30px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:10px;
}
.hot-pro-top:after{
	width:120px;
	height:2px;
	background-color:#000;
	position:absolute;
	left:50%;
	margin-left:-60px;
	bottom:0;
}
.hot-pro-list{
	overflow:hidden;
	margin-top:35px;
}
.hot-pro-list ul {
	width:1236px;
}
.hot-pro-list ul li{
	width:273px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:36px;
}
.hot-pro-list ul li .pic33{
	overflow:hidden;
	width:273px;
	height:273px;
}
.hot-pro-list ul li .pic33 img{
	width:273px;
	height:273px;
}
.hot-pro-list ul li .title33{
	height:70px;
	line-height:70px;
	overflow:hidden;
	font-size:16px;
	text-align:center;
}

/** about **/
.section-about{
	width:100%;
	min-width:1200px;
	padding:0;
	background-color:#fff;
	background-image:url(../images/h_45.jpg);
	background-repeat:repeat-y;
	background-position:50% 50%;
	margin-top:40px;
}
.index-head-about{
	text-align:center;
	color:#007fe0;
	font-size:30px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:10px;
	margin-top:30px;
}
.index-about-small{
	text-align:left;
	color:#000000;
	font-size:24px;
	margin-top:15px;
	font-weight:bold;
}
.index-about-intro{
	text-align:left;
	color:#343434;
	font-size:14px;
	line-height:2;
	margin-top:10px;
}
.index-about-more{
	text-align:left;
	font-size:14px;
	margin-top:20px;
	text-transform:uppercase;
}
.index-about-more a{
	display:inline-block;
	color:#fff;
	height:32px;
	line-height:32px;
	border:1px solid #007fe0;
	padding-left:30px;
	padding-right:30px;
	background-color:#007fe0;
}
.index-about-more a:hover{
	padding-left:40px;
	padding-right:40px;
}
.index-about-pic{
	overflow:hidden;
	width:535px;
	float:left;
	padding:10px 30px 10px 10px;
	border:2px solid #007fe0;
	position:relative;
	top:-20px;
	z-index:3;
}
.index-about-pic img{
	display:block;
	width:535px;
	height:360px;
	margin:0 auto;
}
.index-about-right{
	width:580px;
	height:384px;
	overflow:hidden;
	background-color:#f7f7f7;
	position: absolute;
	top:0;
	right:0;
	z-index:4;
	padding-left:60px;
}
/** factory **/
.factory-list{
	overflow:hidden;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}
.factory-list ul {
	width:1212px;
	overflow:hidden;
}
.factory-list ul li{
	width:291px;
	float:left;
	margin-right:12px;
}
.factory-list ul li img{
	width:291px;
	height:212px;
	margin:0 auto;
	display:block;
}

/** news **/
.section-news{
	width:100%;
	min-width:1200px;
	background-color:#fff;
	padding:30px 0;
}
.index-head-news{
	text-align:center;
	position:relative;
}
.index-head-news h2,
.index-head-news h5{
	display:block;
	text-align:center;
	color:#000;
}
.index-head-news h2{
	height:32px;
	line-height:32px;
	text-transform:uppercase;
}
.index-head-news h5{
	color:#2a2a2a;
	margin-top:10px;
	margin-bottom:10px;
}
.index-head-news h2 span,
.index-head-news h5 span{
	display: inline-block;
	padding:0 15px;
}


.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;
	background-color:#fff;
	
	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:54px;
	height:56px;
	float:left;
}
.index-list-news-ymd p{
	display:block;
	color:#424242;
	font-size:30px;
	line-height:1.2;
	text-align:center;
}
.index-list-news-ymd span{
	display:block;
	color:#717171;
	font-size:14px;
	line-height:1.2;
	text-align:center;
	margin-top:2px;
}
.index-list-news-right{
	width:310px;
	float:right;
}
.index-list-news-title{
	height:30px;
	line-height:30px;
	font-size:18px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.index-list-news-intro{
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	font-size:12px;
}
.ndes-picddd{
	height:160px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
	position:relative;
}

.nws-left{
	width:390px;
}
.nws-left img{
	display:block;
	width:100%;
	height:auto;
}
.main-newsright{
	width:100%;
	position:relative;
}
.slideTxtBox{ width:790px; float:right;}
.slideTxtBox .hd{ position: absolute; width:100%; height:48px; border-bottom:2px solid #cfcfcf; top:-80px; left:0; z-index:5;}
.slideTxtBox .hd ul li{ height:48px; line-height:48px; float:left; padding:0 10px; cursor:pointer; margin-right:20px; color:#0b0b0b; font-size:20px; position:relative;}
.slideTxtBox .hd ul li.on{ color:#007fe0;}
.slideTxtBox .hd ul li.on:after{ width:100%; height:2px; background-image:url(../images/h_71.jpg); background-repeat: repeat-x; background-position:50% 50%; position:absolute; left:0px; bottom:-2px;}

.slideTxtBox .bd{
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.slideTxtBox .bd ul{
	width:816px;
	overflow:hidden;
}		
.slideTxtBox .bd ul li{
	height:auto;
	overflow:hidden;
	width:382px;
	float:left;
	margin-right:26px;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:15px;
	margin-bottom:20px;
}

/**********************
****** inner css ******
**********************/
/** 内页banner **/
.inbanner{
	width:100%;
	min-width:1200px;
	height:280px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.section-inner{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:transparent;
}
.section-inner2{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#fff;
}

/** 左右结构 **/
.slider{
	width:230px;
	float:left;
	background-color:#f2f2f2;
	box-shadow:0px 0px 5px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 5px rgba(255,255,255,1);
	padding-bottom:30px;
}
.slide-head{
	color:#fff;
	font-size:15px;
	background-color:#111;
	padding-left:15px;
	height:38px;
	line-height:38px;
	text-transform:uppercase;
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
.menu{
	display:block;
	border:1px solid #ddd;
	border-top:none;
}
.menu > li{
	position:relative;
}
.menu > li > a{
	display:block;
	color:#333;
	line-height:18px;
	border-top:1px solid #ddd;
	padding:10px 15px 10px 24px;
	background-color:#fff;
	background-image:url(../images/jt1.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
}
.menu > li > a.active,
.menu > li > a:hover{
	color:#eb3e00;
	background-image:url(../images/jt2.png);
}
.menu > li:first-child > a{
	border-top:none;
}
.main-right{
	width:910px;
	float:right;
	background-color:#fff;
	padding:20px;
}
.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;
}
/** 新闻列表 **/
.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;
	margin-bottom:15px;
}
/** 一行四个 **/
.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:290px;
	margin-right:20px;
	background-color:#b4b4b4;
}
.pro_list ul li.item3 img{
	width:288px;
	height:288px;
}
.pro_list ul li.none-data{
	width:100%;
}

.pro_list ul li span{
	display:block;
	text-align:center;
	overflow:hidden;
	height:46px;
	line-height:46px;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#fff;
}
.pro_list ul li a{
	color:#fff;
}
.pro_list ul li a:hover{
	color:#fff;
}
.pro_list ul li.item3 .product-img{
	width:288px;
	height:288px;
	overflow:hidden;
	border:1px solid #eee;
}
.pro_list ul li.item3 .product-img img{
	width:288px;
	height:288px;
	
	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);
}

/************************
*** 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:302px;
	float:left;
}
.product-right{
	width:580px;
	float:right;
}
.product-title{
	color:#000;
	font-weight:bold;
	background:#fff;
	font-size:15px;
}
.product-class{
	color:#666;
	font-size:12px;
	line-height:2;
	margin-top:15px;
}
.product-intro{
	color:#666;
	font-size:12px;
	line-height:25px;
	margin-top:10px;
	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;
}

/************************
*** 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:40px;
}
.tabBox .tabNav {
	overflow:hidden;
	_zoom:1;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.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:#333;
}
.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 #333333;}
.txtf_2{width:400px;border:1px solid #ddd;line-height:20px;color:#555;font-size:12px;}
.txtf_2:focus{border:1px solid #333333;}

.ctus_btm{width:90px;height:30px;line-height:28px;border:1px solid #333333;outline:none 0;background:#333333;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 #333333;color:#333333;}

/**********************
******** 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:972px;}
.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:302px;margin-right:22px;}
.photo-list ul li.item3 img{width:300px;height:225px;}

.photo-list ul li span{display:block;text-align:center;overflow:hidden; height:46px; line-height:46px; white-space:nowrap; text-overflow:ellipsis;}
.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;
}

/** 全屏结构 **/
.full-outer{
	width:1200px;
	background-color:#fff;
	position:relative;
}
.full-inner{
	padding:30px;
}
.full-sort-name{
	color:#007fe0;
	font-size:24px;
	text-transform:uppercase;
}
.full-sort-list{
	position:relative;
	text-align:center;
	margin-top:20px;
}
.full-sort-list ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 4px;
	margin-bottom:10px;
	float:left;
}
.full-sort-list ul li a{
	display:block;
	font-size:14px;
	color:#1a1a1a;
	background-color:#f2f2f2;
	height:44px;
	line-height:44px;
	padding:0 20px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color:#fff;
	background-color:#007fe0;
}
.full-line{
	height:0;
	border-top:1px solid #ddd;
	margin:50px 0;
}
.full-content{
	color:#333;
	font-size:14px;
	line-height:2;
}
.full-content img{
	max-width:100%;
	height:auto;
}
.full-map{
	margin-top:30px;
	border-top:1px solid #ddd;
	padding-top:40px;
}

/** news **/
.full-news-list{
	overflow:hidden;
}
.full-news-list ul li{
	border-bottom:1px solid #eee;
	padding:20px 0;
	height:auto;
	overflow:hidden;
}
.full-news-list ul li .news-pic{
	width:200px;
	height:130px;
	overflow:hidden;
	float:left;
}
.full-news-list 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;
}
.full-news-list 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);
}
.full-news-list ul li .news-right{
	width:910px;
	float:right;
}
.full-news-list ul li .news-title{
	font-size:14px;
	height:auto;
	overflow:hidden;
}
.full-news-list ul li .news-intro{
	color:#888;
	line-height:1.65;
	margin-top:10px;
}
.full-news-list ul li .news-date{
	color:#aaa;
	margin-top:5px;
}
.full-content-title{
	text-align:center;
	color:#111;
	font-size:24px;
	margin-bottom:40px;
}
/** case **/
.full-case-list{
	overflow:hidden;
}
.full-case-list ul{
	width:1191px;
}
.full-case-list ul li{
	position:relative;
	width:376px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:21px;
}
.full-case-list ul li a{
	display:block;
}
.full-case-list ul li img{
	display:block;
	width:374px;
	height:281px;
	border:1px solid #ddd;
}
.full-case-list ul li span{
	display:block;
	height:54px;
	line-height:54px;
	text-align:center;
	overflow:hidden;
	font-size:14px;
}
.full-product-list{
	overflow:hidden;
	margin-top:40px;
}
.full-product-list ul{
	width:1190px;
}
.full-product-list ul li{
	position:relative;
	width:250px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:20px;
	border:1px solid #dbdbdb;
	padding:10px 9px;
	margin-bottom:30px;
}
.full-product-list ul li.none-data{
	width:100%;
	border:none;
}
.full-pro-picture{
	overflow:hidden;
	height:250px;
}
.full-pro-picture img{
	display:block;
	width:250px;
	height:250px;
	margin:0 auto;
}
.full-pro-title{
	text-align:center;
	border-bottom:1px solid #ddd;
	height:40px;
	line-height:40px;
	font-size:14px;
}
.full-pro-desp{
	text-align:center;
	color:#666;
	font-size:12px;
	height:20px;
	overflow:hidden;
	line-height:20px;
	margin:10px 0;
}
.full-product-piclist{
	width:402px;
}
.full-product-mation{
	width:710px;
}
.full-product-title{
	color:#000;
	font-size:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
}
.full-product-brief{
	margin-top:40px;
	color:#333;
	font-size:14px;
	line-height:2;
}