/*  */
.hpc-nav-big{
	width: 100%;
	height: 250px;
	float: left;
	margin-top: 50px;
	position: relative;
	background: #132349;
}
.hpc-nav-big .nav-cr{
	width: 70%;
	height: calc(100% - 0px);
	position: absolute;
	top: 0px;
	left: 15%;
	border: 0px solid #333;
	border-bottom: 0px;
	box-sizing: border-box;
	text-align: center;
}
.hpc-nav-big .nav-title{
	display: none;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 00;
}
.hpc-nav-big .nav-title .title{
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
}
.hpc-nav-big .nav-list-h{
	width: 100%;
	height: calc(100% - 80px);
	position: absolute;
	top: 40px;
	overflow-y: hidden;
	white-space: nowrap;
}
.hpc-nav-big .nav-list-h::-webkit-scrollbar{
	height: 0px;
}
.hpc-nav-big .nav-pnb{
	width: 80px;
	height: 40px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: calc(50% - 40px);
}
/*  */

/*  */
.hpc-about{
	width: 100%;
	height: auto;
	float: left;
}
.hpc-about .ct-text{
	display: table;
	width: 100%;
	min-height: 260px;
	float: left;
}
.hpc-about .ct-text .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: 800;
}
.hpc-about .ct-img{
	display: none;
	width: 50%;
	height: auto;
	float: left;
}
.hpc-about .ct-img .img-cr{
	width: calc(100% - 10px);
	height: auto;
	float: left;
	margin: 0 10px;
}
.hpc-about .ct-img .img-cr img{
	max-width: 100%;
	max-height: 300px;
	float: right;
	margin-bottom: 10px;
}
/*  */

