@charset "utf-8";
/* CSS Document */

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline:none;border-color:transparent;box-shadow:none;}
.bg-gray{background: #f7f8fc;}
.content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.img-responsive{width: auto;}
@media (max-width: 1200px) {
	.img-responsive{width: 100%;}
}
.headtitle{
	margin: 30px auto;
	text-align: center;
}
.headtitle span{
	font-size: 42px;
	color: #414141;
	display: inline-block;
}
.headtitle span:before{
	content: ' ';
	background-image: url(../images/cshhr/title_icon_left.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
}
.headtitle span:after{
	content: ' ';
	background-image: url(../images/cshhr/title_icon_right.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
}

.headtitle img{
	max-width: 100%;
	margin: auto;
	display: block;
}
.headtitle p{
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
}
.cchhr-banner{
	position: relative;
}
.cchhr-banner img{
	width: 100%;
}
.cchhr-banner-btn{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.cchhr-banner-btn .btn-primary{
	font-size: 18px;
	padding: 8px 25px;
	background: #ff7316;
	border-color: #ff7316;
}
.cchhr-banner-btn .btn-primary:hover{
	background: #fd9149;
	border-color: #fd9149;
}
.sybox{
	display: block;
	position: relative;
}
.sytext{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
}
.sytext h4{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px;
}
.sytext p{
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
}
.hhfxbox{
	position: relative;
	display: block;
}
.hhfxtext{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hhfxtext span{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.cchhr-banner-btn{
		bottom: 20px;
	}
	.cchhr-banner-btn .btn-primary{
		font-size: 14px;
		padding: 5px 15px;
	}
	.border-l{
		border-left: 0px;
	}
	.img-responsive{width: 100%;}
	.headtitle span{
		font-size: 28px;
	}
	.sytext h4{
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.sytext p{
		font-size: 14px;
		color: #fff;
		line-height: 1.7;
	}
	.hhfxtext span{
		font-size: 18px;
	}
}
.about-text p{
	/* font-size: 18px;
	line-height: 1.7; */
}
.yhzc{
	border: #ddd solid 1px;
	padding: 1rem;
	height: 300px;
	margin-bottom: 1rem;
}
.yhzc img{
	max-width: 100%;
	display: block;
	margin: 35px auto;
}
.yhzc h4{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 16px;
}
.yhzc p{
	text-align: center;
}
.hhfx{
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 992px) {
	.yhzc h4{
		font-size: 1.125rem;
	}
	.yhzc p{
		font-size: 0.875rem;
	}
}
@media (max-width: 768px) {
	.yhzc h4{
		font-size: 1.125rem;
	}
	.yhzc p{
		font-size: 0.875rem;
	}
	.yhzc{
		height: 330px;
	}
	.hhfx img{
		width: 165px;
	}
}