* {
	box-sizing: border-box !important;
	font-family: "Gotham SSm A", "Gotham SSm B", "SourceHanSansCN", "Arial" !important;
	word-break: break-word;
	word-wrap: normal;
	word-break: normal;
}

:root {
	--yx_FSOne: 48px;
	--yx_FSTwo: 42px;
	--yx_FSThree: 30px;
	--yx_FSFour: 24px;
	--yx_FSFive: 18px;
	--yx_FSSix: 16px;
	--yx_Color: #5F446D;
	--yx_ColorTwo: #2a2a2a;
	--yx_Jb: #5F446D;
}

.swiper-pagination-bullet {
	background: transparent !important;
}

h1 span {
	font-size: var(--yx_FSOne) !important;
}

h2 span {
	font-size: var(--yx_FSTwo) !important;
}

h3 span {
	font-size: var(--yx_FSThree) !important;
}

h4 span {
	font-size: var(--yx_FSFour) !important;
}

h5 span {
	font-size: var(--yx_FSFive) !important;
}

h6 span {
	font-size: var(--yx_FSSix) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
}

a:active,
a:hover {
	color: #272727;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #060606;
	text-decoration: underline;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.yx_ani * {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 氓鈥櫯� Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.yx_ani *:before {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 氓鈥櫯� Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.yx_ani *:after {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 氓鈥櫯� Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

a {
	cursor: pointer;
}

body,
html {
	overflow-x: hidden !important;
}

a:focus,
a:active,
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:before,
.w_grid-000>div>.p_gridbox:after {
	clear: both;
	display: table;
	content: " ";
	min-height: 0px;
}

.yx_clearfix:before,
.yx_clearfix:after {
	display: table;
	clear: both;
	content: "";
}

.yx_flex {
	display: -webkit-box;
	/* 猫鈧伱р€八喢ε撀β斥€�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 猫鈧伱р€八喢ε撀β斥€�: Firefox (buggy) */
	display: -ms-flexbox;
	/* 忙路路氓聬藛莽鈥八喢ε撀β斥€�: IE 10 */
	display: -webkit-flex;
	/* 忙鈥撀懊р€八喢ε撀β斥€�: Chrome 21+ */
	display: flex;
	/* 忙鈥撀懊р€八喢ε撀β斥€�: Opera 12.1, Firefox 22+ */
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.yx_flexWrap {
	display: -webkit-box;
	/* 猫鈧伱р€八喢ε撀β斥€�: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 猫鈧伱р€八喢ε撀β斥€�: Firefox (buggy) */
	display: -ms-flexbox;
	/* 忙路路氓聬藛莽鈥八喢ε撀β斥€�: IE 10 */
	display: -webkit-flex;
	/* 忙鈥撀懊р€八喢ε撀β斥€�: Chrome 21+ */
	display: flex;
	/* 忙鈥撀懊р€八喢ε撀β斥€�: Opera 12.1, Firefox 22+ */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yx_flexJbetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.yx_flexJend {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.yx_flexJcenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.yx_flexAend {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.yx_flexAcenter {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.yx_flexDrowC {
	flex-direction: row-reverse;
}

.yx_ImgContain,
.yx_ImgCover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.yx_ImgContain img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.yx_ImgCover img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width:769px) {
	.yx_List4 {
		display: block;
		width: calc((100% - 60px) / 4);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.yx_List4:nth-child(4n) {
		margin-right: 0;
	}

	.yx_List3 {
		display: block;
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.yx_List3:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:768px) {
	.yx_List3 {
		display: block;
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 18px;
	}

	.yx_List4 {
		display: block;
		width: calc((100% - 10px) / 2) !important;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.yx_List4:nth-child(2n) {
		margin-right: 0;
	}
}

.yx_clear {
	clear: both;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
	font-size: 14px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
	font-size: 14px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
	font-size: 14px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
	font-size: 14px;
}

.yx_floatL {
	float: left;
}

.yx_floatR {
	float: right;
}

.yx_proR {
	position: relative;
}

.yx_proA {
	position: absolute;
}

.yx_proR_pad {
	position: relative;
	height: 0;
}

.yx_Title {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yx_Summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.yx_More {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
}

/*茅隆碌莽聽聛*/
.p_PromptNoneData .prompt_title .first,
.p_nextBox a:hover {
	color: #000 !important
}

.p_pagebox .next,
.p_pagebox .pre,
.p_page .next:hover,
.p_page .pre:hover,
.p_page .pageNum:hover,
.p_page .pageNum.active {
	background-color: #060606 !important;
	color: #fff !important;
	border-color: #060606 !important;
}

.p_pagebox .js_pageBtnDisable,
.p_pagebox .js_pageBtnDisable:hover,
.p_pagebox .js_pageBtnDisable:active {
	background: #f5f5f5 !important;
	border-color: #d9d9d9 !important;
	color: #bfbfbf !important;
	cursor: default;
}

/*茅隆碌莽聽聛莽禄鈥溍β澟�*/
.p_ProductDetail img,
.p_NewsDetail img,
.p_contentBox img {
	max-width: 100%;
}

.p_content .reset_style {
	line-height: 2;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus .p_pagebox .next,
.p_pagebox .pre {
	background-color: #060606;
}

/*pad*/
@media only screen and (max-width:1366px) and (min-width:1025px) {
	:root {
		--yx_FSTwo: 36px;
		--yx_FSThree: 28px;
		--yx_FSFour: 20px;
		--yx_FSFive: 16px;
		--yx_FSSix: 14px;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		height: calc((100% - 30px) / 2) !important;

		/* Center slide text vertically */
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	:root {
		--yx_FSTwo: 36px;
		--yx_FSThree: 24px;
		--yx_FSFour: 18px;
		--yx_FSFive: 16px;
		--yx_FSSix: 14px;
	}

}

/*phone*/
@media only screen and (max-width:768px) {
	:root {
		--yx_FSOne: 32px;
		--yx_FSTwo: 28px;
		--yx_FSThree: 24px;
		--yx_FSFour: 18px;
		--yx_FSFive: 16px;
		--yx_FSSix: 14px;
	}

	h2 {
		text-align: center !important;
	}

	.yx_InList {
		width: 49% !important;
		margin-bottom: 20px;
	}
}

/*首页标题*/
.fa_homeTitBox {
	margin-bottom: var(--yx_FSTwo);
}

.fa_homeTit {
	font-size: var(--yx_FSThree) !important;
	color: #2a2a2a;
	font-weight: bold !important;
}

.fa_homeSum {
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	opacity: 0.8;
}

.fa_homeTitBtnBox {
	border: 2px solid #ddd;
	border-radius: 30px;
	padding: 10px 16px;
	width: 132px;
	position: relative;
	overflow: hidden;
}

.fa_homeTitBtnBox:hover {
	background: var(--yx_Color);
	border-color: var(--yx_Color);
	transitioin: all 0.6s ease;
}

.fa_homeTitBtnBox:before {
	content: '';
	background: var(--yx_Color);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
}

.fa_homeTitBtnLink {
	font-size: 14px;
	color: #323232;
}

.fa_homeTitBtnBox .h_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background: var(--yx_Color);
	border-radius: 50%;
}

.fa_homeTitBtnBox:hover:before {
	width: 100%;
}

.fa_homeTitBtnBox:hover .fa_homeTitBtnLink span {
	color: #fff;
}

.fa_homeTitBtnBox:hover .h_icon {
	background: #fff;
	color: var(--yx_Color);
}


.paddBottom90 {
	padding-bottom: 90px;
}

.paddTop90 {
	padding-top: 90px;
}


@media (min-width: 320px) and (max-width:479px) {
	.container {
		width: 320px
	}

	.cust-row {
		margin: 0 -15px
	}
}

@media (min-width: 480px) and (max-width:767px) {
	.container {
		width: 480px
	}

	.cust-row {
		margin: 0 -15px
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (max-width: 991px) {
	.cust-row {
		margin: 0 -15px !important
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}

	.container770 {
		width: 770px
	}

	.divScroll.side-fixed {
		position: fixed;
		top: 20%;
		max-width: 303px;
		z-index: 999;
		box-shadow: 0 0 10px 1px #19588d
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}

	.container770 {
		width: 770px
	}

	.container970 {
		width: 970px
	}

	.divScroll.side-fixed {
		position: fixed;
		top: 20%;
		max-width: 370px;
		z-index: 999;
		box-shadow: 0 0 10px 1px #19588d
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after {
	content: "";
	display: block;
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.666666666667%
}

.col-xs-10 {
	width: 83.333333333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.666666666667%
}

.col-xs-7 {
	width: 58.333333333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.666666666667%
}

.col-xs-4 {
	width: 33.333333333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.666666666667%
}

.col-xs-1 {
	width: 8.3333333333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.666666666667%
}

.col-xs-pull-10 {
	right: 83.333333333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.666666666667%
}

.col-xs-pull-7 {
	right: 58.333333333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.666666666667%
}

.col-xs-pull-4 {
	right: 33.333333333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.666666666667%
}

.col-xs-pull-1 {
	right: 8.3333333333333%
}

.col-xs-pull-0 {
	right: 0
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.666666666667%
}

.col-xs-push-10 {
	left: 83.333333333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.666666666667%
}

.col-xs-push-7 {
	left: 58.333333333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.666666666667%
}

.col-xs-push-4 {
	left: 33.333333333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.666666666667%
}

.col-xs-push-1 {
	left: 8.3333333333333%
}

.col-xs-push-0 {
	left: 0
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.666666666667%
}

.col-xs-offset-10 {
	margin-left: 83.333333333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.666666666667%
}

.col-xs-offset-7 {
	margin-left: 58.333333333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.666666666667%
}

.col-xs-offset-4 {
	margin-left: 33.333333333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.666666666667%
}

.col-xs-offset-1 {
	margin-left: 8.3333333333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.666666666667%
	}

	.col-sm-10 {
		width: 83.333333333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.666666666667%
	}

	.col-sm-7 {
		width: 58.333333333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.666666666667%
	}

	.col-sm-4 {
		width: 33.333333333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.666666666667%
	}

	.col-sm-1 {
		width: 8.3333333333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.666666666667%
	}

	.col-sm-pull-10 {
		right: 83.333333333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.666666666667%
	}

	.col-sm-pull-7 {
		right: 58.333333333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.666666666667%
	}

	.col-sm-pull-4 {
		right: 33.333333333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.666666666667%
	}

	.col-sm-pull-1 {
		right: 8.3333333333333%
	}

	.col-sm-pull-0 {
		right: 0
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.666666666667%
	}

	.col-sm-push-10 {
		left: 83.333333333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.666666666667%
	}

	.col-sm-push-7 {
		left: 58.333333333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.666666666667%
	}

	.col-sm-push-4 {
		left: 33.333333333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.666666666667%
	}

	.col-sm-push-1 {
		left: 8.3333333333333%
	}

	.col-sm-push-0 {
		left: 0
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.666666666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.333333333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.666666666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.333333333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.666666666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.333333333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.666666666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.666666666667%
	}

	.col-md-10 {
		width: 83.333333333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.666666666667%
	}

	.col-md-7 {
		width: 58.333333333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.666666666667%
	}

	.col-md-4 {
		width: 33.333333333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.666666666667%
	}

	.col-md-1 {
		width: 8.3333333333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.666666666667%
	}

	.col-md-pull-10 {
		right: 83.333333333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.666666666667%
	}

	.col-md-pull-7 {
		right: 58.333333333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.666666666667%
	}

	.col-md-pull-4 {
		right: 33.333333333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.666666666667%
	}

	.col-md-pull-1 {
		right: 8.3333333333333%
	}

	.col-md-pull-0 {
		right: 0
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.666666666667%
	}

	.col-md-push-10 {
		left: 83.333333333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.666666666667%
	}

	.col-md-push-7 {
		left: 58.333333333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.666666666667%
	}

	.col-md-push-4 {
		left: 33.333333333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.666666666667%
	}

	.col-md-push-1 {
		left: 8.3333333333333%
	}

	.col-md-push-0 {
		left: 0
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.666666666667%
	}

	.col-md-offset-10 {
		margin-left: 83.333333333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.666666666667%
	}

	.col-md-offset-7 {
		margin-left: 58.333333333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.666666666667%
	}

	.col-md-offset-4 {
		margin-left: 33.333333333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.666666666667%
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.666666666667%
	}

	.col-lg-10 {
		width: 83.333333333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.666666666667%
	}

	.col-lg-7 {
		width: 58.333333333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.666666666667%
	}

	.col-lg-4 {
		width: 33.333333333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.666666666667%
	}

	.col-lg-1 {
		width: 8.3333333333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.666666666667%
	}

	.col-lg-pull-10 {
		right: 83.333333333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.666666666667%
	}

	.col-lg-pull-7 {
		right: 58.333333333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.666666666667%
	}

	.col-lg-pull-4 {
		right: 33.333333333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.666666666667%
	}

	.col-lg-pull-1 {
		right: 8.3333333333333%
	}

	.col-lg-pull-0 {
		right: 0
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.666666666667%
	}

	.col-lg-push-10 {
		left: 83.333333333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.666666666667%
	}

	.col-lg-push-7 {
		left: 58.333333333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.666666666667%
	}

	.col-lg-push-4 {
		left: 33.333333333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.666666666667%
	}

	.col-lg-push-1 {
		left: 8.3333333333333%
	}

	.col-lg-push-0 {
		left: 0
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.666666666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.333333333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.666666666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.333333333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.666666666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.333333333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.666666666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.reset_style11,
.reset_style11 p {
	color: #fff
}

.footerSocial {
	margin: 0.5rem 0 0.5em 0em !important;
}

.proSwiperBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.yx_InList {
	width: 19.5%;
	margin-bottom: 20px;
}

video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p_content {
	line-height: 30px;
}

.p_image img{
	width:100% !important;
}