@charset "utf-8";
/*float:left元素向左浮动。
right	元素向右浮动。
none	默认值。元素不浮动，并会显示在其在文本中出现的位置。
inherit	规定应该从父元素继承 float 属性的值*/

BODY {
	FONT-SIZE: 15px;
	FONT-FAMILY: "宋体";/*background-color:#f6f6f9;*/
}		

	
a {/*超链接*/
	color:#000;
	text-decoration: none
}





/*新闻列表------------------------------------------------------------------------------------*/

li {
	list-style: none; /*取消列表前面的小点 */
}
div.zhixi li {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #cccccc; /*下边框虚线*/
	text-indent: 2em;/*首行缩进*/
	width:470px;float:left;
	padding-left:5px;background:url(images/new.png) no-repeat left ;/*列表前小图标*/
}
div.zhixi a {
	text-size: 14px;
	color: #333333;
	text-decoration: none;
}
div.zhixi a:hover {
	text-decoration: underline; /*鼠标触发时添加下划线*/
}
div.zhixi.ul{verflow:hidden;width:100%;}

.xingye li {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #cccccc; /*下边框虚线*/
	text-indent: 2em;/*首行缩进*/
	width:470px;float:left;
	padding-left:5px;background:url(images/new.png) no-repeat left ;/*列表前小图标*/
}
.xingye a {
	text-size: 14px;
	color: #333333;
	text-decoration: none;
}
.xingye a:hover {
	text-decoration: underline; /*鼠标触发时添加下划线*/
}
xingye.ul{verflow:hidden;width:100%;}

/*新闻列表end------------------------------------------------------------------------------------*/











