* {
	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(5) 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;
}


/*成功项目列表*/

#XiangMu {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

#XiangMu li {
	height: 400px;
	margin: 100px 0 100px 0;
}


/*案例图片*/

.XiangMu_AnLiimg {
	float: left;
}


/*案例详情内容*/

.XiangMu_AnLiMiaoShu {
	width: 540px;
	float: right;
}


/*案例ICON*/

.XiangMu_AnLiICON {
	float: left;
}


/*案例标题*/

.XiangMu_BaoTi {
	/*width: 400px;*/
	height: 100px;
	float: left;
	margin-left: 30px;
}

.XiangMu_AnLiBaoTi {
	font-size: 24px;
	line-height: 60px;
}


/*案例简述*/

.XiangMu_AnLiJianShu {
	font-size: 18px;
	line-height: 30px;
	color: #8D8D8D;
}


/*案例详情描述*/

.XiangMu_AnLiXiangQing {
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #A3A3A3;
	margin-top: 40px;
}


/*案例链接*/

.XiangMu_AnLiLianJie {
	width: 340px;
	height: 40px;
	background-color: #008bfc;
	border-radius: 5px;
	float: left;
	text-align: center;
	margin: 30px 0 0 90px;
}

.XiangMu_AnLiLianJie a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
}


/*底部*/