* {
	word-wrap: normal;
	font-family: 微软雅黑;
	word-break: normal
}

a:active,a:hover {
	color: #e60012;
	text-decoration: none
}

a:focus,a:hover {
	color: #e60012;
	text-decoration: underline
}

.container {
	max-width: 100%
}

.fa_ani *,.fa_ani :after,.fa_ani :before {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

a {
	cursor: pointer
}

body,html {
	overflow-x: hidden!important
}

a:active,a:focus,a:hover,a:visited {
	outline: none!important;
	text-decoration: none
}

i {
	font-style: normal
}

.w_grid-000>div>.p_gridbox {
	overflow: visible
}

.w_grid-000>div>.p_gridbox:after,.w_grid-000>div>.p_gridbox:before {
	clear: both;
	display: table;
	min-height: 0;
	content: " "
}

.fa_clearfix:after,.fa_clearfix:before {
	clear: both;
	display: table;
	content: ""
}

.fa_imgbig {
	overflow: hidden;
	width: 100%
}

.fa_imgbig:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2)
}

.fa_flexline {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.fa_flexline,.fa_flexwrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.fa_flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap
}

.fa_flex_between {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.fa_flex_Xend {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.fa_flex_Xcenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.fa_flex_Yend {
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.fa_flex_Ycenter {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center
}

.fa_centerY {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.fa_textoverflow {
	overflow: hidden;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1
}

.fa_Img {
	position: relative;
	overflow: hidden;
	width: 100%
}

.fa_Img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 150%;
	max-height: 150%;
	min-width: 100%;
	min-height: 100%;
	transition: all .5s;
	transform: translate(-50%,-50%)
}

.container {
	margin: 0;
	padding: 0;
	width: 100%
}

.p_NewsDetail img {
	max-wight: 100%
}

.p_problemCategory {
	display: none
}

.fa_PageNav a {
	position: relative;
	float: left;
	margin: 25px 0;
	padding: 0 20px;
	border-right: 1px solid #ccc;
	color: #333;
	text-transform: uppercase;
	font-size: 16px
}

.fa_PageNav a,.fa_PageNav a:after {
	display: block;
	-o-transition: all .5s
}

.fa_PageNav a:after {
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 0;
	height: 3px;
	background: #e60012;
	content: "";
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	transform: translateX(-50%)
}

.fa_PageNav .fa_navon:after,.fa_PageNav a:hover:after {
	width: 80%
}

.fa_PageNav .fa_navon,.fa_PageNav a:hover {
	color: #e60012
}

.fa_Related>a {
	float: left;
	display: block;
	margin-right: 20px;
	padding: 20px;
	width: calc((100% - 60px)/4)
}

.fa_Related>a:last-child {
	margin-right: 0
}

.fa_Related>a img {
	width: 100%
}

.fa_Related>a p {
	margin-top: 20px;
	color: #333;
	text-align: center;
	font-size: 18px
}

.fa_AbList {
	margin: 80px 0 30px
}

.fa_AbList h3 {
	margin-bottom: 30px;
	color: #333;
	font-weight: 300;
	font-size: 24px
}

.fa_AbList .fa_Abli {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 60px)/4);
	background: #fafafa
}

.fa_AbList .fa_Abli .fa_ABli_img {
	overflow: hidden;
	width: 100%
}

.fa_AbList .fa_Abli .fa_ABli_img img {
	width: 100%;
	transition: all .5s
}

.fa_AbList .fa_Abli:nth-child(4n) {
	margin-right: 0
}

.fa_AbList .fa_Abli:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2)
}

.fa_AbList .fa_Abli .fa_ABli_tit {
	overflow: hidden;
	padding: 20px 15px;
	width: 100%;
	color: #333;
	text-align: center;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fa_PageCate .fa_CateTit h3 {
	margin-bottom: 10px;
	color: #e60012;
	text-align: center;
	font-weight: 700;
	font-size: 30px
}

.fa_PageCate .fa_CateTit article {
	margin: auto;
	width: 80%;
	max-width: 800px;
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 2
}

.fa_PageCate {
	margin-bottom: 30px
}

.fa_l4 {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 60px)/4)
}

