* {
	margin: 0;
	padding: 0;
}

img {
	-webkit-user-drag: none;
}


.font_gray {
	font-size: 18px;
	color: #999999;
}

@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;
	}

	.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 .small {
		font-size: 10px;
		line-height: 10px;
	}

	.khal_gs_box .khal_gs_box_ZH {
		font-size: 17px;
		font-weight: 900;
		margin: 0;
	}

	.khal_INFO_box p {
		font-size: 13px;
		text-indent: 4rem;
		letter-spacing: .2rem;
		line-height: 3.54rem;
	}
}

@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: 5rem;
		margin-bottom: 10rem;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.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 .small {
		font-size: 14px;
		line-height: 10px;
	}

	.khal_gs_box .khal_gs_box_ZH {
		font-size: 20px;
		font-weight: 900;
		margin: 0;
	}

	.khal_INFO_box p {
		font-size: 18px;
		text-indent: 4rem;
		letter-spacing: .2rem;
		line-height: 3.54rem;
	}
	/* 选中 */
	.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; */
}


.info_content_cpfw .strong {
	margin: 25px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.info_content_cpfw .gray {
	color: #999999;
}



.swiper-slide img {
	height: 100%;
	width: 100%;
}

.info_content_cpfw .cpfw_box {
	padding-top: 20px;
}

.info_content_cpfw .btn {

	outline: none;
	/*去除点击时的蓝色边框*/
	cursor: pointer;
	padding: 14px 20px;

	text-align: center;
	font-size: 16px;
	margin: 10px;

	padding: 5px 25px;
	border-radius: 30px;
}

.info_content_cpfw .cir {
	background: #FFFFFF;
	color: rgba(77, 118, 226, 1);
	border: rgba(77, 118, 226, 1) 1px solid;
}

.cirhover {
	background: #f83090;
	color: rgba(255, 255, 255, 1);
	border: none;
}

.box_shadow {
	box-shadow: 0 3px 10px 0 rgba(77, 118, 226, 0.5);
}

.btn:hover {
	color: #FFFFFF;
	text-decoration: none
}

.info_content_khal img {
	width: 95%;
}

.khal_box img:hover {

	transform: scale(1.2);
	-ms-transform: rotate(1.2);
	/* IE 9 */
	-moz-transform: rotate(1.2);
	/* Firefox */
	-webkit-transform: rotate(1.2);
	/* Safari 和 Chrome */
	-o-transform: rotate(1.2);
	/* Opera */
}

.khal_box img {
	transition: all .5s;
}

.khal_gs_box {
	display: flex;
	padding: 1rem;
	border-bottom: 2px solid #4e6fcc;
}

.khal_gs_box_img {
	margin-right: 0.4rem
}



.khal_gs_box .khal_gs_box_PY {
	font-size: 10px;
	margin: 0;
}

.khal_gs_box_img img {
	transition: all .5s;
}

.khal_gs_box_img img:hover {

	transform: scale(1.2);
	-ms-transform: rotate(1.2);
	/* IE 9 */
	-moz-transform: rotate(1.2);
	/* Firefox */
	-webkit-transform: rotate(1.2);
	/* Safari 和 Chrome */
	-o-transform: rotate(1.2);
	/* Opera */
}

.khal_INFO_box {
	padding: 5rem 1rem 0rem 1rem;
}



.corporate p {
	color: #001b47;
	font-size: 16px;
	padding-top: 4rem;
}

.corporate img {
	height: 105px;
	width: 105px;
}



.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;
}


.bg_img_mymove {
	position: relative;
	animation: mymove 1s infinite;
	-moz-animation: mymove 1s infinite;
	/* Firefox */
	-webkit-animation: mymove 1s infinite;
	/* Safari and Chrome */
	-o-animation: mymove 1s infinite;
	/* Opera */
	animation-iteration-count: 1;
	/*动画只执行一次*/
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	/*让动画停留在最后一帧 */
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;

}

@keyframes mymove {
	from {
		top: -200px;
	}

	to {
		top: 0px;
	}
}

@-moz-keyframes mymove

/* Firefox */
	{
	from {
		top: -200px;
	}

	to {
		top: 0px;
	}
}

@-webkit-keyframes mymove

/* Safari and Chrome */
	{
	from {
		top: -200px;
	}

	to {
		top: 0px;
	}
}

@-o-keyframes mymove

/* Opera */
	{
	from {
		top: -200px;
	}

	to {
		top: 0px;
	}
}
.hover_color{
	color: #4068eb;
}