* {
	margin: 0;
	padding: 0;
	/*font-family: "微软雅黑";*/
	text-decoration: none;
	list-style: none;
}

#container {
	width: 100%;
	height: 100%;
}


/*页头部分*/

#Header {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	/*background-color: #000;*/
	display: block;
	/*	border-bottom: 1px solid #888b8e;*/
}

.Header_menu {
	float: right;
}

.Header_menu li {
	float: left;
	width: 125px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 21px;
}

.Header_menu li a {
	color: black;
}

.Header_menu li:nth-child(2) a {
	color: #008bfc;
	font-weight: 500;
	display: block;
}

.Header_menu li a:hover {
	color: #008bfc;
	font-weight: 500;
}

.Header_menu li:hover {
	border-top: 3px solid #008BFC;
}


/*banner*/

#banner {
	width: 100%;
	height: 600px;
	background-image: url(../img/了解禹慕banner.jpg);
	margin: 0 auto;
	/*float: left;*/
}


/*主要区域*/

#Main {}


/*菜单选项*/

#Menu {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e5e5e5;
}

#Menu_ul {
	width: 1200px;
	margin: 0 auto;
}

#Menu_ul li {
	width: 140px;
	float: left;
	line-height: 70px;
	text-align: center;
}

#Menu_ul li a {
	color: #8D8D8D;
	font-size: 18px;
}

#Menu_ul li a:hover {
	color: #008bfc;
}

#Menu_ul li:nth-child(3) a {
	color: #008bfc;
	/*font-weight: 600;*/
	display: block;
}


/*荣誉资质*/

#ZiZhi {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	margin-top: 60px;
}

.BaoTi {
	font-size: 32px;
	font-weight: 600;
	line-height: 60px;
	border-bottom: 3px solid #008BFC;
}

.BaoTi_English {
	font-size: 17px;
	line-height: 30px;
	color: #A3A3A3;
}

#ZiZhi_mingzi img {
	/*margin: -50px 0 0 85px;*/
}

#ZiZhi li:nth-child(1) {
	width: 135px;
	float: left;
}

#ZiZhi li:nth-child(2) {
	width: 960px;
	float: right;
}

#ZiZhi li:nth-child(3) {
	float: left;
	
}

.wenzi {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 15px;
	color: #8d8d8d;
}


/*禹慕专利*/

#RongYu {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
}

#RongYu_MingZi {
	width: 135PX;
	float: left;
}

#RongYu_ul {
	float: right;
	width: 960px;
}



#RongYu_ul li:nth-child(1) p {
	line-height: 36px;
	font-size: 18px;
}


/*#RongYu_ul li:nth-child(1) p img{
	margin-top: 20px;
}*/

#RongYu_ul li:nth-child(2) {
	float: right;
	margin-top: 60px;
}

#RongYu_ul li:nth-child(2) img {
	/*width: 720px;*/
}


/*底部*/