* {
	margin: 0;
	padding: 0;
}

.row {
	margin: 0;
}

.font_gray {
	font-size: 18px;
	color: #999999;
}

img {
	-webkit-user-drag: none
}

@media (max-width: 1200px) {
	.zhyx{
		width: 100%;
	}
	.siteHeaderImage img {
		margin-top: .5rem;
	}
	
	.navbar-container {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.category-item {
	    padding: 1rem 0.6rem;
	    font-size: 1rem;
	}
	.info_content_all {
	    margin-top: 5rem;
	    margin-bottom: 1rem;
	}
	
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.siteHeaderImage img{
		width: 10rem;
		height: auto;
	}
	
	.info_content_cpfw .strong {
		margin: 0px 0px 0px 10px;
		font-size: 2.7rem;
		font-weight: bold;
		color: black;
	}
	/* 小屏幕大图 */
	.dzimg{
		width: 100%;
	}
	.bpimg{
		width: 100%;
		margin-bottom: 3rem;
	}
	.footer .detail_title {
		background: #4f75e2;
		text-align: center;
		padding: 10px 0;
		color: #FFFFFF;
		margin: 0;
		/* display: flex; */
		/* justify-content: center; */
	}
	.footer .sm {
		margin-right: 1rem;
	}
	
	.footer .md {
		/* margin-right: 10rem; */
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	.mar_8{
		margin-bottom: 4rem;
	}
	.siteHeaderImage img {
		margin-top: 1rem;
	}
	
	.navbar-container {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.category-item {
		padding: 3rem;
	}
	.info_content_all {
	    margin-top: 12rem;
	    margin-bottom: 15rem;
	}

	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	
	.info_content_cpfw .strong {
		margin: 25px;
		font-size: 4.5rem;
		font-weight: bold;
		color: black;
	}
	.footer .detail_title {
		background: #4f75e2;
		text-align: center;
		padding: 10px 0;
		color: #FFFFFF;
		margin: 0;
		display: flex;
		justify-content: center;
	}
	.footer .sm {
		margin-right: 2rem;
	}
	
	.footer .md {
		margin-right: 10rem;
	}
	/* 选中 */
	.active{
		background-image: url(../img/矩形15.png);
	}
	.tow_title {
		margin-top: 7rem;
	}
}

.nav_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	transition: all .3s ease;
}



.navbar-category {
	display: flex;
	justify-content: space-around;
	list-style: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 1.6rem;
	margin: 0;
}




.category-item a {
	color: white;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 1px;
}

.bk_wh {
	background: white;
	transition: all .3s ease;
}

.fo_bl a {
	color: black;
	font-weight: 900;
	letter-spacing: 1px;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	color: white;
}



.info_content .incon_title {
	/* text-align: center; */
}



.gray {
	background: #efefef;
}


.info_content_cpfw .gray {
	color: #999999;
}

.info_content_cpfw .small {
	font-size: 14px;
	line-height: 10px;
}

.swiper-slide img {
	height: 100%;
	width: 100%;
}

.info_content_cpfw .cpfw_box {
	padding-top: 20px;
}



.btn:hover {
	color: #FFFFFF;
	text-decoration: none
}

.info_content_khal img {
	width: 95%;
}




.footer .detail_p {
	background: #4f75e2;
	text-align: center;
	padding-bottom:14px;
	color: #FFFFFF;
	margin: 0;
}



.footer .detail_p a {
	color: #FFFFFF;
	text-decoration: none;
}

.line {
	border-bottom: 3px solid #4068eb;
	width: 7rem;
	margin: 2rem auto;
	border-radius: 20rem;
}

.info_content_cpfw_left img {
	height: 4.8rem;
	margin-bottom: 2.3rem;
}

.info_content_cpfw_left .info_fl {
	display: flex;
	position: relative;
	padding-top: 2.5rem;
}

.info_content_cpfw_left .info_fl .introduce {
	font-size: 1.8rem;
	color: #999999;
}

.info_content_cpfw_left .info_fl .symbol {
	position: absolute;
	left: -21px;
	top: 7px;
	height: 10px;
	width: 10px;
	margin-top: 2.5rem;
	background: #4c77e0;
	border-radius: 20px;

}
