



.container-fluid{
	padding-left: 0;
	padding-right: 0;
}


.page-cont{
	margin-top: -10px;
}
.page-cont hr{
	margin: 20px 0;
	transition: all 0.35s;
	border-color: transparent;
}

.page-cont hr.hr-xs{
	margin:20px 0;
}


.page-cont .section-title{
	font-family: montserrat, "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #e60012;
}
.section-title span{
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 4px;
	padding-left: 12px;
	transform: scale(0.8,0.8);
}



.page-cont .center{
	text-align:center
}


.page-cont .section-p{
	font-size: 14px;
	line-height:24px;
	margin-bottom: 24px;
	color: #234;
}
.page-cont .section-p-cn{
	font-size: 13px;
	line-height:24px;
	/* opacity: 0.7; */
}
.page-cont .section-p.tip{
	font-size: 11px;
	line-height:16px;
		color: #999;
}
.page-cont .section-p.tip a{
		
	color: #e60012;
}


.page-cont .section-ul{
	padding: 5px;
	list-style-position: inside
}
.page-cont .section-ul li{
	font-size: 14px;
	line-height:24px;
	margin-bottom: 5px;
	color: #234;
}
.page-cont .section-ul p{
	font-size: 14px;
	line-height:24px;
	margin-bottom: 5px;
	color: #234;
	position: relative;
	padding-left: 15px;
}
.page-cont .section-ul p::before{
	content:'';
	position:absolute;
	left: 0px;
	top: 9px;
	width: 5px;
	height: 5px;
	background-color:#234;
	border-radius: 50%;
}

.page-cont .section-link{
	display: inline-block;
	width: auto;
	font-size: 12px;
	line-height:24px;
	padding: 5px 10px;
	padding-left: 0;
	color: #e60012;
}
.page-cont .section-link+.section-link{
	border-left: 1px solid #e60012;
	padding-left: 10px;
}

.page-cont .section-link:hover{
	color: #9c020f;
}
.page-cont .section-link .icon-play{
	display: inline-block;
	vertical-align: bottom;
	width:25px;
	height: 25px;
	border-radius: 50%;
	background-color: #e60012;
	color:#fff;
	text-align: center;
	margin-right: 5px;
	transition: all 0.35s;
}
.page-cont .section-link:hover .icon-play{
	margin-right: 10px;
}
.page-cont .section-link .icon-play::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: -2px;
	vertical-align: middle;
	border-left: 5px dashed;
	border-left: 5px solid\9;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}


@media (min-width: 1441px) {
	.page-cont hr{
		margin:40px 0;
	}
	.page-cont hr.hr-xs{
		margin:20px 0;
	}	
	.page-cont .section-title{
		font-size:36px
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.page-cont hr{
		margin:25px 0;
	}
	.page-cont hr.hr-xs{
		margin:10px 0;
	}	
	.page-cont .section-title{
		font-size:32px
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.page-cont hr{
		margin:10px 0;
	}
	.page-cont hr.hr-xs{
		margin:5px 0;
	}	
	.page-cont .section-title{
		font-size:28px
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.page-cont hr{
		margin:10px 0;
	}
	.page-cont hr.hr-xs{
		margin:5px 0;
	}	
	.page-cont .section-title{
		font-size:24px
	}
}
@media (max-width: 768px) {
	.page-cont hr{
		margin:10px 0;
	}
	.page-cont .section-title{
		font-size:22px
	}
}




.manu-title {
	font-family: montserrat, "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #666;
	font-size: 24px;
	margin-bottom: 20px;
}
.manu-ul{
	list-style: none;
	padding-left: 0px;
}
.manu-ul li{
	margin-bottom: 5px;
	font-size: 16px;
	color: #666;
}

.manu-ul p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	/* text-align: justify; */
}
.manu-ul li p{
	margin-bottom: 5px;
}
.manu-img{
	width: 40% !important;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	margin-left: 20px !important;
}

.row-honor img{
	width: 100%;
}
.row-honor p{
	font-size: 12px;
	height: 50px;
}

.zoomify-shadow{
	background-color: rgba(0,0,0,.6);
}
.page-right-cont .img-row h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
}

@media (min-width: 1201px) {
	
}
@media (min-width: 993px) and (max-width: 1200px) {
	
}
@media (min-width: 769px) and (max-width: 992px) {
	.manu-ul{
		padding-left: 0px;
	}
}
@media (max-width: 768px) {
	.manu-ul{
		padding-left: 0px;
	}
	
	.img-row-padd div.col-xs-6{
		padding-bottom: 15px;
	}
}
