﻿
/* First styling the menu */
.nav
	{ 
		width:1200px; 
		height:41px; 
		margin:0 auto; 
		border: 1px dashed #CCC;
	}

#menu 
	{
		list-style: none;
		display: block;
		height: 43px;
		overflow: hidden;
		border-radius: 5px;
		margin-left: 120px;
	} 

#menu li 
	{
		display: block;
		float: left;
		position: relative;
		width:115px;
		height:43px;
		background:none;
		text-align:center;
		background:url(../images/li_bg.jpg) no-repeat right;
	}

#menu li:first-child {margin: 0}

/* The real fun begins here :D */
#menu li a {
	display: block;
	border-radius: 3px;
	color:#CCC;
	position: relative;
	text-decoration: none;
	height: 43px;
	text-align:center;
	padding-top:11px;
	font-size:15px;
	font-family:"微软雅黑";
	font-weight:bold;
	/* Now the 3d effect */

}

/* Basic design is ready, now let's make it animate when hovered or clicked */
/* For this, we'll use transition property */

#menu li a:hover {background:url(../images/lih_bg.jpg) no-repeat; color:#FFF}
	
#menu li a:active {
	background:url(../images/lih_bg.jpg) no-repeat;
	/* Now, let's make it look like its pressed down when clicked */
	bottom: -5px;
	box-shadow: 0px 0px #039, 0px 1px 3px rgba(0, 0, 0, 0.3);
}


.Main{ width:1200px; height:470px; margin:0 auto; margin-bottom:10px;}


.chanpin{width:1200px; height:633px; margin-top:10px; border-radius:15px; background:#ebebeb; float:left;}
.chanpin a{width:273px; height:285px; margin:15px 0 0 15px; float:left; background:#FFF ;border:4px solid #b5b5b7;text-decoration:none;}
.chanpin li img{ width:273px; height:160px;}
.chanpin h2{line-height:40px; font-family:"微软雅黑";font-size:17px; color:#212C64;font-weight:bold;text-align:center;}
.chanpin p{line-height:25px;font-family:"微软雅黑";font-size:12px; color:#333;text-align:center;}
.xiangqing{width:273px; height:30px; float:left; background:#212C64; margin-top: 5px;font-family:"微软雅黑";font-size:12px;text-align:center;color: #fff;  line-height: 30px;}




.Main_left{ width:790px; height:275px; margin-top:10px; border-radius:15px; background:#ebebeb; float:left;}
.Main_right{ width:395px; height:275px; margin-top:10px; float:left; border-radius:15px; background:#ebebeb; margin-left:15px;}
.Main_bottom{  width:1200px; height:180px; margin-top:10px; border-radius:15px; background:#ebebeb; float:left;}

.lm{ height:45px; font-family:"微软雅黑"; font-weight:bold; font-size:16px; background:url(../images/lm_pic.jpg) no-repeat left; padding-left:20px; line-height:30px; color:#333}
.xp_pic{ width:293px; height:210px; border-radius:15px; background:#FFF; margin-left:10px; float:left;}
.gsjj{ height:220px; width:460px; float:left; margin-left:10px; line-height:30px; font-family:"宋体"; font-size:12px; color:#000; padding-left:10px;}
.more{ width:105px; height:20px; line-height:20px; background:#006; float:right; margin-right:20px; text-align:center; margin-top:10px;}
.more a{color:#FFF}
.contact_us{ width:355px; height:215px; margin:0 auto;  color:#000; line-height:26px;}
.pic_gd{ width:1180px; height:120px; margin:0 auto;}
/*设备列表页最上面简介部分*/
.dtcpsb { width:830px; line-height:26px; }
.dtcpsb h1 { width:100%; height:50px; line-height:50px; margin:10px auto; text-align:center; font-size:24px; font-weight:700; }