.fa_l4:nth-child(4n) {
	margin-right: 0
}

.fa_l3 {
	display: block;
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc((100% - 60px)/3)
}

.fa_HomeCate {
	text-align: center
}

@media screen and (min-width:769px) {
	.fa_l3:nth-child(3n) {
		margin-right: 0
	}

	.fa_HomeCate a {
		display: inline-block;
		margin: 0 10px;
		padding: 12px 58px;
		border-radius: 500px;
		background: #ececec;
		color: #333;
		text-align: center;
		font-size: 16px;
		transition: all .5s
	}

	.fa_HomeCate a:hover {
		background: #e60012;
		color: #fff
	}
}

@media screen and (max-width:768px) {
	.mouse_bac:hover {
		background: #e60012!important
	}

	.mouse_bac:hover a {
		color: #fff
	}

	.p_categoryBox .p_linkBox.click {
		background: #e60012!important;
		color: #fff
	}

	.p_categoryBox .p_linkBox.click a {
		color: #fff
	}

	.fa_HomeCate a {
		display: inline-block;
		margin: 0 5px;
		padding: 5px 10px;
		border-radius: 500px;
		background: #ececec;
		color: #333;
		text-align: center;
		font-size: 14px;
		transition: all .5s
	}

	.fa_l3 {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px)/2)
	}

	.fa_l3:nth-child(2n) {
		margin-right: 0
	}

	.fa_l4 {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc((100% - 10px)/2)
	}

	.fa_l4:nth-child(2n) {
		margin-right: 0
	}

	.fa_PageCate .fa_CateTit h3 {
		font-size: 24px
	}

	.fa_AbList .fa_Abli,.fa_Related>a {
		width: calc((100% - 20px)/2)
	}

	.fa_AbList .fa_Abli:nth-child(2n),.fa_Related>a:nth-child(2n) {
		margin-right: 0
	}

	.p_btn-hide,.p_btn-hide .p_c-fff {
		background: #333
	}

	.fa_PageNav {
		display: none
	}

	.p_problemCategory {
		display: block
	}

	.p_problemCategory .btn-primary {
		padding: 20px;
		width: 100%;
		border: none;
		border-radius: 0;
		background: #333;
		text-align: left
	}

	input.form-control::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 1.42857143
	}

	input.form-control::-moz-placeholder {
		font-size: 14px;
		line-height: 1.42857143
	}

	input.form-control:-ms-input-placeholder {
		font-size: 14px;
		line-height: 1.42857143
	}

	input.form-control:-moz-placeholder {
		font-size: 14px;
		line-height: 1.42857143
	}
}

.fa_More a {
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #3e3a39;
	color: #3e3a39;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s
}

.p_page .next:active,.p_page .next:hover,.p_page .pageNum.active,.p_page .pageNum:active,.p_page .pageNum:hover,.p_page .pre:active,.p_page .pre:hover {
	border-color: #e60012;
	background-color: #e60012
}

.p_pagebox .next,.p_pagebox .pre {
	background-color: #e60012
}

#easy_zoom,#easy_zoom * {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.p_contentBox img,.p_NewsDetail img,.p_ProductDetail img {
	max-width: 100%
}

.p_content .reset_style {
	line-height: 2
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus .p_pagebox .next,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover,.p_pagebox .pre {
	background-color: #e60012
}

.delighter {
	position: relative;
	overflow: hidden
}

.fa_TopShow.delighter:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
	transform: translateY(0)
}

.fa_TopShow.started.delighter:before {
	transform: translateY(100%)
}

.fa_LeftShow.delighter:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
	transform: translateX(0)
}

.fa_LeftShow.started.delighter:before {
	transform: translateX(100%)
}

.fa_RightShow.delighter:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
	transform: translateX(0)
}

.fa_RightShow.started.delighter:before {
	transform: translateX(-100%)
}

