@charset "utf-8";

	
	/*0. 通用样式 */
	
	/*0.1 清空浮动*/
	.clear {clear:both;}
	
	/*0.2 图片去边框*/
	li img{border:0; padding:0; margin:0;}
	
	/*0.3 不显示*/
	.display{display:none;}
	
	/*0.4 向左15px*/
	.left-15px {margin:0 0 0 15px;}
	.left-20px {margin:0 0 0 20px;}

*{ padding:0; margin:0;}
	a {font-family: "黑体";font-size: 12px;}
	a:link {text-decoration: none;}
	a:visited {text-decoration: none;}
	a:hover {text-decoration: none;}
	a:active {text-decoration: none;}
	
	.body-wrap{}
	/*头部样式设置*/
	
	
	

	
	/*1. 头部样式设置*/
	
	
	/*1.0 头部100%框*/
	#banner-wrap { 
		width:100%; 
		height:65px;
		background:#FFF; 
		border-bottom:2px solid #b80000;
	}
	
	
	
	
	/*1.1 头部导航框*/
	#banner-nav-wrap {	
		width:980px;
		height:60px;
		margin:0 auto 0 auto;
		padding:0; 	
	}
	
	
	 
	/*1.1.1 依耐logo*/
	#logo {
		height:60px;
		width:282px; 
		padding:0; 
		margin:0; 
		background:url(../pic/ene-logo.png) no-repeat left center; 
		float:left;
	}
	
	
	
	#logo a {
		height:60px;
		width:282px;
		display:block;
	}
	
	
	
	#logo span {
		display:none;	
	}
	
	
	
	/*1.1.2 导航菜单*/
	#menu {
		float:right;
		list-style:none;
		height:60px;
		pading:0;
		margin:0;
	}
	
	

	#menu li {
		float:left;
		color:#FFF;
	}
	
	
	
	#menu li a {
		height:15px;
		width:105px;
		line-height:15px;
		padding:0;
		margin:22.5px 0;
		text-align:center;
		display:block;
		text-decoration:none;
		color:#000;
		font-size:16px;
		font-family:"微软雅黑","黑体";
	}
	
	
	
	#menu li:hover {
		background:#b80000;
		border-bottom:2px solid #666;
	}
	
	
	
	#menu li:hover a {
		color:#FFF;
		font-weight:bold;
	}
	
	
	
	.menu-border-right {
		border-right:1px solid #999;
	}	
		


	/*1. 头部样式结束*/

		
	/*2. 中央主内容设置*/
	
			
	/*2.0 主内容框*/
	#main-wrap {
		width:980px;
		margin:15px auto;
		border:1px solid #dcdcdc;
	}
	
	
	
	/*2.1 公司简介框*/
	#about-us-wrap {
		width:950px;
		height:320px;
		background:url(../pic/factory.jpg) no-repeat center;
		margin:15px;
	}
	
	
	
	/*2.1.2 二维码*/
	#qr-code {
		float:right;
		width:255px;
		height:180px;
		margin:70px 0;
		background-color:#000;
		filter:alpha(opacity=85);
		opacity:0.85;	
	}
	
	
	
	#qr-code img {
		margin:10px;
		padding:0;
	}
	
	
	
	/*2.1.3 依耐简介*/
	#about-us {
		width:530px;
		height:180px;
		color:#FFF;
		margin:70px 0;
		float:left;
		position:absolute;
		display:none;
	}


   	#about-us h1 {	
		width:515px;
		height:50px;
		font-family:"微软雅黑","黑体";
		font-weight:normal;
		font-size:24px;
		background:#b80000;
		padding:0 0 0 15px;
		margin:3px 0 0 0;
		position:absolute;
		z-index:2;
	}
	
	
	
	#about-us h1 span {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:0;
		margin:0;
		display:block;
	}
	
	
	
	#about-us p {
		width:494px;
		height:102px;
		font-size:14px;
		background:#000;
		filter:alpha(opacity=85);
		opacity:0.85;
		margin:0 3px;
		padding:63px 15px 15px 15px;
		z-index:1;
		position:absolute;
		line-height:24px;
	}
	
	/*2.2 新闻*/
	
	#news-wrap {
		width:948px;
		height:50px;
		margin:15px;
		background-color:#dcdcdc;
		border:1px solid #dcdcdc;
	}
	
	
	#news-wrap h2 {
		padding:0;
		margin:0;
		float:left;
	}
	
	
	
	#news-wrap h2 a {
		width:303px;
		height:50px;
		padding:0;
		margin:0;
		background:url(../pic/news-bg.png) no-repeat bottom center;
		display:block;
	}
	
	
	
	#news-wrap h2 a:hover {
		background:url(../pic/news-bg.png) no-repeat top center;
	}
	
	
	
	#news-wrap h2 a span {
		display:none;
	}
	
	
	
	#break-news {
		width:630px;
		list-style:none;
		float:right;
		padding:0 0 0 15px;
		margin:0;
	}
	
	
	
	#break-news li {
		padding:0;
		margin:0;
	}
	
	
	
	#break-news li a {
	 	width:615px;
		height:25px;
		color:#333;
		line-height:25px;
		font-size:14px;
		text-decoration:none;
		padding:0 0 0 15px;
		margin:0;
		display:block;
		overflow:hidden;	
	}
	
	
	
	#break-news li a:hover {
		background:#000;
		color:#FFF;
	}

	
	
	
	#break-news li a span {
		float:right;
		font-size:12px;
		color:#666;
		padding:0 15px 0 15px;
		margin:0;
	}
	
	
	
	/*2.3 九宫产品介绍*/
	
	#pic-show-wrap {	
		width:950px;
		height:750px;
		margin:15px;
	}
	
	
	
	#pic-show-big {
		list-style:none;
		width:303px;
		height:750px;
		padding:0;
		margin:0;
		float:left;
		overflow:hidden;
	}
	
	
	
	#pic-show-mini {
		list-style:none;
		width:645px;
		float:right;
		padding:0;
		margin:0;
		border-top:1px solid #dcdcdc;
		border-left:1px solid #dcdcdc;
		border-right:1px solid #dcdcdc;
	}
	
	
	
	#pic-show-mini li {
		float:left;
	}
	
	
	
	#pic-show-mini li a {
		width:214px;
		height:244px;
		padding:5px 0 0 0;
		font-size:16px;
		color:#333;
		font-weight:bold;
		text-decoration:none;
		border-left:1px solid #dcdcdc;
		border-bottom:1px solid #dcdcdc;
		overflow:hidden;
		display:block;
		text-align:center;
	}
	
	
	
	/*2.4 热销产品与技术支持*/
	
	/*2.4.1 热销产品与技术支持 框*/
	.red-grey-col {
		width:303px;
		float:left;
	}
	
	
	/*2.4.2 热销产品与技术支持 样式*/
	.tri-col {
		width:303px;
		list-style:none;
		padding:0;
		margin:0;
		display:block;

	}
	
	
	
	.tri-col li {
		padding:0;
		margin:0;
		margin:0 0 2px 0;
	}
	
	
	
	.tri-col li a {
		width:288px;
		heigth:45px;
		font-size:14px;
		line-height:45px;
		text-decoration:none;
		display:block;
		padding:0 0 0 15px;
		margin:0;
		font-family:"微软雅黑","黑体";
	}
	
	
	
	.tri-col li a span {
		height:45px;
		padding:0 0 0 15px;
		margin:0 0 0 36px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	
	
	/*2.4.2.1 热销产品与技术支持 中文标题样式*/
	.red-grey-col h2 {
		padding:0;
		margin:0;
	}
	
	
	
	.red-grey-col h2 a {
		width:288px;
		height:50px;
		font-size:18px;
		text-decoration:none;
		line-height:50px;
		font-family:"微软雅黑","黑体";
		padding:0 0 0 15px;
		margin:0 0 15px 0;
		display:block;
		border-bottom:2px solid #b80000;
	}
	
	
	/*2.4.2.2 热销产品 SPAN英文标题颜色*/
	.red-grey-col h2 a span {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
		padding:0 0 0 15px;
		margin:0;
	}
	
	
	
	/*2.4.2 热销产品 中文标题颜色-红灰*/
	.grey-bg-font{
	}
	
	
	
	.grey-bg-font a {
		color:#FFF;
		background:#000;
	}
	
	
	
	.grey-bg-font a:hover {
		color:#000;
		background:#dcdcdc;
	}
	
	
	/*2.4.3 热销产品与技术支持 更多*/
	.red-grey-col p {
		height:35px;
		padding:10px 0 0 0;
		margin:0;
	}
	
	
	
	.red-grey-col p a {
		color:#333;
		font-size:14px;
		padding:0;
		margin:0 0 0 15px;
	}
	
	
	/*2.4.2.3 热销产品 系列主标题颜色-红灰*/
	.red-grey-bg-font {
		
	}
	
	
	
	.red-grey-bg-font a {
		color:#000;
		background:#dcdcdc;
	}
	
	
	
	.red-grey-bg-font a:hover {
		color:#FFF;
		background:#000;
	}
	
	
	
	/*2.4.2.4 热销产品 系列中文颜色-红灰*/
	.tri-col-red-grey-bg-font {
	
	}
	
	
	
	.tri-col-red-grey-bg-font li {
	
	}
	
	
	
	.tri-col-red-grey-bg-font li a {
		color:#FFF;
		background:url(../pic/tri-col-bg-red-grey.png) bottom;
	}
	
	
	
	.tri-col-red-grey-bg-font li a:hover {
		font-weight:bold;
		background:url(../pic/tri-col-bg-red-grey.png) top;
	}
	
	
	
	.tri-col-red-grey-bg-font li a:hover span {
		color:#FFF;
	}
	
	
	
	/*2.4.2.5 热销产品 系列英文SPAN颜色-红灰*/
	.tri-col-red-grey-bg-font li a span {
		color:#333;
	}
	
	
	/*2.4.2.6 技术支持 系列中文颜色-黑灰*/
	.tri-col-grey-bg-font {
		
	}		
	
	
	
	.tri-col-grey-bg-font li {
		
	}
	
	
	
	.tri-col-grey-bg-font li a {
		color:#333;
		background:#dcdcdc;
	}
	
	
	
	.tri-col-grey-bg-font li a:hover {
		color:#FFF;
		background:#b80000;
	}
	
	
	/*中央部分结束*/
	
	
	
	/*页脚开始*/
	
	/*页脚框*/
	#bottom-wrap {
		width:982px;
		height:190px;
		margin:15px auto;
		background:#000;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	
	
	#bottom-wrap p {
		color:#dcdcdc;
		margin:0;
		padding:20px 0 0 30px;
		line-height:20px;

	}
	
	
	
	#bottom-wrap img {
		float:right;
		margin:15px 30px 15px 0;
	}
	
	
	
	
	
	
	/*.top2{ width:60%; height:73px; float:left; }
	.top2-nav{ list-style:none; width:100%; height:73px; }
	.top2-nav li{ width:90px; height:73px; float:left; line-height:73px; font-size:14px; font-family:"黑体"; color:#CCC; text-align:center;}
	.top2-nav li a{font-size:14px; font-family:"黑体"; color:#CCC;}
	.top2-nav li a:hover{ font-weight:bold; color:#FFF;}*/
	/*banner样式设置*/
	/*.banner{ 
		min-width:1024px; 
		width:720px; 
		height:350px; 
		border-bottom:2px solid #FFF; 
		background-color:#d9d9d9;
	}
	
	
	.banner img{margin-left:11%; width:78%; margin-top:32px; box-shadow:0px 0px 3px #999999;}
	*/
	
	

	

