* {
	margin: 0;
	padding: 0;
}

.row {
	margin: 0;
}

.font_gray {
	font-size: 18px;
	color: #999999;
}

img {
	-webkit-user-drag: none
}

@media (max-width: 1200px) {
	
	.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: 0;
	    margin-bottom: 0;
	}
	
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.siteHeaderImage img{
		width: 10rem;
		height: auto;
	}
	.info_content_cpfw .info_fl {
		/* display: flex; */
		box-shadow: 0 3px 10px 0 rgba(77, 118, 226, 0.5);
		padding: 12px;
	}
	
	.info_content_cpfw .info_fl img {
		transition: all .5s;
		width: 100%;
	}
	.info_content_cpfw .text-center img {
		margin-bottom: 3rem;
		width: 80%;
	}
	.swiper-button-prev{
		display: none;
	}
	.swiper-button-next{
		display: none;
	}
	
	.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;
	}
	
	.info_content_cpfw .info_fl span {
		padding: 4rem;
		text-indent: 4rem;
		letter-spacing: .4rem;
		font-size: 1.3rem;
		line-height: 0;
	}
}

@media (min-width: 1200px) {
	
	.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: 0;
	    margin-bottom: 0;
	}
	
	.row {
	    margin-right: -15px;
	  }
	  /*  */
	  .info_content_cpfw .info_fl {
	  	display: flex;
	  	box-shadow: 0 3px 10px 0 rgba(77, 118, 226, 0.5);
	  }
	  
	  .info_content_cpfw .info_fl img {
	  	transition: all .5s;
	  }
	  .info_content_cpfw .text-center img {
	  	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: 2rem;
	  }
	  
	  .footer .md {
	  	margin-right: 10rem;
	  }
	  
	  .info_content_cpfw .info_fl span {
	  	padding: 4rem;
	  	text-indent: 4rem;
	  	letter-spacing: .4rem;
	  	font-size: 1.6rem;
	  	line-height: 2.6rem;
	  }
	  /* 选中 */
	  .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-slide img {
	height: 100%;
	width: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	color: white;
}



.info_content .incon_title {
	/* text-align: center; */
}

.info_content_all {
	padding: 3rem 0;
}

.gray {
	background: #efefef;
}







.info_content_cpfw .info_fl img:hover {

	transform: scale(0.96);
	-ms-transform: rotate(0.96);
	/* IE 9 */
	-moz-transform: rotate(0.96);
	/* Firefox */
	-webkit-transform: rotate(0.96);
	/* Safari 和 Chrome */
	-o-transform: rotate(0.96);
	/* Opera */
}

.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;
}