* {
	margin: 0px auto;
	box-sizing: border-box;
}
form {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
input, button {
	border: none;
	outline: none;
}
input {
	width: 100%;
	height: 42px;
	padding-left: 13px;
}
button {
	height: 42px;
	width: 42px;
	cursor: pointer;
	position: absolute;
}
div.bar6 {
	width: 600px;
	float: right;
}
div.bar6 input {
	border: 2px solid #11aa99;
	border-radius: 5px;
	background: transparent;
	top: 0;
	right: 0;
}
div.bar6 button {
	background: #11aa99;
	border-radius: 0 5px 5px 0;
	width: 60px;
	top: 0;
	right: 0;
}
div.bar6 button:before {
	content: "搜索";
	font-size: 13px;
	color: #F9F0DA;
}
/*搜索框end-------------------------------------------------------------------------------*/ 


/*幻灯片-------------------------------------------------------------------------------*/
div.huai {
	width: 1300px;
	height: 354px;
}
#imgContainer {
	border: 0px solid #000000;
	width: 1300px;
	height: 354px;
	overflow: hidden;
	position: relative;
}
#imgContainer img {
	display: none;
}
#imgMask {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#imgMask .range {
	float: left;
	position: relative;
}
#imgMask .range div {
	position: absolute;
	left: 0;
	top: 0;
}
#imgContainer .pageBar {
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: 10px
}
#imgContainer .pictureBar {
	z-index: 99;
}
.pageBar img, .pictureBar img {
	display: block !important;
	float: left;
	border: 1px solid #40b4f7;
	margin: 0px 2px 2px 2px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
.pageBar img.current, .pictureBar img.current {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	display: block !important;
}
.pageBar a {
	display: block;
	background: #000;
	border: 1px solid #666;
	color: #fff;
	float: left;
	width: 16px;
	font-size: 12px;
	margin: 2px;
	line-height : 16px;
	font-family: Arial;
	cursor: pointer;
	text-decoration: none;
}
.pageBar a:hover, .pageBar a.current {
	background: red;
	color: #fff;
	border: 1px solid #600;
	border-top: 1px solid #F96;
	border-left: 1px solid #F96;
}
/*幻灯片end-------------------------------------------------------------------------------*/
	



div.caidan {/*头部菜单*/
   width: 1300px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px; 
	/*background: url(images/cai.jpg);*/
	background:#1acdb8;/*11aa99*/
	font-size: 18px;
	FONT-FAMILY: "黑体";
	overflow: hidden;
	clear: both;
	min-width: 1300px;
}
div.caidan ul {
	width: 1200px;
	margin: 0 auto;
}
div.caidan ul li {
	padding: 0;
	margin: 0px;
	display: block;
	float: right;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
div.caidan ul li a {
	padding: 0 23px;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	/*font-size: 16px;*/
}
div.caidan ul li.current a {
	background: #0f998a;
	color: #fff;
	text-decoration: none;
}
div.caidan ul li.current a:hover {
	background: #39a0e2;
	color: #fff;
	text-decoration: none;
}
div.caidan ul a:hover {
	background: #0f998a;
	color: #fff;
	text-decoration: none
}
div.caidan ul li.last {
	background: #0f998a;
	float: right
}
div.caidan ul li.last a:hover {
	background: #39a0e2;
	text-decoration: none
}
/*菜单end--------------------------------------------------------*/			





		

/*左侧菜单--------------------------------------------------------*/		
ul.menu {
	padding: 0;
	list-style: none;
	width: 300px;
	margin: 20px auto;
	font-family: '宋体';
	clear: both;
	display: table;
}
ul.menu .list {
	font-size: 16px;
	border-bottom: 1px solid #fcfdf8;/*边框色*/
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 40px;/*50px*/
	vertical-align: sub;
	background: #1acdb8;/*背景色e8e7e3*/
	clear: both;
}
ul.menu .list a {
	text-decoration: none;
	color: #fff;
	padding: 10px 0px 10px 45px;/*padding: 17px 0px 17px 45px;*/
	display: block;
	height: 100%;
	box-sizing: border-box;
}
ul.menu .list a:hover {/*表示当鼠标选定在a标签上时a标签的样式变化*/
	background-color: #0f6a60;/*经过的时候变色*/
	transition: 300ms all;
}
/*左侧菜单--------------------------------------------------------*/		
		



/*最新图片------------------------------------------------------*/
div.img {
	margin: 10px;
	border: 1px solid #ccc;
	float: left;
	width: 225px;
	border-radius: 15px;/*圆角图片*/
	padding: 20px;/*圆角图片*/
}

div.title{
	
	margin: 10px;

	width: 180px;
	text-align:center;
	color:#999;
/*border: 1px solid #ccc;*/

	
	
}
div.img:hover {
	border: 1px solid #11aa99;
}
div.img img {
	width: 100%;
	height: auto;
}
/*最新图片------------------------------------------------------*/


div.gs{/*共几页列表*/
	text-align:center;
	width: 990px;
	float: right;
	
	
	}


#all {
	text-align: center;
	background-color: #FFFFFF;
}

div.dingbu{/*顶部*/
width: 100%;
	height: 20px;
	background-color: #f3f4f6;	
	
	}


div.logo {/*头部菜单*/
	width: 100%;
	height: 50px;
	background-color: #1acdb8;
	/*background: url(images/cai.jpg);*/
}
div.logo1 {
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
div.logo2 {
	width: 1300px;
	height: 60px;
	background-color: #FFFFFF;
}
div.minxx {
	width: 700px;
	float: left;
}





div.copyright a {/*超链接*/
	color:#CCC;
}

/*底部*/
div.copyright {
	width: 100%;
	height: 124px;
	background: url(images/bom.jpg);
	margin-top: 10px;
	Float:right;
	text-align: center;
	color:#CCC;
		FONT-SIZE: 15px;
	FONT-FAMILY: "黑体";/*background-color:#f6f6f9;*/
	
	
	
	
}
div.huai_top {
	width: 100%;
	height: 354px;
	background: url(images/beiji.jpg);
}
div.middle {
	width: 1300px;
	height: 100px;
auto;
	margin-top: 10px;
}
div.menu {
	width: 300px;
	height:auto;
	float: left;
	border-radius: 5px 5px 0 0;
	border: 1px solid #d3d5d4;
	margin: 0 auto;
	margin-right: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}
div.menu0 {/*产品列表头部色*/
	width: 300px;
	height: 30px;
	float: left;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;/*background-color:#11aa99*/
	background: url(images/b01.jpg);
	
	
}
div.menu1 {
	width: 300px;
}
div.liantop {
	width: 300px;
	height: 30px;
	float: left;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;/*background-color:#11aa99*/
	background: url(images/b02.jpg);
}/*联系我们头部图片*/
div.lian {
	width: 300px;
	height:auto;150px;
	float: left;
	border: 1px solid #d3d5d4;
	
	
}/*联系我们*/
div.main {
	width: 990px;
	height: auto;
auto;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 1px solid #d3d5d4;
	margin: 0 auto;
	background-color: #FFFFFF;
}

div.mainlook {
	width: 1300px;
	height: auto;
auto;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 1px solid #d3d5d4;
	margin: 0 auto;
	background-color: #FFFFFF;
}
div.maintop {/*最新产品底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
  background: url(images/b03.jpg);

}


div.chanpinzhanshi {/*产品展示底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
 	background:#1acdb8;
	text-align:right;
	color:#000;
	
}

div.chanpinzhanshi1 {/*查看新闻*/
	width: 1300px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
 	background:#1acdb8;
	text-align:right;
	color:#000;
	
}




div.zhaopin {/*招聘-底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
	background: url(images/b07.jpg);
}


div.web {/*销售网络-底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
	background: url(images/b08.jpg);
}


div.Contact {/*联系我们-底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
	background: url(images/b09.jpg);
}









div.gantop {/*关于我们品底部图片*/
	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
	background:#1acdb8;
		text-align:right;
	color:#FFF;	
	line-height:30px;/*行距*/
	font-weight:bold;
}






div.gan{/*关于我们*/
clear:both;/*清除浮动*/
line-height:30px;/*两行之间的间距*/
/*color:#333;*/
}




div.Contact1{/*联系我们*/
clear:both;/*清除浮动*/
line-height:30px;/*两行之间的间距*/
height:600px;auto;
/*color:#333;*/
}




div.look{/*查看图片*/
    min-height:1500px;
	width: 990px;
}


div.look1{/*查看*/
    height: auto;500;
	line-height:30px;/*两行之间的间距*/
	width: 1300px;
	float: right;
}





table{
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */ 
border:solid #999; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */ 
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */ 
}



div.zhixitop a {/*超链接*/
	color:#FFF;
}
div.xingyetop a {/*超链接*/
	color:#FFF;
}

div.zhixitop{/*脚轮知识头部图片*/

	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
		background:#1acdb8;
	text-align:right;
	color:#FFF;	
	line-height:30px;/*行距*/
	font-weight:bold;
}
div.zhixi {
	width: 990px;
	height: auto;
	margin-left: 500px;
	margin-top: 100px;
	padding: 20px 15px 0;
	float: left;
	 margin: 0;
    padding: 0;
}

div.zhixi1 {
	width: 990px;
	height: auto;
	margin-left: 500px;
	margin-top: 100px;
	padding: 20px 15px 0;
	float: left;
	 margin: 0;
    padding: 30;
	text-align:center;
}

/*网站索引*/
.v1 li{
	width:180px;
	float:left;
	
	}



div.xingyetop{/*行业资讯头部图片*/

	width: 990px;
	height: 30px;
	float: right;
	border-radius: 5px 5px 0 0;
	border: 0px solid #d3d5d4;
	margin: 0 auto;
		background:#1acdb8;
	text-align:right;
	color:#FFF;	
	line-height:30px;/*行距*/
	font-weight:bold;
}

.xingye {/*行业资讯*/
	width: 990px;
	height: auto;
	margin-left: 500px;
	margin-top: 100px;
	padding: 20px 15px 0;
	float: left;
	 margin: 0;
    padding: 0;
}



/* CSS Document */