.fa_BottomShow.delighter:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	transition: 1s cubic-bezier(.68,.54,.14,.96) .5s;
	transform: translateX(0)
}

.fa_BottomShow.started.delighter:before {
	transform: translateY(-100%)
}

@-webkit-keyframes fa_scale_b {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-ms-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-ms-transform: scale(1.5)
	}

	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		-ms-transform: scale(2)
	}
}

@-moz-keyframes fa_scale_b {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-ms-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-ms-transform: scale(1.5)
	}

	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		-ms-transform: scale(2)
	}
}

@-o-keyframes fa_scale_b {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-ms-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-ms-transform: scale(1.5)
	}

	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		-ms-transform: scale(2)
	}
}

@-webkit-keyframes fa_scale_a {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1)
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1.5);
		-moz-transform: translateX(-50%) scale(1.5);
		-o-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
		-ms-transform: translateX(-50%) scale(1.5)
	}

	to {
		-webkit-transform: translateX(-50%) scale(2);
		-moz-transform: translateX(-50%) scale(2);
		-o-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2);
		-ms-transform: translateX(-50%) scale(2)
	}
}

@-moz-keyframes fa_scale_a {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1)
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1.5);
		-moz-transform: translateX(-50%) scale(1.5);
		-o-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
		-ms-transform: translateX(-50%) scale(1.5)
	}

	to {
		-webkit-transform: translateX(-50%) scale(2);
		-moz-transform: translateX(-50%) scale(2);
		-o-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2);
		-ms-transform: translateX(-50%) scale(2)
	}
}

@-o-keyframes fa_scale_a {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1)
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1.5);
		-moz-transform: translateX(-50%) scale(1.5);
		-o-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
		-ms-transform: translateX(-50%) scale(1.5)
	}

	to {
		-webkit-transform: translateX(-50%) scale(2);
		-moz-transform: translateX(-50%) scale(2);
		-o-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2);
		-ms-transform: translateX(-50%) scale(2)
	}
}

@-ms-keyframes fa_scale_a {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1)
	}

	50% {
		-webkit-transform: translateX(-50%) scale(1.5);
		-moz-transform: translateX(-50%) scale(1.5);
		-o-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
		-ms-transform: translateX(-50%) scale(1.5)
	}

	to {
		-webkit-transform: translateX(-50%) scale(2);
		-moz-transform: translateX(-50%) scale(2);
		-o-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2);
		-ms-transform: translateX(-50%) scale(2)
	}
}

.fa_SwpBtn>div {
	position: absolute;
	top: 50%;
	z-index: 20;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.fa_SwpBtn>div:hover {
	border: 1px solid #fff;
	transform: translateY(-50%) scale(1.2)
}

.fa_SwpBtn .fa_SwpBtn_l {
	left: 5%
}

.fa_SwpBtn .fa_SwpBtn_r {
	right: 5%
}

.fa_pagination {
	position: absolute;
	right: 0;
	bottom: 5%;
	left: 0;
	z-index: 99;
	width: 100%;
	text-align: center
}

.fa_pagination span {
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 500px;
	background: hsla(0,0%,100%,.5);
	cursor: pointer;
	transition: all .5s
}

.fa_pagination span.swiper-pagination-bullet-active {
	width: 50px;
	background: #fff
}

.fa_Title h3 {
	margin-bottom: 5px;
	color: #ccc;
	text-transform: uppercase;
	font-size: 30px
}

.fa_Title {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}

.fa_Title p {
	color: #000;
	font-size: 22px
}

.fa_Title p span {
	color: #e60012
}

.fa_Title a {
	color: #000;
	font-size: 14px
}

.fa_Title a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	text-align: center;
	line-height: 18px
}

@media screen and (min-width:769px) {
	.fa_Title {
		justify-content: space-between
	}

	.fa_Title>div {
		position: relative;
		z-index: 5;
		width: fit-content;
		background: #fff
	}
}

@media screen and (max-width:768px) {
	.fa_Title>div {
		width: 100%
	}
}