.detail .left .menu_list {
	width: 100%;
}

.detail .left .menu_head {
	line-height: 48px;
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 20px;
	background: #1155bf url(../images/icon20.png)no-repeat 90% 16px;
	border-radius: 5px;
}

.detail .left .menu_body {
	padding: 0 15px;
	background: #edf0f2;
	padding-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.detail .left .menu_body a {
	display: block;
	line-height: 45px;
	color: #555;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #bdbcc0;
}

.detail .left .menu_body a:hover {
	font-weight: bold;
}

.detail .left .menu_body .on {
	font-weight: bold;
}

.detail .left .current {
	background: #1155bf url(../images/icon19.png)no-repeat 90% 22px;
}

.detail .right .all {
	clear: both;
	overflow: hidden;
}

.detail .right .all li {
	float: left;
	width: 33.3%;
	height: 205px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
}

.detail .right .all li a {
	text-decoration: none;
}

.detail .right .all li p:nth-child(1) {
	font-size: 16px;
	color: #333333;
	margin-bottom: 0;
}

.detail .right .all li hr {
	width: 30px;
	border-top: 1px solid #999999;
	margin: 10px 0;
}

.detail .right .all li p:nth-child(3) span {
	display: block;
	color: #888888;
	background: url(../images/icon22.png)no-repeat left;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.8;
}

.detail .right .all li p:nth-child(4) {
	border: 1px solid #1155bf;
	width: 100px;
	text-align: center;
	border-radius: 15px;
	padding: 4px 0;
	color: #888;
	margin-top: 20px;
}

.detail .right .all li:hover p:nth-child(4) {
	background: #1155bf;
	color: #FFFFFF;
}

.detail .right .text .p1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1155bf;
	margin-bottom: 5px;
}

.detail .right .text .p1 span {
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}

.detail .right .text .p2 {
	font-size: 14px;
	color: #888;
	text-align: center;
}

.detail .right .text .small {
	margin-top: 15px;
	display: block;
	text-align: center;
}

.detail .right .text .small img {
	max-width: 100%;
}

.detail .right .link {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}

.detail .right .link a {
	font-size: 16px;
	color: #888;
}

.detail .right .link a:nth-child(2) {
	float: right;
}

.detail .phone {
	display: none;
}

@media only screen and (max-width: 640px) {
	.detail .left {
		display: none;
	}
	.banner .right {
		display: none;
	}
	.detail .right .all {
		display: none;
	}
	.detail .phone {
		display: block;
	}
	.detail .phone .title {
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #5ac42c;
		margin-top: 20px;
		margin-bottom: 20px;
		background: url(../images/bg07.png)no-repeat left 10px, url(../images/bg08.png)no-repeat right 10px;
		background-size: 30%;
	}
	.detail .phone .title span {
		display: block;
		color: #888;
		font-weight: normal;
		font-size: 13px;
		margin-top: 5px;
	}
	#focus1 {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		margin-bottom: 25px;
	}
	#focus1 .hd {
		width: 100%;
		z-index: 1;
		bottom: 0px;
		text-align: center;
	}
	#focus1 .hd ul {
		clear: both;
		overflow: hidden;
		margin-left: -10px;
	}
	#focus1 .hd ul li {
		float: left;
		width: 30%;
		margin-left: 10px;
		color: #888;
		line-height: 30px;
		border: 1px solid #E3E3E3;
		margin-top: 10px;
	}
	#focus1 .hd ul .on {
		background: #2860b7;
		color: #FFFFFF;
		border: 1px solid #2860b7;
	}
	#focus1 .bd {
		position: relative;
		z-index: 0;
	}
	#focus1 .bd li .list {
		clear: both;
		overflow: hidden;
		border-bottom: 1px dashed #E3E3E3;
		margin-top: 10px;
	}
	#focus1 .bd li .list .p1 {
		float: left;
		width: 70%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #666;
		font-size: 13px;
		margin-bottom: 0;
		line-height: 2.0;
	}
	#focus1 .bd li .list .p2 {
		float: right;
		width: 25%;
		font-size: 12px;
		text-align: center;
		color: #999;
		border-radius: 20px;
		border: 1px solid #E3E3E3;
		line-height: 2.0;
	}
	.detail .right .text .p1 {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #1155bf;
		margin-bottom: 5px;
	}
	.detail .right .text .p1 span {
		display: block;
		font-size: 14px;
		color: #666666;
		font-weight: normal;
	}
	.detail .right .text .p2 {
		font-size: 13px;
		color: #888;
		text-align: center;
	}
	.detail .right .text .small {
		margin-top: 15px;
		display: block;
		text-align: center;
	}
	.detail .right .text .small img {
		width: 100%;
	}
	.detail .right .link {
		display: block;
		clear: both;
		overflow: hidden;
		margin-top: 30px;
	}
	.detail .right .link a {
		display: block;
		font-size: 15px;
		color: #888;
	}
	.detail .right .link a:nth-child(2) {
		float: none;
		margin-top: 10px;
	}
}