/* <=== hpagencymm ===> */
.hpagencymm{
	padding: 30px 0 20px;
}
.tpagencymm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -10px;
}
.tpagencymm .mmgrip > div{
	padding: 0 10px;
}
.tpagencymm .mmgrip .mcol{
	width: 33.588%;
}
.tpagencymm .mmgrip .hcol{
	width: calc(100% - 33.588%);
}
.tpagencymm .mmtitle{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.tpagencymm .ctgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpagencymm .ctgrip > div{
	padding: 0 15px;
	margin-bottom: 10px;
}
.tpagencymm .ctgrip .acol{
	width: calc(75% / 2);
}
.tpagencymm .ctgrip .bcol{
	width: 25%;
}
.tpagencymm .fmgroup input, .tpagencymm .fmgroup select{
	width: 100%;
	height: 45px;
	background-color: #f6f6f6;
	padding: 0 20px;
	border: none;
}
.tpagencymm .fmgroup .chosen-container{
	background-color: #f6f6f6;
}
.tpagencymm .fmgroup .chosen-single{
	border: none;
	background-color: #f6f6f6;
}
.tpagencymm .fmgroup button{
	width: 100%;
	height: 45px;
	text-align: center;
	border: none;
	background-color: #1361ac;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.tpagencymm .fmgroup button:hover{
	background-color: #1361ac;
}
/* <=== hpagencymm ===> */

/* <=== hpagencyhh ===> */
.hpagencyhh{
	padding: 45px 0 60px;
	background-color: #f6f6f6;
}
.tpagencyhh .ligrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpagencyhh .ligrip > div{
	padding: 0 15px;
	width: 50%;
	margin-bottom: 30px;
}
.itagencyhh{
	height: 100%;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.itagencyhh .vvgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -10px;
}
.itagencyhh .vvgrip > div{
	padding: 0 10px;
}
.itagencyhh .vvgrip .lcol{
	width: 45.902%;
}
.itagencyhh .vvgrip .rcol{
	width: calc(100% - 45.902%);
}
.itagencyhh .thumb{
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.itagencyhh .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itagencyhh .dtitle{
	margin-bottom: 5px;
	text-transform: uppercase;
}
.itagencyhh .dtitle, .itagencyhh .dtitle a{
	color: #1361ac;
}
.itagencyhh .dtitle, .itagencyhh .dtitle h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}
.itagencyhh .dponsi{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}
.itagencyhh .dphone{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}
.itagencyhh .dphone .picon{
	width: 25px;
	height: 25px;
	background-color: #1361ac;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 11px;
}
.itagencyhh .dphone .pnums{
	width: calc(100% - 25px);
	padding-left: 10px;
}
.itagencyhh .dsmapb{
	display: flex;
}
.itagencyhh .dsmapb a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	line-height: 25px;
	padding: 5px 14px;
	background-color: #1361ac;
	color: #fff;
	border-radius: 5px;
}
.itagencyhh .dsmapb a i{
	margin-right: 10px;
}
.itagencyhh .dsmapb a:hover{
	background-color: #1361ac;
}
/* <=== hpagencyhh ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	/* <=== hpagencymm ===> */
	.hpagencymm{
		padding: 20px 0;
	}
	.tpagencymm .mmgrip .mcol{
		width: 100%;
		margin-bottom: 10px;
	}
	.tpagencymm .mmgrip .hcol{
		width: 100%;
	}
	.tpagencymm .mmtitle{
		font-size: 18px;
		line-height: 27px;
	}
	.tpagencymm .ctgrip{
		margin: 0 -5px;
	}
	.tpagencymm .ctgrip > div{
		padding: 0 5px;
	}
	/* <=== hpagencymm ===> */

	/* <=== hpagencyhh ===> */
	.hpagencyhh{
		padding: 30px 0 50px;
	}
	.tpagencyhh .ligrip > div{
		width: 100%;
		margin-bottom: 20px;
	}
	/* <=== hpagencyhh ===> */
}
@media all and (max-width: 767px){
	/* <=== hpagencymm ===> */
	.tpagencymm .ctgrip .acol{
		width: 50%;
	}
	.tpagencymm .ctgrip .bcol{
		width: 100%;
	}
	/* <=== hpagencymm ===> */

	/* <=== hpagencyhh ===> */
	.itagencyhh{
		padding: 20px 20px 30px;
	}
	.itagencyhh .vvgrip .lcol{
		width: 100%;
		margin-bottom: 15px;
	}
	.itagencyhh .vvgrip .rcol{
		width: 100%;
	}
	.itagencyhh .dsmapb a{
		width: 100%;
	}
	/* <=== hpagencyhh ===> */
}