.Contact {
				display: flex;
				flex-direction: column;
			}

			.titleContact {
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				margin-top: 30px;
				margin-bottom: 30px;
			}

			.xian {
				width: 43.5%;
				height: 2px;
				background: #d4d4d4;
			}

			.firm {
				font-size: 26px;
				margin-left: 20px;
				margin-right: 20px;
			}


			.contact_Val {
				display: flex;
				flex-direction: row;
				justify-content: center;
			}

			.Val_Item {
				width: 25%;
				height: 200px;
				margin: 50px 0px 10px 0px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				padding: 25px;
			}

			.Val_Item img {
				width: 70px;
			}

			.Val_Item p {
				font-size: 15px;
				line-height: 20px;
				text-align: center;
				color:#5a5a5a;
			}

			.Val_Item span {
				font-size: 16px;
				color: rgba(254, 182, 36, 1);
				font-weight: bold;
				margin-top: 15px;
				margin-bottom: 15px;
			}

			.IPR {
				display: flex;
				flex-direction: row;
			}

			.IPR_left {
				width: 70%;
			}

			.office {
				width: 30%;
			}
			.twotitle{
				font-size: 20px;
				color: rgba(254, 182, 36, 1);
				font-weight: bold;
			}
			.IPR_left div {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
			}

			.IPR_left img {
				width: 120px;
				height: 160px;
				margin: 17px 35px 5px 0;
			}

			.IPR span {
				font-size: 20px;
				color: rgba(254, 182, 36, 1);
				font-weight: bold;
			}

			.img_address {
				background:url(../img/address.png) no-repeat center;
				margin-bottom: 50px;
				height: 390px;
				margin-top: 20px;
			}
			.link{color: #333;
    font-size: 16px;
    position: relative;
    top: 20%;
    left: 5%;
    width: 40%;
    background: #fff;
    padding: 30px;
    filter: alpha(opacity=50);
    opacity: 0.9;
    border-radius: 10px;}
	
	
/*¼ÓÈëÎÒÃÇ*/	
	
.Contact {
	display: flex;
	flex-direction: column;
}
.titleContact {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.xian {
	width: 36.5%;
	height: 2px;
	background: #d4d4d4;
}
.firm {
	font-size: 26px;
	margin-left: 20px;
	margin-right: 20px;
}
.department {
	display: flex;
	flex-direction: row;
}
.dp {
	width: 33%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: #CFE2F3;
	color: #333;
}
.dpShow {
	background: #1C4587;
	color: #fff;
}
.dpHide {
	background: #CFE2F3;
	color: #333;
}
h4 {
	color: #1C4587;
	font-weight: bold;
	margin: 30px 0 30px;
}
.duty {
	padding: 10px;
	margin-bottom: 50px
}
.market {
	display: none;
}
.maintain {
	display: none;
}