/*  */
.hpc-gallery{
	width: 100%;
	height: auto;
	float: left;
}
.hpc-gallery .gallery-list{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.hpc-gallery .gallery-list{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.hpc-gallery .gallery-see-more-link{
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 10px;
}
.link-see-more{
	width: 200px;
	height: 34px;
	float: left;
	margin-top: 3px;
	margin-left: calc(50% - 100px);
	border-radius: 4px;
	cursor: pointer;
	background: #132349;
}
.link-see-more .text{
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	line-height: 34px;
	text-align: center;
}
/*  */

/*  */
.hpc-video{
	width: 100%;
	height: auto;
	float: left;
}
.hpc-video .video-play{
	width: 60%;
	height: 300px;
	float: left;
	position: relative;
}
	.play-cover{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
	}
	.play-cover .ccr{
		width: calc(100% - 0px);
		height: auto;
		float: left;
		margin: 0px;
		position: relative;
	}
	.video-hpc{
		width: 100%;
		height: 300px;
		float: left;
		border-radius: 4px;
	}
.hpc-video .video-list{
	width: 40%;
	height: 300px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}
	.list-video{
		width: 100%;
		height: 100px;
		display: inline-block;
		margin-bottom: 5px;
		position: relative;
		cursor: pointer;
	}
	.list-video .list-cr{
		width: calc(100% - 20px);
		height: calc(100% - 0px);
		position: absolute;
		top: 0;
		left: 10px;
		border-radius: 5px;
		background: #fff;
	}
	.list-video .ct-media{
		width: 120px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-right: 1px solid #666;
	}
	.list-video .ct-media video{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.list-video .ct-media .icon{
		display: block;
		font-size: 32px;
		color: #666;
		line-height: 100px;
	}
	.list-video .ct-exp{
		width: 60%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
	}
	.list-video .ct-exp .exp-title{
		display: table;
		width: 100%;
		height: 100px;
		float: left;
		overflow: hidden;
	}
	.list-video .ct-exp .exp-title .title{
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		color: #111;
		font-weight: 800;
		text-align: left;
		padding: 0 10px 0 0;
	}
	.list-video.active .list-cr{
		transition: all .3s ease-out;
		background: #e9e9e9;
	}
/*  */

/*  */
.hpc-service-list{
	width: 100%;
	height: 200px;
	float: left;
	position: relative;
}
.hpc-service-list .list-pnbtn{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hpc-service-list .list-content{
	width: calc(100% - 100px);
	height: 200px;
	position: absolute;
	top: 0;
	left: 50px;
	text-align: center;
	overflow-y: hidden;
	white-space: nowrap;
}
.hpc-service-list .list-content::-webkit-scrollbar{
	height: 0px;
}
.btn-pn-hpc-service-list{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: auto;
	border: 0px;
	cursor: pointer;
	background: #fff;
	font-size: 48px;
}
.btn-pn-hpc-service-list.prev-button{
	left: 0;
}
.btn-pn-hpc-service-list.next-button{
	right: 0;
	left: auto;
}

	.list-service-hpc{
		width: 150px;
		height: 190px;
		display: inline-block;
		margin: auto;
		margin-top: 5px;
		margin-right: 3px;
		margin-left: 3px;
		border-bottom: 5px solid;
		box-sizing: border-box;
		border-color: #999;
		border-radius: 4px;
		background: #fff;
	}
	.list-service-hpc .list-cr{
		width: calc(100% - 10px);
		height: auto;
		float: left;
		margin: 5px;
	}
	.list-service-hpc .list-icon{
		width: 100%;
		height: 120px;
		float: left;
		position: relative;
	}
	.list-service-hpc .list-icon .icon-cr{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: 5px solid;
		border-color: #f5f5f5;
		box-sizing: border-box;
	}
	.list-service-hpc .list-icon .icon-ct{
		display: table;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.list-service-hpc .list-icon .icon-ct .icon{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 24px;
		color: #fff;
	}
	.list-service-hpc .list-icon .icon-ct img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.list-service-hpc .list-label{
		display: table;
		width: 100%;
		height: 70px;
		float: left;
		white-space: normal;
	}
	.list-service-hpc .list-label .text{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 14px;
		color: #333;
		font-weight: 800;
		padding-top: 5px;
		line-height: 1.1em;
		cursor: pointer;
	}
	.list-service-hpc:hover{
		border-color: #fff;
		transition: all .3s ease-out;
	}

.hpc-service-list .service-list-tag{
	width: 100%;
	height: 200px;
	float: left;
	text-align: center;
	overflow-y: hidden;
	white-space: nowrap;
}
/*  */

/*  */
.hpc-contact{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.contact-cover-hpc{
	width: calc(100% - 40px);
	height: auto;
	float: left;
	margin: 20px;
}
.contact-cover-hpc .contact-phone{
	width: 40%;
	height: auto;
	float: left;
}
.phone-cover-hpc-contact{
	width: 100%;
	height: 90px;
	float: left;
}
.phone-cover-hpc-contact .phone-icon{
	width: 100%;
	height: auto;
	float: left;
}
.phone-cover-hpc-contact .phone-icon .icon-cr{
	display: table;
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-left: calc(50% - 20px);
	border-radius: 50%;
	background: #132349;
}
.phone-cover-hpc-contact .phone-icon .icon-cr .icon{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.phone-cover-hpc-contact .phone-number{
	width: 100%;
	height: auto;
	float: left;
}
.phone-cover-hpc-contact .phone-number .text{
	display: block;
	font-size: 14px;
	color: #222;
	font-weight: 800;
	text-align: center;
}
.phone-cover-hpc-contact .phone-label{
	width: 100%;
	height: auto;
	float: left;
}
.phone-cover-hpc-contact .phone-label .text{
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 800;
	text-align: center;
}
.phone-cover-hpc-contact:hover{
	background: #fff;
}

.contact-cover-hpc .contact-address{
	width: 60%;
	height: auto;
	float: left;
}
.address-cover-hpc-contact{
	display: table;
	width: 100%;
	height: 90px;
	float: left;
}
.address-cover-hpc-contact .address-icon{
	width: 100%;
	height: auto;
	float: left;
}
.address-cover-hpc-contact .address-icon .icon-cr{
	display: table;
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-left: calc(50% - 20px);
	border-radius: 50%;
	background: #132349;
}
.address-cover-hpc-contact .address-icon .icon-cr .icon{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.address-cover-hpc-contact .address-label{
	width: 100%;
	height: auto;
	float: left;
}
.address-cover-hpc-contact .address-label .text{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 800;
	text-align: center;
}
.address-cover-hpc-contact .address-text{
	width: 100%;
	height: auto;
	float: left;
}
.address-cover-hpc-contact .address-text .text{
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: 800;
}
.address-cover-hpc-contact:hover{
	background: #fff;
}
/*  */

/*  */
.hpc-tag{
	width: 100%;
	height: auto;
	float: left;
}
.hpc-tag .tag-list{
	width: 100%;
	max-height: 200px;
	float: left;
	text-align: center;
	overflow-y: hidden;
}
	.list-tag-hpc{
		width: auto;
		height: 24px;
		float: none;
		display: inline-block;
		font-size: 12px;
		color: #444;
		border-radius: 100px;
		background: #f5f5f5;
	}
	.list-tag-hpc .list-icon{
		width: 20px;
		height: 24px;
		float: left;
	}
	.list-tag-hpc .list-icon .icon{
		display: block;
		text-align: center;
		font-size: 10px;
		line-height: 24px;
	}
	.list-tag-hpc .list-text{
		width: auto;
		height: 24px;
		float: left;
	}
	.list-tag-hpc .list-text{
		display: block;
		font-size: 13px;
		font-weight: 800;
		padding: 0 5px 0 0;
		line-height: 24px;
	}
	.list-tag-hpc:hover{
		transition: all .3s ease-out;
		color: #fff;
		background: #132349;
	}
/*  */

/*  */
.hpc-places{
	width: 100%;
	height: 300px;
	float: left;
	position: relative;
}
.hpc-places .places-map{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hpc-places .places-map .map-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hpc-places .places-map .map-front{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.hpc-places .places-map .map-alert{
	width: 80%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 10%;
	border-radius: 4px 4px 0 0;
	background: #132349;
}
.hpc-places .places-map .map-alert .text{
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	padding: 10px;
}
.map-iframe{
	height: 100%;
}
/*  */

/*  */
.hpc{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	position: relative;
	border: 1px solid #999;
	border-width: 10px;
	border-style: double;
	box-sizing: border-box;
}
.hpc .hpc-title{
	width: auto;
	height: 40px;
	position: absolute;
	top: -28px;
	left: 40px;
	background: #f5f5f5;
}
.hpc .hpc-title .title{
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 800;
	line-height: 42px;
	padding: 0 5px;
	text-align: center;
}
.hpc .hpc-see-more-link{
	width: auto;
	height: 40px;
	position: absolute;
	top: -28px;
	right: 10px;
	left: auto;
	background: #f5f5f5;
}
.hpc .hpc-see-more-link .text{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 800;
	line-height: 42px;
	padding: 0 5px;
	text-align: center;
}
.hpc-container{
	width: calc(100% - 40px);
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.btn-pn-hpc-nav-big{
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	cursor: pointer;
	border: 0px;
	background: transparent;
	font-size: 22px;
	color: #fff;
}
/*  */

/*  */
@media screen and (max-width: 768px){
	.hpc{
		margin-top: 20px;
	}
	.hpc-container{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.hpc .hpc-title{
		width: 80%;
		height: 40px;
		position: absolute;
		top: -28px;
		left: 10%;
		background: #f5f5f5;
	}
	.hpc-nav-big .nav-cr{
		width: calc(100% - 20px);
		left: 10px;
	}
	.hpc-about .ct-text{
		width: 100%;
	}
	.hpc-about .ct-img{
		display: none;
	}
	.hpc-video .video-play{
		width: 100%;
		height: 180px;
	}
	.video-hpc{
		height: 180px;
	}
	.hpc-video .video-list{
		width: 100%;
		height: auto;
	}
	.list-video .list-cr{
		width: 100%;
		top: 5px;
		left: 0px;
	}
	.hpc-gallery .gallery-list{
		height: 230px;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.hpc-service-list .list-pnbtn{
		display: none;
	}
	.hpc-service-list .list-content{
		width: 100%;
		left: 0;
	}
	.hpc-places{
		height: 200px;
	}
	.contact-cover-hpc .contact-phone, .contact-cover-hpc .contact-address{
		width: 100%;
	}
}
/*  */