@media only screen and (min-width : 768px) 
{
	#qr-code-top {
		float:left;
		margin:0 0 0 30px;
		position:fixed;
		top:100px;
		right:px;
		z-index:999;
	}
}

	.right {
		border-top:1px solid #dcdcdc;
		border-bottom:1px solid #dcdcdc;
	}
	
	
	
	/*#qr-code-top {
		float:left;
		margin:0 0 0 30px;
		position:fixed;
		top:100px;
		left:185px;
	}*/
	
	
	
	#products {
		float:left;
		margin:40px 0 30px 180px;
	}
	
	
	
	.left h2 {
		padding:0;
		margin:0;
	}
	
	
	
	.left h2 a {
		background:#dcdcdc;
		color:#000;
		text-decoration:none;
		margin:15px 0 2px 25px;
		border-bottom:2px solid #666;
		font-size:18px;
		width:120px;
		height:45px;
		line-height:45px;
		text-align:center;
		display:block;
		font-family:"微软雅黑","黑体";
	}
	.left h2 a:hover {
		background:#999;
		color:#000;
		text-decoration:none;
		margin:15px 0 2px 25px;
		border-bottom:2px solid #fff;
		font-size:18px;
		width:120px;
		height:45px;
		line-height:45px;
		text-align:center;
		display:block;
		font-family:"微软雅黑","黑体";
	}
	
	
	
	.left h2 a span {
		color:#333;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		margin-left:10px;
	}
	
	
	
	#menuLeft {
		position:fixed;
		top:250px;
		
	}
/*	#shuibeng {
		margin-top:-46px;
	}
	
	
	
	#famen {
		margin-top:-46px;
	}
	
	
	
	
	#shebei {
		margin-top:-92px;
	}
	
	
	
	#fujian {
		margin-top:-138px;
	}*/
	
	.content1{min-width:1024px; width:720px; height:250px; border-bottom:2px solid #FFF; background-color:#e4e4e4; }
	.content1-1{ width:55%; margin-left:11%; height:220px; padding-right:30px; float:left; border-right:1px dashed #ccc;}
	.content1-1 h4{ font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content1-1 span{ font-size:12px; line-height:18px; color:#58614e;}
	
	.content1-2{ width:25%;  float:left; margin-left:30px; }
	.content1-2 h4{ font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content1-2 ul{ list-style-position:inside;}
	.content1-2 ul li{ font-size:12px; height:20px; line-height:20px; color:#58614e;}
	.more{ height:20px; width:80px; background:#696969; font-size:12px; color:#FFF; text-align:center; line-height:20px; margin-top:20px;}
	.more a{ color:#FFF; display:block;}
	
	
	.content2{width:980px; height:430px; background-color:#d9d9d9; border-bottom:2px solid #FFF;}
	.content2 .content2-list{width:81%; height:200px; margin-left:11%;}
	.content2 .content2-list h4{font-family:"微软雅黑"; padding-top:15px; margin-bottom:15px;  color:#58614e;}
	.ul3 {list-style: none; width:100%; height: 150px; margin-left:20px;}
	.ul3 li { float: left; z-index: 15; position: relative;overflow: hidden;width: 200px; height:130px;}
	.ul3 li div{ position:absolute;left:-100px;top: -45px;width: 300px;height:250px; z-index: 8; background: white;filter:alpha(opacity=10); opacity: 0.1;}
	.ul3 li img { width: 170px; height:120px; position: absolute; z-index:2; border:none;}
	.ul3 li .img-yinying{width: 170px; height:10px; position: absolute; z-index:3; bottom:2px; border:none;}
	.ul3 li span{width: 170px;height: 35px; background: #666; position: absolute;bottom: -40px;z-index:4;color:white; font-weight: bold; opacity: 0.9; text-align: center; line-height: 35px; filter:alpha(opacity=60);}
	
	
	.content2 .content2-2{ width:81%; height:200px; margin-left:11%; margin-top:20px;}
	.content2 .content2-2 .content2-newslist{ width:52%; height:200px; float:left; margin-right:60px;}
	.content2 .content2-2 .content2-newslist h5{font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content2 .content2-2 .content2-newslist1{ height:20px; font-size:12px; font-family:"微软雅黑"; list-style-position:inside; color:#58614e;}
	.content2 .content2-2 .content2-newslist1 a{ color:#58614e; font-family:"微软雅黑";}
	.content2 .content2-2 .content2-newslist1 a:hover{ color:#000; font-family:"微软雅黑";}
	.content2 .content2-2 .content2-shuibeng{ width:20%; height:200px;  float:left; }
	.content2 .content2-2 .content2-shuibeng h5{font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content2 .content2-2 .content2-shuibeng1{ height:20px; font-size:12px; font-family:"微软雅黑"; list-style-position:inside; color:#58614e;}
	.content2 .content2-2 .content2-shuibeng1 a{ color:#58614e; font-family:"微软雅黑";}
	.content2 .content2-2 .content2-shuibeng1 a:hover{ color:#000; font-family:"微软雅黑";}
	
	.content3{ width:980px; height:200px; background-color:#d9d9d9; border-bottom:1px solid #FFF;}
	.content3 .content3-youqinglianjie{ width:20%; height:180px; margin-left:11%; padding-top:20px; float:left;}
	.content3 .content3-youqinglianjie h5{font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content3 .content3-youqinglianjie .erweima-zi{ font-size:10px; font-family:"微软雅黑"; color:#58614e; margin-top:5px;}
	.content3 .dizhi{ width:30%; height:180px; border-left:1px solid #cacaca; padding-top:20px; padding-left:40px; float:left;}
	.content3 .dizhi h5{font-family:"微软雅黑"; margin-top:15px; margin-bottom:15px; color:#58614e;}
	.content3 .dizhi div{ font-size:10px; font-family:"微软雅黑"; color:#58614e; margin-top:15px;}
	.content3 .dizhi .more1{height:30px; width:180px; background:#696969; font-size:14px; color:#FFF; text-align:center; line-height:30px; margin-top:40px;}
	.content3 .dizhi .more1 a{ color:#FFF;}
	
	.foot{ width:980px; height:85px; background:url(../images/foot-bj.png); background-repeat:repeat-x;}
	.foot .foot1{ width:40%; height:75px; float:left; font-family:"微软雅黑"; color:#FFF; font-size:10px; text-align:center; padding-top:10px;}
	.foot .foot2{ width:50%; height:75px; float:left; font-family:"微软雅黑"; color:#FFF; font-size:10px; text-align:center; padding-top:10px;}


	.guanyuwomen-content{ width:980px; padding-bottom:50px; overflow:hidden;/*background:url(../images/guanyuwomen-bj.png);*/ background-repeat:no-repeat; background-size:cover; border:1px solid #dcdcdc; margin:15px auto; background-color:#fff;}
	.guanyuwomen-name{width:980px; height:70px; text-align:center; padding-top:30px; padding-bottom:30px; }
	.guanyuwomen-content1{ width:980px; overflow:hidden;}
	.guanyuwomen-content1 .left{ width:15%; height:500px; float:left; position:fixed; top:280px; right:px; }
	.guanyuwomen-content1 .left ul{ list-style:none;}
	.guanyuwomen-content1 .left ul li{ width:120px; height:45px; line-height:45px; text-align:center; margin-left:25px; border-bottom:1px solid #dcdcdc; background:#b80000;  position:relative; }
	.guanyuwomen-content1 .left ul li a{ font-size:16px; font-family:"微软雅黑","黑体"; font-weight:bold; color:#FFF; display:block; }	
	.guanyuwomen-content1 .left ul li:hover{ color:#fff; opacity: 0.95; filter:alpha(opacity=90); background-color:rgba(255,255,255,0.9); background-color:#000;}
	.guanyuwomen-content1 .left ul li a:hover{ color:#fff; /*opacity: 0.8; filter:alpha(opacity=80); *//*background-color:rgba(255,255,255,0.8); background-color:#000;*/  display:block;}
	.guanyuwomen-content1 .left .left-nav{ display:none; position:absolute; top:0; /*left:100px;*/ color:#868686;}
	.guanyuwomen-content1 .left .left-nav li{ width:200px; opacity: 0.95; filter:alpha(opacity=95); background-color:rgba(255,255,255,0.95); background-color:#000; border:0px; text-align:left; margin:0 0 0 130px; padding-left:25px; height:30px;}
	.guanyuwomen-content1 .left .left-nav li a{ display:block;height:30px; line-height:30px; font-size:14px;}
	.guanyuwomen-content1 .left .left-nav li:hover{ color:#FFF; background:#b80000;}
	.guanyuwomen-content1 .right{ margin-left:180px; background-color:#FFF; width:70%; float:left; box-shadow:0px 0px 5px #333333;}
	.guanyuwomen-content1 .right .right-banner{ width:100%; height:auto; margin-bottom:20px;}
	.guanyuwomen-content1 .right .right-neirong{ width:90%; margin-top:10px; padding:5%; }
	.guanyuwomen-content1 .right .right-neirong p{ border-top:2px solid #cdcdcd; padding-top:10px; font-family:"微软雅黑"; font-size:14px; color:#8f8f8f; line-height:30px;}
	.guanyuwomen-content1 .right .right-neirong ul{ list-style:none;}
	.guanyuwomen-content1 .right .right-tupian{ width:90%; padding-left:5%; padding-right:5%; padding-bottom:40px;}
	.guanyuwomen-content1 .right .right-tupian ul{ width:100%; height:280px; list-style:none; text-align:center;}
	.guanyuwomen-content1 .right .right-tupian ul li{ width:28%; margin:15px; height:120px;float:left;}
	
	.chanpinlist{ width:980px; padding-bottom:50px; overflow:hidden;/*background:url(../images/chanpinlist-bj.jpg);*/ background-size:cover; margin:15px auto; border:1px solid #dcdcdc; background-color:#fff; position:relative;}
	.chanpinlist-name{width:980px; /*height:70px; *//*text-align:center;*/ padding:5px 0; }
	.right-chanpinlist{ width:100%; margin-bottom:20px;}
	.right .chanpinlist-ul{ list-style:none; width:93%; padding-top:20px; padding-left:20px; padding-right:20px; }
	.right .chanpinlist-ul li{ width:100%; height:180px; border-bottom:1px solid #868686;}
	.right .chanpinlist-ul li a{width:100%; color:#000; font-family:"微软雅黑"; display:block; }
	.right .chanpinlist-ul li:hover{ box-shadow:0px 0px 3px #999999; display:block; color:#f00;}
	.right .chanpinlist-ul li img{ width:25%; float:left;}
	.right .chanpinlist-ul li span{ width:68%; float:left; padding-left:30px; padding-top:10px; /*overflow:hidden;-o-text-overflow:ellipsis; text-overflow:ellipsis*/}
	.right .chanpinlist-ul li span h4{font-size:16px; font-family:"微软雅黑";}
	.right .chanpinlist-ul li span p{ width:100%; height:auto; font-family:"微软雅黑"; font-size:12px; line-height:20px; color:#868686;}
	.right .chanpinlist-ul-neirong{ list-style:none; width:93%; padding-top:20px; padding-left:20px; padding-right:20px; }
	
	.right-chanpinlist .right-chanpinlist-img{ width:100%; margin-bottom:10px; /*height:90px;*/}
	.right-chanpinlist-img img {
		position:20px 20px;
	
	}

	.right .newslist-ul{ list-style:none; width:93%; padding-top:20px; padding-left:20px; padding-right:20px; }
	.right .newslist-ul li{ width:100%; height:130px; border-bottom:1px solid #868686;}
	.right .newslist-ul li a{width:100%; height:130px; color:#000; font-family:"微软雅黑"; display:block; }
	.right .newslist-ul li a:hover{ box-shadow:0px 0px 3px #999999; display:block; color:#f00;}
	.right .newslist-ul li img{ width:20%; float:left;}
	.right .newslist-ul li span{ width:68%; height:100px; float:left; padding-left:30px; padding-top:10px; /*overflow:hidden;-o-text-overflow:ellipsis; text-overflow:ellipsis*/}
	.right .newslist-ul li span h4{font-size:16px; font-family:"微软雅黑";}
	.right .newslist-ul li span p{ width:100%; height:auto; font-family:"微软雅黑"; font-size:12px; line-height:20px; color:#868686;white-space:nowrap;    
        word-break:keep-all;    
        overflow:hidden;    
        text-overflow:ellipsis;}
	

	
	.right-chanpinmiaoshu{ width:92%; height:auto; padding-left:30px; padding-bottom:20px; padding-top:10px; font-size:14px; font-family:"宋体"; line-height:20px;}
	
	.right-chanpinlist .right-chanpinlist1{ width:95%; padding-left:20px; padding-right:20px;}
	.right-chanpinlist .right-chanpinlist1 ul{ list-style:none; width:100%; height:auto; overflow:hidden; margin-bottom:20px;}
	.right-chanpinlist .right-chanpinlist1 ul li{width:33%; height:30px; line-height:30px; float:left; font-family:"微软雅黑"; font-size:14px; color:#868686;}
	.right-chanpinlist .right-chanpinlist1 ul li a{font-family:"微软雅黑"; font-size:14px; color:#868686;}
	.right-chanpinlist .right-chanpinlist1 ul li a:hover{font-family:"微软雅黑"; font-size:14px; color:#000;}
	.right-chanpinlist .right-chanpinlist2{width:95%; padding-left:20px; padding-right:20px;}
	.right-chanpinlist .right-chanpinlist2 ul{list-style:none; width:100%; margin-bottom:20px;}
	.right-chanpinlist .right-chanpinlist2 ul li{width:100%;margin-bottom:30px;}
	.right-chanpinlist .right-chanpinlist2 ul li h5{ width:100%; height:40px; color:#000; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; text-align:center; line-height:40px; font-family:"微软雅黑"; font-size:16px; margin-bottom:10px;}
	.right-chanpinlist .right-chanpinlist2 ul li p{ width:100%; font-family:"微软雅黑"; font-size:12px; color:#868686; line-height:15px;}
	.right-chanpinlist2 span{ float:left; width:28%; margin:10px; margin-bottom:30px;  height:230px;  padding:5px; border:1px solid #e1e1e1;}
	.right-chanpinlist2 span .p1{ width:100%; height:190px; text-align:center; margin-bottom:10px;}
	.right-chanpinlist2 span .p2{ width:100%; height:20px; font-size:12px; font-family:"微软雅黑"; line-height:20px; text-align:center;}
	.right-chanpinlist2 span:hover{ color:#F00; box-shadow:0px 0px 3px 3px #e1e1e1;}
	.right-chanpinlist .right-chanpinlist2 ul li .biaoge{width:100%;line-height:20px;border-collapse:collapse;margin:10px 0;word-break:break-all;}
	.right-chanpinlist .right-chanpinlist2 ul li .biaoge td{border:solid 1px #999;text-align:center; font-size:12px; padding:5px;}
	
	
	.chanpin{ width:980px; padding-bottom:50px; overflow:hidden;background:url(../images/product-bk.jpg); background-size:cover; }
	.chanpin1{ width:980px; overflow:hidden; }
	
	
	.bg1 {background:url(../images/product-bk.jpg); background-position:center 30px; background-repeat:no-repeat; background-color:#e4e4e4; display: block; width: 100%; padding-bottom:40px;}
	.frame {width:720px; height:960px; margin: 0 auto auto auto; background: white; padding-bottom:30px;  box-shadow:0px 0px 3px #666666; }
	.head {width: 690px; height: 200px; margin:0 auto auto auto; border: 15px solid white; position: relative; top:15px; text-align: center; border-bottom:0;  box-shadow:0px 0px 3px #666666;}
	.headfont {color:#FFF; font-family:Arial; line-height: 160px; display: block; font-weight: bolder;text-align: center; width: 720px;font-size: 30px; height: 120px;}
	.headft2 {  width:300px;color:#FFF; text-align: center;  margin: 0 auto auto auto; height: 30px; line-height: 30px; background-color:rgba(0,0,0,0.8);}
	.frame1 { width: 720px;height:240px; border-bottom: 1px solid #ddd; margin: 0 auto 0 auto;position: relative;}
	.fimg {width: 240px; height: 200px; margin-top: 20px; margin-left:20px; border:1px solid #868686; display: inline;}
	.fspan {width:340px; position: absolute; left:300px; top:20px; color: #000; font-weight: bold; font-size: 14px; font-family:"微软雅黑"; }
	.fspan a{ color: #000; text-decoration: none; font-size: 14px; font-family:"微软雅黑";}
	.ffont { width:400px; height: 170px; position: absolute; top: 45px; left: 300px; font-size: 12px; font-family:"微软雅黑"; font-weight: bold;  line-height: 19px;  color: #868686;}
	.btn0 {  position: absolute;  width: 140px; height: 30px; text-align: center; line-height: 30px; background:#696969;
		 background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#6b6b6b), to(#5d5d5d));
		 background: -ms-linear-gradient(top, #696969, #5d5d5d);        /* IE 10 */
		 background:-moz-linear-gradient(top,#696969,#5d5d5d);
		 background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#696969), to(#5d5d5d));
		 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#696969), to(#5d5d5d));      /* Safari 4-5, Chrome 1-9*/
		 background: -webkit-linear-gradient(top,##696969, #5d5d5d);   /*Safari5.1 Chrome 10+*/
		 background: -o-linear-gradient(top, ##696969,#5d5d5d);  /*Opera 11.10+*/
		 filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6b6b6b',endColorStr='#5d5d5d',gradientType='0');   
		 text-decoration: none;
		
		
		
		
		bottom:25px;
		right:45px;
		color: white;
		font-weight: bold;
	}
	
	/*分页*/
	.pagewrap{width:70%; padding-left:30%; padding-bottom:20px; padding-top:20px;  }
	.pagewrap span{float: left;margin-right: 8px; margin-top:10px; text-align:center; font-family:"微软雅黑"; font-size:12px;}
	.pagewrap .pleft{padding-left: 30px;}
	.pagewrap span a{width:30px; display: inline-block;border: 1px solid #dbdbdb;height: 25px;min-width: 15px;line-height: 25px;text-align: center;padding: 0 5px;color: #757575;}
    .isNow{background-color: #408cc6; color:#FFF;}
	
	/*联系我们页面*/
	.right-lxwm-list{list-style:none; padding:40px; background-image:url(../images/guanyuwomen-banner1.jpg); background-repeat:no-repeat; background-size:cover;}
	.right-lxwm-list li{height:80px; margin:10px 0px;}
	.right-lxwm-list1{width:60px; height:60px; float:left; margin-right:15px;}
	.right-lxwm-list1 img{ margin-top:8px;}
	.right-lxwm-list1 span{height:60px; float:left;}
	.right-lxwm-list1-p1{height:40px; line-height:40px; font-family:'微软雅黑'; font-size:18px; font-weight:bold;}
	.right-lxwm-list1-p2{height:30px; line-height:20px; font-family:'微软雅黑'; font-size:16px;}
	
	
	/*站点地图页面样式*/
	.sitemap-content{ width:880px; height:auto; overflow:hidden; padding:50px 50px; margin:20px auto; background-color:#fff;}
	.sitemap1{ width:880px; height:30px; text-align:left; font-family:'微软雅黑'; font-size:18px; font-weight:bolder;}
	.sitemap1 a{width:80px; height:50px;  color:#000; font-family:'微软雅黑'; font-size:18px; font-weight:bolder; margin:15px auto;}
	.sitemap1 a:hover{color:#F30; cursor:pointer;}
	.sitemap2{ width:930px; overflow:hidden; height:auto; margin-bottom:20px; padding-bottom:20px; margin-top:10px; border-bottom:1px solid #F00;}
	.sitemap3{ width:790px; height:auto; float:left; padding:0px 15px; padding-bottom:10px; margin:0px 0px;}
	.sitemap4{ width:100px; height:20px; float:left; font-family:'微软雅黑'; font-size:16px; font-weight:bolder;}
	.sitemap4 a{width:100px; height:20px; float:left; color:#000; font-family:'微软雅黑'; font-size:16px; font-weight:bolder; display:block;}
	.sitemap4 a:hover{color:#F30; cursor:pointer;}
	
	.sitemap4-1{ width:100px; height:20px;/* float:left;*/ font-family:'微软雅黑'; font-size:16px; font-weight:bolder; /*margin:20px 0px;*/}
	.sitemap4-1 a{width:100px; height:20px; float:left; color:#000; font-family:'微软雅黑'; font-size:16px; font-weight:bolder; display:block;}
	.sitemap4-1 a:hover{color:#F30; cursor:pointer;}
	
	.sitemap4-2{ width:170px; height:40px; float:left; font-family:'微软雅黑'; font-size:16px; font-weight:bolder;}
	.sitemap4-2 a{width:170px; height:40px; float:left; color:#000; font-family:'微软雅黑'; font-size:16px; font-weight:bolder; display:block;}
	.sitemap4-2 a:hover{color:#F30; cursor:pointer;}
	.sitemap5{ float:left; margin-bottom:10px; margin-right:15px; color:#000;font-family:'微软雅黑'; font-size:14px;}
	.sitemap5:hover{ cursor:pointer; color:#F30; text-decoration:underline;}
	
	
	/*站点地图网站样式2*/
	.clear{ clear:both;}
	.sm-content{ width:880px; height:auto; overflow:hidden; padding:30px 50px; margin:20px auto; background-color:#fff;}
	.sm-head{width:880px; height:30px; border-bottom:#f1f1f1 2px solid; margin-bottom:20px;}
	.sm-head1{width:100px; height:30px; float:left; text-align:center;}
	.sm-head1 a{ font-family:'微软雅黑'; color:#000; display:block;}
	.sm1{ width:880px; height:40px; text-align:left; font-family:'微软雅黑'; font-size:24px; font-weight:600;}
	.sm1 a{width:80px; height:50px;  color:#000; font-family:'微软雅黑'; font-size:24px; font-weight:600; margin:15px auto;}
	.sm1 a:hover{color:#F30; cursor:pointer;}
	.sm2{ width:860px; height:auto; overflow:hidden; border:1px solid #e1e1e1; padding:10px; margin-bottom:10px;}
	.sm2-1{ width:880px; height:auto; overflow:hidden;/*white-space:nowrap;*/ display:inline-block;word-break: keep-all;}
	.sm2-1 a{ width:auto;height:20px; /*float:left; */color:#555; font-family:'微软雅黑'; font-size:14px; font-weight:600;}
	.sm2-1 a:hover{color:#F30; cursor:pointer;}
	.sm2-2{ width:880px; height:auto; overflow:hidden; margin-top:10px;}
	.sm2-2 a{ width:auto; height:20px;/* float:left;*/ color:#444; font-family:'微软雅黑'; font-size:12px; font-weight:100;white-space:nowrap; display:inline-block;word-break: keep-all; margin-right:10px;}
	.sm2-2 a:hover{ text-decoration:underline; color:#f30;}